> Am 19.10.2024 um 15:46 schrieb Dan <d...@nnnne-o-o-o.com>: > > > Hello Mike, > > without investigating much I noticed these two lines: > > No home directory /nonexistent! > Logging in with home = "/".
As I wrote, I set up the _radicale user the same way as the port radicale-2.1.12p7 does. That includes a home directory of /nonexistent: _radicale:*:672:672:Radicale user:/nonexistent:/sbin/nologin For Radicale 2.x this works fine. No reason to think it wouldn’t work for Radicale 3.x. For comparison, here is the output from starting Radicale 2.1.12 from ports: # rcctl -d start radicale doing _rc_parse_conf radicale_flags empty, using default >< doing rc_check radicale doing rc_start doing _rc_wait_for_start doing rc_check No home directory /nonexistent! Logging in with home = "/". doing _rc_write_runfile (ok) # It logs the same lines. So I don’t believe this has anything to do with the timeout. > that could be related to the user home and the kind of stalling maybe > *permissive* error (?). Radicale is running fine. There is no stalling at that end. The problem seems to be buried somewhere in the /etc/rc.d/rc.subr code which seems to be waiting for something. > I believe to have done something like this compiling an old version of php by > myself. Huh? I don’t see any connection to my problem here. > Let me reopen my station and search for the file I produced to do > some more comparisons. > > > -Dan > > Oct 19, 2024 14:46:15 Mike Fischer <fischer+o...@lavielle.com>: > >> Hi! >> >> I’m trying to build an rc.d(8) script for a service that does not daemonize >> on OpenBSD 7.6 stable amd64. (Actually the service is a Python script, >> Radicale 3.3.0 to be precise.) >> >> Currently everything works but I’m getting a timeout from rcctl start. See >> section >