From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60609051329j685b00bdv72c953821cc1869@mail.gmail.com> Date: Tue, 5 Sep 2006 13:29:23 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: Re: [9fans] Aquarela usage In-Reply-To: <389c17129690a05fbe05f68b696f372c@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3e1162e60609051246t3e998acue95f0d5e1ce6036@mail.gmail.com> <389c17129690a05fbe05f68b696f372c@hamnavoe.com> Topicbox-Message-UUID: ae745760-ead1-11e9-9d60-3106f5b1d025 On 9/5/06, Richard Miller <9fans@hamnavoe.com> wrote: > > How does aquarela authenticate then? Is it the user that started the > > aquarela server or any valid plan 9 user? > > grep -n auth_ /sys/src/cmd/aquarela/*.c > > Looks like it should work for any user with a key for proto=mschap. Yep, I don't think I have any users with said key, nor am I immediately aware of how to add that. But I'm sure I can find out. Considering what I want to use this for, I could probably just write a simple program with "listen" to do the same thing. I just like to distribute redundant copies of a backup I make nightly of my home directory and I thought my plan 9 file/cpu/auth server was a good candidate. I've tried and failed to get the Python 9p client to connect to my Plan 9 box as well. Drawterm works to this box but the 9p python stuff fails to connect apparently. Should be the same port numbers right? > > > Ever used Mac OS X NFS? :-) I've had quite negative experiences with it. > > No, I haven't; perhaps I should be glad. Generally I connect Plan 9 and > MacOS in the other direction, with the Mac as the server using u9fs. > See execnet(4) - this works very nicely. > > NFS on mac os x can get into a state where you really ought to reboot the whole machine but you may not know it. I'm a huge fan of sshnet and the one tip o' the day that shows how to turn 0 into a srv for a u9fs command via ssh. Those two in combination are better than any ssh port forwarding I've done in terms of simplicity and ease of tracking the ports. ;-) Dave