* [9fans] Trouble setting up cpu/auth server
[not found] ` <dac0a5820812281233w7b269479pb7a776ac999140a0@mail.gmail.com>
@ 2008-12-28 20:40 ` Tharaneedharan Vilwanathan
2008-12-28 21:30 ` Skip Tavakkolian
0 siblings, 1 reply; 3+ messages in thread
From: Tharaneedharan Vilwanathan @ 2008-12-28 20:40 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
hi,
i have some minor issues with cpu/auth server.
i had kept this line:
aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
in /cfg/mill/cpurc (mill is my cpu server name)
now, i moved it to /rc/bin/cpurc below the keyfs and cron commands (uncommented)
now, drawterm works, which is good. but somehow cpu doesnt work for
me. this is what happens:
mill# cpu -h 192.168.1.199 -u vdharani
cpu: can't authenticate: 192.168.1.199: auth_proxy rpc write:
p9sk1@mill.edu: no key matches user=vdharani proto=p9sk1 dom=mill.edu
role=client user? password?
any clues?
btw, it looked like secstore is optional to configure, so i skipped
it. should i do it?
thanks
dharani
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9fans] Trouble setting up cpu/auth server
2008-12-28 20:40 ` [9fans] Trouble setting up cpu/auth server Tharaneedharan Vilwanathan
@ 2008-12-28 21:30 ` Skip Tavakkolian
2008-12-28 21:35 ` Tharaneedharan Vilwanathan
0 siblings, 1 reply; 3+ messages in thread
From: Skip Tavakkolian @ 2008-12-28 21:30 UTC (permalink / raw)
To: 9fans
> now, drawterm works, which is good. but somehow cpu doesnt work for
> me. this is what happens:
>
> mill# cpu -h 192.168.1.199 -u vdharani
> cpu: can't authenticate: 192.168.1.199: auth_proxy rpc write:
> p9sk1@mill.edu: no key matches user=vdharani proto=p9sk1 dom=mill.edu
> role=client user? password?
>
need to run factotum. here's dt_factotum (geoff):
#!/bin/rc
if (! test -f /srv/factotum.$user)
auth/factotum -s factotum.$user
mount -b /srv/factotum.$user /mnt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9fans] Trouble setting up cpu/auth server
2008-12-28 21:30 ` Skip Tavakkolian
@ 2008-12-28 21:35 ` Tharaneedharan Vilwanathan
0 siblings, 0 replies; 3+ messages in thread
From: Tharaneedharan Vilwanathan @ 2008-12-28 21:35 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
hi skip,
thanks, this helps.
i am now able to do drawterm and cpu now (same/different user).
regards
dharani
On Sun, Dec 28, 2008 at 1:30 PM, Skip Tavakkolian <9nut@9netics.com> wrote:
>> now, drawterm works, which is good. but somehow cpu doesnt work for
>> me. this is what happens:
>>
>> mill# cpu -h 192.168.1.199 -u vdharani
>> cpu: can't authenticate: 192.168.1.199: auth_proxy rpc write:
>> p9sk1@mill.edu: no key matches user=vdharani proto=p9sk1 dom=mill.edu
>> role=client user? password?
>>
>
> need to run factotum. here's dt_factotum (geoff):
>
> #!/bin/rc
>
> if (! test -f /srv/factotum.$user)
> auth/factotum -s factotum.$user
> mount -b /srv/factotum.$user /mnt
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-28 21:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <dac0a5820812280305w6cae2d65lbecaad8c47578b00@mail.gmail.com>
[not found] ` <dac0a5820812280354i5192c4f6jd808cc976d9ef03a@mail.gmail.com>
[not found] ` <dac0a5820812281101t1ad220bbn2c2c211d02730e4c@mail.gmail.com>
[not found] ` <dac0a5820812281233w7b269479pb7a776ac999140a0@mail.gmail.com>
2008-12-28 20:40 ` [9fans] Trouble setting up cpu/auth server Tharaneedharan Vilwanathan
2008-12-28 21:30 ` Skip Tavakkolian
2008-12-28 21:35 ` Tharaneedharan Vilwanathan
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).