Re: panic: rlphy_service: attempt to isolate phy

2010-09-06 Thread Greg Steuck
Alexander Nasonov wrote: OpenBSD 4.6 panics on my 4 core amd64 HP workstation when I do ifconfig -a. Same here with 4.8-current i386 on HP Mini 311. I did not try the patch yet: panic: rlphy_service: attempt to isolate phy Stopped at Debugger+0x4: popl%ebp RUN AT LEAST 'trace' AND

Wifi host AP thoughts

2011-01-01 Thread Greg Steuck
I was thinking of building a new wifi AP. The following is a stream of thoughts on the subject. Any constructive suggestions are welcome. Requirements: * Compatibility with Androids, Kindles, x86 Linux, OpenBSD wifi clients * Strong in-doors signal * Maximum control Nice to have: *

pkg_add exit status reporting

2018-10-09 Thread Greg Steuck
Hi Marc, I was trying to automate an installation script around pkg_add [0] and noticed some cases where error reporting and/or documentation could be improved. In particular, I want to have an "unattended" mode

dhclient vio0 -> Segmentation fault

2019-04-03 Thread Greg Steuck
April 2 snapshot misbehaves badly on Google Compute Engine. # dmesg | head OpenBSD 6.5 (GENERIC.MP) #839: Tue Apr 2 20:38:19 MDT 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # dhclient -v -d vio0 vio0: DHCPDISCOVER - interval 1 vio0: DHCPOFFER from

dhclient.leases.vio0: expecting colon delimited list of hex octets

2019-03-21 Thread Greg Steuck
I installed the Mar 21 snapshot on Google Compute Engine and noticed a curious entry on the system console: starting network vio0: /var/db/dhclient.leases.vio0 line 30: expecting colon delimited list of hex octets. vio0: option domain-search c. vio0: ^ vio0: bound to

Re: ftp: child terminated: signal 11

2019-05-15 Thread Greg Steuck
> > I am preparing a diff to not crash on an invalid URI. Meanwhile, > IIRC, a valid file URI must one of file:/path, file:///path or > file://hostname/path. While omitting hostname, the slash should > not be omitted. Does file:///disklabel.template work? > Thanks Sunil,

ftp: child terminated: signal 11

2019-05-15 Thread Greg Steuck
Looks like new ftp is not quite a drop-in replacement for the old one. My install script[1] that worked for in May 12 snapshot is broken in May 15. Most likely it's because of file:// url, but I haven't root-caused it. [1]

amd64 May 12 snapshot: extent_alloc_region: extent `ioport' (0x0 - 0xffff)

2019-05-13 Thread Greg Steuck
My snapshot installation routine[1] worked for May 11th snapshots and breaks on May 12. I have a reason to suspect fowl play by QEMU (running on Linux) because I can only trigger the error when the same instance that just finished the install then fails to reboot into a newly installed system. If

arpresolve: 10.128.0.1: route contains no arp information

2019-05-15 Thread Greg Steuck
Looks like I'm on a roll with finding snapshot bugs today. May 15 snapshot (unlike May 11) experiences arp problems on Google Compute. Full dmesg way below, but in general it appears dhclient is not getting what it wants and keeps on asking. # arp -an Host Ethernet

Is siteXX.tgz working in snapshots?

2019-05-08 Thread Greg Steuck
I have a script[1] which I run when "things change" to keep openbsd syzbot current. Something changed between Apr 2 and now that made my install procedure no longer execute install.site which I pack into siteXX.tgz. I checked that siteXX is making it into the iso image that I use for installation

May 7 snap broken, ld.so: ld: can't load library 'libc++.so.2.2'

2019-05-07 Thread Greg Steuck
This is presumably already fixed by "Sync after libc++ bump", but in case somebody else hits it... The amd64 snapshot with this signature: RWSZaRmt1LEQT+LPpgKcdukqjs3m1yYLE+J4zXB8YQ/iylbA3a/1IW31M6W9qKI+yIOxrbWghPno0HTSgbBfDyBZGwHWggiJBw4= ... produces these errors upon reboot into the newly

acpi interrupt storm on HP EliteBook 840 G1

2019-10-13 Thread Greg Steuck
I have a Hewlett-Packard HP EliteBook 840 G1 amd64 machine exhibiting strange bouts of acpi0 interrupt storms. Depending on some undetermined factor after a reboot the machine may come up with acpi0 interrupts firing 5k times per second. This boggles the machine down. There's a sure fire way to

/bin/sh: ctags: Argument list too long (make tags)

2020-03-28 Thread Greg Steuck
Apparently the number files in kern is on the hairy edge of ARG_MAX on openbsd 6.6-current amd64. If I run the same command in /usr/src, it works making the problem easy to ignore until more files are added. Should ctags grow an option to take a list of inputs from a file or is -a smart enough to

OK to GC net/hpodder?

2020-05-24 Thread Greg Steuck
The upstream has ceased hpodder development over 8 years ago. The port has to be updated every time GHC is released and for all other infrastructure changes. Even though we have enough patches for the code to compile with GHC 8.10, there needs to be somebody who runs this package to test it. Hence

Slow umass(4) on xhci(4)

2022-06-04 Thread Greg Steuck
I observe ~90x difference in bandwidth between Linux and OpenBSD on the same hardware. The test case is reading big files from a USB-attached flash drive[0]. The drive is plugged into a sole USB-c port on the back of the motherboard. On Linux I get about 900MB/s. OpenBSD shows ~10MB/s: # dd

Re: Slow umass(4) on xhci(4)

2022-06-07 Thread Greg Steuck
Greg Steuck writes: > I was somehow sure I tried rsd1i before, but now I can see a 17x > difference: > > # dd if=/dev/rsd1i of=/dev/null bs=1M count=1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 6.038 secs (173,659,835 bytes/sec) I

Re: Slow umass(4) on xhci(4)

2022-06-05 Thread Greg Steuck
Mike Larkin writes: > On Sat, Jun 04, 2022 at 06:24:36PM -0700, Greg Steuck wrote: >> I observe ~90x difference in bandwidth between Linux and OpenBSD on the >> same hardware. The test case is reading big files from a USB-attached >> flash drive[0]. The drive is plugged i

Re: hw RNG on APUs

2023-04-20 Thread Greg Steuck
"Theo de Raadt" writes: > Maybe the driver is broken. > > Maybe it fails to initialize it. Maybe in other cases, the BIOS initializes > it. > > So maybe on this machine, it is broken, but on other machines it is > not broken. Indeed, it works e.g. on this machine. ccp0 at pci9 dev 0 function

Re: fido2 hardware key with PIN in browsers

2023-04-09 Thread Greg Steuck
rsyk...@disroot.org writes: > Fabio Martins wrote: >> About your question, I believe you need to do a tail -f /var/log/messages > > this is what I see after pluging the key in the computer: > > Apr 7 19:02:06 odin /bsd: uhidev1 at uhub0 port 1 configuration 1 interface > 1 "GoTrust Idem Key"

Re: Virtio fix for testing

2023-08-12 Thread Greg Steuck
Andrew Cagney writes: > Ref: https://marc.info/?l=openbsd-tech=168458764424059=2 > https://marc.info/?l=openbsd-misc=168071258109433=2 I see you found a similar issue and even a fix, good job. I believe misc@ is a better place for such questions, so I'm cc'ing that. > Is there a way to get an