Hi Alain,
I was studying the UDPCast source code for some experimental purposes. I have the following question.
1. The whole data to be transfered into is divided into slices which again contains a series of blocks to transfer. Can we consider the whole data to be transfered as a single slice ( By setting appropriate parameters in code) and what kind of performance issues we can expect if we do a change of this kind at code level.
Thanks in advance,
Sai
---------------------------------
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now.
The option of ipappend 1 in the default file and retransmission
of HELLOs in udp-sender (--rexmit-hello-interval) has been
valuable to getting udpcast working with the Dell notebooks
we have with Broadcom 5700 series ethernet.
Today, with a slightly newer broadcom chipset appearing in
the most recent shipment, we noticed that udp-receiver was
intermittantly not showing the "hit any button to start transfer"
message. With some trial and error I found that if I
watched the tail of /var/log/message on the receiver (server)
and waited for the messages on TX and RX flow control to
complete before running udp-receiver, it would always initiate
a good connection. If I had started the udp-receiver
prior to the TX/RX flow control appearing in the message log
(in which case there was no "hit any key" message),
I could ^C the receiver, run it again and it would signify
the ready state with 100% success.
In conclusion, we have a workaround of starting udp-receiver
after a few seconds past the client PXE machine booting and
showing the udp-sender status ready (but not yet "hit any key...").
Another solution would be if udp-receiver also supported
--rexmit-hello-interval. It isn't a flaw in the udpcast system
but a kludge for a network device that is proving itself to be
sluggish in initialization in general.
--Donald Teed
Hi all,
I don't know if this should be applied to the source tree, but perhaps
some people will find this patch useful (I know we do).
We wanted some additional logging from udpcast to debug our casting
sessions, because it seems that the only thing logged to its logfile is
messages like this:
"Doubling slice size to 1024"
We also prefer syslog in stead of the separate file for logging
So I wrote this little patch.
It logs more information (very usefull for udpcast's running in the
background on a image server) and it logs it to syslog.
Information being logged:
* New connections
* Why a cast starts (is min clients reached or max wait passed, etc)
* Transfer start (+ what file,pipe,port,if,participants)
* Transfer complete
* Disconnects
See attached .patch
Kind regards,
--
Ramon Bastiaans
SARA - Academic Computing Services
Kruislaan 415
1098 SJ Amsterdam
Hi!
I'am using udpcast to transfert disk Images from a server to several clients.
The server box has one Network card and several virtual interfaces (eth0, eth0:0, eth0:1...).
When I try to send a file to one client through one of the virtual interface(eth0:x) everything goes well.
But when the client number increases (more than one) I get an error saying:
Rogue packet received <eth0 IP address>:9001 expecting <eth0:x IP address>:9001
The command line used on the server is :
udp-sender --file <filename> --interface eth0:x
On the client:
udp-receiver --file <filename>
It seems that only the eth0 interface can be used bay udpcast. It works perfectly with this one.
How can I get udpcast to work with my virtual interfaces
Sorry for my bad English!
Thank you for your help.
regards
Alex
I've scanned the man pages for dhcp and saught for
a howto on bootp with rarp and I can't find an answer/solution.
I want to set up a PXE boot server on a network where I should work with
an existing DHCP server but I cannot configure that DHCP server.
There is a Windows based PXE server on that
network which can take a given floppy and make it into
a PXE bootable option from the menu. It uses
"DHCP proxy" to refer to the real DHCP server.
I've looked for an option like that for ISC DHCP but
can't spot it.
I've also checked out bootpd and rarpd. I've used it before
to boot a single machine with a Linux kernel, but I don't
think it has the features to support a PXE boot environment for
any of the possible 4500 client machines on the network.
If anyone has a hint on how either of these approaches could work
to provide only PXE boot but either pass on or ignore
DHCP address requests, I'd like to hear of it. Or otherwise
something different. I'm working with floppyless notebooks,
and we'd rather not require CDs for booting either.
--Donald Teed
Hello
At first nice Programm !!
My Prob is to insert tools in the initrd of udpcast image.
If i check it with chroot enviroment all seem ok.
But if I boot the precompiled Kernel an the initrd file, all inserted Programms already there.
I can ls or cat these files, but if I would run them the Error message File not found: is show.
Is this a problem with the busybox enviroment ? I don´t know ....check with chroot Env. is OK !!!
Any Ideas ??
Sorry for my bad english !