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

    PXE Freezes

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    26
    10.4k
    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.
    • E
      eddieduce
      last edited by

      I have setup FOG on a Ubuntu 12.04 server and PXE boot freezes giving many random characters such as
      " [2.670399] <co 00 01 00 c0"

      The server seems be running correctly, the image has been created and task started. The only thing I noticed was that homepage dashboard does not show Disk Information. It says "failed to connect to DefaultMember.’

      I have double checked that all redirects are set correctly to the secondary drive, “/media/ImageDisk/” yet it does not detect it either.

      1 Reply Last reply Reply Quote 0
      • N
        need2 Moderator
        last edited by

        What FOG version and kernel are you using?

        1 Reply Last reply Reply Quote 0
        • E
          eddieduce
          last edited by

          FOG .32 default Kernel. The PC is a HP Copaq G1 600.

          The display that it shows is many lines such as this one:

          [2.625149] call trace:
          [2.625149] [,c0428a5a.] ? vsnprintf+ 0x2da/ox430

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            eddieduce,

            Have you tried creating a link to /images from /media/ImageDisk?

            Also,

            Did something happen that has created all this havoc with your system? Possible a bad disk, rebuild, etc…

            It sounds to me like either the /tftpboot/pxelinux.cfg/default file may be corrupt, or the pxelinux.0 file.

            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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            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
            • E
              eddieduce
              last edited by

              @Tom- Ubuntu is Server 12.04 server, clean install. PC Desktop GUI was added. There were problems getting the server to take a static IP. That was finally resolved.

              I followed the Change NFS location instruction from the FOG wiki. Reviewing that again, it does not seem to show a link creation section. I’ll try that.

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                Try my kernel, it looks like your kernel is in panic/freeze mode.

                To get my kernel, open a terminal on the FOG Server. Login as root or, as you’re using ubuntu, make sure your user has sudo permissions.

                To test sudo try:
                [code]sudo touch /tmp/someTestFileIAmMakingUp[/code]

                It should ask for your password, enter it. If you get no errors, you should be set.

                Then cd into the tftpboot/fog/kernel folder.

                [code]cd /tftpboot/fog/kernel[/code]

                Copy your old kernel just as a backup.
                [code]sudo mv bzImage bzImage.orig-29JAN2014[/code]

                Then get my kernel and try again:

                [code]sudo wget --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage[/code]

                Hopefully all will work again.

                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                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
                • E
                  eddieduce
                  last edited by

                  I got a ‘unrecognized option’ message for ‘–no-get-certificate’.

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    I just updated it, sorry thinking of wget where I wanted a check

                    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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    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
                    • E
                      eddieduce
                      last edited by

                      message ‘failed. Name or service unknown.’

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        try prepending with sudo, I updated the code.

                        The next thing, make sure wget is actually install.
                        [code]sudo apt-get update
                        sudo apt-get install wget[/code]

                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        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
                        • E
                          eddieduce
                          last edited by

                          ‘sudo apt-get update’ failed. with many file not found messages.

                          ‘sudo apt-get install wget’ is updating but is barely on 9%.

                          Would you recommend just re-installing FOG. This is the production server. The downtime has extended too far now. Would you recommend circling back to .29?

                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            How did you upgrade your system?

                            Did you just upgrade or create a new “Fresh” install?

                            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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            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
                            • E
                              eddieduce
                              last edited by

                              Fresh install. What I mean to say is,

                              is it a FOG .32 issue or more a kernel corruption issue?

                              The original system is giving problems and I decided to rebuild a new one (the one we are discussing).

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                And you’re behind a very slow internet connection?

                                I don’t have the fastest of upload speeds, but they are 5MB, plenty enough that a normal download of my kernel should take about 5 minutes (max). It’s only just shy of 6 MB

                                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                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
                                • E
                                  eddieduce
                                  last edited by

                                  no, I am installing wget. …28% at the moment.

                                  Correction, I am updating packages, and it is barely at 42%.

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    eddieduce
                                    last edited by

                                    The process finished. W-get for the kernel was unable to resolve host address for your site .

                                    1 Reply Last reply Reply Quote 0
                                    • Tom ElliottT
                                      Tom Elliott
                                      last edited by

                                      Try again, dns for somereason was lost, fixed now.

                                      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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                      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
                                      • E
                                        eddieduce
                                        last edited by

                                        No go. ‘Name or service not known. Unable to resolve host address <… >’

                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          Okay, try again.

                                          I had to reboot both of my routers. I was testing multicast and it brought down my network.

                                          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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          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
                                          • E
                                            eddieduce
                                            last edited by

                                            Still unable to resolve.

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

                                            275

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project