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

    Print some information about the hardware if compatibility check fails

    Scheduled Pinned Locked Moved
    General
    2
    3
    1.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.
    • S
      Sebastian Roth Moderator
      last edited by

      @Tom-Elliott What do you think about this (very simple) addition? Should we add this to the registration as well when it fails. Most people complain about failing to register and never even bother about the compatibility check.

      diff --git a/src/buildroot/package/fog/scripts/bin/fog.sysinfo b/src/buildroot/package/fog/scripts/bin/fog.sysinfo
      index 0c56399..85dfe10 100755
      --- a/src/buildroot/package/fog/scripts/bin/fog.sysinfo
      +++ b/src/buildroot/package/fog/scripts/bin/fog.sysinfo
      @@ -91,6 +91,13 @@ while :; do
                           echo "   # From the menu select:                           #"
                           echo "   # FOG Configuration->                             #"
                           echo "   #     Kernel Update                               #"
      +                    echo "   #                                                 #"
      +                    echo "   # Below you find some valuable information you    #"
      +                    echo "   # should post in the forum to get some help!      #"
      +                    echo "   ###################################################"
      +                    lspci -nn | grep Ethernet
      +                    echo "   ###################################################"
      +                    lsblk
                           echo "   ###################################################"
                       fi
                       wait_enter
      

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

        Added to the base code, waiting for inits to rebuild and will push up. Should be about 10 minutes.

        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 1
        • S
          Sebastian Roth Moderator
          last edited by

          This is untested… But well, what can go wrong?! What do you think about adding the same thing to the registration script if things fail?

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

          296

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project