Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 709477 Details for
Bug 920083
virtio-scsi gives errors like: sd 2:0:0:0: [sda] Invalid command failure
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Use FC18 appliance in rhel7
Use FC18 appliance in rhel7.log (text/plain), 81.84 KB, created by
bfan
on 2013-03-13 10:33:54 UTC
(
hide
)
Description:
Use FC18 appliance in rhel7
Filename:
MIME Type:
Creator:
bfan
Created:
2013-03-13 10:33:54 UTC
Size:
81.84 KB
patch
obsolete
>[root@intel-i5-8-2 guestfs]# export LIBGUESTFS_PATH=/usr/local/lib/guestfs/appliance/ >[root@intel-i5-8-2 guestfs]# guestfish -x -v -N fs:ext3 >libguestfs: trace: set_verbose true >libguestfs: trace: set_verbose = 0 >libguestfs: trace: set_pgroup true >libguestfs: trace: set_pgroup = 0 >libguestfs: trace: add_drive "test1.img" >libguestfs: trace: add_drive = 0 >libguestfs: trace: is_config >libguestfs: trace: is_config = 1 >libguestfs: trace: launch >libguestfs: trace: get_tmpdir >libguestfs: trace: get_tmpdir = "/tmp" >libguestfs: libvirt version = 1000003 >libguestfs: [00000ms] connect to libvirt >libguestfs: opening libvirt handle: URI = NULL, auth = virConnectAuthPtrDefault, flags = 0 >libguestfs: successfully opened libvirt handle: conn = 0x15b8930 >libguestfs: [00010ms] get libvirt capabilities >libguestfs: [00019ms] parsing capabilities XML >libguestfs: [00019ms] build appliance >libguestfs: command: run: qemu-img >libguestfs: command: run: \ create >libguestfs: command: run: \ -f qcow2 >libguestfs: command: run: \ -b /usr/local/lib/guestfs/appliance//root >libguestfs: command: run: \ -o backing_fmt=raw >libguestfs: command: run: \ /tmp/libguestfsDBf76x/snapshot1 >Formatting '/tmp/libguestfsDBf76x/snapshot1', fmt=qcow2 size=4294967296 backing_file='/usr/local/lib/guestfs/appliance//root' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off >libguestfs: [00099ms] create libvirt XML >libguestfs: trace: disk_format "/usr/local/lib/guestfs/test1.img" >libguestfs: command: run: qemu-img >libguestfs: command: run: \ info >libguestfs: command: run: \ /tmp/libguestfsDBf76x/format.2 >libguestfs: trace: disk_format = "raw" >libguestfs: trace: get_cachedir >libguestfs: trace: get_cachedir = "/var/tmp" >libguestfs: libvirt XML:\n<?xml version="1.0"?>\n<domain type="kvm" xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">\n <name>guestfs-7m3ls7sf1eylnaku</name>\n <memory unit="MiB">500</memory>\n <currentMemory unit="MiB">500</currentMemory>\n <vcpu>1</vcpu>\n <clock offset="utc"/>\n <os>\n <type>hvm</type>\n <kernel>/usr/local/lib/guestfs/appliance//kernel</kernel>\n <initrd>/usr/local/lib/guestfs/appliance//initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm</cmdline>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="file">\n <source file="/usr/local/lib/guestfs/test1.img"/>\n <target dev="sda" bus="scsi"/>\n <driver name="qemu" type="raw" cache="none"/>\n <address type="drive" controller="0" bus="0" target="0" unit="0"/>\n </disk>\n <disk type="file" device="disk">\n <source file="/tmp/libguestfsDBf76x/snapshot1"/>\n <target dev="sdb" bus="scsi"/>\n <driver name="qemu" type="qcow2" cache="unsafe"/>\n <address type="drive" controller="0" bus="0" target="1" unit="0"/>\n <shareable/>\n </disk>\n <serial type="unix">\n <source mode="connect" path="/tmp/libguestfsDBf76x/console.sock"/>\n <target port="0"/>\n </serial>\n <channel type="unix">\n <source mode="connect" path="/tmp/libguestfsDBf76x/guestfsd.sock"/>\n <target type="virtio" name="org.libguestfs.channel.0"/>\n </channel>\n </devices>\n <qemu:commandline>\n <qemu:env name="TMPDIR" value="/var/tmp"/>\n </qemu:commandline>\n</domain>\n >libguestfs: [00106ms] launch libvirt guest >libguestfs: accept_from_daemon: 0x15b7ce0 g->state = 1 >[ 0.000000] Initializing cgroup subsys cpuset >[ 0.000000] Initializing cgroup subsys cpu >[ 0.000000] Linux version 3.8.2-206.fc18.x86_64 (mockbuild@bkernel02) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Fri Mar 8 15:03:34 UTC 2013 >[ 0.000000] Command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm >[ 0.000000] e820: BIOS-provided physical RAM map: >[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3fffff] usable >[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >[ 0.000000] NX (Execute Disable) protection: active >[ 0.000000] SMBIOS 2.4 present. >[ 0.000000] Hypervisor detected: KVM >[ 0.000000] No AGP bridge found >[ 0.000000] e820: last_pfn = 0x1f400 max_arch_pfn = 0x400000000 >[ 0.000000] PAT not supported by CPU. >[ 0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0] >[ 0.000000] init_memory_mapping: [mem 0x00000000-0x1f3fffff] >[ 0.000000] RAMDISK: [mem 0x1f2be000-0x1f3effff] >[ 0.000000] No NUMA configuration found >[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fffff] >[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3fffff] >[ 0.000000] NODE_DATA [mem 0x1f2aa000-0x1f2bdfff] >[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >[ 0.000000] kvm-clock: cpu 0, msr 0:1f3fe001, boot clock >[ 0.000000] Zone ranges: >[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >[ 0.000000] Normal empty >[ 0.000000] Movable zone start for each node >[ 0.000000] Early memory node ranges >[ 0.000000] node 0: [mem 0x00010000-0x0009efff] >[ 0.000000] node 0: [mem 0x00100000-0x1f3fffff] >[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org >[ 0.000000] Intel MultiProcessor Specification v1.4 >[ 0.000000] MPTABLE: OEM ID: BOCHSCPU >[ 0.000000] MPTABLE: Product ID: 0.1 >[ 0.000000] MPTABLE: APIC at: 0xFEE00000 >[ 0.000000] Processor #0 (Bootup-CPU) >[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >[ 0.000000] Processors: 1 >[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >[ 0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices >[ 0.000000] Booting paravirtualized kernel on KVM >[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001f000000 s84608 r8192 d21888 u2097152 >[ 0.000000] kvm-clock: cpu 0, msr 0:1f3fe001, primary cpu clock >[ 0.000000] KVM setup async PF for cpu 0 >[ 0.000000] kvm-stealtime: cpu 0, msr 1f00dec0 >[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 125881 >[ 0.000000] Policy zone: DMA32 >[ 0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm >[ 0.000000] Disabling memory control group subsystem >[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) >[ 0.000000] __ex_table already sorted, skipping sort >[ 0.000000] Checking aperture... >[ 0.000000] No AGP bridge found >[ 0.000000] Memory: 486020k/512000k available (6513k kernel code, 452k absent, 25528k reserved, 6707k data, 1088k init) >[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >[ 0.000000] Hierarchical RCU implementation. >[ 0.000000] \tRCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >[ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >[ 0.000000] Console: colour *CGA 80x25 >[ 0.000000] console [ttyS0] enabled >[ 0.000000] tsc: Detected 3092.972 MHz processor >[ 0.002000] Calibrating delay loop (skipped) preset value.. 6185.94 BogoMIPS (lpj=3092972) >[ 0.002004] pid_max: default: 32768 minimum: 301 >[ 0.002447] Security Framework initialized >[ 0.003008] SELinux: Disabled at boot. >[ 0.003423] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) >[ 0.004128] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.004825] Mount-cache hash table entries: 256 >[ 0.005132] Initializing cgroup subsys cpuacct >[ 0.005547] Initializing cgroup subsys memory >[ 0.006010] Initializing cgroup subsys devices >[ 0.006433] Initializing cgroup subsys freezer >[ 0.007003] Initializing cgroup subsys net_cls >[ 0.007410] Initializing cgroup subsys blkio >[ 0.007821] Initializing cgroup subsys perf_event >[ 0.008057] mce: CPU supports 10 MCE banks >[ 0.008491] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >[ 0.008491] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >[ 0.008491] tlb_flushall_shift: 6 >[ 0.018694] Freeing SMP alternatives: 24k freed >[ 0.022071] ftrace: allocating 24316 entries in 95 pages >[ 0.028887] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >[ 0.029002] smpboot: CPU0: Intel QEMU Virtual CPU version 1.4.0 (fam: 06, model: 02, stepping: 03) >[ 0.132036] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >[ 0.133583] Brought up 1 CPUs >[ 0.133872] smpboot: Total of 1 processors activated (6185.94 BogoMIPS) >[ 0.134192] NMI watchdog: disabled (cpu0): hardware events not enabled >[ 0.135066] devtmpfs: initialized >[ 0.136243] atomic64 test passed for x86-64 platform with CX8 and with SSE >[ 0.136920] RTC time: 10:13:02, date: 03/13/13 >[ 0.137027] NET: Registered protocol family 16 >[ 0.137623] PCI: Using configuration type 1 for base access >[ 0.138464] bio: create slab <bio-0> at 0 >[ 0.139041] ACPI: Interpreter disabled. >[ 0.139422] vgaarb: loaded >[ 0.140031] SCSI subsystem initialized >[ 0.140408] usbcore: registered new interface driver usbfs >[ 0.140910] usbcore: registered new interface driver hub >[ 0.141014] usbcore: registered new device driver usb >[ 0.141502] PCI: Probing PCI hardware >[ 0.142018] PCI host bridge to bus 0000:00 >[ 0.142393] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >[ 0.143002] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >[ 0.143630] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] >[ 0.175599] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000] >[ 0.176144] NetLabel: Initializing >[ 0.176450] NetLabel: domain hash size = 128 >[ 0.177001] NetLabel: protocols = UNLABELED CIPSOv4 >[ 0.177454] NetLabel: unlabeled traffic allowed by default >[ 0.178035] Switching to clocksource kvm-clock >[ 0.180707] pnp: PnP ACPI: disabled >[ 0.181875] NET: Registered protocol family 2 >[ 0.182398] TCP established hash table entries: 4096 (order: 4, 65536 bytes) >[ 0.183066] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) >[ 0.183662] TCP: Hash tables configured (established 4096 bind 4096) >[ 0.184246] TCP: reno registered >[ 0.184547] UDP hash table entries: 256 (order: 1, 8192 bytes) >[ 0.185076] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) >[ 0.185674] NET: Registered protocol family 1 >[ 0.186087] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >[ 0.186657] pci 0000:00:01.0: PIIX3: Enabling Passive Release >[ 0.187190] pci 0000:00:01.0: Activating ISA DMA hang workarounds >[ 0.187783] pci 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35 >[ 0.188721] Unpacking initramfs... >[ 0.189915] Freeing initrd memory: 1224k freed >[ 0.190503] platform rtc_cmos: registered platform RTC device (no PNP device found) >[ 0.191399] Initialise module verification >[ 0.191803] audit: initializing netlink socket (disabled) >[ 0.192309] type=2000 audit(1363169583.192:1): initialized >[ 0.209341] HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 0.210620] VFS: Disk quotas dquot_6.5.2 >[ 0.211041] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 0.211867] msgmni has been set to 951 >[ 0.212457] alg: No test for stdrng (krng) >[ 0.212845] NET: Registered protocol family 38 >[ 0.213259] Key type asymmetric registered >[ 0.213637] Asymmetric key parser 'x509' registered >[ 0.214108] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >[ 0.214794] io scheduler noop registered >[ 0.215164] io scheduler deadline registered >[ 0.215563] io scheduler cfq registered (default) >[ 0.216045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 0.216573] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 0.217166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >[ 0.217886] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35 >[ 0.219906] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35 >[ 0.221117] virtio-pci 0000:00:05.0: PCI->APIC IRQ transform: INT A -> IRQ 34 >[ 0.222388] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >[ 0.244270] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >[ 0.279919] Non-volatile memory driver v1.3 >[ 0.280334] Linux agpgart interface v0.103 >[ 0.281088] loop: module loaded >[ 0.282378] scsi0 : ata_piix >[ 0.282717] scsi1 : ata_piix >[ 0.283013] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 >[ 0.283622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 >[ 0.284275] libphy: Fixed MDIO Bus: probed >[ 0.284681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 0.285279] ehci-pci: EHCI PCI platform driver >[ 0.285691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 0.286259] uhci_hcd: USB Universal Host Controller Interface driver >[ 0.286856] uhci_hcd 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35 >[ 0.288281] uhci_hcd 0000:00:01.2: UHCI Host Controller >[ 0.288781] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >[ 0.289528] uhci_hcd 0000:00:01.2: irq 35, io base 0x0000c040 >[ 0.290093] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >[ 0.290700] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 0.291436] usb usb1: Product: UHCI Host Controller >[ 0.291875] usb usb1: Manufacturer: Linux 3.8.2-206.fc18.x86_64 uhci_hcd >[ 0.292523] usb usb1: SerialNumber: 0000:00:01.2 >[ 0.292990] hub 1-0:1.0: USB hub found >[ 0.293399] hub 1-0:1.0: 2 ports detected >[ 0.293841] usbcore: registered new interface driver usbserial >[ 0.294422] usbcore: registered new interface driver usbserial_generic >[ 0.295020] usbserial: USB Serial support registered for generic >[ 0.295614] i8042: PNP: No PS/2 controller found. Probing ports directly. >[ 0.296799] serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 0.297252] serio: i8042 AUX port at 0x60,0x64 irq 12 >[ 0.297865] mousedev: PS/2 mouse device common for all mice >[ 0.298611] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 >[ 0.301011] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >[ 0.301686] rtc0: alarms up to one day, 114 bytes nvram >[ 0.302215] device-mapper: uevent: version 1.0.3 >[ 0.302902] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com >[ 0.303905] cpuidle: using governor ladder >[ 0.304288] cpuidle: using governor menu >[ 0.304718] EFI Variables Facility v0.08 2004-May-17 >[ 0.305222] usbcore: registered new interface driver usbhid >[ 0.305766] usbhid: USB HID core driver >[ 0.306132] drop_monitor: Initializing network drop monitor service >[ 0.306812] ip_tables: (C) 2000-2006 Netfilter Core Team >[ 0.307330] TCP: cubic registered >[ 0.307705] Initializing XFRM netlink socket >[ 0.308158] NET: Registered protocol family 10 >[ 0.308658] mip6: Mobile IPv6 >[ 0.308934] NET: Registered protocol family 17 >[ 0.309453] Loading module verification certificates >[ 0.310603] MODSIGN: Loaded cert 'Fedora kernel signing key: e1a74f2317b1f38848278d07926ed16c2675393e' >[ 0.311547] registered taskstats version 1 >[ 0.312099] Magic number: 5:185:224 >[ 0.312446] port1: hash matches >[ 0.312847] rtc_cmos rtc_cmos: setting system clock to 2013-03-13 10:13:03 UTC (1363169583) >[ 0.456373] Freeing unused kernel memory: 1088k freed >[ 0.457534] Write protecting the kernel read-only data: 12288k >[ 0.462904] Freeing unused kernel memory: 1668k freed >[ 0.465755] Freeing unused kernel memory: 1348k freed >febootstrap: mounting /proc >febootstrap: uptime: 0.46 0.14 >febootstrap: ext2 mini initrd starting up: 3.21 zlib >febootstrap: cmdline: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm >febootstrap: mounting /sys >febootstrap: internal insmod libcrc32c.ko >febootstrap: internal insmod crc32c-intel.ko >insmod: init_module: crc32c-intel.ko: No such device >febootstrap: internal insmod crc-itu-t.ko >febootstrap: internal insmod crc-ccitt.ko >febootstrap: internal insmod crc8.ko >febootstrap: internal insmod scsi_transport_spi.ko >febootstrap: internal insmod sym53c8xx.ko >febootstrap: internal insmod rfkill.ko >febootstrap: internal insmod sparse-keymap.ko >febootstrap: internal insmod ideapad-laptop.ko >insmod: init_module: ideapad-laptop.ko: No such device >febootstrap: internal insmod virtio_mmio.ko >febootstrap: internal insmod virtio_balloon.ko >febootstrap: internal insmod virtio-rng.ko >febootstrap: internal insmod virtio_blk.ko >febootstrap: internal insmod virtio_scsi.ko >[ 0.487778] scsi2 : Virtio SCSI HBA >[ 0.490683] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 1.4. PQ: 0 ANSI: 5 >[ 0.491727] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 1.4. PQ: 0 ANSI: 5 >[ 0.506903] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (104 MB/100 MiB) >[ 0.507729] sd 2:0:0:0: Attached scsi generic sg0 type 0 >[ 0.508422] sd 2:0:0:0: [sda] Write Protect is off >[ 0.508983] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 0.510045] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB) >[ 0.510916] sd 2:0:1:0: [sdb] Write Protect is off >[ 0.511502] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 0.512474] sd 2:0:1:0: Attached scsi generic sg1 type 0 >[ 0.514217] sda: unknown partition table >[ 0.514835] sdb: unknown partition table >[ 0.515702] sd 2:0:1:0: [sdb] Attached SCSI disk >[ 0.516214] sd 2:0:0:0: [sda] Attached SCSI disk >febootstrap: internal insmod virtio_net.ko >febootstrap: picked /sys/block/sdb/dev as root device >febootstrap: creating /dev/root as block special 8:16 >febootstrap: mounting new root on /root >[ 0.519853] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem >[ 0.522942] EXT4-fs (sdb): mounted filesystem without journal. Opts: >febootstrap: chroot >Starting /init script ... >[ 0.574990] systemd-udevd[57]: starting version 195 >[ 0.613591] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >[ 0.640145] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >[ 1.133621] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input1 >Cannot find device "eth0" >Cannot find device "eth0" >RTNETLINK answers: Network is unreachable >[ 1.231680] sd 2:0:0:0: [sda] Invalid command failure >[ 1.232888] sd 2:0:0:0: [sda] >[ 1.233511] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.234568] sd 2:0:0:0: [sda] >[ 1.235178] Sense Key : Illegal Request [current] >[ 1.236151] sd 2:0:0:0: [sda] >[ 1.236754] Add. Sense: Invalid field in cdb >[ 1.237606] sd 2:0:0:0: [sda] CDB: >[ 1.238278] Read(10): 28 00 00 03 1f ff 00 00 01 00 >[ 1.239558] end_request: critical target error, dev sda, sector 204799 >[ 1.241048] sd 2:0:0:0: [sda] Invalid command failure >[ 1.242202] sd 2:0:0:0: [sda] >[ 1.242813] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.243866] sd 2:0:0:0: [sda] >[ 1.244484] Sense Key : Illegal Request [current] >[ 1.245453] sd 2:0:0:0: [sda] >[ 1.246056] Add. Sense: Invalid field in cdb >[ 1.246894] sd 2:0:0:0: [sda] CDB: >[ 1.247570] Read(10): 28 00 00 03 1f fe 00 00 01 00 >[ 1.248824] end_request: critical target error, dev sda, sector 204798 >[ 1.250347] sd 2:0:0:0: [sda] Invalid command failure >[ 1.251484] sd 2:0:0:0: [sda] >[ 1.251771] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.252275] sd 2:0:0:0: [sda] >[ 1.252569] Sense Key : Illegal Request [current] >[ 1.253035] sd 2:0:0:0: [sda] >[ 1.253322] Add. Sense: Invalid field in cdb >[ 1.253723] sd 2:0:0:0: [sda] CDB: >[ 1.254046] Read(10): 28 00 00 00 00 00 00 00 01 00 >[ 1.254651] end_request: critical target error, dev sda, sector 0 >[ 1.255422] sd 2:0:0:0: [sda] Invalid command failure >[ 1.256098] sd 2:0:0:0: [sda] >[ 1.256391] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.256890] sd 2:0:0:0: [sda] >[ 1.257186] Sense Key : Illegal Request [current] >[ 1.257645] sd 2:0:0:0: [sda] >[ 1.257930] Add. Sense: Invalid field in cdb >[ 1.258337] sd 2:0:0:0: [sda] CDB: >[ 1.258655] Read(10): 28 00 00 00 00 00 00 00 01 00 >[ 1.259259] end_request: critical target error, dev sda, sector 0 >mdadm: No arrays found in config file or automatically > Reading all physical volumes. This may take a while... > No volume groups found > No volume groups found >[ >] >/init: line 98: /sys/block/vd*/queue/rotational: No such file or directory >/dev: >total 0 >crw------- 1 root root 10, 235 Mar 13 18:13 autofs >drwxr-xr-x 2 root root 240 Mar 13 18:13 block >drwxr-xr-x 2 root root 80 Mar 13 18:13 bsg >crw------- 1 root root 10, 234 Mar 13 18:13 btrfs-control >drwxr-xr-x 3 root root 60 Mar 13 18:13 bus >drwxr-xr-x 2 root root 2280 Mar 13 2013 char >crw------- 1 root root 5, 1 Mar 13 18:13 console >lrwxrwxrwx 1 root root 11 Mar 13 18:13 core -> /proc/kcore >drwxr-xr-x 3 root root 80 Mar 13 18:13 cpu >crw------- 1 root root 10, 62 Mar 13 18:13 cpu_dma_latency >drwxr-xr-x 5 root root 100 Mar 13 18:13 disk >lrwxrwxrwx 1 root root 13 Mar 13 18:13 fd -> /proc/self/fd >crw-rw-rw- 1 root root 1, 7 Mar 13 18:13 full >crw-rw-rw- 1 root root 10, 229 Mar 13 18:13 fuse >drwxr-xr-x 3 root root 140 Mar 13 2013 input >crw-r--r-- 1 root root 1, 11 Mar 13 18:13 kmsg >crw------- 1 root root 10, 237 Mar 13 18:13 loop-control >brw-rw---- 1 root disk 7, 0 Mar 13 18:13 loop0 >brw-rw---- 1 root disk 7, 1 Mar 13 18:13 loop1 >brw-rw---- 1 root disk 7, 2 Mar 13 18:13 loop2 >brw-rw---- 1 root disk 7, 3 Mar 13 18:13 loop3 >brw-rw---- 1 root disk 7, 4 Mar 13 18:13 loop4 >brw-rw---- 1 root disk 7, 5 Mar 13 18:13 loop5 >brw-rw---- 1 root disk 7, 6 Mar 13 18:13 loop6 >brw-rw---- 1 root disk 7, 7 Mar 13 18:13 loop7 >drwxr-xr-x 2 root root 60 Mar 13 18:13 mapper >crw------- 1 root root 10, 227 Mar 13 18:13 mcelog >crw-r----- 1 root kmem 1, 1 Mar 13 18:13 mem >drwxr-xr-x 2 root root 60 Mar 13 18:13 net >crw------- 1 root root 10, 61 Mar 13 18:13 network_latency >crw------- 1 root root 10, 60 Mar 13 18:13 network_throughput >crw-rw-rw- 1 root root 1, 3 Mar 13 18:13 null >crw------- 1 root root 10, 144 Mar 13 18:13 nvram >crw------- 1 root root 1, 12 Mar 13 18:13 oldmem >crw-r----- 1 root kmem 1, 4 Mar 13 18:13 port >crw------- 1 root root 108, 0 Mar 13 18:13 ppp >crw-rw-rw- 1 root tty 5, 2 Mar 13 18:13 ptmx >crw-rw-rw- 1 root root 1, 8 Mar 13 18:13 random >drwxr-xr-x 2 root root 60 Mar 13 18:13 raw >crw-r--r-- 1 root root 10, 59 Mar 13 18:13 rfkill >lrwxrwxrwx 1 root root 4 Mar 13 18:13 rtc -> rtc0 >crw-r--r-- 1 root root 254, 0 Mar 13 18:13 rtc0 >brw-rw---- 1 root disk 8, 0 Mar 13 18:13 sda >brw-rw---- 1 root disk 8, 16 Mar 13 18:13 sdb >crw-rw---- 1 root disk 21, 0 Mar 13 18:13 sg0 >crw-rw---- 1 root disk 21, 1 Mar 13 18:13 sg1 >crw------- 1 root root 10, 231 Mar 13 18:13 snapshot >drwxr-xr-x 2 root root 80 Mar 13 18:13 snd >lrwxrwxrwx 1 root root 15 Mar 13 18:13 stderr -> /proc/self/fd/2 >lrwxrwxrwx 1 root root 15 Mar 13 18:13 stdin -> /proc/self/fd/0 >lrwxrwxrwx 1 root root 15 Mar 13 18:13 stdout -> /proc/self/fd/1 >crw-rw-rw- 1 root tty 5, 0 Mar 13 18:13 tty >crw--w---- 1 root tty 4, 0 Mar 13 18:13 tty0 >crw--w---- 1 root tty 4, 1 Mar 13 18:13 tty1 >crw--w---- 1 root tty 4, 10 Mar 13 18:13 tty10 >crw--w---- 1 root tty 4, 11 Mar 13 18:13 tty11 >crw--w---- 1 root tty 4, 12 Mar 13 18:13 tty12 >crw--w---- 1 root tty 4, 13 Mar 13 18:13 tty13 >crw--w---- 1 root tty 4, 14 Mar 13 18:13 tty14 >crw--w---- 1 root tty 4, 15 Mar 13 18:13 tty15 >crw--w---- 1 root tty 4, 16 Mar 13 18:13 tty16 >crw--w---- 1 root tty 4, 17 Mar 13 18:13 tty17 >crw--w---- 1 root tty 4, 18 Mar 13 18:13 tty18 >crw--w---- 1 root tty 4, 19 Mar 13 18:13 tty19 >crw--w---- 1 root tty 4, 2 Mar 13 18:13 tty2 >crw--w---- 1 root tty 4, 20 Mar 13 18:13 tty20 >crw--w---- 1 root tty 4, 21 Mar 13 18:13 tty21 >crw--w---- 1 root tty 4, 22 Mar 13 18:13 tty22 >crw--w---- 1 root tty 4, 23 Mar 13 18:13 tty23 >crw--w---- 1 root tty 4, 24 Mar 13 18:13 tty24 >crw--w---- 1 root tty 4, 25 Mar 13 18:13 tty25 >crw--w---- 1 root tty 4, 26 Mar 13 18:13 tty26 >crw--w---- 1 root tty 4, 27 Mar 13 18:13 tty27 >crw--w---- 1 root tty 4, 28 Mar 13 18:13 tty28 >crw--w---- 1 root tty 4, 29 Mar 13 18:13 tty29 >crw--w---- 1 root tty 4, 3 Mar 13 18:13 tty3 >crw--w---- 1 root tty 4, 30 Mar 13 18:13 tty30 >crw--w---- 1 root tty 4, 31 Mar 13 18:13 tty31 >crw--w---- 1 root tty 4, 32 Mar 13 18:13 tty32 >crw--w---- 1 root tty 4, 33 Mar 13 18:13 tty33 >crw--w---- 1 root tty 4, 34 Mar 13 18:13 tty34 >crw--w---- 1 root tty 4, 35 Mar 13 18:13 tty35 >crw--w---- 1 root tty 4, 36 Mar 13 18:13 tty36 >crw--w---- 1 root tty 4, 37 Mar 13 18:13 tty37 >crw--w---- 1 root tty 4, 38 Mar 13 18:13 tty38 >crw--w---- 1 root tty 4, 39 Mar 13 18:13 tty39 >crw--w---- 1 root tty 4, 4 Mar 13 18:13 tty4 >crw--w---- 1 root tty 4, 40 Mar 13 18:13 tty40 >crw--w---- 1 root tty 4, 41 Mar 13 18:13 tty41 >crw--w---- 1 root tty 4, 42 Mar 13 18:13 tty42 >crw--w---- 1 root tty 4, 43 Mar 13 18:13 tty43 >crw--w---- 1 root tty 4, 44 Mar 13 18:13 tty44 >crw--w---- 1 root tty 4, 45 Mar 13 18:13 tty45 >crw--w---- 1 root tty 4, 46 Mar 13 18:13 tty46 >crw--w---- 1 root tty 4, 47 Mar 13 18:13 tty47 >crw--w---- 1 root tty 4, 48 Mar 13 18:13 tty48 >crw--w---- 1 root tty 4, 49 Mar 13 18:13 tty49 >crw--w---- 1 root tty 4, 5 Mar 13 18:13 tty5 >crw--w---- 1 root tty 4, 50 Mar 13 18:13 tty50 >crw--w---- 1 root tty 4, 51 Mar 13 18:13 tty51 >crw--w---- 1 root tty 4, 52 Mar 13 18:13 tty52 >crw--w---- 1 root tty 4, 53 Mar 13 18:13 tty53 >crw--w---- 1 root tty 4, 54 Mar 13 18:13 tty54 >crw--w---- 1 root tty 4, 55 Mar 13 18:13 tty55 >crw--w---- 1 root tty 4, 56 Mar 13 18:13 tty56 >crw--w---- 1 root tty 4, 57 Mar 13 18:13 tty57 >crw--w---- 1 root tty 4, 58 Mar 13 18:13 tty58 >crw--w---- 1 root tty 4, 59 Mar 13 18:13 tty59 >crw--w---- 1 root tty 4, 6 Mar 13 18:13 tty6 >crw--w---- 1 root tty 4, 60 Mar 13 18:13 tty60 >crw--w---- 1 root tty 4, 61 Mar 13 18:13 tty61 >crw--w---- 1 root tty 4, 62 Mar 13 18:13 tty62 >crw--w---- 1 root tty 4, 63 Mar 13 18:13 tty63 >crw--w---- 1 root tty 4, 7 Mar 13 18:13 tty7 >crw--w---- 1 root tty 4, 8 Mar 13 18:13 tty8 >crw--w---- 1 root tty 4, 9 Mar 13 18:13 tty9 >crw------- 1 root root 4, 64 Mar 13 18:13 ttyS0 >crw------- 1 root root 4, 65 Mar 13 18:13 ttyS1 >crw------- 1 root root 4, 66 Mar 13 18:13 ttyS2 >crw------- 1 root root 4, 67 Mar 13 18:13 ttyS3 >crw------- 1 root root 10, 223 Mar 13 18:13 uinput >crw-rw-rw- 1 root root 1, 9 Mar 13 18:13 urandom >crw------- 1 root root 250, 0 Mar 13 18:13 usbmon0 >crw------- 1 root root 250, 1 Mar 13 18:13 usbmon1 >crw-rw---- 1 root tty 7, 0 Mar 13 18:13 vcs >crw-rw---- 1 root tty 7, 1 Mar 13 18:13 vcs1 >crw-rw---- 1 root tty 7, 128 Mar 13 18:13 vcsa >crw-rw---- 1 root tty 7, 129 Mar 13 18:13 vcsa1 >crw------- 1 root root 10, 63 Mar 13 18:13 vga_arbiter >crw------- 1 root root 10, 238 Mar 13 18:13 vhost-net >drwxr-xr-x 2 root root 60 Mar 13 18:13 virtio-ports >crw------- 1 root root 251, 1 Mar 13 18:13 vport0p1 >crw-rw-rw- 1 root root 1, 5 Mar 13 18:13 zero > >/dev/block: >total 0 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:0 -> ../loop0 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:1 -> ../loop1 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:2 -> ../loop2 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:3 -> ../loop3 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:4 -> ../loop4 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:5 -> ../loop5 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:6 -> ../loop6 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:7 -> ../loop7 >lrwxrwxrwx 1 root root 6 Mar 13 18:13 8:0 -> ../sda >lrwxrwxrwx 1 root root 6 Mar 13 18:13 8:16 -> ../sdb > >/dev/bsg: >total 0 >crw------- 1 root root 252, 0 Mar 13 18:13 2:0:0:0 >crw------- 1 root root 252, 1 Mar 13 18:13 2:0:1:0 > >/dev/bus: >total 0 >drwxr-xr-x 3 root root 60 Mar 13 18:13 usb > >/dev/bus/usb: >total 0 >drwxr-xr-x 2 root root 60 Mar 13 18:13 001 > >/dev/bus/usb/001: >total 0 >crw-rw-r-- 1 root root 189, 0 Mar 13 18:13 001 > >/dev/char: >total 0 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 10:144 -> ../nvram >lrwxrwxrwx 1 root root 16 Mar 13 18:13 10:184 -> ../cpu/microcode >lrwxrwxrwx 1 root root 9 Mar 13 18:13 10:227 -> ../mcelog >lrwxrwxrwx 1 root root 11 Mar 13 18:13 10:231 -> ../snapshot >lrwxrwxrwx 1 root root 9 Mar 13 18:13 10:235 -> ../autofs >lrwxrwxrwx 1 root root 17 Mar 13 18:13 10:236 -> ../mapper/control >lrwxrwxrwx 1 root root 15 Mar 13 18:13 10:237 -> ../loop-control >lrwxrwxrwx 1 root root 9 Mar 13 18:13 10:59 -> ../rfkill >lrwxrwxrwx 1 root root 21 Mar 13 18:13 10:60 -> ../network_throughput >lrwxrwxrwx 1 root root 18 Mar 13 18:13 10:61 -> ../network_latency >lrwxrwxrwx 1 root root 18 Mar 13 18:13 10:62 -> ../cpu_dma_latency >lrwxrwxrwx 1 root root 14 Mar 13 18:13 10:63 -> ../vga_arbiter >lrwxrwxrwx 1 root root 15 Mar 13 2013 13:32 -> ../input/mouse0 >lrwxrwxrwx 1 root root 13 Mar 13 18:13 13:63 -> ../input/mice >lrwxrwxrwx 1 root root 15 Mar 13 18:13 13:64 -> ../input/event0 >lrwxrwxrwx 1 root root 15 Mar 13 2013 13:65 -> ../input/event1 >lrwxrwxrwx 1 root root 13 Mar 13 18:13 162:0 -> ../raw/rawctl >lrwxrwxrwx 1 root root 18 Mar 13 18:13 189:0 -> ../bus/usb/001/001 >lrwxrwxrwx 1 root root 6 Mar 13 18:13 1:1 -> ../mem >lrwxrwxrwx 1 root root 7 Mar 13 18:13 1:11 -> ../kmsg >lrwxrwxrwx 1 root root 9 Mar 13 18:13 1:12 -> ../oldmem >lrwxrwxrwx 1 root root 7 Mar 13 18:13 1:3 -> ../null >lrwxrwxrwx 1 root root 7 Mar 13 18:13 1:4 -> ../port >lrwxrwxrwx 1 root root 7 Mar 13 18:13 1:5 -> ../zero >lrwxrwxrwx 1 root root 7 Mar 13 18:13 1:7 -> ../full >lrwxrwxrwx 1 root root 9 Mar 13 18:13 1:8 -> ../random >lrwxrwxrwx 1 root root 10 Mar 13 18:13 1:9 -> ../urandom >lrwxrwxrwx 1 root root 12 Mar 13 18:13 202:0 -> ../cpu/0/msr >lrwxrwxrwx 1 root root 14 Mar 13 18:13 203:0 -> ../cpu/0/cpuid >lrwxrwxrwx 1 root root 6 Mar 13 18:13 21:0 -> ../sg0 >lrwxrwxrwx 1 root root 6 Mar 13 18:13 21:1 -> ../sg1 >lrwxrwxrwx 1 root root 10 Mar 13 18:13 250:0 -> ../usbmon0 >lrwxrwxrwx 1 root root 10 Mar 13 18:13 250:1 -> ../usbmon1 >lrwxrwxrwx 1 root root 11 Mar 13 18:13 251:1 -> ../vport0p1 >lrwxrwxrwx 1 root root 14 Mar 13 18:13 252:0 -> ../bsg/2:0:0:0 >lrwxrwxrwx 1 root root 14 Mar 13 18:13 252:1 -> ../bsg/2:0:1:0 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 254:0 -> ../rtc0 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:0 -> ../tty0 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:1 -> ../tty1 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:10 -> ../tty10 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:11 -> ../tty11 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:12 -> ../tty12 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:13 -> ../tty13 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:14 -> ../tty14 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:15 -> ../tty15 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:16 -> ../tty16 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:17 -> ../tty17 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:18 -> ../tty18 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:19 -> ../tty19 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:2 -> ../tty2 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:20 -> ../tty20 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:21 -> ../tty21 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:22 -> ../tty22 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:23 -> ../tty23 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:24 -> ../tty24 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:25 -> ../tty25 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:26 -> ../tty26 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:27 -> ../tty27 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:28 -> ../tty28 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:29 -> ../tty29 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:3 -> ../tty3 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:30 -> ../tty30 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:31 -> ../tty31 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:32 -> ../tty32 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:33 -> ../tty33 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:34 -> ../tty34 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:35 -> ../tty35 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:36 -> ../tty36 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:37 -> ../tty37 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:38 -> ../tty38 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:39 -> ../tty39 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:4 -> ../tty4 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:40 -> ../tty40 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:41 -> ../tty41 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:42 -> ../tty42 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:43 -> ../tty43 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:44 -> ../tty44 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:45 -> ../tty45 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:46 -> ../tty46 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:47 -> ../tty47 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:48 -> ../tty48 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:49 -> ../tty49 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:5 -> ../tty5 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:50 -> ../tty50 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:51 -> ../tty51 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:52 -> ../tty52 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:53 -> ../tty53 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:54 -> ../tty54 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:55 -> ../tty55 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:56 -> ../tty56 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:57 -> ../tty57 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:58 -> ../tty58 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:59 -> ../tty59 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:6 -> ../tty6 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:60 -> ../tty60 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:61 -> ../tty61 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:62 -> ../tty62 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:63 -> ../tty63 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:64 -> ../ttyS0 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:65 -> ../ttyS1 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:66 -> ../ttyS2 >lrwxrwxrwx 1 root root 8 Mar 13 18:13 4:67 -> ../ttyS3 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:7 -> ../tty7 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:8 -> ../tty8 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 4:9 -> ../tty9 >lrwxrwxrwx 1 root root 6 Mar 13 18:13 5:0 -> ../tty >lrwxrwxrwx 1 root root 10 Mar 13 18:13 5:1 -> ../console >lrwxrwxrwx 1 root root 7 Mar 13 18:13 5:2 -> ../ptmx >lrwxrwxrwx 1 root root 6 Mar 13 18:13 7:0 -> ../vcs >lrwxrwxrwx 1 root root 7 Mar 13 18:13 7:1 -> ../vcs1 >lrwxrwxrwx 1 root root 7 Mar 13 18:13 7:128 -> ../vcsa >lrwxrwxrwx 1 root root 8 Mar 13 18:13 7:129 -> ../vcsa1 > >/dev/cpu: >total 0 >drwxr-xr-x 2 root root 80 Mar 13 18:13 0 >crw------- 1 root root 10, 184 Mar 13 18:13 microcode > >/dev/cpu/0: >total 0 >crw------- 1 root root 203, 0 Mar 13 18:13 cpuid >crw------- 1 root root 202, 0 Mar 13 18:13 msr > >/dev/disk: >total 0 >drwxr-xr-x 2 root root 80 Mar 13 18:13 by-id >drwxr-xr-x 2 root root 80 Mar 13 18:13 by-path >drwxr-xr-x 2 root root 60 Mar 13 18:13 by-uuid > >/dev/disk/by-id: >total 0 >lrwxrwxrwx 1 root root 9 Mar 13 18:13 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda >lrwxrwxrwx 1 root root 9 Mar 13 18:13 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0 -> ../../sdb > >/dev/disk/by-path: >total 0 >lrwxrwxrwx 1 root root 9 Mar 13 18:13 pci-0000:00:03.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda >lrwxrwxrwx 1 root root 9 Mar 13 18:13 pci-0000:00:03.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root root 9 Mar 13 18:13 00837ca7-f3e9-4252-881e-969e73c75d41 -> ../../sdb > >/dev/input: >total 0 >drwxr-xr-x 2 root root 100 Mar 13 2013 by-path >crw-r----- 1 root root 13, 64 Mar 13 18:13 event0 >crw-r----- 1 root root 13, 65 Mar 13 2013 event1 >crw-r----- 1 root root 13, 63 Mar 13 18:13 mice >crw-r----- 1 root root 13, 32 Mar 13 2013 mouse0 > >/dev/input/by-path: >total 0 >lrwxrwxrwx 1 root root 9 Mar 13 18:13 platform-i8042-serio-0-event-kbd -> ../event0 >lrwxrwxrwx 1 root root 9 Mar 13 2013 platform-i8042-serio-1-event-mouse -> ../event1 >lrwxrwxrwx 1 root root 9 Mar 13 2013 platform-i8042-serio-1-mouse -> ../mouse0 > >/dev/mapper: >total 0 >crw------- 1 root root 10, 236 Mar 13 18:13 control > >/dev/net: >total 0 >crw-rw-rw- 1 root root 10, 200 Mar 13 18:13 tun > >/dev/raw: >total 0 >crw-rw---- 1 root disk 162, 0 Mar 13 18:13 rawctl > >/dev/snd: >total 0 >crw-rw---- 1 root audio 116, 1 Mar 13 18:13 seq >crw-rw---- 1 root audio 116, 33 Mar 13 18:13 timer > >/dev/virtio-ports: >total 0 >lrwxrwxrwx 1 root root 11 Mar 13 18:13 org.libguestfs.channel.0 -> ../vport0p1 >rootfs / rootfs rw 0 0 >proc /proc proc rw,relatime 0 0 >/dev/root / ext2 rw,noatime 0 0 >/proc /proc proc rw,relatime 0 0 >/sys /sys sysfs rw,relatime 0 0 >/dev /dev devtmpfs rw,relatime,size=243020k,nr_inodes=60755,mode=755 0 0 > No volume groups found > No volume groups found >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 brd 127.255.255.255 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >Module Size Used by >microcode 23448 0 >virtio_net 27892 0 >virtio_scsi 18006 1 >virtio_blk 18325 0 >virtio_rng 13117 0 >virtio_balloon 13508 0 >virtio_mmio 13157 0 >sparse_keymap 13526 0 >rfkill 21736 0 >sym53c8xx 76601 0 >scsi_transport_spi 30237 1 sym53c8xx >crc8 12750 0 >crc_ccitt 12613 0 >crc_itu_t 12613 0 >libcrc32c 12603 0 >Wed Mar 13 18:13:04 CST 2013 >uptime: 1.47 0.68 >verbose daemon enabled >linux commmand line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm > >udevadm settle >libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG >libguestfs: [02891ms] appliance is up >libguestfs: trace: launch = 0 >libguestfs: trace: part_disk "/dev/sda" "mbr" >libguestfs: send_to_daemon: 64 bytes: 00 00 00 3c | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d2 | 00 00 00 00 | ... >guestfsd: main_loop: new request, len 0x3c >udevadm settle >parted -s -- /dev/sda mklabel msdos mkpart primary 128s -128s >Warning: The resulting partition is not properly aligned for best performance. >udevadm settle >[ 1.629470] sd 2:0:0:0: [sda] Invalid command failure >[ 1.630720] sd 2:0:0:0: [sda] >[ 1.631360] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.632420] sd 2:0:0:0: [sda] >[ 1.633028] Sense Key : Illegal Request [current] >[ 1.633984] sd 2:0:0:0: [sda] >[ 1.634602] Add. Sense: Invalid field in cdb >[ 1.635454] sd 2:0:0:0: [sda] CDB: >[ 1.636121] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.637397] end_request: critical target error, dev sda, sector 204672 >[ 1.638625] Buffer I/O error on device sda1, logical block 204544 >[ 1.640074] sd 2:0:0:0: [sda] Invalid command failure >[ 1.641213] sd 2:0:0:0: [sda] >[ 1.641630] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.642139] sd 2:0:0:0: [sda] >[ 1.642432] Sense Key : Illegal Request [current] >[ 1.642888] sd 2:0:0:0: [sda] >[ 1.643184] Add. Sense: Invalid field in cdb >[ 1.643586] sd 2:0:0:0: [sda] CDB: >[ 1.643903] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.644515] end_request: critical target error, dev sda, sector 204672 >[ 1.645107] Buffer I/O error on device sda1, logical block 204544 >[ 1.645954] sd 2:0:0:0: [sda] Invalid command failure >[ 1.646659] sd 2:0:0:0: [sda] >[ 1.646950] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.647462] sd 2:0:0:0: [sda] >[ 1.647751] Sense Key : Illegal Request [current] >[ 1.648217] sd 2:0:0:0: [sda] >[ 1.648509] Add. Sense: Invalid field in cdb >[ 1.648906] sd 2:0:0:0: [sda] CDB: >[ 1.649233] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.649836] end_request: critical target error, dev sda, sector 204672 >[ 1.650429] Buffer I/O error on device sda1, logical block 204544 >libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d2 | 00 00 00 01 | 00 12 34 00 | ... >libguestfs: trace: part_disk = 0 >libguestfs: trace: mkfs "ext3" "/dev/sda1" >libguestfs: send_to_daemon: 84 bytes: 00 00 00 50 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 16 | 00 00 00 00 | ... >guestfsd: main_loop: proc 210 (part_disk) took 0.21 seconds >guestfsd: main_loop: new request, len 0x50 >wipefs -a --force /dev/sda1 >wipefs: unrecognized option '--force' > >Usage: > wipefs [options] <device> > >Options: > -a, --all wipe all magic strings (BE CAREFUL!) > -h, --help show this help text > -n, --no-act do everything except the actual write() call > -o, --offset <num> offset to erase, in bytes > -p, --parsable print out in parsable instead of printable format > -q, --quiet suppress output messages > -t, --types <list> limit the set of filesystem, RAIDs or partition tables > -V, --version output version information and exit > >For more information see wipefs(8). >wipefs -a /dev/sda1 >[ 1.736518] sd 2:0:0:0: [sda] Invalid command failure >[ 1.737740] sd 2:0:0:0: [sda] >[ 1.738364] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.739418] sd 2:0:0:0: [sda] >[ 1.740026] Sense Key : Illegal Request [current] >[ 1.740972] sd 2:0:0:0: [sda] >[ 1.741605] Add. Sense: Invalid field in cdb >[ 1.742458] sd 2:0:0:0: [sda] CDB: >[ 1.743127] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.744408] end_request: critical target error, dev sda, sector 204672 >[ 1.745629] Buffer I/O error on device sda1, logical block 204544 >[ 1.746987] sd 2:0:0:0: [sda] Invalid command failure >[ 1.748122] sd 2:0:0:0: [sda] >[ 1.748722] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.749778] sd 2:0:0:0: [sda] >[ 1.750391] Sense Key : Illegal Request [current] >[ 1.751382] sd 2:0:0:0: [sda] >[ 1.751698] Add. Sense: Invalid field in cdb >[ 1.752103] sd 2:0:0:0: [sda] CDB: >[ 1.752423] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.753064] end_request: critical target error, dev sda, sector 204672 >[ 1.753669] Buffer I/O error on device sda1, logical block 204544 >[ 1.754605] sd 2:0:0:0: [sda] Invalid command failure >[ 1.755261] sd 2:0:0:0: [sda] >[ 1.755554] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.756072] sd 2:0:0:0: [sda] >[ 1.756372] Sense Key : Illegal Request [current] >[ 1.756843] sd 2:0:0:0: [sda] >[ 1.757147] Add. Sense: Invalid field in cdb >[ 1.757562] sd 2:0:0:0: [sda] CDB: >[ 1.757889] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.758524] end_request: critical target error, dev sda, sector 204672 >[ 1.759129] Buffer I/O error on device sda1, logical block 204544 >[ 1.782605] sd 2:0:0:0: [sda] Invalid command failure >[ 1.783771] sd 2:0:0:0: [sda] >[ 1.784393] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.785465] sd 2:0:0:0: [sda] >[ 1.786078] Sense Key : Illegal Request [current] >[ 1.787050] sd 2:0:0:0: [sda] >[ 1.787655] Add. Sense: Invalid field in cdb >[ 1.788499] sd 2:0:0:0: [sda] CDB: >[ 1.789168] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.790436] Buffer I/O error on device sda1, logical block 204544 >mke2fs -t ext3 -F /dev/sda1[ 1.792035] sd 2:0:0:0: [sda] Invalid command failure >[ 1.792495] sd 2:0:0:0: [sda] >[ 1.792782] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.793289] sd 2:0:0:0: [sda] >[ 1.793584] Sense Key : Illegal Request [current] >[ 1.794049] sd 2:0:0:0: [sda] >[ 1.794338] Add. Sense: Invalid field in cdb >[ 1.794741] sd 2:0:0:0: [sda] CDB: >[ 1.795063] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.795667] Buffer I/O error on device sda1, logical block 204544 > >mke2fs 1.42.5 (29-Jul-2012) >[ 1.803224] sd 2:0:0:0: [sda] Invalid command failure >[ 1.803991] sd 2:0:0:0: [sda] >[ 1.804292] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.805328] sd 2:0:0:0: [sda] >[ 1.805936] Sense Key : Illegal Request [current] >[ 1.806909] sd 2:0:0:0: [sda] >[ 1.807536] Add. Sense: Invalid field in cdb >[ 1.808385] sd 2:0:0:0: [sda] CDB: >[ 1.809052] Read(10): 28 00 00 00 00 80 00 00 01 00 >[ 1.810313] Buffer I/O error on device sda1, logical block 0 >[ 1.811436] sd 2:0:0:0: [sda] Invalid command failure >[ 1.811902] sd 2:0:0:0: [sda] >[ 1.812196] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.812725] sd 2:0:0:0: [sda] >[ 1.813019] Sense Key : Illegal Request [current] >[ 1.813479] sd 2:0:0:0: [sda] >[ 1.813782] Add. Sense: Invalid field in cdb >[ 1.814188] sd 2:0:0:0: [sda] CDB: >[ 1.814527] Read(10): 28 00 00 00 00 81 00 00 01 00 >Warning: could not read block 0: Attempt to read block from filesystem resulted in short read >[ 1.817529] sd 2:0:0:0: [sda] Invalid command failure >[ 1.818366] sd 2:0:0:0: [sda] >[ 1.818512] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.818512] sd 2:0:0:0: [sda] >[ 1.818512] Sense Key : Illegal Request [current] >[ 1.818512] sd 2:0:0:0: [sda] >[ 1.818512] Add. Sense: Invalid field in cdb >[ 1.818512] sd 2:0:0:0: [sda] CDB: >[ 1.818512] Read(10): 28 00 00 00 02 88 00 00 01 00 >[ 1.818512] sd 2:0:0:0: [sda] Invalid command failure >[ 1.818512] sd 2:0:0:0: [sda] >[ 1.818512] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.818512] sd 2:0:0:0: [sda] >[ 1.823100] Sense Key : Illegal Request [current] >[ 1.823561] sd 2:0:0:0: [sda] >[ 1.823847] Add. Sense: Invalid field in cdb >[ 1.824254] sd 2:0:0:0: [sda] CDB: >[ 1.824574] Read(10): 28 00 00 00 02 89 00 00 01 00 >ext2fs_mkdir: Attempt to read block from filesystem resulted in short read while creating root dir >guestfsd: error: ext3: /dev/sda1: mke2fs 1.42.5 (29-Jul-2012) >Warning: could not read block 0: Attempt to read block from filesystem resulted in short read >ext2fs_mkdir: Attempt to read block from filesystem resulted in short read while creating root dir >guestfsd: main_loop: proc 278 (mkfs) took 0.10 seconds >[ 1.830613] sd 2:0:0:0: [sda] Invalid command failurelibguestfs: recv_from_daemon: 288 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 16 | 00 00 00 01 | 00 12 34 01 | ... >libguestfs: trace: mkfs = -1 (error) >libguestfs: error: mkfs: ext3: /dev/sda1: mke2fs 1.42.5 (29-Jul-2012) >Warning: could not read block 0: Attempt to read block from filesystem resulted in short read >ext2fs_mkdir: Attempt to read block from filesystem resulted in short read while creating root dir >guestfish: error creating prepared disk image 'fs:ext3' on 'test1.img': failed to create filesystem (ext3): mkfs: ext3: /dev/sda1: mke2fs 1.42.5 (29-Jul-2012) >Warning: could not read block 0: Attempt to read block from filesystem resulted in short read >ext2fs_mkdir: Attempt to read block from filesystem resulted in short read while creating root dir >libguestfs: trace: close >libguestfs: closing guestfs handle 0x15b7ce0 (state 2) >libguestfs: trace: internal_autosync >libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 00 | ... > >[ 1.831332] sd 2:0:0:0: [sda] >[ 1.831782] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.832547] sd 2:0:0:0: [sda] >[ 1.833064] Sense Key : Illegal Request [current] >[ 1.833766] sd 2:0:0:0: [sda] >[ 1.834205] Add. Sense: Invalid field in cdb >[ 1.834815] sd 2:0:0:0: [sda] CDB: >[ 1.835299] Read(10): 28 00 00 03 1f 80 00 00 01 00 >guestfsd: main_loop: new request, len 0x28 >[ 1.837277] sd 2:0:0:0: [sda] Invalid command failure >[ 1.838638] sd 2:0:0:0: [sda] >[ 1.839091] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.839851] sd 2:0:0:0: [sda] >[ 1.840299] Sense Key : Illegal Request [current] >[ 1.840989] sd 2:0:0:0: [sda] >[ 1.841447] Add. Sense: Invalid field in cdb >[ 1.841858] sd 2:0:0:0: [sda] CDB: >[ 1.842182] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.842950] sd 2:0:0:0: [sda] Invalid command failure >[ 1.843669] sd 2:0:0:0: [sda] >[ 1.843962] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.844491] sd 2:0:0:0: [sda] >[ 1.844781] Sense Key : Illegal Request [current] >[ 1.845247] sd 2:0:0:0: [sda] >[ 1.845559] Add. Sense: Invalid field in cdb >[ 1.845957] sd 2:0:0:0: [sda] CDB: >[ 1.846281] Read(10): 28 00 00 03 1f 80 00 00 01 00 >[ 1.849551] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 03 00 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 c2 00 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 c1 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 c1 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 c0 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 82 00 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 81 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 81 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 80 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 44 04 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 43 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 43 08 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 42 8a 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 02 00 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 01 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 01 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 02 00 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 c4 04 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 c3 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 c3 08 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 c2 8a 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 82 00 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 81 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 81 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 80 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 44 04 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 43 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 43 08 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 42 8a 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 02 00 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 01 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 01 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 01 00 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 c4 04 00 00 72 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 c3 86 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 c3 08 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 c2 8a 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 82 42 00 00 30 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 81 c4 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 81 46 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 00 80 c8 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 03 01 04 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 03 01 82 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 03 1f 00 00 00 7e 00 >[ 1.850531] sd 2:0:0:0: [sda] Invalid command failure >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Sense Key : Illegal Request [current] >[ 1.850531] sd 2:0:0:0: [sda] >[ 1.850531] Add. Sense: Invalid field in cdb >[ 1.850531] sd 2:0:0:0: [sda] CDB: >[ 1.850531] Write(10): 2a 00 00 03 1f 7e 00 00 02 00 >[ 2.026075] sd 2:0:0:0: [sda] Invalid command failure >[ 2.026927] sd 2:0:0:0: [sda] >[ 2.027066] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.027066] sd 2:0:0:0: [sda] >[ 2.027066] Sense Key : Illegal Request [current] >[ 2.027066] sd 2:0:0:0: [sda] >[ 2.027066] Add. Sense: Invalid field in cdb >[ 2.027066] sd 2:0:0:0: [sda] CDB: >[ 2.027066] Read(10): 28 00 00 00 04 76 00 00 01 00 >[ 2.027066] sd 2:0:0:0: [sda] Invalid command failure >[ 2.027066] sd 2:0:0:0: [sda] >[ 2.027066] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.027066] sd 2:0:0:0: [sda] >[ 2.027066] Sense Key : Illegal Request [current] >[ 2.027066] sd 2:0:0:0: [sda] >[ 2.027066] Add. Sense: Invalid field in cdb >[ 2.027066] sd 2:0:0:0: [sda] CDB: >[ 2.027066] Read(10): 28 00 00 00 04 77 00 00 01 00 >[ 2.035150] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 80 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 81 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 82 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 83 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 84 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 85 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 86 00 00 01 00 >[ 2.036141] sd 2:0:0:0: [sda] Invalid command failure >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Sense Key : Illegal Request [current] >[ 2.036141] sd 2:0:0:0: [sda] >[ 2.036141] Add. Sense: Invalid field in cdb >[ 2.036141] sd 2:0:0:0: [sda] CDB: >[ 2.036141] Read(10): 28 00 00 00 02 87 00 00 01 00 >[ 2.069606] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a0 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a1 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a2 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a3 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a4 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a5 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a6 00 00 01 00 >[ 2.070599] sd 2:0:0:0: [sda] Invalid command failure >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Sense Key : Illegal Request [current] >[ 2.070599] sd 2:0:0:0: [sda] >[ 2.070599] Add. Sense: Invalid field in cdb >[ 2.070599] sd 2:0:0:0: [sda] CDB: >[ 2.070599] Read(10): 28 00 00 00 00 a7 00 00 01 00 >[ 2.100608] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 80 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 81 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 82 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 83 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 84 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 85 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 86 00 00 01 00 >[ 2.101598] sd 2:0:0:0: [sda] Invalid command failure >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Sense Key : Illegal Request [current] >[ 2.101598] sd 2:0:0:0: [sda] >[ 2.101598] Add. Sense: Invalid field in cdb >[ 2.101598] sd 2:0:0:0: [sda] CDB: >[ 2.101598] Read(10): 28 00 00 00 10 87 00 00 01 00 >[ 2.131027] sd 2:0:0:0: [sda] Invalid command failure >[ 2.132240] sd 2:0:0:0: [sda] >[ 2.132859] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.133938] sd 2:0:0:0: [sda] >[ 2.134569] Sense Key : Illegal Request [current] >[ 2.135550] sd 2:0:0:0: [sda] >[ 2.136166] Add. Sense: Invalid field in cdb >[ 2.137028] sd 2:0:0:0: [sda] CDB: >[ 2.137701] Write(10): 2a 00 00 00 02 8a 00 00 7e 00 >[ 2.184777] sd 2:0:0:0: [sda] Invalid command failure >[ 2.185972] sd 2:0:0:0: [sda] >[ 2.186626] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.187707] sd 2:0:0:0: [sda] >[ 2.188315] Sense Key : Illegal Request [current] >[ 2.189311] sd 2:0:0:0: [sda] >[ 2.189932] Add. Sense: Invalid field in cdb >[ 2.190782] sd 2:0:0:0: [sda] CDB: >[ 2.191461] Write(10): 2a 00 00 00 03 08 00 00 7e 00 >[ 2.192356] sd 2:0:0:0: [sda] Invalid command failure >[ 2.193499] sd 2:0:0:0: [sda] >[ 2.194109] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.195159] sd 2:0:0:0: [sda] >[ 2.195757] Sense Key : Illegal Request [current] >[ 2.196728] sd 2:0:0:0: [sda] >[ 2.197331] Add. Sense: Invalid field in cdb >[ 2.198176] sd 2:0:0:0: [sda] CDB: >[ 2.198836] Write(10): 2a 00 00 00 03 86 00 00 7e 00 >[ 2.200432] sd 2:0:0:0: [sda] Invalid command failure >[ 2.201579] sd 2:0:0:0: [sda] >[ 2.202174] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.203284] sd 2:0:0:0: [sda] >[ 2.203882] Sense Key : Illegal Request [current] >[ 2.204844] sd 2:0:0:0: [sda] >[ 2.205450] Add. Sense: Invalid field in cdb >[ 2.206289] sd 2:0:0:0: [sda] CDB: >[ 2.206936] Write(10): 2a 00 00 00 04 04 00 00 72 00 >[ 2.208532] sd 2:0:0:0: [sda] Invalid command failure >[ 2.209516] sd 2:0:0:0: [sda] >[ 2.209516] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.209516] sd 2:0:0:0: [sda] >[ 2.209516] Sense Key : Illegal Request [current] >[ 2.209516] sd 2:0:0:0: [sda] >[ 2.209516] Add. Sense: Invalid field in cdb >[ 2.209516] sd 2:0:0:0: [sda] CDB: >[ 2.209516] Write(10): 2a 00 00 00 42 8a 00 00 7e 00 >[ 2.214090] sd 2:0:0:0: [sda] Invalid command failure >[ 2.214795] sd 2:0:0:0: [sda] >[ 2.215074] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.215074] sd 2:0:0:0: [sda] >[ 2.215074] Sense Key : Illegal Request [current] >[ 2.215074] sd 2:0:0:0: [sda] >[ 2.215074] Add. Sense: Invalid field in cdb >[ 2.215074] sd 2:0:0:0: [sda] CDB: >[ 2.215074] Write(10): 2a 00 00 00 43 08 00 00 7e 00 >[ 2.218277] sd 2:0:0:0: [sda] Invalid command failure >[ 2.218980] sd 2:0:0:0: [sda] >[ 2.219261] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.219261] sd 2:0:0:0: [sda] >[ 2.219261] Sense Key : Illegal Request [current] >[ 2.219261] sd 2:0:0:0: [sda] >[ 2.219261] Add. Sense: Invalid field in cdb >[ 2.219261] sd 2:0:0:0: [sda] CDB: >[ 2.219261] Write(10): 2a 00 00 00 43 86 00 00 7e 00 >[ 2.222439] sd 2:0:0:0: [sda] Invalid command failure >[ 2.223288] sd 2:0:0:0: [sda] >[ 2.223423] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.223423] sd 2:0:0:0: [sda] >[ 2.223423] Sense Key : Illegal Request [current] >[ 2.223423] sd 2:0:0:0: [sda] >[ 2.223423] Add. Sense: Invalid field in cdb >[ 2.223423] sd 2:0:0:0: [sda] CDB: >[ 2.223423] Write(10): 2a 00 00 00 44 04 00 00 72 00 >[ 2.223423] sd 2:0:0:0: [sda] Invalid command failure >[ 2.223423] sd 2:0:0:0: [sda] >[ 2.223423] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >[ 2.223423] sd 2:0:0:0: [sda] >[ 2.223423] Sense Key : Illegal Request [current] >[ 2.223423] sd 2:0:0:0: [sda] >[ 2.223423] Add. Sense: Invalid field in cdb >[ 2.223423] sd 2:0:0:0: [sda] CDB: >[ 2.223423] Write(10): 2a 00 00 00 80 86 00 00 42 00 >fsync /dev/sda >guestfsd: main_loop: proc 282 (internal_autosync) took 0.41 seconds >libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 01 | 00 12 34 02 | ... >libguestfs: trace: internal_autosync = 0 >libguestfs: command: run: rm >libguestfs: command: run: \ -rf /tmp/libguestfsDBf76x >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 920083
:
708708
|
708713
|
708715
|
708717
|
709476
| 709477