-
Notifications
You must be signed in to change notification settings - Fork 143
Description
While running livereload through guard, I am getting the following errors:
12:23:49 - DEBUG - Command execution: hash stty
12:23:49 - DEBUG - Guard starts all plugins
12:23:49 - DEBUG - Hook :start_begin executed for Guard::Compass
12:23:49 - INFO - Guard::Compass is waiting to compile your stylesheets.
12:23:49 - DEBUG - Hook :start_end executed for Guard::Compass
12:23:49 - DEBUG - Hook :start_begin executed for Guard::LiveReload
RuntimeError: no acceptor (port is in use or requires root privileges) at /ruby/gems/gems/eventmachine-1.0.7/lib/eventmachine.rb:526:in `start_tcp_server'
[2015-03-16T12:23:49.939 DEBUG Guard::Ui(12511) #E19BB24975A2] Hook :start_end executed for Guard::LiveReload
error: "hw.ncpu" is an unknown key
12:23:50 - INFO - Guard is now watching at '/sites/al l/themes/hqbars_omega'
12:23:50 - DEBUG - Start interactor
[1] guard(main)> exit
12:24:14 - DEBUG - Interactor was stopped or killed
12:24:14 - DEBUG - Guard stops all plugins
12:24:14 - DEBUG - Hook :stop_begin executed for Guard::Compass
12:24:14 - DEBUG - Hook :stop_end executed for Guard::Compass
12:24:14 - DEBUG - Hook :stop_begin executed for Guard::LiveReload
12:24:14 - DEBUG - Hook :stop_end executed for Guard::LiveReload
12:24:14 - INFO - Bye bye...
This is trying to guard an omega theme on Drupal 7. I am running on redhat linux (hosted by BlueHost)..
Would greatly appreciate any help i can get.
Thanks!