netstat odd behavior

2005-01-07 Thread mario . lobo
Hello;

On all installations of FreeBSD I´ve ever done in the past,

netstat -an

displays LISTENing servers and any tcp connection in any state.

On the 5.3 I have installed here ( updated to RELENG_5_3 + build/installworld 
), this command only
shows only this;


Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
udp4   0  0  *.514  *.*
Active UNIX domain sockets
Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
c38d01a4 stream  0  0 c3de8738000 
/db/mysql/mysql.sock
c38d1000 stream  0  0 c3883c60000 
/var/run/devd.pipe
c38d0ec4 dgram   0  0 c3883210000 /var/run/log


I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and WORKING.

Would anybody know why they are not showing on the output of netstat?

Thanks,

--
   //|  //||
  // | // ||
-//--//---|| ARIO LOBO
//  //||
-
[EMAIL PROTECTED]
http://www.ipad.com.br

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: netstat odd behavior

2005-01-07 Thread Simon Barner
[EMAIL PROTECTED] wrote:
 On all installations of FreeBSD I?ve ever done in the past,
 
 netstat -an
 
 displays LISTENing servers and any tcp connection in any state.
 
 On the 5.3 I have installed here ( updated to RELENG_5_3 + build/installworld 
 ), this command only
 shows only this;

[ no tcp servers ]

I had the same problem, updating to RELENG_5 fixed it for me.

Simon


pgpL82y1lbSKC.pgp
Description: PGP signature


Re: netstat odd behavior

2005-01-07 Thread mario . lobo
Tried that before posting. this is what I get

Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
udp4   0  0  *.514  *.*


On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:


 What about
  netstat -anf inet


 El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:

 Hello;

 On all installations of FreeBSD I´ve ever done in the past,

 netstat -an

 displays LISTENing servers and any tcp connection in any state.

 On the 5.3 I have installed here ( updated to RELENG_5_3 + 
 build/installworld ), this command only
 shows only this;

 
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 udp4   0  0  *.514  *.*
 Active UNIX domain sockets
 Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
 c38d01a4 stream  0  0 c3de8738000 
 /db/mysql/mysql.sock
 c38d1000 stream  0  0 c3883c60000 
 /var/run/devd.pipe
 c38d0ec4 dgram   0  0 c3883210000 
 /var/run/log
 

 I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and 
 WORKING.

 Would anybody know why they are not showing on the output of netstat?

 Thanks,



--
   //|  //||
  // | // ||
-//--//---|| ARIO LOBO
//  //||
-
[EMAIL PROTECTED]
http://www.ipad.com.br

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: netstat odd behavior

2005-01-07 Thread Giorgos Keramidas
On 2005-01-07 15:32, [EMAIL PROTECTED] wrote:
On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:
El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribi?:
 
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 udp4   0  0  *.514  *.*
 Active UNIX domain sockets
 Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
 c38d01a4 stream  0  0 c3de8738000 
 /db/mysql/mysql.sock
 c38d1000 stream  0  0 c3883c60000 
 /var/run/devd.pipe
 c38d0ec4 dgram   0  0 c3883210000 
 /var/run/log
 

 I have ssh, sendmail, ftpd and mysql daemons running, LISTENing
 and WORKING.  Would anybody know why they are not showing on the
 output of netstat?

 What about
  netstat -anf inet

 Tried that before posting. this is what I get

 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 udp4   0  0  *.514  *.*

Are you sure you don't have a kernel and userland that are out of
sync?  You _did_ update both as the instructions in src/UPDATING
suggest, right?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: netstat odd behavior

2005-01-07 Thread Nathan Kinkade
On Fri, Jan 07, 2005 at 03:32:47PM -0300, [EMAIL PROTECTED] wrote:

   El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:
  
   Hello;
  
   On all installations of FreeBSD I´ve ever done in the past,
  
   netstat -an
  
   displays LISTENing servers and any tcp connection in any state.
  
   On the 5.3 I have installed here ( updated to RELENG_5_3 + 
   build/installworld ), this command only
   shows only this;
  
   
   Active Internet connections (including servers)
   Proto Recv-Q Send-Q  Local Address  Foreign Address
   (state)
   udp4   0  0  *.514  *.*
   Active UNIX domain sockets
   Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
   c38d01a4 stream  0  0 c3de8738000 
   /db/mysql/mysql.sock
   c38d1000 stream  0  0 c3883c60000 
   /var/run/devd.pipe
   c38d0ec4 dgram   0  0 c3883210000 
   /var/run/log
   
  
   I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and 
   WORKING.
  
   Would anybody know why they are not showing on the output of netstat?
  
   Thanks,
  
 
  On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:
  
  
  What about
   netstat -anf inet
 

 Tried that before posting. this is what I get
 
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 udp4   0  0  *.514  *.*
 

Try sockstat(1), take a look at the manpage, too.

Nathan


pgpNPu0Vu7yE1.pgp
Description: PGP signature


Re: netstat odd behavior

2005-01-07 Thread mario . lobo
That´s it !!

I´ve been having trouble with a sk0 gigabit ethernet and updated the kernel to 
5_CURRENT
to update it with jumbo frame support, But userland was updated to RELENG_5_3 
only !!

I knew about that but the system ran smooth after compiling the new kernel,
I did not think it would make a difference.

My mistake. Thanks for pointing it out, Giorgos.

--
   //|  //||
  // | // ||
-//--//---|| ARIO LOBO
//  //||
-
[EMAIL PROTECTED]
http://www.ipad.com.br


On 7 Jan 2005 at 21:26, Giorgos Keramidas wrote:

 Are you sure you don't have a kernel and userland that are out of
 sync?  You _did_ update both as the instructions in src/UPDATING
 suggest, right?

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: netstat odd behavior

2005-01-07 Thread Jose Hidalgo Herrera
What about 
netstat -anf inet 


El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:

 Hello;
 
 On all installations of FreeBSD I´ve ever done in the past,
 
 netstat -an 
 
 displays LISTENing servers and any tcp connection in any state.
 
 On the 5.3 I have installed here ( updated to RELENG_5_3 + build/installworld 
 ), this command only 
 shows only this;
 
 
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 udp4   0  0  *.514  *.*
 Active UNIX domain sockets
 Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
 c38d01a4 stream  0  0 c3de8738000 
 /db/mysql/mysql.sock
 c38d1000 stream  0  0 c3883c60000 
 /var/run/devd.pipe
 c38d0ec4 dgram   0  0 c3883210000 /var/run/log
 
 
 I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and WORKING.
 
 Would anybody know why they are not showing on the output of netstat?
 
 Thanks,


-- 
Jose Hidalgo Herrera [EMAIL PROTECTED]
Corp. Hostarica
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]