Re: who uses this port?

2015-11-05 Thread Eugene Grosbein
On 05.11.2015 14:20, Ben Woods wrote: > On Wednesday, 4 November 2015, Andriy Gapon wrote: > >> $ sockstat -l | fgrep 631 >> ?? ? ? tcp4 127.0.0.1:631 *:* >> >> $ nc -l 127.0.0.1 631 >> nc: Address already in use >> > > > I'm more curious as to why sockstat gives

Re: who uses this port?

2015-11-05 Thread Eugene Grosbein
On 05.11.2015 02:40, Andriy Gapon wrote: > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631 *:* > > $ nc -l 127.0.0.1 631 > nc: Address already in use That may be nlockmgr, as for my system: # sockstat -4lP tcp | fgrep \? ?? ?

Re: who uses this port?

2015-11-05 Thread Andriy Gapon
On 05/11/2015 11:58, Matthew Seaman wrote: > On 05/11/2015 09:20, Ben Woods wrote: >>> I'm more curious as to why sockstat gives you question marks instead of the proper process details. Any ideas? > > This indicates a connection that is in the process of closing down but > the system still h

Re: who uses this port?

2015-11-05 Thread Barney Wolff
On Thu, Nov 05, 2015 at 09:45:38AM +0200, Andriy Gapon wrote: > On 05/11/2015 09:20, Ben Woods wrote: > > On Wednesday, 4 November 2015, Andriy Gapon > > wrote: > > > > $ sockstat -l | fgrep 631 > > ?? ? ? tcp4 127.0.0.1:631 > >

Re: who uses this port?

2015-11-05 Thread Matthew Seaman
On 05/11/2015 09:20, Ben Woods wrote: >> I'm more curious as to why sockstat gives you question marks instead of the >> > proper process details. Any ideas? This indicates a connection that is in the process of closing down but the system still hasn't cleared up all the connection state yet. It's

Re: who uses this port?

2015-11-04 Thread Andriy Gapon
On 05/11/2015 09:20, Ben Woods wrote: > On Wednesday, 4 November 2015, Andriy Gapon > wrote: > > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631 > *:* > > $ nc -l 127.0.0.1 631 > nc: Address already in use > > >

Re: who uses this port?

2015-11-04 Thread Ben Woods
On Wednesday, 4 November 2015, Andriy Gapon wrote: > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631 *:* > > $ nc -l 127.0.0.1 631 > nc: Address already in use > I'm more curious as to why sockstat gives you question marks instead of the proper process deta

Re: who uses this port?

2015-11-04 Thread Jason Hellenthal
Think I’ve seen this happen once or twice by rpcbind on startup. By default though its usually a CUPS printing daemon. Besides that got any ng_sockets open ? > On Nov 4, 2015, at 13:40, Andriy Gapon wrote: > > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631

Re: who uses this port?

2015-11-04 Thread Charles Swiger
On Nov 4, 2015, at 11:40 AM, Andriy Gapon wrote: > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631 *:* > > $ nc -l 127.0.0.1 631 > nc: Address already in use That's the IPP port, commonly grabbed by CUPS and other printing software: % grep 631 /etc/services

Re: who uses this port?

2015-11-04 Thread Freddie Cash
CUPS uses port 631 by default. On Wed, Nov 4, 2015 at 11:40 AM, Andriy Gapon wrote: > $ sockstat -l | fgrep 631 > ?? ? ? tcp4 127.0.0.1:631 *:* > > $ nc -l 127.0.0.1 631 > nc: Address already in use > > -- > Andriy Gapon > _

who uses this port?

2015-11-04 Thread Andriy Gapon
$ sockstat -l | fgrep 631 ?? ? ? tcp4 127.0.0.1:631 *:* $ nc -l 127.0.0.1 631 nc: Address already in use -- Andriy Gapon ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To