From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] page (gs) not working anymore MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010209182216.F2453199E1@mail.cse.psu.edu> Date: Fri, 9 Feb 2001 13:22:09 -0500 Topicbox-Message-UUID: 607d434e-eac9-11e9-9e20-41e7f4b1d025 I ran 'mk install', then 'mk clean' in '/sys/src/cmd/gs' to see if that would help put things together but it didn't help. Ideas? Do those backwards: run mk clean and then mk install (and then mk clean again), and gs should come back. Assuming gs was messed up, running mk install would have just installed the messed-up binary (or done nothing, if it were already there). Of course, if you don't have enough memory to compile gs, doing it again won't change that. You should be able to do mount -c /srv/kfs /n/kfs disk/kfscmd allow wrap/inst -F -r /n/kfs /dist/plan9.9gz /386/bin/gs to get the original ghostscript binary back. If you didn't download the plan9.9gz file during the install, it won't be in /dist, so you'll have to substitute the correct path. Russ