Removing Little Snitch completely (Mac OS X Snow Leopard)

Have you tried downloading Little Snitch again and running the Uninstaller?

Little Snitch 2.2


Have a look in the following locations for plist files that look like they are related to Little Snitch. They will most likely start with at.obdev :

/Library/LaunchAgents
/Library/LaunchDaemons
/System/Library/LaunchAgents
/System/Library/LaunchDaemons
~/Library/LaunchAgents
~/Library/LaunchDaemons

Move the offending files to a different location, reboot and see if it fixed things.

Be very careful, especially with the /System locations, because if you remove the wrong file, it could harm your system.


There's no need to edit any files; just unload the service and delete its plist:

sudo launchctl unload /Library/LaunchDaemons/at.obdev.littlesnitchd.plist
sudo rm /Library/LaunchDaemons/at.obdev.littlesnitchd.plist

You need open terminal:

cd /private/var/db/launchd.db/com.apple.launchd

make a backup copy of overrides.plist (make sure it is there using the ls command)

sudo cp overrides.plist overrides.bak 

open overrides.plist

sudo vim overrides.plist

Look for any Little Snitch UIAgent entries and remove them. Save. Close. Reboot. (this should also remedy the peruser entries too)

Check Console if there are any entries.