FOG FTP Login Failed
-
I knew someone over here would have the answer.
-
So I am also having this issue and I have checked my passwords everywhere as well as doing the sudo passwd fog and the touch commands as well. I have also changed it to what is under the [FONT=Ubuntu][COLOR=#555555]FOG_TFTP_FTP_PASSWORD. I have gone in and changed it in a couple of files and I still can’t get this to work under image management. [/COLOR][/FONT]
-
Did you set the fog user password?
-
Yes I did
-
So is this occurring on all your images? Or only certain images?
-
It is not happening during an upload (That I know of yet) but it is occuring on the image management screen and yes it says that same thing on all of the images.
-
Is the IP of the related storage node correct, and is the firewall disabled?
What version of vsftpd are you running?
-
[quote=“Tom Elliott, post: 37394, member: 7271”]First, make your fog user password something simple for you to remember.
[code]sudo passwd fog[/code]
Go to FOG GUI->Storage Management->All nodes-><your relevant node>->Management username and password.
Management password should be that of the password you set for the fog user.
All Done!
Ensure that rights are proper:
[code]sudo touch /images/.mntcheck
sudo touch /images/dev/.mntcheck
sudo chown -R fog:root /images
sudo chown -R 777 /images[/code]Enjoy the freedom.[/quote]
Thank you Tom! This fixed it for me (I think). I’m not in my office today to check, but i remoted in and did all of the commands, rebooted, logged into FOG gui and listed image management. Before it would take about 2 minutes to list the images (im assuming because the passwords were wrong). But it loaded right up and now doesn’t list the ftp error! So I am assuming it will work now. I will confirm monday but thanks for the prompt response. The one thing I still notice is the images inside the images folder still have the lock symbol on them but i dont know if that is an issue or not. I just don’t know why i had the error in the first place because I set the virtual server up identically to the existing one. Must have missed something somewhere. Thanks again!
-
so I checked the IP storage node and this particular ip address is completely unblocked for everything. As for the version of VSFTPD it is 3.0.2-1ubunt/amd64
-
I ran into this issues for a couple of hours. I actually found that SELinux turned back on since it wasn’t disabled in the start up config. For anyone that has more issues with the error above try the command sestatus if enforcing follow this page [url]http://www.crypt.gen.nz/selinux/disable_selinux.html[/url]