From owner-freebsd-ppc@freebsd.org Sat Nov 17 09:05:03 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 949CA112D7E2 for ; Sat, 17 Nov 2018 09:05:03 +0000 (UTC) (envelope-from Michael.Tuexen@macmic.franken.de) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09D6181BBE for ; Sat, 17 Nov 2018 09:05:03 +0000 (UTC) (envelope-from Michael.Tuexen@macmic.franken.de) Received: from [192.168.1.3] (p57BB4853.dip0.t-ipconnect.de [87.187.72.83]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 96799721E2821; Sat, 17 Nov 2018 10:05:00 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.1 \(3445.101.1\)) Subject: Re: these are the sort of things that would fry a new user From: Michael Tuexen In-Reply-To: Date: Sat, 17 Nov 2018 10:04:59 +0100 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: 7bit Message-Id: References: <6c26e8f7-a710-460e-1d37-ff649f698530@blastwave.org> To: Dennis Clarke X-Mailer: Apple Mail (2.3445.101.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Queue-Id: 09D6181BBE X-Spamd-Result: default: False [-0.91 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[a.a.e.f.a.4.e.f.f.f.c.0.e.0.2.0.1.0.0.a.2.0.a.0.8.3.6.0.1.0.0.2.list.dnswl.org : 127.0.5.1]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[franken.de]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: donotack.franken.de]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-1.21)[ip: (-4.24), ipnet: 2001:638::/32(-1.74), asn: 680(-0.05), country: DE(-0.01)]; ASN(0.00)[asn:680, ipnet:2001:638::/32, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2018 09:05:03 -0000 > On 17. Nov 2018, at 09:56, Dennis Clarke wrote: > > On 11/17/18 3:46 AM, Michael Tuexen wrote: >>> On 17. Nov 2018, at 04:34, Dennis Clarke wrote: > >>> eris# pkg query %t\ %n\ %v\ %o >>> ld-elf.so.1: Shared object "libssl.so.8" not found, required by "pkg" >>> eris# >>> >>> really ? >> Unfortunately, yes. Right now. >> During the release process, OpenSSL was upgraded. Not all package builders >> seems to be in sync. Please note that PowerPC is not a Tier 1 platform... > > Yep .. regardless I tossed 12.0b3 out an air lock and started over with > rc1. Building pkg from ports works fine. Seems to. Oddly rc1 still > reports as BETA3 : > > eris# > eris# uname -a > FreeBSD eris 12.0-BETA3 FreeBSD 12.0-BETA3 r340039 GENERIC powerpc That revision is beta3: https://svnweb.freebsd.org/changeset/base/340039 Are you sure you installed the RC1 image? > > eris# pkg query %t\ %n\ %v\ %o | sort -r > 1542444839 dialog4ports 0.1.6 ports-mgmt/dialog4ports > 1542444137 pkg 1.10.5_5 ports-mgmt/pkg > eris# > > I still am not sure where we stand on the whole kern.smp.disabled issue > but that is another matter. As I reported earlier: Disabling SMP with head gives a system behaving nicely. Enabling SMP and reverting r334498 gives me a usable system, with two limitation I observed so far: 1. After a while the fans get louder. Running sysctl -a dev.fcu.0 gets them down again. After a while they will start to get louder again. 2. When shutting down the system, Waiting (max 60 seconds) for system thread `bufdaemon' to stop... Waiting (max 60 seconds) for system thread `bufspacedaemon-1' to stop... Waiting (max 60 seconds) for system thread `bufspacedaemon-0' to stop... times out. Best regards Michael >> On the constructive side: You can build the port yourself, that works >> without any problems. I have done that on my machines... >> I'm sure that once 12.0 is released, the packages provided will be in tune >> with the version. >> Not only PowerPC is affected, also some other platforms not being Tier 1. > > Yep .. it happens. > > Dennis > >