Re: Can't compile ruby passenger ports 6.8

2020-12-27 Thread Stuart Henderson
On 2020-12-25, Mik J wrote: > Hello, > It has been many releases that I systematically have a problem compiling > ruby-passenger in the portsDo you know what could be the issue ? No idea, but it works fine in bulk builds, so have a look at how you have configured things for building ports on you

xterm dies

2020-12-27 Thread Björn Gohla
Hi All, Since updating to snapshot a few days ago I've been having problems with xterm randomly dying. I was able to capture this on another terminal: 16:51:12 bgohla@titanic[1] ~ $ xterm: Error 50, errno 35: Resource temporarily unavailable Reason: in_put: select() failed 16:51:12 bgohla@titanic

Re: xterm dies

2020-12-27 Thread Theo de Raadt
Probably fixed by: CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/12/23 06:53:45 Modified files: sys/kern : kern_event.c Log message: Clear error before each iteration in kqueue_scan() This fixes a

misc panics

2020-12-27 Thread Bastien Durel
Hello, While in vacation, my home router crashed. I power-cycled it as soon as I returned, as console was unresponsive (I access it via serial console, so lines in following traces may be truncated) I then crashed a few seconds after finished boot : OpenBSD/amd64 (fremen.geekwu.org) (tty00)

Re: xterm dies

2020-12-27 Thread
Theo de Raadt writes: > Probably fixed by: > > CVSROOT:/cvs > Module name:src > Changes by: v...@cvs.openbsd.org2020/12/23 06:53:45 > > Modified files: > sys/kern : kern_event.c > > Log message: > Clear error before each ite

Re: misc panics

2020-12-27 Thread Stuart Longland
On 28/12/20 3:56 am, Bastien Durel wrote: After that I got a (maybe) endless loop of panics inducing panics (I did not got the output, it was cycling fast), and after that the /bsd file was left empty : OpenBSD/amd64 BOOT 3.52 boot> NOTE: random seed is being reused. booting hd0a:/bsd: read

Re: misc panics

2020-12-27 Thread Stuart Henderson
On 2020-12-27, Stuart Longland wrote: > Seems awfully strange for `/bsd` to become zero-length out-of-the-blue. Not if it crashed at a bad point in "reorder_kernel". I would try GENERIC instead of GENERIC.MP to see if there's any change.