Received: with ECARTIS (v1.0.0; list gopher); Sat, 30 Jun 2007 02:25:30 -0500 (CDT) Received: from static-71-170-11-156.dllstx.dsl-w.verizon.net ([71.170.11.156] helo=turquoise.pongonova.net) by glockenspiel.complete.org with esmtp (Exim 4.63) id 1I4XKh-0001sd-U2 for gopher@complete.org; Sat, 30 Jun 2007 02:25:30 -0500 Received: by turquoise.pongonova.net (Postfix, from userid 1000) id 001BB66F; Sat, 30 Jun 2007 01:27:39 -0500 (CDT) Date: Sat, 30 Jun 2007 01:27:39 -0500 From: brian@pongonova.net To: gopher@complete.org Subject: [gopher] Bucktooth questions Message-ID: <20070630062739.GB5388@pongonova.net> Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i X-Spam-Status: No (score 0.6): AWL=0.000, NO_REAL_NAME=0.55 X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Sat, 30 Jun 2007 02:25:30 -0500 Content-Transfer-Encoding: 8bit X-archive-position: 1631 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: brian@pongonova.net Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher Well, finally got around to setting up Bucktooth. Right now I'm testing on an iBook, but will end up running everything on a Linux box. I'm running under xinetd as user "www". I had to make the following mods to buckd to get things to work under setgid: 1. Remove the perl -s flag from the #! line (can't run this under setgid) 2. Untaint $ENV{PATH}, $dinfo, and $request (otherwise, the exec calls in &mole wouldn't execute without errors) Just curious if anyone else had to do this, or if it's just some Mac weirdness. --Brian