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

    FOG service on 0.10.6 not restarting after reboot

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    8
    50
    19.6k
    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.
    • T
      tmerrick
      last edited by

      There is nothing in the FOG log after the reboot. The job is failing before it writes to it. Did you want the log before the reboot?

      1 Reply Last reply Reply Quote 0
      • J
        Joe Schmitt Senior Developer
        last edited by Joe Schmitt

        Please check the FOG service installation directory for a zazzles.log

        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
        • T
          tmerrick
          last edited by tmerrick

          “c:\Program Files (x86)\FOG” does not have a zazzles log file in it. It only has the .dll and .xml files in it.

          1 Reply Last reply Reply Quote 0
          • x23piracyX
            x23piracy
            last edited by

            Hi,

            have you tried to alter the service startup from automatic to delayed?
            Is this a client install after (sysprep, deployment) or a fixed test machine to play around with fog client?

            Regards X23

            ║▌║█║▌│║▌║▌█

            1 Reply Last reply Reply Quote 0
            • J
              Joe Schmitt Senior Developer
              last edited by Joe Schmitt

              Issue confirmed but the source of it is still unknown. I need more data / machines to collect info from. @Testers @Developers @Moderators has anyone seen this issues on your machines?

              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
              • T
                tmerrick
                last edited by

                X23 - yes the delayed start does seem to work in the few cases that I have tried so far. Also, this is Windows 10 Enterprise on older physical machines with only 4 GB memory.

                1 Reply Last reply Reply Quote 0
                • JJ FullmerJ
                  JJ Fullmer Testers
                  last edited by

                  @tmerrick
                  A few troubleshooting questions…

                  • Have you tried a fresh install of the service. As in uninstalling from the Programs and Features control panel and then deleting the program files folder. Then installing a fresh fog client and installing it that way?

                  • Is this a clean/fresh install of windows or a customized image that you are updating the fog client on?

                  • Was the windows installer image/disk/dism/wim customized in some way?

                  • If this is a customized image, what programs or at least types of programs have you added and do any of them have services that start at startup?

                  • Can you login with an admin user and or standard user (local or domain) and add a .log file to the root of the C drive manually?

                  • Is your image created from a VM or a physical machine?

                  @jbob Some more data. I have many older machines running windows 10 x64 enterprise with the fog client working fine. Some with less only 2 GB of memory. I even have 32 bit windows 10 enterprise with the fog client working on a pentium 4 computer with 1 gb of ram. If it is a problem with the age of the machines, perhaps they have amd cpus? I did run into some weird problems with some of our programs not working when putting windows 10 on a AMD vision laptop. Nothing wrong with the fog client that I saw, it was a different program and we had to put it back to windows 7. So @tmerrick What are the specs of the troublesome machines?

                  Have you tried the FogApi powershell module? It's pretty cool IMHO
                  https://github.com/darksidemilk/FogApi
                  https://fogapi.readthedocs.io/en/latest/
                  https://www.powershellgallery.com/packages/FogApi
                  https://forums.fogproject.org/topic/12026/powershell-api-module

                  1 Reply Last reply Reply Quote 0
                  • T
                    tmerrick
                    last edited by

                    I already tried to uninstall/reinstall the service to no avail. It was a clean install of windows, but now is very customized with CAD and other programs. The physical boxes are Dell Optiplex 960-990 intel i5 computers where the image was also created.

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

                      @tmerrick Is it likely there’s an application causing a hangup on the startup of a dependency that FOG CLient is trying to use and cannot gain access to until far later?

                      Did this occur before all the “custom software?”

                      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

                      JJ FullmerJ 1 Reply Last reply Reply Quote 0
                      • T
                        tmerrick
                        last edited by

                        I installed it fresh on a client without all of the CAD programs and it worked. So it is not a 10 Enterprise problem.

                        I then did a fresh install on the client - Deleting the FOG program folder and re-installing (and resetting the Encryption key). And this also has worked.

                        I have updated the server copy and I am sysprepping right now. I will let you know the results in about an hour.

                        1 Reply Last reply Reply Quote 1
                        • JJ FullmerJ
                          JJ Fullmer Testers @Tom Elliott
                          last edited by

                          @tmerrick
                          @Tom-Elliott said in FOG service on 0.10.6 not restarting after reboot:

                          @tmerrick Is it likely there’s an application causing a hangup on the startup of a dependency that FOG CLient is trying to use and cannot gain access to until far later?

                          Did this occur before all the “custom software?”

                          CAD software typically also includes licensing services. It is possible that one of them is causing trouble.
                          I have one optiplex 790. So I’ll do some checking on that computer to see if perhaps this is happening and I missed something.

                          Have you tried the FogApi powershell module? It's pretty cool IMHO
                          https://github.com/darksidemilk/FogApi
                          https://fogapi.readthedocs.io/en/latest/
                          https://www.powershellgallery.com/packages/FogApi
                          https://forums.fogproject.org/topic/12026/powershell-api-module

                          JJ FullmerJ 1 Reply Last reply Reply Quote 0
                          • JJ FullmerJ
                            JJ Fullmer Testers @JJ Fullmer
                            last edited by

                            @Arrowhead-IT said in FOG service on 0.10.6 not restarting after reboot:

                            I have one optiplex 790. So I’ll do some checking on that computer to see if perhaps this is happening and I missed something.

                            Well poo. Mine is doing the same thing…
                            @Jbob

                            I checked it and the fog service was stopped. Which it did mid-update from .9.12 to .10.5. I started it and then after a couple minutes it updated itself to .10.6. Gave it a reboot and the service did not start. Checking this one another computer I’m testing. An Intel Computer Stick that I did a fresh install of windows 10 32 bit enterprise. The fog client is already on it and joined it to the domain. Checking that to see if I can isolate the issue.

                            Have you tried the FogApi powershell module? It's pretty cool IMHO
                            https://github.com/darksidemilk/FogApi
                            https://fogapi.readthedocs.io/en/latest/
                            https://www.powershellgallery.com/packages/FogApi
                            https://forums.fogproject.org/topic/12026/powershell-api-module

                            JJ FullmerJ 1 Reply Last reply Reply Quote 0
                            • JJ FullmerJ
                              JJ Fullmer Testers @JJ Fullmer
                              last edited by

                              On the fresh install of windows 10 32 bit LTSB it works perfectly fine.

                              The other computer is a CB image, is it possible that this is a problem from a recent windows 10 update?

                              Have you tried the FogApi powershell module? It's pretty cool IMHO
                              https://github.com/darksidemilk/FogApi
                              https://fogapi.readthedocs.io/en/latest/
                              https://www.powershellgallery.com/packages/FogApi
                              https://forums.fogproject.org/topic/12026/powershell-api-module

                              1 Reply Last reply Reply Quote 0
                              • T
                                tmerrick
                                last edited by

                                Mine definitely fails during the imaging process. The delayed start seems to make it work, but this is not a fix.

                                The image is definitely up to date and may have the dreaded 1511 upgrade installed. I have not been able to tell if it does or not. It is not showing up under windows updates.

                                JJ FullmerJ 1 Reply Last reply Reply Quote 0
                                • JJ FullmerJ
                                  JJ Fullmer Testers @tmerrick
                                  last edited by

                                  @tmerrick Where did you get the windows 10 installation disk from? I’m assuming the windows volume licensing service center?
                                  If you don’t use the LTSB version, then the 1511 update is included in the install in all it’s default app resetting glory.

                                  Have you tried the FogApi powershell module? It's pretty cool IMHO
                                  https://github.com/darksidemilk/FogApi
                                  https://fogapi.readthedocs.io/en/latest/
                                  https://www.powershellgallery.com/packages/FogApi
                                  https://forums.fogproject.org/topic/12026/powershell-api-module

                                  JJ FullmerJ 1 Reply Last reply Reply Quote 0
                                  • JJ FullmerJ
                                    JJ Fullmer Testers @JJ Fullmer
                                    last edited by

                                    The more I’m looking into to whether or not this is happening, the more I am seeing it happen on any computer with the latest updates and on the windows 10 1511 upgrade.

                                    There was another program I have called papervision that stopped working on the latest version too. It worked perfectly fine before, but suddenly it can’t communicate with web browsers. Just giving another example of windows 10 updates breaking programs that were working before. At least they give the option to defer upgrades via group policy.

                                    Perhaps setting the fog service to delayed start is not to bad of a workaround?

                                    Have you tried the FogApi powershell module? It's pretty cool IMHO
                                    https://github.com/darksidemilk/FogApi
                                    https://fogapi.readthedocs.io/en/latest/
                                    https://www.powershellgallery.com/packages/FogApi
                                    https://forums.fogproject.org/topic/12026/powershell-api-module

                                    1 Reply Last reply Reply Quote 0
                                    • JJ FullmerJ
                                      JJ Fullmer Testers
                                      last edited by

                                      @Jbob @tmerrick
                                      I found something in the event viewer
                                      Event 7009 A timeout was reached (30000 milliseconds) while waiting for the FOGService service to connect.
                                      followed by
                                      Event 7000 The FOGService service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion.

                                      In the services console their are options for automatic recovery that we can try. I hadn’t noticed these before, perhaps they’re new? Either way I’m giving a 3 time minute delay a try.
                                      0_1463526438059_Capture.PNG

                                      Have you tried the FogApi powershell module? It's pretty cool IMHO
                                      https://github.com/darksidemilk/FogApi
                                      https://fogapi.readthedocs.io/en/latest/
                                      https://www.powershellgallery.com/packages/FogApi
                                      https://forums.fogproject.org/topic/12026/powershell-api-module

                                      JJ FullmerJ 1 Reply Last reply Reply Quote 0
                                      • JJ FullmerJ
                                        JJ Fullmer Testers @JJ Fullmer
                                        last edited by

                                        @Arrowhead-IT The recovery options didn’t seem to do anything. Setting to delayed start seems to do the trick.

                                        Have you tried the FogApi powershell module? It's pretty cool IMHO
                                        https://github.com/darksidemilk/FogApi
                                        https://fogapi.readthedocs.io/en/latest/
                                        https://www.powershellgallery.com/packages/FogApi
                                        https://forums.fogproject.org/topic/12026/powershell-api-module

                                        JJ FullmerJ 1 Reply Last reply Reply Quote 0
                                        • JJ FullmerJ
                                          JJ Fullmer Testers @JJ Fullmer
                                          last edited by

                                          @Arrowhead-IT @jbob Scratch that, delayed start didn’t do the trick and I have discovered this issue happens on all windows 10 x64 1511 computers. Why oh why did I not just use LTSB to begin with?

                                          Have you tried the FogApi powershell module? It's pretty cool IMHO
                                          https://github.com/darksidemilk/FogApi
                                          https://fogapi.readthedocs.io/en/latest/
                                          https://www.powershellgallery.com/packages/FogApi
                                          https://forums.fogproject.org/topic/12026/powershell-api-module

                                          JJ FullmerJ 1 Reply Last reply Reply Quote 0
                                          • JJ FullmerJ
                                            JJ Fullmer Testers @JJ Fullmer
                                            last edited by

                                            @Arrowhead-IT What’s interesting is that on delayed start the Fog service may not start, but the fog user service and the fog tray pop up no problem.
                                            With delayed start there is nothing in the event viewer concerning the fogservice, it simply never started.

                                            Have you tried the FogApi powershell module? It's pretty cool IMHO
                                            https://github.com/darksidemilk/FogApi
                                            https://fogapi.readthedocs.io/en/latest/
                                            https://www.powershellgallery.com/packages/FogApi
                                            https://forums.fogproject.org/topic/12026/powershell-api-module

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

                                            157

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project