From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Xning Lee Message-ID: <87ptau6fcb.fsf@xengine.softforge.ods.org> Content-Type: text/plain; charset=us-ascii References: Subject: Re: [9fans] auth_proxy: write fd: file does not exist Date: Tue, 30 Mar 2004 09:29:00 +0000 Topicbox-Message-UUID: 46c51554-eacd-11e9-9e20-41e7f4b1d025 plan9fans@ntlworld.nospam.com writes: > When I try to boot from the server (pulling only > 9load from the terminals hard drive), the kernel loads > (even bootp is OK), I enter my username and secstore > password and get: > Version... > Authentication failed (auth_proxy write fd: file does not exist), trying anyways. > > [panic and stackdump] > > Other very suspicious symptom is that cpu from a > standalone terminal to the server also fails (even though > auth/debug is happy). > > cpu -h felix > cpu: can't authenticate: felix: auth_proxy rpc write: cpu: srvauth:: auth server protocol botch Before a few of days, I seem to have same question, when I do the following steps, then it's ok. ------------------------------------------------------------------------ mv /rc/bin/service.auth/authsrv.il566 /rc/bin/service.auth/il566 mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567 mv /rc/bin/service/il566 /rc/bin/service/_il566 mv /rc/bin/service/tcp567 /rc/bin/service/_tcp567 -------------------------------------------------------------------------