Hi,
I'm using 13.4-RELEASE-p2 in a TrueNAS jail. It has worked for months without issues. But now I run into the problem that fcgiwrap won't start and I don't know why.
rc.conf:
The socket /var/run/fcgiwrap/fcgiwrap.sock is not created, but an empty /var/run/fcgiwrap/fcgiwrap.pid is present. I've created a vanilla 13.4 VM and it works without issues there. But in my jail it fails and I don't know why. Starting fcgiwrap manually works as well:
So it appears there's an issue with how fcgiwrap is launched by “service fcgiwrap start”. How to find out what's wrong?
version: fcgiwrap-1.1.0_12
I'm using 13.4-RELEASE-p2 in a TrueNAS jail. It has worked for months without issues. But now I run into the problem that fcgiwrap won't start and I don't know why.
rc.conf:
Code:
fcgiwrap_enable="YES"
fcgiwrap_user="www"
fcgiwrap_group="www"
fcgiwrap_socket_owner="www"
fcgiwrap_socket_group="www"
fcgiwrap_socket_mode="0660"
Code:
root@www:~ # service fcgiwrap status
fcgiwrap is not running.
root@www:~ # service fcgiwrap start
Starting fcgiwrap. <5s pause>
chmod: /var/run/fcgiwrap/fcgiwrap.sock: No such file or directory
root@www:~ # service fcgiwrap status
fcgiwrap is not running.
The socket /var/run/fcgiwrap/fcgiwrap.sock is not created, but an empty /var/run/fcgiwrap/fcgiwrap.pid is present. I've created a vanilla 13.4 VM and it works without issues there. But in my jail it fails and I don't know why. Starting fcgiwrap manually works as well:
Code:
root@www:~ # fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.sock
→ runs and socket is created
So it appears there's an issue with how fcgiwrap is launched by “service fcgiwrap start”. How to find out what's wrong?
version: fcgiwrap-1.1.0_12