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

    FOG Imaging Not Saving

    Scheduled Pinned Locked Moved
    General Problems
    5
    56
    16.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.
    • D
      dpotesta50 @george1421
      last edited by

      @george1421 Thats confusing to me because there’s half a terabyte available on that drive.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @dpotesta50
        last edited by george1421

        @dpotesta50 Its the other way around, its the target computer disk that is in question.

        One way to find out is to schedule a debug capture. Just click on the debug check box when you go to schedule the capture. When you do that pxe boot the target computer after a few presses of the enter key you will be dropped to a linux prompt on the target computer. Then just key in fog and it will single step you through the capture. When you get to the error, watch what partclone says. Also right after the error, press ctrl-c where it will drop you back to the command prompt, then we can inspect the partclone.log (on the target). It should be in /var/log (on the target).

        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!

        D 1 Reply Last reply Reply Quote 1
        • J
          JGallo @dpotesta50
          last edited by

          @dpotesta50

          Prior to uploading the image, in Windows 10, proper shutdown? Win 10 has that weird sleep boot and depending on which build it is you might have to disable it in the power options FYI. Also there is cmd option to use to properly shut it down prior to uploading the image.

          george1421G 1 Reply Last reply Reply Quote 0
          • D
            dpotesta50 @george1421
            last edited by

            @george1421 Sorry to the dumb question but is the target computer the device I’m imaging FROM or imagine TO (The FOG server)

            george1421G 1 Reply Last reply Reply Quote 0
            • george1421G
              george1421 Moderator @dpotesta50
              last edited by

              @dpotesta50 To flip the question back at you, what computer were you on when this error was thrown. Its that device that has disk issues.

              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!

              D 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @JGallo
                last edited by

                @jgallo I think if this was the case, partclone should complain right away the disk is dirty and can’t be cloned. I think the error above is generated after partclone actually starts copying the image. (but I’ve been wrong before…)

                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!

                1 Reply Last reply Reply Quote 0
                • D
                  dpotesta50 @george1421
                  last edited by

                  @george1421 That was the laptop I built the image on. It was at the end of the clone cycle.

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @dpotesta50
                    last edited by

                    @dpotesta50 Ok then setup a debug capture and watch partclone as it runs. If your fog server has enough space, partclone should print quickly on the screen what is wrong and then hit the ctrl c at the next debug pause and inspect the partclone logfile.

                    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!

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      dpotesta50 @george1421
                      last edited by

                      @george1421 0_1510178787669_IMG_4657.JPG

                      george1421G 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @dpotesta50
                        last edited by

                        @dpotesta50 Keep going its a ways down yet. But now you can see each step fog is doing.

                        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!

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          dpotesta50 @george1421
                          last edited by

                          @george1421 Looking at log files.
                          There are a bunch, which one do I need to examine?

                          george1421G 1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator @dpotesta50
                            last edited by

                            @dpotesta50 If you look at your very first post it mentions /var/log/partclone.log. You can key in tail /var/log/partclone.log to view the last few lines of that log file. If you need a few more lines you can do tail -30 /var/log/partclone.log to show the last 30 lines.

                            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!

                            george1421G D 2 Replies Last reply Reply Quote 0
                            • george1421G
                              george1421 Moderator @george1421
                              last edited by george1421

                              @george1421 I will tell you a trick so you can remotely interact with FOS.

                              1. Give root a password with this command passwd. Just give it an easy password like hello. Do this from the FOS debug console.
                              2. Get the IP address of FOS target computer. ip addr show
                              3. Connect to FOS using Putty from a windows computer. Login with root and hello as the password.

                              Now with putty you can cut and paste commands to the FOS engine. FOS runs in memory, so when you reboot FOS all settings or changes are gone. So this password reset is only temporary.

                              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!

                              1 Reply Last reply Reply Quote 0
                              • D
                                dpotesta50 @george1421
                                last edited by

                                @george1421 Well…that log file is not there. I sorted the directory by name, no log file.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Sebastian Roth

                                  @dpotesta50 Where did you check for that partclone.log file? On your server (wrong) or on the client itself? Although you can get access to the client via SSH there is a much easier route of just taking a video/picture of the error message when it is right on screen in that blue window. Post here and I am sure we’ll figure things out.

                                  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

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    dpotesta50 @Sebastian Roth
                                    last edited by

                                    @sebastian-roth Okay so if I look for the log file on the laptop I’m imaging FROM, how do I do command line navigation? I CTRL-C’d to the command prompt which is blue and says "[Thu Nov 9 root@fogclient /]#

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by

                                      @dpotesta50 Trying chat for faster turnover… see the speech bubble in the right top corner of the forum.

                                      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

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        dpotesta50 @Sebastian Roth
                                        last edited by

                                        @sebastian-roth 0_1510243904878_Untitled.jpg

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Sebastian Roth Moderator
                                          last edited by

                                          @dpotesta50 Alright, got that. See here: https://wiki.fogproject.org/wiki/index.php?title=Windows_Dirty_Bit

                                          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

                                          D 1 Reply Last reply Reply Quote 1
                                          • D
                                            dpotesta50 @Sebastian Roth
                                            last edited by

                                            @sebastian-roth I went ahead and rebuilt the image. Ran checkdisk and disabled FAST STARTUP as instructed. So far, the image is still uploading. Before it was done in less then a minute. Now it’s been going for about four or five minutes and it’s only at 13% so something is definitely different.

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

                                            209

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project