Imaging stuck on upload after finished
-
hello;
Fresh reinstall of FOG 1.1.2 and same probem with my first upload:
It ok on the defaut storage but not on a new storage group and node.
after the upload i have this:
*
*
*
and in the log from apache:
PHP Parse error: syntax error, unexpected ‘;’ in /var/www/fog/service/Post_Stage2.php on line 24 -
i have reinstall fog 1.1.2 and now it’s ok !!!
-
Anyone??? I upgraded to v1.1.2 and still the same issue appears (TFTP invalid password)
-
[quote=“Jim Holcomb, post: 31679, member: 15162”]Anyone??? I upgraded to v1.1.2 and still the same issue appears (TFTP invalid password)[/quote]
Did you try/verify anything I said at all? It was a direct response and everything.
-
My humble of apologies! I did not see the 2nd page in this thread. Silly me. Trying that now…
-
I’ve been following this post as I too ran into the last step of an image update stalling with *s. I finally received the message about invalid ftp password, and I have since fixed my issue. I had the “2. Fog Configuration > Fog Settings > TFTP Server > FOG_TFTP_FTP_PASSWORD” configured as the fogcrypt’d password. I also had, i’m assuming since I first installed fog, the unix user set to the fogcrypt’d password also. It used to work this way, I don’t know if it should have, but it did.
To fix my issue I had to set the unix user password to the plain text password. The entry in the config page still needs to be fogcrypt’d.
-
John, have no idea what you just said here. How do I do this?
[QUOTE]o fix my issue I had to set the unix user password to the plain text password. The entry in the config page still needs to be fogcrypt’d.[/QUOTE] -
Ok, so other troubleshooting steps taken.
I tried [FONT=monospace][COLOR=#000000]tftp x.x.x.x. get [/COLOR][/FONT][FONT=monospace][COLOR=#000000]undionly.kpxe and got positive results. However, when I try [/COLOR][/FONT][FONT=monospace][COLOR=#000000]tftp -v X.X.X.X -c get undionly.kpxe from the FOG server (via putty) I get permission denied. Any thoughts?[/COLOR][/FONT] -
Buehler? Anyone? Guys, I have seen multiple posts on here about this issue. Do we have any idea what’s going on, or when a fix might be in order?
-
[quote=“Jim Holcomb, post: 32006, member: 15162”]Buehler? Anyone? Guys, I have seen multiple posts on here about this issue. Do we have any idea what’s going on, or when a fix might be in order?[/quote]
There are two places you probably need to check.
When you install fog we set a random password for the linux side’s fog user.
This password is then the password that is supposed to be set for Storage Management and your relevant storage node. This can be changed on the linux side with a few commands:
[code]sudo passwd fog[/code]
Enter your password twice and remember it
Log into the FOG GUI and set this username and password in
Storage Management->All Storage Nodes-><YOUR STORAGENODE>->Management User and Management Password.Then goto:
FOG Configuration (? Icon)->FOG Settings->TFTP Server->FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD and set the same username/password pair.Then test.
To make absolutely sure it’s not a permissions issue run:
[code]chown -R fog:root /tftpboot
chown -R fog:root /images
chmod -R 777 /images[/code]