FTP server not running
-
I just tried to get an updated kernel image. I can see it downloads successfully but then I get
Type: 1024, File: /srv/http/fog/lib/fog/fogftp.class.php, Line: 219, Message: FTP connection failed, Host: 192.168.21.82, Username: fogproject
I notice there is no FTP server running, I note that vstfpd is disabled
Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; disabled; preset: disabled) Active: inactive (dead)
I tried starting it (
systemctl start vsftpd
) and I tried to connect using the credentials obtained from the TFTP page in the gui, however I get500 OOPS: vsftpd: both local and anonymous access disabled!
I don’t know if is it right that I enable this service or if Fog should take care of it.
So it looks like I am stuck without FTP and cannot update kernel image.
I am on Arch Linux and installed
dev-branch
a couple of days ago.