Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSEventsObserver doesn't work on Mac OS X 10.8 #126

Closed
jezdez opened this issue Sep 4, 2012 · 9 comments
Closed

FSEventsObserver doesn't work on Mac OS X 10.8 #126

jezdez opened this issue Sep 4, 2012 · 9 comments

Comments

@jezdez
Copy link

jezdez commented Sep 4, 2012

I'm not certain what causes the problem to be honest, I'm running 10.8.1 with the latest XCode (i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1)

Running watchmedo log with --debug-force-fsevents won't show anything either.

I'm running:

watchmedo log -R -p py acme
@larsyencken
Copy link

Yeah, same thing observed here.

Darwin cedar.local 12.1.0 Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64 x86_64 i386 MacBookPro8,2 Darwin

Homebrew Python 2.7.3

@jkeys089
Copy link

+1 same issue here.

@ghost
Copy link

ghost commented Nov 12, 2012

Crickets...

Actually, I get absolutely no output on 10.7.5, either. How long has this project been broken?

@mikeluby
Copy link

mikeluby commented Dec 6, 2012

Same issue. 10.8.2

@ghost
Copy link

ghost commented Dec 6, 2012

With 81 open issues it's probably safe to say it's been abandoned.

@max107
Copy link

max107 commented Dec 6, 2012

KqueueObserver is work fine

from watchdog.observers.kqueue import KqueueObserver as Observer

@jf---
Copy link

jf--- commented Feb 7, 2013

Mehhh... same thing still... thanks @max107, that works indeed...

@shichao-an
Copy link

It seems FSEventsObserver does not respond to f.flush() or fsync; it only detects changes upon f.close().

@BoboTiG
Copy link
Collaborator

BoboTiG commented Feb 17, 2019

Closing as 10.8 is very old and not supported.

@BoboTiG BoboTiG closed this as completed Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants