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

ipxe login loop after upgrading to latest trunk

Scheduled Pinned Locked Moved Solved
Bug Reports
4
18
4.7k
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.
  • ?
    A Former User @Tom Elliott
    last edited by Jun 10, 2016, 12:51 AM

    @Tom-Elliott 8062 fixes the loop, thank you! The menu still prompts for login with “hide menu” disabled. Just to verify, the “hide menu” is the “menu_hidden” toggle in “boot settings” right? Another thing I noticed is that with 8060 and 8062 “install/update your database schema” did not happen when opening the web interface for the first time after each update.

    T 1 Reply Last reply Jun 10, 2016, 12:54 AM Reply Quote 0
    • T
      Tom Elliott @A Former User
      last edited by Jun 10, 2016, 12:54 AM

      @Cavender schema updates don’t have to occur every update, so this is ok.

      Can you show me the browser output of http://ipoffog/fog/service/ipxe/boot.php

      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 Jun 10, 2016, 1:00 AM Reply Quote 0
      • ?
        A Former User @Tom Elliott
        last edited by Jun 10, 2016, 1:00 AM

        @Tom-Elliott
        #!ipxe
        set fog-ip ipoffog
        set fog-webroot fog
        set boot-url http://${fog-ip}/${fog-webroot}
        cpuid --ext 29 && set arch x86_64 || set arch i386
        iseq ${platform} efi && set key 0x1b || set key 0x1b
        iseq ${platform} efi && set keyName ESC || set keyName Escape
        prompt --key ${key} --timeout 30000 Booting… (Press ${keyName} to access the menu) && goto menuAccess || sanboot --no-describe --drive 0x80
        :menuAccess
        login
        params
        param mac0 ${net0/mac}
        param arch ${arch}
        param platform ${platform}
        param username ${username}
        param password ${password}
        param menuaccess 1
        param debug 1
        isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
        isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
        :bootme
        chain -ar http://ipoffog/fog/service/ipxe/boot.php##params

        T 1 Reply Last reply Jun 10, 2016, 1:01 AM Reply Quote 0
        • T
          Tom Elliott @A Former User
          last edited by Jun 10, 2016, 1:01 AM

          @Cavender this appears, to me, to indicate hidden menu is enabled.

          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 Jun 10, 2016, 1:02 AM Reply Quote 0
          • ?
            A Former User @Tom Elliott
            last edited by Jun 10, 2016, 1:02 AM

            @Tom-Elliott To verify, the “hide menu” is the “menu_hidden” toggle in “boot settings” in the web management?

            T 1 Reply Last reply Jun 10, 2016, 1:09 AM Reply Quote 0
            • T
              Tom Elliott @A Former User
              last edited by Jun 10, 2016, 1:09 AM

              @Cavender yes.

              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
              • T
                Tom Elliott
                last edited by Jun 10, 2016, 1:11 AM

                I find it also under:

                FOG Configuration Page->iPXE Boot Menu->Hide Menu

                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

                ? 2 Replies Last reply Jun 10, 2016, 1:18 AM Reply Quote 0
                • ?
                  A Former User @Tom Elliott
                  last edited by Jun 10, 2016, 1:18 AM

                  @Tom-Elliott Strange, then.
                  0_1465521445585_menu_hidden.png
                  0_1465521518119_menu_hidden.2.png

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @Tom Elliott
                    last edited by Jun 10, 2016, 1:21 AM

                    @Tom-Elliott I must leave the office until tomorrow morning. I really appreciate your help Tom and I’ll be digging back into this first thing in the morning. Thank You!

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Jun 14, 2016, 9:53 AM

                      I imagine this is now fixed, but please let us know and feel free to mark this as unsolved in the case it is not fixed for you after you update.

                      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 Jun 14, 2016, 9:46 PM Reply Quote 0
                      • ?
                        A Former User @Tom Elliott
                        last edited by Jun 14, 2016, 9:46 PM

                        @Tom-Elliott said in ipxe login loop after upgrading to latest trunk:

                        agine this is now fixed, but please let us know and feel free to mark this as unsolved in the case it is not fixed for you after you update.

                        The main menu still prompts for login. This install has been updated many times since an early 1.2 so I decided to start fresh. The main menu still prompts for login and the quick registration and imaging says “no such file or directory”. The advanced menu side works great. Is this problem in my database at that point? What info / logs can I get to you to diagnose?

                        T 1 Reply Last reply Jun 16, 2016, 10:34 AM Reply Quote 0
                        • T
                          Tom Elliott @A Former User
                          last edited by Jun 16, 2016, 10:34 AM

                          @Cavender I need to see the db to try to understand why it thinks there’s a hidden menu.

                          That said, the “login loop” issue (itself) should be fixed. I’m solving this thread. Would you mind opening a new one in regards to the fact that it thinks it’s in hidden menu when it’s not?

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

                          215

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project