[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#583082: kernel: khubd crash



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 25 May 2010, Ben Hutchings wrote:

> We need more information than this.  What USB devices and drivers are you
> using?  (lsusb, lsmod)
# uname -a
Linux mailq.aaaaaaaa.net 2.6.26-2-sparc64 #1 Wed May 12 20:39:46 UTC 2010 sparc64 GNU/Linux
# cat /proc/cpuinfo 
cpu             : TI UltraSparc IIi (Sabre)
fpu             : UltraSparc IIi integrated FPU
prom            : OBP 3.15.2 1998/11/10 10:35
type            : sun4u
ncpus probed    : 1
ncpus active    : 1
D$ parity tl1   : 0
I$ parity tl1   : 0
Cpu0ClkTck      : 0000000013d92d40
MMU Type        : Spitfire
# free
             total       used       free     shared    buffers     cached
Mem:        510432     461736      48696          0        232     133048
- -/+ buffers/cache:     328456     181976
Swap:      5465216          0    5465216
# lsmod
Module                  Size  Used by
tun                    10820  1 
ipv6                  296924  16 
nf_nat_ftp              3264  0 
nf_conntrack_ftp        9192  1 nf_nat_ftp
nf_conntrack_netbios_ns     3008  0 
iptable_nat             6352  0 
nf_nat                 19786  2 nf_nat_ftp,iptable_nat
xt_length               2368  1 
xt_MARK                 3776  2 
xt_CONNMARK             4288  2 
iptable_mangle          3520  1 
nf_conntrack_ipv4      16536  25 iptable_nat,nf_nat
ipt_LOG                 6464  14 
xt_limit                3328  16 
ipt_REJECT              3712  5 
xt_state                2688  20 
nf_conntrack           71696  8 nf_nat_ftp,nf_conntrack_ftp,nf_conntrack_netbios_ns,iptable_nat,nf_nat,xt_CONNMARK,nf_conntrack_ipv4,xt_state
xt_tcpudp               3776  78 
xt_mark                 3200  4 
iptable_filter          3456  1 
ip_tables              18000  3 iptable_nat,iptable_mangle,iptable_filter
x_tables               22024  11 iptable_nat,xt_length,xt_MARK,xt_CONNMARK,ipt_LOG,xt_limit,ipt_REJECT,xt_state,xt_tcpudp,xt_mark,ip_tables
ext3                  138256  1 
jbd                    44264  1 ext3
sha256_generic         13888  0 
aes_generic            33640  6 
cbc                     3968  3 
dm_crypt               13960  1 
crypto_blkcipher       18116  5 cbc,dm_crypt
dm_mod                 56840  7 dm_crypt
evdev                  10880  0 
xfs                   483512  4 
raid1                  21120  4 
md_mod                 84704  5 raid1
ide_cd_mod             35528  0 
cdrom                  38752  1 ide_cd_mod
ide_disk               13184  12 
ata_generic             6148  0 
libata                168400  1 ata_generic
scsi_mod              164896  1 libata
ide_pci_generic         5380  0 [permanent]
cmd64x                  6592  0 [permanent]
sunhme                 29872  0 
ehci_hcd               33676  0 
ohci_hcd               20868  0 

# lsusb
- - command get stuck and cannot be killed.

# ps auxww | grep lsusb | grep -v grep
root      3150  0.0  0.2   2808  1336 pts/0    D+   09:46   0:00 lsusb


Attached to usb port is an ps2-to-usb convertor for a d-link 2 port KVM, 
DKVM-2K (keyboard cable). The idea is to use the same monitor for 2 
different computers - sparc/intel) and this way I can trick the KVM switch 
to enable vga output.

# dmesg
[  553.669333] usb 2-1: new low speed USB device using ohci_hcd and address 2
[ 1420.563261] INFO: task khubd:124 blocked for more than 120 seconds.
[ 1420.563612] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1420.563959] khubd         D 00000000005d88f4     0   124      2
[ 1420.563987] Call Trace:
[ 1420.564000]  [00000000005d7dfc] usb_kill_urb+0xb8/0xf0
[ 1420.564043]  [00000000005d88f4] usb_start_wait_urb+0x6c/0xa8
[ 1420.564072]  [00000000005d8b0c] usb_control_msg+0xd8/0xf4
[ 1420.564098]  [00000000005d376c] hub_port_init+0x284/0x678
[ 1420.564123]  [00000000005d4c18] hub_thread+0x64c/0xca0
[ 1420.564147]  [0000000000469490] kthread+0x4c/0x78
[ 1420.564177]  [0000000000426df8] kernel_thread+0x38/0x48
[ 1420.564203]  [0000000000469328] kthreadd+0x98/0x11c
[ 1420.564310] INFO: task lsusb:3150 blocked for more than 120 seconds.
[ 1420.564597] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1420.564929] lsusb         D 000000000068a674     0  3150   3129
[ 1420.564954] Call Trace:
[ 1420.564966]  [0000000000689d40] schedule_timeout+0x20/0xa4
[ 1420.564992]  [000000000068a674] __down+0x54/0x84
[ 1420.565014]  [000000000046d004] down+0x30/0x50
[ 1420.565047]  [00000000005dece8] usbdev_ioctl+0x28/0x16b8
[ 1420.565074]  [00000000004bc854] vfs_ioctl+0x64/0x70
[ 1420.565102]  [00000000004bcb2c] do_vfs_ioctl+0x2cc/0x2e4
[ 1420.565127]  [00000000004bcb9c] SyS_ioctl+0x58/0x7c
[ 1420.565149]  [00000000004e18a0] do_ioctl32_pointer+0x14/0x20
[ 1420.565186]  [00000000004e1844] compat_sys_ioctl+0x3c8/0x410
[ 1420.565212]  [0000000000406114] linux_sparc_syscall+0x3c/0x44

/var/log/messages:
May 28 09:44:11 mailq kernel: [  553.669333] usb 2-1: new low speed USB device using ohci_hcd and address 2

Without kvm cable attached lsusb list the following entries:

# lsusb
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Output is not consistent and sometimes I only get (between reboots):
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Anyway, I only have this problem for the last 2 kernels. Everything was 
working fine before. I did not had any kernel crash before (not sure 
about lsusb).

Today for the first time I tried to connect a memory stick and the result 
was complete blockage of the computer.

The usb board works fine on computers using intel processors.

Output for "strace -f -ff -o lsusb.log lsusb" attached. Also attached 
output for dmesg.


Sincerely,
Gabriel

- --

// Gabriel VLASIU
//
// OpenGPG-KeyID      : 0xE684206E
// OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E
// OpenGPG-URL        : http://www.vlasiu.net/public.key


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFL/3R7eWrbH+aEIG4RAkglAJ0aXaTXuZH3d9MZAPu6rEm2AphpbwCfcvLn
wtJA8V1gD2/S0/K5+29wBIo=
=Lm+D
-----END PGP SIGNATURE-----
execve("/usr/sbin/lsusb", ["lsusb"], [/* 12 vars */]) = 0
brk(0)                                  = 0x32000
uname({sys="Linux", node="mailq.vlasiu.net", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK)      = 0
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=25086, ...}) = 0
mmap(NULL, 25086, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7f70000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = 0
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\22\0\0\0\1\0\0\32\230\0\0\0004\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=81184, ...}) = 0
mmap(NULL, 145408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7f24000
mprotect(0xf7f38000, 57344, PROT_NONE)  = 0
mmap(0xf7f46000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xf7f46000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = 0
open("/lib/libusb-0.1.so.4", O_RDONLY)  = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\22\0\0\0\1\0\0\25\330\0\0\0004\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=32000, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f7c000
mmap(NULL, 96472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7f0c000
mprotect(0xf7f12000, 65536, PROT_NONE)  = 0
mmap(0xf7f22000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xf7f22000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\22\0\0\0\1\0\1\374\300\0\0\0004\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1443964, ...}) = 0
mmap(NULL, 1513872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7d98000
mprotect(0xf7ef2000, 65536, PROT_NONE)  = 0
mmap(0xf7f02000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15a000) = 0xf7f02000
mmap(0xf7f08000, 6544, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf7f08000
close(3)                                = 0
munmap(0xf7f70000, 25086)               = 0
brk(0)                                  = 0x32000
brk(0x54000)                            = 0x54000
open("./usb.ids", O_RDONLY)             = -1 ENOENT (No such file or directory)
open("./usb.ids.gz", O_RDONLY)          = -1 ENOENT (No such file or directory)
open("/var/lib/usbutils/usb.ids", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=382646, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f76000
read(3, "#\n#\tList of USB ID's\n#\n#\tMaintain"..., 16384) = 16384
_llseek(3, 0, [16384], SEEK_CUR)        = 0
read(3, "88c  Expert mouseCLOCK USB II HBG"..., 8192) = 8192
read(3, "WinFast PalmTop/Novo TV Video\n\t60"..., 8192) = 8192
read(3, "stems, Inc.\n\t0100  Mouse-Trak 3-b"..., 8192) = 8192
read(3, "c  VideoCAM Web V3\n\t700d  G-Shot "..., 8192) = 8192
read(3, "2003\n\t04db  Windows Powered Smart"..., 8192) = 8192
read(3, "\n\tc291  WingMan Formula Force\n\tc2"..., 8192) = 8192
read(3, "f101  Atlas Modem\n047f  Plantroni"..., 8192) = 8192
read(3, " W6400PG\n\t1405  W8400PG\n\t150f  BI"..., 8192) = 8192
brk(0x76000)                            = 0x76000
read(3, "olpix 2000 (ptp)\n\t0402  DSC D100 "..., 8192) = 8192
read(3, "evio C2 Mass Storage Device\n\t0729"..., 8192) = 8192
read(3, "tor Interface\n\t0071  Touchmonitor"..., 8192) = 8192
read(3, "C\n\t01bd  MFC-8660DN\n\t01be  DCP-75"..., 8192) = 8192
read(3, "ISDN TA\n0541  Sirf Technology, In"..., 8192) = 8192
read(3, "PC CAM 300A\n\tc200  gSmart 300\n\tc2"..., 8192) = 8192
read(3, "UA-101\n\t0080  G-70\n\t0081  G-70\n\t0"..., 8192) = 8192
read(3, "  HCF V.90 Data/Fax Modem\n\t8203  "..., 8192) = 8192
read(3, "\ta701  JumpDrive FireFly\n\tb002  U"..., 8192) = 8192
read(3, "55  Space Shuttle Hi-Tech Co., Lt"..., 8192) = 8192
read(3, "P3 Player\n\t5557  RCA CDS6300\n069d"..., 8192) = 8192
read(3, "00  Internet Phone\n\tc201  Interne"..., 8192) = 8192
brk(0x98000)                            = 0x98000
read(3, "o DFU\n\t2881  M-Audio DFU\n0764  Cy"..., 8192) = 8192
read(3, "P-S100 port\n\t0203  Digital Voice "..., 8192) = 8192
read(3, "2  MOTU Audio for 64 bit\n07ff  Un"..., 8192) = 8192
read(3, "martdio Reader/Writer\n0897  Laute"..., 8192) = 8192
read(3, "d Programmer\n\t21a5  etrex Cx (msc"..., 8192) = 8192
read(3, "\t0006  Optical Mouse WOP-35 / Tru"..., 8192) = 8192
read(3, "ative mode), TH210\n\t0302  POS Pri"..., 8192) = 8192
read(3, "., Ltd, Technology Center\n0b89  A"..., 8192) = 8192
read(3, "01  Fujitsu Pocket Loox 600 PDA\n0"..., 8192) = 8192
read(3, "10 PC/SC Smart Card Reader\n0ca7  "..., 8192) = 8192
read(3, "vice\n\t0551  V-551 Composite Devic"..., 8192) = 8192
read(3, "UMS mode)\n\t0801  Cowon D2 (MTP mo"..., 8192) = 8192
read(3, "0001  Blackberry Handheld\n0fce  S"..., 8192) = 8192
brk(0xba000)                            = 0xba000
read(3, "ls Corp.\n10a9  SK Teletech Co., L"..., 8192) = 8192
read(3, "000 Demodulator\n\t0080  SkyEye Wea"..., 8192) = 8192
read(3, "Neo1973 u-boot usbtty generic ser"..., 8192) = 8192
read(3, "80  1 port to Serial\n\t8081  1 por"..., 8192) = 8192
read(3, "\n18d9  Kaba\n\t01a0  B-Net 91 07\n18"..., 8192) = 8192
read(3, "HEN) CO., LTD.\n1c87  2N TELEKOMUN"..., 8192) = 8192
read(3, " Tripp-Lite\n\t2008  U209-000-R Ser"..., 8192) = 8192
read(3, "Stick Reader\n595a  IRTOUCHSYSTEMS"..., 8192) = 8192
read(3, "one\nAT 0500  Telephony Undefined\n"..., 8192) = 8192
read(3, "64  \\ and | (Backslash and Bar, U"..., 8192) = 8192
read(3, " Exit\n\t205  AC Maximize\n\t206  AC "..., 8192) = 8192
read(3, "\n\t014  Optional Mfg. Function 5\n\t"..., 8192) = 5814
brk(0xdc000)                            = 0xdc000
read(3, ""..., 8192)                    = 0
close(3)                                = 0
munmap(0xf7f76000, 8192)                = 0
open("/dev/bus/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC|0x4) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
fcntl64(3, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 5 entries */, 8192)      = 80
close(3)                                = 0
open("/dev/bus/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC|0x4) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
getdents(3, /* 5 entries */, 8192)      = 80
getdents(3, /* 0 entries */, 8192)      = 0
close(3)                                = 0
open("/dev/bus/usb/003", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC|0x4) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
getdents(3, /* 3 entries */, 8192)      = 48
open("/dev/bus/usb/003/001", O_RDWR)    = 4
ioctl(4, USBDEVFS_CONNECTINFO, 0xffffd948) = 0
read(4, "\22\1\1\20\t\0\0@\35k\0\1\2\6\3\2\1\1"..., 18) = 18
read(4, "\t\2\31\0\1\1\0\340"..., 8)    = 8
read(4, "\0\t\4\0\0\1\t\0\0\0\7\5\201\3\2\0\377"..., 17) = 17
close(4)                                = 0
getdents(3, /* 0 entries */, 8192)      = 0
close(3)                                = 0
open("/dev/bus/usb/003/001", O_RDWR)    = 3
ioctl(3, USBDEVFS_IOCTL, 0xffffd944)    = 3
close(3)                                = 0
open("/dev/bus/usb/002", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC|0x4) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
getdents(3, /* 3 entries */, 8192)      = 48
open("/dev/bus/usb/002/001", O_RDWR)    = 4
ioctl(4, USBDEVFS_CONNECTINFO
[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 3.15.2 1998/11/10 10:35'
[    0.000000] PROMLIB: Root node compatible: 
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-2-sparc64 (Debian 2.6.26-22lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 Wed May 12 20:39:46 UTC 2010
[    0.000000] console [earlyprom0] enabled
[    0.000000] ARCH: SUN4U
[    0.000000] Ethernet address: 08:00:20:a7:2a:e5
[    0.000000] Kernel: Using 1 locked TLB entries for main kernel image.
[    0.000000] Remapping the kernel... done.
[    0.000000] OF stdout device is: /pci@1f,0/pci@1,1/SUNW,m64B@2
[    0.000000] PROM: Built device tree with 47565 bytes of memory.
[    0.000000] Top of RAM: 0x1ff46000, Total RAM: 0x1ff3e000
[    0.000000] Memory hole size: 0MB
[    0.000000] Entering add_active_range(0, 0, 65407) 0 entries of 256 used
[    0.000000] Entering add_active_range(0, 65408, 65436) 1 entries of 256 used
[    0.000000] Entering add_active_range(0, 65439, 65443) 2 entries of 256 used
[    0.000000] [0000000200000000-fffff80000800000] page_structs=131072 node=0 entry=0/0
[    0.000000] [0000000200000000-fffff80001400000] page_structs=131072 node=0 entry=1/0
[    0.000000] Zone PFN ranges:
[    0.000000]   Normal          0 ->    65443
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0:        0 ->    65407
[    0.000000]     0:    65408 ->    65436
[    0.000000]     0:    65439 ->    65443
[    0.000000] On node 0 totalpages: 65439
[    0.000000]   Normal zone: 448 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 64991 pages, LIFO batch:15
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] Booting Linux...
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64991
[    0.000000] Kernel command line: root=/dev/md0 ro audit=1
[    0.000000] audit: enabled (after initialization)
[    0.000000] PID hash table entries: 2048 (order: 11, 16384 bytes)
[    0.000000] clocksource: mult[300c5] shift[16]
[    0.000000] clockevent: mult[553f7ced] shift[32]
[   15.686767] Console: colour dummy device 80x25
[   15.790540] console handover: boot [earlyprom0] -> real [tty0]
[   15.906885] Dentry cache hash table entries: 65536 (order: 6, 524288 bytes)
[   15.909611] Inode-cache hash table entries: 32768 (order: 5, 262144 bytes)
[   15.945160] Memory: 502632k available (2592k kernel code, 944k data, 176k init) [fffff80000000000,000000001ff46000]
[   16.023885] Calibrating delay using timer specific routine.. 666.70 BogoMIPS (lpj=1333416)
[   16.024240] Security Framework initialized
[   16.024310] SELinux:  Disabled at boot.
[   16.024353] Capability LSM initialized
[   16.024455] Mount-cache hash table entries: 512
[   16.025615] Initializing cgroup subsys ns
[   16.025657] Initializing cgroup subsys cpuacct
[   16.025689] Initializing cgroup subsys devices
[   16.027371] net_namespace: 1208 bytes
[   16.028532] NET: Registered protocol family 16
[   16.044980] PCI: Probing for controllers.
[   16.048663] /pci@1f,0: SABRE PCI Bus Module
[   16.048720] /pci@1f,0: PCI IO[1fe02000000] MEM[1ff00000000]
[   16.048786] PCI: Scanning PBM /pci@1f,0
[   16.053535] ebus0: [auxio] [power] [SUNW,pll] [se] [su] [su] [ecpp] [fdthree] [eeprom] [flashprom] [SUNW,CS4231]
[   16.057299] power: Control reg at 1fff1724000
[   16.065460] usbcore: registered new interface driver usbfs
[   16.065996] usbcore: registered new interface driver hub
[   16.066439] usbcore: registered new device driver usb
[   16.076272] AUXIO: Found device at /pci@1f,0/pci@1,1/ebus@1/auxio@14,726000
[   16.076664] /pci@1f,0/pci@1,1/ebus@1/eeprom@14,0: Clock regs at 000001fff1000000
[   16.079894] NET: Registered protocol family 2
[   16.080018] Switched to high resolution mode on CPU 0
[   16.112323] IP route cache hash table entries: 4096 (order: 2, 32768 bytes)
[   16.113946] TCP established hash table entries: 16384 (order: 5, 262144 bytes)
[   16.115588] TCP bind hash table entries: 16384 (order: 4, 131072 bytes)
[   16.116399] TCP: Hash tables configured (established 16384 bind 16384)
[   16.116461] TCP reno registered
[   16.128356] NET: Registered protocol family 1
[   16.129062] checking if image is initramfs... it is
[   20.036402] Freeing initrd memory: 6896k freed
[   20.038056] Mini RTC Driver
[   20.040020] audit: initializing netlink socket (enabled)
[   20.040131] type=2000 audit(1275031007.328:1): initialized
[   20.040787] Total HugeTLB memory allocated, 0
[   20.041404] VFS: Disk quotas dquot_6.5.1
[   20.041670] Dquot-cache hash table entries: 1024 (order 0, 8192 bytes)
[   20.042049] msgmni has been set to 996
[   20.042809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   20.042906] io scheduler noop registered
[   20.042957] io scheduler anticipatory registered
[   20.043011] io scheduler deadline registered
[   20.043123] io scheduler cfq registered (default)
[   20.044081] atyfb: 3D RAGE PRO (Mach64 GP, PQFP, PCI) [0x4750 rev 0x7c]
[   20.045524] atyfb: 4M SGRAM (1:1), 14.31818 MHz XTAL, 230 MHz PLL, 100 Mhz MCLK, 100 MHz XCLK
[   20.117503] Console: switching to colour frame buffer device 144x56
[   20.142510] atyfb: fb0: ATY Mach64 frame buffer device on PCI
[   20.163718] [drm] Initialized drm 1.1.0 20060810
[   20.164751] /pci@1f,0/pci@1,1/ebus@1/su@14,3083f8: Keyboard port at 1fff13083f8, irq 6
[   20.165238] /pci@1f,0/pci@1,1/ebus@1/su@14,3062f8: Mouse port at 1fff13062f8, irq 7
[   20.166421] f0061a64: ttyS0 at MMIO 0x1fff1400000 (irq = 5) is a SAB82532 V3.2
[   20.167341] f0061a64: ttyS1 at MMIO 0x1fff1400040 (irq = 5) is a SAB82532 V3.2
[   20.178306] brd: module loaded
[   20.183354] loop: module loaded
[   20.183540] Uniform Multi-Platform E-IDE driver
[   20.183753] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   20.186407] mice: PS/2 mouse device common for all mice
[   20.837908] input: Sun Type 5 keyboard as /class/input/input0
[   20.849102] input: Sun Mouse as /class/input/input1
[   20.849378] usbcore: registered new interface driver usbhid
[   20.849641] usbhid: v2.6:USB HID core driver
[   20.852547] TCP cubic registered
[   20.852713] NET: Registered protocol family 17
[   20.853789] registered taskstats version 1
[   20.854436] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   23.588306] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   23.588448] PCI: Enabling device: (0000:02:01.0), cmd 2
[   23.588497] ohci_hcd 0000:02:01.0: OHCI Host Controller
[   23.589575] ohci_hcd 0000:02:01.0: new USB bus registered, assigned bus number 1
[   23.589979] ohci_hcd 0000:02:01.0: irq 15, io mem 0x1ff00200000
[   23.646287] usb usb1: configuration #1 chosen from 1 choice
[   23.646745] hub 1-0:1.0: USB hub found
[   23.652851] hub 1-0:1.0: 2 ports detected
[   23.764500] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   23.770730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   23.777055] usb usb1: Product: OHCI Host Controller
[   23.783741] usb usb1: Manufacturer: Linux 2.6.26-2-sparc64 ohci_hcd
[   23.790390] usb usb1: SerialNumber: 0000:02:01.0
[   23.797484] PCI: Enabling device: (0000:02:01.1), cmd 2
[   23.797521] ohci_hcd 0000:02:01.1: OHCI Host Controller
[   23.804732] ohci_hcd 0000:02:01.1: new USB bus registered, assigned bus number 2
[   23.812021] ohci_hcd 0000:02:01.1: irq 16, io mem 0x1ff00400000
[   23.895171] usb usb2: configuration #1 chosen from 1 choice
[   23.902947] hub 2-0:1.0: USB hub found
[   23.910616] hub 2-0:1.0: 2 ports detected
[   24.020345] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   24.028653] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.037103] usb usb2: Product: OHCI Host Controller
[   24.045387] usb usb2: Manufacturer: Linux 2.6.26-2-sparc64 ohci_hcd
[   24.053861] usb usb2: SerialNumber: 0000:02:01.1
[   24.062863] PCI: Enabling device: (0000:01:01.1), cmd 2
[   24.062898] sunhme.c:v3.00 June 23, 2006 David S. Miller (davem@davemloft.net)
[   24.074542] eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:a7:2a:e5
[   24.087675] PCI: Enabling device: (0000:02:01.2), cmd 2
[   24.087715] ohci_hcd 0000:02:01.2: OHCI Host Controller
[   24.097368] ohci_hcd 0000:02:01.2: new USB bus registered, assigned bus number 3
[   24.107450] ohci_hcd 0000:02:01.2: irq 17, io mem 0x1ff00600000
[   24.174211] usb usb3: configuration #1 chosen from 1 choice
[   24.184746] hub 3-0:1.0: USB hub found
[   24.195057] hub 3-0:1.0: 2 ports detected
[   24.308279] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   24.318422] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.328075] usb usb3: Product: OHCI Host Controller
[   24.338084] usb usb3: Manufacturer: Linux 2.6.26-2-sparc64 ohci_hcd
[   24.347675] usb usb3: SerialNumber: 0000:02:01.2
[   24.357933] CMD646: IDE controller (0x1095:0x0646 rev 0x03) at  PCI slot 0000:01:03.0
[   24.368231] CMD646: MultiWord DMA force limited
[   24.378075] CMD646: 100% native mode on irq 14
[   24.388273]     ide0: BM-DMA at 0x1fe02c00020-0x1fe02c00027
[   24.398119]     ide1: BM-DMA at 0x1fe02c00028-0x1fe02c0002f
[   24.408096] Probing IDE interface ide0...
[   24.696105] hda: WDC WD800JB-00JJC0, ATA DISK drive
[   24.984090] hdb: QUANTUM FIREBALLP AS40.0, ATA DISK drive
[   25.047972] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   25.048077] hda: MWDMA2 mode selected
[   25.058031] hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   25.058235] hdb: MWDMA2 mode selected
[   25.067809] Probing IDE interface ide1...
[   25.468069] hdc: LITEON DVD-ROM LTD163, ATAPI CD/DVD-ROM drive
[   25.811910] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   25.811982] hdc: MWDMA2 mode selected
[   25.822021] ide0 at 0x1fe02c00000-0x1fe02c00007,0x1fe02c0000a on irq 14
[   25.832218] ide1 at 0x1fe02c00010-0x1fe02c00017,0x1fe02c0001a on irq 14 (shared with ide0)
[   25.944344] SCSI subsystem initialized
[   26.035153] libata version 3.00 loaded.
[   26.354323] hda: max request size: 128KiB
[   26.402216] hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=65535/16/63
[   26.426504] hda: cache flushes supported
[   26.436422]  hda: hda1 hda2 hda3 hda4 hda5 hda6 hda7
[   26.464980] hdb: max request size: 128KiB
[   26.482661] hdb: 78177792 sectors (40027 MB) w/1902KiB Cache, CHS=65535/16/63
[   26.492207] hdb: cache flushes not supported
[   26.502360]  hdb: hdb1 hdb2 hdb3 hdb4 hdb5 hdb6 hdb7
[   26.525666] hdc: ATAPI 48X DVD-ROM drive, 512kB Cache
[   26.535349] Uniform CD-ROM driver Revision: 3.20
[   27.386666] md: raid1 personality registered for level 1
[   27.514692] md: md0 stopped.
[   27.764659] md: md1 stopped.
[   27.902670] md: bind<hda4>
[   27.913545] md: bind<hdb4>
[   28.025967] raid1: raid set md1 active with 2 out of 2 mirrors
[   28.121365] md: md2 stopped.
[   28.334220] md: bind<hda5>
[   28.345038] md: bind<hdb5>
[   28.457260] raid1: raid set md2 active with 2 out of 2 mirrors
[   28.546855] md: md3 stopped.
[   28.670963] md: bind<hda6>
[   28.782646] raid1: raid set md3 active with 1 out of 2 mirrors
[   29.085729] md: bind<hdb2>
[   29.095975] md: bind<hda2>
[   29.207772] raid1: raid set md0 active with 2 out of 2 mirrors
[   29.587967] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[   29.603439] SGI XFS Quota Management subsystem
[   29.620827] Filesystem "md0": Disabling barriers, not supported by the underlying device
[   29.631027] XFS mounting filesystem md0
[   30.189357] Ending clean XFS mount for filesystem: md0
[   33.068291] udevd version 125 started
[   34.604895] hdb: cache flushes not supported
[   39.436049] hdb: cache flushes not supported
[   40.807799] Filesystem "md0": Disabling barriers, not supported by the underlying device
[   43.655509] device-mapper: uevent: version 1.0.3
[   43.670492] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[   52.182578] Filesystem "dm-2": Disabling barriers, not supported by the underlying device
[   52.200144] XFS mounting filesystem dm-2
[   52.869446] Ending clean XFS mount for filesystem: dm-2
[   56.117338] kjournald starting.  Commit interval 5 seconds
[   56.125793] EXT3 FS on hda1, internal journal
[   56.125822] EXT3-fs: mounted filesystem with ordered data mode.
[   56.212276] Filesystem "md3": Disabling barriers, not supported by the underlying device
[   56.231385] XFS mounting filesystem md3
[   56.724668] Ending clean XFS mount for filesystem: md3
[   56.743833] Filesystem "dm-2": Disabling barriers, not supported by the underlying device
[   56.758607] XFS mounting filesystem dm-2
[   57.440182] Ending clean XFS mount for filesystem: dm-2
[   57.456562] Filesystem "md1": Disabling barriers, not supported by the underlying device
[   57.467088] XFS mounting filesystem md1
[   58.246940] Ending clean XFS mount for filesystem: md1
[   58.429238] Adding 2731032k swap on /dev/mapper/swap-hda7.  Priority:0 extents:1 across:2731032k
[   58.548906] Adding 2734184k swap on /dev/mapper/swap-hdb7.  Priority:0 extents:1 across:2734184k
[   59.593998] type=1305 audit(1275031047.126:2): audit_pid=1991 old=0 auid=4294967295 ses=4294967295 res=1
[   60.611251] ip_tables: (C) 2000-2006 Netfilter Core Team
[   61.803120] nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
[   66.245829] NET: Registered protocol family 10
[   66.249716] lo: Disabled Privacy Extensions
[   68.926705] eth0: Link is up using internal transceiver at 100Mb/s, Full Duplex.
[   75.853159] tun: Universal TUN/TAP device driver, 1.6
[   75.853182] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   75.868960] tun0: Disabled Privacy Extensions
[   77.094446] eth0: no IPv6 routers present
[  169.198565] warning: `ntpd' uses 32-bit capabilities (legacy support in use)

Reply to: