500 OOPS: vsftpd: cannot open specified config file

Backup, Restore und Transfer von Daten
Post Reply
Anonymous
 

500 OOPS: vsftpd: cannot open specified config file

Post 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)
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

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

Post by captaincrunch »

Schuss ins Blaue :
Wie sehen die Rechte für das vsftpd-Configfile aus ?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Anonymous
 

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

Post 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
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

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

Post 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:
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Anonymous
 

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

Post 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.
Anonymous
 

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

Post 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.
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

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

Post 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...
Post Reply