Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

old-wiz

macrumors G3
Original poster
Mar 26, 2008
8,331
228
West Suburban Boston Ma
Often see the following message on console:


Sep 26 12:56:00 xxxx-xxxx com.apple.launchd[1] (com.apple.SystemStarter): Failed to count the number of files in "/System/Library/StartupItems": No such file or directory

It doesn't seem to really hurt, but I am concerned.
 
Often see the following message on console:


Sep 26 12:56:00 xxxx-xxxx com.apple.launchd[1] (com.apple.SystemStarter): Failed to count the number of files in "/System/Library/StartupItems": No such file or directory

It doesn't seem to really hurt, but I am concerned.
Have you verified that the folder exists? It should. If it's not there, create one and see if that addresses the issue.
 
I was in the Apple store today and the Lion systems there have the folder. I have no idea why the folder isn't on my iMac. I just looked again and the folder is there on the MBP I'm using now.

I'll create the folder and see what happens.

On this MBP the folder exists, but is empty.
 
Apple screwed up on a recent update and deleted that folder.

  1. Open Terminal
  2. Type: "cd /System/Library/"
  3. Type: "sudo mkdir StartupItems"
  4. Type: "ls -al" and confirm the owner on the new folder is correct (should be the same as all the others)
    • If it's not correct use chown to correct it (ex: "chown root:wheel StartupItems")
  5. Quit Terminal
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.