Hi folks.
My workstation is a Mac (El Capitan), and I have a FreeBSD box on version 11.1 Release, running nginx on both. Both have the user commented out, yet I continue to get errors on the following commands on the FreeBSD box:
nginx.pid is owned by root/wheel.
So I'm confused again, as I have been in the past. The maintainer for nginx did not reply to me on this. I submitted it personally, never got an answer. I think this is important as it's a root / user permissions issue on a major app. I'm thinking I'm missing something, and it's just me. But I'm still confused. I have no errors on my Mac workstation.
Can someone please shed some light on where I'm going wrong? Any insight appreciated.
Cheers
My workstation is a Mac (El Capitan), and I have a FreeBSD box on version 11.1 Release, running nginx on both. Both have the user commented out, yet I continue to get errors on the following commands on the FreeBSD box:
Code:
$ nginx -t
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: [emerg] open() "/var/run/nginx.pid" failed (13: Permission denied)
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
$ nginx -s reload
nginx: [alert] kill(639, 1) failed (1: Operation not permitted)
nginx.pid is owned by root/wheel.
So I'm confused again, as I have been in the past. The maintainer for nginx did not reply to me on this. I submitted it personally, never got an answer. I think this is important as it's a root / user permissions issue on a major app. I'm thinking I'm missing something, and it's just me. But I'm still confused. I have no errors on my Mac workstation.
Can someone please shed some light on where I'm going wrong? Any insight appreciated.
Cheers