From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 4 Oct 2005 18:33:29 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Re: [V9fs-developer] playing with Tim's python 9p implementation In-Reply-To: <43429835.2000902@lanl.gov> Message-ID: References: <3e1162e60510031714y15fa11b0tf15a3bc314fe26e0@mail.gmail.com> <20051004120350.44AA61418FF@dexter-peak.quanstro.net> <3e1162e60510040741o75eab9f2q9e9c4854f1f93aaf@mail.gmail.com> <43429835.2000902@lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Topicbox-Message-UUID: 94e752ee-ead0-11e9-9d60-3106f5b1d025 > I've been through this exact thing, and it has to do with auth. I'll try to > find my modified python server to see what I did to hack around it. Also, > newsham did put in a fix for it -- you have to invoke the server a little > differently -- more or less turn off any auth My fixes earlier where on the client side. The current bug is about the server side (srv.py) not playing nicely when it gets an unexpected version (and then later again when its doing auth, I believe). Fix #1 - change _srvTversion to not error out if the version does not match. It should instead return its own version. Fix #2 - Not sure, but the code in the write() method of AuthFs likely needs to be less restrictive. If someone tweaks this and tests it please let me know the fix. (I dont have v9fs installed anywhere). > ron Tim Newsham http://www.lava.net/~newsham/