Re: [9fans] Authentication questions

2008-05-06 Thread Brian L. Stuart
> I'm not sure about the "usual" way, but I've got the > listens in cpurc commented out and rely only on > entries in /cfg/whatever/cpustart. Sounds like there are several ways people handle this. For now at least, I'm going to go with my initial instinct and leave the listens commented out in cpu

Re: [9fans] Authentication questions

2008-05-06 Thread erik quanstrom
> As long as I'm at it, though, I've got a question about listen. > It's filling a rather large logfile with lots of address in > use errors. As I look into things, it appears that I'm starting > listen both in /bin/cpurc and in /cfg/phantom/cpurc with the > latter specifying the -t option. That

Re: [9fans] Authentication questions

2008-05-06 Thread a
I'm not sure about the "usual" way, but I've got the listens in cpurc commented out and rely only on entries in /cfg/whatever/cpustart. Does your cpustart listen specify -d as well as -t? It looks like giving only -t should make it not try (or re-try in your case) the non-trusted ones. Anthony

Re: [9fans] Authentication questions

2008-05-06 Thread Brian L. Stuart
> As long as I'm at it, though, I've got a question about listen. > It's filling a rather large logfile with lots of address in > use errors. As I look into things, it appears that I'm starting > listen both in /bin/cpurc and in /cfg/phantom/cpurc with the > latter specifying the -t option. That

Re: [9fans] Authentication questions

2008-05-06 Thread Brian L. Stuart
> are you sure that both your auth server is running (look for results > from 'ps | grep keyfs') and that you're running the network listener > for it (service.auth/tcp567)? the "connection refused" says it's just They are. As it turns out, it was a combination of operator error and misleading do

Re: [9fans] Authentication questions

2008-05-06 Thread a
// authdial: Connection refused // srv: authproxy: auth_proxy rpc: p9any client get tickets: p9sk1: gettickets: // Connection refused are you sure that both your auth server is running (look for results from 'ps | grep keyfs') and that you're running the network listener for it (service.auth/tcp5

Re: [9fans] Authentication questions

2008-05-05 Thread Steve Simon
try some debug in factotum perhaps (-d)? I have had great success debugging auth problems between plan9 servers using auth/debug - however I don't know if this exists on p9p. -Steve

Re: [9fans] Authentication questions

2008-05-05 Thread Brian L. Stuart
> Once again, I find myself in the unhappy, but familiar, > place of being befuddled by security/authentication. > ... I know it's bad form to reply to your own question, but I've gotten a bit farther. I realized that /bin/service/tcp564 isn't the right way to go about it. After a good slap on t

Re: [9fans] Authentication questions

2008-05-05 Thread Brian L. Stuart
From: Christian Kellermann <[EMAIL PROTECTED]> >You did set up a user in fossil with fossilcons(8) right? Yes. That's the user I'm drawterm'd in as and the one I'm using as the uname option when mounting using P9P. Thanks, BLS

Re: [9fans] Authentication questions

2008-05-05 Thread Christian Kellermann
* Brian L. Stuart <[EMAIL PROTECTED]> [080505 20:50]: > Once again, I find myself in the unhappy, but familiar, > place of being befuddled by security/authentication. > Backstory: After fighting with flaky disk drives and > scary RAID controllers, I have a system set up as a > CPU server running fo

[9fans] Authentication questions

2008-05-05 Thread Brian L. Stuart
Once again, I find myself in the unhappy, but familiar, place of being befuddled by security/authentication. Backstory: After fighting with flaky disk drives and scary RAID controllers, I have a system set up as a CPU server running fossil+venti, and I want to play around with it acting as a file s