Re: current/netbsd-10: panic() when MULTIPROCESSOR is disabled

2024-04-24 Thread Jason Thorpe
> On Apr 24, 2024, at 3:54 PM, matthew green wrote: > > "Jonathan A. Kollasch" writes: >> On Wed, Apr 24, 2024 at 05:51:32PM +0200, Paolo Pisati wrote: >>> I'm slimming down a GENERIC i386 kernel[1] for an embedded board[2], when i >>> discovered that turning off MULTIPROCESSOR, leads to: >>

re: current/netbsd-10: panic() when MULTIPROCESSOR is disabled

2024-04-24 Thread matthew green
"Jonathan A. Kollasch" writes: > On Wed, Apr 24, 2024 at 05:51:32PM +0200, Paolo Pisati wrote: > > I'm slimming down a GENERIC i386 kernel[1] for an embedded board[2], when i > > discovered that turning off MULTIPROCESSOR, leads to: > > There's a reason it's in std.i386 and std.amd64 and not

Re: [PATCH] [RFC] i386/i386_mainbus: fix the build when MPBIOS and ACPI are disabled

2024-04-24 Thread Andrius V
Hi, I applied a bit modified patch. Thanks. On Wed, Apr 24, 2024, 18:58 Paolo Pisati wrote: > I'm not entirely sure about this one, but anyhow: > > ... > /home/flag/bsd/netbsd/src/../obj.i386/tooldir.Linux-6.6.0-14-generic-x86_64/bin/i486--netbsdelf-ld > -Map netbsd.map --cref -T

Re: [PATCH] x86/intr.c: fix build if NO_PCI_MSI_MSIX is defined

2024-04-24 Thread Andrius V
Hi, The patch was already applied, thanks. On Wed, Apr 24, 2024, 18:47 Paolo Pisati wrote: > ... > /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c: In function > 'intr_create_intrid': > /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c:315:34: error: > 'MSI_INT_DEV_MASK' undeclared (first

Re: current/netbsd-10: panic() when MULTIPROCESSOR is disabled

2024-04-24 Thread Jonathan A. Kollasch
On Wed, Apr 24, 2024 at 05:51:32PM +0200, Paolo Pisati wrote: > I'm slimming down a GENERIC i386 kernel[1] for an embedded board[2], when i > discovered that turning off MULTIPROCESSOR, leads to: There's a reason it's in std.i386 and std.amd64 and not GENERIC. Turning MULTIPROCESSOR off on x86

current/netbsd-10: panic() when MULTIPROCESSOR is disabled

2024-04-24 Thread Paolo Pisati
I'm slimming down a GENERIC i386 kernel[1] for an embedded board[2], when i discovered that turning off MULTIPROCESSOR, leads to: [ 12.3802131] Mutex error: mutex_spin_retry,979: locking against myself ... [ 12.3802131] panic: lock error: Mutex: mutex_spin_retry,979: locking against myself:

[PATCH] x86/intr.c: fix build if NO_PCI_MSI_MSIX is defined

2024-04-24 Thread Paolo Pisati
... /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c: In function 'intr_create_intrid': /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c:315:34: error: 'MSI_INT_DEV_MASK' undeclared (first use in this function) 315 | pih = __SHIFTIN((uint64_t)dev, MSI_INT_DEV_MASK) |

[PATCH] [RFC] i386/i386_mainbus: fix the build when MPBIOS and ACPI are disabled

2024-04-24 Thread Paolo Pisati
I'm not entirely sure about this one, but anyhow: ... /home/flag/bsd/netbsd/src/../obj.i386/tooldir.Linux-6.6.0-14-generic-x86_64/bin/i486--netbsdelf-ld -Map netbsd.map --cref -T netbsd.ldscript -Ttext c010 -e start -z noseparate-code -X -o netbsd ${SYSTEM_OBJ:[@]:Nswapnetbsd.o}

Re: webserver with PHP support

2024-04-24 Thread Justin Parrott
bin/php is probably for the shell or something libexec is probably what you want from httpd On Wed, Apr 24, 2024 at 1:21 AM Alexey wrote: > Hello list, > tell me please what's the difference between > > /usr/pkg/libexec/cgi-bin/php > and > /usr/pkg/bin/php > > I mean that this works: >

Re: nice program to make sound

2024-04-24 Thread Justin Parrott
what's the stuf that comes with the system man aurecord On Wed, Apr 24, 2024 at 7:49 AM Todd Gruhn wrote: > I got it -- use 'play' or 'mpg123' . > > I have xbindkeys installed. > > I cant use anything in the .xbindkeys -- how do I know it is > working correctly? > > On Wed, Apr 24, 2024 at

Re: nice program to make sound

2024-04-24 Thread Todd Gruhn
I got it -- use 'play' or 'mpg123' . I have xbindkeys installed. I cant use anything in the .xbindkeys -- how do I know it is working correctly? On Wed, Apr 24, 2024 at 5:20 AM Ramiro Aceves wrote: > > > > El 23 de abril de 2024 15:01:43 CEST, Todd Gruhn escribió: > >I did: > > > > vlc

Re: NetBSD 9.3 to 10.0 upgrade failure - check for DOS fs

2024-04-24 Thread Riccardo Mottola
Hi, Martin Husemann wrote: > On Tue, Apr 23, 2024 at 01:20:12PM +, Riccardo Mottola wrote: >> /dev/sd0e /media/usb msdos rw 0 0 > What is that partition? > Is that "usb" device available (as sd0) during your upgrade experiment? external hard disk. NO it was not

Re: webserver with PHP support

2024-04-24 Thread Ramiro Aceves
El 23 de abril de 2024 21:07:58 CEST, Alexey escribió: >Hello list, >tell me please what's the difference between > >/usr/pkg/libexec/cgi-bin/php >and >/usr/pkg/bin/php > >I mean that this works: >/usr/libexec/httpd -b -U nobody -C .php >/usr/pkg/libexec/cgi-bin/php /var/www/ >