Configuring UDP Cast failed on storage node
-
Updated main server (ubuntu 15.10) to latest revision and it worked fine.
Tried to update storage node (CentOS 7) to latest revision and it failed at configuring UDP Cast.
The error log is empty, so no luck there.
-
Is your tmp file space setup with noexec (check the fstab).
-
@Tom-Elliott Nope, it’s just your basic fstab.
I did update the kernel yesterday, possibly related?
-
@Quazz It shouldn’t be.
I only see the configuring failing in usually a few places. First, needed elements to build the file are non-existent (should show in /path/to/fog/bin/error_logs/fog_error_${version}.log)
The second is if the /tmp directory is unable to be written to (that’s where we put the udp package to extract and build). (I suppose if /tmp is full it could cause this as well).
-
@Tom-Elliott I can see the files in /tmp of udpcast, any test I can perform on those files?
-
@Quazz You could try configuring it yourself. See what’s going on.
Just cd to the extracted folder (if there is one).
Then run:
./configure
-
@Tom-Elliott It was unable to find an acceptable C compiler on $Path
I think I remember seeing unnecessary dependancies being removed when I was upgrading the kernel, guess I should fix that!
-
@Quazz You could just run:
yum -y groupinstall 'Development Tools'
-
@Tom-Elliott Issue resolved after installing gcc and running the installer again, thanks!