From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24949 invoked from network); 13 Jun 2023 06:17:05 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 13 Jun 2023 06:17:05 -0000 Received: from mout01.posteo.de ([185.67.36.65]) by 9front; Tue Jun 13 02:15:37 -0400 2023 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 93C23240028 for <9front@9front.org>; Tue, 13 Jun 2023 08:15:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1686636934; bh=cajj3ckW+kyWc/Od4UspPWXgE+eLaznlxKOs4Vkducs=; h=Message-ID:To:Subject:From:Date:MIME-Version: Content-Transfer-Encoding:From; b=rQqnglKPXQ3lFm17ehkfjniLX7IHBtOhIbkm4ZmVXk/ZSXE/wXYvIi9YOJCRMo7wY AbkpD1Zmc5EYpZR3Jzxf9hBycLk4HSRCO73/MRZmVhr4qTlI10dEx5J1LoiYbCB9D5 UsfJKRYQbcuvQYR/B4xLdbQI4uKiX/wAX/QH+s8I2PeOafgCdc74PbRfthFW0YZpI0 O/gqIEMvvLvQMy/hE5nnJAo2o2O913XI18x0iHSujic67FC6dYcRoEyKZ7OeWz1RLq 51w6VfqU1sSbq2dSxIe1fk5EzpQZ3f9d9V1sJI4m4t4tS1y4NpAqofT1h9TJO8zB4v NXule+Ny/5hZg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QgJFf21Fdz9rxF for <9front@9front.org>; Tue, 13 Jun 2023 08:15:34 +0200 (CEST) Message-ID: <314D65801C3AC1D143B9F6C32724A216@posteo.de> To: 9front@9front.org From: "Ralf Wissing" Date: Tue, 13 Jun 2023 06:13:30 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ORM over SQL storage shader app-based pipelining interface Subject: Re: [9front] (Noob question): Problem adding users to CPU server Reply-To: 9front@9front.org Precedence: bulk Hi, i found my (actually obvious) error: I forgot to tell the fileserver to listen to incoming connections in Plan9.ini, after i fixed that everything runs smooth. The only thing i still do not completely understand is why i was able to make a connection as hostowner, while the fileserver was obviously not listening to incoming connections...hmmm... Thanks! Ralf Quoth Amavect : > Ralf, > > I'm guessing you didn't add the user to the auth server. > Users need to be added to both the file server and the auth server. > auth/debug can help. man 8 auth > http://fqa.9front.org/fqa7.html#7.4.2 > If this is the case, it could have a better error message. > > If the error message is right, then something is misconfigured in /lib/ndb/local > netaudit can help. man 8 netaudit > > Thanks, > Amavect