Console filling up with com.apple.launchd[1] or com.apple.launchd.peruser

My ‘Console’ (Applications ->Utilities->Console)  where showing a lot of issues related to a old, long gone program

Showing the entrys in my Console

 

 

 

 

 

 

 

 

 

 

 

 

The issue above was related to a program I once installed called’ SyncMate’, this program was clearly not uninstalled the properly.

(Launchd is a unix service which load/unload daemons or programs)

The fix this , start the “terminal” and launch the ‘launchctl’ command

launchctl list

This will give you list of autostart services (not programs)

Notice the line marked – this relates to my error,

Start your ‘Terminal’ and remove the deamon with:

launchctl remove com.Eltima.SyncMateServer

You could run launchctl list once again to make sure the deamon is gone.

Last step is to remove the plist related to this in the ‘LaunchAgents’ folder.

(or from Finder choose “Go to folder ” from the “GO” Menu)

In terminal cd to:

/Library/LaunchAgents

I got several files there – the one related to my issue is called

syncmateStarter.plist

Delete this.

Other places to look are:

~/Library/LaunchAgents                     Per-user agents provided by the user.
/Library/LaunchAgents                     Per-user agents provided by the administrator.
/Library/LaunchDaemons                 System wide daemons provided by the administrator.
/System/Library/LaunchAgents      Mac OS X Per-user agents.
/System/Library/LaunchDaemons  Mac OS X System wide daemons.

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.