Comment 2 for bug 1127347

Revision history for this message
Kevin Bowman (magicmonkey) wrote :

I've tried it on versions 1.1.5 and 1.0.3 and the problem exists on both versions:

kevin@host:~/gearman/gearmand-1.0.3$ ./gearmand/gearmand -L localhost --verbose DEBUG
./gearmand/gearmand: Could not open log file "/usr/local/var/log/gearmand.log", from "/home/kevin/gearman/gearmand-1.0.3", switching to stderr. (No such file or directory)
   INFO 2013-02-20 22:48:25.451913 [ main ] Initializing Gear
   INFO 2013-02-20 22:48:25.452062 [ main ] Starting up(5168), verbose set to DEBUG
  DEBUG 2013-02-20 22:48:25.452082 [ main ] staring up Epoch thread -> libgearman-server/timer.cc:61
  DEBUG 2013-02-20 22:48:25.452176 [ main ] Method for libevent: epoll -> libgearman-server/gearmand.cc:331
  DEBUG 2013-02-20 22:48:25.452471 [ main ] Trying to listen on 0.0.0.0:4730 -> libgearman-server/gearmand.cc:571

Note the "Trying to listen on 0.0.0.0:4730" instead of "Trying to listen on 127.0.0.1:4730"