Configuring UDPCast Failed on all 13 Nodes with RC6
-
@Quazz Do i just delete the entire fogproject folder?
-
@Quazz Just to add some color to this, it looks like the udpcast tarball was just updated 11 hours ago on github. Depending on when the OP pulled the updated, the OP has either pulled a broken udpcast-20120424 file or the udpcast-20120424 file was fixed 11 hours ago.
For reference you can also get the udpcast-20120424 from the updcast web site at this url http://www.udpcast.linux.lu/download/udpcast-20120424.tar.gz It would be interesting to see if the OP replaces the existing udpcast-20120424.tar.gz in the /opt/fogproject/packages folder with one from the url above and reruns the installer does RC5 install correctly?
ref github location of the updcast file: https://github.com/FOGProject/fogproject/tree/dev-branch/packages
-
@george1421 said in Configuring UDPCast Failed on all 13 Nodes with RC6:
http://www.udpcast.linux.lu/download/udpcast-20120424.tar.gz
OK Im doing what you suggested on one of the nodes. Will let you know what happens.
-
Please try re-pulling.
Apparently SVN and GIT line ending similarities stop.
-
@Tom-Elliott I just pulled the latest (svn) RC candidate and I’m in the process of installing it now on my dev box.
-
@george1421 It failed
-
@Tom-Elliott All nodes are failing again.
-
@george1421 I just finished the install and the updcast part passed and the install completed OK on my centos7 dev box. I have 1.3.0-rc6 installed.
-
Ohhhhh no. Something wrong with the source archive?!? @Tom-Elliott
udpcast-20120424/rate-limit.h udpcast-20120424/util.h udpcast-20120424/udpr-negotiate.c tar: Skipping to next header gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: Child returned status 1 tar: Error is not recoverable: exiting now
-
Just saw that George is saying that it is working for him.
@Stilty Can you please download and extract this archive by hand to see if it works?
sudo -i cd /tmp wget -O udpcast-20120424.tar.gz "https://github.com/FOGProject/fogproject/blob/dev-branch/packages/udpcast-20120424.tar.gz?raw=true" tar xvzf udpcast-20120424.tar.gz ...
-
I’ve moved on now from it failing at one part:
* Configuring UDPCast.........................................OK * Building UDPCast............................................Failed!
-
@Stilty Please check the log file again and post the last 10-20 lines…
Possibly you just don’t have enough free space on your disk??? Run
df -h
-
@Sebastian-Roth said in Configuring UDPCast Failed on all 13 Nodes with RC6:
tar xvzf udpcast-20120424.tar.gz
udpcast-20120424/udpr-negotiate.c tar: Skipping to next header gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: Child returned status 1 tar: Error is not recoverable: exiting now root@IT-FOG10:/tmp#
-
@Stilty Just for clarity you did a svn or git update and then are rerunning the installer to produce this error? If so what are you using svn or git?
I just looked through my log and it did extract the updcast without issue and then compiled it afterwards.
In my case I use SVN to refresh the files.
-
Well yeah, I just tried downloading an extracting it on a normal PC! Failed! The archive seems to be damaged… @Tom-Elliott any ideas?
-
checking for inet_aton... yes checking for getopt_long... yes checking for dlsym... yes checking for 64-bit off_t... no checking whether gcc supports loff_t type... yes checking whether gcc supports offset_t type... no checking whether gcc supports long long type... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged gcc -g -O2 -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -c -o console.o console.c In file included from console.c:7:0: console.h:25:9: error: unknown type name ‘fd_set’ fd_set *read_set, struct timeval *tv, ^ make: *** [console.o] Error 1
-
@george1421 said in Configuring UDPCast Failed on all 13 Nodes with RC6:
ugh my log and it did extract the updcast withou
Im using GIT and yes I just put the udpcast where you said and then reran the installer.
-
@Sebastian-Roth line endings made there way into binary files. I’ve reverted the commit to before line changes where made.
-
@Tom-Elliott How do i revert to RC5? The server is not working and the PCs are getting suck at the PXE boot.
-
@Stilty did you repull git and reinstall?