- Thread Starter
- #26
The problem is known, but was dismissed because the question came from a FreeNAS user:
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:
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...
- dodder
- Replies: 7
- Forum: Web and Network Services