From owner-freebsd-questions@FreeBSD.ORG Sun Apr 26 01:19:18 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D3F9106566C for ; Sun, 26 Apr 2009 01:19:18 +0000 (UTC) (envelope-from feenberg@nber.org) Received: from mail2.nber.org (mail2.nber.org [66.251.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id 06A488FC0A for ; Sun, 26 Apr 2009 01:19:17 +0000 (UTC) (envelope-from feenberg@nber.org) Received: from nber6.nber.org (nber6.nber.org [66.251.72.76]) by mail2.nber.org (8.14.1/8.13.8) with ESMTP id n3Q1J9AL020856 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sat, 25 Apr 2009 21:19:10 -0400 (EDT) (envelope-from feenberg@nber.org) Received: from nber6.nber.org (localhost [127.0.0.1]) by nber6.nber.org (8.13.7+Sun/8.12.10) with ESMTP id n3Q1Drr9023995; Sat, 25 Apr 2009 21:13:53 -0400 (EDT) Received: from localhost (feenberg@localhost) by nber6.nber.org (8.13.7+Sun/8.13.7/Submit) with ESMTP id n3Q1Dr1q023992; Sat, 25 Apr 2009 21:13:53 -0400 (EDT) X-Authentication-Warning: nber6.nber.org: feenberg owned process doing -bs Date: Sat, 25 Apr 2009 21:13:53 -0400 (EDT) From: Daniel Feenberg To: Rudolf Cejka In-Reply-To: <20090426005819.GA97532@fit.vutbr.cz> Message-ID: References: <20090426005819.GA97532@fit.vutbr.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Anti-Virus: Kaspersky Anti-Virus for Sendmail with Milter API 5.6.20, bases: 20090425 #1879548, check: 20090426 clean Cc: questions@freebsd.org Subject: Re: tnftpd, lukemftpd and conversions 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, 26 Apr 2009 01:19:18 -0000 On Sun, 26 Apr 2009, Rudolf Cejka wrote: > Daniel Feenberg wrote (2009/04/24): >> and from the motd message I can see that the server is using this >> configuration file. The compress program has been copied to >> /var/ftp/bin/compress so it should be available too. > \ >> From /usr/bin/compress? Are you using chroot in ftpd? Did you tried > to perform chroot and run /bin/compress yourself? Isn't there > missing libc? Yes, that looks like the problem. I found a copy of the example file in the examples directory of /usr/ports/ftp/tnftpd and there is more information there. I'll try to compile compress statically or make copies of the libraries. (Also, I missed the -c option to compress). Thank You Daniel Feenberg > > -- > Rudolf Cejka http://www.fit.vutbr.cz/~cejkar > Brno University of Technology, Faculty of Information Technology > Bozetechova 2, 612 66 Brno, Czech Republic >