[MacPorts] #35258: php53-fpm @5.3.14 launching daemon script bug
MacPorts
noreply at macports.org
Thu Jul 19 17:14:28 PDT 2012
#35258: php53-fpm @5.3.14 launching daemon script bug
----------------------------+-----------------------------------------------
Reporter: holms@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.99
Keywords: | Port: php53-fpm
----------------------------+-----------------------------------------------
It's a really strange why this still haven't been noticed
{{{
Romans-MacBook:php53 holms$ cat
/Library/LaunchDaemons/org.macports.php53-fpm.plist
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd" >
<plist version='1.0'>
<dict>
<key>Label</key><string>org.macports.php53-fpm</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/bin/daemondo</string>
<string>--label=php53-fpm</string>
<string>--start-cmd</string>
<string>/opt/local/sbin/php-fpm53</string>
<string>;</string>
<string>--pid=exec</string>
</array>
<key>Debug</key><false/>
<key>Disabled</key><true/>
<key>KeepAlive</key><true/>
</dict>
</plist>
}}}
path to php-fpm is wrong it's:
{{{
Romans-MacBook:php53 holms$ ls /opt/local/sbin/ | grep fpm
php-fpm53.dSYM
}}}
and I was struggling for whole hour, what the hell is going on..
this port was installed with suhosin and debug flags. i'm on mountain lion
GM.
--
Ticket URL: <https://trac.macports.org/ticket/35258>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list