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 949653 Details for
Bug 1147065
regression setting root password with virt-builder/virt-customize
[?]
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.
output of command: virt-customize -a bbc.img --password lkong:password:testpassword3 -v -x
password_v_x.txt (text/plain), 81.32 KB, created by
Lingfei Kong
on 2014-10-23 06:12:56 UTC
(
hide
)
Description:
output of command: virt-customize -a bbc.img --password lkong:password:testpassword3 -v -x
Filename:
MIME Type:
Creator:
Lingfei Kong
Created:
2014-10-23 06:12:56 UTC
Size:
81.32 KB
patch
obsolete
>[ 0.0] Examining the guest ... >libguestfs: trace: set_verbose true >libguestfs: trace: set_verbose = 0 >libguestfs: trace: set_network true >libguestfs: trace: set_network = 0 >libguestfs: trace: set_selinux false >libguestfs: trace: set_selinux = 0 >libguestfs: trace: add_drive "bbc.img" "readonly:false" "protocol:file" "discard:besteffort" >libguestfs: trace: add_drive = 0 >libguestfs: trace: launch >libguestfs: trace: get_tmpdir >libguestfs: trace: get_tmpdir = "/tmp" >libguestfs: trace: version >libguestfs: trace: version = <struct guestfs_version *> >libguestfs: trace: get_backend >libguestfs: trace: get_backend = "libvirt" >libguestfs: launch: program=virt-customize >libguestfs: launch: version=1.28.1rhel=7,release=1.2.el7,libvirt >libguestfs: launch: backend registered: unix >libguestfs: launch: backend registered: uml >libguestfs: launch: backend registered: libvirt >libguestfs: launch: backend registered: direct >libguestfs: launch: backend=libvirt >libguestfs: launch: tmpdir=/tmp/libguestfsGatbZF >libguestfs: launch: umask=0022 >libguestfs: launch: euid=0 >libguestfs: libvirt version = 1002008 (1.2.8) >libguestfs: guest random name = guestfs-kcrqu5rvhtt87qpc >libguestfs: [00000ms] connect to libvirt >libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0 >libguestfs: successfully opened libvirt handle: conn = 0x1c071e0 >libguestfs: qemu version (reported by libvirt) = 2001000 (2.1.0) >libguestfs: [00004ms] get libvirt capabilities >libguestfs: [00008ms] parsing capabilities XML >libguestfs: trace: get_backend_setting "force_tcg" >libguestfs: trace: get_backend_setting = NULL (error) >libguestfs: trace: get_backend_setting "internal_libvirt_label" >libguestfs: trace: get_backend_setting = NULL (error) >libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel" >libguestfs: trace: get_backend_setting = NULL (error) >libguestfs: trace: get_backend_setting "internal_libvirt_norelabel_disks" >libguestfs: trace: get_backend_setting = NULL (error) >libguestfs: [00008ms] build appliance >libguestfs: trace: get_cachedir >libguestfs: trace: get_cachedir = "/var/tmp" >libguestfs: [00008ms] begin building supermin appliance >libguestfs: [00008ms] run supermin >libguestfs: command: run: /usr/bin/supermin5 >libguestfs: command: run: \ --build >libguestfs: command: run: \ --verbose >libguestfs: command: run: \ --if-newer >libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock >libguestfs: command: run: \ --copy-kernel >libguestfs: command: run: \ -f ext2 >libguestfs: command: run: \ --host-cpu x86_64 >libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d >libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d >supermin: version: 5.1.10 >supermin: rpm: detected RPM version 4.11 >supermin: package handler: fedora/rpm >supermin: acquiring lock on /var/tmp/.guestfs-0/lock >supermin: if-newer: output does not need rebuilding >libguestfs: [00075ms] finished building supermin appliance >libguestfs: trace: disk_create "/tmp/libguestfsGatbZF/overlay1" "qcow2" -1 "backingfile:/var/tmp/.guestfs-0/appliance.d/root" "backingformat:raw" >libguestfs: command: run: qemu-img >libguestfs: command: run: \ create >libguestfs: command: run: \ -f qcow2 >libguestfs: command: run: \ -o backing_file=/var/tmp/.guestfs-0/appliance.d/root,backing_fmt=raw >libguestfs: command: run: \ /tmp/libguestfsGatbZF/overlay1 >Formatting '/tmp/libguestfsGatbZF/overlay1', fmt=qcow2 size=4294967296 backing_file='/var/tmp/.guestfs-0/appliance.d/root' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off >libguestfs: trace: disk_create = 0 >libguestfs: [00197ms] create libvirt XML >libguestfs: trace: disk_format "bbc.img" >libguestfs: command: run: qemu-img >libguestfs: command: run: \ --help >libguestfs: which_parser: g->qemu_img_info_parser = 1 >libguestfs: command: run: qemu-img >libguestfs: command: run: \ info >libguestfs: command: run: \ --output json >libguestfs: command: run: \ /dev/fd/9 >libguestfs: parse_json: qemu-img info JSON output:\n{\n "virtual-size": 8589934592, \n "filename": "/dev/fd/9", \n "cluster-size": 65536, \n "format": "qcow2", \n "actual-size": 3862364160, \n "format-specific": {\n "type": "qcow2", \n "data": {\n "compat": "0.10"\n }\n }, \n "dirty-flag": false\n}\n\n >libguestfs: trace: disk_format = "qcow2" >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-kcrqu5rvhtt87qpc</name>\n <memory unit="MiB">500</memory>\n <currentMemory unit="MiB">500</currentMemory>\n <cpu mode="host-passthrough">\n <model fallback="allow"/>\n </cpu>\n <vcpu>1</vcpu>\n <clock offset="utc">\n <timer name="rtc" tickpolicy="catchup"/>\n <timer name="pit" tickpolicy="delay"/>\n <timer name="hpet" present="no"/>\n </clock>\n <os>\n <type>hvm</type>\n <kernel>/var/tmp/.guestfs-0/appliance.d/kernel</kernel>\n <initrd>/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color</cmdline>\n <bios useserial="yes"/>\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="/root/bbc.img"/>\n <target dev="sda" bus="scsi"/>\n <driver name="qemu" type="qcow2" cache="writeback" discard="unmap"/>\n <address type="drive" controller="0" bus="0" target="0" unit="0"/>\n </disk>\n <disk type="file" device="disk">\n <source file="/tmp/libguestfsGatbZF/overlay1"/>\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/libguestfsGatbZF/console.sock"/>\n <target port="0"/>\n </serial>\n <channel type="unix">\n <source mode="connect" path="/tmp/libguestfsGatbZF/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:arg value="-netdev"/>\n <qemu:arg value="user,id=usernet,net=169.254.0.0/16"/>\n <qemu:arg value="-device"/>\n <qemu:arg value="virtio-net-pci,netdev=usernet"/>\n </qemu:commandline>\n</domain>\n >libguestfs: trace: get_cachedir >libguestfs: trace: get_cachedir = "/var/tmp" >libguestfs: command: run: ls >libguestfs: command: run: \ -a >libguestfs: command: run: \ -l >libguestfs: command: run: \ -Z /var/tmp/.guestfs-0 >libguestfs: drwxr-xr-x. root root system_u:object_r:initrc_tmp_t:s0 . >libguestfs: drwxrwxrwt. root root system_u:object_r:tmp_t:s0 .. >libguestfs: drwxr-xr-x. root root unconfined_u:object_r:initrc_tmp_t:s0 appliance.d >libguestfs: drwxr-xr-x. root root unconfined_u:object_r:initrc_tmp_t:s0 appliance.d.4opwce22 >libguestfs: drwxr-xr-x. root root unconfined_u:object_r:initrc_tmp_t:s0 appliance.d.qwi17isv >libguestfs: -rw-r--r--. root root system_u:object_r:initrc_tmp_t:s0 lock >libguestfs: command: run: ls >libguestfs: command: run: \ -a >libguestfs: command: run: \ -l >libguestfs: command: run: \ -Z /tmp/libguestfsGatbZF >libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 . >libguestfs: drwxrwxrwt. root root system_u:object_r:tmp_t:s0 .. >libguestfs: srw-rw----. root qemu unconfined_u:object_r:user_tmp_t:s0 console.sock >libguestfs: srw-rw----. root qemu unconfined_u:object_r:user_tmp_t:s0 guestfsd.sock >libguestfs: -rw-r--r--. root root unconfined_u:object_r:user_tmp_t:s0 overlay1 >libguestfs: -rwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 umask-check >libguestfs: [00253ms] launch libvirt guest >\x1b[1;256r\x1b[256;256H\x1b[6n >Google, Inc. >Serial Graphics Adapter 12/29/13 >SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Sun Dec 29 03:43:06 UTC 2013 >Term: 80x24 >4 0 >\x1b[2J SeaBIOS (version seabios-1.7.5-5.el7) > Machine UUID 657e36af-fc76-4499-9a60-d77a506077a1 > > > iPXE (http://ipxe.org) 00:05.0 C100 PCI2.10 PnP PMM+1F397B80+1F2F7B80 C100 > Press Ctrl-B to configure iPXE (PCI 00:05.0)... > > > Booting from ROM... > Probing EDD (edd=off to disable)... ok >\x1b[2J[ 0.000000] Initializing cgroup subsys cpuset >[ 0.000000] Initializing cgroup subsys cpu >[ 0.000000] Initializing cgroup subsys cpuacct >[ 0.000000] Linux version 3.10.0-123.el7.x86_64 (mockbuild@x86-017.build.eng.bos.redhat.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon May 5 11:16:57 EDT 2014 >[ 0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color >[ 0.000000] e820: BIOS-provided physical RAM map: >[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable >[ 0.000000] BIOS-e820: [mem 0x000000000009f800-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] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >[ 0.000000] found SMP MP-table at [mem 0x000f2040-0x000f204f] mapped at [ffff8800000f2040] >[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >[ 0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff] >[ 0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff] >[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff] >[ 0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3fffff] >[ 0.000000] RAMDISK: [mem 0x1f0e1000-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 0x1f0ba000-0x1f0e0fff] >[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >[ 0.000000] kvm-clock: cpu 0, msr 0:1f06a001, boot clock >[ 0.000000] Zone ranges: >[ 0.000000] DMA [mem 0x00001000-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 0x00001000-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: [mem 0x0009f000-0x0009ffff] >[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >[ 0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices >[ 0.000000] Booting paravirtualized kernel on KVM >[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001ee00000 s86592 r8192 d24000 u2097152 >[ 0.000000] kvm-clock: cpu 0, msr 0:1f06a001, primary cpu clock >[ 0.000000] KVM setup async PF for cpu 0 >[ 0.000000] kvm-stealtime: cpu 0, msr 1ee0dfc0 >[ 0.000000] KVM setup paravirtual spinlock >[ 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=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color >[ 0.000000] Disabling memory control group subsystem >[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) >[ 0.000000] Checking aperture... >[ 0.000000] No AGP bridge found >[ 0.000000] Memory: 484900k/512000k available (6105k kernel code, 392k absent, 26708k reserved, 4065k data, 1584k init) >[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >[ 0.000000] Hierarchical RCU implementation. >[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1. >[ 0.000000] \tExperimental no-CBs for all CPUs >[ 0.000000] \tExperimental no-CBs CPUs: 0. >[ 0.000000] NR_IRQS:327936 nr_irqs:256 16 >[ 0.000000] Console: colour *CGA 80x25 >[ 0.000000] console [ttyS0] enabled >[ 0.000000] tsc: Detected 2800.000 MHz processor >[ 0.002000] Calibrating delay loop (skipped) preset value.. 5600.00 BogoMIPS (lpj=2800000) >[ 0.003005] pid_max: default: 32768 minimum: 301 >[ 0.004041] Security Framework initialized >[ 0.005031] SELinux: Disabled at boot. >[ 0.006124] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) >[ 0.008020] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.009210] Mount-cache hash table entries: 4096 >[ 0.010445] Initializing cgroup subsys memory >[ 0.011027] Initializing cgroup subsys devices >[ 0.012006] Initializing cgroup subsys freezer >[ 0.013006] Initializing cgroup subsys net_cls >[ 0.014005] Initializing cgroup subsys blkio >[ 0.015005] Initializing cgroup subsys perf_event >[ 0.016006] Initializing cgroup subsys hugetlb >[ 0.018000] mce: CPU supports 10 MCE banks >[ 0.018078] process: using AMD E400 aware idle routine >[ 0.019017] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4 >[ 0.019017] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4 >[ 0.019017] tlb_flushall_shift: 6 >[ 0.182468] Freeing SMP alternatives: 24k freed >[ 0.188484] ftrace: allocating 23383 entries in 92 pages >[ 0.196561] Enabling x2apic >[ 0.197000] Enabled x2apic >[ 0.197007] Switched APIC routing to physical x2apic. >[ 0.199838] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >[ 0.200003] smpboot: CPU0: AMD Athlon(tm) Dual Core Processor 5400B (fam: 0f, model: 6b, stepping: 02) >[ 0.303137] Performance Events: Broken PMU hardware detected, using software events only. >[ 0.305003] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >[ 0.308441] Brought up 1 CPUs >[ 0.309005] smpboot: Total of 1 processors activated (5600.00 BogoMIPS) >[ 0.310601] NMI watchdog: disabled (cpu0): hardware events not enabled >[ 0.311138] devtmpfs: initialized >[ 0.313193] EVM: security.selinux >[ 0.313823] EVM: security.ima >[ 0.314002] EVM: security.capability >[ 0.316442] atomic64 test passed for x86-64 platform with CX8 and with SSE >[ 0.317076] NET: Registered protocol family 16 >[ 0.319254] PCI: Using configuration type 1 for base access >[ 0.321205] bio: create slab <bio-0> at 0 >[ 0.322078] ACPI: Interpreter disabled. >[ 0.322861] vgaarb: loaded >[ 0.323077] SCSI subsystem initialized >[ 0.324039] usbcore: registered new interface driver usbfs >[ 0.325010] usbcore: registered new interface driver hub >[ 0.326031] usbcore: registered new device driver usb >[ 0.327078] PCI: Probing PCI hardware >[ 0.328026] PCI host bridge to bus 0000:00 >[ 0.328808] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >[ 0.329003] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >[ 0.330003] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] >[ 0.402247] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000] >[ 0.403305] NetLabel: Initializing >[ 0.404002] NetLabel: domain hash size = 128 >[ 0.405001] NetLabel: protocols = UNLABELED CIPSOv4 >[ 0.406016] NetLabel: unlabeled traffic allowed by default >[ 0.407055] Switching to clocksource kvm-clock >[ 0.414454] pnp: PnP ACPI: disabled >[ 0.416566] NET: Registered protocol family 2 >[ 0.417648] TCP established hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.419055] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) >[ 0.420326] TCP: Hash tables configured (established 4096 bind 4096) >[ 0.421592] TCP: reno registered >[ 0.422235] UDP hash table entries: 256 (order: 1, 8192 bytes) >[ 0.423358] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) >[ 0.424632] NET: Registered protocol family 1 >[ 0.425507] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >[ 0.426660] pci 0000:00:01.0: PIIX3: Enabling Passive Release >[ 0.427795] pci 0000:00:01.0: Activating ISA DMA hang workarounds >[ 0.429069] pci 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35 >[ 0.431001] Unpacking initramfs... >[ 0.439295] Freeing initrd memory: 3132k freed >[ 0.441915] platform rtc_cmos: registered platform RTC device (no PNP device found) >[ 0.443572] microcode: AMD CPU family 0xf not supported >[ 0.444766] futex hash table entries: 256 (order: 2, 16384 bytes) >[ 0.446002] Initialise system trusted keyring >[ 0.446920] audit: initializing netlink socket (disabled) >[ 0.448041] type=2000 audit(1414044452.342:1): initialized >[ 0.470614] HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 0.473058] zbud: loaded >[ 0.473724] VFS: Disk quotas dquot_6.5.2 >[ 0.474551] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 0.475977] msgmni has been set to 953 >[ 0.476805] Key type big_key registered >[ 0.477937] alg: No test for stdrng (krng) >[ 0.478808] NET: Registered protocol family 38 >[ 0.479671] Key type asymmetric registered >[ 0.480472] Asymmetric key parser 'x509' registered >[ 0.481479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >[ 0.482941] io scheduler noop registered >[ 0.483710] io scheduler deadline registered (default) >[ 0.484736] io scheduler cfq registered >[ 0.485603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 0.486686] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 0.488143] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >[ 0.515475] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >[ 0.517143] Non-volatile memory driver v1.3 >[ 0.517983] Linux agpgart interface v0.103 >[ 0.518916] crash memory driver: version 1.1 >[ 0.519760] rdac: device handler registered >[ 0.520613] hp_sw: device handler registered >[ 0.521447] emc: device handler registered >[ 0.522240] alua: device handler registered >[ 0.523085] libphy: Fixed MDIO Bus: probed >[ 0.523896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 0.525151] ehci-pci: EHCI PCI platform driver >[ 0.526021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 0.527184] ohci-pci: OHCI PCI platform driver >[ 0.528041] uhci_hcd: USB Universal Host Controller Interface driver >[ 0.529299] uhci_hcd 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 35 >[ 0.531538] uhci_hcd 0000:00:01.2: UHCI Host Controller >[ 0.532668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >[ 0.534247] uhci_hcd 0000:00:01.2: irq 35, io base 0x0000c040 >[ 0.535483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >[ 0.536968] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 0.538465] usb usb1: Product: UHCI Host Controller >[ 0.539524] usb usb1: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd >[ 0.541033] usb usb1: SerialNumber: 0000:00:01.2 >[ 0.542179] hub 1-0:1.0: USB hub found >[ 0.543038] hub 1-0:1.0: 2 ports detected >[ 0.544081] usbcore: registered new interface driver usbserial >[ 0.545318] usbcore: registered new interface driver usbserial_generic >[ 0.546684] usbserial: USB Serial support registered for generic >[ 0.547981] i8042: PNP: No PS/2 controller found. Probing ports directly. >[ 0.550384] serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 0.551457] serio: i8042 AUX port at 0x60,0x64 irq 12 >[ 0.552662] mousedev: PS/2 mouse device common for all mice >[ 0.554352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 >[ 0.559122] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >[ 0.560614] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram >[ 0.562121] cpuidle: using governor menu >[ 0.563121] hidraw: raw HID events driver (C) Jiri Kosina >[ 0.564382] usbcore: registered new interface driver usbhid >[ 0.565581] usbhid: USB HID core driver >[ 0.566482] drop_monitor: Initializing network drop monitor service >[ 0.568116] TCP: cubic registered >[ 0.568737] Initializing XFRM netlink socket >[ 0.569807] NET: Registered protocol family 10 >[ 0.570993] NET: Registered protocol family 17 >[ 0.572120] Loading compiled-in X.509 certificates >[ 0.573823] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' >[ 0.576979] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' >[ 0.579866] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 00aa5f56c587bd82f2f99d64ba83dd1e9e0d334a' >[ 0.582147] registered taskstats version 1 >[ 0.583278] Key type trusted registered >[ 0.584385] Key type encrypted registered >[ 0.585455] IMA: No TPM chip found, activating TPM-bypass! >[ 0.587185] rtc_cmos rtc_cmos: setting system clock to 2014-10-23 06:07:31 UTC (1414044451) >[ 0.591044] Freeing unused kernel memory: 1584k freed >supermin: mounting /proc >supermin: uptime: 0.59 0.19 >supermin: ext2 mini initrd starting up: 5.1.10 zlib >supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color >supermin: mounting /sys >supermin: internal insmod crc32-pclmul.ko >[ 0.603596] PCLMULQDQ-NI instructions are not detected. >insmod: init_module: crc32-pclmul.ko: No such device >supermin: internal insmod crc32c-intel.ko >insmod: init_module: crc32c-intel.ko: No such device >supermin: internal insmod crct10dif_common.ko >supermin: internal insmod crct10dif-pclmul.ko >insmod: init_module: crct10dif-pclmul.ko: No such device >supermin: internal insmod crc32.ko >[ 0.615632] alg: No test for crc32 (crc32-table) >supermin: internal insmod crct10dif_generic.ko >supermin: internal insmod libata.ko >supermin: internal insmod ata_piix.ko >[ 0.632473] scsi0 : ata_piix >[ 0.633380] scsi1 : ata_piix >[ 0.634115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 >[ 0.635538] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 >supermin: internal insmod virtio.ko >supermin: internal insmod virtio_ring.ko >supermin: internal insmod virtio_blk.ko >supermin: internal insmod virtio-rng.ko >supermin: internal insmod virtio_console.ko >supermin: internal insmod virtio_net.ko >supermin: internal insmod sparse-keymap.ko >supermin: internal insmod rfkill.ko >supermin: internal insmod ideapad-laptop.ko >insmod: init_module: ideapad-laptop.ko: No such device >supermin: internal insmod megaraid_sas.ko >[ 0.816709] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013 >supermin: internal insmod scsi_transport_spi.ko >supermin: internal insmod crc-t10dif.ko >supermin: internal insmod sd_mod.ko >supermin: internal insmod cdrom.ko >supermin: internal insmod sr_mod.ko >supermin: internal insmod virtio_scsi.ko >supermin: internal insmod virtio_balloon.ko >supermin: internal insmod virtio_pci.ko >[ 0.837909] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34 >[ 0.840482] scsi2 : Virtio SCSI HBA >[ 0.841700] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35 >[ 0.843144] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.1. PQ: 0 ANSI: 5 >[ 0.852136] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35 >[ 0.853553] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.1. PQ: 0 ANSI: 5 >[ 0.857206] virtio-pci 0000:00:05.0: PCI->APIC IRQ transform: INT A -> IRQ 34 >[ 0.884440] sd 2:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >[ 0.886204] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB) >[ 0.887945] sd 2:0:0:0: [sda] Write Protect is off >[ 0.889038] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 0.890790] sd 2:0:1:0: [sdb] Write Protect is off >[ 0.891987] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 0.894842] sda: sda1 sda2 >[ 0.896218] sdb: unknown partition table >[ 0.897232] sd 2:0:0:0: [sda] Attached SCSI disk >[ 0.898847] sd 2:0:1:0: [sdb] Attached SCSI disk >supermin: internal insmod jbd2.ko >supermin: internal insmod mbcache.ko >supermin: internal insmod ext4.ko >supermin: internal insmod crc-ccitt.ko >supermin: internal insmod crc-itu-t.ko >supermin: internal insmod crc8.ko >supermin: internal insmod libcrc32c.ko >supermin: picked /sys/block/sdb/dev as root device >supermin: creating /dev/root as block special 8:16 >supermin: mounting new root on /root >[ 0.954106] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem >[ 0.960971] EXT4-fs (sdb): mounted filesystem without journal. Opts: >supermin: chroot >Starting /init script ... >[ 1.390908] systemd-udevd[87]: starting version 208 >[ 1.396126] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input1 >[ 1.536559] powernow-k8: Power state transitions not supported >[ 1.539642] input: PC Speaker as /devices/platform/pcspkr/input/input2 >[ 1.633275] Error: Driver 'pcspkr' is already registered, aborting... >[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /var/log/journal/%m >[/usr/lib/tmpfiles.d/systemd.conf:28] Failed to replace specifiers: /run/log/journal/%m >/init: line 73: /sys/block/hd*/queue/scheduler: No such file or directory >/init: line 73: /sys/block/ubd*/queue/scheduler: No such file or directory >/init: line 73: /sys/block/vd*/queue/scheduler: No such file or directory >mdadm: No arrays found in config file or automatically >[ 2.698674] device-mapper: uevent: version 1.0.3 >[ 2.700873] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com > lvmetad is not active yet, using direct activation during sysinit >[ 2.831876] bio: create slab <bio-1> at 1 > 2 logical volume(s) in volume group "rhel" now active >/init: line 99: ldmtool: command not found >Linux (none) 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux >/dev: >total 0 >crw------- 1 root root 10, 235 Oct 23 06:07 autofs >drwxr-xr-x 2 root root 160 Oct 23 06:07 block >drwxr-xr-x 2 root root 80 Oct 23 06:07 bsg >crw------- 1 root root 10, 234 Oct 23 06:07 btrfs-control >drwxr-xr-x 3 root root 60 Oct 23 06:07 bus >drwxr-xr-x 2 root root 2260 Oct 23 06:07 char >crw------- 1 root root 5, 1 Oct 23 06:07 console >lrwxrwxrwx 1 root root 11 Oct 23 06:07 core -> /proc/kcore >drwxr-xr-x 3 root root 60 Oct 23 06:07 cpu >crw------- 1 root root 10, 61 Oct 23 06:07 cpu_dma_latency >crw------- 1 root root 10, 62 Oct 23 06:07 crash >drwxr-xr-x 5 root root 100 Oct 23 06:07 disk >brw-rw---- 1 root disk 252, 0 Oct 23 06:07 dm-0 >brw-rw---- 1 root disk 252, 1 Oct 23 06:07 dm-1 >lrwxrwxrwx 1 root root 13 Oct 23 06:07 fd -> /proc/self/fd >crw-rw-rw- 1 root root 1, 7 Oct 23 06:07 full >crw------- 1 root root 10, 229 Oct 23 06:07 fuse >drwxr-xr-x 3 root root 160 Oct 23 06:07 input >crw-r--r-- 1 root root 1, 11 Oct 23 06:07 kmsg >crw------- 1 root root 10, 237 Oct 23 06:07 loop-control >drwxr-xr-x 2 root root 100 Oct 23 06:07 mapper >crw------- 1 root root 10, 227 Oct 23 06:07 mcelog >crw------- 1 root root 1, 1 Oct 23 06:07 mem >drwxr-xr-x 2 root root 60 Oct 23 06:07 net >crw------- 1 root root 10, 60 Oct 23 06:07 network_latency >crw------- 1 root root 10, 59 Oct 23 06:07 network_throughput >crw-rw-rw- 1 root root 1, 3 Oct 23 06:07 null >crw------- 1 root root 10, 144 Oct 23 06:07 nvram >crw------- 1 root root 1, 12 Oct 23 06:07 oldmem >crw------- 1 root root 1, 4 Oct 23 06:07 port >crw------- 1 root root 108, 0 Oct 23 06:07 ppp >crw-rw-rw- 1 root root 5, 2 Oct 23 06:07 ptmx >crw-rw-rw- 1 root root 1, 8 Oct 23 06:07 random >drwxr-xr-x 2 root root 60 Oct 23 06:07 raw >crw------- 1 root root 10, 58 Oct 23 06:07 rfkill >drwxr-xr-x 2 root root 80 Oct 23 06:07 rhel >lrwxrwxrwx 1 root root 4 Oct 23 06:07 rtc -> rtc0 >crw------- 1 root root 254, 0 Oct 23 06:07 rtc0 >brw------- 1 root root 8, 0 Oct 23 06:07 sda >brw------- 1 root root 8, 1 Oct 23 06:07 sda1 >brw------- 1 root root 8, 2 Oct 23 06:07 sda2 >brw------- 1 root root 8, 16 Oct 23 06:07 sdb >crw------- 1 root root 10, 231 Oct 23 06:07 snapshot >drwxr-xr-x 2 root root 80 Oct 23 06:07 snd >lrwxrwxrwx 1 root root 15 Oct 23 06:07 stderr -> /proc/self/fd/2 >lrwxrwxrwx 1 root root 15 Oct 23 06:07 stdin -> /proc/self/fd/0 >lrwxrwxrwx 1 root root 15 Oct 23 06:07 stdout -> /proc/self/fd/1 >crw-rw-rw- 1 root root 5, 0 Oct 23 06:07 tty >crw------- 1 root root 4, 0 Oct 23 06:07 tty0 >crw------- 1 root root 4, 1 Oct 23 06:07 tty1 >crw------- 1 root root 4, 10 Oct 23 06:07 tty10 >crw------- 1 root root 4, 11 Oct 23 06:07 tty11 >crw------- 1 root root 4, 12 Oct 23 06:07 tty12 >crw------- 1 root root 4, 13 Oct 23 06:07 tty13 >crw------- 1 root root 4, 14 Oct 23 06:07 tty14 >crw------- 1 root root 4, 15 Oct 23 06:07 tty15 >crw------- 1 root root 4, 16 Oct 23 06:07 tty16 >crw------- 1 root root 4, 17 Oct 23 06:07 tty17 >crw------- 1 root root 4, 18 Oct 23 06:07 tty18 >crw------- 1 root root 4, 19 Oct 23 06:07 tty19 >crw------- 1 root root 4, 2 Oct 23 06:07 tty2 >crw------- 1 root root 4, 20 Oct 23 06:07 tty20 >crw------- 1 root root 4, 21 Oct 23 06:07 tty21 >crw------- 1 root root 4, 22 Oct 23 06:07 tty22 >crw------- 1 root root 4, 23 Oct 23 06:07 tty23 >crw------- 1 root root 4, 24 Oct 23 06:07 tty24 >crw------- 1 root root 4, 25 Oct 23 06:07 tty25 >crw------- 1 root root 4, 26 Oct 23 06:07 tty26 >crw------- 1 root root 4, 27 Oct 23 06:07 tty27 >crw------- 1 root root 4, 28 Oct 23 06:07 tty28 >crw------- 1 root root 4, 29 Oct 23 06:07 tty29 >crw------- 1 root root 4, 3 Oct 23 06:07 tty3 >crw------- 1 root root 4, 30 Oct 23 06:07 tty30 >crw------- 1 root root 4, 31 Oct 23 06:07 tty31 >crw------- 1 root root 4, 32 Oct 23 06:07 tty32 >crw------- 1 root root 4, 33 Oct 23 06:07 tty33 >crw------- 1 root root 4, 34 Oct 23 06:07 tty34 >crw------- 1 root root 4, 35 Oct 23 06:07 tty35 >crw------- 1 root root 4, 36 Oct 23 06:07 tty36 >crw------- 1 root root 4, 37 Oct 23 06:07 tty37 >crw------- 1 root root 4, 38 Oct 23 06:07 tty38 >crw------- 1 root root 4, 39 Oct 23 06:07 tty39 >crw------- 1 root root 4, 4 Oct 23 06:07 tty4 >crw------- 1 root root 4, 40 Oct 23 06:07 tty40 >crw------- 1 root root 4, 41 Oct 23 06:07 tty41 >crw------- 1 root root 4, 42 Oct 23 06:07 tty42 >crw------- 1 root root 4, 43 Oct 23 06:07 tty43 >crw------- 1 root root 4, 44 Oct 23 06:07 tty44 >crw------- 1 root root 4, 45 Oct 23 06:07 tty45 >crw------- 1 root root 4, 46 Oct 23 06:07 tty46 >crw------- 1 root root 4, 47 Oct 23 06:07 tty47 >crw------- 1 root root 4, 48 Oct 23 06:07 tty48 >crw------- 1 root root 4, 49 Oct 23 06:07 tty49 >crw------- 1 root root 4, 5 Oct 23 06:07 tty5 >crw------- 1 root root 4, 50 Oct 23 06:07 tty50 >crw------- 1 root root 4, 51 Oct 23 06:07 tty51 >crw------- 1 root root 4, 52 Oct 23 06:07 tty52 >crw------- 1 root root 4, 53 Oct 23 06:07 tty53 >crw------- 1 root root 4, 54 Oct 23 06:07 tty54 >crw------- 1 root root 4, 55 Oct 23 06:07 tty55 >crw------- 1 root root 4, 56 Oct 23 06:07 tty56 >crw------- 1 root root 4, 57 Oct 23 06:07 tty57 >crw------- 1 root root 4, 58 Oct 23 06:07 tty58 >crw------- 1 root root 4, 59 Oct 23 06:07 tty59 >crw------- 1 root root 4, 6 Oct 23 06:07 tty6 >crw------- 1 root root 4, 60 Oct 23 06:07 tty60 >crw------- 1 root root 4, 61 Oct 23 06:07 tty61 >crw------- 1 root root 4, 62 Oct 23 06:07 tty62 >crw------- 1 root root 4, 63 Oct 23 06:07 tty63 >crw------- 1 root root 4, 7 Oct 23 06:07 tty7 >crw------- 1 root root 4, 8 Oct 23 06:07 tty8 >crw------- 1 root root 4, 9 Oct 23 06:07 tty9 >crw------- 1 root root 4, 64 Oct 23 06:07 ttyS0 >crw------- 1 root root 4, 65 Oct 23 06:07 ttyS1 >crw------- 1 root root 4, 66 Oct 23 06:07 ttyS2 >crw------- 1 root root 4, 67 Oct 23 06:07 ttyS3 >crw------- 1 root root 10, 239 Oct 23 06:07 uhid >crw------- 1 root root 10, 223 Oct 23 06:07 uinput >crw-rw-rw- 1 root root 1, 9 Oct 23 06:07 urandom >crw------- 1 root root 251, 0 Oct 23 06:07 usbmon0 >crw------- 1 root root 251, 1 Oct 23 06:07 usbmon1 >crw------- 1 root root 7, 0 Oct 23 06:07 vcs >crw------- 1 root root 7, 1 Oct 23 06:07 vcs1 >crw------- 1 root root 7, 128 Oct 23 06:07 vcsa >crw------- 1 root root 7, 129 Oct 23 06:07 vcsa1 >drwxr-xr-x 2 root root 60 Oct 23 06:07 vfio >crw------- 1 root root 10, 63 Oct 23 06:07 vga_arbiter >crw------- 1 root root 10, 238 Oct 23 06:07 vhost-net >drwxr-xr-x 2 root root 60 Oct 23 06:07 virtio-ports >crw------- 1 root root 248, 1 Oct 23 06:07 vport1p1 >crw-rw-rw- 1 root root 1, 5 Oct 23 06:07 zero > >/dev/block: >total 0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 252:0 -> ../dm-0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 252:1 -> ../dm-1 >lrwxrwxrwx 1 root root 6 Oct 23 06:07 8:0 -> ../sda >lrwxrwxrwx 1 root root 7 Oct 23 06:07 8:1 -> ../sda1 >lrwxrwxrwx 1 root root 6 Oct 23 06:07 8:16 -> ../sdb >lrwxrwxrwx 1 root root 7 Oct 23 06:07 8:2 -> ../sda2 > >/dev/bsg: >total 0 >crw------- 1 root root 252, 0 Oct 23 06:07 2:0:0:0 >crw------- 1 root root 252, 1 Oct 23 06:07 2:0:1:0 > >/dev/bus: >total 0 >drwxr-xr-x 3 root root 60 Oct 23 06:07 usb > >/dev/bus/usb: >total 0 >drwxr-xr-x 2 root root 60 Oct 23 06:07 001 > >/dev/bus/usb/001: >total 0 >crw------- 1 root root 189, 0 Oct 23 06:07 001 > >/dev/char: >total 0 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 10:144 -> ../nvram >lrwxrwxrwx 1 root root 9 Oct 23 06:07 10:227 -> ../mcelog >lrwxrwxrwx 1 root root 11 Oct 23 06:07 10:231 -> ../snapshot >lrwxrwxrwx 1 root root 9 Oct 23 06:07 10:235 -> ../autofs >lrwxrwxrwx 1 root root 17 Oct 23 06:07 10:236 -> ../mapper/control >lrwxrwxrwx 1 root root 9 Oct 23 06:07 10:58 -> ../rfkill >lrwxrwxrwx 1 root root 21 Oct 23 06:07 10:59 -> ../network_throughput >lrwxrwxrwx 1 root root 18 Oct 23 06:07 10:60 -> ../network_latency >lrwxrwxrwx 1 root root 18 Oct 23 06:07 10:61 -> ../cpu_dma_latency >lrwxrwxrwx 1 root root 8 Oct 23 06:07 10:62 -> ../crash >lrwxrwxrwx 1 root root 14 Oct 23 06:07 10:63 -> ../vga_arbiter >lrwxrwxrwx 1 root root 12 Oct 23 06:07 116:33 -> ../snd/timer >lrwxrwxrwx 1 root root 15 Oct 23 06:07 13:32 -> ../input/mouse0 >lrwxrwxrwx 1 root root 13 Oct 23 06:07 13:63 -> ../input/mice >lrwxrwxrwx 1 root root 15 Oct 23 06:07 13:64 -> ../input/event0 >lrwxrwxrwx 1 root root 15 Oct 23 06:07 13:65 -> ../input/event1 >lrwxrwxrwx 1 root root 15 Oct 23 06:07 13:66 -> ../input/event2 >lrwxrwxrwx 1 root root 13 Oct 23 06:07 162:0 -> ../raw/rawctl >lrwxrwxrwx 1 root root 18 Oct 23 06:07 189:0 -> ../bus/usb/001/001 >lrwxrwxrwx 1 root root 6 Oct 23 06:07 1:1 -> ../mem >lrwxrwxrwx 1 root root 7 Oct 23 06:07 1:11 -> ../kmsg >lrwxrwxrwx 1 root root 9 Oct 23 06:07 1:12 -> ../oldmem >lrwxrwxrwx 1 root root 7 Oct 23 06:07 1:3 -> ../null >lrwxrwxrwx 1 root root 7 Oct 23 06:07 1:4 -> ../port >lrwxrwxrwx 1 root root 7 Oct 23 06:07 1:5 -> ../zero >lrwxrwxrwx 1 root root 7 Oct 23 06:07 1:7 -> ../full >lrwxrwxrwx 1 root root 9 Oct 23 06:07 1:8 -> ../random >lrwxrwxrwx 1 root root 10 Oct 23 06:07 1:9 -> ../urandom >lrwxrwxrwx 1 root root 12 Oct 23 06:07 202:0 -> ../cpu/0/msr >lrwxrwxrwx 1 root root 14 Oct 23 06:07 203:0 -> ../cpu/0/cpuid >lrwxrwxrwx 1 root root 11 Oct 23 06:07 248:1 -> ../vport1p1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 251:0 -> ../usbmon0 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 251:1 -> ../usbmon1 >lrwxrwxrwx 1 root root 14 Oct 23 06:07 252:0 -> ../bsg/2:0:0:0 >lrwxrwxrwx 1 root root 14 Oct 23 06:07 252:1 -> ../bsg/2:0:1:0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 254:0 -> ../rtc0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:0 -> ../tty0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:1 -> ../tty1 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:10 -> ../tty10 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:11 -> ../tty11 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:12 -> ../tty12 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:13 -> ../tty13 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:14 -> ../tty14 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:15 -> ../tty15 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:16 -> ../tty16 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:17 -> ../tty17 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:18 -> ../tty18 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:19 -> ../tty19 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:2 -> ../tty2 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:20 -> ../tty20 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:21 -> ../tty21 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:22 -> ../tty22 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:23 -> ../tty23 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:24 -> ../tty24 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:25 -> ../tty25 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:26 -> ../tty26 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:27 -> ../tty27 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:28 -> ../tty28 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:29 -> ../tty29 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:3 -> ../tty3 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:30 -> ../tty30 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:31 -> ../tty31 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:32 -> ../tty32 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:33 -> ../tty33 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:34 -> ../tty34 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:35 -> ../tty35 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:36 -> ../tty36 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:37 -> ../tty37 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:38 -> ../tty38 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:39 -> ../tty39 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:4 -> ../tty4 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:40 -> ../tty40 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:41 -> ../tty41 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:42 -> ../tty42 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:43 -> ../tty43 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:44 -> ../tty44 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:45 -> ../tty45 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:46 -> ../tty46 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:47 -> ../tty47 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:48 -> ../tty48 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:49 -> ../tty49 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:5 -> ../tty5 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:50 -> ../tty50 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:51 -> ../tty51 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:52 -> ../tty52 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:53 -> ../tty53 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:54 -> ../tty54 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:55 -> ../tty55 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:56 -> ../tty56 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:57 -> ../tty57 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:58 -> ../tty58 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:59 -> ../tty59 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:6 -> ../tty6 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:60 -> ../tty60 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:61 -> ../tty61 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:62 -> ../tty62 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:63 -> ../tty63 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:64 -> ../ttyS0 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:65 -> ../ttyS1 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:66 -> ../ttyS2 >lrwxrwxrwx 1 root root 8 Oct 23 06:07 4:67 -> ../ttyS3 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:7 -> ../tty7 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:8 -> ../tty8 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 4:9 -> ../tty9 >lrwxrwxrwx 1 root root 6 Oct 23 06:07 5:0 -> ../tty >lrwxrwxrwx 1 root root 10 Oct 23 06:07 5:1 -> ../console >lrwxrwxrwx 1 root root 7 Oct 23 06:07 5:2 -> ../ptmx >lrwxrwxrwx 1 root root 6 Oct 23 06:07 7:0 -> ../vcs >lrwxrwxrwx 1 root root 7 Oct 23 06:07 7:1 -> ../vcs1 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 7:128 -> ../vcsa >lrwxrwxrwx 1 root root 8 Oct 23 06:07 7:129 -> ../vcsa1 > >/dev/cpu: >total 0 >drwxr-xr-x 2 root root 80 Oct 23 06:07 0 > >/dev/cpu/0: >total 0 >crw------- 1 root root 203, 0 Oct 23 06:07 cpuid >crw------- 1 root root 202, 0 Oct 23 06:07 msr > >/dev/disk: >total 0 >drwxr-xr-x 2 root root 220 Oct 23 06:07 by-id >drwxr-xr-x 2 root root 120 Oct 23 06:07 by-path >drwxr-xr-x 2 root root 120 Oct 23 06:07 by-uuid > >/dev/disk/by-id: >total 0 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 dm-name-rhel-root -> ../../dm-1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 dm-name-rhel-swap -> ../../dm-0 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 dm-uuid-LVM-Zt7y4Eeb9VQXLXrIqfZrZxU8FuIiUBjPdEICvXzvnqzd739ge95w1OV1ZMfgjk2s -> ../../dm-1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 dm-uuid-LVM-Zt7y4Eeb9VQXLXrIqfZrZxU8FuIiUBjPlakwENJQiY602YOnKv1z1bpz5hDztKJC -> ../../dm-0 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 lvm-pv-uuid-aKJRd4-t5h0-oquq-nFX8-851y-dfMQ-oi4jQh -> ../../sda2 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda >lrwxrwxrwx 1 root root 10 Oct 23 06:07 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1 -> ../../sda1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2 -> ../../sda2 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0 -> ../../sdb > >/dev/disk/by-path: >total 0 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda >lrwxrwxrwx 1 root root 10 Oct 23 06:07 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part1 -> ../../sda1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part2 -> ../../sda2 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 14bbb357-13d9-496a-9d2a-b01bbf456a5a -> ../../sdb >lrwxrwxrwx 1 root root 10 Oct 23 06:07 5b852b6f-27f4-4269-ae29-09fda03ebd47 -> ../../dm-0 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 a56cf172-9f0b-49dc-be05-6450161c47af -> ../../sda1 >lrwxrwxrwx 1 root root 10 Oct 23 06:07 c53bfbfd-f304-42bd-9352-72af0c7adcde -> ../../dm-1 > >/dev/input: >total 0 >drwxr-xr-x 2 root root 120 Oct 23 06:07 by-path >crw------- 1 root root 13, 64 Oct 23 06:07 event0 >crw------- 1 root root 13, 65 Oct 23 06:07 event1 >crw------- 1 root root 13, 66 Oct 23 06:07 event2 >crw------- 1 root root 13, 63 Oct 23 06:07 mice >crw------- 1 root root 13, 32 Oct 23 06:07 mouse0 > >/dev/input/by-path: >total 0 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 platform-i8042-serio-0-event-kbd -> ../event0 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 platform-i8042-serio-1-event-mouse -> ../event1 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 platform-i8042-serio-1-mouse -> ../mouse0 >lrwxrwxrwx 1 root root 9 Oct 23 06:07 platform-pcspkr-event-spkr -> ../event2 > >/dev/mapper: >total 0 >crw------- 1 root root 10, 236 Oct 23 06:07 control >lrwxrwxrwx 1 root root 7 Oct 23 06:07 rhel-root -> ../dm-1 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 rhel-swap -> ../dm-0 > >/dev/net: >total 0 >crw------- 1 root root 10, 200 Oct 23 06:07 tun > >/dev/raw: >total 0 >crw------- 1 root root 162, 0 Oct 23 06:07 rawctl > >/dev/rhel: >total 0 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 root -> ../dm-1 >lrwxrwxrwx 1 root root 7 Oct 23 06:07 swap -> ../dm-0 > >/dev/snd: >total 0 >crw------- 1 root root 116, 1 Oct 23 06:07 seq >crw------- 1 root audio 116, 33 Oct 23 06:07 timer > >/dev/vfio: >total 0 >crw------- 1 root root 10, 196 Oct 23 06:07 vfio > >/dev/virtio-ports: >total 0 >lrwxrwxrwx 1 root root 11 Oct 23 06:07 org.libguestfs.channel.0 -> ../vport1p1 >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 >tmpfs /run tmpfs rw,nosuid,relatime,size=97928k,mode=755 0 0 >/dev /dev devtmpfs rw,relatime,size=242460k,nr_inodes=60615,mode=755 0 0 > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning. > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > PV VG Fmt Attr PSize PFree > /dev/sda2 rhel lvm2 a-- 7.51g 0 > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning. > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > VG #PV #LV #SN Attr VSize VFree > rhel 1 2 0 wz--n- 7.51g 0 > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning. > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert > root rhel -wi-a----- 6.71g > swap rhel -wi-a----- 820.00m >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 > valid_lft forever preferred_lft forever > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 > link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff > inet 169.254.2.10/16 brd 169.254.255.255 scope global eth0 > valid_lft forever preferred_lft forever > inet6 fe80::5054:ff:fe12:3456/64 scope link tentative > valid_lft forever preferred_lft forever >default via 169.254.2.2 dev eth0 >169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.2.10 >Module Size Used by >dm_mod 102999 4 >snd_pcm 97511 0 >snd_page_alloc 18710 1 snd_pcm >snd_timer 29482 1 snd_pcm >snd 74645 2 snd_timer,snd_pcm >soundcore 15047 1 snd >serio_raw 13462 0 >pcspkr 12718 0 >ata_generic 12910 0 >pata_acpi 13038 0 >libcrc32c 12644 0 >crc8 12893 0 >crc_itu_t 12707 0 >crc_ccitt 12707 0 >ext4 528957 1 >mbcache 14958 1 ext4 >jbd2 98341 1 ext4 >virtio_pci 17725 0 >virtio_balloon 13530 0 >virtio_scsi 18330 2 >sr_mod 22416 0 >cdrom 42556 1 sr_mod >sd_mod 45373 3 >crc_t10dif 12714 1 sd_mod >scsi_transport_spi 30732 0 >megaraid_sas 95427 0 >rfkill 26536 0 >sparse_keymap 13948 0 >virtio_net 28059 0 >virtio_console 28018 0 >virtio_rng 13135 0 >virtio_blk 18329 0 >virtio_ring 21011 7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi >virtio 14187 7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi >ata_piix 35038 0 >libata 219478 3 pata_acpi,ata_generic,ata_piix >crct10dif_generic 12647 1 >crc32 12714 0 >crct10dif_common 12595 2 crct10dif_generic,crc_t10dif >Thu Oct 23 06:07:34 UTC 2014 >clocksource: kvm-clock >uptime: 3.38 1.24 >verbose daemon enabled >linux commmand line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color > >trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0' >udevadm --debug settle >calling: settle >libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG >libguestfs: [06332ms] appliance is up >libguestfs: trace: launch = 0 >libguestfs: trace: inspect_os >libguestfs: trace: umount_all >guestfsd: main_loop: new request, len 0x28 >umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0 >umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97928k,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242460k,nr_inodes=60615,mode=755 freq=0 passno=0 >guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds >libguestfs: trace: umount_all = 0 >libguestfs: trace: list_filesystems >libguestfs: trace: feature_available "lvm2" >guestfsd: main_loop: new request, len 0x34 >guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds >libguestfs: trace: feature_available = 1 >libguestfs: trace: feature_available "ldm" >guestfsd: main_loop: new request, len 0x34 >guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds >libguestfs: trace: feature_available = 0 >libguestfs: trace: list_devices >guestfsd: main_loop: new request, len 0x28 >guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds >libguestfs: trace: list_devices = ["/dev/sda"] >libguestfs: trace: list_partitions >guestfsd: main_loop: new request, len 0x28 >guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds >libguestfs: trace: list_partitions = ["/dev/sda1", "/dev/sda2"] >libguestfs: trace: list_md_devices >guestfsd: main_loop: new request, len 0x28 >guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds >libguestfs: trace: list_md_devices = [] >libguestfs: trace: part_to_dev "/dev/sda1" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds >libguestfs: trace: part_to_dev = "/dev/sda" >libguestfs: trace: part_to_dev "/dev/sda2" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds >libguestfs: trace: part_to_dev = "/dev/sda" >libguestfs: trace: vfs_type "/dev/sda1" >guestfsd: main_loop: new request, len 0x38 >blkid -c /dev/null -o value -s TYPE /dev/sda1 >libguestfs: trace: vfs_type = "xfs" >libguestfs: trace: vfs_type "/dev/sda2" >guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds >guestfsd: main_loop: new request, len 0x38 >blkid -c /dev/null -o value -s TYPE /dev/sda2 >libguestfs: trace: vfs_type = "LVM2_member" >libguestfs: trace: lvs >guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds >guestfsd: main_loop: new request, len 0x28 >lvm lvs -o vg_name,lv_name --noheadings --separator / > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning. > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory > /run/lvm/lvmetad.socket: connect failed: No such file or directory >guestfsd: main_loop: proc 11 (lvs) took 0.04 seconds >libguestfs: trace: lvs = ["/dev/rhel/root", "/dev/rhel/swap"] >libguestfs: trace: vfs_type "/dev/rhel/root" >guestfsd: main_loop: new request, len 0x3c >blkid -c /dev/null -o value -s TYPE /dev/rhel/root >libguestfs: trace: vfs_type = "xfs" >libguestfs: trace: vfs_type "/dev/rhel/swap" >guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds >guestfsd: main_loop: new request, len 0x3c >blkid -c /dev/null -o value -s TYPE /dev/rhel/swap >libguestfs: trace: vfs_type = "swap" >libguestfs: trace: list_filesystems = ["/dev/sda1", "xfs", "/dev/rhel/root", "xfs", "/dev/rhel/swap", "swap"] >libguestfs: trace: vfs_type "/dev/sda1" >guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds >guestfsd: main_loop: new request, len 0x38 >blkid -c /dev/null -o value -s TYPE /dev/sda1 >guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds >libguestfs: trace: vfs_type = "xfs" >libguestfs: check_for_filesystem_on: /dev/sda1 (xfs) >libguestfs: trace: internal_parse_mountable "/dev/sda1" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds >libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *> >libguestfs: trace: is_whole_device "/dev/sda1" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds >libguestfs: trace: is_whole_device = 0 >libguestfs: trace: mount_ro "/dev/sda1" "/" >guestfsd: main_loop: new request, len 0x40 >mount -o ro /dev/sda1 /sysroot/ >[ 3.690755] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >[ 3.698604] XFS (sda1): Mounting Filesystem >[ 4.025059] XFS (sda1): Ending clean mount >guestfsd: main_loop: proc 73 (mount_ro) took 0.39 seconds >libguestfs: trace: mount_ro = 0 >libguestfs: trace: part_to_partnum "/dev/sda1" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds >libguestfs: trace: part_to_partnum = 1 >libguestfs: trace: is_dir "/etc" >guestfsd: main_loop: new request, len 0x34 >libguestfs: trace: is_dir = 0 >libguestfs: trace: is_dir "/bin" >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >guestfsd: main_loop: new request, len 0x34 >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >libguestfs: trace: is_dir = 0 >libguestfs: trace: is_dir "/share" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >libguestfs: trace: is_dir = 0 >libguestfs: trace: is_file "/grub/menu.lst" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/grub/grub.conf" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/grub2/grub.cfg" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 1 >libguestfs: trace: umount_all >guestfsd: main_loop: new request, len 0x28 >umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0 >umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97928k,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242460k,nr_inodes=60615,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot type=xfs opts=ro,relatime,attr2,inode64,noquota freq=0 passno=0 >umount /sysroot >libguestfs: trace: umount_all = 0 >libguestfs: trace: vfs_type "/dev/rhel/root" >guestfsd: main_loop: proc 47 (umount_all) took 0.08 seconds >guestfsd: main_loop: new request, len 0x3c >blkid -c /dev/null -o value -s TYPE /dev/rhel/root >libguestfs: trace: vfs_type = "xfs" >libguestfs: check_for_filesystem_on: /dev/rhel/root (xfs) >libguestfs: trace: internal_parse_mountable "/dev/rhel/root" >guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds >guestfsd: main_loop: new request, len 0x3c >guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds >libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *> >libguestfs: trace: is_whole_device "/dev/rhel/root" >guestfsd: main_loop: new request, len 0x3c >guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds >libguestfs: trace: is_whole_device = 0 >libguestfs: trace: mount_ro "/dev/rhel/root" "/" >guestfsd: main_loop: new request, len 0x44 >mount -o ro /dev/rhel/root /sysroot/ >[ 4.186572] XFS (dm-1): Mounting Filesystem >[ 4.414793] XFS (dm-1): Ending clean mount >libguestfs: trace: mount_ro = 0 >libguestfs: trace: part_to_partnum "/dev/rhel/root" >guestfsd: main_loop: proc 73 (mount_ro) took 0.25 seconds >guestfsd: main_loop: new request, len 0x3c >guestfsd: error: device name is not a partition >guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 secondslibguestfs: trace: part_to_partnum = -1 (error) >libguestfs: trace: is_dir "/etc" > >guestfsd: main_loop: new request, len 0x34 >libguestfs: trace: is_dir = 1 >libguestfs: trace: is_dir "/bin" >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >guestfsd: main_loop: new request, len 0x34 >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >libguestfs: trace: is_dir = 0 >libguestfs: trace: is_dir "/share" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >libguestfs: trace: is_dir = 0 >libguestfs: trace: is_file "/grub/menu.lst" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/grub/grub.conf" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/grub2/grub.cfg" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/hurd/console" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_symlink "/bin" >guestfsd: main_loop: new request, len 0x30 >guestfsd: main_loop: proc 270 (is_symlink) took 0.00 seconds >libguestfs: trace: is_symlink = 1 >libguestfs: trace: is_dir "/usr/bin" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >libguestfs: trace: is_dir = 1 >libguestfs: trace: is_file "/etc/fstab" >guestfsd: main_loop: new request, len 0x3c >libguestfs: trace: is_file = 1 >libguestfs: trace: is_file "/etc/lsb-release" "followsymlinks:true" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/etc/oracle-release" "followsymlinks:true" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/etc/redhat-release" "followsymlinks:true" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 1 >libguestfs: trace: filesize "/etc/redhat-release" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 218 (filesize) took 0.00 seconds >libguestfs: trace: filesize = 52 >libguestfs: trace: head_n 1 "/etc/redhat-release" >guestfsd: main_loop: new request, len 0x44 >head -n 1 >libguestfs: trace: head_n = ["Red Hat Enterprise Linux Server release 7.0 (Maipo)"] >libguestfs: trace: is_file "/bin/bash" >guestfsd: main_loop: proc 122 (head_n) took 0.00 seconds >guestfsd: main_loop: new request, len 0x3c >libguestfs: trace: is_file = 1 >libguestfs: trace: file_architecture "/bin/bash" >libguestfs: trace: file "/bin/bash" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x38 >file -zb /sysroot/bin/bash >libguestfs: trace: file = "ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x6014d0d9d59fe7f78d8e887ade5243b48020e06b, stripped" >libguestfs: trace: file_architecture = "x86_64" >libguestfs: trace: is_file "/etc/fstab" "followsymlinks:true" >guestfsd: main_loop: proc 49 (file) took 0.01 seconds >guestfsd: main_loop: new request, len 0x3c >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 1 >libguestfs: trace: filesize "/etc/fstab" >guestfsd: main_loop: new request, len 0x38 >guestfsd: main_loop: proc 218 (filesize) took 0.00 seconds >libguestfs: trace: filesize = 465 >libguestfs: trace: is_file "/etc/mdadm.conf" "followsymlinks:true" >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: aug_init "/" 48 >guestfsd: main_loop: new request, len 0x34 >augeas version: 1.1.0 >guestfsd: main_loop: proc 16 (aug_init) took 0.78 seconds >libguestfs: trace: aug_init = 0 >libguestfs: augeas pathexpr = /augeas/load/*[ "/etc/fstab/" !~ regexp('^') + glob(incl) + regexp('/.*') and "/etc/mdadm.conf/" !~ regexp('^') + glob(incl) + regexp('/.*') ] >libguestfs: trace: aug_rm "/augeas/load/*[ "/etc/fstab/" !~ regexp('^') + glob(incl) + regexp('/.*') and "/etc/mdadm.conf/" !~ regexp('^') + glob(incl) + regexp('/.*') ]" >guestfsd: main_loop: new request, len 0xbc >libguestfs: trace: aug_rm = 1234 >libguestfs: trace: aug_load >guestfsd: main_loop: proc 22 (aug_rm) took 0.07 seconds >guestfsd: main_loop: new request, len 0x28 >libguestfs: trace: aug_load = 0 >libguestfs: trace: list_md_devices >guestfsd: main_loop: proc 27 (aug_load) took 0.00 seconds >guestfsd: main_loop: new request, len 0x28 >guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds >libguestfs: trace: list_md_devices = [] >libguestfs: trace: aug_match "/files/etc/fstab/*[label() != '#comment']" >guestfsd: main_loop: new request, len 0x58 >guestfsd: main_loop: proc 24 (aug_match) took 0.00 seconds >libguestfs: trace: aug_match = ["/files/etc/fstab/1", "/files/etc/fstab/2", "/files/etc/fstab/3"] >libguestfs: trace: aug_get "/files/etc/fstab/1/spec" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "/dev/mapper/rhel-root" >libguestfs: trace: aug_get "/files/etc/fstab/1/file" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "/" >libguestfs: trace: exists "/dev/mapper/rhel-root" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 36 (exists) took 0.00 seconds >libguestfs: trace: exists = 0 >libguestfs: trace: aug_get "/files/etc/fstab/1/vfstype" >guestfsd: main_loop: new request, len 0x48 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "xfs" >libguestfs: fstab: mountable=/dev/mapper/rhel-root mountpoint=/ >libguestfs: trace: aug_get "/files/etc/fstab/2/spec" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "UUID=a56cf172-9f0b-49dc-be05-6450161c47af" >libguestfs: trace: aug_get "/files/etc/fstab/2/file" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "/boot" >libguestfs: trace: findfs_uuid "a56cf172-9f0b-49dc-be05-6450161c47af" >guestfsd: main_loop: new request, len 0x50 >findfs UUID=a56cf172-9f0b-49dc-be05-6450161c47af >libguestfs: trace: findfs_uuid = "/dev/sda1" >libguestfs: trace: aug_get "/files/etc/fstab/2/vfstype" >guestfsd: main_loop: proc 265 (findfs_uuid) took 0.00 seconds >guestfsd: main_loop: new request, len 0x48 >guestfsd: main_loop: proc 19 (aulibguestfs: trace: aug_get = "xfs" >libguestfs: fstab: mountable=/dev/sda1 mountpoint=/boot >libguestfs: trace: aug_get "/files/etc/fstab/3/spec" >g_get) took 0.00 seconds >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "/dev/mapper/rhel-swap" >libguestfs: trace: aug_get "/files/etc/fstab/3/file" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "swap" >libguestfs: trace: exists "/dev/mapper/rhel-swap" >guestfsd: main_loop: new request, len 0x44 >guestfsd: main_loop: proc 36 (exists) took 0.00 seconds >libguestfs: trace: exists = 0 >libguestfs: trace: aug_get "/files/etc/fstab/3/vfstype" >guestfsd: main_loop: new request, len 0x48 >guestfsd: main_loop: proc 19 (aug_get) took 0.00 seconds >libguestfs: trace: aug_get = "swap" >libguestfs: fstab: mountable=/dev/mapper/rhel-swap mountpoint=swap >libguestfs: trace: aug_close >guestfsd: main_loop: new request, len 0x28 >libguestfs: trace: aug_close = 0 >libguestfs: trace: is_file "/etc/HOSTNAME" >guestfsd: main_loop: proc 26 (aug_close) took 0.15 seconds >guestfsd: main_loop: new request, len 0x40 >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/etc/hostname" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x40 >libguestfs: trace: is_file = 1 >libguestfs: trace: filesize "/etc/hostname" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x3c >guestfsd: main_loop: proc 218 (filesize) took 0.00 secondslibguestfs: trace: filesize = 22 >libguestfs: trace: head_n 1 "/etc/hostname" > >guestfsd: main_loop: new request, len 0x40 >head -n 1 >libguestfs: trace: head_n = ["localhost.localdomain"] >libguestfs: trace: umount_all >guestfsd: main_loop: proc 122 (head_n) took 0.00 seconds >guestfsd: main_loop: new request, len 0x28 >umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0 >umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97928k,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242460k,nr_inodes=60615,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/mapper/rhel-root dir=/sysroot type=xfs opts=ro,relatime,attr2,inode64,noquota freq=0 passno=0 >umount /sysroot >libguestfs: trace: umount_all = 0 >libguestfs: trace: vfs_type "/dev/rhel/swap" >guestfsd: main_loop: proc 47 (umount_all) took 0.07 seconds >guestfsd: main_loop: new request, len 0x3c >blkid -c /dev/null -o value -s TYPE /dev/rhel/swap >libguestfs: trace: vfs_type = "swap" >libguestfs: check_for_filesystem_on: /dev/rhel/swap (swap) >libguestfs: trace: inspect_get_roots >libguestfs: trace: inspect_get_roots = ["/dev/rhel/root"] >libguestfs: trace: inspect_os = ["/dev/rhel/root"] >libguestfs: trace: inspect_get_mountpoints "/dev/rhel/root" >libguestfs: trace: inspect_get_mountpoints = ["/", "/dev/mapper/rhel-root", "/boot", "/dev/sda1"] >libguestfs: trace: mount "/dev/mapper/rhel-root" "/" >guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds >guestfsd: main_loop: new request, len 0x4c >mount -o /dev/mapper/rhel-root /sysroot/ >[ 5.714481] XFS (dm-1): Mounting Filesystem >[ 5.895842] XFS (dm-1): Ending clean mount >libguestfs: trace: mount = 0 >libguestfs: trace: mount "/dev/sda1" "/boot" >guestfsd: main_loop: proc 1 (mount) took 0.20 seconds >guestfsd: main_loop: new request, len 0x44 >mount -o /dev/sda1 /sysroot/boot >[ 5.921656] XFS (sda1): Mounting Filesystem >[ 6.219363] XFS (sda1): Ending clean mount >libguestfs: trace: mount = 0 >libguestfs: trace: inspect_get_type "/dev/rhel/root" >libguestfs: trace: inspect_get_type = "linux" >libguestfs: trace: is_dir "/tmp" "followsymlinks:true" >guestfsd: main_loop: proc 1 (mount) took 0.32 seconds >guestfsd: main_loop: new request, len 0x34 >libguestfs: trace: is_dir = 1 >[ 9.0] Setting a random seed >libguestfs: trace: inspect_get_type "/dev/rhel/root" >libguestfs: trace: inspect_get_type = "linux" >libguestfs: trace: is_file "/var/lib/random-seed" >guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds >guestfsd: main_loop: new request, len 0x44 >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/var/lib/systemd/random-seed" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x4c >libguestfs: trace: is_file = 1 >libguestfs: trace: is_file "/var/lib/systemd/random-seed" >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >guestfsd: main_loop: new request, len 0x4c >guestfsd: main_loop: proc 37 (is_file) took 0.00 secondslibguestfs: trace: is_file = 1 >libguestfs: trace: filesize "/var/lib/systemd/random-seed" > >guestfsd: main_loop: new request, len 0x48 >guestfsd: main_loop: proc 218 (filesize) took 0.00 seconds >libguestfs: trace: filesize = 512 >libguestfs: trace: truncate "/var/lib/systemd/random-seed" >guestfsd: main_loop: new request, len 0x48 >libguestfs: trace: truncate = 0 >libguestfs: trace: write_append "/var/lib/systemd/random-seed" "\x98\x93F\xe5i\xa2aX\x99:\x1e{\x9c\xd8\x04\xc82\x01\xed\x9e\xb0j\x84\xc8\x7f6\x85&\x06\xa4]h?\xdb\x81\x1b\x1a;\xa3\x1cw>\x9eC\xd2^5\x9b\x02\xc1\xc4e\x15b\xd6\xc0\x15ad~\xd9c\x1aZ^\xbb\xae\xb6\xd7\xc6\x92\xa9n\xf6\xdeSld\xd00u\x13\xcb\x99\xaf\x196\x87i\x90B\x16\xdbM5\x869\xb9\x015\x1c\x1a\xff\x84+g\x8c\xa9C\x87\xa5\xb3\xc7\x00/#%\xb4\xcc~\x0am\x1b\x11rM\x00zFa\x0c\x14\xa616\x86$\xee-\xf0.@S`\xf8\x05iW\x8e&#\xe0\x9e\x10\xa0V\x84\x14\x00\x1e\xac4\xa6\xbb\x96\x82\xef\xccZ\xd3T\x1d\xa3\xd8\x91\x12\x06\xa5X\x1d\xf3C;\x8d\xa8\xda\x11\xbf\xff\x9f\xdb\xd2d\xfc\xed\x05h81\xfa\xcao\xcf\xd4-q/\x00\x00\x91"\xaf/?\xea \x03\xd0R\xe2\xd0\xbe"\x0b\xca\x7f\xac\x84\x02\xc2\x14\x1b\x99\x9c\x93\xba\xb7#\x04\xe1,\xefu\x13wtMT;\xe0^F7^\xfc*"<truncated, original size 512 bytes> >libguestfs: trace: internal_write_append "/var/lib/systemd/random-seed" "\x98\x93F\xe5i\xa2aX\x99:\x1e{\x9c\xd8\x04\xc82\x01\xed\x9e\xb0j\x84\xc8\x7f6\x85&\x06\xa4]h?\xdb\x81\x1b\x1a;\xa3\x1cw>\x9eC\xd2^5\x9b\x02\xc1\xc4e\x15b\xd6\xc0\x15ad~\xd9c\x1aZ^\xbb\xae\xb6\xd7\xc6\x92\xa9n\xf6\xdeSld\xd00u\x13\xcb\x99\xaf\x196\x87i\x90B\x16\xdbM5\x869\xb9\x015\x1c\x1a\xff\x84+g\x8c\xa9C\x87\xa5\xb3\xc7\x00/#%\xb4\xcc~\x0am\x1b\x11rM\x00zFa\x0c\x14\xa616\x86$\xee-\xf0.@S`\xf8\x05iW\x8e&#\xe0\x9e\x10\xa0V\x84\x14\x00\x1e\xac4\xa6\xbb\x96\x82\xef\xccZ\xd3T\x1d\xa3\xd8\x91\x12\x06\xa5X\x1d\xf3C;\x8d\xa8\xda\x11\xbf\xff\x9f\xdb\xd2d\xfc\xed\x05h81\xfa\xcao\xcf\xd4-q/\x00\x00\x91"\xaf/?\xea \x03\xd0R\xe2\xd0\xbe"\x0b\xca\x7f\xac\x84\x02\xc2\x14\x1b\x99\x9c\x93\xba\xb7#\x04\xe1,\xefu\x13wtMT;\xe0^F7^\xfc*"<truncated, original size 512 bytes> >guestfsd: main_loop: proc 199 (truncate) took 0.00 seconds >guestfsd: main_loop: new request, len 0x24c >guestfsd: main_loop: proc 290 (internal_write_append) took 0.00 seconds >libguestfs: trace: internal_write_append = 0 >libguestfs: trace: write_append = 0 >libguestfs: trace: is_file "/var/lib/urandom/random-seed" >guestfsd: main_loop: new request, len 0x4c >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: is_file "/var/lib/misc/random-seed" >guestfsd: main_loop: new request, len 0x4c >guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds >libguestfs: trace: is_file = 0 >libguestfs: trace: inspect_get_type "/dev/rhel/root" >libguestfs: trace: inspect_get_type = "linux" >[ 9.0] Setting passwords >libguestfs: trace: inspect_get_distro "/dev/rhel/root" >libguestfs: trace: inspect_get_distro = "rhel" >libguestfs: trace: inspect_get_major_version "/dev/rhel/root" >libguestfs: trace: inspect_get_major_version = 7 >libguestfs: trace: mktemp "/etc/shadow.guestfsXXXXXX" >guestfsd: main_loop: new request, len 0x4c >libguestfs: trace: mktemp = "/etc/shadow.guestfs9LzdCL" >libguestfs: trace: write "/etc/shadow.guestfs9LzdCL" "*" >libguestfs: trace: internal_write "/etc/shadow.guestfs9LzdCL" "*" >guestfsd: main_loop: proc 373 (mktemp) took 0.00 seconds >guestfsd: main_loop: new request, len 0x50 >guestfsd: main_loop: proc 246 (internal_write) took 0.00 seconds >libguestfs: trace: internal_write = 0 >libguestfs: trace: write = 0 >libguestfs: trace: copy_attributes "/etc/shadow" "/etc/shadow.guestfs9LzdCL" "all:true" >guestfsd: main_loop: new request, len 0x68 >libguestfs: trace: copy_attributes = 0 >libguestfs: trace: aug_init "/" 0 >guestfsd: main_loop: proc 415 (copy_attributes) took 0.00 seconds >guestfsd: main_loop: new request, len 0x34 >libguestfs: trace: aug_init = 0 >libguestfs: trace: aug_ls "/files/etc/shadow" >guestfsd: main_loop: proc 16 (aug_init) took 2.53 seconds >guestfsd: main_loop: new request, len 0x40 >guestfsd: main_loop: proc 28 (aug_ls) took 0.00 seconds >libguestfs: trace: aug_ls = [] >libguestfs: trace: aug_save >guestfsd: main_loop: new request, len 0x28 >libguestfs: trace: aug_save = 0 >libguestfs: trace: aug_close >guestfsd: main_loop: proc 25 (aug_save) took 0.00 seconds >guestfsd: main_loop: new request, len 0x28 >libguestfs: trace: aug_close = 0 >libguestfs: trace: copy_attributes "/etc/shadow.guestfs9LzdCL" "/etc/shadow" "all:true" >guestfsd: main_loop: proc 26 (aug_close) took 0.08 seconds >guestfsd: main_loop: new request, len 0x68 >guestfsd: main_loop: proc 415 (copy_attributes) took 0.00 seconds >libguestfs: trace: copy_attributes = 0 >libguestfs: trace: rm "/etc/shadow.guestfs9LzdCL" >guestfsd: main_loop: new request, len 0x48 >guestfsd: main_loop: proc 29 (rm) took 0.00 seconds >libguestfs: trace: rm = 0 >libguestfs: trace: download "/tmp/builder.log" "/dev/stderr" >guestfsd: main_loop: new request, len 0x3c >guestfsd: error: /tmp/builder.log: No such file or directory >guestfsd: main_loop: proc 67 (download) took 0.00 seconds >libguestfs: trace: download = -1 (error) >libguestfs: trace: debug "sh" "fuser -k /sysroot" >guestfsd: main_loop: new request, len 0x54 >/bin/sh -c fuser -k /sysroot >guestfsd: error: >guestfsd: main_loop: proc 76 (debug) took 0.02 secondslibguestfs: trace: debug = NULL (error) >libguestfs: trace: ping_daemon > >guestfsd: main_loop: new request, len 0x28 >guestfsd: main_loop: proc 92 (ping_daemon) took 0.00 seconds >libguestfs: trace: ping_daemon = 0 >libguestfs: trace: umount_all >guestfsd: main_loop: new request, len 0x28 >umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0 >umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97928k,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242460k,nr_inodes=60615,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/mapper/rhel-root dir=/sysroot type=xfs opts=rw,relatime,attr2,inode64,noquota freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot/boot type=xfs opts=rw,relatime,attr2,inode64,noquota freq=0 passno=0 >umount /sysroot/boot >umount /sysroot >libguestfs: trace: umount_all = 0 >[ 12.0] Finishing off >libguestfs: trace: shutdown >libguestfs: trace: internal_autosync >guestfsd: main_loop: proc 47 (umount_all) took 0.34 seconds >guestfsd: main_loop: new request, len 0x28 >umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0 >umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 >umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97928k,mode=755 freq=0 passno=0 >umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242460k,nr_inodes=60615,mode=755 freq=0 passno=0 >fsync /dev/sda >libguestfs: trace: internal_autosync = 0 >libguestfs: calling virDomainDestroy "guestfs-kcrqu5rvhtt87qpc" flags=VIR_DOMAIN_DESTROY_GRACEFUL >libguestfs: trace: shutdown = 0 >libguestfs: trace: close >libguestfs: closing guestfs handle 0x1c06c20 (state 0) >libguestfs: command: run: rm >libguestfs: command: run: \ -rf /tmp/libguestfsGatbZF >virt-customize: log file /tmp/builder.log: Guestfs.Error("download: /tmp/builder.log: No such file or directory") (ignored) >virt-customize: Guestfs.Error("debug: ") (ignored)
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 1147065
:
949652
| 949653