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 25287 invoked from network); 13 Jun 2023 06:27:33 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 13 Jun 2023 06:27:33 -0000 Received: from mout02.posteo.de ([185.67.36.66]) by 9front; Tue Jun 13 02:26:17 -0400 2023 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 71227240103 for <9front@9front.org>; Tue, 13 Jun 2023 08:17:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1686637055; bh=cajj3ckW+kyWc/Od4UspPWXgE+eLaznlxKOs4Vkducs=; h=Message-ID:To:Subject:From:Date:MIME-Version: Content-Transfer-Encoding:From; b=Nccx5yiXdQCl+JtD5WgC0S2h9LX7Hu3Dbl2fvIlvtSRsV/RyRRL1jvA1xcMv5kbF8 BjbHsD2xG8/moQ5hlDSAtuapYMUm7oHE+ocM+v/YHvM/t/EWi4V2/CYINPZEtCTBUL js3S9Mc/kec6vkFujOdOG0B3Gm93pCDEoDBb9fiWTAt31lnQ2Kaw279lv/WwHVyFlC doYPu9O6xL9DqGkaJBT2jgTngvESTca6AmkeNtoKqtpirvHayfwQ5sEZlj8DuUERWp a9M/cxFbDHwKeoddw20dmh+N4R4ZFJZhd2+5W29qrnAtf6gaElK5zJqtrBJ0jHfkvP Vdr+S3SQOKToA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QgJHz0W1Lz6twC for <9front@9front.org>; Tue, 13 Jun 2023 08:17:35 +0200 (CEST) Message-ID: <3AF9033699F5999CFA1182E23DF2FEC5@posteo.de> To: 9front@9front.org From: "Ralf Wissing" Date: Tue, 13 Jun 2023 06:13:31 +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: shared rich-client locator 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