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

    Windows 11 | 65x HP Z2 Tower G1i | UPDATE -

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    73 Posts 3 Posters 3.1k Views
    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.
    • K
      kratkale @Tom Elliott
      last edited by

      @Tom-Elliott
      try to make a deploy task
      16d9acbf-ea9d-4541-861e-0ee773a2f59a-grafik.png
      dd2ce58a-d17b-4098-a815-cb8bf52eb3c1-grafik.png
      c2ab8c95-e563-40de-abcb-e6973dedbf34-grafik.png
      not working

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

        @kratkale So I see this as being an issue with certain extensions.

        I happen to have the bitwarden extension and when I initially load this loader bar occurs and after about 2-3 minutes it finally catches up and cleans up. This loading is not because of “FOG” persay, but rather an extension reading ajax information which then fails to find or load anything on the page but the “load processor - the working circle you see” thinks something else is happening.

        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

        K 2 Replies Last reply Reply Quote 0
        • K
          kratkale @Tom Elliott
          last edited by

          @Tom-Elliott said in Windows 11 | 65x HP Z2 Tower G1i | UPDATE -:
          https://bitwarden.com/de-de/help/getting-started-browserext/

          no i don’t use something like this

          1 Reply Last reply Reply Quote 0
          • K
            kratkale @Tom Elliott
            last edited by

            @Tom-Elliott
            hash problem still exists with old snapin …
            fog log on client PC102CAD


            ---------------------------------SnapinClient---------------------------------

            23.06.2026 15:49:19 Client-Info Client Version: 0.13.0
            23.06.2026 15:49:19 Client-Info Client OS: Windows
            23.06.2026 15:49:19 Client-Info Server Version: 1.6.0-beta.2443
            23.06.2026 15:49:19 Middleware::Response Success
            23.06.2026 15:49:19 SnapinClient Running snapin 000_SCHUELER
            23.06.2026 15:49:19 Middleware::Communication Download: http://192.168.0.196/fog/service/snapins.file.php?mac=F8:ED:FC:55:D6:2D|0A:00:27:00:00:02&taskid=170
            23.06.2026 15:49:21 SnapinClient C:\Program Files (x86)\FOG\tmp\000_SCHUELER_202604211353.bat
            23.06.2026 15:49:21 SnapinClient ERROR: Hash does not match
            23.06.2026 15:49:21 SnapinClient ERROR: --> Ideal: 81FEB595799A8F03E1F938D8F2EED0D30DEACF35F878B5E3A7857688F79C144902D427BF69546C48D04A57E1247881EAF2FD9EF91A75714788823E4E0F93985B
            23.06.2026 15:49:21 SnapinClient ERROR: --> Actual: 81C5644226BDDC79CC6D00F18923612E773FCFB4E427A39EE15D2B6341AA5C9E45D7E6FC3FDC5AD7CB90DA4358867FDAE227BA20480EBE8F0D5C6B633001F5A3
            23.06.2026 15:49:21 Middleware::Communication URL: http://192.168.0.196/fog/service/snapins.checkin.php?taskid=170&exitcode=-1&mac=F8:ED:FC:55:D6:2D|0A:00:27:00:00:02&newService&json

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

              @kratkale Can you take a look that the file exists on the fog server in /opt/fog/snapins/000_SCHUELER_202604211353.bat and is containing the expected data for that batch script?

              Please also take a look at the snapins table:

              sudo mysql -u root fog
              
              SELECT sHash from snapins WHERE sFilePath='000_SCHUELER_202604211353.bat'
              

              the sHash from this should equal the same for:

              sha512sum /opt/fog/snapins/000_SCHUELER_202604211353.bat
              

              If these are matching, then the issue is somewhere in transit and will want to figure out why.

              I believe these files get stored and not deleted, but I could be wrong:
              You can see the file location C:\Program Files (x86)\FOG\tmp\000_SCHUELER_202604211353.bat

              If you can open the file with notepad++ or soemthing and confirm whether it download the correct file andthe contents look correct?

              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

              K 3 Replies Last reply Reply Quote 0
              • K
                kratkale @Tom Elliott
                last edited by

                @Tom-Elliott said in Windows 11 | 65x HP Z2 Tower G1i | UPDATE -:

                SELECT sHash from snapins WHERE sFilePath=‘000_SCHUELER_202604211353.bat’

                root@fog:~/20260602_wechsel_auf_fog_dev# mysql -u root fog
                MariaDB [fog]> SELECT sHash from snapins WHERE sFilePath=‘000_SCHUELER_202604211353.bat’
                81feb595799a8f03e1f938d8f2eed0d30deacf35f878b5e3a7857688f79c144902d427bf69546c48d04a57e1247881eaf2fd9ef91a75714788823e4e0f93985b
                1 row in set (0,001 sec)

                root@fog:~/20260602_wechsel_auf_fog_dev# sha512sum /opt/fog/snapins/000_SCHUELER_202604211353.bat
                81feb595799a8f03e1f938d8f2eed0d30deacf35f878b5e3a7857688f79c144902d427bf69546c48d04a57e1247881eaf2fd9ef91a75714788823e4e0f93985b /opt/fog/snapins/000_SCHUELER_202604211353.bat
                root@fog:~/20260602_wechsel_auf_fog_dev#

                K 1 Reply Last reply Reply Quote 0
                • K
                  kratkale @Tom Elliott
                  last edited by

                  @Tom-Elliott
                  ftp problem …20260623_snapin_problem.png

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • K
                    kratkale @kratkale
                    last edited by

                    @kratkale
                    5e968d92-1060-47b0-8378-37ff5bb222a5-grafik.png

                    working with the password from

                    SELECT * FROM fog.nfsGroupMembers

                    1 Reply Last reply Reply Quote 0
                    • K
                      kratkale @Tom Elliott
                      last edited by kratkale

                      @Tom-Elliott
                      Here is the wrong password:

                      SELECT * FROM globalSettings

                      I’ll change it now to the correct one.

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

                        interesting.

                        Let me see, that message is old as technically it’s sftp or should be.

                        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

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          kratkale @Tom Elliott
                          last edited by

                          @Tom-Elliott
                          sftp needs also a pw …

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

                            @kratkale Did updating the password on the global settings piece fix things? We know the storage node seems to be working (theoretically)

                            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
                            • 2
                            • 3
                            • 4
                            • 3 / 4
                            • First post
                              Last post

                            100

                            Online

                            12.7k

                            Users

                            17.6k

                            Topics

                            156.6k

                            Posts
                            Copyright © 2012-2026 FOG Project