but no connection is made. Same problem in firefox. No connection.
The mongrel log is
** Starting Mongrel listening at 0.0.0.0:4821
** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It
might not work well.
** Mongrel available at 0.0.0.0:4821
** Writing PID file to
/usr/home/brad/projects/ruby/typo/foo/tmp/pid.txt
but no connection is made. Same problem in firefox. No connection.
The mongrel log is
** Starting Mongrel listening at 0.0.0.0:4821
** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It
might not work well.
** Mongrel available at 0.0.0.0:4821
** Writing PID file to
/usr/home/brad/projects/ruby/typo/foo/tmp/pid.txt
Right. The output seems fine. I don't have a clue what could be the
problem. Some more tips:
1. try running mongrel with specific address: -a 127.0.0.1
2. try using your outer address (-a 192.186.1.5)
3. are you using some kind of firewall that could block the traffic?
4. try using webrick instead of mongrel
···
On 10/4/06, bradphelan <bradphelan@gmail.com> wrote:
So it seems to be listening but neither firefox or wget can make a
connection ??
So it seems to be listening but neither firefox or wget can make a
connection ??
Right. The output seems fine. I don't have a clue what could be the
problem. Some more tips:
1. try running mongrel with specific address: -a 127.0.0.1
2. try using your outer address (-a 192.186.1.5)
I gave that a go but no joy
3. are you using some kind of firewall that could block the traffic?
4. try using webrick instead of mongrel
It is very strange because here at work I have an ubuntu box running pretty much the same setup except it has ethernet instead of WIFI and
desktop instead of laptop. I had no troubles.
at home my firewall is at the wireless router, no clever software
firewall stuff installed by me.
However you give me one idea. I have installed vmware player and everytime I run apt-get the player tries to reconfigure it's network
connections. Perhapps the setup for vmware player has done some
ugly stuff to my settings. I am not running vmware player during
the typo tries but perhapps there are some daemons running anyways
causing havoc.
I will try the other suggestions too when I get home tonight.
Ta for the suggestions.
···
On 10/4/06, bradphelan <bradphelan@gmail.com> wrote:
On 10/4/06, bradphelan <bradphelan@gmail.com> wrote:
> So it seems to be listening but neither firefox or wget can make a
> connection ??
Right. The output seems fine. I don't have a clue what could be the
problem. Some more tips:
1. try running mongrel with specific address: -a 127.0.0.1
2. try using your outer address (-a 192.186.1.5)
3. are you using some kind of firewall that could block the traffic?
4. try using webrick instead of mongrel
Tried webbrick and that still doesn't work. I am puzzled!
Howsabout running ethereal to see if traffic is getting to the IP
address (firstly).
Markt
Tried webbrick and that still doesn't work. I am puzzled!
Brad
Seems to be a bigger problem not just with mongrel. I tried in one
terminal
netcat -l -p 3000
and then in another
netcat localhost 3000
and started typing away. Again on my work machine the stuff goes through and my home machine it doesn't. I guess I should start cross posting to
an Ubuntu / Linux newsgroup.
I'll have a look at etheral again when I get home.