zeus: Zeus doesn't reload code after change on macOS sierra
Description of Problem
Zeus doesn’t reload code after changes on macOS sierra
System details
$ uname -a
Darwin Pavels-MacBook-Pro.local 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64
$ ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Steps to Reproduce
zeus start
in a new rails project It boots fine, but one error is printed to the stdout:
zeus start
Starting Zeus server v0.15.10
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
├── development_environment
│ └── prerake
└── test_environment
└── test_helper
Available Commands: [waiting] [crashed] [ready]
zeus rake
zeus runner (alias: r)
zeus console (alias: c)
zeus server (alias: s)
zeus generate (alias: g)
zeus destroy (alias: d)
zeus dbconsole
zeus test (alias: rspec, testrb)
2016-09-09 15:12 zeus-darwin-amd64[61609] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
touch config/application.rb
Observed Behavior
Nothing happens
Expected Behavior
zeus should reload the code
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 25
- Comments: 52 (1 by maintainers)
Changing max files as suggested does not fix it for me.
0.15.13.pre
fixed the error for me! 👍 Thank you @sideshowcoder !Please check version 0.15.13.pre and see if it fixes the problem it seems to work for my setup.
I feel like from now on if this fixed anyones issue just respond with a reaction to one of the other messages haha. Plz no more emails ❤️
🎭
@kyleholzinger Yes it’s still open. The “closed” above your comment refers to the PR on the left which mentions this PR.
@kyleholzinger Is classifying a seemingly civil discourse as “meaningless babel” also proper GitHub etiquette? Since this has devolved to name-calling, I’ll unsubscribe from this thread now.
From what I read in https://github.com/facebook/react-native/issues/9309 , it looks like it’s a permission issue?
Right, was just wondering since this seems like an issue with cgo, not zeus @zubin