MAC OS Yosemite Autostart
MAC OS Yosemite Autostart
Hello,
Zend Server not starting automatically on MAC OS Yosemite. I think the problem is in /Library/StartupItems/ZendServer_init script, because in Yosemite /System/Library/LaunchDaemons/com.apple.SystemStarter.plist and /sbin/SystemStarter no longer exists. Any workaround?
Zend Server not starting automatically on MAC OS Yosemite. I think the problem is in /Library/StartupItems/ZendServer_init script, because in Yosemite /System/Library/LaunchDaemons/com.apple.SystemStarter.plist and /sbin/SystemStarter no longer exists. Any workaround?
-
- Posts: 11
- Joined: Fri Oct 26, 2012 7:27 am
Re: MAC OS Yosemite Autostart
I do have the same problem.
There ist a problem with mysql too.
I installed complete new, and it doesn't work now.
There ist a problem with mysql too.
I installed complete new, and it doesn't work now.
-
- Posts: 11
- Joined: Fri Oct 26, 2012 7:27 am
Re: MAC OS Yosemite Autostart
Starting mySql will give back an error too.
sudo /usr/local/zend/mysql/bin/mysql.server start
Starting MySQL
.. ERROR! The server quit without updating PID file (/usr/local/zend/mysql/data/Dev-MacBook-Pro.local.pid).
sudo /usr/local/zend/mysql/bin/mysql.server start
Starting MySQL
.. ERROR! The server quit without updating PID file (/usr/local/zend/mysql/data/Dev-MacBook-Pro.local.pid).
Re: MAC OS Yosemite Autostart
MySQL in Zend Server use same startup mechanism. I am using MariaDB as alternative from Homebrew.
-
- Posts: 11
- Joined: Fri Oct 26, 2012 7:27 am
Re: MAC OS Yosemite Autostart
There must be available another solution ;-)
I do have a clean Yosemite Installation, and I paied for Zend Server, and it doesnn't work.
I do have a clean Yosemite Installation, and I paied for Zend Server, and it doesnn't work.
Re: MAC OS Yosemite Autostart
I just noticed after the upgrade to yosemite I also can't start manually apache:
httpd: Syntax error on line 450 of /usr/local/zend/apache2/conf/httpd.conf: Syntax error on line 1 of /usr/local/zend/etc/sites.d/zend-default-vhost-10088.conf: Include directory '/usr/local/zend/etc/sites.d/http/__default__/0' not found
-e /usr/local/zend/bin/apachectl start [FAILED]
It looks like the include directory /usr/local/zend/etc/sites.d/http disappeared
httpd: Syntax error on line 450 of /usr/local/zend/apache2/conf/httpd.conf: Syntax error on line 1 of /usr/local/zend/etc/sites.d/zend-default-vhost-10088.conf: Include directory '/usr/local/zend/etc/sites.d/http/__default__/0' not found
-e /usr/local/zend/bin/apachectl start [FAILED]
It looks like the include directory /usr/local/zend/etc/sites.d/http disappeared
Re: MAC OS Yosemite Autostart
Hi,
I upgraded from Mavericks to Yosemite and after starting of zend/apache got the following error :
Include directory /usr/local/zend/etc/sites.d/http/__default__/0 not found
The reason is that http/__default__/0 disappeared.
The solution is:
In directory /usr/local/zend/etc/sites.d just make directory http/__default__/0
So:
cd /usr/local/zend/etc/sites.d
mkdir -p http/__default__/0
I upgraded from Mavericks to Yosemite and after starting of zend/apache got the following error :
Include directory /usr/local/zend/etc/sites.d/http/__default__/0 not found
The reason is that http/__default__/0 disappeared.
The solution is:
In directory /usr/local/zend/etc/sites.d just make directory http/__default__/0
So:
cd /usr/local/zend/etc/sites.d
mkdir -p http/__default__/0
Re: MAC OS Yosemite Autostart
This not resolving autostart problem.vask4616 wrote:Hi,
I upgraded from Mavericks to Yosemite and after starting of zend/apache got the following error :
Include directory /usr/local/zend/etc/sites.d/http/__default__/0 not found
The reason is that http/__default__/0 disappeared.
The solution is:
In directory /usr/local/zend/etc/sites.d just make directory http/__default__/0
So:
cd /usr/local/zend/etc/sites.d
mkdir -p http/__default__/0
Re: MAC OS Yosemite Autostart
Same issue, here, even tried with a fresh install on a new mac and ZendServer does not deploy.
Re: MAC OS Yosemite Autostart
Same problem here after the update. Reinstalling Zend Server didn't fix the problem.