From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nigel Roles" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: RE: [9fans] Aquarela suicide Date: Mon, 16 Aug 2004 19:19:43 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <20040816174128.UJYC2849.mxfep03.bredband.com@mxfep03> Topicbox-Message-UUID: d4746896-eacd-11e9-9e20-41e7f4b1d025 9fans-bounces+ngr=9fs.org@cse.psu.edu wrote: > Hello > > On the windows xp machine I have made sure netbios over tcpip is > enabled, also I have enabled cleartext password, I thought that may > have helped. > I would not do either. Since you have NT, you can avoid the need for Netbios as aquarela answers on 445 (and probably needs an option to make it answer netbios calls as well). Also, NT passwords are insecure enough as it is, without using cleartext. Plan 9 won't tolerate that anyway, so you have to use NTLM passwords. Your problem is (half) explained by... > smbnegotiate: 'NT LM 0.12' > smbnegotiate: couldn't get mschap challenge > reply: error 2/1 IIRC that's because aquarela had a problem with contacting the auth server. Presumably I didn't handle the condition correctly, and dereferenced a null pointer later. Nigel Roles PS I may be responsible for aquarela, but regretably I don't have a Plan 9 network on which I could debug it for you just right now.