Tuesday 19 May 2015

ZendServer_init has not been started because it does not have the proper security settings

Here's the error I'm getting

“Library/StartupItems/ZendServer_init” has not been started because it does not have the proper security settings.  

And in the log file a 'zend server fix Symbolic links issue' warning.



I'm using Mac OsX Mavericks


$ ls -la /Library/StartupItems/ZendServer_init
total 32
drwxr-xr-x 5 root zend 170 Oct 28 11:44 .
drwxr-xr-x 3 root wheel 102 Nov 12 12:59 ..
-rw-r--r-- 1 root zend 274 Oct 3 2011 StartupParameters.plist
-rwxr-xr-x 1 root zend 312 Oct 3 2011 ZendServer_init
-rwxr-xr-x 1 root zend 5097 Mar 11 2013 zendctl.sh

$ sudo chown -R root:wheel /Library/StartupItems/ZendServer_init

$ ls -la /Library/StartupItems/ZendServer_init
total 32
drwxr-xr-x 5 root wheel 170 Jun 25 08:20 .
drwxr-xr-x 4 root wheel 136 Oct 31 11:45 ..
-rw-r--r-- 1 root wheel 274 Oct 3 2011 StartupParameters.plist
-rwxr-xr-x 1 root wheel 312 Oct 3 2011 ZendServer_init
-rwxr-xr-x 1 root wheel 5097 Mar 11 2013 zendctl.sh

No comments: