system launchd agent error starting/stopping system processes

demet8

Registered
I installed PHP 5.4 via brew package manager. I kept the system Apache & configured it to work with this version of PHP rather than the system copy. I used launchctl (sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist) to load apache automatically on boot. I created a Sites folder for Mountain Lion and opened http://localhost/index.php and got the standard PHP 5.4 system config page showing that everything is working fine. I checked my system logs just to be sure nothing was out of the ordinary and I am seeing these errors in my log even though everything seems to be fine and I am not seeing system crashes, slow runtimes, etc, any ideas of how I can fix this?:

9/5/12 2:38:51.292 PM com.apple.launchd[1]: (org.freeradius.radiusd[3055]) Exited with code: 1 9/5/12 2:38:51.292 PM com.apple.launchd[1]: (org.freeradius.radiusd[3055]) Exited with code: 1 9/5/12 2:38:51.292 PM com.apple.launchd[1]: (org.freeradius.radiusd) Throttling respawn: Will start in 10 seconds 9/5/12 2:38:56.686 PM com.apple.launchd[1]: (org.isc.named[3056]) Exited with code: 1 9/5/12 2:38:56.686 PM com.apple.launchd[1]: (org.isc.named) Throttling respawn: Will start in 10 seconds 9/5/12 2:39:01.328 PM com.apple.launchd[1]: (org.freeradius.radiusd[3057]) Exited with code: 1 9/5/12 2:39:01.328 PM com.apple.launchd[1]: (org.freeradius.radiusd) Throttling respawn: Will start in 10 seconds 9/5/12 2:39:06.700 PM com.apple.launchd[1]: (org.isc.named[3058]) Exited with code: 1 9/5/12 2:39:06.700 PM com.apple.launchd[1]: (org.isc.named) Throttling respawn: Will start in 10 seconds 9/5/12 2:39:11.359 PM com.apple.launchd[1]: (org.freeradius.radiusd[3060]) Exited with code: 1 9/5/12 2:39:11.359 PM com.apple.launchd[1]: (org.freeradius.radiusd) Throttling respawn: Will start in 10 seconds 9/5/12 2:39:16.715 PM com.apple.launchd[1]: (org.isc.named[3061]) Exited with code: 1 9/5/12 2:39:16.715 PM com.apple.launchd[1]: (org.isc.named) Throttling respawn: Will start in 10 seconds

9/5/12 2:43:17.060 PM named[3171]: starting BIND 9.8.1-P1 -f 9/5/12 2:43:17.060 PM named[3171]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe ' 9/5/12 2:43:17.064 PM named[3171]: /private/etc/named.conf:4: open: /etc/rndc.key: file not found 9/5/12 2:43:17.064 PM named[3171]: loading configuration: file not found 9/5/12 2:43:17.064 PM named[3171]: exiting (due to fatal error) 9/5/12 2:43:17.065 PM com.apple.launchd[1]: (org.isc.named[3171]) Exited with code: 1 9/5/12 2:43:17.065 PM com.apple.launchd[1]: (org.isc.named) Throttling respawn: Will start in 10 seconds 9/5/12 2:43:22.164 PM com.apple.launchd[1]: (org.freeradius.radiusd[3173]) Exited with code: 1 9/5/12 2:43:22.164 PM com.apple.launchd[1]: (org.freeradius.radiusd) Throttling respawn: Will start in 10 seconds 9/5/12 2:43:27.075 PM named[3174]: starting BIND 9.8.1-P1 -f

Process: SleepServicesD [48] Path: /System/Library/CoreServices/SleepServicesD Identifier: SleepServicesD Version: 1.43 Code Type: X86-64 (Native) Pare
 
Back
Top