Can't Install New Kernel: FOGFTP: Failed to put file.
-
I’m trying to update to a new kernel because the laptops that I’d like to image don’t really work right. However, when I try to update the kernel, I get the error,
[CODE]FOGFTP: Failed to put file. Remote Path: /var/www/fog/service/ipxe/bzImageThink, Local Path: /tmp/bzImageThink, Error: ftp_put() expects parameter 1 to be resource, null given[/CODE]
I’m running FOG 2072, so that’s likely the problem. I’m afraid to update so close to the start of the school year, though.
-
Sounds like a permisson error either tftp password or file permissions a work around would be
[CODE]sudo cp /tmp/bzImageThink /var/www/fog/service/ipxe/bzImageThink[/CODE] -
Hmm… There doesn’t seem to be a TFTP password listed in FOG Settings -> TFTP Password. Any idea what the default would be?
-
It should be that of whatever the fog user on the linux side uses.
You can check the password= field of /opt/fog/.fogsettings to see if that helps.
-
This post is deleted!