W ruch znowy google i należalo zmienić z inetd na standalone, ale po tej zmianie proftpd nie reaguje. Nie wyrzuca żadnych errorów. No i niestety w tym wypadku google mi nie pomogły :P
Ma ktoś jakiś pomysł jakby to naprawić? Na wszelki wypadek podaje config proftpd.
W /etc/inetd.conf jest wiersz odpowiedzialny za start serwera proftpd przez wrapper tcpd, ten wpis jest potrzebny tylko przy trybie pracy inetd - jakby co zahaszuj go. A może gdy serwer miałes ustawiony na inetd miałeś ten wiersz zahaszowany.
Dopisane
Ja mam zainstalowaną wersję 1.3.0 z deb i standardowo mam min. takie wpisy
Haszowałem, odhaszowywałem i nic. Zbytnio nie mam czasu na zabawę, bo pracy to się nic nie chce robić :P Na razie poszukam jeszcze jakiegoś innego klienta ftp. A to mój inetd.conf
# /etc/inetd.conf: see inetd(8) for further informations.
#
# Internet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#time stream tcp nowait root internal
#:STANDARD: These are standard services.
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/proftpd
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
ident stream tcp wait identd /usr/sbin/identd identd
#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services