proftpd nach Umstieg von inetd nach xinetd nicht mehr gestar

Backup, Restore und Transfer von Daten
Post Reply
hanzdampf
Posts: 24
Joined: 2004-02-08 22:35
Location: Hamburg
 

proftpd nach Umstieg von inetd nach xinetd nicht mehr gestar

Post by hanzdampf »

Hallo allerseits,

auf mehrfaches Anraten in diversen Threads hier im Forum habe ich xidentd auf meinem Debain installiert. Nun scheint aber proftpd nicht mehr so richtig zu wollen.

Habe wie hier empfohlen die Ã?nderungen übernommen:
service ftp
{
flags = REUSE
socket_type = stream
instances = 50
wait = no
user = root
server = /usr/sbin/proftpd
bind = xxx.xxx.xxx.xxx
log_on_success = HOST PID
log_on_failure = HOST RECORD
}
Wenn ich dann xinetd neustarte wird folgendes ausgegeben:
Führe /etc/init.d/xinetd restart aus ...

Stopping internet superserver: xinetd.
/etc/init.d/xinetd: service: command not found
/etc/init.d/xinetd: flags: command not found
/etc/init.d/xinetd: socket_type: command not found
/etc/init.d/xinetd: instances: command not found
/etc/init.d/xinetd: wait: `=' is not a pid or valid job spec
/etc/init.d/xinetd: wait: `no' is not a pid or valid job spec
/etc/init.d/xinetd: user: command not found
/etc/init.d/xinetd: server: command not found
/etc/init.d/xinetd: log_on_success: command not found
/etc/init.d/xinetd: log_on_failure: command not found
Starting internet superserver: xinetd.
/etc/init.d/xinetd: service: command not found
/etc/init.d/xinetd: flags: command not found
/etc/init.d/xinetd: socket_type: command not found
/etc/init.d/xinetd: instances: command not found
/etc/init.d/xinetd: wait: `=' is not a pid or valid job spec
/etc/init.d/xinetd: wait: `no' is not a pid or valid job spec
/etc/init.d/xinetd: user: command not found
/etc/init.d/xinetd: server: command not found
/etc/init.d/xinetd: log_on_success: command not found
/etc/init.d/xinetd: log_on_failure: command not found
/etc/init.d/xinetd: service: command not found
/etc/init.d/xinetd: flags: command not found
/etc/init.d/xinetd: socket_type: command not found
/etc/init.d/xinetd: instances: command not found
/etc/init.d/xinetd: wait: `=' is not a pid or valid job spec
/etc/init.d/xinetd: wait: `no' is not a pid or valid job spec
/etc/init.d/xinetd: user: command not found
/etc/init.d/xinetd: server: command not found
/etc/init.d/xinetd: log_on_success: command not found
/etc/init.d/xinetd: log_on_failure: command not found
Könnte mir jemand dabei helfen?
Suche hat leider nichts zu tage gefördert :(

Vielen Dank
hanzdampf
Posts: 24
Joined: 2004-02-08 22:35
Location: Hamburg
 

Re: proftpd nach Umstieg von inetd nach xinetd nicht mehr gestar

Post by hanzdampf »

Hat sich erledigt. Ganz dummer Fehler- falsche Datei editiert :oops:
Post Reply