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

    Hanging after choosing registration

    Scheduled Pinned Locked Moved
    FOG Problems
    9
    13
    4.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      I’d start with trying another kernel.

      [code]sudo cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.orig
      sudo wget --no-check-certificate -O /tftpboot/fog/kernel/bzimage https://mastacontrola.com/fogboot/kernel/bzImage[/code]

      The commands above will copy your original kernel as a backup under the name bzImage.orig, and the second one will get the kernel 3.12.4 I’ve created.

      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
      • A
        Alex Santos
        last edited by

        Thanks Tom! I got pulled away from this so I may not get to it until next week, but I’ll give it a try!
        I’ll let you know how it goes!

        Alex

        1 Reply Last reply Reply Quote 0
        • E
          Eric V. Baker
          last edited by

          Any progress on this issue?

          1 Reply Last reply Reply Quote 0
          • Jaymes DriverJ
            Jaymes Driver Developer
            last edited by

            Did you try another kernel as Tom suggested?

            I would use this link now though the one he has listed is the 64bit Kernel now.

            [url]https://mastacontrola.com/fogboot/kernel/bzImage32[/url]

            WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

            1 Reply Last reply Reply Quote 0
            • A
              Alex Santos
              last edited by

              Really sorry for not getting back to this. We were in such a time-crunch with this PC that we ended up just manually setting it up.
              We will be getting more of these HP Z230 Workstation here pretty soon, so I’ll be able to give some of your suggestions a try. Hopefully then I won’t have so many bosses breathing down my neck for them to get out. haha!
              In the meantime, thanks so much for your feedback.

              1 Reply Last reply Reply Quote 0
              • G
                Goody1227
                last edited by

                Hello Tom and Jaymes. I’m experiencing the same problem as Alex, but with a Dell Latitude E5440 series. I can inventory and image other models without any problems. The inventory and image of the latitude 5440 locks up FOG. I tried Tom’s suggestion about trying another kernel. I tried both the 32bit and 64bit, but unfortunately neither fixed the problem. Does anyone have another idea or option I can try. Thanks for your assistance.

                1 Reply Last reply Reply Quote 0
                • G
                  Gary Kulovics
                  last edited by

                  Hello Tom and Jaymes
                  When I try to install the file it is downloaded as a DOS/Windows executable (application/x-ms-dos-executable) Why is that
                  What am I doing wrong Any haelp would be great
                  Thanks
                  Gary

                  1 Reply Last reply Reply Quote 0
                  • Jaymes DriverJ
                    Jaymes Driver Developer
                    last edited by

                    [quote=“Gary Kulovics, post: 24525, member: 2982”]Hello Tom and Jaymes
                    When I try to install the file it is downloaded as a DOS/Windows executable (application/x-ms-dos-executable) Why is that
                    What am I doing wrong Any haelp would be great
                    Thanks
                    Gary[/quote]

                    Try downloading the file on your server, not on a windows box. There is no extension it’s not bzImage32.zip or anything it is only bzImage32

                    Windows may have difficulty acquiring the file. I know my windows box wants to download the file as a .txt however the file isn’t encoded any differently, you should be able to download it in whatever flavor windows wants, just remember to drop the extension when you copy it to your linux box. OR you can do as I suggested and completely circumvent the Windows and download it straight to the server.

                    WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

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

                      I don’t plan on recompiling anytime until they finally release 3.13.7. Almost two weeks since the last kernel release.

                      To copy it directly from your FOG server (assuming it has outside internet access) you use the commands as root on the server box:
                      [code]cd /tftpboot/fog/kernel
                      mv bzImage bzImage_orig.2014MAR20
                      wget -O bzImage https://mastacontrola.com/fogboot/kernel/bzImage32
                      [/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
                      • S
                        Scott Cittadino
                        last edited by

                        I am getting a “403 Forbidden” error when awaiting response to the HTTP request.

                        Thoughts?

                        1 Reply Last reply Reply Quote 0
                        • B
                          BPSTravis Developer
                          last edited by

                          The storage server is actually down right now.

                          You can download the kernel from

                          [SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage32[/COLOR][/FONT][/SIZE]

                          [SIZE=12px]signature:[/SIZE]
                          [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                          1 Reply Last reply Reply Quote 0
                          • J
                            John Hook
                            last edited by

                            Tom’s original suggestion worked for me with my Z230, but I had to change a little typo I guess. I had to capitalize the “I” in bzimage for the destination as well as choose the 32 bit kernel suggested by Jaymes. The following worked for me. Sorry if this has already been resolved in another thread.

                            [CODE]sudo cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.orig
                            sudo wget --no-check-certificate -O /tftpboot/fog/kernel/bzImage https://mastacontrola.com/fogboot/kernel/bzImage32[/CODE]

                            Thanks Guys!

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

                            158

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project