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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 1339 invoked from network); 17 Jan 2022 07:52:19 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 17 Jan 2022 07:52:19 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Mon Jan 17 02:43:57 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1642405430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=q4mR03HSmx8ldH9T8ZXYFDJs2RrkSq8i7s/JkoRjCfY=; b=s+CdpiA0Z68JIEhHPD2ANrnxJ0f9ch4S3w0bv3SpJUmwp5F9s40P90e0rZShlF8QKKEsbc qIhmBJs/v6yLLZ/KW5fcTO0w4wBkE4ruicHVwcMFy13AtlCuk34VVW/WeMoIHtH0fUP7LO 6MW/ysbjcmFOMsK1FyCxkvQT9ZSnRkw= Received: from localhost (wopr.sciops.net [local]) by wopr.sciops.net (OpenSMTPD) with ESMTPA id bdbf7b9c for <9front@9front.org>; Sun, 16 Jan 2022 23:43:50 -0800 (PST) Date: Sun, 16 Jan 2022 23:43:50 -0800 From: Kurt H Maier To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: agile lifecycle just-in-time controller Subject: Re: [9front] werc comments egine Reply-To: 9front@9front.org Precedence: bulk On Sun, Jan 16, 2022 at 06:56:41PM -0800, thinktankworkspaces@gmail.com wrote: > So I added > > conf_enable_comments > conf_enable_wiki > > Also created a user will and added them to members admin. I > can log in fine but I can't really post anything. > > Could not post comment due to internal error, sorry. > > I see in the logs its some permission error. Any hints where? what?. I tried to manual creat the folder as that user > > > umask: '/usr/bin' does not exist > mkdir: can't create sites/cirno/_werc/comments/1642387681: 'sites/cirno/_werc/comments/1642387681' create -- in a non-directory > ERROR XXX: Could not create comment: mkdir 71270: error > cirno/ - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 - POST - md_handler sites/cirno/index.md - lib/default_master.tpl > Sun Jan 16 18:48:01 PST 2022 :: cirno :: POST / HTTP/1.1 :: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 :: 200 :: http://cirno/ > tee: cannot open /tmp/fltr_cache/923e12ff215b0e44105268bcdd2950bffec9fc41/71285: '/tmp/fltr_cache' does not exist > mv: can't stat /tmp/fltr_cache/923e12ff215b0e44105268bcdd2950bffec9fc41/71285: '/tmp/fltr_cache' does not exist > Auth: success > Sun Jan 16 18:48:01 PST 2022 :: cirno :: GET /pub/style/style.css HTTP/1.1 :: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15 :: 200 :: http://cirno/ > The comments directory needs to be writeable as whatever system user your web server runs under. I don't know what that umask error is but I'd work it out before letting the public access this installation. khm