Configuring UDPCast Failed on all 13 Nodes with RC6
-
@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?
-
@Tom-Elliott It says up-to-date but still doesn’t work.
I did git pull and then just ./installfog.sh
-
@Stilty Can you delete the git fogproject folder, and then re-clone please using this:
git clone --depth 1 https://github.com/FOGProject/fogproject.git
-
@Wayne-Workman said in Configuring UDPCast Failed on all 13 Nodes with RC6:
–depth 1
It still fails at the same spot when i revert to RC5, what do i do now?
-
@Wayne-Workman said in Configuring UDPCast Failed on all 13 Nodes with RC6:
@Stilty Can you delete the git fogproject folder, and then re-clone please using this:
git clone --depth 1 https://github.com/FOGProject/fogproject.git
I’m trying to install fog on centos 7 (updated), using the wiki guide (https://wiki.fogproject.org/wiki/index.php?title=CentOS_7) and I have the same problem.
I deleted the git fogproject folder, cloned again, reinstalled and i have the same problem again
- Setting up UDPCast…OK
- Configuring UDPCast…Failed!