Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
How do i find out what is using those ports? netstat -natl | grep 799 tcp0 0 192.168.1.200:799 192.168.1.1:2049ESTABLISHED below returns no output lsof -i tcp:799 Nothing is using the port but it is in netstat -- To UNSUBSCRIBE,

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Michael Stone
On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote: How do i find out what is using those ports? netstat -natl | grep 799 tcp0 0 192.168.1.200:799 192.168.1.1:2049ESTABLISHED below returns no output lsof -i tcp:799 Nothing is

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Michael Stone
On Sat, Nov 08, 2003 at 11:44:28AM -0600, Hanasaki JiJi wrote: Yes NFS is running.. thoguht NFS was UDP not TCP NFS has many pieces, some tcp and some udp. Mike Stone -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

clamscan avavis spamassassin with exim4 on sarge

2003-11-08 Thread Hanasaki JiJi
Anyone have/working on integration of these? clam spamc and amavis are installed however, they dont seem to update the /etc/exim4/conf.d of the new packaging system. thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
Yes NFS is running.. thoguht NFS was UDP not TCP netstat -natlp shows the process as - a process of - huh? the pid0 issue loooks like: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217525 Michael Stone wrote: On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote: How

Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
How do i find out what is using those ports? netstat -natl | grep 799 tcp0 0 192.168.1.200:799 192.168.1.1:2049ESTABLISHED below returns no output lsof -i tcp:799 Nothing is using the port but it is in netstat

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Noah L. Meyerhans
On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote: Nothing is using the port but it is in netstat add the -p switch to netstat, which will give you the PID that is associated with that socket. pgpyH61MipHbf.pgp Description: PGP signature

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Michael Stone
On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote: How do i find out what is using those ports? netstat -natl | grep 799 tcp0 0 192.168.1.200:799 192.168.1.1:2049ESTABLISHED below returns no output lsof -i tcp:799 Nothing is

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
Yes NFS is running.. thoguht NFS was UDP not TCP netstat -natlp shows the process as - a process of - huh? the pid0 issue loooks like: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217525 Michael Stone wrote: On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote:

Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Michael Stone
On Sat, Nov 08, 2003 at 11:44:28AM -0600, Hanasaki JiJi wrote: Yes NFS is running.. thoguht NFS was UDP not TCP NFS has many pieces, some tcp and some udp. Mike Stone