Interface not ready, waiting for it to come up
-
@lewisreid01 said in Interface not ready, waiting for it to come up:
Interface not ready, waiting for it to come up: 10.101.15.2
Is this the IP of your storage node?
-
@Sebastian-Roth That is the IP of the main server
-
@lewisreid01 @Florent Thanks for bringing this up. I had a look at the code just now a found there to be a bug. Just pushed a fix to
dev-branch
. Keen to test? -
@Sebastian-Roth I would be more than happy to give it a go, how do I get it?
-
@lewisreid01 said:
I would be more than happy to give it a go, how do I get it?
Easiest would be to just get the latest copy of that fixed file and restart the services:
sudo -i cd /var/www/html/fog/lib/service/ wget -O fogservice.class.php https://raw.githubusercontent.com/FOGProject/fogproject/8bb1397e7006fa7dd455de0214766165ed8e3db2/packages/web/lib/service/fogservice.class.php cd /lib/systemd/system # or /usr/lib/systemd/system if you use CentOS/RedHat wget -O FOGSnapinReplicator.service https://raw.githubusercontent.com/FOGProject/fogproject/8bb1397e7006fa7dd455de0214766165ed8e3db2/packages/systemd/FOGSnapinReplicator.service cd systemctl daemon-reload systemctl restart FOGImageReplicator.service systemctl restart FOGImageSize.service systemctl restart FOGMulticastManager.service systemctl restart FOGPingHosts.service systemctl restart FOGScheduler.service systemctl restart FOGSnapinHash.service systemctl restart FOGSnapinReplicator.service
-
Hi,
I have tried that, it gives me the same error just without the IP address on the end:
Interface not ready, waiting for it to come up:
Any other ideas?
-
Adding myself to the list as another victim. The same error appeared after upgrading to 1.5.8. Now at 1.5.8.5 (dev-branch) and the error is exactly the same as @lewisreid01 mentioned with no IP address in the end. I have 1 node and 1 storage where the separate storage is the master and only storage. Didn’t change my configuration file after upgrade.
-
@Kanja For some data collection, what OS is the fog server is running on? (mfg and version)
-
@george1421 Both are Debian 10 (buster) x86_64 GNU/Linux.
-
Well, I feel stupid right now. I seemed to restart the services on the wrong server because when I restarted all the FOG services on both on my Node and Storage, the errors in the logs dissapeared. Even did a test multicast session, started imaging right away with WOL and PXE. So marking solved on my part.
-
@lewisreid01 said in Interface not ready, waiting for it to come up:
I have tried that, it gives me the same error just without the IP address on the end:
Done it on the storage node for sure?
Try rebooting the storage node then.
If that doesn’t help, please take pictures of your “storage” nodes’ settings (all of them, master as well as storage) and post here.
-
@Sebastian-Roth Hi, thank you for your help so far but no, we are now back to having the IP address tagged on the end now:
Interface not ready, waiting for it to come up: 10.101.15.2
If it helps both servers are running Ubuntu 18.04.4 and I have done the fix you gave to both servers as well as both have been restarted
-
@Sebastian-Roth It’s just started working now, thank you for your support!
-
Resolved by running the command
udp-sender start
then i restarted the Fog machine as ubuntu