Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bfobserver daemon



On May 31, 2006, at 7:33 AM, Jeffrey Johnson wrote:
...
sudo launchctl load -w /System/Library/LaunchDaemons/ com.apple.dnbobserver.plist

b.bum

Beware! Do not copy and paste this into Terminal. There should not be a space between /System/Library/LaunchDaemons/ and com.apple.dnbobserver.plist. It could completely hose your system.

I copy / pasted the unload line. And everything is running fine. I did check the Activity Monitor, and bfobserver is no longer running. Could the potential system hosing happen with a restart?


(goes off to back up important files).

Adin Hunter Baber

Holy Cow! That is Bad Stuff.

Sorry folks -- Jeffrey is exactly right. That space definitely should not be there. Copy/Paste error.

On my working, stock, Tiger system, launchd is configured to have the following daemons running (with DNB disabled). Your set of daemons will likely be different, but this is a relatively minimal (I have pretty much everything disabled in Sharing) set of daemons and -- like I said -- it does work.

If you 'sudo launchctl', you can interact directly with launchd to list the running daemons.

launchd% list
com.apple.KernelEventAgent
com.apple.mDNSResponder
com.apple.nibindd
com.apple.periodic-daily
com.apple.periodic-monthly
com.apple.periodic-weekly
com.apple.portmap
com.apple.syslogd
com.vix.cron
org.postfix.master
org.xinetd.xinetd
com.openssh.sshd


For convenience, you can do the following from the shell to load the above:


cd /System/Library/LaunchDaemons
sudo launchctl load -w com.apple.KernelEventAgent.plist
sudo launchctl load -w com.apple.mDNSResponder.plist
sudo launchctl load -w com.apple.nibindd.plist
sudo launchctl load -w com.apple.periodic-daily.plist
sudo launchctl load -w com.apple.periodic-monthly.plist
sudo launchctl load -w com.apple.periodic-weekly.plist
sudo launchctl load -w com.apple.portmap.plist
sudo launchctl load -w com.apple.syslogd.plist
sudo launchctl load -w com.vix.cron.plist
sudo launchctl load -w org.postfix.master.plist
sudo launchctl load -w org.xinetd.xinetd.plist
sudo launchctl load -w ssh.plist

Sorry for the mistake. I'm going back to my cave to meditate over a new form of 'rm -rf foo/bar/ *' self destruction.

b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden
References: 
 >Re: bfobserver daemon (From: Jeffrey Johnson <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.