Page 1 of 1

500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 10:34
by Anonymous
Moin,

ich habe das Problem, dass vsftpd nicht mehr richtig laufen will. Immer wenn ich mich einloggen will per FTP, kommt die obige Fehlermeldung.
Die /etc/vsftpd.conf ist natürlich vorhanden. Kann mir jemand auf die Sprünge helfen, woran das liegt?

Danke!
ap

PS: Meine xinetd.conf sieht im ftp-Abschnitt wie folgt aus:

service ftp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vsftpd
server_args = -a
log_on_success = HOST PID EXIT DURATION
log_on_failure = HOST ATTEMPT RECORD
}

(Standardeinstellung, wie sie 1+1 auf Suse 8.1 gemacht hatte)

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 15:28
by captaincrunch
Schuss ins Blaue :
Wie sehen die Rechte für das vsftpd-Configfile aus ?

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 15:33
by Anonymous
CaptainCrunch wrote:Wie sehen die Rechte für das vsftpd-Configfile aus ?
rw für Owner, nix für Group und World. Owner = root

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 15:35
by captaincrunch
Das wird's auch wohl sein. Gib mal die Rechte 755 (owner rwx, group r, other r).

So weit ich weiß, läuft vsftp nach dem start nicht als root, und dadurch, dass other keinerlei Rechte hat, schlägt das ganze fehl.

Ach ja : keine Panik ... vsftp ist sicher genug ... :wink:

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 15:51
by Anonymous
CaptainCrunch wrote:Das wird's auch wohl sein. Gib mal die Rechte 755 (owner rwx, group r, other r).
Leider nein. Funkt immer noch nicht :(
Selbst mit 777-Rechten gehts nicht.

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 15:59
by Anonymous
ap wrote: server_args = -a
Witzich. Ich habe das "-a" durch "/etc/vsftpd.conf" ersetzt, und schon läufts...

Jetzt ist nur die Frage, wie bekomme ich Anonymous-FTP damit in Gang? Mal sehen, ob ich irgendwo eine vernünftige Doku finde.

Re: 500 OOPS: vsftpd: cannot open specified config file

Posted: 2003-02-08 18:02
by dodolin
Jetzt ist nur die Frage, wie bekomme ich Anonymous-FTP damit in Gang? Mal sehen, ob ich irgendwo eine vernünftige Doku finde.
ftp://vsftpd.beasts.org/users/cevans/un ... tpd-1.1.3/

Code: Select all

man vsftpd.conf
Bisher ausreichend für alle meine Fragen...