Re: Error while try to get tcp socket options with lsof

2012-07-20 Thread Camaleón
On Fri, 20 Jul 2012 10:44:06 +0200, Meike Stone wrote: (...) > But I cant believe, that Linux does not support that ... The tool ss (ss > -teoi) from iproute2 can get at least some informations. *** NetBSD 1.6G and above All socket options and values, socket states, and TCP flags and values des

Re: Error while try to get tcp socket options with lsof

2012-07-20 Thread Meike Stone
> > > Also, from the FAQ mentioned: > > "3.14.1 Why doesn't lsof report socket options, socket states, and TCP > flags and values for my dialect? > ... > > Linux > No socket options and values, socket states, or TCP > flags and values are reported. The support for "-Tf" >

Re: Error while try to get tcp socket options with lsof

2012-07-19 Thread Dom
On 19/07/12 18:31, Camaleón wrote: On Thu, 19 Jul 2012 19:03:48 +0200, Meike Stone wrote: I want get information about the socket options from a specified process with the tool lsof. But every time I get a strange answer (see below). The manual page says, that this option can be specified. Wha

Re: Error while try to get tcp socket options with lsof

2012-07-19 Thread Brian
On Thu 19 Jul 2012 at 19:03:48 +0200, Meike Stone wrote: > ~# lsof -a -p 3450 -i -Tf Ambiguity. Please see the man page. lsof -a -p 3450 -i -T -f -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Error while try to get tcp socket options with lsof

2012-07-19 Thread Camaleón
On Thu, 19 Jul 2012 19:03:48 +0200, Meike Stone wrote: > I want get information about the socket options from a specified process > with the tool lsof. But every time I get a strange answer (see below). > The manual page says, that this option can be specified. > > What goes wrong? (...) If I r