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

    Task 0

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    26 Posts 2 Posters 744 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 Manually deploying a Snapin after cloning does not work—you must first manually restart the system. There is no Fog log even before the restart. The Fog Client was run using C:\Windows\Setup\Scripts\SetupComplete.cmd

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

        @Tom-Elliott
        e12854c1-f3da-44b1-a5c4-c22145b15017-grafik.png
        Here, too, I’m just launching a simple snap-in—it would be cool if it also showed which snap-in it is. As I mentioned before, due to timing issues, I stopped automatically deploying snap-ins—they often didn’t work properly, even though they worked in the Command Prompt. From this, I concluded that there’s a timing issue between Windows Update… and the snap-ins. That’s why I’ve always preferred to do this manually.

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

          @kratkale

          Multicast. The version number does not show what fails. Queue a multicast task, start the clients, then post:

          • the output of tail -n 40 /opt/fog/log/multicast.log
          • a photo of one client screen

          –public-web-cert. Correction to my last reply: this flag helps only when your web server sends a complete, publicly trusted chain. The flag removes FOG’s own CA from the check, and curl then uses the system trust store. That check also failed. So the system store cannot verify the chain your web server sends. Run this on the FOG server and post the output:

          openssl s_client -connect fog.mm.htlwien10.at:443 -servername fog.mm.htlwien10.at </dev/null 2>/dev/null | grep -E '^ *[0-9]+ s:|^ +i:'
          

          It shows who issued the certificate and which certificates the server sends.

          Power management. The server sends the schedule in the same format as 1.5. The FOG Client runs it on the PC, at 18:55 PC time. Check that Power Management is enabled in FOG Configuration > Service Configuration and on the host. Then post C:\fog.log from one PC. The lines that start with PowerManagement show whether the client got the schedule.

          Snapin after cloning. No C:\fog.log means the FOG Client service has not run yet. The server only queues the snapin. The client starts it. Add net start FOGService after the client install line in SetupComplete.cmd.

          All Snapins. FOG shows All Snapins when a host has more than one snapin queued. The Active Snapin Tasks tab lists each snapin by name. The “/ of (/min)” text in the Progress column is a display bug. It is fixed in 1.6.0-beta.5346.

          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-Elliot
            Unfortunately, I had to get the PCs up and running right away, so I wasn’t able to work through everything on the list. For now, I’ve cloned them without multicast. Next week, I’ll get back to you—I’ll test the rest then.
            –public-web-cert.
            root@fog:~# openssl s_client -connect fog.mm.htlwien10.at:443 -servername fog.mm .htlwien10.at </dev/null 2>/dev/null | grep -E ‘^ *[0-9]+ s:|^ +i:’

            0 s:CN=fog.mm.htlwien10.at, O=FOG Project, OU=FOG Web UI
            i:CN=FOG Web CA, O=FOG Project, OU=FOG Web UI
            root@fog:~#

            Power management.
            fb4a04fa-e1db-45b0-8cef-e7e0ea456b60-grafik.png
            SERIAL Number from SSD
            I had another PC that wouldn’t clone because of an error when entering the SSD’s serial number…
            The number BNE7N774610407R8O ends with an “O” and contains a “0” in the number. Unfortunately, the second SSD was listed in Inventory Static, and I had determined the number of the relevant ssd using lsblk -o SERIAL. There my mistake happend
            ee68d2d1-4524-4087-8099-8ee0490afa3c-grafik.png WhatsApp Image 2026-09-10 at 17.12.42.jpeg

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

              @Tom-Elliott
              Hi
              I don’t know enough about certificates. I tried to use ChatGPT to implement your answer—and this is what came out:

              This is important
              
              The original instructions you received essentially say:
              
                  “Your server is using a certificate that was not issued by FOG.”
              
              That doesn’t match your current configuration.
              
              Your current web certificate was clearly issued by the FOG Web CA.
              
              Therefore, I wouldn’t create a symlink to any `fullchain.pem` file right now. We also have no indication so far that you’re using an external ACME certificate at all.
              What’s likely happening
              
              I suspect that the message you’re getting during the upgrade is related to the FOG PKI or the internal trust chain, and not to the fact that you’re using a Let’s Encrypt certificate.
              
              It’s interesting to note that your current Apache configuration uses:
              
              SSLCertificateFile /opt/fog/pki/web/leaf/.webLeaf.pem
              SSLCertificateKeyFile /opt/fog/pki/web/leaf/.webLeaf.key
              
              .
              
              The older configuration also included:
              
              SSLCertificateChainFile /opt/fog/snapins/ssl/CA/.fogCA.pem
              
              The current configuration does not have an SSLCertificateChainFile line.
              
              That might be relevant.
              

              That’s where I stopped…

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

                @Tom-Elliott
                Multicast
                cb765515-1c91-406f-bac6-c30fd8dca2e3-grafik.png
                7d927a7b-ff64-4544-bdc1-f166768eeb5c-grafik.png
                deee65ea-e430-40ff-b5e9-732fd60bf0de-grafik.png WhatsApp Image 2026-09-22 at 10.31.53(1).jpeg WhatsApp Image 2026-09-22 at 10.31.53.jpeg

                root@fog:~/FOG_SERVER_Updates_durchführen# tail -n 40 /opt/fog/log/multicast.log
                [09-08-26 9:49:42 pm]  * No new tasks found
                [09-08-26 9:49:52 pm]  * No new tasks found
                [09-08-26 9:50:02 pm]  * No new tasks found
                [09-08-26 9:50:12 pm]  * No new tasks found
                [09-08-26 9:50:22 pm]  * No new tasks found
                [09-08-26 9:50:32 pm]  * No new tasks found
                [09-08-26 9:50:42 pm]  * No new tasks found
                [09-08-26 9:50:52 pm]  * No new tasks found
                [09-08-26 9:51:02 pm]  * No new tasks found
                [09-08-26 9:51:12 pm]  * No new tasks found
                [09-08-26 9:51:22 pm]  * No new tasks found
                [09-08-26 9:51:32 pm]  * No new tasks found
                [09-08-26 9:51:42 pm]  * No new tasks found
                [09-08-26 9:51:52 pm]  * No new tasks found
                [09-08-26 9:52:02 pm]  * No new tasks found
                [09-08-26 9:52:12 pm]  * No new tasks found
                [09-08-26 9:56:33 pm] ===== FOG 1.5.10.2473 -- MulticastManager starting =====
                [09-08-26 9:56:33 pm] Interface Ready with IP Address: 10.10.3.196
                [09-08-26 9:56:33 pm] Interface Ready with IP Address: 127.0.0.1
                [09-08-26 9:56:33 pm] Interface Ready with IP Address: 127.0.1.1
                [09-08-26 9:56:33 pm] Interface Ready with IP Address: 192.168.0.196
                [09-08-26 9:56:33 pm]  * Starting MulticastManager Service
                [09-08-26 9:56:33 pm]  * Checking for new items every 10 seconds
                [09-08-26 9:56:33 pm]  * Starting service loop
                [09-08-26 10:00:14 pm] ===== FOG 1.5.10.2473 -- MulticastManager starting =====
                [09-08-26 10:00:14 pm] Interface Ready with IP Address: 10.10.3.196
                [09-08-26 10:00:14 pm] Interface Ready with IP Address: 127.0.0.1
                [09-08-26 10:00:14 pm] Interface Ready with IP Address: 127.0.1.1
                [09-08-26 10:00:14 pm] Interface Ready with IP Address: 192.168.0.196
                [09-08-26 10:00:14 pm]  * Starting MulticastManager Service
                [09-08-26 10:00:14 pm]  * Checking for new items every 10 seconds
                [09-08-26 10:00:14 pm]  * Starting service loop
                [09-08-26 10:08:36 pm] ===== FOG 1.5.10.2473 -- MulticastManager starting =====
                [09-08-26 10:08:36 pm] Interface Ready with IP Address: 10.10.3.196
                [09-08-26 10:08:36 pm] Interface Ready with IP Address: 127.0.0.1
                [09-08-26 10:08:36 pm] Interface Ready with IP Address: 127.0.1.1
                [09-08-26 10:08:36 pm] Interface Ready with IP Address: 192.168.0.196
                [09-08-26 10:08:36 pm]  * Starting MulticastManager Service
                [09-08-26 10:08:36 pm]  * Checking for new items every 10 seconds
                [09-08-26 10:08:36 pm]  * Starting service loop
                root@fog:~/FOG_SERVER_Updates_durchführen#
                

                I use two network cards—the “192” network is the one with the PCs, and the “10” network contains only servers and my backup servers …

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

                62

                Online

                12.8k

                Users

                17.6k

                Topics

                157.1k

                Posts
                Copyright © 2012-2026 FOG Project