• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Interface not ready, waiting for it to come up

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    7
    19
    2.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Florent
      last edited by Florent

      Sorry i have found the problem.
      In FOG Settings / Web Server / Web Host i have set the same result of cat /etc/hostname

      Because before i have here an network alias.

      Regards.

      Florent
      Bretagne, FRANCE

      1 Reply Last reply Reply Quote 0
      • L
        lewisreid01
        last edited by

        Hi,

        I am having the same issue, I have tried the fix mentioned by Florent about the Web Host setting but it hasn’t changed anything. Could anyone help me? It has only happened since the update. Both the main server and storage node have internet and local network access and can ping each other, but these errors are being shown in all the service logs on the storage node:

        Interface not ready, waiting for it to come up: 10.101.15.2

        I have tried rebuilding the storage server and nothing has changed, has anyone got any ideas?

        Thanks a lot
        Lewis

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @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?

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          L 1 Reply Last reply Reply Quote 0
          • L
            lewisreid01 @Sebastian Roth
            last edited by

            @Sebastian-Roth That is the IP of the main server

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by

              @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?

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              L 1 Reply Last reply Reply Quote 0
              • L
                lewisreid01 @Sebastian Roth
                last edited by

                @Sebastian-Roth I would be more than happy to give it a go, how do I get it?

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth

                  @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
                  

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • L
                    lewisreid01
                    last edited by

                    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?

                    1 Reply Last reply Reply Quote 0
                    • K
                      Kanja
                      last edited by Kanja

                      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.

                      george1421G 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @Kanja
                        last edited by

                        @Kanja For some data collection, what OS is the fog server is running on? (mfg and version)

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          Kanja @george1421
                          last edited by

                          @george1421 Both are Debian 10 (buster) x86_64 GNU/Linux.

                          1 Reply Last reply Reply Quote 1
                          • K
                            Kanja
                            last edited by

                            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.

                            1 Reply Last reply Reply Quote 1
                            • S
                              Sebastian Roth Moderator
                              last edited by

                              @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.

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              L 2 Replies Last reply Reply Quote 0
                              • L
                                lewisreid01 @Sebastian Roth
                                last edited by

                                @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

                                1 Reply Last reply Reply Quote 0
                                • L
                                  lewisreid01 @Sebastian Roth
                                  last edited by

                                  @Sebastian-Roth It’s just started working now, thank you for your support!

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rsilva
                                    last edited by

                                    Resolved by running the command udp-sender start then i restarted the Fog machine as ubuntu

                                    1 Reply Last reply Reply Quote 0
                                    • 1 / 1
                                    • First post
                                      Last post

                                    172

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project