From owner-freebsd-stable@FreeBSD.ORG Wed Apr 2 16:48:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13AF37B401 for ; Wed, 2 Apr 2003 16:48:57 -0800 (PST) Received: from bsdi.dv.isc.org (c17249.carlnfd1.nsw.optusnet.com.au [210.49.138.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id B987F43FA3 for ; Wed, 2 Apr 2003 16:48:56 -0800 (PST) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (drugs.dv.isc.org [192.168.191.236]) by bsdi.dv.isc.org (8.12.9/8.12.9) with ESMTP id h330msab005150; Thu, 3 Apr 2003 10:48:54 +1000 (EST) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.12.9/8.12.9) with ESMTP id h330msIC015946; Thu, 3 Apr 2003 10:48:54 +1000 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200304030048.h330msIC015946@drugs.dv.isc.org> To: Randy Bush From: Mark.Andrews@isc.org In-reply-to: Your message of "Wed, 02 Apr 2003 16:39:53 PST." Date: Thu, 03 Apr 2003 10:48:54 +1000 Sender: marka@isc.org cc: FreeBSD Stable Subject: Re: tftpd config problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 00:48:58 -0000 > the following allows tftp from 1.2.3.4 > > tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l /foo - > u luser /foo/1.2.3.4 > > but the following did not > > tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -lC /foo > -u luser -s /foo /foo/1.2.3.4 > > giving errors of the form > > Apr 3 00:25:04 xx tftpd[81979]: chroot: /foo/1.2.3.4: Operation not permitte > d > > any clues? I suspect the other arguements need to be relative to the -s directory. e.g. tftpd -lC / -u luser -s /foo /1.2.3.4 > randy > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Mark Andrews, Internet Software Consortium 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@isc.org