From owner-freebsd-stable@FreeBSD.ORG Thu Apr 3 19:02:12 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 E5CB037B401; Thu, 3 Apr 2003 19:02:12 -0800 (PST) Received: from util.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA0243FBD; Thu, 3 Apr 2003 19:02:11 -0800 (PST) (envelope-from spork@inch.com) Received: from shell.inch.com (inch.com [216.223.192.20]) h34325Ma074771; Thu, 3 Apr 2003 22:02:05 -0500 (EST) (envelope-from spork@inch.com) Received: from shell.inch.com (localhost [127.0.0.1]) by shell.inch.com (8.12.8/8.12.8) with ESMTP id h343255d008184; Thu, 3 Apr 2003 22:02:05 -0500 (EST) (envelope-from spork@inch.com) Received: from localhost (spork@localhost)h34324Tv008180; Thu, 3 Apr 2003 22:02:05 -0500 (EST) X-Authentication-Warning: shell.inch.com: spork owned process doing -bs Date: Thu, 3 Apr 2003 22:02:04 -0500 (EST) From: Charles Sprickman To: Randy Bush In-Reply-To: Message-ID: <20030403220057.A6307@shell.inch.com> References: <20030403121721.A13031@dilbert.robbins.dropbear.id.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Fri, 04 Apr 2003 03:02:13 -0000 I've also found that /usr/ports/ftp/yale-tftpd is nice when you need to deal with a complex list of who can have what... C -- Charles Sprickman spork@inch.com On Wed, 2 Apr 2003, Randy Bush wrote: > > You are running tftpd as "nobody" and asking it to chroot into /foo, > > which is a privileged operation. You should probably run tftpd as root, > > and use the -u option to make it run as an unprivileged user. > > Brian McDonald gets first credit for catching my > stoopidity (in private email). but this was exactly it. thank you both. > > 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" >