kernel update problem github 7238 ubuntu 14.04
-
-
@goempie What revision are you on currently?
-
@Wayne-Workman I update every day for the last week.
-
@goempie Can you provide the output of
ls -lahRt /var/www/html/fog/service/ipxe
please? -
@Wayne-Workman
Sorry for the late response
-
@goempie Can you try to update first? 7306 is old and had issues in itself.
-
I’m updating every day.
Now i’m on Version: 7428 -
@goempie I think we need a join.me session so I can see what’s going on.
This issue that you’re reporting feels like, while you’re pulling the latest, it’s not actually updating any files. Especially if when you go to the FOG Configuration Page it’s reporting a version 7306. I only state that because of the reply showing the version from FOG COnfiguration Page.
-
Remoted in and found the issue was the TFTP FTP username and password. Once updated, this was fixed.
-
To be clear, FTP credentials can cause the above error? I need to be sure before I put it into the wiki.
-
@Wayne-Workman yes. Because it can’t connect to the server the put the data. It should’ve failed to connect if the credentials were wrong, of which they weren’t. It couldn’t rename or put because the user that was logged in had no rights to where the files were to be placed.
-
@Tom-Elliott ah. So the FTP credentials being used were valid for connecting, but that particular user didn’t have permissions to the files in some way/shape/form.
So this boils down to a permissions issue, which could lead back to a user-name issue.
-
@Wayne-Workman sort of. It purely is permissions. That’s all it is. You can setup any user and password you want, but you need to ensure the folder has the user permissions for that folder.
-
-
@Wayne-Workman this put error can also occur if the file its downloading could not be moved to another location or could not be deleted.
-
@Tom-Elliott said in kernel update problem github 7238 ubuntu 14.04:
this put error can also occur if the file its downloading could not be moved to another location or could not be deleted.
added.