Multiple problems with FOG after Upgrade.
-
@Wayne-Workman
In my post https://forums.fogproject.org/topic/4997/multiple-problems-with-fog-after-upgrade/10?page=2 it is described the permission in UNIX/Linux and how they are calculated.The more I try to use the images the more I discover issues with FOG, now I am getting that the MBR is corrupted and the cannot be downloaded.One of the systems is getting stock at
Using Hard Disk: /dev/sda
and does not continue to the next step until I pressed enter then I get:
Saving Partition Table (GPT)…Invalid Partition DATA!This happens during upload of a new image. I have deleted the old image and created a new one and still having issues.
I don’t see a way to upload a file here. In the old site it was easy to see the u
pload but in this new site I am still looking for the upload button to upload either riles or images.How ever the current permission is sett 777 as under fog and group root to /images. I am not sure what would be the other way.
-
@DarkEnergy Your particular upload issue means the disk has GPT partitions on them where they’re not expected to be.
The current inits attempt to see and fix this for you, but it seems that isn’t working. You will need to put system you’re trying to upload from in an upload-debug state. Once at the prompt, run
fixparts
and accept the things it asks.From there, once fixed, you can type
fog
and it should begin the upload process without hanging.To upload a file, there is an icon that has an up-arrow on it. Hopefully that helps.
-
@Wayne-Workman
Files permissions are inherited from the folders unless manually modified. As Tom recommended earlier using the chmod -R which the -R is for recursive with indicates all folders, subfolders and files. -
@Tom-Elliott
Thanks, finally found it. -
@DarkEnergy I’m assuming you mean the upload debug?
For all persons, the Trunk versions of fog make debug tasks a simple check box on any of the tasks. The 1.2.0 they’d have to go to advanced and choose the Upload/Download - Debug (depending on which way they’re trying to go with the image).
-
@Tom-Elliott
When asking for a file name, which file name is to be provided? There are about four possible file names:
There are three files in the directory
The name given to the image in FOG Web GUI.Thanks in advance.
-
@DarkEnergy What do you mean? I wasn’t asking for a file at all, that I’m aware of.
I was just trying to point out, for the forums, there’s an Upload Files icon on the reply/post options.
-
@Tom-Elliott
In your post:
https://forums.fogproject.org/topic/4997/multiple-problems-with-fog-after-upgrade/36?page=1
When running fixparts it ask for the name of the file, which name would that be? -
Sorry,
It shouldn’t have just been fixparts.
The command would be:
fixparts <path/todevice>
Most typically it would be
fixparts /dev/sda
-
First I want to thank you for your assist. The last tip fix the last issue I was having with the imaging.
It was a GPT table left over, wire, as that machine had EUFI disable. Now I am working good again on those images. I just have one left but I think it is Windows 8.1 issue and not FOG.Thanks again.
-
I’m going to solve this post.
I imagine the (“System in hibernate”) or (“Please run fsck/chkdisk”) is related to windows 8 specifically as you pointed out.
-
I agree.
Thanks.