You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/zw963/Dropbox/common/ruby/gems/daemon_controller.rb:407:in `start_without_locking': Daemon 'Redis process' failed to start in time. (DaemonController::StartTimeout) from /home/zw963/Dropbox/common/ruby/gems/daemon_controller.rb:218:in `block in start' from /home/zw963/Dropbox/common/ruby/gems/daemon_controller/lock_file.rb:68:in `block in exclusive_lock' from /home/zw963/Dropbox/common/ruby/gems/daemon_controller/lock_file.rb:63:in `open'
from /home/zw963/Dropbox/common/ruby/gems/daemon_controller/lock_file.rb:63:in `exclusive_lock' from /home/zw963/Dropbox/common/ruby/gems/daemon_controller.rb:217:in `start' from 1.rb:15:in `<main>'
The text was updated successfully, but these errors were encountered:
I have read README, it is fancy.
But it seem like not worked for me.
I have a
redis-server
binary file in $PATH, /usr/local/bin/redis-server.if I start redis with
redis-server ./redis.conf
, it worked for me.it will start up a background redis-server process, and accept response.
But I invoke with daemon_controller:
it always failed with:
The text was updated successfully, but these errors were encountered: