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

    FOG Won't finish capturing a windows 10 image

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    32
    10.7k
    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.
    • coco65C
      coco65 @Tom Elliott
      last edited by

      @Tom-Elliott :

      Make sure to update your /opt/fog/.fogsettings file for the password variable.

      As a distribution platform I used a laptop as fog server, Fog in virtual Debian 8 running inside Hyper-V in Windows 10, and a switch to connect a bundle of laptops as clients. The laptop hd ran out of space for images so I used a NAS as Fog storage node. All way to complicated and a laptop hd is just too slow, so now I invested in a Gigabyte BRIX micro PC with a 1 TB Intel M.2 SSD inside as Fog server. Smaller and lighter then a laptop. Did a fresh install, Debian 8 and it works great and super fast. No more FTP password errors. Only some problems getting DHCP server to auto-start, the Network-manager in gnome was in the way. Solved that. Did an image pull, an image deploy and an image multicast (Windows 10 image). All works great. Next on my list is to test the Fog client in Win10. Just for fun tried a ClamAV virus scan job, that did not work. Maybe I have to install ClamAV first? Time to read the manual/wiki again, maybe that’s not implemented yet…

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

        @coco65 ClamAV, I’m afraid, I’m preparing to do away with.

        This is because it’s “use” was not exactly useful. If you have to “ClamAV” it, chances are it’s safer (and potentially faster) to just reimage the system. The reporting was basic at best and every time you ran it, chances were great that you’d hit a snag in getting the signature files updated.

        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

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @Tom Elliott
          last edited by

          @Tom-Elliott said in FOG Won't finish capturing a windows 10 image:

          @coco65 ClamAV, I’m afraid, I’m preparing to do away with.

          This is because it’s “use” was not exactly useful. If you have to “ClamAV” it, chances are it’s safer (and potentially faster) to just reimage the system. The reporting was basic at best and every time you ran it, chances were great that you’d hit a snag in getting the signature files updated.

          I’ve dealt with (and victoriously defeated) crypto - wall many many times with a 5 minute image deployment. 🙂

          Of course I deleted the users profile and deleted their redirected app data as well.

          Fog puts crypto wall into obsolescence.

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • coco65C
            coco65 @Tom Elliott
            last edited by

            @Tom-Elliott : Before starting with a fresh install, in my previous Hyper-V version of Fog;,

            At the end of ./installfog.sh you get this:

            #################################################################
               FOG has adjusted to using a login system to protect what can/cannot be downloaded
               We have detected that you don't have credentials defined to perform the backup
               If you would like the database to be backed up during install please define
               in your /opt/fog/.fogsettings file
            
               fogguiuser='usernameOfFOGGUI'
               fogguipass='passwordOfFOGGUIUser'
            
               You can also re-run this installer as:
            
               fogguiuser='usernameOfFOGGUI' fogguipass='passwordOfFOGGUIUser' ././installfog.sh
            ############################################################
            

            So I copied and pasted

            fogguiuser='usernameOfFOGGUI'
            fogguipass='passwordOfFOGGUIUser'
            

            into the fogsettings file.

            Maybe it should have been:

            fogguiuser='fog'
            fogguipass='password' 
            

            ???

            Remember as a normal user I am not so smart, just good at Ctrl-C and Ctrl-V.

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @coco65
              last edited by

              @coco65 the credentials must be a valid web interface account. The purpose is for further lockdown of DB backups - defining them in the fogsettings file will allow fog to authenticate said user and use it to do the DB backup during installation or update.

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • T
                tom.langenfeld
                last edited by

                Is there a tutorial how to edit the password and user fields? I have tried using vi but do not know how to edit the fields.

                Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @tom.langenfeld
                  last edited by

                  @tom.langenfeld type the i key and then make your edits. When done press the ESC key and type :wq

                  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
                  • Wayne WorkmanW
                    Wayne Workman @tom.langenfeld
                    last edited by

                    @tom.langenfeld said in FOG Won't finish capturing a windows 10 image:

                    Is there a tutorial how to edit the password and user fields? I have tried using vi but do not know how to edit the fields.

                    Tom’s stuff is good, but for further help and for future readers, we do have a basic Vi tutorial which includes a video.
                    https://wiki.fogproject.org/wiki/index.php?title=Vi

                    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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • T
                      tom.langenfeld
                      last edited by

                      Hey Tom, When you added that information into the .fogsettings file did you change the existing username and password fields to match the info from the installer or did you just add the two lines that you mentioned?

                      Tom ElliottT 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @tom.langenfeld
                        last edited by

                        @tom.langenfeld Your fogguiuser and fogguipass fields are completely separate from the username/password fields as defined in the fogsettings file. Those new fields are ONLY relevant to the GUI itself.

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

                        159

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project