Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
user einrichten in proftpd
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
utang
Apprentice
Apprentice


Joined: 20 Apr 2003
Posts: 190

PostPosted: Tue Jun 03, 2003 12:03 am    Post subject: user einrichten in proftpd Reply with quote

hi habe mal wieder 2 -3 kleine fragen

wollte proftpd einrichten und habe mitbekommen das das der server mit /etc/init.d/proftpd stop nicht stop,zumindest kann ich das x beliebige male ausführen und wenn ich dann ein start mache ,meint er er wäre schon gestartet ... was könnte das sein?

desweiteren habe ich mit den user accounts noch so meine problemchen ...

habe vie adduser n account eingerichtet ..

Code:
adduser -g proftpd -d /home/ftp -p mega2ooo joe


nun editiere ich meine proftpd.conf:

Code:
# Set the user and group under which the server will run.
User                            joe
Group                           proftpd


aber die identifizierung schlägt trotzdem fehl ... weiss jeamnd weiter? ;/
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Tue Jun 03, 2003 6:26 pm    Post subject: Reply with quote

bash-2.05b# /etc/init.d/proftpd start
* Starting proftpd... [ ok ]
bash-2.05b# /etc/init.d/proftpd stop
* Stopping proftpd... [ ok ]
bash-2.05b# /etc/init.d/proftpd start
* Starting proftpd... [ ok ]
bash-2.05b# /etc/init.d/proftpd stop
* Stopping proftpd... [ ok ]


does proftpd really stop (check this with pstree)?
is /var/run/proftpd/ empty ??

I just used the standard proftpd.conf. the emerge already generated a /home/ftp for anonymous logins. Maybe this collides with your setup.

greetz, Björn
Back to top
View user's profile Send private message
maestro
Tux's lil' helper
Tux's lil' helper


Joined: 22 Oct 2002
Posts: 91
Location: Krefeld/Germany/EU

PostPosted: Thu Jun 05, 2003 11:52 am    Post subject: Re: user einrichten in proftpd Reply with quote

utang wrote:
hi habe mal wieder 2 -3 kleine fragen

desweiteren habe ich mit den user accounts noch so meine problemchen ...
habe vie adduser n account eingerichtet ..
Code:
adduser -g proftpd -d /home/ftp -p mega2ooo joe


nun editiere ich meine proftpd.conf:

Code:
# Set the user and group under which the server will run.
User                            joe
Group                           proftpd


aber die identifizierung schlägt trotzdem fehl ... weiss jeamnd weiter? ;/


also, wenn ich das richtig verstehe, dann soll joe der user sein, der den ftp nutzt. dein 2ter code-schnipsel hat nix mit der user-authentifizierung zu tun. das legt nur fest, als welcher user der proftpd-prozess gestartet wird.

hast du diese zeile in der proftpd.conf?
Code:
DefaultRoot ~/


poste mal bitte deine ganze config,

oder

geh mal auf www.proftpd.de, da gibts sehr gut beispiel-configs. kannst zum bsp. die authentifizierung über mysql machen. dann stehen die user in ner datenbank und existieren nicht auf dem system.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum