Jump to content
4 posts in this topic

Recommended Posts

I searched along, but could not find any related topic, so here is my question.

 

Am I the only one who get this messages?

Is there a fix or something?

 

02-10-09 15:47:12	com.apple.notifyd[11]	EV_DELETE failed for file watcher 23
02-10-09 15:47:12	com.apple.notifyd[11]	EV_DELETE failed for file watcher 22
02-10-09 15:47:12	com.apple.notifyd[11]	EV_DELETE failed for file watcher 19
02-10-09 15:47:12	com.apple.notifyd[11]	EV_DELETE failed for file watcher 18
02-10-09 15:47:12	com.apple.notifyd[11]	EV_DELETE failed for file watcher 17
.......
02-10-09 15:47:13	com.apple.notifyd[11]	EV_DELETE failed for file watcher 44
02-10-09 15:47:13	com.apple.notifyd[11]	EV_DELETE failed for file watcher 43
02-10-09 15:47:13	com.apple.notifyd[11]	EV_DELETE failed for file watcher 49

(I've used "......" to shorten the list)

 

I also see a WindowServer bug!

 

02-10-09 15:47:12	com.apple.WindowServer[82]	Fri Oct  2 15:47:12 Mac-Pro-van-Sukkel.local
                                                                           WindowServer[82] <Error>: kCGErrorFailure: Set a
                                                                           breakpoint @ CGErrorBreakpoint() to catch errors as
                                                                           they are logged.

 

Several issues which doesn't seem to harm the OS, but it would be nice if I can solve it.

 

 

02-10-09 15:47:20	com.apple.launchd.peruser.501[150]	(com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
02-10-09 15:47:20	Dock[154]	failed to create directory for <DOCKFolderTile: 0x101a1b4f0> BrowserDownloads error = Error Domain=NSOSStatusErrorDomain Code=-35 "De bewerking kan niet worden voltooid. (OSStatus fout -35.)" (no such volume)

Does "error = Error Domain=NSOSStatusErrorDomain Code=-35" has something to do with UUID? It did made the folder, an alias of it and it works as normal, the error doesn't seem to have any impact. :D

 

SL is running with 32Bit-VannilaKernel

Patched DSDT

Video with string in com.apple.Boot.plist

 

 

 

Any Help is apreciated :)

  • 4 weeks later...
  • 3 weeks later...

I had the same problem and found a fix:

this error comes from the file_watcher module from notifyd when some permissions are buggy (unknown)

So check that / and the first level files and folder under / are not unknown. (use 'ls -l / 'command in terminal to check them)

If they are with bad owner and/or group 'unknown' (or some of them),

use chown root:wheel my_file to correct them (where myfile is a file with weird owner/group)

then execute the following in a Terminal window:

 

sudo chown root:admin /

sudo kextcache -system-prelinked-kernel

sudo kextcache -system-caches

 

It solved the problem for me.

 

Hope this help.

  • 9 months later...
×
×
  • Create New...