OpenBSD3.7release.vsftpd-2.0.2.error:500 OOPS: setsockopt
OpenBSD 3.7 release normal install(none of any nat and pf setup)
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/i386/vsftpd-2.0.2.tgz
keep the /etc/vsftpd.conf default run: vsftpd & problem:
weFTP# ftp localhost Trying ::1... ftp: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost.gdou.com. 220 (vsFTPd 2.0.2) Name (localhost:root): test 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||63882|) 500 OOPS: setsockopt
the same error another computer the ftp client(cuteftp pro): --------------------------------------------------- 500 OOPS: setsockopt ERROR:> Syntax error, command unrecognized. ERROR:> Control connection closed. ---------------------------------------------------
can vsftpd-2.0.3 solve the problem?
when will the packages updates come out? I'm a newbie,can't make my own package now.
see Changlog from vsftpd below:
At this point: v2.0.2 released! (need to get the SSL dropout fix out) =====================================================================
- Document what regex expressions are supported in the man page.
- New settings rsa_private_key_file and dsa_private_key_file to allow
separate files for the certificates and private keys.
- Initial, simple fix for timed out processes not exiting when SSL is in use.
Better fix (which reports timeout to client properly) to follow.
- Add which setsockopt option failed to die("setsockopt") calls.
- Fix when running on recent OpenBSDs - OpenBSD change broke vsftpd. Lower
linger timeout from INT_MAX to 32767 (SHORT_MAX). Reported by
Ewoud van der Vliet <[EMAIL PROTECTED]> and Ed Vazquez
<[EMAIL PROTECTED]>.
(v2.0.3pre1)
- Fix error with IPv4 connections to IPv6 listeners and PORT type data
connections when connect_from_port_20 is set. RedHat bugzilla 134541. Reported
by Joe Orton <[EMAIL PROTECTED]>, Radek Vokal <[EMAIL PROTECTED]> and
Andreas Kupfer <[EMAIL PROTECTED]>.
- Remove vsf_sysutil_sockaddr_same_family (unused).
- Support protocol 1 (IPv4) in EPRT.
- Add ssl.c to AUDIT.
- Allow config file to use "ssl_ciphers=" to use default OpenSSL cipher list.
- Allow "EPSV 1" to mean IPv4 EPSV.
- Report dummy IP but correct port with IPv6 / PASV.
- Handle SSL_WANT_READ and SSL_WANT_WRITE retries in SSL_read and SSL_write;
fixes SSL upload failures when data timeouts are in use with some clients.
Specifically, I used the test case FileZilla 2.2.12a on Windows XP. Reported
by Lee Lawrence <[EMAIL PROTECTED]> (using CuteFTP and BackupEdge) and
Christian DELAIR <[EMAIL PROTECTED]> (using lftp, FileZilla and
SmartFTP). Thanks to these two people for valuable help.
(v2.0.3pre2)
- Implicitly disable connect_from_port_20 and chown_uploads when a non-root
user is using run_as_launching_user.
- Add force_anon_logins_ssl and force_anon_data_ssl for a fully SSL secure
anonymous-only solution (useful when you don't have root access and a range
of acceptable anonymous passwords as credentials).
- Use SSL BIO callbacks to fix data connection timeout checks; the checks
weren't all occurring promply.
At this point: v2.0.3 released! (need to get about three imporant fixes out)
============================================================================

