FreeBSD 5.2 bug

directadmin.ru

Verified User
Joined
May 2, 2004
Messages
12
FreeBSD 5.2-RELEASE
Does not open Complete Usage Statistics (http://domain.com:2222/CMD_ADMIN_STATS)


Your connection has timed out
-----------------------------------------------------------------------------------
Details
Either your request was invalid or the program hasn't completed your request.
Please notify the server admin
 
Last edited:
Hello,

DA runs:
Code:
/usr/bin/netstat -f inet -b -I [b]device[/b]
That's the only thing that would really cause it to hang. Try running that code (with your own device) and see if that command hangs.

John
 
Is executed very long

customer-4191# date
Tue May 4 00:25:51 GMT 2004
customer-4191# /usr/bin/netstat -f inet -b -I fxp0
Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll
fxp0 1500 unassigned.m1 cust-12923 49885 - 39431007 3077561 - 2614436637 -
fxp0 1500 0.108.218.221 217.108.218.221 0 - 0 0 - 0 -
fxp0 1500 0.108.218.222 217.108.218.222 0 - 0 0 - 0 -
fxp0 1500 0.108.218.223 217.108.218.223 0 - 0 0 - 0 -
fxp0 1500 0.108.218.224 217.108.218.224 0 - 0 0 - 0 -
fxp0 1500 0.108.218.225 217.108.218.225 0 - 0 0 - 0 -
fxp0 1500 0.108.218.226 217.108.218.226 0 - 0 0 - 0 -
fxp0 1500 0.108.218.227 217.108.218.227 0 - 0 0 - 0 -
fxp0 1500 0.108.218.228 217.108.218.228 0 - 0 0 - 0 -
fxp0 1500 0.108.218.229 217.108.218.229 2 - 1208 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 3088783 - 389414723 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1676 - 118880 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1394 - 140405 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1859 - 135996 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1887 - 112435 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 2007 - 156817 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1965 - 126935 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 1323 - 77776 0 - 0 -
fxp0 1500 unassigned.m1 unassigned.m10-ms 16915 - 9280608 0 - 0 -
customer-4191# date
Tue May 4 00:32:41 GMT 2004
 
It looks like it has problems gathering information on the ip's assigned on the card that are not resolvable/active. I'm not sure but the output looks a bit odd. There are no hostnames assigned to the (other) adresses. An output on my machine with only one address assigned looks like this:

Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll
em0 1500 192.168.1.216/2 siteserver 1008596 - 100005891 1407061 - 1364209632 -

edit: removed a typo..
 
Last edited:
Back
Top