Re: crash kernel while backup to sshfs on Zenbook UM5401QAB

2024-09-14 Thread Brian Conway
latest snapshot. Brian Conway Owner RCE Software, LLC

Re: ODROID-H4: panic: aml_die aml_convert:2086

2024-07-04 Thread Brian Conway
On Thu, Jun 27, 2024, at 9:11 PM, Brian Conway wrote: > Greetings. I am testing out the new(ish) ODROID-H4 amd64 board > (https://www.hardkernel.com/shop/odroid-h4/) with add-on net card. I am > able to boot bsd.rd successfully, but bsd.mp fails with the above > error. Clipped er

ODROID-H4: panic: aml_die aml_convert:2086

2024-06-27 Thread Brian Conway
.mp follow. I have updated the board to the latest BIOS available. The results above are the same with 7.5-stable and the latest -current. Serial console access is easy, so happy to provide more information as needed (I don't think I can get an acpidump with just bsd.rd?). Thanks in advance

Re: Trouble with console on UART

2024-01-27 Thread Brian Conway
al daemons: cron. > Sat Jan 27 23:11:02 JST 2024 > > Something to do with /etc/ttys ? Yes. https://www.openbsd.org/faq/faq7.html#SerCon Brian Conway RCE Software, LLC

Re: OpenBSD installer partitioning has a problem!

2023-12-18 Thread Brian Conway
27; to 'p', but GPT partitions must > support up to 128 partitions. > > Thank you for your attention and help. I believe you are confusing disklabel slices and GPT partitions. Compare `fdisk -v sd0` and `disklabel sd0`, assuming an sd0 drive. Brian Conway

Re: Virtual Machine Debian - problems with date/time updating

2023-10-21 Thread Brian Conway
to the kernel boot parameters for the Linux VM: clocksource=tsc tsc=reliable In Alpine this is done with /etc/update-extlinux.conf and `update-extlinux`. I don't remember the details of Debian and its GRUB configuration, but I recall it being fairly straightforward. Brian Conway RCE Software, LLC

Re: newsyslog reports an error due to a capitalization of the Wheel group in config

2023-07-08 Thread Brian Conway
On Sat, Jul 8, 2023, at 6:03 PM, John Doe wrote: > This was simply caused by the group name being Wheel instead of > wheel in /etc/group or, if this is intentional, then it is caused by the > lowercase wheel in /etc/newsyslog.conf The wheel group is lowercase and has been since import 28

Re: "No O/S" after installing on old ALIX

2023-05-02 Thread Brian Conway
the (latest) BIOS. I assume sysupgrade would update the bootloader with each release in the same way that booting bsd.rd and running an install/upgrade does. Brian Conway RCE Software, LLC

Re: /var/db/kernel.SHA256 - kernel relinking

2023-04-10 Thread Brian Conway
On Mon, Apr 10, 2023, at 6:28 PM, Heppler, J. Scott wrote: > On a new amd64 install w/ install73.img there was a shutdown message > about kernel relinking failing. > > > A manual sha256 -h /var/db/KERNEL.SHA256 /bsd also failed - no such > file. > > My /var/db had kernel.SHA256 but no KERNEL.SHA256

Re: Can't record audio from USB microphone

2023-04-06 Thread Brian Conway
ely see two errors spewed out to dmesg: > uaudio0: can't set interface > audio1: failed to start recording > and another one thrown by aucat itself: > snd/1: audio device gone, stopping > after which aucat closes. Did you enable the recording sysctl? https://www.openbsd.org/faq/faq13.html#enablerec Brian Conway

Re: 404 running syspatch on armv7

2023-03-11 Thread Brian Conway
go up in the path, you will see what platforms are supported: https://cdn.openbsd.org/pub/OpenBSD/syspatch/7.2/ Brian Conway

Re: PF still blocks IGMP multicast control packets

2023-02-23 Thread Brian Conway
h option/packet combinations are blocked and which are not, I was just happy to no longer need extra rules to quiet the (option) logging. Brian Conway

Re: New Intel Jasper Lake system with one CPU pegged, ACPI/acpi0 issue?

2023-02-11 Thread Brian Conway
It also appears to mirror what's been discussed in this thread, which my search-fu was unable to find at the time: https://marc.info/?t=16642298181 Thanks. Brian Conway On Sat, Feb 11, 2023, at 1:30 PM, Brian Conway wrote: > Greetings. I'm testing a new AliExpress (unbra

New Intel Jasper Lake system with one CPU pegged, ACPI/acpi0 issue?

2023-02-11 Thread Brian Conway
Greetings. I'm testing a new AliExpress (unbranded) mini PC based on Intel Jasper Lake on the latest -current, running headless over serial console. All devices of note seem to be detected and run well (AHCI, NVME, I226-V ethernet), but one CPU is pegged at 100%. The only notable process doing a

Re: mail(1) "save" command straying from POSIX for missing filename

2022-12-18 Thread Brian Conway
On Sun, Dec 18, 2022, at 3:29 PM, Jason McIntyre wrote: > On Fri, Dec 16, 2022 at 02:21:41AM +, Tim Chase wrote: >> According to the POSIX definitions for mail(1) & mailx(1), the >> (s)ave command should save to "mbox" if the filename is not specified >> >> > Save the specified messages in the

Re: A hole in the default install 7.1

2022-10-05 Thread Brian Conway
On Wed, Oct 5, 2022, at 1:52 PM, anointedfig wrote: > peacemaker$ cat /etc/passwd > root:*:0:0:Charlie &:/root:/bin/ksh > daemon:*:1:1:The devil himself:/root:/sbin/nologin > operator:*:2:5:System &:/operator:/sbin/nologin Going to assume this is a joke/troll, but in the event that it is not: htt

Re: axen0: invalid buffer(pkt#1)

2022-03-28 Thread Brian Conway
he preceding 15+ years, not every two gigabit interfaces will link up every time, across every OS. That being said, I would imagine no media would be detected if that were the issue here. Brian Conway On Mon, Mar 28, 2022, at 7:30 PM, Ariel Popper wrote: > I don't knwo about you, but it&#x

Re: arm64 bootaa64 can load a kernel from non-'a' partition, but will only mount the 'a' partition on boot

2021-12-01 Thread Brian Conway
pdev != NODEV) > > + part = DISKPART(tmpdev); > > > > But I realize boot_file is gone and the 'original' boot_args is the > > bootargs array. I think your diff does make sense, but I don't think > > we should change the printf. > > >

Re: arm64 bootaa64 can load a kernel from non-'a' partition, but will only mount the 'a' partition on boot

2021-11-29 Thread Brian Conway
ping. Thanks! Brian Conway On Mon, Nov 15, 2021 at 4:20 PM Brian Conway wrote: > > I noticed that unlike amd64 and i386, arm64's bootaa64 supports > loading a kernel from a non-'a' partition (i.e. boot> sd0d:/bsd), > however the kernel does not respect that part

Copying data to a default/noasync filesystem on top of vnd(4) yields process/fs hang in needbuf state, but succeeds with softdep fs

2021-11-19 Thread Brian Conway
amp;& umount /mnt && vnconfig -u vnd0 && \ rm dest.fs; sleep 3; done Results A: hanging process/filesystem in 11 minutes, requiring hard reboot. Results B: still running after an hour. Perhaps the referenced "deep dark voodoo" of softdep is related to keeping Test B runn

arm64 bootaa64 can load a kernel from non-'a' partition, but will only mount the 'a' partition on boot

2021-11-15 Thread Brian Conway
?l=openbsd-cvs&m=160466957311120 (git 35fd387b3e5263176046603ff3e402ceeef58cf3) My attempt at a minimally-invasive patch to restore this functionality follows. Tested on RPi 3B+ and 3B, as those are the only arm64 devices I have. May not be idiomatic/good code. Thanks. Brian Conway diff --git sys/a

Copying data to a vnd(4) yields process hung in needbuf/D state, requiring hard reboot

2020-06-10 Thread Brian Conway
evant. Let me know if I can provide additional debugging, it's fairly easy to reproduce on this particular NUC. Thanks. Brian Conway OpenBSD 6.7 (GENERIC.MP) #182: Thu May 7 11:11:58 MDT 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8452431872 (806

Re: "Intel I219-V" rev 0x30: msiem0: The EEPROM Checksum Is Not Valid

2019-01-05 Thread Brian Conway
On Sat, Jan 5, 2019 at 2:53 AM Jonathan Gray wrote: > > Support for the coffee lake / cannon point mac was added without > hardware as it seems to be identical to the earlier one in most > respects. > > I found a case I missed: Great, thanks! Updated dmesg is below, and it passes any of the preli

"Intel I219-V" rev 0x30: msiem0: The EEPROM Checksum Is Not Valid

2019-01-04 Thread Brian Conway
17 and I218), I think this may just not be supported yet? A ure0 USB 3.0 adapter is working well in the meantime. Full dmesg follows, thanks. Brian Conway OpenBSD 6.4-stable (GENERIC.MP) #12: Fri Dec 21 07:05:06 UTC 2018 bcon...@b64-amd64.int.rcesoftware.com:/usr/src/sys/arch/amd64/compile/GENE

Re: Easily reproducible kernel panic on reboot with 2018-09-14 snapshot (amd64)

2018-09-30 Thread Brian Conway
sue with a standard OpenBSD installation. Like this report: https://marc.info/?l=openbsd-bugs&m=153523500410594&w=2 Brian Conway On Sun, Sep 30, 2018 at 2:30 AM, Jarkko Oranen wrote: > On Sat, 2018-09-29 at 14:21 -0600, Bob Beck wrote: >> Please give me some details of your setu

panic: kernel diagnostic assertion "vp->v_uvcount == 0" failed: file "/usr/src/sys/kern/kern_unveil.c", line 751

2018-08-13 Thread Brian Conway
cppi0 at isa0 port 0x61 spkr0 at pcppi0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (003ecd7288e6b97e.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted - Brian Conway

Re: kernel: protection fault trap during softraid detach on 6.0-stable

2016-09-24 Thread Brian Conway
orgot to mention that the same hardware and configuration ran 5.9-stable (and 5.8-stable before that) through many uneventful reboots. Thanks. Brian Conway On Fri, Sep 23, 2016 at 12:00 PM, Brian Conway wrote: > Greetings. I apologize in advance if this report is not helpful due to > a l

kernel: protection fault trap during softraid detach on 6.0-stable

2016-09-23 Thread Brian Conway
Greetings. I apologize in advance if this report is not helpful due to a less conventional disk setup (root on USB flash, SR RAID 1 on two 2TB drives). I've had the following crash twice now with 6.0-stable when attempting to reboot, at the point where it would normally say "sd3 detached": syncing

Re: INSTALL.octeon

2016-02-11 Thread Brian Conway
For GENERIC.MP support, you'll want to add 'coremask=0x3' also. Brian Conway On Feb 11, 2016 8:57 AM, "Cleber A. Nascimento" wrote: > Hi, > > I would like suggest some additional information about installing OpenBSD > to Octeon machines, happens in 5

Re: UDMA problem / slow disc performance compared to FreeBSD

2016-02-07 Thread Brian Conway
> pciide0 at pci0 dev 15 function 2 "AMD CS5536 IDE" rev 0x01: DMA, channel 0 > wired to compatibility, channel 1 wired to compatibility > wd0 at pciide0 channel 0 drive 0: > wd0: 1-sector PIO, LBA48, 30535MB, 62537328 sectors > UDMA2 detected: > wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA

Re: 5.9-beta macppc install loops partitioning step forever with read failed, pdisk: No valid block 1 on '/dev/wd0c'

2016-01-05 Thread Brian Conway
With the new 1/5 snapshot, the install completes successfully. Many thanks to krw@ and rpe@. The pdisk stderr stuff that I spoke with Robert about is still spit out, but fdisk follows that without issue. Brian Conway On Tue, Dec 29, 2015 at 3:18 PM, Brian Conway wrote: > I'm attempting

5.9-beta macppc install loops partitioning step forever with read failed, pdisk: No valid block 1 on '/dev/wd0c'

2015-12-29 Thread Brian Conway
expect to run the X Window System = no Setup a user = bconway Full name for user = Brian Conway Password for user = $2b$10$... What timezone are you in = UTC Use (W)hole disk = W Location of sets = http HTTP Server = mirror.esc7.net Set name(s) = -game* -x* - ai.log - System hostname? (

Drop to ddb on boot with "cpu1 failed to become ready" on 5.8-stable i386 (VirtualBox 5.x-specific)

2015-10-10 Thread Brian Conway
w. Thanks for your time. Brian Conway >> OpenBSD/i386 BOOT 3.26 boot> booting hd0a:/bsd: 9749372+1069036 [83+411760+405701]=0xb18eb8 entry point at 0x200120 [ using 818000 bytes of bsd ELF symbol table ] Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of

Re: OpenBSD CD-ROM installation media

2015-08-18 Thread Brian Conway
http://www.openbsd.org/errata57.html See 001. Brian Conway On Aug 18, 2015 6:41 AM, wrote: > Hello. > > I report a bug in OpenBSD sparc64 after 5.5 release, in 5.6 and 5.7. > > OBP no longer loaded cdrom OpenBSD install57.iso with error > OpenBSD IEEE 1275 Bootblock 1.4 &g