Gentoo Archives: gentoo-hardened

From: "James R. Marcus" <jmarcus@×××××××.net>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] vsftpd problems
Date: Wed, 07 Jul 2004 23:33:38
Message-Id: E6E16A6D4277CD459BBDE6713766033C92A171@exchange.mvalent.local
1 I just did my first install of hardened Gentoo with the SELiunx kernel.
2 I emerged vsftp and got it running. However when I login I get this
3 message:
4 230 Login successful.
5 ftp> ls
6 500 OOPS: capset
7 200 PORT command successful. Consider using PASV.
8 500 OOPS: vsf_sysutil_recv_peek
9 Connection closed by remote host.
10 ftp>
11
12
13 Here is my vsftpd config:
14 ftp init.d # cat /etc/vsftpd/vsftpd.conf | grep -v '#'
15
16 anonymous_enable=NO
17 local_enable=YES
18 write_enable=YES
19 dirmessage_enable=YES
20 connect_from_port_20=YES
21 xferlog_enable=YES
22 xferlog_file=/var/log/vsftpd/vsftpd.log
23 nopriv_user=nobody
24 background=YES
25 listen=YES
26
27 xinetd.conf:
28 ftp init.d # cat /etc/xinetd.conf | grep -v '#'
29
30
31 defaults
32 {
33 instances = 60
34 log_type = SYSLOG authpriv info
35 log_on_success = HOST PID
36 log_on_failure = HOST
37 cps = 25 30
38 }
39
40 includedir /etc/xinetd.d
41
42 Any recommendations on how to approach this issue would be great.
43 There is nothing in /var/log/messages
44 Thanks,
45
46 James
47
48 --
49 gentoo-hardened@g.o mailing list