[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mbuf clusters and continuous rebooting
- To: <misc_(_at_)_openbsd_(_dot_)_org>
- Subject: Re: mbuf clusters and continuous rebooting
- From: "Matt" <mhersant_(_at_)_comcast_(_dot_)_net>
- Date: Fri, 15 Oct 2004 03:30:12 -0700
- Thread-index: AcSx8B4wQF50s2hHRZyk2wmWngWi3QAsTi0Q
You may want to consider building a custom kernel. 15 GB is a good deal of
traffic. You should be able to specify more memory for mbuf in kernel build
file. Then make your new kernel. I'm not sure about the syntax for
OpenBSD. For FreeBSD:
options NMBCLUSTERS=8192
-----Original Message-----
From: owner-misc_(_at_)_openbsd_(_dot_)_org [mailto:owner-misc_(_at_)_openbsd_(_dot_)_org] On Behalf Of
niko_(_dot_)_itajarvi_(_at_)_nwps_(_dot_)_ws
Sent: Thursday, October 14, 2004 6:09 AM
To: misc_(_at_)_openbsd_(_dot_)_org
Subject: mbuf clusters and continuous rebooting
Hello fellow OBSD users!
I'm having a very annoying problem with running out of mbuf clusters on my
server.
My server (AMD XP 2500+ Barton, 1GB of RAM) is running a 3.6 snapshot (Sep
17) with
generic kernel. I have httpd, squid, named and nfsd services running and the
servers
average in+out traffic per day is about 10-15 GB. I think most of the
traffic is used
by NFSd, although httpd usually sends out at least 1-2GB a day also.
I have two nics and both seem to be sharing the same irq, although I only
use one of
them at a time. Still a bad thing?
sis0 at pci0 dev 4 function 0 "SIS 900 10/100BaseTX" rev 0x90: irq 11,
address 00:0b:6a:42:ca:87
ukphy0 at sis0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000020, model 0x0020, rev. 1
xl0 at pci0 dev 12 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 11,
address 00:04:75:d2:fd:f7
exphy0 at xl0 phy 24: 3Com internal media interface
I just had to reboot my server because of running out of mbuf clusters, and
decided
to switch to Sis nic, I had 3Com in use earlier. I have raised the
kern.maxclusters
to 65535, just to survive a little longer without reboots. Last time I had
uptime of
3 days.
Here's netstat -m output just after running out of mbuf clusters, uptime 3
days:
# 65471 mbufs in use:
# 21963 mbufs allocated to data
# 43504 mbufs allocated to packet headers
# 4 mbufs allocated to socket names and addresses
# 65495/65544/65536 mbuf clusters in use (current/peak/max)
# 163920 Kbytes allocated to network (-2% in use)
# 0 requests for memory denied
# 0 requests for memory delayed
# 151748 calls to protocol drain routines
I tried to switch on integrated SiS nic and got this:
# WARNING: mclpool limit reached; increase kern.maxclusters
# sis0: initialization failed: no memory for rx buffers
Also here's netstat -an output at the same time. If I remember correctly, I
ran my
xl0 interface down before running this command, if it matters.
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp 0 0 192.168.0.2.19249 192.168.0.3.6667 SYN_SENT
tcp 0 0 127.0.0.1.953 *.* LISTEN
tcp 0 0 192.168.0.2.53 *.* LISTEN
tcp 0 0 127.0.0.1.53 *.* LISTEN
tcp 0 0 192.168.0.2.22 80.222.144.70.1100
ESTABLISHED
tcp 0 0 192.168.0.2.22 80.222.144.70.1084
ESTABLISHED
tcp 0 0 192.168.0.2.22000 80.222.144.70.1063
ESTABLISHED
tcp 0 0 *.6999 *.* LISTEN
tcp 0 0 *.80 *.* LISTEN
tcp 0 0 *.443 *.* LISTEN
tcp 0 0 192.168.0.2.46688 80.222.23.58.3339
ESTABLISHED
tcp 0 0 *.15517 *.* LISTEN
tcp 0 0 *.4600 *.* LISTEN
tcp 0 0 192.168.0.2.24941 192.168.0.3.6667
ESTABLISHED
tcp 0 0 *.22000 *.* LISTEN
tcp 0 0 *.3128 *.* LISTEN
tcp 0 0 *.3002 *.* LISTEN
tcp 0 0 *.22 *.* LISTEN
tcp 0 0 *.37 *.* LISTEN
tcp 0 0 *.13 *.* LISTEN
tcp 0 0 *.113 *.* LISTEN
tcp 0 0 *.587 *.* LISTEN
tcp 0 0 *.25 *.* LISTEN
tcp 0 0 *.2049 *.* LISTEN
tcp 0 0 *.937 *.* LISTEN
tcp 0 0 127.0.0.1.111 *.* LISTEN
tcp 0 0 *.111 *.* LISTEN
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
udp 0 0 *.44493 *.*
udp 0 0 192.168.0.2.53 *.*
udp 0 0 127.0.0.1.53 *.*
udp 0 0 *.3401 *.*
udp 0 0 *.3130 *.*
udp 0 0 *.6451 *.*
udp 0 0 *.27533 *.*
udp 0 0 *.* *.*
udp 0 0 *.161 *.*
udp 0 0 127.0.0.1.512 *.*
udp 0 0 *.2049 *.*
udp 0 0 *.743 *.*
udp 0 0 127.0.0.1.111 *.*
udp 0 0 *.111 *.*
udp 0 0 *.514 *.*
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp6 0 0 ::1.953 *.* LISTEN
tcp6 0 0 *.53 *.* LISTEN
tcp6 0 0 *.6999 *.* LISTEN
tcp6 0 0 *.15517 *.* LISTEN
tcp6 0 0 *.4600 *.* LISTEN
tcp6 0 0 *.22000 *.* LISTEN
tcp6 0 0 *.3002 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
tcp6 0 0 *.37 *.* LISTEN
tcp6 0 0 *.13 *.* LISTEN
tcp6 0 0 *.113 *.* LISTEN
tcp6 0 0 *.587 *.* LISTEN
tcp6 0 0 *.25 *.* LISTEN
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
udp6 0 0 *.8622 *.*
udp6 0 0 *.53 *.*
udp6 0 0 ::1.512 *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref
Addr
0xd7b9e264 dgram 0 0 0x0 0xd18647c0 0x0 0xd1af3580
0xd7b9ed54 stream 0 0 0x0 0xd1b4c4c0 0x0 0x0
0xd7b9e8a4 stream 0 0 0x0 0xd19e4080 0x0 0x0
0xd7b9e64c dgram 0 0 0x0 0xd18647c0 0x0 0xd197e100
0xd7bd6e18 dgram 0 0 0x0 0xd18647c0 0x0 0xd1890640
0xd7c04a2c stream 0 0 0xd7c7f2a4 0x0 0x0 0x0
tabs/.sock
0xd7c04964 dgram 0 0 0x0 0xd18647c0 0x0 0xd186b800
0xd7b91b00 stream 0 0 0x0 0xd1b4c880 0x0 0x0
0xd7b9e584 stream 0 0 0x0 0xd1d851c0 0x0 0x0
0xd7a690ec stream 0 0 0x0 0xd19c2600 0x0 0x0
0xd7ad81b0 stream 0 0 0x0 0xd18d4780 0x0 0x0
0xd7cd4bb8 dgram 0 0 0x0 0xd18647c0 0x0 0xd1864740
0xd7cd43e8 dgram 0 0 0x0 0xd18647c0 0x0 0x0
0xd7cd4320 stream 0 0 0x0 0xd1864c80 0x0 0x0
0xd7cd4258 stream 0 0 0x0 0xd1864e40 0x0 0x0
0xd7cd4190 dgram 0 0 0xd7cae3f4 0x0 0x0 0x0
/var/empty/dev/log
0xd7cd40c8 dgram 0 0 0xd7cae330 0x0 0xd18d4040 0x0
/dev/log
Someone told to me to try run my interface down and up with ifconfig, but it
didn't help.
I hoped there would be some way to flush the mbuf clusters without rebooting
the server.
Anyway, could NFSd be the cause of this, or maybe Squid? Please, tell me if
you need more
information, or anything that would help me out of this problem.
Here's netstat -m after uptime of 24min:
# 200 mbufs in use:
# 107 mbufs allocated to data
# 90 mbufs allocated to packet headers
# 3 mbufs allocated to socket names and addresses
# 53/104/65536 mbuf clusters in use (current/peak/max)
# 316 Kbytes allocated to network (49% in use)
# 0 requests for memory denied
# 0 requests for memory delayed
# 0 calls to protocol drain routines
Uptime 1H 5min, right after downloading and uploading 1GB of files with NFS:
# 147 mbufs in use:
# 93 mbufs allocated to data
# 51 mbufs allocated to packet headers
# 3 mbufs allocated to socket names and addresses
# 55/182/65536 mbuf clusters in use (current/peak/max)
# 488 Kbytes allocated to network (30% in use)
# 0 requests for memory denied
# 0 requests for memory delayed
# 0 calls to protocol drain routines
Uptime 4 hours, few Gigabytes of data transferred trought NFS and Squid:
# 1230 mbufs in use:
# 793 mbufs allocated to data
# 434 mbufs allocated to packet headers
# 3 mbufs allocated to socket names and addresses
# 202/304/65536 mbuf clusters in use (current/peak/max)
# 988 Kbytes allocated to network (72% in use)
# 0 requests for memory denied
# 0 requests for memory delayed
# 0 calls to protocol drain routines
And here's current netstat -an:
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp 0 3492 192.168.0.2.80 193.65.112.51.1373
ESTABLISHED
tcp 0 0 192.168.0.2.17463 192.168.0.3.3306 TIME_WAIT
tcp 0 13921 192.168.0.2.80 195.10.171.115.19490
ESTABLISHED
tcp 0 0 192.168.0.2.34014 192.168.0.3.3306 TIME_WAIT
tcp 0 14481 192.168.0.2.80 209.237.238.173.44803
FIN_WAIT_1
tcp 0 0 192.168.0.2.42859 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.9878 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.48811 192.168.0.3.3306
ESTABLISHED
tcp 0 16956 192.168.0.2.80 80.222.82.35.3048
ESTABLISHED
tcp 0 0 192.168.0.2.42908 192.168.0.3.3306 TIME_WAIT
tcp 0 4206 192.168.0.2.80 80.186.64.235.63413
ESTABLISHED
tcp 0 0 192.168.0.2.80 193.253.219.20.2982
ESTABLISHED
tcp 0 0 192.168.0.2.20649 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.253.219.20.2980
ESTABLISHED
tcp 0 0 192.168.0.2.36045 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.15220 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.186.138.60.2191
ESTABLISHED
tcp 0 0 192.168.0.2.3634 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 209.237.238.173.43284 TIME_WAIT
tcp 0 0 192.168.0.2.14960 192.168.0.3.22 TIME_WAIT
tcp 0 0 192.168.0.2.42695 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.23143 192.168.0.1.22 TIME_WAIT
tcp 0 0 192.168.0.2.14308 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.24249 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.45913 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.14954 192.168.0.1.22 TIME_WAIT
tcp 0 0 192.168.0.2.31563 192.168.0.3.3306
ESTABLISHED
tcp 0 0 127.0.0.1.80 127.0.0.1.41731 TIME_WAIT
tcp 0 16738 192.168.0.2.80 195.16.222.203.1330
ESTABLISHED
tcp 0 0 127.0.0.1.47461 127.0.0.1.113 TIME_WAIT
tcp 0 0 127.0.0.1.25 127.0.0.1.19992 TIME_WAIT
tcp 0 0 192.168.0.2.5622 192.168.0.1.22 TIME_WAIT
tcp 0 0 192.168.0.2.24058 192.168.0.3.3306 TIME_WAIT
tcp 0 15554 192.168.0.2.80 68.91.5.240.3654
ESTABLISHED
tcp 0 0 192.168.0.2.34722 192.168.0.1.22 TIME_WAIT
tcp 0 16713 192.168.0.2.80 80.144.252.210.1424
ESTABLISHED
tcp 0 0 192.168.0.2.2014 192.168.0.3.3306 TIME_WAIT
tcp 0 0 127.0.0.1.3128 127.0.0.1.8726 TIME_WAIT
tcp 0 0 127.0.0.1.80 127.0.0.1.48048 TIME_WAIT
tcp 0 0 192.168.0.2.27652 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.46605 212.86.1.83.8080
ESTABLISHED
tcp 0 0 127.0.0.1.3128 127.0.0.1.14888 TIME_WAIT
tcp 0 0 192.168.0.2.20522 192.168.0.1.22 TIME_WAIT
tcp 0 16960 192.168.0.2.80 80.144.252.210.1422
ESTABLISHED
tcp 0 0 192.168.0.2.3811 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.223.183.54.1590 TIME_WAIT
tcp 0 0 192.168.0.2.80 81.209.127.161.15355
FIN_WAIT_2
tcp 0 0 192.168.0.2.46537 192.168.0.1.22 TIME_WAIT
tcp 0 0 192.168.0.2.48272 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.223.183.54.1588 TIME_WAIT
cp 0 0 192.168.0.2.17509 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.47751 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.39365 192.168.0.1.22 TIME_WAIT
tcp 0 0 192.168.0.2.15089 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.142.28.45366 TIME_WAIT
tcp 0 0 192.168.0.2.16423 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.33614 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.41.198.4305
ESTABLISHED
tcp 0 0 192.168.0.2.25787 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.21294 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.14104 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.43043 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.33879 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 84.230.122.153.1541 TIME_WAIT
tcp 0 0 192.168.0.2.34181 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.21789 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.160.153.1523 TIME_WAIT
tcp 0 0 192.168.0.2.26377 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.46324 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.186.107.28.3106 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.240.113.34989 TIME_WAIT
tcp 0 0 192.168.0.2.37325 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2183 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2181 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.41.198.4303 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2160 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2161 TIME_WAIT
tcp 0 0 192.168.0.2.19149 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.41.198.4302 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2124 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.2044 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.240.113.33637 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.240.113.33635 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.240.113.33633 TIME_WAIT
tcp 0 0 192.168.0.2.45930 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.31975 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.251.240.113.65317 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.160.153.1522 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.1426 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.229.241.188.1422 TIME_WAIT
tcp 0 0 192.168.0.2.48990 192.168.0.3.3306 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.160.153.1521 TIME_WAIT
tcp 0 0 192.168.0.2.80 84.118.41.187.7511 TIME_WAIT
tcp 0 0 192.168.0.2.80 84.118.41.187.7508 TIME_WAIT
tcp 0 0 192.168.0.2.80 84.118.41.187.7507 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.223.24.43.2929 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.223.24.43.2927 TIME_WAIT
tcp 0 0 192.168.0.2.80 62.145.179.75.3734 TIME_WAIT
tcp 0 0 192.168.0.2.80 195.16.222.203.1305 TIME_WAIT
tcp 0 0 192.168.0.2.80 193.229.41.198.4301 TIME_WAIT
tcp 0 1583 192.168.0.2.80 80.186.138.60.2190 LAST_ACK
tcp 0 0 192.168.0.2.80 80.186.138.60.2189 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.223.183.54.1582 TIME_WAIT
tcp 0 0 192.168.0.2.80 81.197.47.182.3934 TIME_WAIT
tcp 0 0 192.168.0.2.80 81.17.199.68.29814
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 80.223.183.54.1580 TIME_WAIT
tcp 0 0 192.168.0.2.80 81.17.199.68.29799
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 80.222.144.70.3003
ESTABLISHED
tcp 0 0 192.168.0.2.80 194.100.16.1.49268 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.100.16.1.49273 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.100.16.1.49270 TIME_WAIT
tcp 0 0 192.168.0.2.80 194.100.16.1.49267 TIME_WAIT
tcp 0 0 192.168.0.2.80 213.141.59.33.1060
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 213.141.59.33.1058
FIN_WAIT_2
tcp 0 1171 192.168.0.2.80 212.213.48.21.41003 LAST_ACK
tcp 0 0 192.168.0.2.80 193.209.71.2.23308
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 193.209.71.2.23026
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 62.34.27.91.2502
FIN_WAIT_1
tcp 0 0 *.3128 *.* LISTEN
tcp 0 0 192.168.0.2.80 62.34.27.91.2480
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 80.144.252.210.1080 TIME_WAIT
tcp 0 0 192.168.0.2.80 80.144.252.210.1078 TIME_WAIT
tcp 0 0 192.168.0.2.80 164.8.22.81.1399
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 24.12.148.90.2860
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 24.12.148.90.2859
FIN_WAIT_2
tcp 0 1105 192.168.0.2.80 194.251.142.28.13641 CLOSING
tcp 0 0 192.168.0.2.80 24.12.148.90.2850
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 24.12.148.90.2849
FIN_WAIT_2
tcp 0 0 192.168.0.2.80 80.221.169.187.1526
FIN_WAIT_2
tcp 0 0 192.168.0.2.14889 192.168.0.3.143
ESTABLISHED
tcp 0 0 192.168.0.2.80 217.255.52.25.1038
FIN_WAIT_2
tcp 0 0 192.168.0.2.25487 216.55.156.62.6667
ESTABLISHED
tcp 0 0 192.168.0.2.15517 213.243.138.225.1300
ESTABLISHED
tcp 0 0 192.168.0.2.6057 192.168.0.3.6667
ESTABLISHED
tcp 0 0 *.15517 *.* LISTEN
tcp 0 0 192.168.0.2.11733 217.75.98.138.6667
ESTABLISHED
tcp 0 0 192.168.0.2.22 80.222.144.70.2954
ESTABLISHED
tcp 0 0 192.168.0.2.22 80.222.144.70.2952
ESTABLISHED
tcp 0 0 192.168.0.2.22 80.222.144.70.2947
ESTABLISHED
tcp 0 0 192.168.0.2.1756 192.168.0.3.6667
ESTABLISHED
tcp 0 0 192.168.0.2.35657 64.156.25.83.6667
ESTABLISHED
tcp 0 0 192.168.0.2.44394 131.211.232.14.6667
ESTABLISHED
tcp 0 0 192.168.0.2.10402 194.106.206.74.6667
ESTABLISHED
tcp 0 0 192.168.0.2.3518 212.226.113.138.6667
ESTABLISHED
tcp 0 0 192.168.0.2.3711 80.186.79.186.6667
ESTABLISHED
tcp 0 0 192.168.0.2.45304 192.168.0.3.6667
ESTABLISHED
tcp 0 0 192.168.0.2.3002 192.168.0.7.1342
ESTABLISHED
tcp 0 0 192.168.0.2.22238 192.168.0.3.6667
ESTABLISHED
tcp 0 0 192.168.0.2.23828 80.64.11.110.6667
ESTABLISHED
tcp 0 0 *.3002 *.* LISTEN
tcp 0 0 192.168.0.2.47501 80.222.23.58.3339
ESTABLISHED
tcp 0 66 192.168.0.2.4600 80.186.136.21.1643
ESTABLISHED
tcp 0 0 192.168.0.2.48495 62.73.33.48.6667
ESTABLISHED
tcp 0 0 *.4600 *.* LISTEN
tcp 0 0 *.19150 *.* LISTEN
tcp 0 0 192.168.0.2.45895 192.168.0.3.6667
ESTABLISHED
tcp 0 0 127.0.0.1.953 *.* LISTEN
tcp 0 0 192.168.0.2.53 *.* LISTEN
tcp 0 0 127.0.0.1.53 *.* LISTEN
tcp 0 48 192.168.0.2.22 192.168.0.4.23893
ESTABLISHED
tcp 0 0 *.22 *.* LISTEN
tcp 0 0 *.37 *.* LISTEN
tcp 0 0 *.13 *.* LISTEN
tcp 0 0 *.113 *.* LISTEN
tcp 0 0 *.80 *.* LISTEN
tcp 0 0 *.443 *.* LISTEN
tcp 0 0 *.587 *.* LISTEN
tcp 0 0 *.25 *.* LISTEN
tcp 0 0 *.2049 *.* LISTEN
tcp 0 0 *.635 *.* LISTEN
tcp 0 0 127.0.0.1.111 *.* LISTEN
tcp 0 0 *.111 *.* LISTEN
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
udp 0 0 *.3401 *.*
udp 0 0 *.3130 *.*
udp 0 0 *.47124 *.*
udp 0 0 *.22750 *.*
udp 0 0 *.* *.*
udp 0 0 *.14903 *.*
udp 0 0 192.168.0.2.53 *.*
udp 0 0 127.0.0.1.53 *.*
udp 0 0 *.161 *.*
udp 0 0 127.0.0.1.512 *.*
udp 0 0 *.2049 *.*
udp 0 0 *.980 *.*
udp 0 0 127.0.0.1.111 *.*
udp 0 0 *.111 *.*
udp 0 0 *.514 *.*
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp6 0 0 *.15517 *.* LISTEN
tcp6 0 0 *.3002 *.* LISTEN
tcp6 0 0 *.4600 *.* LISTEN
tcp6 0 0 *.19150 *.* LISTEN
tcp6 0 0 ::1.953 *.* LISTEN
tcp6 0 0 *.53 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
tcp6 0 0 *.37 *.* LISTEN
tcp6 0 0 *.13 *.* LISTEN
tcp6 0 0 *.113 *.* LISTEN
tcp6 0 0 *.587 *.* LISTEN
tcp6 0 0 *.25 *.* LISTEN
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
udp6 0 0 *.44845 *.*
udp6 0 0 *.53 *.*
udp6 0 0 ::1.512 *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref
Addr
0xd7b29660 dgram 0 0 0x0 0xd1821e80 0x0 0xd18f6fc0
0xd7ba04bc dgram 0 0 0x0 0xd1821e80 0x0 0xd18f6440
0xd7ba032c stream 0 0 0x0 0xd18f61c0 0x0 0x0
0xd7ba0264 stream 0 0 0x0 0xd18f6180 0x0 0x0
0xd7ba019c dgram 0 0 0x0 0xd1821e80 0x0 0xd1827780
0xd7c08964 stream 0 0 0xd7c83988 0x0 0x0 0x0
tabs/.sock
0xd7c0889c dgram 0 0 0x0 0xd1821e80 0x0 0xd1827bc0
0xd7b5f7e4 stream 0 0 0x0 0xd1be5d00 0x0 0x0
0xd7b398b4 stream 0 0 0x0 0xd18944c0 0x0 0x0
0xd7b080ec stream 0 0 0x0 0xd1a90940 0x0 0x0
0xd7ba0c8c stream 0 0 0x0 0xd1827940 0x0 0x0
0xd7a825ac stream 0 0 0x0 0xd197ee80 0x0 0x0
0xd7a82804 stream 0 0 0x0 0xd196ff40 0x0 0x0
0xd7c08bbc stream 0 0 0x0 0xd184d3c0 0x0 0x0
0xd7c08c84 stream 0 0 0x0 0xd184d380 0x0 0x0
0xd7cd4bb8 dgram 0 0 0x0 0xd1821e80 0x0 0xd1821480
0xd7cd43e8 dgram 0 0 0x0 0xd1821e80 0x0 0x0
0xd7cd4320 stream 0 0 0x0 0xd1821340 0x0 0x0
0xd7cd4258 stream 0 0 0x0 0xd1821b40 0x0 0x0
0xd7cd4190 dgram 0 0 0xd7cb13f4 0x0 0x0 0x0
/var/empty/dev/log
0xd7cd40c8 dgram 0 0 0xd7cb1330 0x0 0xd1b78240 0x0
/dev/log
Lastly, here's dmesg:
OpenBSD 3.6 (GENERIC) #41: Thu Aug 26 13:07:33 MDT 2004
deraadt_(_at_)_i386_(_dot_)_openbsd_(_dot_)_org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) XP 2500+ ("AuthenticAMD" 686-class) 1.84 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,
FXSR,SSE
real mem = 1073258496 (1048104K)
avail mem = 972591104 (949796K)
using 4278 buffers containing 53764096 bytes (52504K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 10/07/03, BIOS32 rev. 0 @
0xfdb10
pcibios0 at bios0: rev 2.1 @ 0xf0000/0x10000
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf7ed0/192 (10 entries)
pcibios0: PCI Interrupt Router at 000:02:0 ("SIS 85C503 System" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0xb000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "SIS 746 PCI" rev 0x10
ppb0 at pci0 dev 1 function 0 "SIS 86C202 VGA" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "ATI AIW Radeon" rev 0x00
wsdisplay0 at vga1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 2 function 0 "SIS 85C503 System" rev 0x25
pciide0 at pci0 dev 2 function 5 "SIS 5513 EIDE" rev 0x00: 746: DMA, channel
0 wired
to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <SAMSUNG SP1213N>
wd0: 16-sector PIO, LBA48, 114498MB, 234493056 sectors
wd1 at pciide0 channel 0 drive 1: <SAMSUNG SP1614N>
wd1: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <HITACHI, CDR-7930, 1022> SCSI0 5/cdrom
removable
cd0(pciide0:1:0): using PIO mode 3, DMA mode 1
auich0 at pci0 dev 2 function 7 "SIS 7012 AC97" rev 0xa0: irq 10, SiS7012
AC97
ac97: codec id 0x434d4982 (C-Media Electronics <82>)
audio0 at auich0
ohci0 at pci0 dev 3 function 0 "SIS 5597/5598 USB" rev 0x0f: irq 3, version
1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: SIS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1 at pci0 dev 3 function 1 "SIS 5597/5598 USB" rev 0x0f: irq 5, version
1.0, legacy support
usb1 at ohci1: USB revision 1.0
uhub1 at usb1
uhub1: SIS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
ehci0 at pci0 dev 3 function 2 "SIS 7002 USB" rev 0x00: irq 12
ehci0: EHCI version 1.0
ehci0: companion controllers, 3 ports each: ohci0 ohci1
usb2 at ehci0: USB revision 2.0
uhub2 at usb2
uhub2: SIS EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 6 ports with 6 removable, self powered
sis0 at pci0 dev 4 function 0 "SIS 900 10/100BaseTX" rev 0x90: irq 11,
address 00:0b:6a:42:ca:87
ukphy0 at sis0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000020, model 0x0020, rev. 1
xl0 at pci0 dev 12 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 11,
address 00:04:75:d2:fd:f7
exphy0 at xl0 phy 24: 3Com internal media interface
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
sysbeep0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
lm0 at isa0 port 0x290/8: W83697HF
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask f36d netmask fb6d ttymask fbef
pctr: user-level cycle counter enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matched BIOS disk 80
wd1: no disk label
dkcsum: wd1 matched BIOS disk 81
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
Thanks!
-Niko
---
Niko Itajarvi, NWPS Services, http://nwps.ws
niko_(_dot_)_itajarvi_(_at_)_nwps_(_dot_)_ws - GPG keyID 35C3EBBF
Visit your host, monkey.org