Imaging stuck on upload after finished
-
[quote=“Jim Holcomb, post: 31356, member: 15162”]Tom, I am on v1.1.1 and I just updated an image. All went well, and got the image upload success message. Now the laptop is looping on the FTP login incorrect message. I do not recall setting up an FTP password. Can I just change the password via the FOG interface or does this need to be does elsewhere at the server level? (Ubuntu 12.04)[/quote]
The password for FTP is that of the fog user on the server, and has to match two locations in the configuration.
- Storage Management > All Storage Nodes > Select Storage Node > Management Password
- Fog Configuration > Fog Settings > TFTP Server > FOG_TFTP_FTP_PASSWORD
-
We have come up with this problem too. I’ve noticed that when this error happens we have these lines in the log file
[06-26-14 10:21:15 am] * No tasks found!
[06-26-14 10:21:25 am] | StorageNode Not found on this system.
[06-26-14 10:21:35 am] | StorageNode Not found on this system.
[06-26-14 10:21:45 am] | StorageNode Not found on this system.
[06-26-14 10:21:55 am] | StorageNode Not found on this system.
[06-26-14 10:22:05 am] | StorageNode Not found on this system.
[06-26-14 10:22:15 am] | StorageNode Not found on this system.
[06-26-14 10:22:16 am] * Starting FOG Multicast Manager Service
[06-26-14 10:22:21 am] * Checking for new tasks every 10 seconds.
[06-26-14 10:22:21 am] * Starting service loop.
[06-26-14 10:22:21 am] * No tasks found!I was in the process of updating to the latest version and it seems that when the service was restarted it finished uploading the image.
-
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]