Hi.
I installed a few updates, but didnt touched proftpd (1.3.0)
I did a reboot and the proftpd procces isn't starting.
After trying in ssh to run it, i get:
I read here that it's because wrong hostnames in /etc/hosts.
It's a new server, and 1 of the lines in /etc/hosts are linking to a domain that is working on the old server.
this is the /etc/hosts file:
the xxx are something real...
I need to transfer backups by ftp from the old server to the new one, so i need ftp somehow... Can i just add a command that proftpd will ignore errors in /etc/hosts?
I installed a few updates, but didnt touched proftpd (1.3.0)
I did a reboot and the proftpd procces isn't starting.
After trying in ssh to run it, i get:
Code:
- IPv4 getaddrinfo '' error: hostname nor servname provided, or not known
- warning: unable to determine IP address of ''
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'
I read here that it's because wrong hostnames in /etc/hosts.
It's a new server, and 1 of the lines in /etc/hosts are linking to a domain that is working on the old server.
this is the /etc/hosts file:
Code:
::1 localhost localhost.my.domain
127.0.0.1 localhost localhost.my.domain
80.179.xxx.xxx server.xxxxx.co.il
the xxx are something real...
I need to transfer backups by ftp from the old server to the new one, so i need ftp somehow... Can i just add a command that proftpd will ignore errors in /etc/hosts?