artifact.ci's head -r357545 kernel for 32-bit powerpc FreeBSD vs. 64-bit PowerMac: panic: lock tfo_ccache_bucket . . . already initialized

2020-02-04 Thread Mark Millard
On a 32-bit PowerMac 2 socket machine, it booted just fine. This is a 64-bit capable 2 socket, 2 cores each, PowerMac context for the example failure. There is also an odd "kern.ipc.nmbclusters limit reached" message before the powerpc64 panic. Typed from a picture of the screen: (I omit stack ad

Re: head -r357529 for 32-bit powerpc on 64-bit PowerMac: boot fails for getnewbuf_empty: locked buf 0xd2800000 on freequeue

2020-02-04 Thread Mark Millard
On 2020-Feb-4, at 15:25, Mark Millard wrote: > The old PowerMac happens to be a 64-bit capable one > but the FreeBSD is the 32-bit variant. It boots on the 32-bit PowerMac example. It panics on the two examples of 64-bit types of PowerMac, both types dual socket but 1 core each vs. 2 cores

head -r357529 for 32-bit powerpc: boot fails for getnewbuf_empty: locked buf 0xd2800000 on freequeue

2020-02-04 Thread Mark Millard
The old PowerMac happens to be a 64-bit capable one but the FreeBSD is the 32-bit variant. The backtrace goes like: (typed from a screen picture) . . . panic getnewbug getblkx breadn_flags ffs_use_bread readsuper ffs_sbget ffs_mount vfs_domount vfs_donmount kernel_mount parse_mount vfs_mountroot

Re: head -r357419 vs. svnlite update -rdddddd on PowerMac with 2 sockets, 2 cores each: segmentation fault (not under -r356187)

2020-02-04 Thread Cy Schubert
Hi Mark, Thanks for the heads up. r357201:has been reverted by 357522. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Mark Millard write s: > > > On 2020-Feb-4, at 00:15, Francis Little wrote

Re: OFWBUS: How does autoconfiguration work?

2020-02-04 Thread Ian Lepore
On Tue, 2020-02-04 at 19:09 +0530, Niteesh wrote: > I am working on an operating systems project at my university, which > currently > uses lazy driver initialization i.e. that is the drivers initialize the > hardware only > during the first invocation, for example, the UART hardware is initialized

Re: Is amd automount still supported in 13.0 or not?

2020-02-04 Thread Bob Willcox
On Tue, Feb 04, 2020 at 08:15:05AM -0800, David Wolfskill wrote: > On Tue, Feb 04, 2020 at 09:46:50AM -0600, Bob Willcox wrote: > > ... > > > Amd is not build by default now and will be removed from base. But you > > > can continue using it by installing sysutils/am-utils from port. > > > > Thanks

Re: head -r357419 vs. svnlite update -rdddddd on PowerMac with 2 sockets, 2 cores each: segmentation fault (not under -r356187)

2020-02-04 Thread Mark Millard
On 2020-Feb-4, at 00:15, Francis Little wrote: > I have the same issue on my PowerMac G5 running HEAD, svnlite segfaults. > > I have installed subversion from ports for now as a workaround. I will note that svnlite has not changed in head for some time but sql3lite (which svnlite uses as I u

Looks like head -r357201 (Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000)) leads to svnlite segfaults on powerpc64

2020-02-04 Thread Mark Millard
See: https://lists.freebsd.org/pipermail/freebsd-ppc/2020-February/011416.html for reports of svnlite segfaults and corrupted svn content after svnlite cleanup on powerpc64 (old PowerMacs). But there is also . . . databases/sqlite3: revert upgrade to 3.31.0 Firefox relied on internals. They c

Re: Is amd automount still supported in 13.0 or not?

2020-02-04 Thread David Wolfskill
On Tue, Feb 04, 2020 at 09:46:50AM -0600, Bob Willcox wrote: > ... > > Amd is not build by default now and will be removed from base. But you > > can continue using it by installing sysutils/am-utils from port. > > Thanks for the tip. I will likely go ahead and install the am-utils port as > from

Re: Is amd automount still supported in 13.0 or not?

2020-02-04 Thread Bob Willcox
On Tue, Feb 04, 2020 at 08:54:35AM +0900, Yasuhiro KIMURA wrote: > From: Bob Willcox > Subject: Is amd automount still supported in 13.0 or not? > Date: Mon, 3 Feb 2020 17:23:33 -0600 > > > I've recently installed a 13.0 snapshot on one of my system to get some > > experience with it > > and am

Re: OFWBUS: How does autoconfiguration work?

2020-02-04 Thread Niteesh
I am working on an operating systems project at my university, which currently uses lazy driver initialization i.e. that is the drivers initialize the hardware only during the first invocation, for example, the UART hardware is initialized only during the first call to output_char. Currently, we h