Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pure-ftpd problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
darkbyte
n00b
n00b


Joined: 20 Feb 2003
Posts: 71
Location: Mexico

PostPosted: Tue Nov 04, 2003 7:11 pm    Post subject: pure-ftpd problems Reply with quote

hi gentoosers. well i recenctly install pure-ftp in my machine but i cant make it work. I bring up the server but when i try to connect i always get the same message.

Code:
segfault init.d # telnet 127.0.0.1 21
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 07:01. Server port: 21.
220 You will be disconnected after 15 minutes of inactivity.
user darkb
331 User darkb OK. Password required
pass 160185
Connection closed by foreign host.
segfault init.d # telnet 127.0.0.1 21
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 07:02. Server port: 21.
220 You will be disconnected after 15 minutes of inactivity.
user root
331 User root OK. Password required
pass .m160185.
Connection closed by foreign host.


i have configured the files:
/etc/xinetd.d/pure-ftpd
Code:

# default: off
# description: Pure-FTPd service example config.

service ftp
{
    socket_type = stream
    server = /usr/sbin/pure-ftpd
    server_args = -s -A 42
    protocol = tcp
    user = root
    wait = no
    disable = no
}


any idea of what files i need to configure..

thankz
_________________
"software is like sex, it's better when it's free"
Back to top
View user's profile Send private message
Zoltan
Guru
Guru


Joined: 27 Aug 2003
Posts: 394
Location: Moscow, Russia

PostPosted: Tue Nov 04, 2003 8:01 pm    Post subject: Reply with quote

Naming your computer a "segfault" is a way to ask for problems :)

I had similar problems with proftpd which failed to auth NIS users, I had to enable NIS authentification, before that it would let only root in. You can check your logs "ls -lt /var/logs" to see which messages appeared the last after you tried to ftp, if those are auth.log messages, there is likely an auth problem.
_________________
Light travels faster than sound. That's why some people appear bright before you hear them speak.
Back to top
View user's profile Send private message
!k
Tux's lil' helper
Tux's lil' helper


Joined: 11 Oct 2002
Posts: 93
Location: Minnesota

PostPosted: Wed Nov 05, 2003 11:53 pm    Post subject: Reply with quote

How about your /etc/conf.d/pure-ftpd file?

does it work when you start pure-ftpd manually rather than having xinited do it?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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