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
I downloaded your CD image and it worked fine until I used it on a pc with a
USB keyboard. These PCs are in the lab I am trying the program on. Do I need
to compile my own image using my own kernal? I am using debian 3.1 and cannot
find the required files as specified by the -k switch.
Please, let me know what I need to do.
Thanks,
AJ
Hello Donald,
Thank you for your reply. Here is the output I get:
cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DNO_BB -c -o socklib.o socklib.c
socklib.c: In function 'udpc_getSendBuf':
socklib.c:280: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
socklib.c: In function 'udpc_getRcvBuf':
socklib.c:293: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
socklib.c: In function 'udpc_setTtl':
socklib.c:323: error: 'SOL_IP' undeclared (first use in this function)
socklib.c:323: error: (Each undeclared identifier is reported only once
socklib.c:323: error: for each function it appears in.)
socklib.c: In function 'mcastOp':
socklib.c:368: error: 'SOL_IP' undeclared (first use in this function)
make: *** [socklib.o] Error 1
Thank you for your help,
Jeffrey Michels
>>> D Teed <dteed(a)artistic.ca> 09/14/05 9:18 PM >>>
I suggest posting the actual error you got when you
tried to make the udpcast binaries. It could be
an ordinary dependancy or lib you don't have. Usually
the last 6 to 10 lines from a make error tell the tale
of what went wrong.
I've built udpcast on Sun with Linux, so I don't think
there is anything x86 centric about it.
--Donald Teed
On Wed, 14 Sep 2005, Jeff Michels wrote:
> Hello,
>
> I've been using UDPCast for about a year now and it has saved our school
> district from the cost of a commercial imaging program. I has also
> saved me many hours. For that I am grateful.
>
> Our district just purchased two Apple Servers. Currently I am using a
> 500 Mhz PIII box running Debian as our main image server. It has been
> extermely reliable and UDPCast works great however disk I / O and
> processing limitations are showing.
>
> I would like to compile UDPCast for OSX. I have a Powerbook with 10.4
> and the 2.1 Developer tools installed. I have tried to compile but was
> unsucessful. I have very limited coding skills so here is the
> information I need:
>
> 1. What do I need to do to get UDPCast to compile on OSX. If a total
> rewrite is needed, I will to lobby for a new(er) x86 box.
>
> 2. If anyone has done this I would like to read your experience.
>
> Thank you in advance for your help.
>
> Regards,
>
> Jeff Michels
> School District of Beloit
> Technology Support Specialist
> _______________________________________________
> Udpcast mailing list
> Udpcast(a)udpcast.linux.lu
> https://lll.lgl.lu/mailman/listinfo/udpcast
>
Hello
I use udpcast with several computers. After duplicating one hard disk to the
others, i would like that the computers that received the data reboot
automatically. But i don't know how to do this because udpcast don't allow
us to do that with it's options.
I'm waiting for your advice
Aimé David
_________________________________________________________________
MSN Messenger : personnalisez votre messagerie instantanée !
http://g.msn.fr/FR1001/866
Hello,
I've been using UDPCast for about a year now and it has saved our school
district from the cost of a commercial imaging program. I has also
saved me many hours. For that I am grateful.
Our district just purchased two Apple Servers. Currently I am using a
500 Mhz PIII box running Debian as our main image server. It has been
extermely reliable and UDPCast works great however disk I / O and
processing limitations are showing.
I would like to compile UDPCast for OSX. I have a Powerbook with 10.4
and the 2.1 Developer tools installed. I have tried to compile but was
unsucessful. I have very limited coding skills so here is the
information I need:
1. What do I need to do to get UDPCast to compile on OSX. If a total
rewrite is needed, I will to lobby for a new(er) x86 box.
2. If anyone has done this I would like to read your experience.
Thank you in advance for your help.
Regards,
Jeff Michels
School District of Beloit
Technology Support Specialist
I am using gentoo and tried today to install udpcast but 'make' finishes
with errors:
server udpcast # make
[...]
cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64
-DUSE_SYSLOG -DARCH_X86 -DNO_BB -c -o log.o log.c
cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64
-DUSE_SYSLOG -DARCH_X86 -DNO_BB -c -o statistics.o statistics.c
gcc -c -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64
-DUSE_SYSLOG -DARCH_X86 -DNO_BB -fno-inline fec.c
fec.c: In function `addmul1':
fec.c:355: error: can't find a register in class `BREG' while reloading
`asm'
make: *** [fec.o] Error 1
I have CFLAGS empty, gcc 3.3.6 and 3.4.4, always the same error, this is
Pentium III 800 w/ 128MB RAM. Checked versions of udpcast are:
- udpcast-20040222.tar.gz
- udpcast-20050226.tar.gz
Please give some advice.
--
\....::: --==- Wladyslaw Bodzek -==- :::.....\
\ Instytut Informatyki, Politechnika Poznanska \
| Piotrowo 3A, 60-965 Poznan |
| e-mail : Wladyslaw.Bodzek(a)cs.put.poznan.pl |
| gg : #2103109 |