From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 18 Aug 2004 16:13:59 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Aquarela suicide In-Reply-To: <20040818194732.DQJS5206.mxfep01.bredband.com@mxfep01> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040818194732.DQJS5206.mxfep01.bredband.com@mxfep01> Topicbox-Message-UUID: d618a194-eacd-11e9-9e20-41e7f4b1d025 the mschap stuff comes straight from the auth server. aquarela should not be crashing (it's definitely a bug that it is), but the bigger problem is the inability to get the mschap challenge from the auth server. maybe there is something interesting in /sys/log/auth on the auth server? try running passwd to reset your password and make sure you say "y" when it asks whether the inferno/pop secret should be the same. that's what gets used for mschap, in contrast to the plan 9 key that gets used for drawterm. the fact that there are two keys is historical accident more than anything else. russ