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

Fog 1.5.0 Storage Node Problems with PXE booting?

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
20
2.5k
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.
  • G
    Greg Plamondon Testers @Sebastian Roth
    last edited by Mar 1, 2018, 8:45 PM

    @sebastian-roth

    I updated the inits and I the problem persists.

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Mar 1, 2018, 9:28 PM

      @Greg-Plamondon Do you still see the exact same error message?? Please post a picture of the screen when it boots into FOS and tries to get an IP three times in a row.

      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

      G 1 Reply Last reply Mar 5, 2018, 7:25 PM Reply Quote 0
      • G
        Greg Plamondon Testers @Sebastian Roth
        last edited by Mar 5, 2018, 7:25 PM

        @sebastian-roth
        Here is a new video

        1 Reply Last reply Reply Quote 0
        • G
          george1421 Moderator
          last edited by Mar 5, 2018, 8:41 PM

          At the point where it tries three times. It looks like its picking up an IP address. Where it appears to be failing (hint: we need to get a few extra echo statements in there to say trying to contact the fog server at IP address xxxx) is to contact the FOG server to prove it has a path. Now I don’t know if its the storage node it tries to connect to or the master FOG server. But I feel at this point its failing to communicate, so it tries 3 times and gives up.

          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!

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Mar 6, 2018, 8:09 AM

            @Greg-Plamondon Thanks for the video! Again I see the message "Failed to get an IP via DHCP! Tried on interface(s): eth0” which is not what I’d expect with the current init files. I just downloaded and extracted the init.xz file and it surely has the current message “Either DHCP failed or we were unable to access ${web}/index.php for connection testing.” in it!

            So please follow these steps:

            sudo -i
            cd /var/www/fog/service/ipxe/
            mv init.xz init.xz.bak
            mv init_32.xz init_32.xz.bak
            wget https://fogproject.org/inits/init.xz
            wget https://fogproject.org/inits/init_32.xz
            chown fog init*
            

            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

            G 1 Reply Last reply Mar 6, 2018, 4:16 PM Reply Quote 0
            • G
              Greg Plamondon Testers @Sebastian Roth
              last edited by Greg Plamondon Mar 6, 2018, 10:18 AM Mar 6, 2018, 4:16 PM

              @sebastian-roth
              The kernel panics with Kernel too old.
              Video

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Mar 7, 2018, 6:57 AM

                @Greg-Plamondon Sorry for the long delay. You want to update the kernel images as well. Similar commands but download URL is https://fogproject.org/kernels/bzImage

                Typing on my mobile here so this is from the top of my head. Will check and add the full command set soon.

                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
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth Mar 7, 2018, 3:32 AM Mar 7, 2018, 9:31 AM

                  @Greg-Plamondon Here you go:

                  sudo -i
                  cd /var/www/fog/service/ipxe/
                  mv bzImage bzImage.bak
                  mv bzImage32 bzImage32.bak
                  wget https://fogproject.org/kernels/bzImage
                  wget https://fogproject.org/kernels/bzImage32
                  chown fog bzImage*
                  

                  But I am still wondering about the version of FOG. Somehow feels like there is something wrong?! Maybe delete and re-clone the git repo?

                  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

                  G 1 Reply Last reply Mar 9, 2018, 2:59 PM Reply Quote 0
                  • G
                    Greg Plamondon Testers @Sebastian Roth
                    last edited by Mar 9, 2018, 2:59 PM

                    @sebastian-roth
                    Here is a new VIDEO with the new kernels and inits.

                    Just so I am clear what is the git repository link I should be using?

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Mar 10, 2018, 4:56 PM

                      @Greg-Plamondon The new video is interesting as is seems to show that it finds the interface eth0 but is not able to bring it up within 35 seconds. What kind of client model is this? Are you able to FOS boot this very same machine at a different location? I kind of doubt but what do I know. 😉

                      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
                      • 1 / 1
                      1 / 1
                      • First post
                        20/20
                        Last post

                      163

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project