CVS commit: src/sys/arch/i386/i386

2023-02-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 3 09:21:58 UTC 2023 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: Make multiboot1 continue with common boot code and not skip CPU type detection. Fixes PR 57017 and PR 56935. To generate a diff of

CVS commit: src/sys/arch/i386/i386

2023-02-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 3 09:21:58 UTC 2023 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: Make multiboot1 continue with common boot code and not skip CPU type detection. Fixes PR 57017 and PR 56935. To generate a diff of

CVS commit: src/sbin/nvmectl

2023-02-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 2 08:21:32 UTC 2023 Modified Files: src/sbin/nvmectl: logpage.c nvmectl.h util.c Log Message: Data units read/written are counted in 1000s of 512 bytes. Convert to human-readable value. To generate a diff of this

CVS commit: src/sbin/nvmectl

2023-02-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 2 08:21:32 UTC 2023 Modified Files: src/sbin/nvmectl: logpage.c nvmectl.h util.c Log Message: Data units read/written are counted in 1000s of 512 bytes. Convert to human-readable value. To generate a diff of this

Re: Keeping NetBSD disklabel up to date

2023-01-30 Thread Michael van Elst
wolfg...@solfrank.net (Wolfgang Solfrank) writes: >> Or you can run mbrlabel (without -w) and replace the previous entries >> accordingly. >No, without -w, mbrlabel will just print out the modified disklabel, >but will neither change the in-core label nor the one on disk. Indeed. you print the

CVS commit: src/sys/arch/m68k/include

2023-01-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 29 09:24:33 UTC 2023 Modified Files: src/sys/arch/m68k/include: kcore.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/m68k/include/kcore.h Please note that diffs are

CVS commit: src/sys/arch/m68k/include

2023-01-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 29 09:24:33 UTC 2023 Modified Files: src/sys/arch/m68k/include: kcore.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/m68k/include/kcore.h Please note that diffs are

Re: Keeping NetBSD disklabel up to date

2023-01-27 Thread Michael van Elst
bea...@sdf.org writes: >So it sounds like mbrlabel by itself would not have been sufficient for >avoiding this scenario; it's output still needs to be applied via the >disklabel tool; is that correct? Yes. > I'm sort of surprised as the mbrlabel(8) >manpage says > "mbrlabel is used to update

Re: Keeping NetBSD disklabel up to date

2023-01-26 Thread Michael van Elst
bea...@sdf.org (beaker) writes: >Is it safe and sufficient to run 'mbrlabel -fw ' on NetBSD >whenever there has been partition resizing (usually via Gpartd) >such that the disklabel no longer reflects the current partitioning >state? mbrlabel creates disklabel entries for MBR partition entries,

CVS commit: src/sys/dev/pci

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:45:47 UTC 2023 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: Consistently use cached chipset tag value. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/xhci_pci.c Please

CVS commit: src/sys/dev/pci

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:45:47 UTC 2023 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: Consistently use cached chipset tag value. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/xhci_pci.c Please

CVS commit: src/sys/dev/pci

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:40:46 UTC 2023 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: Consistently use cached chipset tag value. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ehci_pci.c Please

CVS commit: src/sys/dev/pci

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:40:46 UTC 2023 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: Consistently use cached chipset tag value. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ehci_pci.c Please

CVS commit: src/sys/dev/ata

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:34:18 UTC 2023 Modified Files: src/sys/dev/ata: wd.c Log Message: Sanitize capacity values. To generate a diff of this commit: cvs rdiff -u -r1.467 -r1.468 src/sys/dev/ata/wd.c Please note that diffs are not

CVS commit: src/sys/dev/ata

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:34:18 UTC 2023 Modified Files: src/sys/dev/ata: wd.c Log Message: Sanitize capacity values. To generate a diff of this commit: cvs rdiff -u -r1.467 -r1.468 src/sys/dev/ata/wd.c Please note that diffs are not

CVS commit: src/sys/dev/pad

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:17:11 UTC 2023 Modified Files: src/sys/dev/pad: pad.c padvar.h Log Message: Pace I/O timing to match the audio interface. Enable interrupts while copying buffers. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pad

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:17:11 UTC 2023 Modified Files: src/sys/dev/pad: pad.c padvar.h Log Message: Pace I/O timing to match the audio interface. Enable interrupts while copying buffers. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/fsck

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:09:38 UTC 2023 Modified Files: src/sbin/fsck: fsck.c Log Message: Use opendisk when looking for filesystem type, otherwise the detection only works if the correct device path is given as an argument. To generate

CVS commit: src/sbin/fsck

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:09:38 UTC 2023 Modified Files: src/sbin/fsck: fsck.c Log Message: Use opendisk when looking for filesystem type, otherwise the detection only works if the correct device path is given as an argument. To generate

CVS commit: src/sbin/scan_ffs

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:05:07 UTC 2023 Modified Files: src/sbin/scan_ffs: Makefile scan_ffs.c Log Message: Work on swapped-endian FFS. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/scan_ffs/Makefile cvs rdiff -u

CVS commit: src/sbin/scan_ffs

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:05:07 UTC 2023 Modified Files: src/sbin/scan_ffs: Makefile scan_ffs.c Log Message: Work on swapped-endian FFS. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/scan_ffs/Makefile cvs rdiff -u

CVS commit: src/external/bsd/fetch/dist/libfetch

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:02:58 UTC 2023 Modified Files: src/external/bsd/fetch/dist/libfetch: common.c Log Message: Shut down SSL when closing connection. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/fetch/dist/libfetch

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:02:58 UTC 2023 Modified Files: src/external/bsd/fetch/dist/libfetch: common.c Log Message: Shut down SSL when closing connection. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/fetch/dist/libfetch

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:01:25 UTC 2023 Modified Files: src/external/bsd/fetch/dist/libfetch: common.c Log Message: Use SNI. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/fetch/dist/libfetch/common.c

CVS commit: src/external/bsd/fetch/dist/libfetch

2023-01-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 08:01:25 UTC 2023 Modified Files: src/external/bsd/fetch/dist/libfetch: common.c Log Message: Use SNI. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/fetch/dist/libfetch/common.c

CVS commit: src/sys/arch/atari/atari

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:57:20 UTC 2023 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: whitespace, no code change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/atari/atari/stalloc.c Please

CVS commit: src/sys/arch/atari/atari

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:57:20 UTC 2023 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: whitespace, no code change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/atari/atari/stalloc.c Please

CVS commit: src/sys/dev/i2c

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:09:48 UTC 2023 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Don't panic with invalid user data, just return an error. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/dev/i2c

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:09:48 UTC 2023 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Don't panic with invalid user data, just return an error. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/common/lib/libc/arch/arm/string

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:04:27 UTC 2023 Modified Files: src/common/lib/libc/arch/arm/string: memcpy_arm.S Log Message: Fix two signed comparisons that were missed in the last patch. Found be rillig@ To generate a diff of this commit: cvs

CVS commit: src/common/lib/libc/arch/arm/string

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 07:04:27 UTC 2023 Modified Files: src/common/lib/libc/arch/arm/string: memcpy_arm.S Log Message: Fix two signed comparisons that were missed in the last patch. Found be rillig@ To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 06:56:40 UTC 2023 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c plcom_acpi.c src/sys/arch/arm/fdt: plcom_fdt.c src/sys/arch/evbarm/dev: plcom.c plcomreg.h plcomvar.h Log Message: Add support

CVS commit: src/sys/arch

2023-01-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 24 06:56:40 UTC 2023 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c plcom_acpi.c src/sys/arch/arm/fdt: plcom_fdt.c src/sys/arch/evbarm/dev: plcom.c plcomreg.h plcomvar.h Log Message: Add support

CVS commit: src/common/lib/libc/arch/arm/string

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 18:03:03 UTC 2023 Modified Files: src/common/lib/libc/arch/arm/string: memcpy_arm.S memcpy_neon.S memcpy_xscale.S memmove.S memset.S memset_naive.S strlen_neon.S Log Message: Use unsigned comparisons for

CVS commit: src/common/lib/libc/arch/arm/string

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 18:03:03 UTC 2023 Modified Files: src/common/lib/libc/arch/arm/string: memcpy_arm.S memcpy_neon.S memcpy_xscale.S memmove.S memset.S memset_naive.S strlen_neon.S Log Message: Use unsigned comparisons for

CVS commit: src/sys/arch/arm/arm32

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 08:03:52 UTC 2023 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Support remaining common boot options. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

CVS commit: src/sys/arch/arm/arm32

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 08:03:52 UTC 2023 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Support remaining common boot options. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

CVS commit: src/sys/kern

2023-01-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 07:40:58 UTC 2023 Modified Files: src/sys/kern: kern_subr.c Log Message: If a specified root device does not exist when the kernel tries to mount the root filesystem, retry for up to ROOT_WAITTIME (20) seconds. This

CVS commit: src/sys/kern

2023-01-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 07:40:58 UTC 2023 Modified Files: src/sys/kern: kern_subr.c Log Message: If a specified root device does not exist when the kernel tries to mount the root filesystem, retry for up to ROOT_WAITTIME (20) seconds. This

Re: FFSv2ea

2023-01-16 Thread Michael van Elst
clays.sh...@sdf.org (Clay Daniels) writes: >If I try this:    #gpt show wd0 >I get this:        GPT part - NetBSD FFSv1/FFSv2 >Then the next installation I deliberately used the default of FFSv2, I >get the same thing. I'm sure I must be expecting the gpt command to do >more than it

Re: kernel goes dark on boot

2023-01-11 Thread Michael van Elst
m...@netbsd.org (Emmanuel Dreyfus) writes: >I suspect a mode problem. In the boot prompt, gop displays: >*0: 1920x1080 BGRR pitch 1920 bpp 32 > 1: 640x480 BGRR pitch 640 bpp 32 > 2: 800x600 BGRR pitch 800 bpp 32 > 3: 1024x768 BGRR pitch 1024 bpp 32 > 4: 1280x1024 BGRR pitch 1280 bpp 32 >Trying

Re: jot: producing too much output?

2023-01-06 Thread Michael van Elst
mo...@rodents-montreal.org (Mouse) writes: >>> I'd tend to assume it is the code. >Well, then, there never can be any such thing as a bug in jot. The original code (see rev 1.1) seems to be more clear on how the parameters should be evaluated.

Re: -10.0_BETA panics when system is rebooting

2023-01-06 Thread Michael van Elst
k...@munnari.oz.au (Robert Elz) writes: >Do we do crash dumps onto raidsets? We can dump on raidsets, the code selects a working component or a spare disk to dump on. Doesn't mean that it works, the more complicated the device access gets, the less likely it will succeed.

Re: Does X11 user need permission to /dev/dri/card0

2023-01-03 Thread Michael van Elst
mayur...@acm.org (Mayuresh) writes: >What do I miss if I don't give dri permission? E.g. would firefox be >terribly slower? It is slower, and much slower for anything using video content or things like WebGL. >I can already see that I can't even run xscreensaver-demo. I can >understand

Re: Does X11 user need permission to /dev/dri/card0

2023-01-03 Thread Michael van Elst
mayur...@acm.org (Mayuresh) writes: >Can someone throw some light on whether wheel membership is mandatory for >dri? And about the crash if such permission is given? It's the opposite, the DRI device needs to be accessible to users that should be allowed to use it. You could create a 'drm'

Re: 10.0 BETA : Status of Wireless N

2023-01-03 Thread Michael van Elst
mayur...@acm.org (Mayuresh) writes: >On Tue, Dec 27, 2022 at 07:35:56PM +0530, Mayuresh wrote: >> Is N supported on 10.0 BETA? Is some configuration required to enable the >> same? >Which component decides this - firmware? driver? kernel? something else? All of them. >Is Wireless N generally

Re: NetBSD-10.0_BETA: clock: unknown CMOS layout

2022-12-23 Thread Michael van Elst
dposto...@yandex.ru (Dmitrii Postolov) writes: >"clock: unknown CMOS layout" The message says that no century information is found in the CMOS RAM, the hardware clock itself seems to keep only 2 year digits. The century is then deduced as 1900 if the year number is less than 70 and 2000

Re: NetBSD-10.0_BETA: clock: unknown CMOS layout

2022-12-23 Thread Michael van Elst
dposto...@yandex.ru (Dmitrii Postolov) writes: >On boot of NetBSD-10.0_BETA the message "clock: unknown CMOS layout" is >printed. There is no this message at boot on NetBSD-9.x. It's a DIAGNOSTIC message, if you run NetBSD-9.x release, the kernel is built without DIAGNOSTIC checks and messages,

Re: uhidev1 BMC Virtual Keyboard via HP iLO

2022-12-12 Thread Michael van Elst
c...@sdf.org ("Stephen M. Jones") writes: >While it partially works, shift/shift lock key and sometimes space bar = >does >not seem to work properly. Can you be specific in how it does not work properly? >[ 11434.0227330] ukbd0 at uhidev0 >[ 11434.4428808] ums0 at uhidev1: 3 buttons >login:

Re: CVS commit: src/sys/fs/autofs

2022-12-12 Thread Michael van Elst
On Tue, Dec 13, 2022 at 12:32:26AM +1100, matthew green wrote: > "Michael van Elst" writes: > > Module Name:src > > Committed By: mlelstv > > Date: Sun Dec 11 11:31:55 UTC 2022 > > > > Modified Files: > > src/

CVS commit: src/sys/fs/autofs

2022-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 11 11:31:55 UTC 2022 Modified Files: src/sys/fs/autofs: autofs_vnops.c Log Message: Use genfs_pathconf for VOP_PATHCONF. Fixes bin/57103. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/fs/autofs

2022-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 11 11:31:55 UTC 2022 Modified Files: src/sys/fs/autofs: autofs_vnops.c Log Message: Use genfs_pathconf for VOP_PATHCONF. Fixes bin/57103. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/netinet

2022-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 11 08:09:20 UTC 2022 Modified Files: src/sys/netinet: tcp_vtw.h Log Message: Need larger fat pointers for 128bit cache lines. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/tcp_vtw.h

CVS commit: src/sys/netinet

2022-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 11 08:09:20 UTC 2022 Modified Files: src/sys/netinet: tcp_vtw.h Log Message: Need larger fat pointers for 128bit cache lines. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/tcp_vtw.h

Re: resolv.conf

2022-12-10 Thread Michael van Elst
tgru...@gmail.com (Todd Gruhn) writes: >Spectrum upgraded. I start NetBSD, and /etc/resolv.conf has nothing. >How do I fix this? >Should there be any minimal resolv.conf settings??? You either get network settings automatically via DHCP (and that should include data for resolv.conf) or you have

Re: IBM IMM shared port

2022-12-09 Thread Michael van Elst
kab...@lich.phys.spbu.ru (Dima Veselov) writes: >I have an IBM x3200 M3 server with built-in IMM IPMI service >processor. This server have IPMI network port shared with first network >card. This setup is quite popular and I have several different servers >having no issues with that. While

Re: Debugging socket options

2022-12-04 Thread Michael van Elst
br...@nmsu.edu (Brook Milligan) writes: > 18808 18808 guppy_basecaller CALL socketpair(1,5,0,0x7f7fdb98) socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, ); > 18808 18808 guppy_basecaller CALL = >setsockopt(3,1,0x10,0x7f7fda14,4) setsockopt(3, SOL_SOCKET, SO_PASSCRED, , sizeof(val)); I

CVS commit: src/sys/dev/ic

2022-12-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 4 09:25:04 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c Log Message: Make power save mode configurable by ifconfig, now defaults to non-powersave like other interfaces. Remove cargo-culted check for manual roaming.

CVS commit: src/sys/dev/ic

2022-12-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 4 09:25:04 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c Log Message: Make power save mode configurable by ifconfig, now defaults to non-powersave like other interfaces. Remove cargo-culted check for manual roaming.

Re: ldd-linux

2022-12-03 Thread Michael van Elst
xactly the version is was built for. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

CVS commit: src/sys/dev

2022-12-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 3 16:06:20 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Fix bug in protocol parser that often caused fatal 'checksum error'. Defer power save setting

CVS commit: src/sys/dev

2022-12-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 3 16:06:20 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Fix bug in protocol parser that often caused fatal 'checksum error'. Defer power save setting

Re: timers slow (sleep 1 taking five seconds)

2022-12-03 Thread Michael van Elst
r...@reedmedia.net ("Jeremy C. Reed") writes: >acpi0: fixed power button present >timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000 >hpet0 at acpi0: high precision event timer (mem 0xfed0-0xfed00400) >timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000

Re: ldd-linux

2022-12-03 Thread Michael van Elst
br...@nmsu.edu (Brook Milligan) writes: >All but one of these are provided by the emulators/suse131_base and = >emulators/suse131_glib2 packages; the missing one is libstdc++.so.6. = Hmm. emulators/suse131_base (from 2022Q3 release) comes with: /usr/pkg/emul/linux/usr/lib64/libstdc++.so.6

Re: Autoconfigure timeout on MMC drive

2022-11-23 Thread Michael van Elst
bsd...@proton.me (Salil) writes: >sdhc0 at pci0 dev 28 function 0: vendor 8086 product 31cc (rev. 0x06) This is the intel GLK SDHC controller. >sdmmc0: sdmmc_mem_enable failed with error 60 >sdmmc0: autoconfiguration error: couldn't enable card: 60 >Does anyone know the resolution? The sdhc

CVS commit: src/sbin/gpt

2022-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 22 00:25:52 UTC 2022 Modified Files: src/sbin/gpt: gpt.c resizedisk.c Log Message: Big-Endian fixes. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sbin/gpt/gpt.c cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sbin/gpt

2022-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 22 00:25:52 UTC 2022 Modified Files: src/sbin/gpt: gpt.c resizedisk.c Log Message: Big-Endian fixes. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sbin/gpt/gpt.c cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sbin/gpt

2022-11-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 20 11:57:02 UTC 2022 Modified Files: src/sbin/gpt: destroy.c gpt.c gpt.h resizedisk.c Log Message: Fix destroying and moving GPT header also for truncated/extended images. To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/gpt

2022-11-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 20 11:57:02 UTC 2022 Modified Files: src/sbin/gpt: destroy.c gpt.c gpt.h resizedisk.c Log Message: Fix destroying and moving GPT header also for truncated/extended images. To generate a diff of this commit: cvs rdiff

Re: Deadlock (maybe related to PR kern/56925)

2022-11-19 Thread Michael van Elst
ed to build the kernel (not modules) and install it. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Deadlock (maybe related to PR kern/56925)

2022-11-19 Thread Michael van Elst
USB drive being unplugged). Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Deadlock (maybe related to PR kern/56925)

2022-11-19 Thread Michael van Elst
mod is built for a GENERIC netbsd-9 amd64 kernel and might be sufficient. Why would the workstations require rebooting ? -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Local-only (non-ip) rpcbind(8)?

2022-11-18 Thread Michael van Elst
h...@spg.tu-darmstadt.de (Hauke Fath) writes: >> if (ipv6_only == 1 && >And here is where I naively would insert a commandline option flag to >disable all things non-local. Unless something like that already exists, >and I just didn't see it. >>

Re: Local-only (non-ip) rpcbind(8)?

2022-11-18 Thread Michael van Elst
h...@spg.tu-darmstadt.de (Hauke Fath) writes: >Hi, >can rpcbind(8) be set up to only use local transport, as opposed to >binding to interfaces? >The closest I seem to come to that goal is by specifying '-h 127.0.0.1', >which results in a pointless >Nov 18 15:45:05 HOST rpcbind: cannot bind

Re: Deadlock (maybe related to PR kern/56925)

2022-11-18 Thread Michael van Elst
joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes: >>> For a very long time (I don't remember if it was from 9.0 or 9.1), my >>> main server randomly panics or enters in a deadlock when it tries to >>> access to an iSCSI NAS. >> >> Can you provide information about the panic?

Re: Deadlock (maybe related to PR kern/56925)

2022-11-18 Thread Michael van Elst
joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes: > For a very long time (I don't remember if it was from 9.0 or 9.1), my >main server randomly panics or enters in a deadlock when it tries to >access to an iSCSI NAS. Can you provide information about the panic? kernel

Re: switched from 9.99 to 9.3, init dies

2022-11-17 Thread Michael van Elst
riccardo.mott...@libero.it (Riccardo Mottola) writes: >After the upgrade (which I believe is partially a downgrade, I don't >know when 9.3 was forked) boot dies with "panic: init died" apparently >in snprintf. I would guess that "upgrading" killed your libc. You can try to boot with -a (ask)

Re: More floppy oddities

2022-11-17 Thread Michael van Elst
michael.chepo...@gmail.com (Michael Cheponis) writes: >--7795b905eda356fd >Content-Type: text/plain; charset="UTF-8" ># scsictl sd1 format >/dev/rsd1: Check Condition on CDB: 1a 00 03 00 24 00 >SENSE KEY: No Additional Sense > ASC/ASCQ: No Additional Sense Information >I

Re: noob Question: How to format a floppy on a USB floppy disk drive (on RPi 4) ?

2022-11-15 Thread Michael van Elst
On Tue, Nov 15, 2022 at 04:04:05PM -0800, Michael Cheponis wrote: > Nov 15 23:42:22 arm64 /netbsd: [ 1728677.3990874] sd1(umass1:0:0): not > ready, data = 00 00 00 00 3a 00 00 00 00 00 > Nov 15 23:42:22 arm64 /netbsd: [ 1729062.2630115] sd1: detached > Nov 15 23:42:22 arm64 /netbsd: [

Re: noob Question: How to format a floppy on a USB floppy disk drive (on RPi 4) ?

2022-11-14 Thread Michael van Elst
ssthrough: adapter inconsistency" - "unknown error category %d from adapter" Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: noob Question: How to format a floppy on a USB floppy disk drive (on RPi 4) ?

2022-11-14 Thread Michael van Elst
michael.chepo...@gmail.com (Michael Cheponis) writes: >I would think 'fdformat' would work, but... >*arm64# ./fdformat -f /dev/rsd1 >*fdformat: Device `/dev/rsd1' does not support floppy formatting: >Inappropriate ioctl for device* Try 'scsictl sd1 format'.

Re: Used HDs

2022-11-11 Thread Michael van Elst
tgru...@gmail.com (Todd Gruhn) writes: >WOW! 15+ years? 9 10 no online positivePower-on hours count108926 5 200 140 yes online positiveReallocated sector count0 That's >12 years. Part of the equation is that it's running almost continously at a rather

Re: building new kernel on upgraded system

2022-11-09 Thread Michael van Elst
r0l...@freemail.hu (r0ller) writes: > Hi All,I've just tried to build a custom configured kernel on a > system that was installed originally as 9.1 and later upgraded to > 9.2 and 9.3. Executed in /usr/srcbuild.sh toolswhich ended successfully > but the (beginning part of the) summary looks

Re: Adding files to the NetBSD source tree

2022-11-09 Thread Michael van Elst
stephan...@googlemail.com (Stephan) writes: >Hallo, >1) Put the header file into sys/sys in the source tree: >2) Made sure it contains an (I think) RCS tag. RCS tags are maintained by the version control system. For most parts these are just documentation and you either leave them out or

Re: ECONNREFUSED no longer works

2022-10-30 Thread Michael van Elst
t...@netbsd.org (Tobias Nygren) writes: >$ nc -n -v 127.0.0.1 1234 ># hangs forever in connect(2) instead of exiting w/ connection refused. The logic in tcp_drop() got reversed: @@ -1042,17 +1017,12 @@ tcp_newtcpcb(int family, void *aux) struct tcpcb * tcp_drop(struct tcpcb *tp, int errno) {

Re: 9.99.104: panic in tcp_shutdown_wrapper

2022-10-29 Thread Michael van Elst
ozak...@netbsd.org (Ryota Ozaki) writes: >I've committed a possible fix. Could you try it? >Thanks, > ozaki-r I just got a NULL pointer dereference in tcp_ctloutput where the previous check for inp == NULL is also missing. [ 24837.756043] fp c0016794db70 tcp_ctloutput() at

Re: Using the audio(4) driver for recording under -current?

2022-10-27 Thread Michael van Elst
buh...@nfbcal.org (Brian Buhrow) writes: > hello. The hdaudio driver I'm using is a locally patched version to > work around an issue >where the driver doesn't configure the headphone jack correctly. >Specifically, it seems >the default configuration configures the jack for use with a

Re: Using the audio(4) driver for recording under -current?

2022-10-27 Thread Michael van Elst
buh...@nfbcal.org (Brian Buhrow) writes: >Then, to record: >cat /dev/sound2 > rawrecordingfile Can you just try the audiorecord command instead of 'cat' ?

Re: Using the audio(4) driver for recording under -current?

2022-10-26 Thread Michael van Elst
buh...@nfbcal.org (Brian Buhrow) writes: > hello. thanks for the feedback. In my case, recording doesn't work > for hdaudio or uaudio >devices. What's strange is that I would expect data to be taken from the >wrong input, >resulting in a file of silence, but I wouldn't expect kernel

Re: Using the audio(4) driver for recording under -current?

2022-10-26 Thread Michael van Elst
r...@sdf.org (RVP) writes: >Perhaps the correct ADC was not selected? See Section 10.6.1 in the Guide[1]. If I follow this and use "all available sources", I get twice the amount of data, the sources are interleaved in the input stream. hdafg0: ADC02 2ch: Mic In [Jack] hdafg0: ADC03 2ch: Mic

Re: Does any common mortals here (not programmers or sysads) use NetBSD as their daily productivity driver?

2022-10-11 Thread Michael van Elst
bl...@internode.on.net (Brett Lymn) writes: >On Wed, Sep 28, 2022 at 05:16:37PM +0530, Mayuresh wrote: >> >> - Laptop touchpad behaving erratically. (Workaround is to use external >> mouse - if that is workable. However even little unintentional touch can >> irk the touchpad.) >> >For this

Re: Growing sshd process count

2022-10-08 Thread Michael van Elst
On Sat, Oct 08, 2022 at 07:51:48AM +0530, Mayuresh wrote: > On Fri, Oct 07, 2022 at 02:14:09PM -0000, Michael van Elst wrote: > > Someone is brute-forcing your account passwords. > > Thanks. I think blacklistd is protecting me. > > But doesn't this qualify as a DDOS att

Re: Growing sshd process count

2022-10-07 Thread Michael van Elst
mayur...@acm.org (Mayuresh) writes: >On NetBSD 9.2 amd64 VPS I noticed system slowness and top showed too many >ssh processes - 49 to be precise. >I have blacklistd enabled and approximately in every 2 to 3 minutes a new >IP address is getting blocked. >Using console access I stopped ssh

Re: boothowto(9) options with Raspberry Pi

2022-10-05 Thread Michael van Elst
stephan...@googlemail.com (Stephan) writes: >Hello, >I am re-asking this question here because I have not received a reply >on port-arm@, surprisingly. >I am doing some experimentation with the Raspberry Pi for which I have >set up a serial connection to another computer. Now I=C2=B4d like to

Re: Working usb audio device on current?

2022-10-05 Thread Michael van Elst
a...@sdf.org (adr) writes: >On Mon, 3 Oct 2022, Michael van Elst wrote: >>>> Yes, almost all USB audio devices work. We don't support the audio 2.0 >>>> standard (that's the >= 192kHz 24bit devices). >>>> >>> Ok, thanks for the info. >>

Re: Working usb audio device on current?

2022-10-03 Thread Michael van Elst
a...@sdf.org (adr) writes: >On Mon, 3 Oct 2022, Michael van Elst wrote: >> a...@sdf.org (adr) writes: >> >>> Are usb audio devices working in other machines? I've been looking >>> at the tech-kern archives and I don't see any recent discussion on >>&

Re: Working usb audio device on current?

2022-10-03 Thread Michael van Elst
a...@sdf.org (adr) writes: >Are usb audio devices working in other machines? I've been looking >at the tech-kern archives and I don't see any recent discussion on >this. Yes, almost all USB audio devices work. We don't support the audio 2.0 standard (that's the >= 192kHz 24bit devices).

Re: Working usb audio device on current?

2022-10-02 Thread Michael van Elst
a...@sdf.org (adr) writes: >By the way, this is on an rpi4. xhci(4) still has issues with isochronous transfers, in particular with the USB3 chip used by rpi4.

CVS commit: src/sys/dev/dkwedge

2022-09-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Sep 27 17:04:52 UTC 2022 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Remove bogus assertions. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/dev/dkwedge/dk.c Please note that diffs are

CVS commit: src/sys/dev/dkwedge

2022-09-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Sep 27 17:04:52 UTC 2022 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Remove bogus assertions. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/dev/dkwedge/dk.c Please note that diffs are

<    1   2   3   4   5   6   7   8   9   10   >