Discussion:
[tortech] FreeBSD oddities
(too old to reply)
Colin McGregor
2005-02-23 20:44:56 UTC
Permalink
I've run into two oddities on a FreeBSD box (FreeBSD 5.2.1) that I
administer. I have not checked all the commands, but df and ifconfig are
giving me bizzare output. Now, in the following I have removed the inet and
broadcast IP numbers (they are correct for the box in question). Anyone able
to make sense of this stuff? Thanks in advance...

$ df
Filesystem 1K-blocks Used Avail Capacity
Mounted on
0 -864697411992289280 7799097586572414976 -6%
0 0 0 -0%
0 0 0 100%
0 0 0 100%
0 0 0 100%

$ ifconfig
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=8<VLAN_MTU>
inet {inet value} netmask 0xfffffff8 broadcast {broadcast value}
inet6 fe80::2e0:4cff:fe00:559%rl0 prefixlen 64 scopeid 0x1
ether 00:e0:4c:00:05:59
media: Ethernet autoselect (10baseT/UTP)
status: active
Segmentation fault (core dumped)
$

Colin McGregor - Will administer systems and/or write about them for food.
Resume here: http://www.mcgregor.org/resume.htm
Bryan Fullerton
2005-02-23 21:15:33 UTC
Permalink
If I had to guess based on the information below, it looks like the
kernel is out of sync with the userland (ie rest of the system).

Bryan

Colin McGregor wrote:

|I've run into two oddities on a FreeBSD box (FreeBSD 5.2.1) that I
|administer. I have not checked all the commands, but df and ifconfig are
|giving me bizzare output. Now, in the following I have removed the inet and
|broadcast IP numbers (they are correct for the box in question). Anyone able
|to make sense of this stuff? Thanks in advance...
|
|$ df
|Filesystem 1K-blocks Used Avail Capacity
|Mounted on
| 0 -864697411992289280 7799097586572414976 -6%
| 0 0 0 -0%
| 0 0 0 100%
| 0 0 0 100%
| 0 0 0 100%
|
|$ ifconfig
|rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
| options=8<VLAN_MTU>
| inet {inet value} netmask 0xfffffff8 broadcast {broadcast value}
| inet6 fe80::2e0:4cff:fe00:559%rl0 prefixlen 64 scopeid 0x1
| ether 00:e0:4c:00:05:59
| media: Ethernet autoselect (10baseT/UTP)
| status: active
|Segmentation fault (core dumped)
|$
|
|Colin McGregor - Will administer systems and/or write about them for food.
|Resume here: http://www.mcgregor.org/resume.htm
|_______________________________________________
|tortech mailing list
|http://lists.samurai.com/mailman/listinfo/tortech
|
|
|

Loading...