Может быть проблема в хостнейме ?
Пишу так же, как и у меня в консоли.
Логинимся под рутом
Код:
[root@xxx-slope /] # proftpd
- IPv6 getaddrinfo 'xxx-slope.volia.net' error: Name or service not known
Как понятно, я пользуюсь услугами киевского провайдера воля.
И хостнейм присвоен провайдером! Хотя я менял его, проблема нерешилась. Может так и нужно?
Вот мой etc/hosts
Код:
# generated by drakhosts
127.0.0.1 kiparisplus.net kiparisplus localhost
И еще, этот компьютер раздает интернет нескольки компьютерам в сети, IPv6 отключен.
И вот самое важное, /etc/proftpd.conf
Код:
# A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Cosmetic changes, all files belongs to ftp user
DirFakeUser on ftp
DirFakeGroup on ftp
# Don't make it require a valid password or shell.
RequireValidShell off
AnonRequirePassword off
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
# Uncomment this if you're brave.
# <Directory incoming>
# # Umask 022 is a good standard umask to prevent new files and dirs
# # (second parm) from being group and world writable.
# Umask 022 022
# <Limit READ WRITE>
# DenyAll
# </Limit>
# <Limit STOR>
# AllowAll
# </Limit>
# </Directory>
</Anonymous>
Дистрибутив Mandriva linux One 2007