I didn't see this on the mailing list so am trying again ...
Dell OptiPlex 7050
OpenBSD 7.5
php 8.3.10
lighttpd-1.4.74-mysql
I'm using root.
"*rcctl -df start lighttpd*" errors
"/daemonized server failed to start; check error log for details doing
_rc_rm_runfile (failed)/"
error.log says:
"...
(/usr/obj/ports/lighttpd-1.4.74-mysql/lighttpd-1.4.74/src/configfile.c.1981)
opening /dev/null failed: No such file or directory"
"...
(/usr/obj/ports/lighttpd-1.4.74-mysql/lighttpd-1.4.74/src/configfile.c.1935)
Opening errorlog failed: No such file or directory"
According to this:
https://www.reddit.com/r/openbsd/comments/nygjdm/lighttpd_cant_find_devnull_on_69/
there's supposed to be a directory here: /usr/sbin/chroot/ but chroot is
actually a file.
I'm not sure how to proceed to fix the dev/null problem ...
Thanks