From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Fri, 5 Mar 2004 01:10:10 -0600 Topicbox-Message-UUID: 16e2fbee-eacd-11e9-9e20-41e7f4b1d025 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