Kill any garbage PMS processes after the app goes away:
- Code: Select all
ps ax | grep 'PS3 Media Server.app' | grep -v grep | awk '{ print $1 }' | xargs kill -9
ps ax | grep 'PS3 Media Server.app' | grep -v grep | awk '{ print $1 }' | xargs kill -9Return to Mac OS X Specific Support
Users browsing this forum: No registered users and 3 guests