I'm quite new to plan9, and I've just installed it on a laptop. Could
somebody tell me how to add new users? or maybe point me to a man page?
Also, has anybody installed p9 on a laptop with the Ati Rage Lt Pro
video card? If so, which video driver are you using?
Thanks,
- David
--
David Caplan <david at david.ath.cx>
Key fingerprint: B586 07D3 6EC0 EB36 6866 18C8 79B3 3A94 5898 39A0
home% cat /bin/adduser
#!/bin/rc
rfork e
switch( $#*) {
case 1
newuser=$1
case *
{
echo 'usage: '^$0^' username'
exit usage
}
}
echo 'echo uname '^$newuser $newuser^' >> /srv/fscons'
echo 'echo create /active/mail/box/'^$user $user^' upas d775 >> /srv/fscons'
echo 'echo create /active/cron/'^$user $user $user^' d775 >> /srv/fscons'
home%
it works like 'kill' -- suggesting the command for creating a new
user. if there's anything extra i can edit the commands in place
before sending them to rc:
home% adduser f2f
echo uname f2f f2f >> /srv/fscons
echo create /active/mail/box/andrey andrey upas d775 >> /srv/fscons
echo create /active/cron/andrey andrey andrey d775 >> /srv/fscons
home%
works only as the fossilcons owner :)
andrey
i tried a google search but i didn't find the right words.
Tiit
I can play a DVD under FreeBSD with my P3-450MHz. So I thing it would work
with the EPIA 800 proc too. However, it seems the EPIA 800 has very slow
floating point unit.
If you want to play the DVD with Plan9, I also suggest you to implement
the overlay part of your video driver.
Philippe,
http://libmpeg2.sourceforge.net/
http://liba52.sourceforge.net/
andrey