From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: wogsolNOSPAM@bestweb.net, 9fans@cse.psu.edu Subject: Re: [9fans] passwd MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010102195341.AB3FC199EB@mail.cse.psu.edu> Date: Tue, 2 Jan 2001 14:53:39 -0500 Topicbox-Message-UUID: 4120e83e-eac9-11e9-9e20-41e7f4b1d025 > What I couldn't do was set a password. Passwd returns "protocol > botch: cs: can't translate address(net!$auth!ticket)." I assume > this is because it is a stand alone system. The system has a > NIC that I hope to use for printing &c on my LAN. Any workaround or > suggestions? The connection server doesn't know which auth server to use. If you have one, there are a number of ways to proceed. 1) echo -n ' auth= >> /net/ndb' 2) fix your /lib/ndb/local so that it knows what the auth server is for your system. You can do this by a) adding an 'auth= to the network entry for your system b) adding an 'auth= to the network entry for your network I'ld do 2b if you have multiple systems since it will solve it for all of them.