From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 944EA2281B for ; Fri, 8 Nov 2024 23:52:59 +0100 (CET) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri Nov 8 17:50:44 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1731106189; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l3Sik87jQVrL9+zSWvYDjZYTOhHd+UH2Hs4kT9QUCa4=; b=rKkKqaGBxBewXGWTGVPYaL4sc5ayOVlkPUS8AbXSL2X1+1m+yJHuomx2hrroI2Gw33uw4x 4d+vF7VOH8wtNf+aKAXLH/mljMQTCtrkmDQVev3hvsAVt94IiUNrzDJvvkD1fSrJcLHYp8 pA4RwakUwYgjtJ2qMGOzq2wUPA6nZZM= Received: from [192.168.168.200] (173-22-56-200.client.mchsi.com [173.22.56.200]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 05b74b6e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 8 Nov 2024 16:49:49 -0600 (CST) Message-ID: <02c90307-cbfd-47a7-9d5e-5447fe635535@posixcafe.org> Date: Fri, 8 Nov 2024 16:50:42 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <8CD786D96AC87581C5FF795F3F3E558A@thinktankworkspaces.com> Content-Language: en-US From: Jacob Moody In-Reply-To: <8CD786D96AC87581C5FF795F3F3E558A@thinktankworkspaces.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: hosting high-performance backend Subject: Re: [9front] permission question Reply-To: 9front@9front.org Precedence: bulk On 11/8/24 14:22, william@thinktankworkspaces.com wrote: > cpu% man -t man | page -w > /bin/lp:184: > can't create: /sys/lib/lp/log/stdout: access permission denied: '/sys/lib/lp/log/stdout' > cpu% > > It's a new server. I created. here is > > cpu% cat /adm/users > -1:adm:adm:glenda > 0:none:: > 1:tor:tor: > 2:glenda:glenda: > 3:william:william:sys > 4:web:web: > 10000:sys::glenda,william > 10001:map:map: > 10002:doc:: > 10003:upas:upas:glenda,william > 10004:font:: > 10005:bootes:bootes: > > I thought sys was good enough. does it have to be "adm"? > > page example.pdf works fine. This works fine in glenda as well. This has nothing to do with adm, you've created your user incorrectly. The entry in /adm/users for your user defines it as a group that contains sys. You need to delete the trailing "sys" from your user line. Then reload the users table by writing to the fs console.