Tux BUG?

Ingo Molnar mingo at elte.hu
Tue Oct 5 10:43:00 UTC 2004


* UpFront Technology <upfronttechnology at rrohio.com> wrote:

> I am not quite sure about posting here, but this seems to be the most
> appropriate place for my question.
> 
> I am running TUX-3.2.19-2.
> 
> clientport = 3128
> 
> I am trying to change listening port to 8000 by entering:
> 
> echo http://0.0.0.0:8000 > /proc/net/tux/0/listen/0
> 
> However when starting TUX, netstat -a shows listening ports *.80 and *.8000.
> I can't seem to get TUX off port 80.
> 
> Any thoughts?

how many Tux threads are you using? If it's more than one then you need
to set the other thread's listen socket too.

 echo http://0.0.0.0:8000 > /proc/net/tux/1/listen/0
 echo http://0.0.0.0:8000 > /proc/net/tux/2/listen/0
 echo http://0.0.0.0:8000 > /proc/net/tux/3/listen/0
 etc.

	Ingo




More information about the tux-list mailing list