문제

I tried to service varnish start but it won't start.

/etc/init.d/varnish: 33: ulimit: error setting limit (operation not permitted)
/etc/init.d/varnish: 36: ulimit: error setting limit (operation not permitted)
 * Starting HTTP accelerator varnishd    [fail]
/var/run/varnishd.pid: permission denied
도움이 되었습니까?

해결책

just run sudo service varnish start

or if it is already running

sudo service varnish restart

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top