From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-la0-f53.google.com ([209.85.215.53]) by pp; Fri Feb 27 18:01:43 EST 2015 Received: by labgd6 with SMTP id gd6so20447605lab.7 for <9front@9front.org>; Fri, 27 Feb 2015 15:01:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=auagXQBVWAyhaX9+45xihgN5tkI8+LcRpBB/bGvs5Qw=; b=b2tvV1mimxTgnCZXo4UWehiPR7I4Z7GIbnuwFzzNvpOnPVbfapK85PCWBYCNNG+5PG T2GsByWWNXVp0N9ZIgvRjDL3frD9Yop2AjkDZMw3YVz2XZm8mMoxmJ1PoBZFiqqEbqnO NLsdRBU0/rzICvqVV+awL2rZeobagEuasm0aILDky0Q9UPRjydWXZsYsdvO3nI91gETl emJw8qqPVoZuBYRB5LlU66GQ++w8+1oh0i+cdkKacPoTPyfHAfnzYQF3nVA5BQGrGbUV loe0LbmRic5jefI4YJqy4o0b/hSNaMICZ3mkCVF50lxSWfD3Kz/KEeGNX738JC3f9NO+ PXfA== X-Gm-Message-State: ALoCoQlAkHM8ERU3zCPq1jD0NgWp30F+4LgPNxpVpCjdYwBw/HNe7TFjv8UVb0jHcNHtEbnlN++w MIME-Version: 1.0 X-Received: by 10.152.36.37 with SMTP id n5mr2560696laj.40.1425078097848; Fri, 27 Feb 2015 15:01:37 -0800 (PST) Received: by 10.114.12.37 with HTTP; Fri, 27 Feb 2015 15:01:37 -0800 (PST) In-Reply-To: References: Date: Sat, 28 Feb 2015 00:01:37 +0100 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: standard general-purpose interface Subject: Re: passwd protocol botch From: Giacomo Tesio To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 I'm trying hard to solve this issues by myself, but with no success. I used the fqa7 path, with hjfs but - the system still automatically start an rc as glenda - I can't passwd with success (despite the password complexity) - despite auth/changeuser I can't auth/login Should I follow this guide instead Configuring a Standalone CPU Server (Plan 9 wiki) - Bell Labs ? Giacomo 2015-02-26 9:37 GMT+01:00 Giacomo Tesio : > Hi, I'm tring to change glenda's password with passwd but I keep > obtainig this criptic error: > >> passwd: protocol botch: cs: can't traslate address: dns: resource does not exist; negrcode > > I'm tring to get a single cpu server with auth+fs so that I can > connect to it with drawterm. > > I'm actually able to connect to it via drawterm but with two issues: > - I can access as glenda without a password > - after boot an rc running as glenda is automatically provided without > any request for login. > > This is obviously unsafe. > > This is the content of plan9.ini: > > bootfile=9pcf > nobootprompt=local!/dev/sd00/fs -m 192 > mouseport=ps2intellimouse > monitor=vesa > service=cpu > *acpi= > > Maybe I missed something in the process to turn a terminal into a cpu > server, but I can't find what. > > > Giacomo