View previous topic :: View next topic |
Author |
Message |
darkbyte n00b


Joined: 20 Feb 2003 Posts: 71 Location: Mexico
|
Posted: Tue Nov 04, 2003 7:11 pm Post subject: pure-ftpd problems |
|
|
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 |
|
 |
Zoltan Guru


Joined: 27 Aug 2003 Posts: 394 Location: Moscow, Russia
|
Posted: Tue Nov 04, 2003 8:01 pm Post subject: |
|
|
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 |
|
 |
!k Tux's lil' helper


Joined: 11 Oct 2002 Posts: 93 Location: Minnesota
|
Posted: Wed Nov 05, 2003 11:53 pm Post subject: |
|
|
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 |
|
 |
|