Re: [5.3-STABLE] netstat doesn't show tcp sockets

2004-12-20 Thread Björn König
It works fine for me. My world and kernel were compiled with 
"CPUTYPE?=p3" and "CFLAGS= -O -pipe".

FreeBSD 5.3-STABLE #0: Sat Dec 11 18:24:44 CET 2004
Björn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [5.3-STABLE] netstat doesn't show tcp sockets

2004-12-19 Thread Sam Nilsson
Nguyen Tam Chinh wrote:
On Mon, 20 Dec 2004, Matthias Buelow wrote:
After upgrading from 5.2.1 (cvsup 18/Dec), It seems to be a bug with 
netstat. It doesn't show tcp sockets any more. kernel is a customized 
with ipv6 disable.

same here.  I thought that maybe it was because I put CPUTYPE=p4 in 
/etc/make.conf and gcc messed up again, and wanted to test this 
hypothesis some time but if others are seeing it too...

Yeah, please test it. I also have a CPUTYPE=p4 and -O3 in make.conf. In 
kernel config -O2. I'll try to compile again with default options to 
ensure.
-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.ru   |
http://chinhngt.svmgu.com   |  http://www.gnu.org/copyleft/copyleft.html

In case this is helpful, I don't seem to have this problem. I am running 
on a pentium 2 however, and I didn't use -O or CPUTYPE.

--> snip -->
-bash-2.05b$ uname -a
FreeBSD opti.localdomain 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #1: Fri 
Dec 10 16:52:50 PST 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SERVER  i386

-bash-2.05b$ netstat
Active Internet connections
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
tcp4   0  0  opti.ssh   10.0.0.2.50009 
ESTABLISHED
udp4   0  0  localhost.domain   *.*

Active UNIX domain sockets
Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
c13f8dac stream  0  00 c13f846000
c13f8460 stream  0  00 c13f8dac00
c13f8ec4 stream  0  0 c14e0630000
--> snip -->
I know that this is a different situation, but I thought it might help 
to pinpoint the problem if you haven't already identified it.

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


Re: [5.3-STABLE] netstat doesn't show tcp sockets

2004-12-19 Thread Nguyen Tam Chinh
On Mon, 20 Dec 2004, Matthias Buelow wrote:
After upgrading from 5.2.1 (cvsup 18/Dec), It seems to be a bug with 
netstat. It doesn't show tcp sockets any more. kernel is a customized with 
ipv6 disable.
same here.  I thought that maybe it was because I put CPUTYPE=p4 in 
/etc/make.conf and gcc messed up again, and wanted to test this hypothesis 
some time but if others are seeing it too...

Yeah, please test it. I also have a CPUTYPE=p4 and -O3 in make.conf. In 
kernel config -O2. I'll try to compile again with default options to 
ensure.
-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.ru   |
http://chinhngt.svmgu.com   |  http://www.gnu.org/copyleft/copyleft.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [5.3-STABLE] netstat doesn't show tcp sockets

2004-12-19 Thread Matthias Buelow
After upgrading from 5.2.1 (cvsup 18/Dec), It seems to be a bug with 
netstat. It doesn't show tcp sockets any more. kernel is a customized 
with ipv6 disable.
same here.  I thought that maybe it was because I put CPUTYPE=p4 in 
/etc/make.conf and gcc messed up again, and wanted to test this 
hypothesis some time but if others are seeing it too...

--
  Matthias Buelow; [EMAIL PROTECTED],informatik.uni-wuerzburg}.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[5.3-STABLE] netstat doesn't show tcp sockets

2004-12-19 Thread Nguyen Tam Chinh
After upgrading from 5.2.1 (cvsup 18/Dec), It seems to be a bug with 
netstat. It doesn't show tcp sockets any more. kernel is a customized with 
ipv6 disable.
Or I missed something that was changed with the netstat syntax since 
5.2.1?

[EMAIL PROTECTED] -a
FreeBSD unix.local 5.3-STABLE FreeBSD 5.3-STABLE #1: Sun Dec 19 04:56:51 
MSK 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/kernel  i386
[EMAIL PROTECTED] -a | grep tcp
[EMAIL PROTECTED] -a | grep udp
udp4   0  0  localhost.56299*.*
udp4   0  0  *.990  *.*
udp4   0  0  *.sunrpc   *.*
udp4   0  0  *.52118*.*
udp4   0  0  localhost.domain   *.*
udp4   0  0  it.domain  *.*
udp4   0  0  unix.domain*.*
udp4   0  0  it.hackers.domain  *.*
udp4   0  0  *.syslog   *.*
[EMAIL PROTECTED]

-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.ru   |
http://chinhngt.svmgu.com   |  http://www.gnu.org/copyleft/copyleft.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"