From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: /sys/lib/lp/log From: Kenji Okamoto In-Reply-To: MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 5 Mar 2004 15:18:24 +0900 Topicbox-Message-UUID: 16d00d40-eacd-11e9-9e20-41e7f4b1d025 > lp based commands like 'man -t man | page -w' would error out with > converting from troff to postscript... > /sys/lib/lp/log/stdout: rc (lp): can't open: permission denied > reading through postscript... > cannot find end of first line curious, I have no error for the above command... > The fix is just to create /sys/lib/lp/log/stdout > > a-rw-rw-rw- M 63 sys sys 0 Mar 4 21:56 /sys/lib/lp/log/stdout /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. Kenji