* [9front] permission question
@ 2024-11-08 20:22 william
2024-11-08 22:50 ` Jacob Moody
0 siblings, 1 reply; 4+ messages in thread
From: william @ 2024-11-08 20:22 UTC (permalink / raw)
To: 9front
cpu% man -t man | page -w
/bin/lp:184: > can't create: /sys/lib/lp/log/stdout: access permission denied: '/sys/lib/lp/log/stdout'
cpu%
It's a new server. I created. here is
cpu% cat /adm/users
-1:adm:adm:glenda
0:none::
1:tor:tor:
2:glenda:glenda:
3:william:william:sys
4:web:web:
10000:sys::glenda,william
10001:map:map:
10002:doc::
10003:upas:upas:glenda,william
10004:font::
10005:bootes:bootes:
I thought sys was good enough. does it have to be "adm"?
page example.pdf works fine. This works fine in glenda as well.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] permission question
2024-11-08 20:22 [9front] permission question william
@ 2024-11-08 22:50 ` Jacob Moody
2024-11-09 0:01 ` william
0 siblings, 1 reply; 4+ messages in thread
From: Jacob Moody @ 2024-11-08 22:50 UTC (permalink / raw)
To: 9front
On 11/8/24 14:22, william@thinktankworkspaces.com wrote:
> cpu% man -t man | page -w
> /bin/lp:184: > can't create: /sys/lib/lp/log/stdout: access permission denied: '/sys/lib/lp/log/stdout'
> cpu%
>
> It's a new server. I created. here is
>
> cpu% cat /adm/users
> -1:adm:adm:glenda
> 0:none::
> 1:tor:tor:
> 2:glenda:glenda:
> 3:william:william:sys
> 4:web:web:
> 10000:sys::glenda,william
> 10001:map:map:
> 10002:doc::
> 10003:upas:upas:glenda,william
> 10004:font::
> 10005:bootes:bootes:
>
> I thought sys was good enough. does it have to be "adm"?
>
> page example.pdf works fine. This works fine in glenda as well.
This has nothing to do with adm, you've created your user incorrectly.
The entry in /adm/users for your user defines it as a group that contains sys.
You need to delete the trailing "sys" from your user line.
Then reload the users table by writing to the fs console.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] permission question
2024-11-08 22:50 ` Jacob Moody
@ 2024-11-09 0:01 ` william
2024-11-10 2:25 ` James Cook
0 siblings, 1 reply; 4+ messages in thread
From: william @ 2024-11-09 0:01 UTC (permalink / raw)
To: 9front
Quoth Jacob Moody <moody@posixcafe.org>:
wow such a simple thing screwed up so much. Weird. Thanks everything is working! Except audio.
I installed 9front on mac mini but the audio seems to be going through MSI via drawterm. How is that
possible?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] permission question
2024-11-09 0:01 ` william
@ 2024-11-10 2:25 ` James Cook
0 siblings, 0 replies; 4+ messages in thread
From: James Cook @ 2024-11-10 2:25 UTC (permalink / raw)
To: 9front
william@thinktankworkspaces.com wrote:
> Quoth Jacob Moody <moody@posixcafe.org>:
>
>
> wow such a simple thing screwed up so much. Weird. Thanks everything is working! Except audio.
>
> I installed 9front on mac mini but the audio seems to be going through MSI via drawterm. How is that
> possible?
drawterm exports the audio device of the computer you run it on as
/dev/audio. It exports other things too. For example:
- Filesystem, at /mnt/term
- Run commands; see the os(1) man page.
drawterm man page mentions some.
--
James
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-10 2:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-08 20:22 [9front] permission question william
2024-11-08 22:50 ` Jacob Moody
2024-11-09 0:01 ` william
2024-11-10 2:25 ` James Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).