Re: Some Framework Laptops fail to resume from zzz

2021-12-19 Thread Aaron Bieber
Renato Aguiar writes: > "Mark Kettenis" writes: > >>> Date: Tue, 14 Dec 2021 22:54:48 + >>> From: Renato Aguiar >>> >>> "Mark Kettenis" writes: >>> >>> > >>> > Does the diff below help? >>> > >>> > >>> > Index: dev/ic/dwiic.c >>> >

Re: OpenBSD/amd64: xfce screensaver/lock is not interruptible, only mouse pointer visible on blank screen, no password prompt

2021-11-16 Thread Aaron Bieber
Matthieu Herrb writes: > On Mon, Nov 15, 2021 at 11:50:41AM +0100, Peter N. M. Hansteen wrote: >> On Sun, Nov 14, 2021 at 12:25:45PM +0100, Matthieu Herrb wrote: >> > On Sun, Nov 14, 2021 at 10:44:40AM +0100, Peter N. M. Hansteen wrote: >> > > On Sat, Nov 13, 2021 at 12:16:22PM +0100, Matthieu

Re: Crash when unplugging a UPS USB connection

2021-08-09 Thread Aaron Bieber
Mike Larkin writes: > On Fri, Aug 06, 2021 at 08:45:06AM -0600, Aaron Bieber wrote: >> >> joshua stein writes: >> >> > On Thu, 05 Aug 2021 at 12:41:56 -0600, Aaron Bieber wrote: >> >> >> >> Martin Pieuchot writes: &g

Re: Crash when unplugging a UPS USB connection

2021-08-05 Thread Aaron Bieber
Martin Pieuchot writes: > On 05/08/21(Thu) 09:41, Aaron Bieber wrote: >> >> Stuart Henderson writes: >> >> > On 2021/07/13 01:29, Anindya Mukherjee wrote: >> >> I have a Cyber Power CP1500PFCLCDa UPS and get exactly the same crash on >&g

Re: Crash when unplugging a UPS USB connection

2021-08-05 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/07/13 01:29, Anindya Mukherjee wrote: >> I have a Cyber Power CP1500PFCLCDa UPS and get exactly the same crash on the >> latest snapshot if the USB cable is unplugged. My dmesg is very similar so >> I've >> omitted it, but I'd also be happy to help debug this

Re: Crash when unplugging a UPS USB connection

2021-08-05 Thread Aaron Bieber
Mike writes: > Another user on misc@ confirmed this, so I am submitting it to bug@. > > Please let me know if I need to do anything else. > > Many thanks! > Mike. > > > > > I run NUT on OpenBSD to monitor a Cyperpower UPS. The UPS plugs into > the OpenBSD box via a USB connection. > > OpenBSD

Re: Intel 82574L: cannot find mem space

2020-11-21 Thread Aaron Bieber
On Sat, 21 Nov 2020 at 16:34:55 +0100, Mark Kettenis wrote: > > Date: Sat, 21 Nov 2020 13:04:40 +0100 (CET) > > From: Mark Kettenis > > > > > From: Aaron Bieber > > > Date: Fri, 20 Nov 2020 17:04:57 -0700 > > > > > > Hi! > > >

Re: protection fault while building kernel

2020-07-16 Thread Aaron Bieber
Aaron Bieber writes: > On the snapshot form 15-Jul-2020, while attempting a kernel build, I > received this fault: https://i.imgur.com/oiIqQKy.jpg > > I have the 'ps' shots as well, I can upload if anyone thinks it will > help. and dmesg: OpenBSD 6.7-current (GENERIC.MP) #351

protection fault while building kernel

2020-07-16 Thread Aaron Bieber
On the snapshot form 15-Jul-2020, while attempting a kernel build, I received this fault: https://i.imgur.com/oiIqQKy.jpg I have the 'ps' shots as well, I can upload if anyone thinks it will help. -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

Re: Xorg hangs on recent snapshots

2020-02-05 Thread Aaron Bieber
On Wed, 05 Feb 2020 at 20:29:31 +0100, William Orr wrote: > > Hey, > > On recent a snap (04/02/2020), the unpriv'ed process of Xorg seems to hang, > becoming totally unresponsive. Running `ktrace` on the process fails to log > any output. `top` shows that the process is waiting on `fsleep`. I'm

PPPoE panic on Octeon

2019-11-19 Thread Aaron Bieber
Hi, PPPoE on octeon seems to have a bug that causes a panic. The following config is enough to hit it my USG-PRO-4: # /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev cnmac1 authproto chap \ description test \ up To test this I have cnmac1

Re: Panic with pf 'once' rule

2019-07-09 Thread Aaron Bieber
I get the panic when the rule is in an anchor as well. PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE >> On Jul 7, 2019, at 4:39 PM, Mike Belopuhov wrote: >  > Aaron Bieber writes: > >> Hi, >> >> Adding a rule similar to the

Panic with pf 'once' rule

2019-07-05 Thread Aaron Bieber
Hi, Adding a rule similar to the below causes a panic on -current (OpenBSD 6.5-current (GENERIC) #95: Thu Jul 4 21:22:25 MDT 2019). This also panics 6.3 and 6.5 (I didn't test 6.4): pass in quick on egress proto tcp from any to port once rdr-to \ 127.0.0.1 port Once the

vmd terminates vms without an explicit "boot" line

2018-01-25 Thread Aaron Bieber
Hola! This one is a bit funky. I just setup a new server with Hetzner. When I try to boot vms on it, they only start when I have a "boot" entry specified. Anything that uses the bios (doesn't have a boot entry) fails fairly silently. I can take the same config (without a boot entry) on my x240,

Re: vmd: owner feature and vms started as root

2017-12-01 Thread Aaron Bieber
On Thu, Nov 30, 2017 at 01:31:49AM +0100, Sebastian Benoit wrote: > Hi, > > i have a vm defined in vm.conf like this: > > vm "b1" { > disable > memory 1G > owner benoit > ... > > I start the vm: > > [root@blap:/etc]# vmctl start b1 > vmctl: started vm 1 successfully, tty

Re: "pkg_info -Q" very slow

2017-08-04 Thread Aaron Bieber
On Fri, Aug 04, 2017 at 11:12:01AM -0400, Michael Reed wrote: > $ sysctl -n kern.version > OpenBSD 6.1-current (GENERIC.MP) #44: Thu Aug 3 12:12:07 MDT 2017 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > - > > It looks like PkgInfo.pm revision 1.45

Re: panic: Stopped at kqueue_scan

2017-07-08 Thread Aaron Bieber
On Fri, Jul 07, 2017 at 12:51:05PM +0200, Martin Pieuchot wrote: > On 06/07/17(Thu) 21:18, Juan Francisco Cantero Hurtado wrote: > > On Thu, Jul 06, 2017 at 08:29:39AM -0600, Aaron Bieber wrote: > > > Hola, > > > > > > For roughly a week I have been able to re

Re: panic: Stopped at kqueue_scan

2017-07-06 Thread Aaron Bieber
On Thu, Jul 06, 2017 at 01:25:38PM -0400, Ted Unangst wrote: > Aaron Bieber wrote: > > For roughly a week I have been able to reliably produce panics on > > amd64 (virtual machine and physical machine) using disk IO heavy > > applications (gitea, syncthing). >

panic: Stopped at kqueue_scan

2017-07-06 Thread Aaron Bieber
Hola, For roughly a week I have been able to reliably produce panics on amd64 (virtual machine and physical machine) using disk IO heavy applications (gitea, syncthing). Unfortunately on the physical machine - the one I can reliably panic within < 1 minute - I don't have a serial console, so