Image task not going through
-
@tom-elliott Doing a capture
After I created an image, I go back to my host and click host image and choose the image definition, update. Then hosts, capture image to create task. Then USB on host, and choose deploy/capture.I even tried a brand new host - a windows 8.1 old dell. New host, new image def (win 8.1), associate, no smart installer, capture task, USB host capture, it goes well then when host reboots, FOG server task still swirling. No valid image data.
(I keep deleting everything so I would start back from scratch/noob fears)
-
@jackiejack what version of fog are you running?
-
@tom-elliott latest one 144
-
@jackiejack Right, so what I did was got another new host, and registered it.
It shows up with red icon in host management. Yes, right there in the beginning just after registering. So? I thought that my USB FOS was the problem. Created a new one, using the george fos-usb.img, Win32DiskImager. Exact same error.
At first register, red icon. No pending hosts
-
@tom-elliott said in Image task not going through:
Red icon is just âPing Hostsâ this has no bearing on the ability to image.
See what Tom said about the red icon. Nothing to do with imaging.
So what error exactly do you get now? As you seem to have registered the client, just schedule a task for it and reboot to see whatâs happening. Post a picture in case you run into an error.
-
@sebastian-roth Yes sir, doing that right now. (I am racists against red exclamation marks lol). Will give you an update first thing tomorrow (Partclone is taking a while)
-
-
If you want more/closer screenshots lemme no
-
@JackieJack Well now there is something wrong with your FTP account that is used in the background to move the image files from /images/dev/ to /images/ after upload. Be careful when using the
fog
user account for administration as well. This is intended as sort of âinternal FOG accountâ.Please follow this: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP
-
@sebastian-roth Right, I completed this as per georgeâs instructions:
Should I do them over? I mean I ftp to my fog server normal user account regularly. Upload and download files.
-
@jackiejack Did it over, everything seems to be fine.
It asked to update mysql but when I went to the fog site nothing to update. No button. Other than that, all is well. -
That root user owner on the second line is okay? Running chown -R fog:root /images solve problem?
-
@jackiejack The second line refers to the âparentâ directory (
/
) so yes itâs perfectly fine. Achown -R fog:root /images
wonât solve the problem if youâre still having problems as, based on what I can tell, the permissions are already setup as fog:root. -
Change interface from n to enp5s0 on storage management?
-
@jackiejack You can though that should only impact the fog services and multicast (more particularly).
-
@tom-elliott what about that php file line 1046 error? I donât think I saw those before I did george passwd reset.
-
@jackiejack The only thing I can think of here is the 1046 error youâre seeing is in regards to FTP. The line your file is referencing is literally:
if ($fields[3]) {
What this tells me is the field itâs working on isnât defined, so itâs more a warning than an error. If I had to guess, however, your password for the storage node is not accurate and you should really be seeing something to the tune of âUnable to authenticate.â I base this on the fact that itâs showing the host/username but failing to show the password.
I suppose itâs also possible the /home/fog folder is missing?
-
@tom-elliott /home/fog is there and empty.
I went to storage management and then on DefaultMember and pasted the password from the .fogconfig file twice. The second time using private browsing. I am thinking to do over georgeâs stuff again but change the password on the .fogconfig to something really stupidly simple.
-
but interface is enp5s0
is that okay? click y (I changed the password to something simple.)
-
@jackiejack Change the interface setting in the
/opt/fog/.fogsettings
file to match that of the interface for your device.