9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Jeff Sickel <jas@corpus-callosum.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Re: /sys/lib/lp/log
Date: Thu,  4 Mar 2004 22:23:12 -0600	[thread overview]
Message-ID: <D07E9980-6E5C-11D8-8A93-003065E1714E@corpus-callosum.com> (raw)

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



             reply	other threads:[~2004-03-05  4:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-05  4:23 Jeff Sickel [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D07E9980-6E5C-11D8-8A93-003065E1714E@corpus-callosum.com \
    --to=jas@corpus-callosum.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).