see secstore(8). auth/secuser $user is what you want. on
the console of the auth server.
- erik
-Steve
The problem is not drawterm, it is by design. keyfs (and I assume secstored)
create a virtual filesystem that the command line apps use to communicate with
the running daemon.
Due to plan9's per process namespace and because your drawterm session is not
decended from the console's shell (where /mnt/keys was created) you cannot see
the control file and so you cannot perform key administration.
There are some neat tricks you can do if you have a remote server - the "approved"
way is to run a console server program on another machine and wire up the EIA interfaces
so you can use the serial console.
Erik has an ethernet (not tcpip, raw ethernet) console kernel driver and command line
tool which is easier these days (EIA interfaces are a dieing breed). You can even use
these tools over a loopback interface, from the machine back to itself.
another possibility is to serve the consoles view of /mnt and post it as a file
descriptor in /srv with read/write for only bootes - people have posted such solutions
on 9fans in the past.
> I get the impression that setting the console to raw doesn't work with drawterm.
I would be very surprised if this is the case, I don't use drawterm much but last time
I tried it raw/cooked worked fine.
> All sorted now anyway
Good
-Steve
a version of cec(8), the client, is available in the
distribution. also, a better-for-debugging version
is available as contrib quanstro/cec. see the -e
flag. cec(3), the server, is available in 9atom.
i've been using cec heavily recently as i've been
working on a driver and have been too lazy to
hook up serial.
- erik