9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: mirtchov@cpsc.ucalgary.ca
To: 9fans@cse.psu.edu
Subject: Re: [9fans] troff problem
Date: Fri, 21 Nov 2003 08:40:32 -0700	[thread overview]
Message-ID: <bbf715abe75a58b77c385e09a400343d@plan9.ucalgary.ca> (raw)
In-Reply-To: <036ce64b3aa36360cece78d9fcb998bb@plan9.bell-labs.com>

>> This shows that lp expects a filesystem named ``other'' on the file server;
>> see /sys/lib/lp/bin/lpscratch and look for other.
>>
>> Probably a fix would be to hack /sys/lib/lp/bin/lpscratch
>
> Indeed.  This is a leftover from the days when we used another file system
> to avoid getting leftover temporary files in the daily dump.  These days,
> nearly every machine has enough ram to use ramfs for temporaries.
> I advice replacing mounting other by starting ramfs (If it's not already
> running).
>
> 	Sape

we went through this once already:

	http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&threadm=Pine.LNX.4.44.0306271304260.32274-100000%40fbsd.cpsc.ucalgary.ca&rnum=3&prev=/groups%3Fq%3Dlp%2Bmirtchov%2Bgroup:comp.os.plan9%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26safe%3Doff%26scoring%3Dd%26selm%3DPine.LNX.4.44.0306271304260.32274-100000%2540fbsd.cpsc.ucalgary.ca%26rnum%3D3

here's my fix:

	plan9% diff /sys/lib/lp/bin/lpscratch /n/sources/plan9/sys/lib/lp/bin/lpscratch
	20,21c20
	< 	SCRATCHFILESYSTEM=''
	<
	---
	> 	SCRATCHFILESYSTEM=other
	plan9% echo $fileserver
	plan9
	plan9%

cheers, andrey



  reply	other threads:[~2003-11-21 15:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-21  8:17 Matthias Teege
2003-11-21  9:59 ` Fco.J.Ballesteros
2003-11-21 12:55   ` Matthias Teege
2003-11-21 13:43     ` Axel Belinfante
2003-11-21 14:04       ` Sape Mullender
2003-11-21 15:40         ` mirtchov [this message]
2003-11-21 17:34         ` Matthias Teege
2003-11-21 18:25           ` Sape Mullender
2003-11-21 13:49     ` Fco.J.Ballesteros
2003-11-21  8:23 cej
2003-11-21  8:28 ` Geoff Collyer
2003-11-21  9:44   ` Skip Tavakkolian
2003-11-21  8:48     ` Geoff Collyer
2003-11-21  8:59       ` Charles Forsyth
2003-11-21 12:56     ` Matthias Teege
2003-11-21  8:33 cej
2003-11-21  8:41 ` Geoff Collyer
2003-11-21  9:02 cej

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=bbf715abe75a58b77c385e09a400343d@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --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).