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

    Host Registration Broken

    Scheduled Pinned Locked Moved
    Bug Reports
    4
    5
    2.0k
    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.
    • J
      Joe Schmitt Senior Developer
      last edited by

      When performing a full host registration you cannot get past the product key prompt. It continuously asks for it when hitting enter. The problem lies in fog.man.reg

      line # 226
      [CODE]
      while [ “$key” == “” ]; do
      echo
      echo -n " Enter the product key for this computer: ";
      read productKey;
      echo
      done
      [/CODE]

      should be

      [CODE]
      while [ “$productKey” == “” ]; do
      echo
      echo -n " Enter the product key for this computer: ";
      read productKey;
      echo
      done
      [/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.

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

        Rebuilding right now, should be ready in about 5 minutes. Thanks for reporting.

        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
        • Tom ElliottT
          Tom Elliott
          last edited by

          SVN 2112 should fix the product key thing, thank you.

          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
          • Y
            Yog
            last edited by

            Hi, I’m looking for this SVN 2112 to solve this product key issue. Where I can find it or a newer ?
            It appears that the one on the download section is the SVN 2094.
            I thank you in advance for your answer.

            1 Reply Last reply Reply Quote 0
            • W
              Wolfbane8653 Developer
              last edited by

              Updates come daily possibly even hourly with Tom.

              [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]

              Possibly soon 1.3.0 will be released.

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

              206

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project