% cd /cfg; mkdir $sysname; dircp example $sysname
mkdir: can't create gnot: 'gnot' permission denied
can't cd gnot: 'gnot' file does not exist
I'm using the april 2010 iso here and booting from a diskette
need some help here please.
ruel
These might give you a hint as to why you don't have permission:
% ls -ld /cfg
% echo $user
% grep $user /adm/users
-Steve
Who is the user runing dircp?. Who is the owner of cfg?.
What permissions is the fossil checking on the filesystem served?.
If you answer this questions you can probably answer yours.
--
- curiosity sKilled the cat
Date: Thu, 13 May 2010 10:24:53 +0100
From: "Steve Simon" <st...@quintile.net>
Subject: Re: [9fans] configure a plan9 cpu+file+auth server
Message-ID: <de1b5ba8090699f5...@quintile.net>
Content-Type: text/plain; charset="US-ASCII"
Start by installing the distribution as though creating a standalone terminal. Reboot the system, and log in as any user that is in group sys. To know how to add a user to group sys see adding a new user. The user needs to be part of group sys in order to be able to edit the required system files. In the default installation, the user glenda will do.
and then you could continue to;
The first step is to edit /rc/bin/cpurc*. To add machine-specific customisations,
cd /cfg; mkdir $sysname; dircp example $sysname but i was not able to go through here due to said
problem.
Date: Thu, 13 May 2010 11:26:33 +0200
From: Gorka Guardiola <pau...@gmail.com>
Subject: Re: [9fans] configure a plan9 cpu+file+auth server
Message-ID:
AANLkTil_uGVIFcW8zF9eJ...@mail.gmail.com
either (a) use fossilcons(8) to change permissions or
(b) use fossilcons to serve your filesystem with with
permission checking disabled.
- erik