Question about strange behaviour of errdocs in httpd

2023-09-14 Thread Stephan Thomann
Hi All! I migrated some of my servers from Linux to OpenBSD and I appreciate this OS a lot. But I stumbled over two things when re-installing my web sites and services, for which I used initially relayd and httpd. After trying with different configurations and not finding anything related on

Re: Question about strange behaviour of errdocs in httpd

2023-09-14 Thread Matthias Pressfreund
Have you tried to add the $RESPONSE_CODE macro into your err.html file? It would help to figure out which response code httpd is actually sending. On 2023-09-14 11:00, Stephan Thomann wrote: > 1. The first question is related to httpd and handling of error pages (http > errors). I created a dire

panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock, curcpu()) == 0" failed

2023-09-14 Thread Mikhail
Just got this while launching chromium, laptop is completely locked after the panic. panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock, curcpu()) == 0" failed: file "/usr/src/sys/kern/sched_bsd.c", line 439 OpenBSD 7.3-current (GENERIC.MP) #1360: Fri Sep 8 19:01:03 MDT 2023 der

Re: panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock, curcpu()) == 0" failed

2023-09-14 Thread Claudio Jeker
On Thu, Sep 14, 2023 at 09:57:17PM +0300, Mikhail wrote: > Just got this while launching chromium, laptop is completely locked > after the panic. > > panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock, curcpu()) == > 0" failed: file "/usr/src/sys/kern/sched_bsd.c", line 439 This shou