Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] trouble with vsftpd
Date: Sun, 16 Dec 2007 16:40:27
Message-Id: 20071216113424.7b4aaf02@osage.osagesoftware.com
1 I have installed vsftpd but it's not working. When I try to retrieve a
2 file, not much happens.
3
4 "wget -nd ftp://localhost/test.txt" produces:
5
6 --11:23:39-- ftp://localhost/test.txt
7 => `test.txt'
8 Resolving localhost... 127.0.0.1
9 Connecting to localhost|127.0.0.1|:21... connected.
10 Logging in as anonymous ...
11 Login incorrect.
12
13 and (from another machine) "wget -nd ftp://osage/test.txt" produces:
14
15 --11:23:21-- ftp://osage/test.txt
16 => `test.txt'
17 Resolving osage... 192.168.1.10
18 Connecting to osage|192.168.1.10|:21... connected.
19 Logging in as anonymous ...
20 Error in server response, closing control connection.
21 Retrying.
22
23 after these attempts, /var/log/messages shows:
24
25 <date> osage xinetd[7153]: START: ftp pid=30268 from=192.168.1.2
26 <date> osage xinetd[30268]: FAIL: ftp address from=192.168.1.2
27 <date> osage xinetd[7153]: EXIT: ftp status=0 pid=30268 duration=0(sec)
28
29 /etc/xinet.d/vsftpd contains:
30
31 # default: off
32 # description: Vsftpd is an FTP server, designed to be secure.
33 # $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.xinetd,v
34 1.4 2005/06/07 18:34:17 uberlord Exp $
35
36 service ftp
37 {
38 socket_type = stream
39 wait = no
40 user = root
41 server = /usr/sbin/vsftpd
42 server_args = /etc/vsftpd/vsftpd.conf
43 log_on_success += DURATION
44 nice = 10
45 disable = no
46 }
47
48 What else should I be checking?
49
50 Thanks.
51
52 David
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] trouble with vsftpd Vladimir Rusinov <vladimir@×××××××××.info>
[gentoo-user] Re: trouble with vsftpd reader@×××××××.com