From owner-freebsd-questions@FreeBSD.ORG Sun Nov 11 11:02:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0859D16A419 for ; Sun, 11 Nov 2007 11:02:19 +0000 (UTC) (envelope-from taglio@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id D46CA13C4C5 for ; Sun, 11 Nov 2007 11:02:18 +0000 (UTC) (envelope-from taglio@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so822041rvb for ; Sun, 11 Nov 2007 03:02:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=yVRIJZCxNaeSPD4JvRHWlcoOadyQUdWrczs3riLPIDM=; b=FK7iO2Ku5BCZp3ku9iHiMqR7Fij9dHpwhIuwY2yrYQQBR3Hwmx9t9ScI3E+1M966t3GGwrZEWIo5Rte8oCNsyAPIZF6jZ3tTxPuBZdbmYCdT2KBxOlPKQXvYlOAEIRCOQ3dV6+tstS/94Z3+Py71V+Uc8jAl36uIbGhBhZxL7gU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GhlIvrnOIGHqqxQOVRu+a4QHmpF/z0sQNKfPyv0UmaeZWAjm91gK/gL2NVDYegm00swOL+Jb5PzSnbfGgyklU+W2F+i8R6QNVpmWIaR6HGWlS9ElKxFG9Tqbpf/0eFL8JxHfMhwHhVc/+/j6g/IPU9My6rcVhESTHzhTAGVHHjw= Received: by 10.142.191.2 with SMTP id o2mr28478wff.1194777449313; Sun, 11 Nov 2007 02:37:29 -0800 (PST) Received: by 10.142.104.1 with HTTP; Sun, 11 Nov 2007 02:37:29 -0800 (PST) Message-ID: <31fbaca90711110237s539eb14at85d7e5a8c172f0f6@mail.gmail.com> Date: Sun, 11 Nov 2007 11:37:29 +0100 From: "Riccardo Giuntoli" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD pam.d proftpd problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 11:02:19 -0000 Hi there, i use proftpd as my ftp solution in other three production servers with no problem. Last week we buy out fourth server, and i started to install and configure FreeBSD as usual. After upgrade the sources and the ports i've got: [taglio@tsunami]/home/taglio(106): uname -a FreeBSD tsunami.chroot.eu 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Fri Nov 9 12:15:54 EST 2007 taglio@tsunami.chroot.eu:/usr/obj/usr/src/sys/TSUNAMI i386 [taglio@tsunami]/home/taglio(107): And i've installed proftpd: [taglio@tsunami]/home/taglio(107): proftpd -v - ProFTPD Version 1.3.1 [taglio@tsunami]/home/taglio(108): For an initial simple configuration with no vhosts i've edited /usr/local/etc/proftpd.conf like this: [taglio@tsunami]/usr/local/etc(110): cat proftpd.conf ServerName "Chroot tsunami hosting" ServerType standalone DefaultServer on ScoreboardFile /var/run/proftpd.scoreboard Port 21 Umask 022 MaxInstances 30 User nobody Group nogroup DefaultRoot ~/www AllowOverwrite on DenyAll TimeoutIdle 0 TimeoutLinger 0 TimeoutLogin 0 TimeoutNoTransfer 0 TimeoutSession 0 TimeoutStalled 0 [taglio@tsunami]/usr/local/etc(111): and in /etc/pam.d/ftpd i've got this: [taglio@tsunami]/usr/local/etc(111): cat /etc/pam.d/ftpd ftpd auth required pam_unix.so try_first_pass ftpd account required pam_unix.so try_first_pass ftpd session required pam_permit.so [taglio@tsunami]/usr/local/etc(112): After checking syntax and have started the proftpd daemon i've got this problem : [taglio@tsunami]/usr/local/etc(112): ftp localhost Trying 127.0.0.1... Connected to localhost.chroot.eu. 421 Service not available, remote server has closed connection. ftp> That i've got also on external interfaces. Can someone help me with some ideas? Thank you in advance, best regards, Riccardo Giuntoli -- Name: Riccardo Giuntoli Email: taglio@gmail.com Homepage: http://www.luxoro.org/ Location: Genova, Italy PGP Key: 0x67123739 PGP Fingerprint: CE75 16B5 D855 842FAB54 FB5C DDC6 4640 6712 3739 Key server: hkp://wwwkeys.eu.pgp.net