I have this slightly offtopic problem where daemontools refuses to start an openacs installation after switching from aolserver 3.3ad13 to aolserver 3.5.6. It just starts a few aolserver threads, which don't write anything to the server log, and can't be stopped afterwards with svc -d.
This was the run file before the change:
#!/bin/sh
source /etc/shell-mods.sh
exec /usr/local/aolserver/bin/nsd -u aolserver -g web -it /web/mig_target/etc/mig_target.tcl
after the change:
#!/bin/sh
source /etc/shell-mods.sh
exec /usr/local/aolserver3.5/bin/nsd -u aolserver -g web -it /web/mig_target/etc/mig_target.tcl
Both run files work when executed directly from the shell. Just when starting the server with svc -u with the second run file, it hangs forever. Even a full server restart doesn't change that behaviour.
Anyone experienced that before?