yes. in p9p, srv initiates auth and expects factotum to negotiate it. i
use this (it is from a man page and/or wiki page; i forget):
#!/bin/bash
factotum -n
srv -a bootes bootes
sudo mount -t 9p -o trans=unix,uname=$USER,dfltuid=`id -u`,dfltgid=`id -g`
`namespace`/bootes /mnt/bootes
On Mon, J
> If I want to be able to use v9fs to mount a plan9 fileserver as a
> specific user, do I need to provide credentials via plan9port
> factotum?
>
> Drawterm takes an argument about which authentication server to talk
> to, but the directions I see for v9fs seem to only talk about USER
> environmen
If I want to be able to use v9fs to mount a plan9 fileserver as a specific
user, do I need to provide credentials via plan9port factotum?
Drawterm takes an argument about which authentication server to talk to,
but the directions I see for v9fs seem to only talk about USER environment
variables, o
That did the trick, thanks!
On Mon, Jun 5, 2017 at 12:55 PM, N. S. Montanaro wrote:
> Under 9front, try the following steps:
>
> % mkdir -p /dist/replica/client
> % 9fs sources
> % /n/sources/contrib/fgb/root/rc/bin/contrib/install -f fgb/contrib
>
> Then, of course,
>
> % contrib/gui
>
> if you
Under 9front, try the following steps:
% mkdir -p /dist/replica/client
% 9fs sources
% /n/sources/contrib/fgb/root/rc/bin/contrib/install -f fgb/contrib
Then, of course,
% contrib/gui
if you want the minimal GUI to install packages.
Cheers,
- 362///
> 2017/06/05 午後1:49、Modem Blaster のメール:
>
Attempting to install the Plan 9 contrib package manager results in
"cannot write in /dist/replica." Upon inspection the folder
/dist/replica does not exist. Still kinda new to using Plan 9, and any
help greatly appreciated.