From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: /sys/lib/lp/log In-Reply-To: <2423B1C4-6E74-11D8-8A93-003065E1714E@corpus-callosum.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-syzaaviwnjunpjczgnljqkymib" Date: Fri, 5 Mar 2004 06:55:00 -0500 Topicbox-Message-UUID: 1777d228-eacd-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-syzaaviwnjunpjczgnljqkymib Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit thanks, I just made /sys/lib/lp/log 777 on sources. --upas-syzaaviwnjunpjczgnljqkymib Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Mar 5 02:11:21 EST 2004 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Fri Mar 5 02:11:18 EST 2004 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 10EB919D67; Fri, 5 Mar 2004 02:11:16 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id AA26619A95; Fri, 5 Mar 2004 02:11:11 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 2A02E19A95; Fri, 5 Mar 2004 02:10:18 -0500 (EST) Received: from gate.corpus-callosum.com (ip-216-36-98-130.dsl.chi.megapath.net [216.36.98.130]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id EE04219A71 for <9fans@cse.psu.edu>; Fri, 5 Mar 2004 02:10:16 -0500 (EST) Received: from [10.0.1.8] (codex [10.0.1.8]) by gate.corpus-callosum.com (8.12.6/8.12.7) with ESMTP id i257AGfK090478 for <9fans@cse.psu.edu>; Fri, 5 Mar 2004 01:10:16 -0600 (CST) (envelope-from jas@corpus-callosum.com) Mime-Version: 1.0 (Apple Message framework v612) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2423B1C4-6E74-11D8-8A93-003065E1714E@corpus-callosum.com> Content-Transfer-Encoding: 7bit From: Jeff Sickel Subject: Re: [9fans] Re: /sys/lib/lp/log To: 9fans@cse.psu.edu X-Mailer: Apple Mail (2.612) Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 5 Mar 2004 01:10:10 -0600 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on psuvax1.cse.psu.edu X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: On Mar 5, 2004, at 12:18 AM, Kenji Okamoto wrote: > > /rc/bin/lp has lines of > > LPLOG=$LPLOGDIR/$LPDEST > if (! test -e $LPLOG) { > >$LPLOG > chmod +rwa $LPLOG >[2]/dev/null > } > so, it will be made automatically if not. It would depend on if you have permissions to /sys/lib/lp/log or not. Right after a fresh (yesterday or today) install, /sys/lib/lp/log has the permissions sys.sys 775, so glenda couldn't create the $LPLOG file, unless you added glenda into the sys group before running lp. jas --upas-syzaaviwnjunpjczgnljqkymib--