Opened 12 years ago
Closed 12 years ago
#35258 closed defect (duplicate)
php53-fpm @5.3.14 launching daemon script bug
Reported by: | holms (Roman Gorodeckij) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.99 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | php53-fpm |
Description
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.
Change History (1)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #31617, for which I unfortunately still have no explanation. If anyone can explain it and offer a way to prevent it, for those few users who experience it, please add a comment there.