> Try executing "lsof -i -n -P" and see if 11300 is in there.
$ lsof -i -n -P COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME SystemUIS 140 kyle 10u IPv4 0x43fb450 0t0 UDP *:* firefox-b 165 kyle 35u IPv4 0x70e9e64 0t0 TCP 10.1.1.3:49576->66.249.89.19:80 (ESTABLISHED) firefox-b 165 kyle 45u IPv4 0x7b8b66c 0t0 TCP 10.1.1.3:49574->72.14.203.102:80 (ESTABLISHED) firefox-b 165 kyle 61u IPv4 0x70fb66c 0t0 TCP 127.0.0.1:49186->127.0.0.1:49185 (ESTABLISHED) GoogleTal 22858 kyle 11u IPv4 0x70fba68 0t0 TCP 127.0.0.1:49185 (LISTEN) GoogleTal 22858 kyle 12u IPv4 0x70fb270 0t0 TCP 127.0.0.1:49185->127.0.0.1:49186 (ESTABLISHED) No port 11300 there at all? > Does your machine have an interface with the address 10.0.1.5? No - tho my internal network here is on the 10.1.1.1 ip range I am thinking that I have a libevent issue tho when installing with Macports all runs through fine & expected kyle:bin kyle$ sudo ./port install libevent ---> Fetching libevent ---> Verifying checksum(s) for libevent ---> Extracting libevent ---> Applying patches to libevent ---> Configuring libevent ---> Building libevent ---> Staging libevent into destroot ---> Installing libevent @1.4.12_0 ---> Activating libevent @1.4.12_0 ---> Cleaning libevent However when running $ man libevent No manual entry for libevent $ locate libevent $ which libevent I get no info back? Tho I am already running memcache & libevent is a pre-requisite for memcache so for example $ /usr/local/memcache/memcached -d -m 128 -l 127.0.0.1 -p 11211 $ ps -aux | grep memcache kyle 97052 0.0 0.0 599780 460 s002 R+ 1:53pm 0:00.00 grep memcache kyle 97023 0.0 0.0 603004 368 ?? Ss 1:52pm 0:00.00 /usr/local/memcache/memcached -d -m 128 -l 127.0.0.1 -p 11211 All is running fine for memcache? Confused but thanks for your help =] Kyle On Aug 16, 5:38 am, Dustin <[email protected]> wrote: > On Aug 15, 3:06 am, "voomstudio.com" <[email protected]> wrote: > > > After configuring & making - when trying to run > > > ./beanstalkd -d -l 10.0.1.5 -p 11300 > > Does your machine have an interface with the address 10.0.1.5? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
