26 Mar
2000
26 Mar
'00
4:08 p.m.
On Sun, Mar 26, 2000 at 04:56:15AM +0000, mindlace wrote:
Patrick Lewis wrote:
Using z2.py -D -m '' (disabling the monitor), everything works fine. (Except no monitor, obviously). Using -m with other socket numbers results in the same error. (49, "Can't... ).
netstat -a should tell you what ports are being listened to. try ./start -m '9898' and if it works, well, then you've probably got something listening to the monitor port.
Note that while http can be virtualized (listen on selective IP's), monitor and ftp cannot, so you have to pick your ports accordingly.
ethan fremen
netstat -a shows only ssh, http, smtp, sunrpc, and syslog sockets open. Nothing too wierd. Like I said, using other socket numbers (e.g. 9898) doesn't seem to fix it.