From owner-freebsd-stable@freebsd.org Sun Mar 22 19:20:49 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E799926A002 for ; Sun, 22 Mar 2020 19:20:49 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [31.24.6.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48lnRN4CVCz4j6r for ; Sun, 22 Mar 2020 19:20:48 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2001:470:6cc4:1:225:ff:fe46:71cf] (helo=foula.drayhouse.twisted.org.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.3:TLS_AES_128_GCM_SHA256:128) (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1jG69J-000Cd7-3S for freebsd-stable@freebsd.org; Sun, 22 Mar 2020 19:20:41 +0000 Subject: Re: HOWTO donate CPU to the fight against the Corona-virus To: freebsd-stable@freebsd.org References: <20200322171601.Horde.Fx_5DgnwuEuLmZX6QHFEz1V@webmail.leidinger.net> From: Pete French Message-ID: Date: Sun, 22 Mar 2020 19:20:40 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200322171601.Horde.Fx_5DgnwuEuLmZX6QHFEz1V@webmail.leidinger.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48lnRN4CVCz4j6r X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=ingresso.co.uk; spf=pass (mx1.freebsd.org: domain of petefrench@ingresso.co.uk designates 31.24.6.74 as permitted sender) smtp.mailfrom=petefrench@ingresso.co.uk X-Spamd-Result: default: False [-6.09 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.960,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:31.24.6.74]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.986,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-3.34)[ip: (-9.82), ipnet: 31.24.0.0/21(-4.91), asn: 16082(-1.92), country: GB(-0.07)]; DMARC_POLICY_ALLOW(-0.50)[ingresso.co.uk,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16082, ipnet:31.24.0.0/21, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2020 19:20:50 -0000 On 22/Mar/2020 16:16, Alexander Leidinger via freebsd-stable wrote: > > This is now available as a port: biology/linux-foldingathome (thanks 0mp@). > Thankyou! However I dont seem to be able to make it work - I get this in the log: 19:16:54: 19:16:54: 19:16:54: 19:16:54: 19:16:54: 19:16:54: 19:16:54: 19:16:54: 19:16:54:Trying to access database... 19:16:54:ERROR:Exception: Error executing: 'CREATE TABLE IF NOT EXISTS Config (name TEXT PRIMARY KEY, value)': attempt to write a readonly database Google not helping with this - I guess its trying to create an sqllite table ? But why does it think the database is readonly ? cheers, -pete.