FOG Imaging Not Saving
-
@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.
-
@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 /]#
-
@dpotesta50 Trying chat for faster turnover… see the speech bubble in the right top corner of the forum.
-
-
@dpotesta50 Alright, got that. See here: https://wiki.fogproject.org/wiki/index.php?title=Windows_Dirty_Bit
-
@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.
-
@dpotesta50 It should have told you right away that the disk was dirty and not started at all. So this surprises me a bit. But we see this common with Win10 (not being shutdown properly). We are glad you got it uploading now.
-
@george1421 Well crud!
-
looks like your FTP credentials are not matching properly. The error is not on the Windows 10 machine but on the fog server ftp credentials.
-
@jgallo It shows the image was uploading though. The file size is 19.5Gb. Before when I was getting all the errors it was 615Mb.
-
@jgallo I agree.
@dpotesta50 did someone muck about with the linux user called
fog
? Understand this is not the web gui administrator account that is also calledfog
, I’m talking about the linux userfog
. We quite often see IT admins attempt to use or change the password on this FOG managed service account. If you have then there is a process to fix it. -
@george1421 Not that I’m aware of. I’m sitting right in front of the computer, nobodies on it but me. It’s running on Ubuntu. The login for the O.S. AND the FOG admin are both “FOG”.
-
@dpotesta50 ok what I want you to do is this.
inspect the following hidden file: /opt/fog/.fogsettings (yes the dot belongs in there).
Review that file and look for a setting called
password=
(hint its easier to do this test if you are remoted into the computer using putty).Record the password, then from a windows computer, use a ftp client and connect from your windows pc to the FOG server. Login with
fog
and the password you gleaned from the .fogsettings file.See if that works. If it does then we need to look back in the webgui for the problem.
-
@george1421 Once I stopped the CAPTURE task, the image deleted itself.
-
@dpotesta50 Well you need to get this FTP part to work, or your images will stay in /images/dev/<mac_address> and not move to their proper location.
-
@george1421 So the image is here??
-
@dpotesta50 If that is the mac address of the image you were uploading then yes.
FOG uses NFS to move the image from the target computer to the FOG server. For security reasons, only the /images/dev directory on the FOG server is writable via NFS. Once the upload is done, the target computer connects to the FOG server using a ftp and instructs the FOG server to move the uploaded image from /images/dev/<mac_name> to /images/<image_name>. Since this is all done on the FOG server with file pointers the fog server only updates the directory listing and doesn’t need to move the physical files. This happens very quickly on the fog server.
Now what has happened here. The upload went as planned, but because the
fog
linux user couldn’t login because of a bad password. The target computer couldn’t move the file to complete the upload process.You need to fix the linux user
fog
’s settings to get things back in sync. -
@george1421 But that IS the image I created, just in the wrong folder?
-
It’s not the wrong folder. As @george1421 states that folder where the files of the image you uploaded are is a temp folder so to speak so that once it’s completed uploading then the next task is to move it to the images directory. That is what FOG does. So it’s clear at this point that it’s definitely a credentials issue here because the image does upload but the very last step for FOG is to move those files to the Images directory but it can’t because it requires the proper credentials.
I would re-read the suggestion @george1421 said earlier and examine your files to confirm credentials are accurate. I hope that helps.
-
@jgallo I understand there is a credentials issue and that FOG will automatically move the image to the appropriate folder once that is resolved.
However, can I not just copy the files myself to the folder named for the image name?