openSUSE 13.1 无法挂载三星 320G 移动硬盘

操作系统:openSUSE 13.1
移动硬盘:三星 320G,格式 NTFS

在 Win7 和 Ubuntu 下是可以识别的。

现象:

移动硬盘插入电脑后,移动硬盘的灯闪了一会不闪了,但是 Nautilus 的设备栏下没有出现。于是进命令行:

# su
# fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00020e13

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   175781887    87889920   83  Linux
/dev/sda2       175783934   976771071   400493569    5  Extended
/dev/sda5       175783936   195313663     9764864   83  Linux
/dev/sda6       195315712   214845439     9764864   82  Linux swap / Solaris
/dev/sda7       214847488   234377215     9764864   83  Linux
/dev/sda8       234379264   976771071   371195904   83  Linux
fdisk: cannot open /dev/sdb: Input/output error

# ls /dev

sda 
sda1
sda2
sda5
sda6
sda7
sda8
sdb 
sdb1

试着手动挂载:

# mount -t ntfs /dev/sdb1 /mnt/h
Error reading bootsector: Input/output error
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

根据这段提示,用 win7 修复:

chkdsk g: /f

再插回 openSUSE,还是不行。

谢谢帮助。

在 openSUSE 下试试:

sudo ntfsfix /dev/sdb1

在 Windows 下试试

chkdsk /R /f g:

都试了,不行。

我看到网上有其他人有同样问题,大容量 NTFS 格式移动硬盘无法挂载。

我把系统升级,还是不行。

以下是我在 Linux 下修复的结果:

> ntfsfix /dev/sdb1
Mounting volume... Error opening '/dev/sdb1': Permission denied
FAILED
Attempting to correct errors... Error opening '/dev/sdb1': Permission denied
FAILED
Failed to startup volume: Permission denied
Error opening '/dev/sdb1': Permission denied
Volume is corrupt. You should run chkdsk.
Permission denied

sudo 不然你没权限访问硬盘设备。

> sudo -i
root's password:
# ntfsfix /dev/sdb1
Mounting volume... Error reading bootsector: Input/output error
FAILED
Attempting to correct errors... Error reading bootsector: Input/output error
FAILED
Failed to startup volume: Input/output error
Error reading bootsector: Input/output error
Volume is corrupt. You should run chkdsk.

好吧,你把硬盘重新插拔一次,然后把

sudo journalctl --since=MM:SS > ~/journalctl.txt

生成的日志发一下吧,让我看看为什么闪灯之后无法识别。

-- Logs begin at 一 2014-06-23 10:20:52 CST, end at 一 2014-06-23 10:27:17 CST. --
6 月 23 10:25:18 linux-7ltp.site NetworkManager[737]: <warn> nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted
6 月 23 10:25:18 linux-7ltp.site NetworkManager[737]: <warn> nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: new high-speed USB device number 3 using ehci-pci
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: New USB device found, idVendor=14cd, idProduct=6116
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=2
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: Product: USB 2.0 SATA BRIDGE
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: Manufacturer: Super Top
6 月 23 10:25:26 linux-7ltp.site kernel: usb 2-1.1: SerialNumber: 116112222222
6 月 23 10:25:26 linux-7ltp.site mtp-probe[1884]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1"
6 月 23 10:25:26 linux-7ltp.site mtp-probe[1884]: bus: 2, device: 3 was not an MTP device
6 月 23 10:25:27 linux-7ltp.site kernel: usbcore: registered new interface driver usb-storage
6 月 23 10:25:27 linux-7ltp.site kernel: ums-cypress 2-1.1:1.0: USB Mass Storage device detected
6 月 23 10:25:27 linux-7ltp.site kernel: scsi6 : usb-storage 2-1.1:1.0
6 月 23 10:25:27 linux-7ltp.site kernel: usbcore: registered new interface driver ums-cypress
6 月 23 10:25:28 linux-7ltp.site kernel: scsi 6:0:0:0: Direct-Access     SAMSUNG                        PQ: 0 ANSI: 0
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Write Protect is off
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 23 10:25:28 linux-7ltp.site kernel:  sdb: sdb1
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 23 10:25:28 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
6 月 23 10:25:35 linux-7ltp.site kernel: usb 2-1.1: reset high-speed USB device number 3 using ehci-pci
6 月 23 10:25:35 linux-7ltp.site udisksd[1361]: Error probing device: Error sending ATA command IDENTIFY DEVICE to /dev/sdb: Unexpected sense data returned:
                                                0000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                 (g-io-error-quark, 0)
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea 9f 00 00 08 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 625142431
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142368
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142369
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142370
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142371
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142372
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142373
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142374
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142375
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea 9f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 625142431
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142368
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea a0 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 625142432
6 月 23 10:25:46 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 625142369
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea a1 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 625142433
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 08 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 63
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 63
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 64
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 65
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 08 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 71
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 71
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea af 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea a7 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea a8 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 25 42 ea a9 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:46 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:46 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:46 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 08 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 08 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 08 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:47 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:47 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:47 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b7 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b8 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 b9 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 4f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 50 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 51 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 4f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 50 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 51 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 7f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 80 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 81 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 01 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 01 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 01 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 4f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 50 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 51 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:48 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:48 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:48 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 4f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 50 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 51 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 4f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 50 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 51 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 47 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 48 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 49 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 bf 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c0 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 c1 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 02 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 02 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 02 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 20 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 20 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 20 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 10 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 10 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 10 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:49 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:49 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:49 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 57 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 58 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 59 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 77 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 78 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 79 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 18 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 38 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 23 10:25:50 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 23 10:25:50 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 23 10:25:50 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 00 00 00 08 00
6 月 23 10:26:13 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:14 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:16 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:20 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:28 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:36 linux-7ltp.site sudo[2046]: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring-1am8Ij/control
6 月 23 10:26:36 linux-7ltp.site sudo[2026]: gkr-pam: couldn't unlock the login keyring.
6 月 23 10:26:36 linux-7ltp.site sudo[2026]: dch : TTY=pts/0 ; PWD=/home/dch ; USER=root ; COMMAND=/usr/bin/journalctl --since=MM:SS
6 月 23 10:26:36 linux-7ltp.site sudo[2026]: pam_unix(sudo:session): session opened for user root by dch(uid=0)
6 月 23 10:26:36 linux-7ltp.site sudo[2026]: pam_unix(sudo:session): session closed for user root
6 月 23 10:26:44 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 23 10:26:53 linux-7ltp.site sudo[2053]: dch : TTY=pts/0 ; PWD=/home/dch ; USER=root ; COMMAND=/usr/bin/journalctl --since=25:00
6 月 23 10:26:53 linux-7ltp.site sudo[2053]: pam_unix(sudo:session): session opened for user root by dch(uid=0)
6 月 23 10:26:53 linux-7ltp.site sudo[2053]: pam_unix(sudo:session): session closed for user root
6 月 23 10:27:17 linux-7ltp.site sudo[2064]: dch : TTY=pts/0 ; PWD=/home/dch ; USER=root ; COMMAND=/usr/bin/journalctl --since=10:25
6 月 23 10:27:17 linux-7ltp.site sudo[2064]: pam_unix(sudo:session): session opened for user root by dch(uid=0)

这个不是…

Sent from my iPhone 5s using Tapatalk

--since=MM:SS

是指截取从几时几分开始到现在的日志吗?

是。但我是说日志内容跟你硬盘没关系。要不你插着那块移动硬盘开次机也行

Sent from my iPhone 5s using Tapatalk

这是我插着硬盘启动系统的日志,麻烦看一下吧,谢谢。这次设备在 Nautilus 里出现了,但是无法访问。

-- Logs begin at 二 2014-06-24 10:13:38 CST, end at 二 2014-06-24 10:18:22 CST. --
6 月 24 10:13:38 linux-7ltp systemd-journal[276]: Runtime journal is using 1.3M (max 392.6M, leaving 589.0M of free 3.8G, current limit 392.6M).
6 月 24 10:13:38 linux-7ltp systemd-journal[276]: Runtime journal is using 1.3M (max 392.6M, leaving 589.0M of free 3.8G, current limit 392.6M).
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys cpuset
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys cpu
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys cpuacct
6 月 24 10:13:38 linux-7ltp kernel: Linux version 3.11.6-4-desktop (geeko@buildhost) (gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) ) #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27)
6 月 24 10:13:38 linux-7ltp kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.6-4-desktop root=UUID=03023d11-b436-4080-a4f0-33e83e80c423 resume=/dev/disk/by-id/ata-ST9500325AS_6VEJVBJR-part6 splash=silent quiet showopts
6 月 24 10:13:38 linux-7ltp kernel: e820: BIOS-provided physical RAM map:
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x000000000009bc00-0x000000000009ffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dedeffff] usable
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000dedf0000-0x00000000dee74fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000dee75000-0x00000000dee77fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000dee78000-0x00000000dee87fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000dee88000-0x00000000dee98fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000dee99000-0x00000000deeadfff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deeae000-0x00000000deed6fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deed7000-0x00000000deee7fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deee8000-0x00000000deeeafff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deeeb000-0x00000000deeecfff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deeed000-0x00000000deefdfff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000deefe000-0x00000000def00fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def01000-0x00000000def04fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def05000-0x00000000def05fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def06000-0x00000000def09fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def0a000-0x00000000def0cfff] ACPI data
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def0d000-0x00000000def11fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def12000-0x00000000def20fff] ACPI NVS
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000def21000-0x00000000dfffffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x00000001fc000000-0x00000001ffffffff] reserved
6 月 24 10:13:38 linux-7ltp kernel: BIOS-e820: [mem 0x0000000200000000-0x000000021bffffff] usable
6 月 24 10:13:38 linux-7ltp kernel: NX (Execute Disable) protection: active
6 月 24 10:13:38 linux-7ltp kernel: SMBIOS 2.6 present.
6 月 24 10:13:38 linux-7ltp kernel: DMI: ASUSTeK Computer Inc. K42JP/K42JP, BIOS 301 01/26/2011
6 月 24 10:13:38 linux-7ltp kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
6 月 24 10:13:38 linux-7ltp kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
6 月 24 10:13:38 linux-7ltp kernel: No AGP bridge found
6 月 24 10:13:38 linux-7ltp kernel: e820: last_pfn = 0x21c000 max_arch_pfn = 0x400000000
6 月 24 10:13:38 linux-7ltp kernel: MTRR default type: uncachable
6 月 24 10:13:38 linux-7ltp kernel: MTRR fixed ranges enabled:
6 月 24 10:13:38 linux-7ltp kernel:   00000-9FFFF write-back
6 月 24 10:13:38 linux-7ltp kernel:   A0000-BFFFF uncachable
6 月 24 10:13:38 linux-7ltp kernel:   C0000-CFFFF write-protect
6 月 24 10:13:38 linux-7ltp kernel:   D0000-DFFFF uncachable
6 月 24 10:13:38 linux-7ltp kernel:   E0000-FFFFF write-protect
6 月 24 10:13:38 linux-7ltp kernel: MTRR variable ranges enabled:
6 月 24 10:13:38 linux-7ltp kernel:   0 base 000000000 mask F80000000 write-back
6 月 24 10:13:38 linux-7ltp kernel:   1 base 080000000 mask FC0000000 write-back
6 月 24 10:13:38 linux-7ltp kernel:   2 base 0C0000000 mask FE0000000 write-back
6 月 24 10:13:38 linux-7ltp kernel:   3 base 100000000 mask F00000000 write-back
6 月 24 10:13:38 linux-7ltp kernel:   4 base 200000000 mask FE0000000 write-back
6 月 24 10:13:38 linux-7ltp kernel:   5 base 21C000000 mask FFC000000 uncachable
6 月 24 10:13:38 linux-7ltp kernel:   6 base 1FC000000 mask FFC000000 uncachable
6 月 24 10:13:38 linux-7ltp kernel:   7 disabled
6 月 24 10:13:38 linux-7ltp kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
6 月 24 10:13:38 linux-7ltp kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
6 月 24 10:13:38 linux-7ltp kernel: e820: update [mem 0x1fc000000-0x1ffffffff] usable ==> reserved
6 月 24 10:13:38 linux-7ltp kernel: e820: last_pfn = 0xdedf0 max_arch_pfn = 0x400000000
6 月 24 10:13:38 linux-7ltp kernel: found SMP MP-table at [mem 0x000fcab0-0x000fcabf] mapped at [ffff8800000fcab0]
6 月 24 10:13:38 linux-7ltp kernel: Scanning 1 areas for low memory corruption
6 月 24 10:13:38 linux-7ltp kernel: Base memory trampoline at [ffff880000095000] 95000 size 24576
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x00000000-0x000fffff] page 4k
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb3000, 0x01fb3fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb4000, 0x01fb4fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb5000, 0x01fb5fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x21be00000-0x21bffffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x21be00000-0x21bffffff] page 2M
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb6000, 0x01fb6fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x218000000-0x21bdfffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x218000000-0x21bdfffff] page 2M
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x200000000-0x217ffffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x200000000-0x217ffffff] page 2M
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x00100000-0xdedeffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x00100000-0x001fffff] page 4k
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x00200000-0xdebfffff] page 2M
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0xdec00000-0xdedeffff] page 4k
6 月 24 10:13:38 linux-7ltp kernel: init_memory_mapping: [mem 0x100000000-0x1fbffffff]
6 月 24 10:13:38 linux-7ltp kernel:  [mem 0x100000000-0x1fbffffff] page 2M
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb7000, 0x01fb7fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: BRK [0x01fb8000, 0x01fb8fff] PGTABLE
6 月 24 10:13:38 linux-7ltp kernel: RAMDISK: [mem 0x35544000-0x36a99fff]
6 月 24 10:13:38 linux-7ltp kernel: ACPI: RSDP 00000000000f0410 00024 (v02 _ASUS_)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: XSDT 00000000def0be18 00064 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: FACP 00000000deeebc18 000F4 (v04 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
6 月 24 10:13:38 linux-7ltp kernel: ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130517/tbfadt-395)
6 月 24 10:13:38 linux-7ltp kernel: ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xDEF1DF40/0x00000000DEF20D40, using 32 (20130517/tbfadt-522)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: DSDT 00000000deea1018 0C9A2 (v01 _ASUS_   _ASUS_ 00000000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: FACS 00000000def1df40 00040
6 月 24 10:13:38 linux-7ltp kernel: ACPI: APIC 00000000def0af18 0008C (v02 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: MCFG 00000000def1fd18 0003C (v01 _ASUS_   _ASUS_ 06222004 MSFT 00000097)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: HPET 00000000def1fc98 00038 (v01 _ASUS_   _ASUS_ 06222004 AMI. 00000003)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: ECDT 00000000def20b18 000C1 (v01 _ASUS_   _ASUS_ 06222004 AMI  00000000)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000deeec618 005BE (v01  PmRef     Nvga 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SLIC 00000000def18a18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000def05018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Local APIC address 0xfee00000
6 月 24 10:13:38 linux-7ltp kernel: No NUMA configuration found
6 月 24 10:13:38 linux-7ltp kernel: Faking a node at [mem 0x0000000000000000-0x000000021bffffff]
6 月 24 10:13:38 linux-7ltp kernel: Initmem setup node 0 [mem 0x00000000-0x21bffffff]
6 月 24 10:13:38 linux-7ltp kernel:   NODE_DATA [mem 0x21bfe6000-0x21bff9fff]
6 月 24 10:13:38 linux-7ltp kernel:  [ffffea0000000000-ffffea00077fffff] PMD -> [ffff880213600000-ffff88021a7fffff] on node 0
6 月 24 10:13:38 linux-7ltp kernel: Zone ranges:
6 月 24 10:13:38 linux-7ltp kernel:   DMA      [mem 0x00001000-0x00ffffff]
6 月 24 10:13:38 linux-7ltp kernel:   DMA32    [mem 0x01000000-0xffffffff]
6 月 24 10:13:38 linux-7ltp kernel:   Normal   [mem 0x100000000-0x21bffffff]
6 月 24 10:13:38 linux-7ltp kernel: Movable zone start for each node
6 月 24 10:13:38 linux-7ltp kernel: Early memory node ranges
6 月 24 10:13:38 linux-7ltp kernel:   node   0: [mem 0x00001000-0x0009afff]
6 月 24 10:13:38 linux-7ltp kernel:   node   0: [mem 0x00100000-0xdedeffff]
6 月 24 10:13:38 linux-7ltp kernel:   node   0: [mem 0x100000000-0x1fbffffff]
6 月 24 10:13:38 linux-7ltp kernel:   node   0: [mem 0x200000000-0x21bffffff]
6 月 24 10:13:38 linux-7ltp kernel: On node 0 totalpages: 2059658
6 月 24 10:13:38 linux-7ltp kernel:   DMA zone: 56 pages used for memmap
6 月 24 10:13:38 linux-7ltp kernel:   DMA zone: 21 pages reserved
6 月 24 10:13:38 linux-7ltp kernel:   DMA zone: 3994 pages, LIFO batch:0
6 月 24 10:13:38 linux-7ltp kernel:   DMA32 zone: 12425 pages used for memmap
6 月 24 10:13:38 linux-7ltp kernel:   DMA32 zone: 908784 pages, LIFO batch:31
6 月 24 10:13:38 linux-7ltp kernel:   Normal zone: 15904 pages used for memmap
6 月 24 10:13:38 linux-7ltp kernel:   Normal zone: 1146880 pages, LIFO batch:31
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PM-Timer IO Port: 0x408
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Local APIC address 0xfee00000
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
6 月 24 10:13:38 linux-7ltp kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
6 月 24 10:13:38 linux-7ltp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: IRQ0 used by override.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: IRQ2 used by override.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: IRQ9 used by override.
6 月 24 10:13:38 linux-7ltp kernel: Using ACPI (MADT) for SMP configuration information
6 月 24 10:13:38 linux-7ltp kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
6 月 24 10:13:38 linux-7ltp kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
6 月 24 10:13:38 linux-7ltp kernel: nr_irqs_gsi: 40
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdedf0000-0xdee74fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdee75000-0xdee77fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdee78000-0xdee87fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdee88000-0xdee98fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdee99000-0xdeeadfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeeae000-0xdeed6fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeed7000-0xdeee7fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeee8000-0xdeeeafff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeeeb000-0xdeeecfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeeed000-0xdeefdfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdeefe000-0xdef00fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef01000-0xdef04fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef05000-0xdef05fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef06000-0xdef09fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef0a000-0xdef0cfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef0d000-0xdef11fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef12000-0xdef20fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xdef21000-0xdfffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffbfffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xffc00000-0xffdfffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Registered nosave memory: [mem 0x1fc000000-0x1ffffffff]
6 月 24 10:13:38 linux-7ltp kernel: e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
6 月 24 10:13:38 linux-7ltp kernel: Booting paravirtualized kernel on bare hardware
6 月 24 10:13:38 linux-7ltp kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
6 月 24 10:13:38 linux-7ltp kernel: PERCPU: Embedded 28 pages/cpu @ffff88021bc00000 s83584 r8192 d22912 u262144
6 月 24 10:13:38 linux-7ltp kernel: pcpu-alloc: s83584 r8192 d22912 u262144 alloc=1*2097152
6 月 24 10:13:38 linux-7ltp kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
6 月 24 10:13:38 linux-7ltp kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2031252
6 月 24 10:13:38 linux-7ltp kernel: Policy zone: Normal
6 月 24 10:13:38 linux-7ltp kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.6-4-desktop root=UUID=03023d11-b436-4080-a4f0-33e83e80c423 resume=/dev/disk/by-id/ata-ST9500325AS_6VEJVBJR-part6 splash=silent quiet showopts
6 月 24 10:13:38 linux-7ltp kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
6 月 24 10:13:38 linux-7ltp kernel: Checking aperture...
6 月 24 10:13:38 linux-7ltp kernel: No AGP bridge found
6 月 24 10:13:38 linux-7ltp kernel: Memory: 8016560K/8238632K available (5870K kernel code, 778K rwdata, 4368K rodata, 1332K init, 1640K bss, 222072K reserved)
6 月 24 10:13:38 linux-7ltp kernel: Preemptible hierarchical RCU implementation.
6 月 24 10:13:38 linux-7ltp kernel:         RCU dyntick-idle grace-period acceleration is enabled.
6 月 24 10:13:38 linux-7ltp kernel:         RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
6 月 24 10:13:38 linux-7ltp kernel:         Offload RCU callbacks from all CPUs
6 月 24 10:13:38 linux-7ltp kernel:         Offload RCU callbacks from CPUs: 0-511.
6 月 24 10:13:38 linux-7ltp kernel: NR_IRQS:33024 nr_irqs:744 16
6 月 24 10:13:38 linux-7ltp kernel: Console: colour dummy device 80x25
6 月 24 10:13:38 linux-7ltp kernel: console [tty0] enabled
6 月 24 10:13:38 linux-7ltp kernel: allocated 33554432 bytes of page_cgroup
6 月 24 10:13:38 linux-7ltp kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
6 月 24 10:13:38 linux-7ltp kernel: hpet clockevent registered
6 月 24 10:13:38 linux-7ltp kernel: tsc: Fast TSC calibration using PIT
6 月 24 10:13:38 linux-7ltp kernel: tsc: Detected 2659.893 MHz processor
6 月 24 10:13:38 linux-7ltp kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5319.78 BogoMIPS (lpj=2659893)
6 月 24 10:13:38 linux-7ltp kernel: pid_max: default: 32768 minimum: 301
6 月 24 10:13:38 linux-7ltp kernel: Security Framework initialized
6 月 24 10:13:38 linux-7ltp kernel: AppArmor: AppArmor initialized
6 月 24 10:13:38 linux-7ltp kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
6 月 24 10:13:38 linux-7ltp kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
6 月 24 10:13:38 linux-7ltp kernel: Mount-cache hash table entries: 256
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys memory
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys devices
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys freezer
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys net_cls
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys blkio
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys perf_event
6 月 24 10:13:38 linux-7ltp kernel: Initializing cgroup subsys hugetlb
6 月 24 10:13:38 linux-7ltp kernel: CPU: Physical Processor ID: 0
6 月 24 10:13:38 linux-7ltp kernel: CPU: Processor Core ID: 0
6 月 24 10:13:38 linux-7ltp kernel: mce: CPU supports 9 MCE banks
6 月 24 10:13:38 linux-7ltp kernel: CPU0: Thermal monitoring enabled (TM1)
6 月 24 10:13:38 linux-7ltp kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
                                    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
                                    tlb_flushall_shift: 6
6 月 24 10:13:38 linux-7ltp kernel: Freeing SMP alternatives memory: 24K (ffffffff81e11000 - ffffffff81e17000)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Core revision 20130517
6 月 24 10:13:38 linux-7ltp kernel: ACPI: All ACPI Tables successfully acquired
6 月 24 10:13:38 linux-7ltp kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
6 月 24 10:13:38 linux-7ltp kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU       M 480  @ 2.67GHz (fam: 06, model: 25, stepping: 05)
6 月 24 10:13:38 linux-7ltp kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
6 月 24 10:13:38 linux-7ltp kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
6 月 24 10:13:38 linux-7ltp kernel: ... version:                3
6 月 24 10:13:38 linux-7ltp kernel: ... bit width:              48
6 月 24 10:13:38 linux-7ltp kernel: ... generic registers:      4
6 月 24 10:13:38 linux-7ltp kernel: ... value mask:             0000ffffffffffff
6 月 24 10:13:38 linux-7ltp kernel: ... max period:             000000007fffffff
6 月 24 10:13:38 linux-7ltp kernel: ... fixed-purpose events:   3
6 月 24 10:13:38 linux-7ltp kernel: ... event mask:             000000070000000f
6 月 24 10:13:38 linux-7ltp kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
6 月 24 10:13:38 linux-7ltp kernel: smpboot: Booting Node   0, Processors  #1 #2 #3
6 月 24 10:13:38 linux-7ltp kernel: Brought up 4 CPUs
6 月 24 10:13:38 linux-7ltp kernel: smpboot: Total of 4 processors activated (21279.14 BogoMIPS)
6 月 24 10:13:38 linux-7ltp kernel: devtmpfs: initialized
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdedf0000-0xdee74fff] (544768 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdee78000-0xdee87fff] (65536 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdee99000-0xdeeadfff] (86016 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdeed7000-0xdeee7fff] (69632 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdeeeb000-0xdeeecfff] (8192 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdeefe000-0xdef00fff] (12288 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdef05000-0xdef05fff] (4096 bytes)
6 月 24 10:13:38 linux-7ltp kernel: PM: Registering ACPI NVS region [mem 0xdef12000-0xdef20fff] (61440 bytes)
6 月 24 10:13:38 linux-7ltp kernel: RTC time:  2:13:30, date: 06/24/14
6 月 24 10:13:38 linux-7ltp kernel: NET: Registered protocol family 16
6 月 24 10:13:38 linux-7ltp kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
6 月 24 10:13:38 linux-7ltp kernel: ACPI: bus type PCI registered
6 月 24 10:13:38 linux-7ltp kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
6 月 24 10:13:38 linux-7ltp kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
6 月 24 10:13:38 linux-7ltp kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
6 月 24 10:13:38 linux-7ltp kernel: PCI: Using configuration type 1 for base access
6 月 24 10:13:38 linux-7ltp kernel: mtrr: your CPUs had inconsistent variable MTRR settings
6 月 24 10:13:38 linux-7ltp kernel: mtrr: probably your BIOS does not setup all CPUs.
6 月 24 10:13:38 linux-7ltp kernel: mtrr: corrected configuration.
6 月 24 10:13:38 linux-7ltp kernel: bio: create slab <bio-0> at 0
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Added _OSI(Module Device)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Added _OSI(Processor Device)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Added _OSI(Processor Aggregator Device)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: EC: EC description table is found, configuring boot EC
6 月 24 10:13:38 linux-7ltp kernel: ACPI: EC: Look up EC in DSDT
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Executed 1 blocks of module-level executable AML code
6 月 24 10:13:38 linux-7ltp kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000def09a18 0047F (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Dynamic OEM Table Load:
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT           (null) 0047F (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000def07618 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Dynamic OEM Table Load:
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT           (null) 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000def08a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Dynamic OEM Table Load:
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT 00000000def06d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Dynamic OEM Table Load:
6 月 24 10:13:38 linux-7ltp kernel: ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Interpreter enabled
6 月 24 10:13:38 linux-7ltp kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State \_S1_] (20130517/hwxface-571)
6 月 24 10:13:38 linux-7ltp kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State \_S2_] (20130517/hwxface-571)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: (supports S0 S3 S4 S5)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Using IOAPIC for interrupt routing
6 月 24 10:13:38 linux-7ltp kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
6 月 24 10:13:38 linux-7ltp kernel: ACPI: No dock devices found.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
6 月 24 10:13:38 linux-7ltp kernel: acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
6 月 24 10:13:38 linux-7ltp kernel: acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
6 月 24 10:13:38 linux-7ltp kernel: PCI host bridge to bus 0000:00
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7a0a000-0xf7a0a00f 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7a08000-0xf7a083ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7a00000-0xf7a03fff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7a07000-0xf7a073ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x10: [io  0xe070-0xe077]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x14: [io  0xe060-0xe063]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x18: [io  0xe050-0xe057]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xe040-0xe043]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x20: [io  0xe020-0xe03f]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7a06000-0xf7a067ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.2: PME# supported from D3hot
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7a05000-0xf7a050ff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xf7a04000-0xf7a04fff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: [1002:68c0] type 00 class 0x030000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: reg 0x18: [mem 0xf0020000-0xf003ffff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: reg 0x20: [io  0xd000-0xd0ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf0000000-0xf001ffff pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: supports D1 D2
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.1: [1002:aa60] type 00 class 0x040300
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf0040000-0xf0043fff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.1: supports D1 D2
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf00fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0:   bridge window [mem 0xf6600000-0xf79fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf5200000-0xf520ffff 64bit]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:03:00.0: supports D1
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1:   bridge window [mem 0xf5200000-0xf65fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2:   bridge window [mem 0xf3e00000-0xf51fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2a00000-0xf3dfffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: PCI bridge to [bus 06]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4:   bridge window [mem 0xf1600000-0xf29fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.0: [197b:2382] type 00 class 0x088000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.0: reg 0x10: [mem 0xf0205000-0xf02050ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.2: [197b:2381] type 00 class 0x080501
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.2: reg 0x10: [mem 0xf0204000-0xf02040ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: [197b:0250] type 00 class 0x020000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: reg 0x10: [mem 0xf0200000-0xf0203fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: reg 0x18: [io  0x7100-0x717f]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: reg 0x1c: [io  0x7000-0x70ff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: PME# supported from D0 D3hot D3cold
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:07:00.5: System wakeup disabled by ACPI
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: PCI bridge to [bus 07]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5:   bridge window [mem 0xf0200000-0xf15fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
6 月 24 10:13:38 linux-7ltp kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
6 月 24 10:13:38 linux-7ltp kernel: acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
6 月 24 10:13:38 linux-7ltp kernel: acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
6 月 24 10:13:38 linux-7ltp kernel: PCI host bridge to bus 0000:3f
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:3f: root bus resource [bus 3f]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:00.0: [8086:2c62] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
6 月 24 10:13:38 linux-7ltp kernel: ACPI: \_SB_.PCI0: notify handler is installed
6 月 24 10:13:38 linux-7ltp kernel: ACPI: \_SB_.CPBG: notify handler is installed
6 月 24 10:13:38 linux-7ltp kernel: Found 2 acpi root devices
6 月 24 10:13:38 linux-7ltp kernel: ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
6 月 24 10:13:38 linux-7ltp kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
6 月 24 10:13:38 linux-7ltp kernel: vgaarb: loaded
6 月 24 10:13:38 linux-7ltp kernel: vgaarb: bridge control possible 0000:01:00.0
6 月 24 10:13:38 linux-7ltp kernel: SCSI subsystem initialized
6 月 24 10:13:38 linux-7ltp kernel: ACPI: bus type ATA registered
6 月 24 10:13:38 linux-7ltp kernel: libata version 3.00 loaded.
6 月 24 10:13:38 linux-7ltp kernel: ACPI: bus type USB registered
6 月 24 10:13:38 linux-7ltp kernel: usbcore: registered new interface driver usbfs
6 月 24 10:13:38 linux-7ltp kernel: usbcore: registered new interface driver hub
6 月 24 10:13:38 linux-7ltp kernel: usbcore: registered new device driver usb
6 月 24 10:13:38 linux-7ltp kernel: PCI: Using ACPI for IRQ routing
6 月 24 10:13:38 linux-7ltp kernel: PCI: pci_cache_line_size set to 64 bytes
6 月 24 10:13:38 linux-7ltp kernel: e820: reserve RAM buffer [mem 0x0009bc00-0x0009ffff]
6 月 24 10:13:38 linux-7ltp kernel: e820: reserve RAM buffer [mem 0xdedf0000-0xdfffffff]
6 月 24 10:13:38 linux-7ltp kernel: NetLabel: Initializing
6 月 24 10:13:38 linux-7ltp kernel: NetLabel:  domain hash size = 128
6 月 24 10:13:38 linux-7ltp kernel: NetLabel:  protocols = UNLABELED CIPSOv4
6 月 24 10:13:38 linux-7ltp kernel: NetLabel:  unlabeled traffic allowed by default
6 月 24 10:13:38 linux-7ltp kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
6 月 24 10:13:38 linux-7ltp kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
6 月 24 10:13:38 linux-7ltp kernel: Switched to clocksource hpet
6 月 24 10:13:38 linux-7ltp kernel: AppArmor: AppArmor Filesystem Enabled
6 月 24 10:13:38 linux-7ltp kernel: pnp: PnP ACPI init
6 月 24 10:13:38 linux-7ltp kernel: ACPI: bus type PNP registered
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:00: [dma 4]
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0x0680-0x069f] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0xff00-0xff0f] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0xffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0xffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0x0400-0x047f] could not be reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0x0500-0x057f] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: [io  0x164e-0x164f] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:06: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: [mem 0xf7fff000-0xf7ffffff] has been reserved
6 月 24 10:13:38 linux-7ltp kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
6 月 24 10:13:38 linux-7ltp kernel: pnp: PnP ACPI: found 9 devices
6 月 24 10:13:38 linux-7ltp kernel: ACPI: bus type PNP unregistered
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xf7b00000-0xf7cfffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xf7d00000-0xf7efffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0xfc000000-0xfc1fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: BAR 15: assigned [mem 0xfc200000-0xfc3fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xfc400000-0xfc5fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xfc600000-0xfc7fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf00fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0:   bridge window [mem 0xf6600000-0xf79fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7b00000-0xf7cfffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1:   bridge window [mem 0xf5200000-0xf65fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.1:   bridge window [mem 0xf7d00000-0xf7efffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2:   bridge window [mem 0xf3e00000-0xf51fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfc1fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2a00000-0xf3dfffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.3:   bridge window [mem 0xfc200000-0xfc3fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4: PCI bridge to [bus 06]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4:   bridge window [mem 0xf1600000-0xf29fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.4:   bridge window [mem 0xfc400000-0xfc5fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5: PCI bridge to [bus 07]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5:   bridge window [mem 0xf0200000-0xf15fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1c.5:   bridge window [mem 0xfc600000-0xfc7fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0: PCI bridge to [bus 08]
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:00:1e.0: setting latency timer to 64
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:01: resource 1 [mem 0xe0000000-0xf00fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:02: resource 1 [mem 0xf6600000-0xf79fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:02: resource 2 [mem 0xf7b00000-0xf7cfffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:03: resource 1 [mem 0xf5200000-0xf65fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:03: resource 2 [mem 0xf7d00000-0xf7efffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:04: resource 1 [mem 0xf3e00000-0xf51fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:04: resource 2 [mem 0xfc000000-0xfc1fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:05: resource 1 [mem 0xf2a00000-0xf3dfffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:05: resource 2 [mem 0xfc200000-0xfc3fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:06: resource 0 [io  0x8000-0x8fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:06: resource 1 [mem 0xf1600000-0xf29fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:06: resource 2 [mem 0xfc400000-0xfc5fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:07: resource 1 [mem 0xf0200000-0xf15fffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:07: resource 2 [mem 0xfc600000-0xfc7fffff 64bit pref]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000d3fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 8 [mem 0x000d4000-0x000d7fff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 9 [mem 0x000d8000-0x000dbfff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 10 [mem 0x000dc000-0x000dffff]
6 月 24 10:13:38 linux-7ltp kernel: pci_bus 0000:08: resource 11 [mem 0xe0000000-0xfeafffff]
6 月 24 10:13:38 linux-7ltp kernel: NET: Registered protocol family 2
6 月 24 10:13:38 linux-7ltp kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
6 月 24 10:13:38 linux-7ltp kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
6 月 24 10:13:38 linux-7ltp kernel: TCP: Hash tables configured (established 65536 bind 65536)
6 月 24 10:13:38 linux-7ltp kernel: TCP: reno registered
6 月 24 10:13:38 linux-7ltp kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
6 月 24 10:13:38 linux-7ltp kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
6 月 24 10:13:38 linux-7ltp kernel: NET: Registered protocol family 1
6 月 24 10:13:38 linux-7ltp kernel: pci 0000:01:00.0: Boot video device
6 月 24 10:13:38 linux-7ltp kernel: PCI: CLS 64 bytes, default 64
6 月 24 10:13:38 linux-7ltp kernel: Unpacking initramfs...
6 月 24 10:13:38 linux-7ltp kernel: Freeing initrd memory: 21848K (ffff880035544000 - ffff880036a9a000)
6 月 24 10:13:38 linux-7ltp kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
6 月 24 10:13:38 linux-7ltp kernel: software IO TLB [mem 0xdadf0000-0xdedf0000] (64MB) mapped at [ffff8800dadf0000-ffff8800dedeffff]
6 月 24 10:13:38 linux-7ltp kernel: microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
6 月 24 10:13:38 linux-7ltp kernel: microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
6 月 24 10:13:38 linux-7ltp kernel: microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2
6 月 24 10:13:38 linux-7ltp kernel: microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2
6 月 24 10:13:38 linux-7ltp kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
6 月 24 10:13:38 linux-7ltp kernel: Scanning for low memory corruption every 60 seconds
6 月 24 10:13:38 linux-7ltp kernel: audit: initializing netlink socket (disabled)
6 月 24 10:13:38 linux-7ltp kernel: type=2000 audit(1403576010.368:1): initialized
6 月 24 10:13:38 linux-7ltp kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
6 月 24 10:13:38 linux-7ltp kernel: zbud: loaded
6 月 24 10:13:38 linux-7ltp kernel: VFS: Disk quotas dquot_6.5.2
6 月 24 10:13:38 linux-7ltp kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
6 月 24 10:13:38 linux-7ltp kernel: msgmni has been set to 15700
6 月 24 10:13:38 linux-7ltp kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
6 月 24 10:13:38 linux-7ltp kernel: io scheduler noop registered
6 月 24 10:13:38 linux-7ltp kernel: io scheduler deadline registered
6 月 24 10:13:38 linux-7ltp kernel: io scheduler cfq registered (default)
6 月 24 10:13:38 linux-7ltp kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
6 月 24 10:13:38 linux-7ltp kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
6 月 24 10:13:38 linux-7ltp kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
6 月 24 10:13:38 linux-7ltp kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
6 月 24 10:13:38 linux-7ltp kernel: vesafb: scrolling: redraw
6 月 24 10:13:38 linux-7ltp kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
6 月 24 10:13:38 linux-7ltp kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004f00000, using 3072k, total 3072k
6 月 24 10:13:38 linux-7ltp kernel: Console: switching to colour frame buffer device 128x48
6 月 24 10:13:38 linux-7ltp kernel: fb0: VESA VGA frame buffer device
6 月 24 10:13:38 linux-7ltp kernel: intel_idle: MWAIT substates: 0x1120
6 月 24 10:13:38 linux-7ltp kernel: intel_idle: v0.4 model 0x25
6 月 24 10:13:38 linux-7ltp kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
6 月 24 10:13:38 linux-7ltp kernel: GHES: HEST is not enabled!
6 月 24 10:13:38 linux-7ltp kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
6 月 24 10:13:38 linux-7ltp kernel: Non-volatile memory driver v1.3
6 月 24 10:13:38 linux-7ltp kernel: Linux agpgart interface v0.103
6 月 24 10:13:38 linux-7ltp kernel: mei_me 0000:00:16.0: setting latency timer to 64
6 月 24 10:13:38 linux-7ltp kernel: mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
6 月 24 10:13:38 linux-7ltp kernel: ahci 0000:00:1f.2: version 3.0
6 月 24 10:13:38 linux-7ltp kernel: ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
6 月 24 10:13:38 linux-7ltp kernel: ahci: SSS flag set, parallel bus scan disabled
6 月 24 10:13:38 linux-7ltp kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
6 月 24 10:13:38 linux-7ltp kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
6 月 24 10:13:38 linux-7ltp kernel: ahci 0000:00:1f.2: setting latency timer to 64
6 月 24 10:13:38 linux-7ltp kernel: scsi0 : ahci
6 月 24 10:13:38 linux-7ltp kernel: scsi1 : ahci
6 月 24 10:13:38 linux-7ltp kernel: scsi2 : ahci
6 月 24 10:13:38 linux-7ltp kernel: scsi3 : ahci
6 月 24 10:13:38 linux-7ltp kernel: scsi4 : ahci
6 月 24 10:13:38 linux-7ltp kernel: scsi5 : ahci
6 月 24 10:13:38 linux-7ltp kernel: ata1: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06100 irq 42
6 月 24 10:13:38 linux-7ltp kernel: ata2: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06180 irq 42
6 月 24 10:13:38 linux-7ltp kernel: ata3: DUMMY
6 月 24 10:13:38 linux-7ltp kernel: ata4: DUMMY
6 月 24 10:13:38 linux-7ltp kernel: ata5: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06300 irq 42
6 月 24 10:13:38 linux-7ltp kernel: ata6: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06380 irq 42
6 月 24 10:13:38 linux-7ltp kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci: EHCI PCI platform driver
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: setting latency timer to 64
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: debug port 2
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a08000
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
6 月 24 10:13:38 linux-7ltp kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
6 月 24 10:13:38 linux-7ltp kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
6 月 24 10:13:38 linux-7ltp kernel: usb usb1: Product: EHCI Host Controller
6 月 24 10:13:38 linux-7ltp kernel: usb usb1: Manufacturer: Linux 3.11.6-4-desktop ehci_hcd
6 月 24 10:13:38 linux-7ltp kernel: usb usb1: SerialNumber: 0000:00:1a.0
6 月 24 10:13:38 linux-7ltp kernel: hub 1-0:1.0: USB hub found
6 月 24 10:13:38 linux-7ltp kernel: hub 1-0:1.0: 2 ports detected
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: setting latency timer to 64
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: debug port 2
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a07000
6 月 24 10:13:38 linux-7ltp kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
6 月 24 10:13:38 linux-7ltp kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
6 月 24 10:13:38 linux-7ltp kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
6 月 24 10:13:38 linux-7ltp kernel: usb usb2: Product: EHCI Host Controller
6 月 24 10:13:38 linux-7ltp kernel: usb usb2: Manufacturer: Linux 3.11.6-4-desktop ehci_hcd
6 月 24 10:13:38 linux-7ltp kernel: usb usb2: SerialNumber: 0000:00:1d.0
6 月 24 10:13:38 linux-7ltp kernel: hub 2-0:1.0: USB hub found
6 月 24 10:13:38 linux-7ltp kernel: hub 2-0:1.0: 2 ports detected
6 月 24 10:13:38 linux-7ltp kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
6 月 24 10:13:38 linux-7ltp kernel: uhci_hcd: USB Universal Host Controller Interface driver
6 月 24 10:13:38 linux-7ltp kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
6 月 24 10:13:38 linux-7ltp kernel: i8042: Detected active multiplexing controller, rev 1.1
6 月 24 10:13:38 linux-7ltp kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
6 月 24 10:13:38 linux-7ltp kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
6 月 24 10:13:38 linux-7ltp kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
6 月 24 10:13:38 linux-7ltp kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
6 月 24 10:13:38 linux-7ltp kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
6 月 24 10:13:38 linux-7ltp kernel: mousedev: PS/2 mouse device common for all mice
6 月 24 10:13:38 linux-7ltp kernel: rtc_cmos 00:05: RTC can wake from S4
6 月 24 10:13:38 linux-7ltp kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
6 月 24 10:13:38 linux-7ltp kernel: rtc_cmos 00:05: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
6 月 24 10:13:38 linux-7ltp kernel: cpuidle: using governor ladder
6 月 24 10:13:38 linux-7ltp kernel: cpuidle: using governor menu
6 月 24 10:13:38 linux-7ltp kernel: ledtrig-cpu: registered to indicate activity on CPUs
6 月 24 10:13:38 linux-7ltp kernel: hidraw: raw HID events driver (C) Jiri Kosina
6 月 24 10:13:38 linux-7ltp kernel: usbcore: registered new interface driver usbhid
6 月 24 10:13:38 linux-7ltp kernel: usbhid: USB HID core driver
6 月 24 10:13:38 linux-7ltp kernel: TCP: cubic registered
6 月 24 10:13:38 linux-7ltp kernel: NET: Registered protocol family 10
6 月 24 10:13:38 linux-7ltp kernel: Key type dns_resolver registered
6 月 24 10:13:38 linux-7ltp kernel: PM: Checking hibernation image partition /dev/disk/by-id/ata-ST9500325AS_6VEJVBJR-part6
6 月 24 10:13:38 linux-7ltp kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
6 月 24 10:13:38 linux-7ltp kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
6 月 24 10:13:38 linux-7ltp kernel: ata1.00: ATA-8: ST9500325AS, 0003SDM1, max UDMA/133
6 月 24 10:13:38 linux-7ltp kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
6 月 24 10:13:38 linux-7ltp kernel: ata1.00: configured for UDMA/133
6 月 24 10:13:38 linux-7ltp kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0003 PQ: 0 ANSI: 5
6 月 24 10:13:38 linux-7ltp kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
6 月 24 10:13:38 linux-7ltp kernel: sd 0:0:0:0: [sda] Write Protect is off
6 月 24 10:13:38 linux-7ltp kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
6 月 24 10:13:38 linux-7ltp kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
6 月 24 10:13:38 linux-7ltp kernel:  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
6 月 24 10:13:38 linux-7ltp kernel: sd 0:0:0:0: [sda] Attached SCSI disk
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0020
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
6 月 24 10:13:38 linux-7ltp kernel: hub 1-1:1.0: USB hub found
6 月 24 10:13:38 linux-7ltp kernel: hub 1-1:1.0: 6 ports detected
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0020
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
6 月 24 10:13:38 linux-7ltp kernel: hub 2-1:1.0: USB hub found
6 月 24 10:13:38 linux-7ltp kernel: hub 2-1:1.0: 8 ports detected
6 月 24 10:13:38 linux-7ltp kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
6 月 24 10:13:38 linux-7ltp kernel: ata2.00: ATAPI: MATSHITADVD-RAM UJ8A0ASW, 1.01, max UDMA/100
6 月 24 10:13:38 linux-7ltp kernel: ata2.00: configured for UDMA/100
6 月 24 10:13:38 linux-7ltp kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8A0ASW 1.01 PQ: 0 ANSI: 5
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1.2: new high-speed USB device number 3 using ehci-pci
6 月 24 10:13:38 linux-7ltp kernel: tsc: Refined TSC clocksource calibration: 2659.999 MHz
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1.2: New USB device found, idVendor=04f2, idProduct=b1e5
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1.2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1.2: Product: USB2.0 0.3M UVC WebCam
6 月 24 10:13:38 linux-7ltp kernel: usb 1-1.2: Manufacturer: Chicony Electronics Co., Ltd.
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: new high-speed USB device number 3 using ehci-pci
6 月 24 10:13:38 linux-7ltp kernel: ata5: SATA link down (SStatus 0 SControl 300)
6 月 24 10:13:38 linux-7ltp kernel: psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
6 月 24 10:13:38 linux-7ltp kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
6 月 24 10:13:38 linux-7ltp kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input1
6 月 24 10:13:38 linux-7ltp kernel: ata6: SATA link down (SStatus 0 SControl 300)
6 月 24 10:13:38 linux-7ltp kernel: PM: Hibernation image not present or could not be loaded.
6 月 24 10:13:38 linux-7ltp kernel: registered taskstats version 1
6 月 24 10:13:38 linux-7ltp kernel:   Magic number: 2:181:208
6 月 24 10:13:38 linux-7ltp kernel: vc vcsa: hash matches
6 月 24 10:13:38 linux-7ltp kernel: rtc_cmos 00:05: setting system clock to 2014-06-24 02:13:32 UTC (1403576012)
6 月 24 10:13:38 linux-7ltp kernel: Freeing unused kernel memory: 1332K (ffffffff81cc4000 - ffffffff81e11000)
6 月 24 10:13:38 linux-7ltp kernel: Write protecting the kernel read-only data: 12288k
6 月 24 10:13:38 linux-7ltp kernel: Freeing unused kernel memory: 264K (ffff8800015be000 - ffff880001600000)
6 月 24 10:13:38 linux-7ltp kernel: Freeing unused kernel memory: 1776K (ffff880001a44000 - ffff880001c00000)
6 月 24 10:13:38 linux-7ltp kernel: emc: device handler registered
6 月 24 10:13:38 linux-7ltp kernel: hp_sw: device handler registered
6 月 24 10:13:38 linux-7ltp kernel: alua: device handler registered
6 月 24 10:13:38 linux-7ltp kernel: rdac: device handler registered
6 月 24 10:13:38 linux-7ltp systemd-udevd[140]: starting version 208
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Requesting acpi_cpufreq
6 月 24 10:13:38 linux-7ltp kernel: thermal LNXTHERM:00: registered as thermal_zone0
6 月 24 10:13:38 linux-7ltp kernel: ACPI: Thermal Zone [TZ00] (68 C)
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: New USB device found, idVendor=14cd, idProduct=6116
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=2
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: Product: USB 2.0 SATA BRIDGE
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: Manufacturer: Super Top
6 月 24 10:13:38 linux-7ltp kernel: usb 2-1.1: SerialNumber: 116112222222
6 月 24 10:13:38 linux-7ltp kernel: Switched to clocksource tsc
6 月 24 10:13:38 linux-7ltp kernel: PM: Marking nosave pages: [mem 0x0009b000-0x000fffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Marking nosave pages: [mem 0xdedf0000-0xffffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Marking nosave pages: [mem 0x1fc000000-0x1ffffffff]
6 月 24 10:13:38 linux-7ltp kernel: PM: Basic memory bitmaps created
6 月 24 10:13:38 linux-7ltp kernel: PM: Basic memory bitmaps freed
6 月 24 10:13:38 linux-7ltp kernel: PM: Starting manual resume from disk
6 月 24 10:13:38 linux-7ltp kernel: PM: Hibernation image partition 8:6 present
6 月 24 10:13:38 linux-7ltp kernel: PM: Looking for hibernation image.
6 月 24 10:13:38 linux-7ltp kernel: PM: Image not found (code -22)
6 月 24 10:13:38 linux-7ltp kernel: PM: Hibernation image not present or could not be loaded.
6 月 24 10:13:38 linux-7ltp kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
6 月 24 10:13:38 linux-7ltp kernel: EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
6 月 24 10:13:38 linux-7ltp systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
6 月 24 10:13:38 linux-7ltp systemd[1]: Inserted module 'autofs4'
6 月 24 10:13:38 linux-7ltp systemd[1]: Set hostname to <linux-7ltp>.
6 月 24 10:13:38 linux-7ltp kernel: device-mapper: uevent: version 1.0.3
6 月 24 10:13:38 linux-7ltp kernel: device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
6 月 24 10:13:38 linux-7ltp LVM: Activation generator successfully completed.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Collect Read-Ahead Data...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Replay Read-Ahead Data...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Syslog Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on Syslog Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting System Time Synchronized.
6 月 24 10:13:38 linux-7ltp systemd[1]: Reached target System Time Synchronized.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Remote File Systems (Pre).
6 月 24 10:13:38 linux-7ltp systemd[1]: Reached target Remote File Systems (Pre).
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Remote File Systems.
6 月 24 10:13:38 linux-7ltp systemd[1]: Reached target Remote File Systems.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Delayed Shutdown Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on Delayed Shutdown Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
6 月 24 10:13:38 linux-7ltp systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Journal Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on Journal Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting LSB: Automatically rebuild the fglrx kernel module...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Create list of required static device nodes for the current kernel...
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounting Huge Pages File System...
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounting POSIX Message Queue File System...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Create dynamic rule for /dev/root link...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting LSB: Set default boot entry if called...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Journal Service...
6 月 24 10:13:38 linux-7ltp systemd[1]: Started Journal Service.
6 月 24 10:13:38 linux-7ltp systemd-readahead[269]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
6 月 24 10:13:38 linux-7ltp systemd-journal[276]: Journal started
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounting Debug File System...
6 月 24 10:13:38 linux-7ltp systemd[1]: Expecting device dev-disk-by\x2did-ata\x2dST9500325AS_6VEJVBJR\x2dpart6.device...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting udev Kernel Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on udev Kernel Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting udev Control Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Listening on udev Control Socket.
6 月 24 10:13:38 linux-7ltp systemd[1]: Expecting device dev-disk-by\x2duuid-182fbef6\x2d1111\x2d44b3\x2db20e\x2dfdf4df9077f8.device...
6 月 24 10:13:38 linux-7ltp systemd[1]: Expecting device dev-disk-by\x2duuid-f91e9b31\x2dcc47\x2d461e\x2d9eb7\x2dbc00287f5eb7.device...
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Root Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Created slice Root Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting User and Session Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Created slice User and Session Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting System Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Created slice System Slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting system-getty.slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Created slice system-getty.slice.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Slices.
6 月 24 10:13:38 linux-7ltp systemd[1]: Reached target Slices.
6 月 24 10:13:38 linux-7ltp systemd[1]: Expecting device dev-disk-by\x2duuid-4d758d96\x2da7d8\x2d4ae9\x2d9a11\x2d3a9d96675602.device...
6 月 24 10:13:38 linux-7ltp systemd[1]: Started Collect Read-Ahead Data.
6 月 24 10:13:38 linux-7ltp systemd[1]: Started Replay Read-Ahead Data.
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounted Huge Pages File System.
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounted POSIX Message Queue File System.
6 月 24 10:13:38 linux-7ltp systemd[1]: Mounted Debug File System.
6 月 24 10:13:38 linux-7ltp systemd[1]: Starting Setup Virtual Console...
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting Load Kernel Modules...
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Set Up Additional Binary Formats.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started File System Check on Root Device.
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting Remount Root and Kernel File Systems...
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Create list of required static device nodes for the current kernel.
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting Create static device nodes in /dev...
6 月 24 10:13:39 linux-7ltp systemd-modules-load[287]: Inserted module 'sg'
6 月 24 10:13:39 linux-7ltp kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
6 月 24 10:13:39 linux-7ltp kernel: scsi 1:0:0:0: Attached scsi generic sg1 type 5
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Load Kernel Modules.
6 月 24 10:13:39 linux-7ltp systemd[1]: Mounted FUSE Control File System.
6 月 24 10:13:39 linux-7ltp systemd[1]: Mounted Configuration File System.
6 月 24 10:13:39 linux-7ltp kernel: EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting Apply Kernel Variables...
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Create dynamic rule for /dev/root link.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started LSB: Set default boot entry if called.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Setup Virtual Console.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Remount Root and Kernel File Systems.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Create static device nodes in /dev.
6 月 24 10:13:39 linux-7ltp systemd[1]: Started Apply Kernel Variables.
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting Local File Systems (Pre).
6 月 24 10:13:39 linux-7ltp systemd[1]: Reached target Local File Systems (Pre).
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting udev Coldplug all Devices...
6 月 24 10:13:39 linux-7ltp systemd[1]: Starting udev Kernel Device Manager...
6 月 24 10:13:39 linux-7ltp systemd[1]: Started udev Kernel Device Manager.
6 月 24 10:13:39 linux-7ltp systemd-udevd[329]: starting version 208
6 月 24 10:13:40 linux-7ltp systemd[1]: Started udev Coldplug all Devices.
6 月 24 10:13:40 linux-7ltp systemd[1]: Starting udev Wait for Complete Device Initialization...
6 月 24 10:13:40 linux-7ltp systemd[1]: Starting Show Plymouth Boot Screen...
6 月 24 10:13:40 linux-7ltp kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
6 月 24 10:13:40 linux-7ltp kernel: ACPI: AC Adapter [AC0] (on-line)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Lid Switch [LID]
6 月 24 10:13:40 linux-7ltp kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Sleep Button [SLPB]
6 月 24 10:13:40 linux-7ltp kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Power Button [PWRB]
6 月 24 10:13:40 linux-7ltp kernel: asus_laptop: Asus Laptop Support version 0.42
6 月 24 10:13:40 linux-7ltp kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Power Button [PWRF]
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Battery Slot [BAT0] (battery present)
6 月 24 10:13:40 linux-7ltp kernel: asus_laptop:   K42JP model detected
6 月 24 10:13:40 linux-7ltp kernel: asus_laptop: Backlight controlled by ACPI video driver
6 月 24 10:13:40 linux-7ltp kernel: input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input6
6 月 24 10:13:40 linux-7ltp kernel: acpi device:1b: registered as cooling_device4
6 月 24 10:13:40 linux-7ltp kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
6 月 24 10:13:40 linux-7ltp kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input7
6 月 24 10:13:40 linux-7ltp kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x000000000000e000-0x000000000000e01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
6 月 24 10:13:40 linux-7ltp kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
6 月 24 10:13:40 linux-7ltp kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
6 月 24 10:13:40 linux-7ltp kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
6 月 24 10:13:40 linux-7ltp kernel: intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
6 月 24 10:13:40 linux-7ltp kernel: intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
6 月 24 10:13:40 linux-7ltp kernel: intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
6 月 24 10:13:40 linux-7ltp kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPI2 1 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 2 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPI2 1 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 2 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPI2 1 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 2 (20130517/utaddress-251)
6 月 24 10:13:40 linux-7ltp kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
6 月 24 10:13:40 linux-7ltp kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
6 月 24 10:13:40 linux-7ltp kernel: AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
6 月 24 10:13:40 linux-7ltp kernel: AMD IOMMUv2 functionality not available on this system
6 月 24 10:13:40 linux-7ltp boot.fglrxrebuild[270]: Check for rebuild the fglrx kernel module if necessary ...
6 月 24 10:13:40 linux-7ltp kernel: iTCO_vendor_support: vendor-support=0
6 月 24 10:13:40 linux-7ltp kernel: jme: JMicron JMC2XX ethernet driver version 1.0.8
6 月 24 10:13:40 linux-7ltp kernel: jme 0000:07:00.5: can't disable ASPM; OS doesn't have ASPM control
6 月 24 10:13:40 linux-7ltp kernel: jme 0000:07:00.5 eth0: JMC250 Gigabit Ethernet chiprev:23 pcirev:3 macaddr:bc:ae:c5:47:02:dc
6 月 24 10:13:40 linux-7ltp systemd-udevd[335]: renamed network interface eth0 to enp7s0f5
6 月 24 10:13:40 linux-7ltp kernel: kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
6 月 24 10:13:40 linux-7ltp kernel: sdhci: Secure Digital Host Controller Interface driver
6 月 24 10:13:40 linux-7ltp kernel: sdhci: Copyright(c) Pierre Ossman
6 月 24 10:13:41 linux-7ltp mtp-probe[402]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2"
6 月 24 10:13:41 linux-7ltp mtp-probe[411]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1"
6 月 24 10:13:41 linux-7ltp mtp-probe[402]: bus: 1, device: 3 was not an MTP device
6 月 24 10:13:41 linux-7ltp mtp-probe[411]: bus: 2, device: 3 was not an MTP device
6 月 24 10:13:41 linux-7ltp kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
6 月 24 10:13:41 linux-7ltp kernel: iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
6 月 24 10:13:41 linux-7ltp kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211: Calling CRDA to update world regulatory domain
6 月 24 10:13:41 linux-7ltp ifup[446]: Service network not started -> skipping
6 月 24 10:13:41 linux-7ltp kernel: cfg80211: World regulatory domain updated:
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
6 月 24 10:13:41 linux-7ltp kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
6 月 24 10:13:41 linux-7ltp kernel: sdhci-pci 0000:07:00.0: SDHCI controller found [197b:2382] (rev 80)
6 月 24 10:13:41 linux-7ltp kernel: mmc0: SDHCI controller on PCI [0000:07:00.0] using ADMA
6 月 24 10:13:41 linux-7ltp kernel: sdhci-pci 0000:07:00.2: SDHCI controller found [197b:2381] (rev 80)
6 月 24 10:13:41 linux-7ltp kernel: sdhci-pci 0000:07:00.2: Refusing to bind to secondary interface.
6 月 24 10:13:41 linux-7ltp boot.fglrxrebuild[270]: The fglrx kernel module was already built.
6 月 24 10:13:41 linux-7ltp boot.fglrxrebuild[270]: Check for the fglrx kernel module is running...
6 月 24 10:13:41 linux-7ltp kernel: Linux video capture interface: v2.00
6 月 24 10:13:41 linux-7ltp kernel: uvcvideo: Found UVC 1.00 device USB2.0 0.3M UVC WebCam (04f2:b1e5)
6 月 24 10:13:41 linux-7ltp kernel: input: USB2.0 0.3M UVC WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input9
6 月 24 10:13:41 linux-7ltp kernel: usbcore: registered new interface driver uvcvideo
6 月 24 10:13:41 linux-7ltp kernel: USB Video Class driver (1.1.1)
6 月 24 10:13:41 linux-7ltp kernel: usbcore: registered new interface driver usb-storage
6 月 24 10:13:41 linux-7ltp kernel: ums-cypress 2-1.1:1.0: USB Mass Storage device detected
6 月 24 10:13:41 linux-7ltp kernel: scsi6 : usb-storage 2-1.1:1.0
6 月 24 10:13:41 linux-7ltp kernel: usbcore: registered new interface driver ums-cypress
6 月 24 10:13:41 linux-7ltp kernel: snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:418 SKU: Nid=0x1d sku_cfg=0x4015052d
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:420 SKU: port_connectivity=0x1
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:421 SKU: enable_pcbeep=0x1
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:422 SKU: check_sum=0x00000005
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:423 SKU: customization=0x00000005
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:424 SKU: external_amp=0x5
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:425 SKU: platform_type=0x1
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:426 SKU: swap=0x0
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:427 SKU: override=0x1
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:393 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:397    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:401    hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:402    mono: mono_out=0x0
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:406    inputs:
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:410      Internal Mic=0x19
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_auto_parser.c:410      Mic=0x18
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:490 realtek: No valid SSID, checking pincfg 0x4015052d for NID 0x1d
6 月 24 10:13:41 linux-7ltp kernel: ALSA patch_realtek.c:506 realtek: Enabling init ASM_ID=0x052d CODEC_ID=10ec0269
6 月 24 10:13:41 linux-7ltp kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
6 月 24 10:13:41 linux-7ltp kernel: input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
6 月 24 10:13:41 linux-7ltp kernel: input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_intel.c:3116 0000:01:00.1: Handle VGA-switcheroo audio client
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_intel.c:3317 0000:01:00.1: Using LPIB position fix
6 月 24 10:13:41 linux-7ltp kernel: snd_hda_intel 0000:01:00.1: irq 44 for MSI/MSI-X
6 月 24 10:13:41 linux-7ltp kernel: ALSA hda_intel.c:1787 0000:01:00.1: Enable sync_write for stable communication
6 月 24 10:13:41 linux-7ltp kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
6 月 24 10:13:41 linux-7ltp systemd[1]: Starting Sound Card.
6 月 24 10:13:41 linux-7ltp systemd[1]: Reached target Sound Card.
6 月 24 10:13:41 linux-7ltp kernel: ath: phy0: ASPM enabled: 0x43
6 月 24 10:13:41 linux-7ltp kernel: ath: EEPROM regdomain: 0x60
6 月 24 10:13:41 linux-7ltp kernel: ath: EEPROM indicates we should expect a direct regpair map
6 月 24 10:13:41 linux-7ltp kernel: ath: Country alpha2 being used: 00
6 月 24 10:13:41 linux-7ltp kernel: ath: Regpair used: 0x60
6 月 24 10:13:41 linux-7ltp kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
6 月 24 10:13:41 linux-7ltp kernel: ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90004ec0000, irq=17
6 月 24 10:13:41 linux-7ltp systemd-udevd[339]: renamed network interface wlan0 to wlp3s0
6 月 24 10:13:41 linux-7ltp ifup[507]: Service network not started -> skipping
6 月 24 10:13:41 linux-7ltp boot.fglrxrebuild[270]: The fglrx kernel module is not loaded! Try it to modprobe now ...
6 月 24 10:13:42 linux-7ltp kernel: scsi 6:0:0:0: Direct-Access     SAMSUNG                        PQ: 0 ANSI: 0
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Write Protect is off
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 24 10:13:42 linux-7ltp kernel:  sdb: sdb1
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] No Caching mode page found
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
6 月 24 10:13:42 linux-7ltp kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
6 月 24 10:13:42 linux-7ltp kernel: fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
6 月 24 10:13:42 linux-7ltp kernel: fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
6 月 24 10:13:42 linux-7ltp kernel: Disabling lock debugging due to kernel taint
6 月 24 10:13:42 linux-7ltp kernel: <6>[fglrx] Maximum main memory to use for locked dma buffers: 7622 MBytes.
6 月 24 10:13:42 linux-7ltp kernel: <6>[fglrx]   vendor: 1002 device: 68c0 count: 1
6 月 24 10:13:42 linux-7ltp kernel: <6>[fglrx] ioport: bar 4, base 0xd000, size: 0x100
6 月 24 10:13:42 linux-7ltp kernel: <6>[fglrx] Kernel PAT support is enabled
6 月 24 10:13:42 linux-7ltp kernel: <6>[fglrx] module loaded - fglrx 14.10.2 [Apr 17 2014] with 1 minors
6 月 24 10:13:42 linux-7ltp boot.fglrxrebuild[270]: FATAL: Module fglrx already in kernel.
6 月 24 10:13:42 linux-7ltp boot.fglrxrebuild[270]: The fglrx kernel module was successfully loaded.
6 月 24 10:13:42 linux-7ltp boot.fglrxrebuild[270]: ..done
6 月 24 10:13:42 linux-7ltp systemd[1]: Started LSB: Automatically rebuild the fglrx kernel module.
6 月 24 10:13:44 linux-7ltp systemd[1]: Found device ST9500325AS.
6 月 24 10:13:44 linux-7ltp systemd[1]: Starting File System Check on /dev/disk/by-uuid/f91e9b31-cc47-461e-9eb7-bc00287f5eb7...
6 月 24 10:13:44 linux-7ltp systemd-fsck[522]: /dev/sda5: clean, 399/610800 files, 82099/2441216 blocks
6 月 24 10:13:44 linux-7ltp systemd[1]: Started File System Check on /dev/disk/by-uuid/f91e9b31-cc47-461e-9eb7-bc00287f5eb7.
6 月 24 10:13:44 linux-7ltp systemd[1]: Mounting /tmp...
6 月 24 10:13:45 linux-7ltp systemd[1]: Found device ST9500325AS.
6 月 24 10:13:45 linux-7ltp systemd[1]: Starting File System Check on /dev/disk/by-uuid/4d758d96-a7d8-4ae9-9a11-3a9d96675602...
6 月 24 10:13:45 linux-7ltp systemd[1]: Found device ST9500325AS.
6 月 24 10:13:45 linux-7ltp systemd[1]: Activating swap /dev/disk/by-id/ata-ST9500325AS_6VEJVBJR-part6...
6 月 24 10:13:45 linux-7ltp kernel: Adding 9764860k swap on /dev/sda6.  Priority:-1 extents:1 across:9764860k FS
6 月 24 10:13:45 linux-7ltp systemd[1]: Activated swap /dev/disk/by-id/ata-ST9500325AS_6VEJVBJR-part6.
6 月 24 10:13:45 linux-7ltp systemd[1]: Starting Swap.
6 月 24 10:13:45 linux-7ltp systemd[1]: Reached target Swap.
6 月 24 10:13:45 linux-7ltp kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: acl,user_xattr
6 月 24 10:13:45 linux-7ltp systemd[1]: Mounted /tmp.
6 月 24 10:13:45 linux-7ltp systemd-fsck[528]: /dev/sda7: clean, 2097/610800 files, 192473/2441216 blocks
6 月 24 10:13:45 linux-7ltp systemd[1]: Found device ST9500325AS.
6 月 24 10:13:45 linux-7ltp systemd[1]: Starting File System Check on /dev/disk/by-uuid/182fbef6-1111-44b3-b20e-fdf4df9077f8...
6 月 24 10:13:46 linux-7ltp systemd[1]: Started File System Check on /dev/disk/by-uuid/4d758d96-a7d8-4ae9-9a11-3a9d96675602.
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounting /var...
6 月 24 10:13:46 linux-7ltp kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounted /var.
6 月 24 10:13:46 linux-7ltp systemd[1]: Starting Load/Save Screen Backlight Brightness of acpi_video0...
6 月 24 10:13:46 linux-7ltp systemd[1]: Starting Load/Save Random Seed...
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounting Runtime Directory...
6 月 24 10:13:46 linux-7ltp systemd[1]: var-run.mount: Directory /var/run to mount over is not empty, mounting anyway.
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounting Lock Directory...
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounted Runtime Directory.
6 月 24 10:13:46 linux-7ltp systemd[1]: Started Load/Save Screen Backlight Brightness of acpi_video0.
6 月 24 10:13:46 linux-7ltp systemd[1]: Mounted Lock Directory.
6 月 24 10:13:46 linux-7ltp systemd[1]: Started Load/Save Random Seed.
6 月 24 10:13:47 linux-7ltp systemd[1]: Started udev Wait for Complete Device Initialization.
6 月 24 10:13:47 linux-7ltp systemd[1]: Starting Activation of LVM2 logical volumes...
6 月 24 10:13:47 linux-7ltp systemd[1]: Started Show Plymouth Boot Screen.
6 月 24 10:13:47 linux-7ltp systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
6 月 24 10:13:47 linux-7ltp systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
6 月 24 10:13:47 linux-7ltp systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
6 月 24 10:13:47 linux-7ltp systemd-fsck[537]: /dev/sda8: clean, 291843/23199744 files, 62885577/92798976 blocks
6 月 24 10:13:47 linux-7ltp systemd[1]: Started File System Check on /dev/disk/by-uuid/182fbef6-1111-44b3-b20e-fdf4df9077f8.
6 月 24 10:13:47 linux-7ltp systemd[1]: Mounting /home...
6 月 24 10:13:48 linux-7ltp lvm[558]: No volume groups found
6 月 24 10:13:48 linux-7ltp systemd[1]: Started Activation of LVM2 logical volumes.
6 月 24 10:13:48 linux-7ltp systemd[1]: Starting Encrypted Volumes.
6 月 24 10:13:48 linux-7ltp systemd[1]: Reached target Encrypted Volumes.
6 月 24 10:13:48 linux-7ltp systemd[1]: Starting Activation of LVM2 logical volumes...
6 月 24 10:13:49 linux-7ltp lvm[569]: No volume groups found
6 月 24 10:13:49 linux-7ltp systemd[1]: Started Activation of LVM2 logical volumes.
6 月 24 10:13:50 linux-7ltp kernel: EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
6 月 24 10:13:50 linux-7ltp systemd[1]: Mounted /home.
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting Local File Systems.
6 月 24 10:13:50 linux-7ltp systemd[1]: Reached target Local File Systems.
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting Recreate Volatile Files and Directories...
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
6 月 24 10:13:50 linux-7ltp systemd-journal[276]: Runtime journal is using 2.0M (max 392.6M, leaving 589.0M of free 3.8G, current limit 392.6M).
6 月 24 10:13:50 linux-7ltp systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
6 月 24 10:13:50 linux-7ltp systemd[1]: Started Recreate Volatile Files and Directories.
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting LSB: AppArmor initialization...
6 月 24 10:13:50 linux-7ltp systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
6 月 24 10:13:50 linux-7ltp systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
6 月 24 10:13:50 linux-7ltp kernel: type=1400 audit(1403576030.917:2): apparmor="STATUS" operation="profile_load" name="/{usr/,}bin/ping" pid=598 comm="apparmor_parser"
6 月 24 10:13:50 linux-7ltp systemd[1]: Started Update UTMP about System Reboot/Shutdown.
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.406:3): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=607 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.519:4): apparmor="STATUS" operation="profile_load" name="/sbin/syslog-ng" pid=612 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.670:5): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=616 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.932:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=621 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.933:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=621 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.933:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT" pid=621 comm="apparmor_parser"
6 月 24 10:13:51 linux-7ltp kernel: type=1400 audit(1403576031.934:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//phpsysinfo" pid=621 comm="apparmor_parser"
6 月 24 10:13:52 linux-7ltp kernel: type=1400 audit(1403576032.010:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/colord" pid=625 comm="apparmor_parser"
6 月 24 10:13:52 linux-7ltp kernel: type=1400 audit(1403576032.101:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/deliver" pid=629 comm="apparmor_parser"
6 月 24 10:13:54 linux-7ltp boot.apparmor[580]: Starting AppArmor ..done
6 月 24 10:13:54 linux-7ltp systemd[1]: Started LSB: AppArmor initialization.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting System Initialization.
6 月 24 10:13:54 linux-7ltp systemd[1]: Reached target System Initialization.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting CUPS Printing Service Sockets.
6 月 24 10:13:54 linux-7ltp systemd[1]: Listening on CUPS Printing Service Sockets.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting PC/SC Smart Card Daemon Activation Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting CUPS Printer Service Spool.
6 月 24 10:13:54 linux-7ltp systemd[1]: Started CUPS Printer Service Spool.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Paths.
6 月 24 10:13:54 linux-7ltp systemd[1]: Reached target Paths.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting D-Bus System Message Bus Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Listening on D-Bus System Message Bus Socket.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Sockets.
6 月 24 10:13:54 linux-7ltp systemd[1]: Reached target Sockets.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Daily Cleanup of Temporary Directories.
6 月 24 10:13:54 linux-7ltp systemd[1]: Started Daily Cleanup of Temporary Directories.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Timers.
6 月 24 10:13:54 linux-7ltp systemd[1]: Reached target Timers.
6 月 24 10:13:54 linux-7ltp systemd[1]: Started Manage Sound Card State (restore and store).
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Restore Sound Card State...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Basic System.
6 月 24 10:13:54 linux-7ltp systemd[1]: Reached target Basic System.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting LSB: VirtualBox Linux kernel module...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting LSB: This services starts and stops the USB Arbitrator....
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting D-Bus System Message Bus...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started D-Bus System Message Bus.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Modem Manager...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Name Service Cache Daemon...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started Name Service Cache Daemon.
6 月 24 10:13:54 linux-7ltp avahi-daemon[709]: Found user 'avahi' (UID 491) and group 'avahi' (GID 491).
6 月 24 10:13:54 linux-7ltp avahi-daemon[709]: Successfully dropped root privileges.
6 月 24 10:13:54 linux-7ltp avahi-daemon[709]: avahi-daemon 0.6.31 starting up.
6 月 24 10:13:54 linux-7ltp ModemManager[710]: <info>  ModemManager (version 1.0.0) starting...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started Purge old kernels.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting WPA Supplicant daemon...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting System Logging Service...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Permit User Sessions...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Login Service...
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting Daemon for power management...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started YaST2 Second Stage.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting SuSEfirewall2 phase 1...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started YaST2 Firstboot.
6 月 24 10:13:54 linux-7ltp systemd[1]: Started Permit User Sessions.
6 月 24 10:13:54 linux-7ltp systemd[1]: Starting LSB: X Display Manager...
6 月 24 10:13:54 linux-7ltp systemd[1]: Started System Logging Service.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started WPA Supplicant daemon.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Daemon for power management.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Loading service file /etc/avahi/services/sftp-ssh.service.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Loading service file /etc/avahi/services/ssh.service.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Network interface enumeration completed.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Registering HINFO record with values 'X86_64'/'LINUX'.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Server startup complete. Host name is linux-7ltp.local. Local service cookie is 3683935778.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Service "linux-7ltp" (/etc/avahi/services/ssh.service) successfully established.
6 月 24 10:13:55 linux-7ltp avahi-daemon[709]: Service "linux-7ltp" (/etc/avahi/services/sftp-ssh.service) successfully established.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Avahi mDNS/DNS-SD Stack.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Login Service.
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: New seat seat0.
6 月 24 10:13:55 linux-7ltp dbus[706]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
6 月 24 10:13:55 linux-7ltp systemd[1]: Starting Authorization Manager...
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: Watching system buttons on /dev/input/event5 (Power Button)
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: Watching system buttons on /dev/input/event7 (Video Bus)
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: Watching system buttons on /dev/input/event4 (Power Button)
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: Watching system buttons on /dev/input/event2 (Lid Switch)
6 月 24 10:13:55 linux-7ltp systemd-logind[727]: Watching system buttons on /dev/input/event3 (Sleep Button)
6 月 24 10:13:55 linux-7ltp polkitd[759]: Started polkitd version 0.112
6 月 24 10:13:55 linux-7ltp polkitd[759]: Loading rules from directory /etc/polkit-1/rules.d
6 月 24 10:13:55 linux-7ltp polkitd[759]: Loading rules from directory /usr/share/polkit-1/rules.d
6 月 24 10:13:55 linux-7ltp polkitd[759]: Finished loading, compiling and executing 3 rules
6 月 24 10:13:55 linux-7ltp dbus[706]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
6 月 24 10:13:55 linux-7ltp polkitd[759]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Authorization Manager.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Modem Manager.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started Restore Sound Card State.
6 月 24 10:13:55 linux-7ltp kernel: vboxdrv: Found 4 processor cores.
6 月 24 10:13:55 linux-7ltp kernel: vboxdrv: fAsync=0 offMin=0x232 offMax=0x144c
6 月 24 10:13:55 linux-7ltp kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
6 月 24 10:13:55 linux-7ltp kernel: vboxdrv: Successfully loaded version 4.3.12 (interface 0x001a0007).
6 月 24 10:13:55 linux-7ltp kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
6 月 24 10:13:55 linux-7ltp kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
6 月 24 10:13:55 linux-7ltp kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
6 月 24 10:13:55 linux-7ltp SuSEfirewall2[838]: Firewall rules set to CLOSE.
6 月 24 10:13:55 linux-7ltp kernel: vboxpci: IOMMU not found (not registered)
6 月 24 10:13:55 linux-7ltp vboxdrv[704]: Starting VirtualBox kernel modules..done
6 月 24 10:13:55 linux-7ltp systemd[1]: Started LSB: VirtualBox Linux kernel module.
6 月 24 10:13:55 linux-7ltp systemd[1]: Starting LSB: VirtualBox autostart service...
6 月 24 10:13:55 linux-7ltp systemd[1]: Starting LSB: VirtualBox web service API...
6 月 24 10:13:55 linux-7ltp systemd[1]: Starting LSB: VirtualBox watchdog daemon...
6 月 24 10:13:55 linux-7ltp systemd[1]: Started LSB: VirtualBox web service API.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started LSB: VirtualBox autostart service.
6 月 24 10:13:55 linux-7ltp systemd[1]: Started LSB: VirtualBox watchdog daemon.
6 月 24 10:13:55 linux-7ltp dbus[706]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=0 pid=869 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=873 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
6 月 24 10:13:56 linux-7ltp xdm[739]: Starting service gdm..done
6 月 24 10:13:56 linux-7ltp systemd[1]: Started LSB: X Display Manager.
6 月 24 10:13:56 linux-7ltp systemd[1]: Starting LSB: ATI Events Daemon...
6 月 24 10:13:56 linux-7ltp atieventsd[894]: ATI External Events Daemon started...
6 月 24 10:13:56 linux-7ltp atieventsd[894]: Event daemon control socket created
6 月 24 10:13:56 linux-7ltp atieventsd[886]: Starting atieventsd..done
6 月 24 10:13:56 linux-7ltp systemd[1]: Started LSB: ATI Events Daemon.
6 月 24 10:13:56 linux-7ltp dbus[706]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
6 月 24 10:13:56 linux-7ltp systemd[1]: Starting Accounts Service...
6 月 24 10:13:56 linux-7ltp accounts-daemon[897]: started daemon version 0.6.34
6 月 24 10:13:56 linux-7ltp dbus[706]: [system] Successfully activated service 'org.freedesktop.Accounts'
6 月 24 10:13:56 linux-7ltp systemd[1]: Started Accounts Service.
6 月 24 10:13:57 linux-7ltp ModemManager[710]: <warn>  Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0': not supported by any plugin
6 月 24 10:13:57 linux-7ltp ModemManager[710]: <warn>  Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.5/0000:07:00.5': not supported by any plugin
6 月 24 10:13:58 linux-7ltp systemd[1]: Started SuSEfirewall2 phase 1.
6 月 24 10:13:58 linux-7ltp systemd[1]: Starting Network Manager...
6 月 24 10:13:58 linux-7ltp systemd[1]: Started LSB: This services starts and stops the USB Arbitrator..
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> NetworkManager (version 0.9.8.8) is starting...
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> WEXT support is enabled
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> Loaded plugin ifcfg-suse: (C) 2008 Novell, Inc.  To report bugs please use the NetworkManager mailing list.
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile: parsing default ...
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile: ipv4.address1: address 222.222.222.222/24 gateway 222.222.222.221
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile:     read connection 'default'
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile: parsing aotewei ...
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile: ipv4.address1: address 222.222.222.222/24 gateway 222.222.222.221
6 月 24 10:13:58 linux-7ltp NetworkManager[931]: keyfile:     read connection 'aotewei'
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> monitoring kernel firmware directory '/lib/firmware'.
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill1) (driver ath9k)
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> rfkill0: found WiMAX radio killswitch (at /sys/devices/platform/asus_laptop/rfkill/rfkill0) (platform driver asus_laptop)
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> WiFi hardware radio set enabled
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> WiFi enabled by radio killswitch; enabled by state file
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> WWAN enabled by radio killswitch; enabled by state file
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> WiMAX enabled by radio killswitch; enabled by state file
6 月 24 10:13:59 linux-7ltp NetworkManager[931]: <info> Networking is enabled by state file
6 月 24 10:13:59 linux-7ltp systemd[1]: Started Network Manager.
6 月 24 10:13:59 linux-7ltp systemd[1]: Starting Network.
6 月 24 10:13:59 linux-7ltp systemd[1]: Reached target Network.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting LSB: This service starts and stops vmamqpd...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting LSB: This service starts and stops VMware services...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting SuSEfirewall2 phase 2...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Host and Network Name Lookups.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Reached target Host and Network Name Lookups.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Postfix Mail Transport Agent...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting /etc/init.d/boot.local Compatibility...
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> Setting system hostname to 'linux-7ltp.site' (from system configuration)
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): using nl80211 for WiFi device control
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): driver supports Access Point (AP) mode
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): new 802.11 WiFi device (driver: 'ath9k' ifindex: 3)
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): exported as /org/freedesktop/NetworkManager/Devices/0
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): bringing up device.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Network Manager Script Dispatcher Service...
6 月 24 10:13:59 linux-7ltp.site echo[945]: Starting mail service (Postfix)
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started /etc/init.d/boot.local Compatibility.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Getty on tty1...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Getty on tty1.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Login Prompts.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Reached target Login Prompts.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting /etc/init.d/after.local Compatibility...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started /etc/init.d/after.local Compatibility.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Network Manager Script Dispatcher Service.
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): preparing device.
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): deactivating device (reason 'managed') [2]
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <warn> failed to allocate link cache: (-10) Operation not supported
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): carrier is OFF
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): new Ethernet device (driver: 'jme' ifindex: 2)
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): exported as /org/freedesktop/NetworkManager/Devices/1
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): bringing up device.
6 月 24 10:13:59 linux-7ltp.site kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
6 月 24 10:13:59 linux-7ltp.site kernel: jme 0000:07:00.5: irq 45 for MSI/MSI-X
6 月 24 10:13:59 linux-7ltp.site kernel: NET: Registered protocol family 17
6 月 24 10:13:59 linux-7ltp.site SuSEfirewall2[985]: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
6 月 24 10:13:59 linux-7ltp.site kernel: jme 0000:07:00.5 enp7s0f5: Link is down
6 月 24 10:13:59 linux-7ltp.site kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0f5: link is not ready
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): preparing device.
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (enp7s0f5): deactivating device (reason 'managed') [2]
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:07:00.5/net/enp7s0f5
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Bluetooth service...
6 月 24 10:13:59 linux-7ltp.site bluetoothd[1007]: Bluetooth daemon 5.8
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.bluez'
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Bluetooth service.
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> ModemManager available in the bus
6 月 24 10:13:59 linux-7ltp.site bluetoothd[1007]: Starting SDP server
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: Core ver 2.16
6 月 24 10:13:59 linux-7ltp.site kernel: NET: Registered protocol family 31
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: HCI device and connection manager initialized
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: HCI socket layer initialized
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: L2CAP socket layer initialized
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: SCO socket layer initialized
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0) supports 4 scan SSIDs
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: starting -> ready
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <warn> Trying to remove a non-existant call id.
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: BNEP filters: protocol multicast
6 月 24 10:13:59 linux-7ltp.site bluetoothd[1007]: Bluetooth management interface 1.3 initialized
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
6 月 24 10:13:59 linux-7ltp.site kernel: Bluetooth: BNEP socket layer initialized
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Hostname Service...
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: ready -> disconnected
6 月 24 10:13:59 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0) supports 4 scan SSIDs
6 月 24 10:13:59 linux-7ltp.site SuSEfirewall2[1081]: Firewall rules successfully set
6 月 24 10:13:59 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.hostname1'
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Hostname Service.
6 月 24 10:13:59 linux-7ltp.site dns-resolver[1156]: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
6 月 24 10:13:59 linux-7ltp.site postfix/postfix-script[1172]: starting the Postfix mail system
6 月 24 10:13:59 linux-7ltp.site systemd[1]: PID file /var/spool/postfix/pid/master.pid not readable (yet?) after start-post.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Postfix Mail Transport Agent.
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Starting Command Scheduler...
6 月 24 10:13:59 linux-7ltp.site systemd[1]: Started Command Scheduler.
6 月 24 10:13:59 linux-7ltp.site dns-resolver[1189]: You can find my version in /etc/resolv.conf.netconfig
6 月 24 10:13:59 linux-7ltp.site postfix/master[1173]: daemon started -- version 2.9.6, configuration /etc/postfix
6 月 24 10:13:59 linux-7ltp.site /usr/sbin/cron[1188]: (CRON) INFO (running with inotify support)
6 月 24 10:14:00 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: disconnected -> inactive
6 月 24 10:14:00 linux-7ltp.site vmware[943]: Starting VMware services:
6 月 24 10:14:00 linux-7ltp.site systemd[1]: Started SuSEfirewall2 phase 2.
6 月 24 10:14:00 linux-7ltp.site systemd-journal[276]: Forwarding to syslog missed 160 messages.
6 月 24 10:14:00 linux-7ltp.site kernel: /dev/vmmon[1243]: Module vmmon: registered with major=10 minor=165
6 月 24 10:14:00 linux-7ltp.site kernel: /dev/vmmon[1243]: Module vmmon: initialized
6 月 24 10:14:00 linux-7ltp.site vmware[943]: [33B blob data]
6 月 24 10:14:01 linux-7ltp.site kernel: Guest personality initialized and is inactive
6 月 24 10:14:01 linux-7ltp.site kernel: VMCI host device registered (name=vmci, major=10, minor=54)
6 月 24 10:14:01 linux-7ltp.site kernel: Initialized host personality
6 月 24 10:14:01 linux-7ltp.site vmware[943]: [49B blob data]
6 月 24 10:14:01 linux-7ltp.site kernel: NET: Registered protocol family 40
6 月 24 10:14:01 linux-7ltp.site vmware[943]: [50B blob data]
6 月 24 10:14:01 linux-7ltp.site systemd[1]: Mounting FUSE Control File System...
6 月 24 10:14:01 linux-7ltp.site kernel: fuse init (API version 7.22)
6 月 24 10:14:01 linux-7ltp.site systemd[1]: Mounted FUSE Control File System.
6 月 24 10:14:01 linux-7ltp.site vmware[943]: [30B blob data]
6 月 24 10:14:01 linux-7ltp.site kernel: ppdev: user-space parallel port driver
6 月 24 10:14:01 linux-7ltp.site vmamqpd[942]: [39B blob data]
6 月 24 10:14:01 linux-7ltp.site systemd[1]: Started LSB: This service starts and stops vmamqpd.
6 月 24 10:14:01 linux-7ltp.site NetworkManager[931]: ATTENTION: You have modified /etc/resolv.conf.  Leaving it untouched...
6 月 24 10:14:01 linux-7ltp.site NetworkManager[931]: You can find my version in /etc/resolv.conf.netconfig ...
6 月 24 10:14:02 linux-7ltp.site vmnetBridge[1414]: Bridge process created.
6 月 24 10:14:02 linux-7ltp.site vmnetBridge[1414]: RTM_NEWLINK: name:enp7s0f5 index:2 flags:0x00001003
6 月 24 10:14:02 linux-7ltp.site vmnetBridge[1414]: RTM_NEWLINK: name:wlp3s0 index:3 flags:0x00001003
6 月 24 10:14:02 linux-7ltp.site kernel: fglrx_pci 0000:01:00.0: irq 46 for MSI/MSI-X
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Firegl kernel thread PID: 1421
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Firegl kernel thread PID: 1422
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Firegl kernel thread PID: 1423
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] IRQ 46 Enabled
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000 
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Reserved FB block: Unshared offset:f838000, size:4000 
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Reserved FB block: Unshared offset:f83c000, size:4c4000 
6 月 24 10:14:02 linux-7ltp.site kernel: <6>[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 
6 月 24 10:14:02 linux-7ltp.site kernel: /dev/vmnet: open called by PID 1425 (vmnet-netifup)
6 月 24 10:14:02 linux-7ltp.site kernel: /dev/vmnet: hub 1 does not exist, allocating memory.
6 月 24 10:14:02 linux-7ltp.site kernel: /dev/vmnet: port on hub 1 successfully opened
6 月 24 10:14:02 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet1.IPv4 with address 172.16.74.1.
6 月 24 10:14:02 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet1.IPv4 for mDNS.
6 月 24 10:14:02 linux-7ltp.site avahi-daemon[709]: Registering new address record for 172.16.74.1 on vmnet1.IPv4.
6 月 24 10:14:02 linux-7ltp.site ifup[1444]: Service network not started -> skipping
6 月 24 10:14:02 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/vmnet1: couldn't determine device driver; ignoring...
6 月 24 10:14:02 linux-7ltp.site vmnet-dhcpd[1427]: Internet Software Consortium DHCP Server 2.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: All rights reserved.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: 6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Please contribute if you find this software useful.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: For info, please visit http://www.isc.org/dhcp-contrib.html
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: 6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Configured subnet: 172.16.74.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Setting vmnet-dhcp IP address: 172.16.74.254
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Recving on     VNet/vmnet1/172.16.74.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1427]: Sending on     VNet/vmnet1/172.16.74.0
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: open called by PID 1427 (vmnet-dhcpd)
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: port on hub 1 successfully opened
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: open called by PID 1452 (vmnet-natd)
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: hub 8 does not exist, allocating memory.
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:14:03 linux-7ltp.site vmnet-natd[1452]: RTM_NEWLINK: name:enp7s0f5 index:2 flags:0x00001003
6 月 24 10:14:03 linux-7ltp.site vmnet-natd[1452]: RTM_NEWLINK: name:wlp3s0 index:3 flags:0x00001003
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: open called by PID 1453 (vmnet-netifup)
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:14:03 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet8.IPv4 with address 172.16.198.1.
6 月 24 10:14:03 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet8.IPv4 for mDNS.
6 月 24 10:14:03 linux-7ltp.site avahi-daemon[709]: Registering new address record for 172.16.198.1 on vmnet8.IPv4.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Internet Software Consortium DHCP Server 2.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: All rights reserved.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: 6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Please contribute if you find this software useful.
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: For info, please visit http://www.isc.org/dhcp-contrib.html
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: 6 月 24 10:14:03 linux-7ltp.site ifup[1472]: Service network not started -> skipping
6 月 24 10:14:03 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/vmnet8: couldn't determine device driver; ignoring...
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Configured subnet: 172.16.198.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Setting vmnet-dhcp IP address: 172.16.198.254
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Recving on     VNet/vmnet8/172.16.198.0
6 月 24 10:14:03 linux-7ltp.site vmnet-dhcpd[1457]: Sending on     VNet/vmnet8/172.16.198.0
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: open called by PID 1457 (vmnet-dhcpd)
6 月 24 10:14:03 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:14:03 linux-7ltp.site vmware[943]: [26B blob data]
6 月 24 10:14:03 linux-7ltp.site vmware[943]: [38B blob data]
6 月 24 10:14:03 linux-7ltp.site vmware[943]: [33B blob data]
6 月 24 10:14:03 linux-7ltp.site systemd[1]: Started LSB: This service starts and stops VMware services.
6 月 24 10:14:03 linux-7ltp.site systemd[1]: Starting LSB: This services starts and stops the Workstation as a Server daemon....
6 月 24 10:14:04 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet1.IPv6 with address fe80::250:56ff:fec0:1.
6 月 24 10:14:04 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet1.IPv6 for mDNS.
6 月 24 10:14:04 linux-7ltp.site avahi-daemon[709]: Registering new address record for fe80::250:56ff:fec0:1 on vmnet1.*.
6 月 24 10:14:04 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
6 月 24 10:14:04 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
6 月 24 10:14:04 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
6 月 24 10:14:05 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
6 月 24 10:14:05 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=400 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=360 
6 月 24 10:14:05 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet8.IPv6 with address fe80::250:56ff:fec0:8.
6 月 24 10:14:05 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet8.IPv6 for mDNS.
6 月 24 10:14:05 linux-7ltp.site avahi-daemon[709]: Registering new address record for fe80::250:56ff:fec0:8 on vmnet8.*.
6 月 24 10:14:06 linux-7ltp.site xdm[739]: Failed to give slave programs access to the display. Trying to proceed.
6 月 24 10:14:07 linux-7ltp.site gdm-launch-environment][1548]: pam_unix(gdm-launch-environment:session): session opened for user gdm by (uid=0)
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Starting user-485.slice.
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Created slice user-485.slice.
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Starting User Manager for 485...
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Starting Session 1 of user gdm.
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Started Session 1 of user gdm.
6 月 24 10:14:07 linux-7ltp.site systemd-logind[727]: New session 1 of user gdm.
6 月 24 10:14:07 linux-7ltp.site systemd-logind[727]: Linked /tmp/.X11-unix/X0 to /run/user/485/X11-display.
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Failed to open private bus connection: Failed to connect to socket /run/user/485/dbus/user_bus_socket: No such file or directory
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Mounted /sys/fs/fuse/connections.
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Stopped target Sound Card.
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Starting Default.
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Reached target Default.
6 月 24 10:14:07 linux-7ltp.site systemd[1563]: Startup finished in 108ms.
6 月 24 10:14:07 linux-7ltp.site systemd[1]: Started User Manager for 485.
6 月 24 10:14:07 linux-7ltp.site kernel: NET: Unregistered protocol family 40
6 月 24 10:14:07 linux-7ltp.site kernel: /dev/vmmon[1623]: Module vmmon: unloaded
6 月 24 10:14:07 linux-7ltp.site vmnetBridge[1414]: Bridge process exiting.
6 月 24 10:14:07 linux-7ltp.site vmnet-dhcpd[1449]: select: Interrupted system call
6 月 24 10:14:07 linux-7ltp.site vmnet-dhcpd[1449]: exiting.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Interface vmnet1.IPv6 no longer relevant for mDNS.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Leaving mDNS multicast group on interface vmnet1.IPv6 with address fe80::250:56ff:fec0:1.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Interface vmnet1.IPv4 no longer relevant for mDNS.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Leaving mDNS multicast group on interface vmnet1.IPv4 with address 172.16.74.1.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Withdrawing address record for fe80::250:56ff:fec0:1 on vmnet1.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Withdrawing address record for 172.16.74.1 on vmnet1.
6 月 24 10:14:07 linux-7ltp.site avahi-daemon[709]: Withdrawing workstation service for vmnet1.
6 月 24 10:14:08 linux-7ltp.site ifdown[1689]: Network is managed by 'NetworkManager.service' -> skipping
6 月 24 10:14:08 linux-7ltp.site vmnet-dhcpd[1474]: select: Interrupted system call
6 月 24 10:14:08 linux-7ltp.site vmnet-dhcpd[1474]: exiting.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Interface vmnet8.IPv6 no longer relevant for mDNS.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Leaving mDNS multicast group on interface vmnet8.IPv6 with address fe80::250:56ff:fec0:8.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Interface vmnet8.IPv4 no longer relevant for mDNS.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Leaving mDNS multicast group on interface vmnet8.IPv4 with address 172.16.198.1.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Withdrawing address record for fe80::250:56ff:fec0:8 on vmnet8.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Withdrawing address record for 172.16.198.1 on vmnet8.
6 月 24 10:14:08 linux-7ltp.site avahi-daemon[709]: Withdrawing workstation service for vmnet8.
6 月 24 10:14:08 linux-7ltp.site ifdown[1709]: Network is managed by 'NetworkManager.service' -> skipping
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: Stopping VMware services:
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: [38B blob data]
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: [50B blob data]
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: [49B blob data]
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: [33B blob data]
6 月 24 10:14:08 linux-7ltp.site vmware[1700]: [30B blob data]
6 月 24 10:14:08 linux-7ltp.site gnome-session[1565]: Entering running state
6 月 24 10:14:08 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
6 月 24 10:14:08 linux-7ltp.site systemd[1]: Starting Manage, Install and Generate Color Profiles...
6 月 24 10:14:08 linux-7ltp.site colord[1826]: Using mapping database file /var/lib/colord/mapping.db
6 月 24 10:14:08 linux-7ltp.site colord[1826]: Using device database file /var/lib/colord/storage.db
6 月 24 10:14:08 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
6 月 24 10:14:08 linux-7ltp.site systemd[1]: [/usr/lib/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
6 月 24 10:14:08 linux-7ltp.site systemd[1]: Starting RealtimeKit Scheduling Policy Service...
6 月 24 10:14:08 linux-7ltp.site colord[1826]: loaded plugin libcd_plugin_scanner.so
6 月 24 10:14:09 linux-7ltp.site colord[1826]: loaded plugin libcd_plugin_camera.so
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Daemon ready for requests
6 月 24 10:14:09 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.ColorManager'
6 月 24 10:14:09 linux-7ltp.site systemd[1]: Started Manage, Install and Generate Color Profiles.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: (colord:1826): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': Permission denied
6 月 24 10:14:09 linux-7ltp.site kernel: audit_printk_skb: 57 callbacks suppressed
6 月 24 10:14:09 linux-7ltp.site kernel: type=1400 audit(1403576049.101:31): apparmor="DENIED" operation="file_mmap" info="Failed name lookup - disconnected path" error=-13 parent=1 profile="/usr/lib/colord" name="var/run/nscd/passwd" pid=1826 comm="colord" requested_mask="r" denied_mask="r" fsuid=487 ouid=0
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-3c219b18958837493b586581f8c2a2a4
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-8298763041cd24a0ef9da6f2cd97e9ab
6 月 24 10:14:09 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
6 月 24 10:14:09 linux-7ltp.site systemd[1]: Started RealtimeKit Scheduling Policy Service.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully called chroot.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully dropped privileges.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully limited resources.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Running.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Watchdog thread running.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Canary thread running.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-7fb30d688bf82d32a0e748daf3dba95d
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 1835 of process 1835 (/usr/bin/pulseaudio) owned by 'gdm' high priority at nice level -11.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 1 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-63e0ac72440770d5e42a511b516304f6
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 1 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-1a00a956a836388ae20968e84f57d211
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 1844 of process 1835 (/usr/bin/pulseaudio) owned by 'gdm' RT at priority 5.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 2 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-b0ddeb99aea00b3e6527017fe5b73803
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 2 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 1845 of process 1835 (/usr/bin/pulseaudio) owned by 'gdm' RT at priority 5.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 3 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 3 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 1846 of process 1835 (/usr/bin/pulseaudio) owned by 'gdm' RT at priority 5.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 4 threads of 1 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-90e574fdb39ae8921a1c28c04b5aa155
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-83c9227cee43e657a58674804fe00278
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-9553cb175eba0f334c44a96718982f05
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-a5f10846975eeb751fd90b1d6512e852
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 1855 of process 1855 (/usr/bin/pulseaudio) owned by 'gdm' high priority at nice level -11.
6 月 24 10:14:09 linux-7ltp.site rtkit-daemon[1837]: Supervising 5 threads of 2 processes of 1 users.
6 月 24 10:14:09 linux-7ltp.site pulseaudio[1855]: [pulseaudio] pid.c: Daemon already running.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-9010857514685aaf1b2eea58f6160a91
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-955ffdfc2d370c411b62cbfc653ad7a5
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-9d32d467475f6cb22fa1519fa61e1692
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-5b605be32b278d8e91dcdb94462ac27f
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-fdfdf1022b23440abcd5b7331cf02a55
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-1f45c3fed247b0713c7afa57c09e8f84
6 月 24 10:14:09 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
6 月 24 10:14:09 linux-7ltp.site systemd[1]: Starting Locale Service...
6 月 24 10:14:09 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.locale1'
6 月 24 10:14:09 linux-7ltp.site systemd[1]: Started Locale Service.
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-654e06472b93dbd31d17ba5485e202f9
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-0a91d97691639c980c16364f630f9c1f
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-401e3f1b41eddb1dd67f8036a6d23f9b
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-0948af7e067817c24555e1b061718b44
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-6f11de674462392488a652e5bdece64b
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-b68ad6f90cf825b1539fbd24cf79de53
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-74f1646a87c428762276e5611bcbc272
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-4fd8ccafd049000acf0876a1122fa8b6
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-7c840f5d113af75c9b2544f95cf94728
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-c2c9f17c53cc44da467610e045afda71
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-e30ccb4acca16fd9d7e856c934a2dc5a
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-67eddb2e106b3a7c223aff589304ade7
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-66caf0f06b838cbc2ee8fc6953716e31
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-5fe73ea8e1711173ecf046a414b358b0
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-107fb439f6b5854874bfb3390df90241
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-8cadd05b52e1eb44599f5da33dfccf20
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-34b8e579d8fae536c49913281d38f9a2
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-01cc873b0c8ba2a4bb00cec48b2636bb
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-6ab221cf79f348f677c9f5c3909669d2
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-a0b5efb4aea38f22677e816a50917b33
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-7ff9ca58ce9026eb4f4787150b9ee48f
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-4b4819a2b2a614fb223382787585176c
6 月 24 10:14:09 linux-7ltp.site colord[1826]: Profile added: icc-c96a233b3a75ad0ee3052a9421421318
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-1ff7668789c41d97e4fc214ef0b54e21
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-b883d2303b1503cca406319750a5110a
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-ed12dff9d009d530f54ef8361b412886
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-bf01aa61cc697742d767d68d7e8fd08d
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-c94bbf6ef50ccdbb5b29d75b7007e77e
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-884d2a80d859873927528bb25654b1b6
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-c92c9b7a677cc2839faa79677a084919
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-6f47aab2aa7263b2f3b1528663e80050
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-ea2843ac72088332568ae7657774b5b1
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-484b403bd5bdbdac329edaa4a25c2b6b
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Profile added: icc-f6d3fb1fa8a6399877dc6b85729fe746
6 月 24 10:14:10 linux-7ltp.site colord[1826]: Device added: sysfs-Chicony_Electronics_Co.__Ltd.-USB2.0_0.3M_UVC_WebCam
6 月 24 10:14:10 linux-7ltp.site polkitd[759]: Registered Authentication Agent for unix-session:1 (system bus name :1.24 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale zh_CN.UTF-8)
6 月 24 10:14:10 linux-7ltp.site gnome-session[1565]: Gjs-Message: JS LOG: GNOME Shell started at Tue Jun 24 2014 10:14:10 GMT+0800 (CST)
6 月 24 10:14:11 linux-7ltp.site gnome-session[1565]: (gnome-settings-daemon:1736): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
6 月 24 10:14:11 linux-7ltp.site colord[1826]: (colord:1826): Cd-WARNING **: failed to get seat for session 1 [pid 1736]: Unknown error -13
6 月 24 10:14:11 linux-7ltp.site colord[1826]: (colord:1826): Cd-WARNING **: CdMain: failed to read /proc/1736/cmdline: Failed to open file '/proc/1736/cmdline': Permission denied
6 月 24 10:14:11 linux-7ltp.site colord[1826]: Device added: xrandr-LVDS
6 月 24 10:14:11 linux-7ltp.site kernel: type=1400 audit(1403576051.028:32): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/colord" name="/run/systemd/sessions/1" pid=1826 comm="colord" requested_mask="r" denied_mask="r" fsuid=487 ouid=0
6 月 24 10:14:11 linux-7ltp.site kernel: type=1400 audit(1403576051.028:33): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/colord" name="/proc/1736/cmdline" pid=1826 comm="colord" requested_mask="r" denied_mask="r" fsuid=487 ouid=485
6 月 24 10:14:11 linux-7ltp.site gnome-session[1565]: (gnome-settings-daemon:1736): color-plugin-WARNING **: unable to get EDID for xrandr-LVDS: unable to get EDID for output
6 月 24 10:14:11 linux-7ltp.site goa[1911]: goa-daemon version 3.10.1 starting [main.c:117, main()]
6 月 24 10:14:12 linux-7ltp.site gnome-session[1565]: [161B blob data]
6 月 24 10:14:21 linux-7ltp.site gdm-password][2128]: pam_unix(gdm-password:session): session opened for user dch by (unknown)(uid=0)
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Starting user-1000.slice.
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Created slice user-1000.slice.
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Starting User Manager for 1000...
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Starting Session 2 of user dch.
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Started Session 2 of user dch.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: pam_unix(systemd-user:session): session opened for user dch by (uid=0)
6 月 24 10:14:21 linux-7ltp.site systemd-logind[727]: New session 2 of user dch.
6 月 24 10:14:21 linux-7ltp.site systemd-logind[727]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Auto-activating connection 'aotewei'.
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) starting connection 'aotewei'
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> NetworkManager state is now CONNECTING
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) scheduled...
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) started...
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) scheduled...
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 1 of 5 (Device Prepare) complete.
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) starting...
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0/wireless): connection 'aotewei' has security, and secrets exist.  No new secrets needed.
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Config: added 'ssid' value 'aotewei'
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Config: added 'scan_ssid' value '1'
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Config: added 'psk' value '<omitted>'
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 2 of 5 (Device Configure) complete.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> Config: set interface ap_scan to 1
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Mounted /sys/fs/fuse/connections.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Stopped target Sound Card.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Starting Default.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Reached target Default.
6 月 24 10:14:21 linux-7ltp.site systemd[2439]: Startup finished in 35ms.
6 月 24 10:14:21 linux-7ltp.site systemd[1]: Started User Manager for 1000.
6 月 24 10:14:21 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: inactive -> scanning
6 月 24 10:14:21 linux-7ltp.site gnome-session[1565]: [161B blob data]
6 月 24 10:14:21 linux-7ltp.site gnome-session[1565]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
6 月 24 10:14:21 linux-7ltp.site gdm-launch-environment][1548]: pam_unix(gdm-launch-environment:session): session closed for user gdm
6 月 24 10:14:21 linux-7ltp.site colord[1826]: device removed: xrandr-LVDS
6 月 24 10:14:21 linux-7ltp.site xdm[739]: Failed to remove slave program access to the display. Trying to proceed.
6 月 24 10:14:21 linux-7ltp.site polkitd[759]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.24, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale zh_CN.UTF-8) (disconnected from bus)
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-X5mvjT
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GPG_AGENT_INFO=/run/user/1000/keyring-X5mvjT/gpg:0:1
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: SSH_AUTH_SOCK=/run/user/1000/keyring-X5mvjT/ssh
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-X5mvjT
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GPG_AGENT_INFO=/run/user/1000/keyring-X5mvjT/gpg:0:1
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-X5mvjT
6 月 24 10:14:22 linux-7ltp.site gnome-session[2526]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-X5mvjT
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 2700 of process 2700 (/usr/bin/pulseaudio) owned by 'dch' high priority at nice level -11.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 5 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: authenticate with 2a:14:4b:63:20:cc
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: send auth to 2a:14:4b:63:20:cc (try 1/3)
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: scanning -> authenticating
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: authenticated
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: associate with 2a:14:4b:63:20:cc (try 1/3)
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: authenticating -> associating
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: RX AssocResp from 2a:14:4b:63:20:cc (capab=0x431 status=0 aid=8)
6 月 24 10:14:22 linux-7ltp.site kernel: wlp3s0: associated
6 月 24 10:14:22 linux-7ltp.site kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211: Calling CRDA for country: CN
6 月 24 10:14:22 linux-7ltp.site kernel: ath: regdomain 0x809c updated by CountryIE
6 月 24 10:14:22 linux-7ltp.site kernel: ath: EEPROM regdomain: 0x809c
6 月 24 10:14:22 linux-7ltp.site kernel: ath: EEPROM indicates we should expect a country code
6 月 24 10:14:22 linux-7ltp.site kernel: ath: doing EEPROM country->regdmn map search
6 月 24 10:14:22 linux-7ltp.site kernel: ath: country maps to regdmn code: 0x52
6 月 24 10:14:22 linux-7ltp.site kernel: ath: Country alpha2 being used: CN
6 月 24 10:14:22 linux-7ltp.site kernel: ath: Regpair used: 0x52
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211: Regulatory domain changed to country: CN
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: associating -> 4-way handshake
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (N/A, 3000 mBm)
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (57240000 KHz - 59400000 KHz @ 2160000 KHz), (N/A, 2800 mBm)
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (59400000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4400 mBm)
6 月 24 10:14:22 linux-7ltp.site kernel: cfg80211:   (63720000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 2800 mBm)
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): supplicant interface state: 4-way handshake -> completed
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'aotewei'.
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 3 of 5 (IP Configure Start) scheduled.
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 3 of 5 (IP Configure Start) started...
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Beginning IP6 addrconf.
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 3 of 5 (IP Configure Start) complete.
6 月 24 10:14:22 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv4 Commit) started...
6 月 24 10:14:22 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 222.222.222.222.
6 月 24 10:14:22 linux-7ltp.site avahi-daemon[709]: New relevant interface wlp3s0.IPv4 for mDNS.
6 月 24 10:14:22 linux-7ltp.site avahi-daemon[709]: Registering new address record for 222.222.222.222 on wlp3s0.IPv4.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 5 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 2706 of process 2700 (/usr/bin/pulseaudio) owned by 'dch' RT at priority 5.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 6 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 6 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 2707 of process 2700 (/usr/bin/pulseaudio) owned by 'dch' RT at priority 5.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 7 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 7 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Successfully made thread 2708 of process 2700 (/usr/bin/pulseaudio) owned by 'dch' RT at priority 5.
6 月 24 10:14:22 linux-7ltp.site rtkit-daemon[1837]: Supervising 8 threads of 2 processes of 2 users.
6 月 24 10:14:22 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
6 月 24 10:14:22 linux-7ltp.site systemd[1]: Starting Disk Manager...
6 月 24 10:14:22 linux-7ltp.site udisksd[2712]: udisks daemon version 2.1.1 starting
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv4 Commit) complete.
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> NetworkManager state is now CONNECTED_GLOBAL
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> Policy set 'aotewei' (wlp3s0) as default for IPv4 routing and DNS.
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> (wlp3s0): roamed from BSSID 2A:14:4B:63:22:84 (aotewei) to 2A:14:4B:63:20:CC (aotewei)
6 月 24 10:14:23 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) successful, device activated.
6 月 24 10:14:23 linux-7ltp.site dbus[706]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
6 月 24 10:14:23 linux-7ltp.site systemd[1]: Starting Network Manager Script Dispatcher Service...
6 月 24 10:14:23 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
6 月 24 10:14:23 linux-7ltp.site systemd[1]: Started Network Manager Script Dispatcher Service.
6 月 24 10:14:23 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::4a5d:60ff:fe9e:6b0e.
6 月 24 10:14:23 linux-7ltp.site avahi-daemon[709]: New relevant interface wlp3s0.IPv6 for mDNS.
6 月 24 10:14:23 linux-7ltp.site avahi-daemon[709]: Registering new address record for fe80::4a5d:60ff:fe9e:6b0e on wlp3s0.*.
6 月 24 10:14:24 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
6 月 24 10:14:25 linux-7ltp.site avahi-daemon[709]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::4a5d:60ff:fe9e:6b0e.
6 月 24 10:14:25 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address 2001::4a5d:60ff:fe9e:6b0e.
6 月 24 10:14:25 linux-7ltp.site avahi-daemon[709]: Registering new address record for 2001::4a5d:60ff:fe9e:6b0e on wlp3s0.*.
6 月 24 10:14:25 linux-7ltp.site avahi-daemon[709]: Withdrawing address record for fe80::4a5d:60ff:fe9e:6b0e on wlp3s0.
6 月 24 10:14:25 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv6 Commit) scheduled...
6 月 24 10:14:25 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv6 Commit) started...
6 月 24 10:14:25 linux-7ltp.site avahi-daemon[709]: Registering new address record for 2607:f0d0:1002:11:4a5d:60ff:fe9e:6b0e on wlp3s0.*.
6 月 24 10:14:26 linux-7ltp.site NetworkManager[931]: <info> Policy set 'aotewei' (wlp3s0) as default for IPv6 routing and DNS.
6 月 24 10:14:26 linux-7ltp.site NetworkManager[931]: <info> Activation (wlp3s0) Stage 5 of 5 (IPv6 Commit) complete.
6 月 24 10:14:30 linux-7ltp.site kernel: usb 2-1.1: reset high-speed USB device number 3 using ehci-pci
6 月 24 10:14:30 linux-7ltp.site udisksd[2712]: Error probing device: Error sending ATA command IDENTIFY DEVICE to /dev/sdb: Unexpected sense data returned:
                                                0000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                 (g-io-error-quark, 0)
6 月 24 10:14:30 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.UDisks2'
6 月 24 10:14:30 linux-7ltp.site systemd[1]: Started Disk Manager.
6 月 24 10:14:30 linux-7ltp.site udisksd[2712]: Acquired the name org.freedesktop.UDisks2 on the system message bus
6 月 24 10:14:30 linux-7ltp.site goa[2987]: goa-daemon version 3.10.1 starting [main.c:117, main()]
6 月 24 10:14:30 linux-7ltp.site dbus[706]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
6 月 24 10:14:30 linux-7ltp.site gnome-session[2526]: (gnome-settings-daemon:2685): mouse-plugin-WARNING **: Error setting normal scroll for "ETPS/2 Elantech Touchpad"
6 月 24 10:14:30 linux-7ltp.site systemd[1]: Starting CUPS Printing Service...
6 月 24 10:14:30 linux-7ltp.site systemd[1]: Started CUPS Printing Service.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No limit for Validate-Job defined in policy allowallforanybody and no suitable template found.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No limit for Cancel-Jobs defined in policy allowallforanybody and no suitable template found.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No limit for Cancel-My-Jobs defined in policy allowallforanybody and no suitable template found.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No limit for Close-Job defined in policy allowallforanybody and no suitable template found.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No limit for CUPS-Get-Document defined in policy allowallforanybody and no suitable template found.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No JobPrivateAccess defined in policy allowallforanybody - using defaults.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No JobPrivateValues defined in policy allowallforanybody - using defaults.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No SubscriptionPrivateAccess defined in policy allowallforanybody - using defaults.
6 月 24 10:14:30 linux-7ltp.site cupsd[3019]: No SubscriptionPrivateValues defined in policy allowallforanybody - using defaults.
6 月 24 10:14:31 linux-7ltp.site dbus[706]: [system] Successfully activated service 'org.freedesktop.PackageKit'
6 月 24 10:14:31 linux-7ltp.site polkitd[759]: Registered Authentication Agent for unix-session:2 (system bus name :1.58 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale zh_CN.UTF-8)
6 月 24 10:14:31 linux-7ltp.site gnome-session[2526]: Gjs-Message: JS LOG: GNOME Shell started at Tue Jun 24 2014 10:14:31 GMT+0800 (CST)
6 月 24 10:14:31 linux-7ltp.site gnome-session[2526]: Entering running state
6 月 24 10:14:31 linux-7ltp.site gnome-session[2526]: Tracker-Message: Importing config file to GSettings
6 月 24 10:14:31 linux-7ltp.site gnome-session[2526]: Tracker-Message: Importing config file to GSettings
6 月 24 10:14:31 linux-7ltp.site gnome-session[2526]: Tracker-Message: Importing config file to GSettings
6 月 24 10:14:32 linux-7ltp.site gnome-session[2526]: Failed to play sound: File or data not found
6 月 24 10:14:32 linux-7ltp.site gnome-keyring-daemon[2446]: keyring alias directory: /home/dch/.local/share/keyrings
6 月 24 10:14:32 linux-7ltp.site gnome-session[2526]: (gnome-settings-daemon:2685): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
6 月 24 10:14:32 linux-7ltp.site colord[1826]: (colord:1826): Cd-WARNING **: failed to get seat for session 2 [pid 2685]: Unknown error -13
6 月 24 10:14:32 linux-7ltp.site colord[1826]: (colord:1826): Cd-WARNING **: CdMain: failed to read /proc/2685/cmdline: Failed to open file '/proc/2685/cmdline': Permission denied
6 月 24 10:14:32 linux-7ltp.site colord[1826]: Device added: xrandr-LVDS
6 月 24 10:14:32 linux-7ltp.site kernel: type=1400 audit(1403576072.552:34): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/colord" name="/run/systemd/sessions/2" pid=1826 comm="colord" requested_mask="r" denied_mask="r" fsuid=487 ouid=0
6 月 24 10:14:32 linux-7ltp.site kernel: type=1400 audit(1403576072.552:35): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/colord" name="/proc/2685/cmdline" pid=1826 comm="colord" requested_mask="r" denied_mask="r" fsuid=487 ouid=1000
6 月 24 10:14:32 linux-7ltp.site gnome-session[2526]: (gnome-settings-daemon:2685): color-plugin-WARNING **: unable to get EDID for xrandr-LVDS: unable to get EDID for output
6 月 24 10:14:32 linux-7ltp.site gnome-session[2526]: [97B blob data]
6 月 24 10:14:33 linux-7ltp.site gnome-session[2526]: [347B blob data]
6 月 24 10:14:33 linux-7ltp.site gnome-session[2526]: Failed to mount '/dev/sdb1': Invalid argument
6 月 24 10:14:33 linux-7ltp.site gnome-session[2526]: The device '/dev/sdb1' doesn't seem to have a valid NTFS.
6 月 24 10:14:33 linux-7ltp.site gnome-session[2526]: Maybe the wrong device is used? Or the whole disk instead of a
6 月 24 10:14:33 linux-7ltp.site gnome-session[2526]: partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
6 月 24 10:14:41 linux-7ltp.site systemd-logind[727]: Removed session 1.
6 月 24 10:14:47 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:14:53 linux-7ltp.site kernel: /dev/vmmon[3284]: Module vmmon: registered with major=10 minor=165
6 月 24 10:14:53 linux-7ltp.site kernel: /dev/vmmon[3284]: Module vmmon: initialized
6 月 24 10:14:53 linux-7ltp.site kernel: Guest personality initialized and is inactive
6 月 24 10:14:53 linux-7ltp.site kernel: VMCI host device registered (name=vmci, major=10, minor=54)
6 月 24 10:14:53 linux-7ltp.site kernel: Initialized host personality
6 月 24 10:14:53 linux-7ltp.site kernel: NET: Registered protocol family 40
6 月 24 10:14:58 linux-7ltp.site NetworkManager[931]: <warn> nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted
6 月 24 10:15:01 linux-7ltp.site /usr/sbin/cron[3416]: pam_unix(crond:session): session opened for user root by (uid=0)
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Starting user-0.slice.
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Created slice user-0.slice.
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Starting User Manager for 0...
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Starting Session 3 of user root.
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Started Session 3 of user root.
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Failed to open private bus connection: Failed to connect to socket /run/user/0/dbus/user_bus_socket: No such file or directory
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Mounted /sys/fs/fuse/connections.
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Stopped target Sound Card.
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Starting Default.
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Reached target Default.
6 月 24 10:15:01 linux-7ltp.site systemd[3417]: Startup finished in 31ms.
6 月 24 10:15:01 linux-7ltp.site systemd[1]: Started User Manager for 0.
6 月 24 10:15:02 linux-7ltp.site /USR/SBIN/CRON[3416]: pam_unix(crond:session): session closed for user root
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 24 10:15:09 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 20 00
6 月 24 10:15:09 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 63
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 0
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 1
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 2
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 3
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 4
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 5
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 6
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 7
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 8
6 月 24 10:15:09 linux-7ltp.site kernel: Buffer I/O error on device sdb1, logical block 9
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 24 10:15:09 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 3f 00 00 01 00
6 月 24 10:15:09 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 63
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 24 10:15:09 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 40 00 00 01 00
6 月 24 10:15:09 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 64
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] Unhandled sense code
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Sense Key : Medium Error [current] 
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb]  
6 月 24 10:15:09 linux-7ltp.site kernel: Add. Sense: Unrecovered read error
6 月 24 10:15:09 linux-7ltp.site kernel: sd 6:0:0:0: [sdb] CDB: 
6 月 24 10:15:09 linux-7ltp.site kernel: Read(10): 28 00 00 00 00 41 00 00 06 00
6 月 24 10:15:09 linux-7ltp.site kernel: end_request: critical target error, dev sdb, sector 65
6 月 24 10:15:13 linux-7ltp.site gnome-session[2526]: (tracker-miner-fs:3068): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/desktop-directories/vmware-ace-vms.directory': 'Desktop file doesn't contain type'
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: Bridge process created.
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: RTM_NEWLINK: name:enp7s0f5 index:2 flags:0x00001003
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: RTM_NEWLINK: name:wlp3s0 index:3 flags:0x00011043
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: Adding interface wlp3s0 index:3
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: Started bridge wlp3s0 to virtual network 0.
6 月 24 10:15:38 linux-7ltp.site vmnetBridge[3624]: RTM_NEWROUTE: index:3
6 月 24 10:15:38 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3624 (vmnet-bridge)
6 月 24 10:15:38 linux-7ltp.site kernel: /dev/vmnet: hub 0 does not exist, allocating memory.
6 月 24 10:15:38 linux-7ltp.site kernel: /dev/vmnet: port on hub 0 successfully opened
6 月 24 10:15:38 linux-7ltp.site kernel: bridge-wlp3s0: device is wireless, enabling SMAC
6 月 24 10:15:38 linux-7ltp.site kernel: bridge-wlp3s0: up
6 月 24 10:15:38 linux-7ltp.site kernel: bridge-wlp3s0: attached
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3635 (vmnet-netifup)
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: hub 1 does not exist, allocating memory.
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: port on hub 1 successfully opened
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet1.IPv4 with address 172.16.74.1.
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet1.IPv4 for mDNS.
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: Registering new address record for 172.16.74.1 on vmnet1.IPv4.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Internet Software Consortium DHCP Server 2.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: All rights reserved.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: 6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Please contribute if you find this software useful.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: For info, please visit http://www.isc.org/dhcp-contrib.html
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: 6 月 24 10:15:39 linux-7ltp.site ifup[3655]: Service network not started -> skipping
6 月 24 10:15:39 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/vmnet1: couldn't determine device driver; ignoring...
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Configured subnet: 172.16.74.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Setting vmnet-dhcp IP address: 172.16.74.254
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Recving on     VNet/vmnet1/172.16.74.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3639]: Sending on     VNet/vmnet1/172.16.74.0
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3639 (vmnet-dhcpd)
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: port on hub 1 successfully opened
6 月 24 10:15:39 linux-7ltp.site vmnet-natd[3661]: RTM_NEWLINK: name:enp7s0f5 index:2 flags:0x00001003
6 月 24 10:15:39 linux-7ltp.site vmnet-natd[3661]: RTM_NEWLINK: name:wlp3s0 index:3 flags:0x00011043
6 月 24 10:15:39 linux-7ltp.site vmnet-natd[3661]: RTM_NEWROUTE: index:3
6 月 24 10:15:39 linux-7ltp.site vmnet-natd[3661]: RTM_NEWADDR: index:3, addr:222.222.222.222
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3661 (vmnet-natd)
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: hub 8 does not exist, allocating memory.
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:15:39 linux-7ltp.site kernel: userif-3: sent link down event.
6 月 24 10:15:39 linux-7ltp.site kernel: userif-3: sent link up event.
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3662 (vmnet-netifup)
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet8.IPv4 with address 172.16.198.1.
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet8.IPv4 for mDNS.
6 月 24 10:15:39 linux-7ltp.site avahi-daemon[709]: Registering new address record for 172.16.198.1 on vmnet8.IPv4.
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Internet Software Consortium DHCP Server 2.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: All rights reserved.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: 6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Please contribute if you find this software useful.
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: For info, please visit http://www.isc.org/dhcp-contrib.html
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: 6 月 24 10:15:39 linux-7ltp.site ifup[3681]: Service network not started -> skipping
6 月 24 10:15:39 linux-7ltp.site NetworkManager[931]: <warn> /sys/devices/virtual/net/vmnet8: couldn't determine device driver; ignoring...
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Configured subnet: 172.16.198.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Setting vmnet-dhcp IP address: 172.16.198.254
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Recving on     VNet/vmnet8/172.16.198.0
6 月 24 10:15:39 linux-7ltp.site vmnet-dhcpd[3665]: Sending on     VNet/vmnet8/172.16.198.0
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: open called by PID 3665 (vmnet-dhcpd)
6 月 24 10:15:39 linux-7ltp.site kernel: /dev/vmnet: port on hub 8 successfully opened
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet1.IPv6 with address fe80::250:56ff:fec0:1.
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet1.IPv6 for mDNS.
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: Registering new address record for fe80::250:56ff:fec0:1 on vmnet1.*.
6 月 24 10:15:40 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
6 月 24 10:15:40 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: Joining mDNS multicast group on interface vmnet8.IPv6 with address fe80::250:56ff:fec0:8.
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: New relevant interface vmnet8.IPv6 for mDNS.
6 月 24 10:15:40 linux-7ltp.site avahi-daemon[709]: Registering new address record for fe80::250:56ff:fec0:8 on vmnet8.*.
6 月 24 10:15:44 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=400 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=360 
6 月 24 10:15:46 linux-7ltp.site vmware-workstation-server[1488]: [38B blob data]
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Started LSB: This services starts and stops the Workstation as a Server daemon..
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Starting Multi-User System.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Reached target Multi-User System.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Starting Graphical Interface.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Reached target Graphical Interface.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Starting Update UTMP about System Runlevel Changes...
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Started Update UTMP about System Runlevel Changes.
6 月 24 10:15:46 linux-7ltp.site systemd[1]: Startup finished in 5.570s (kernel) + 2min 9.950s (userspace) = 2min 15.520s.
6 月 24 10:15:46 linux-7ltp.site kernel: deprecated_sysctl_warning: 30 callbacks suppressed
6 月 24 10:15:46 linux-7ltp.site kernel: warning: process `vmware-hostd' used the deprecated sysctl system call with 1.1.
6 月 24 10:16:16 linux-7ltp.site systemd[1]: Starting Stop Read-Ahead Data Collection...
6 月 24 10:16:16 linux-7ltp.site systemd[1]: Started Stop Read-Ahead Data Collection.
6 月 24 10:16:53 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet8 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0008 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:16:53 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet1 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0001 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:16:53 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=wlp3s0 OUT= MAC= SRC=2001:0000:0000:0000:4a5d:60ff:fe9e:6b0e DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:17:08 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet8 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0008 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:17:24 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet8 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0008 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:17:36 linux-7ltp.site gnome-session[2526]: [121B blob data]
6 月 24 10:17:36 linux-7ltp.site gnome-session[2526]: [124B blob data]
6 月 24 10:17:36 linux-7ltp.site gnome-session[2526]: [173B blob data]
6 月 24 10:17:39 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"java version "1.7.0_45"
6 月 24 10:17:39 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:39 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:39 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:39 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:40 linux-7ltp.site gnome-session[2526]: [139B blob data]
6 月 24 10:17:41 linux-7ltp.site gnome-session[2526]: [139B blob data]
6 月 24 10:17:41 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:41 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:41 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: [135B blob data]
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: [124B blob data]
6 月 24 10:17:42 linux-7ltp.site gnome-session[2526]: [187B blob data]
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: [130B blob data]
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: [124B blob data]
6 月 24 10:17:44 linux-7ltp.site gnome-session[2526]: [182B blob data]
6 月 24 10:17:45 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:45 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:45 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:46 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:46 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:46 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:47 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:48 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:49 linux-7ltp.site gnome-session[2526]: [229B blob data]
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:17:50 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:17:56 linux-7ltp.site kernel: SFW2-INext-DROP-DEFLT IN=vmnet8 OUT= MAC= SRC=fe80:0000:0000:0000:0250:56ff:fec0:0008 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=88 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=48 
6 月 24 10:18:00 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:00 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:00 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:01 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:01 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:01 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:02 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:02 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:02 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:04 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:04 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:04 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:05 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:06 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:06 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:06 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:06 linux-7ltp.site sudo[5130]: [58B blob data]
6 月 24 10:18:06 linux-7ltp.site sudo[5130]: pam_unix(sudo:auth): conversation failed
6 月 24 10:18:06 linux-7ltp.site sudo[5130]: pam_unix(sudo:auth): auth could not identify password for [root]
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:07 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:08 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:08 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:08 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [195B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [196B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [197B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [196B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [191B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [190B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [192B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [191B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: (gnome-web-photo:5387): Gdk-WARNING **: gdk-frame-clock: layout continuously requested, giving up after 4 tries
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [204B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [200B blob data]
6 月 24 10:18:09 linux-7ltp.site gnome-session[2526]: [257B blob data]
6 月 24 10:18:10 linux-7ltp.site gnome-session[2526]: java version "1.7.0_45"
6 月 24 10:18:10 linux-7ltp.site gnome-session[2526]: OpenJDK Runtime Environment (IcedTea 2.4.3) (suse-24.2.1-x86_64)
6 月 24 10:18:10 linux-7ltp.site gnome-session[2526]: OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
6 月 24 10:18:22 linux-7ltp.site sudo[5511]: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring-X5mvjT/control
6 月 24 10:18:22 linux-7ltp.site sudo[5495]: gkr-pam: couldn't unlock the login keyring.
6 月 24 10:18:22 linux-7ltp.site sudo[5495]: dch : TTY=pts/0 ; PWD=/home/dch ; USER=root ; COMMAND=/usr/bin/journalctl --since=10:12
6 月 24 10:18:22 linux-7ltp.site sudo[5495]: pam_unix(sudo:session): session opened for user root by dch(uid=0)