fw_update throwing exit 1 on successful install when passed a driver by name

2023-09-22 Thread Brian Conway
: add intel; update none 1 Brian Conway Owner RCE Software, LLC OpenBSD 7.4-beta (GENERIC.MP) #1373: Thu Sep 21 09:26:32 MDT 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4160446464 (3967MB) avail mem = 4014624768 (3828MB) random: good seed from bootblocks

Re: vmd(8): multi-process device emulation (plz test)

2023-04-30 Thread Brian Conway
On Sun, Apr 30, 2023, at 12:43 PM, Brian Conway wrote: > On Tue, Apr 25, 2023, at 9:47 AM, Dave Voutila wrote: >> tech@: >> >> The below diff splits out virtio device emulation for virtio block and >> network devices into separate fork+exec'd & pledge(2)'d

Re: vmd(8): multi-process device emulation (plz test)

2023-04-30 Thread Brian Conway
o page may be lost! The guest *appears* to run fine and reboots with a clean filesystem, but I also haven't gone through the filesystem with a comb. I have not had a chance to spin up an amd64 guest this weekend yet. Thanks! Brian Conway amd64 host dmesg: OpenBSD 7.3-current (GE

tmpfs: eject it

2023-04-19 Thread Brian Conway
strong, the attached diff expects removal of the following src files: regress/sys/ffs/tmpfs/* sbin/mount_tmpfs/* sys/tmpfs/* Diff successfully runs a full build + release. Thanks. Brian Conway Index: distrib/sets/lists/base/mi === RCS

Re: em(4) multiqueue

2023-04-13 Thread Brian Conway
On Thu, Apr 13, 2023, at 2:45 PM, Stuart Henderson wrote: > On 2023/04/13 13:30, Brian Conway wrote: >> Reviving this thread, apologies for discontinuity in mail readers: >> https://marc.info/?t=16564219358 >> >> After rebasing on 7.3, my results have mirrored

Re: em(4) multiqueue

2023-04-13 Thread Brian Conway
Intel_82574L_82574IT_GbE_Controller_brief.pdf indicates that the 82574L should have 2 queues? Anyway, great work, please let me know if there's more I can do to help this move forward. Brian Conway Lead Software Engineer, Owner RCE Software, LLC

Re: atactl: Update common SMART attribute names

2023-03-04 Thread Brian Conway
On Sat, Feb 25, 2023, at 4:43 PM, Brian Conway wrote: > The last times the attribute names were updated were 14 and 21 years > ago. Modern drives, especially SSDs, get a lot of Unknown columns from > the 'readattr' command. > > Attributes were coalesced from smartmonto

atactl: Update common SMART attribute names

2023-02-25 Thread Brian Conway
cific attributes and overrides were not attempted, as that's an imprecise art probably better left to smartmontools. Thanks for your time. Brian Conway RCE Software, LLC diff --git sbin/atactl/atactl.c sbin/atactl/atactl.c index aaba61502..c4a1d20d5 100644 --- sbin/atactl/atactl.c +++ sbin/

Re: [patch] Detect and mitigate uncontrolled ACPI GPE storms

2023-02-24 Thread Brian Conway
On Fri, Feb 24, 2023, at 6:52 AM, Dave Voutila wrote: > "Brian Conway" writes: > >> Greetings. I am soliciting feedback on a patch to detect and mitigate >> uncontrolled ACPI GPE interrupt storms. >> >> Rationale: There have been a number of threads in the

[patch] Detect and mitigate uncontrolled ACPI GPE storms

2023-02-23 Thread Brian Conway
report it to their BIOS/hardware vendor? Thank you for your time. Brian Conway [1] https://marc.info/?t=16642298181 [2] https://marc.info/?t=16649772664 [3] https://marc.info/?t=16735649053 [4] https://marc.info/?t=16761438961 [5] https://community.intel.com/t5/Intel-NUCs/APCI-GPE

Re: sshd reorder fails when comp72.tgz not installed

2023-01-27 Thread Brian Conway
Resolved in the latest snapshot, thank you. Brian On Thu, Jan 26, 2023, at 8:48 PM, Theo de Raadt wrote: > Ah of course. I will move the missing files into base. > > Brian Conway wrote: > >> Just a heads up, I was trying a few install variations of -current and >> noti

sshd reorder fails when comp72.tgz not installed

2023-01-26 Thread Brian Conway
0 "OpenBSD VMM Control" rev 0x00 vmmci0 at virtio3 virtio3: irq 7 isa0 at mainbus0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo com0: console vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (4d3a796cdb2bafb8.a) swap on sd0b dump on sd0b Brian Conway

Re: vnconfig: don't print device when passed as an argument

2022-10-03 Thread Brian Conway
fprintf(stderr, "%s: %llu bytes on %s\n", dev, vndio.vnd_size, file); Brian On Mon, Oct 3, 2022, at 10:56 AM, Brian Conway wrote: > In d52ebfd8e572596739b84b5138ef7c090a3dc442 > (https://marc.info/?t=16619957111), vnconfig was changed to

vnconfig: don't print device when passed as an argument

2022-10-03 Thread Brian Conway
neither, but not both. Thanks. Brian Conway Lead Software Engineer, Owner RCE Software, LLC Index: vnconfig.8 === RCS file: /cvs/src/sbin/vnconfig/vnconfig.8,v retrieving revision 1.7 diff -u -p -u -p -r1.7 vnconfig.8 --- vnconfig.8

Re: Silence vmd rtc_update_rega non-32KHz timebase spam

2021-12-08 Thread Brian Conway
Ping with complete diff. Thanks. Brian Conway diff --git usr.sbin/vmd/mc146818.c usr.sbin/vmd/mc146818.c index e3599c685..001c1a055 100644 --- usr.sbin/vmd/mc146818.c +++ usr.sbin/vmd/mc146818.c @@ -34,7 +34,6 @@ #include "vmd.h" #include "vmm.h" -#define MC_DIVIDE

Re: Silence vmd rtc_update_rega non-32KHz timebase spam

2021-11-18 Thread Brian Conway
It appears the MC_DIVIDER_MASK define can also be removed, my bad. Brian Conway On Thu, Nov 18, 2021 at 8:02 AM Brian Conway wrote: > > Per https://marc.info/?l=openbsd-misc&m=159113575425726 , mlarkin@ > suggested someone can remove it. It's still pretty spammy at the >

Silence vmd rtc_update_rega non-32KHz timebase spam

2021-11-18 Thread Brian Conway
Per https://marc.info/?l=openbsd-misc&m=159113575425726 , mlarkin@ suggested someone can remove it. It's still pretty spammy at the current time for me. Brian Conway Software Engineer, Owner RCE Software, LLC diff --git usr.sbin/vmd/mc146818.c usr.sbin/vmd/mc146818.c index e3

Re: PC Engines APU2 coming soon - how is OpenBSD's support so far?

2015-11-09 Thread Brian Conway
I meant positioning the whole case bottom-up (i.e. but the hot surface at the top). Brian Conway On Mon, Nov 9, 2015 at 9:28 AM, Chris Cappuccio wrote: > Brian Conway [bcon...@rcesoftware.com] wrote: >> >> Taking into account Mr. Cappuccio's advice on using thermal paste &g

Re: PC Engines APU2 coming soon - how is OpenBSD's support so far?

2015-11-06 Thread Brian Conway
s one stabilized at 51 C at idle. I haven't had a chance to do much benchmarking for higher temps yet, other than a run of `openssl speed` to warm it up. Brian Conway OpenBSD 5.8-current (GENERIC.MP) #1574: Thu Nov 5 22:51:41 MST 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/

Re: lighter sleep

2015-09-22 Thread Brian Conway
I recall this discussion on UTF-8 and locales: http://undeadly.org/cgi?action=article&sid=20150722182236 I imagine there was more elsewhere that I didn't see. Brian On Sep 22, 2015 7:07 AM, "Benny Lofgren" wrote: > On 2015-09-21 16:45, Mark Kettenis wrote: > >> From: Christian Weisgerber > >

ssh_config.5 sshd_config.5 - update cipher order

2015-08-10 Thread Brian Conway
h.com .Ed .Pp The list of available ciphers may also be obtained using the Brian Conway