Solved FOG won't move images
-
@Quazz Is there anything in the vsftpd logs?
-
@Tom-Elliott The password is correct in the database.
-
@Quazz The table, I think, is nfsGroupMembers
-
@Tom-Elliott Yes, I’ve force set the password everywhere.
What table should I check in the database for the password? There is a = in the (auto-generated) password so that could possible cause issues then.
-
@Quazz Is this same password set properly on the storage nodes? FOG Uses the storage nodes username/password settings for FTP during upload/replication. If, for whatever reason, these are incorrect, it will not work properly. That said, can you check what settings are actually stored in the DB?
I do a lot of escaping of characters in an attempt to prevent XSS issues and SQL Exploit issues. Because of this, special characters might (I’m fairly sure this isn’t the case, but I’ve been wrong many a time before) be stored and used incorrectly when actually needed by the system. For example,
TheP@sswordHere%hasSpecialChars/
would be translated in the system (but should be decoded properly) asTheP%40sswordHere%25hasSpecialChars%2F
.Again, this is all speculation, but it’s the best guess I can think of at the moment.
-
What version of the trunk are you on?
Latest trunk version.
I just noticed though that it seems to change the fog user password every time I update it (even though the password in /opt/fog/.fogsettings is 100% correct, I copy pasted it from TFTP Server settings before updating)
How do you know ftp is not working? (i.e. what problems are you experiencing)
FOG moves the images using FTP from /images/dev to /images, which it fails to do for me.
Does any of the log files in /opt/fog/logs show any clues to the problem?
There’s only groupmanager.log and servicemaster.log in there
Servicemaster reports all FOG Services running.
Nothing relevant in groupmanager.log
-
What version of the trunk are you on?
How do you know ftp is not working? (i.e. what problems are you experiencing)
Does any of the log files in /opt/fog/logs show any clues to the problem?