View Single Post
Old 17th June 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Code:
josean@asuka.familyworks.local:/usr/src/sys/arch/amd64/compile/GENERIC.MP
This is -release. Which patches have been applied? Did you customize src/sys/arch/amd64/conf/GENERIC.MP?
Code:
mskc0 at pci5 dev 0 function 0 "Marvell Yukon 88E8056" rev 0x12, Yukon-2 EC Ultra rev. B0 (0x3): apic 8 int 18
msk0 at mskc0 port A: address 00:24:8c:94:76:52
eephy0 at msk0 phy 0: 88E1149 Gigabit PHY, rev. 1
.
.
.
mskc1 at pci6 dev 0 function 0 "Marvell Yukon 88E8056" rev 0x12, Yukon-2 EC Ultra rev. B0 (0x3): apic 8 int 17
msk1 at mskc1 port A: address 00:24:8c:94:76:51
eephy1 at msk1 phy 0: 88E1149 Gigabit PHY, rev. 1
I'd love to see the output from the following commands if the system is still operational after the failure of a put:

$ ifconfig
$ netstat -ni
$ netstat -nm
$ netstat -ns

And, if PF is used on the platform:

# pfctl -s info
# pfctl -s memory

Last edited by jggimi; 17th June 2013 at 12:07 PM. Reason: $ -> # for pfctl, and added -s memory
Reply With Quote