9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Re: /sys/lib/lp/log
@ 2004-03-05  4:23 Jeff Sickel
  2004-03-05  6:18 ` Kenji Okamoto
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Sickel @ 2004-03-05  4:23 UTC (permalink / raw)
  To: 9fans

After doing a fresh install (today) to update my machine to fossil, I 
noticed a few quirks that just needed a slight fix:

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

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


So for fossil either create your own stdout to use:

mkdir $home/lib/log
bind -c $home/lib/log /sys/lib/lp/log

_or_:

echo 'srv -AWP fs.noauth' >> /srv/fscons
mount /srv/fs.noauth /n/fossil
bind -bc /n/fossil/sys/lib/lp/log /sys/lib/lp/log

man -t man | page -w
exit


As the file is 666, it doesn't really matter who the owner is in the 
long run.

jas



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-05 11:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-05  4:23 [9fans] Re: /sys/lib/lp/log Jeff Sickel
2004-03-05  6:18 ` Kenji Okamoto
2004-03-05  7:10   ` Jeff Sickel
2004-03-05  8:53     ` Kenji Okamoto
2004-03-05 11:55     ` David Presotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).