How do I get rid of com.apple.launchd.peruser errors in my log?
        Posted  
        
            by 
                Chris R
            
        on Super User
        
        See other posts from Super User
        
            or by Chris R
        
        
        
        Published on 2010-09-29T16:09:08Z
        Indexed on 
            2012/09/16
            21:43 UTC
        
        
        Read the original article
        Hit count: 327
        
I'm getting repeated errors in my console log that look (basically) like this:
10-09-29 10:06:08 AM com.apple.launchd[1] (com.apple.launchd.peruser.501[51581]) getpwuid("501") failed
10-09-29 10:06:08 AM com.apple.launchd[1] (com.apple.launchd.peruser.501[51581]) Exited with exit code: 1
This machine was set up using the migration assistant, from a machine where my UID was 501, but here it's 505. I have the same username and group set, of course, but...
So, where is this peruser launchd tool configured, so that I can disable the daemons that are causing this error message?
© Super User or respective owner