I haven't been able to figure this one out. Up until the last OS update to 10.6.7 this all worked fine:
I have a plist file (included below) located in /Library/LaunchDaemons/ to start mediatomb at system startup. When I start the system and check the status (because mediatomb isn't working) I get: [ryan@rnserv01 LaunchDaemons]$ sudo launchctl list | grep mediatomb - 1 mediatomb The above used to work, but now doesn't. I can then manually unload/load the plist and all is well again. [ryan@rnserv01 LaunchDaemons]$ ll -rw-r--r-- 1 root wheel 420 Mar 22 18:28 mediatomb.plist [ryan@rnserv01 LaunchDaemons]$ sudo launchctl unload mediatomb.plist [ryan@rnserv01 LaunchDaemons]$ sudo launchctl load mediatomb.plist [ryan@rnserv01 LaunchDaemons]$ sudo launchctl list | grep mediatomb 884 - mediatomb Now mediatomb behaves as it should. Here are the contents of the mediatomb.plist file <?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>mediatomb</string> <key>ProgramArguments</key> <array> <string>/sw/bin/mediatomb</string> <string>-c</string> <string>/sw/etc/mediatomb/config.xml</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist> I have no clue how to fix this. Anyone have any clues? I looked in the console logs and unfortunately didn't find anything - but that doesn't mean that I shouldn't look again. ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
