Re: lighttpd in openbsd - cant find devnull

2024-08-20 Thread David Colburn
So, I'm at a dead end atm. It was a clean install - OpenBSD 7.5, php 8.3.10, lighttpd-1.4.74-mysql What should have worked (Stuart's instructions) didn't. 'chroot' locations are as listed (see following). Where do I go from here, please? Is it possible that the lighttpd.conf from lighttpd-1.4

Analyze OpenBSD songs (Puff the Barbarian)

2024-08-20 Thread Alireza Arzehgar
Hi. I have a definitively misc question about the "Puff the Barbarian" song. Actually I'm not a OpenBSD developer or even an experienced system developer. But I enjoy OpenBSD songs. In mentioned song, we can see following text: > Broke down the guard > Cause math is hard > Saw McNealy on his thron

diskless boot openbsd using debian server: issues with nfs UDP vs. TCP connection

2024-08-20 Thread Sandeep Gupta
Hello, I am trying to net boot OpenBSD on Raspberry Pi. The netboot server is running on Debian. So far UEFI bootloader comes up and loads bsd which tries to mount the root. However, it seems bsd can only use UDP connections for NFS mount. The debian only supports TCP connections ( https://bug

Re: diskless boot openbsd using debian server: issues with nfs UDP vs. TCP connection

2024-08-20 Thread Sandeep Gupta
I got this fixed. There is a way to turn on udp connection for nfs on debian via /etc/nfs.conf: https://groups.google.com/g/linux.debian.user/c/Da_aYR2c7qk?pli=1 On Wed, Aug 21, 2024 at 11:38 AM Sandeep Gupta wrote: > Hello, > > I am trying to net boot OpenBSD on Raspberry Pi. The netboot serve