Configuring UDPCast Failed on all 13 Nodes with RC6
-
I just tired to update all of my Servers and SNs and all end up with the same error:
Setting up and starting DHCP Server.........................Skipped * Setting up and starting TFTP and PXE Servers................OK * Setting up and starting VSFTP Server........................OK * Setting up FOG Snapins......................................OK * Setting up UDPCast..........................................OK * Configuring UDPCast.........................................Failed!
I’m on Ubuntu 14.04 and on various hardware.
-
Please try repulling again.
It’s still something to do with line endings. I’ve made the repo mimic the SVN repo at this point. I’m testing an install, but could use other’s help as well.
-
Please check your svn/git folders bin/error_logs folder.
Check fog_error_1.3.0-RC-6.log
Error should be near the bottom of the file. Alternatively, upload the file.
-
This post is deleted! -
0_1470309873735_fog_error_1.3.0-RC-6.log
Ok thats the right one!
-
@Stilty Looks like the udp tarball got corrupted during the download.
Seeing as it’s happening on all your servers, I’m going to guess something is acting up with your internet connection.
Might need to pull a fresh copy from svn/git repository of FOG and try again.
-
@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?