Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. #auto em1
  11. #iface em1 inet dhcp
  12.  
  13. # Bridged network
  14. auto br0
  15. iface br0 inet dhcp
  16.     bridge_ports em1
  17.     bridge_stp on
  18.     bridge_fd 0
  19.     bridge_maxwait 0
  20. $ ifconfig
  21. br0       Link encap:Ethernet  HWaddr f4:ce:46:b0:1e:f0  
  22.           inet addr:192.168.17.17  Bcast:192.168.17.255  Mask:255.255.255.0
  23.           inet6 addr: fe80::f6ce:46ff:feb0:1ef0/64 Scope:Link
  24.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  25.           RX packets:338237 errors:0 dropped:0 overruns:0 frame:0
  26.           TX packets:180207 errors:0 dropped:0 overruns:0 carrier:0
  27.           collisions:0 txqueuelen:0
  28.           RX bytes:460007814 (460.0 MB)  TX bytes:13900357 (13.9 MB)
  29.  
  30. em1       Link encap:Ethernet  HWaddr f4:ce:46:b0:1e:f0  
  31.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  32.           RX packets:338311 errors:0 dropped:0 overruns:0 frame:0
  33.           TX packets:181776 errors:0 dropped:0 overruns:0 carrier:0
  34.           collisions:0 txqueuelen:1000
  35.           RX bytes:464748748 (464.7 MB)  TX bytes:13985821 (13.9 MB)
  36.           Memory:c0400000-c0420000
  37.  
  38. lo        Link encap:Local Loopback  
  39.           inet addr:127.0.0.1  Mask:255.0.0.0
  40.           inet6 addr: ::1/128 Scope:Host
  41.           UP LOOPBACK RUNNING  MTU:65536  Metric:1
  42.           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
  43.           TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  44.           collisions:0 txqueuelen:0
  45.           RX bytes:1296 (1.2 KB)  TX bytes:1296 (1.2 KB)
  46.  
  47. $ uvt-kvm create secondtest --bridge br0
  48. $ uvt-kvm wait secondtest --insecure
  49. uvt-kvm: error: libvirt domain 'secondtest' has no NIC MACs available.
  50.  
  51. /var/log/libvirt/qemu$ sudo cat secondtest.log
  52. 2014-07-24 04:31:55.911+0000: starting up
  53. LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name secondtest -S -machine pc-i440fx-trusty,accel=kvm,usb=off -m 512 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 8d600b8b-d55e-42a1-ae31-14b6515e5482 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/secondtest.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/uvtool/libvirt/images/secondtest.qcow,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/var/lib/uvtool/libvirt/images/secondtest-ds.qcow,if=none,id=drive-virtio-disk1,format=raw -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -netdev tap,fd=28,id=hostnet0,vhost=on,vhostfd=30 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:b9:15:cd,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 127.0.0.1:1 -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
  54. char device redirected to /dev/pts/5 (label charserial0)
  55. qemu: terminating on signal 15 from pid 1395
  56. 2014-07-24 04:33:44.378+0000: shutting down
  57. 2014-07-24 04:34:40.223+0000: starting up
  58. LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name secondtest -S -machine pc-i440fx-trusty,accel=kvm,usb=off -m 512 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 9cd8dff3-3df0-4b60-b76f-b9e90328cb70 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/secondtest.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/uvtool/libvirt/images/secondtest.qcow,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/var/lib/uvtool/libvirt/images/secondtest-ds.qcow,if=none,id=drive-virtio-disk1,format=raw -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -netdev tap,fd=28,id=hostnet0,vhost=on,vhostfd=30 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:2d:9f:8d,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 127.0.0.1:1 -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
  59. char device redirected to /dev/pts/5 (label charserial0)
  60. qemu: terminating on signal 15 from pid 1395
  61. 2014-07-24 04:42:10.215+0000: shutting down
  62. 2014-07-24 04:42:25.331+0000: starting up
  63. LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name secondtest -S -machine pc-i440fx-trusty,accel=kvm,usb=off -m 512 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 45fa0463-8aa5-496e-a94f-ea7cf7b3e98a -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/secondtest.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/uvtool/libvirt/images/secondtest.qcow,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/var/lib/uvtool/libvirt/images/secondtest-ds.qcow,if=none,id=drive-virtio-disk1,format=raw -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -netdev tap,fd=28,id=hostnet0,vhost=on,vhostfd=30 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:28:5b:2c,bus=pci.0,addr=0x3 -chardev stdio,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 127.0.0.1:1 -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
  64. [    0.000000] Initializing cgroup subsys cpuset
  65. [    0.000000] Initializing cgroup subsys cpu
  66. [    0.000000] Initializing cgroup subsys cpuacct
  67. [    0.000000] Linux version 3.13.0-29-generic (buildd@toyol) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 (Ubuntu 3.13.0-29.53-generic 3.13.11.2)
  68. [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  69. [    0.000000] KERNEL supported cpus:
  70. [    0.000000]   Intel GenuineIntel
  71. [    0.000000]   AMD AuthenticAMD
  72. [    0.000000]   Centaur CentaurHauls
  73. [    0.000000] e820: BIOS-provided physical RAM map:
  74. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
  75. [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
  76. [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
  77. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffdfff] usable
  78. [    0.000000] BIOS-e820: [mem 0x000000001fffe000-0x000000001fffffff] reserved
  79. [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
  80. [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
  81. [    0.000000] NX (Execute Disable) protection: active
  82. [    0.000000] SMBIOS 2.4 present.
  83. [    0.000000] Hypervisor detected: KVM
  84. [    0.000000] No AGP bridge found
  85. [    0.000000] e820: last_pfn = 0x1fffe max_arch_pfn = 0x400000000
  86. [    0.000000] PAT not supported by CPU.
  87. [    0.000000] found SMP MP-table at [mem 0x000f0b50-0x000f0b5f] mapped at [ffff8800000f0b50]
  88. [    0.000000] Scanning 1 areas for low memory corruption
  89. [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  90. [    0.000000] init_memory_mapping: [mem 0x1fc00000-0x1fdfffff]
  91. [    0.000000] init_memory_mapping: [mem 0x1c000000-0x1fbfffff]
  92. [    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
  93. [    0.000000] init_memory_mapping: [mem 0x1fe00000-0x1fffdfff]
  94. [    0.000000] RAMDISK: [mem 0x1f1f3000-0x1f8defff]
  95. [    0.000000] ACPI: RSDP 00000000000f09c0 000014 (v00 BOCHS )
  96. [    0.000000] ACPI: RSDT 000000001ffffbc1 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
  97. [    0.000000] ACPI: FACP 000000001ffff1c0 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
  98. [    0.000000] ACPI: DSDT 000000001fffe040 001180 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
  99. [    0.000000] ACPI: FACS 000000001fffe000 000040
  100. [    0.000000] ACPI: SSDT 000000001ffff234 0008DD (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
  101. [    0.000000] ACPI: APIC 000000001ffffb11 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
  102. [    0.000000] ACPI: HPET 000000001ffffb89 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
  103. [    0.000000] No NUMA configuration found
  104. [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001fffdfff]
  105. [    0.000000] Initmem setup node 0 [mem 0x00000000-0x1fffdfff]
  106. [    0.000000]   NODE_DATA [mem 0x1fff9000-0x1fffdfff]
  107. [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
  108. [    0.000000] kvm-clock: cpu 0, msr 0:1fff5001, boot clock
  109. [    0.000000] Zone ranges:
  110. [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
  111. [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
  112. [    0.000000]   Normal   empty
  113. [    0.000000] Movable zone start for each node
  114. [    0.000000] Early memory node ranges
  115. [    0.000000]   node   0: [mem 0x00001000-0x0009efff]
  116. [    0.000000]   node   0: [mem 0x00100000-0x1fffdfff]
  117. [    0.000000] ACPI: PM-Timer IO Port: 0xb008
  118. [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  119. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
  120. [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
  121. [    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
  122. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  123. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
  124. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  125. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
  126. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
  127. [    0.000000] Using ACPI (MADT) for SMP configuration information
  128. [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  129. [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
  130. [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  131. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
  132. [    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
  133. [    0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices
  134. [    0.000000] Booting paravirtualized kernel on KVM
  135. [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
  136. [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001fc00000 s86336 r8192 d24256 u2097152
  137. [    0.000000] kvm-clock: cpu 0, msr 0:1fff5001, primary cpu clock
  138. [    0.000000] KVM setup async PF for cpu 0
  139. [    0.000000] kvm-stealtime: cpu 0, msr 1fc0dfc0
  140. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 128903
  141. [    0.000000] Policy zone: DMA32
  142. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  143. [    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
  144. [    0.000000] Checking aperture...
  145. [    0.000000] No AGP bridge found
  146. [    0.000000] Memory: 491864K/523888K available (7356K kernel code, 1142K rwdata, 3396K rodata, 1332K init, 1440K bss, 32024K reserved)
  147. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  148. [    0.000000] Hierarchical RCU implementation.
  149. [    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
  150. [    0.000000]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
  151. [    0.000000]  Offload RCU callbacks from all CPUs
  152. [    0.000000]  Offload RCU callbacks from CPUs: 0.
  153. [    0.000000] NR_IRQS:16640 nr_irqs:256 16
  154. [    0.000000] Console: colour VGA+ 80x25
  155. [    0.000000] console [tty1] enabled
  156. [    0.000000] console [ttyS0] enabled
  157. [    0.000000] allocated 2097152 bytes of page_cgroup
  158. [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  159. [    0.000000] tsc: Detected 2266.742 MHz processor
  160. [    0.008000] Calibrating delay loop (skipped) preset value.. 4533.48 BogoMIPS (lpj=9066968)
  161. [    0.008000] pid_max: default: 32768 minimum: 301
  162. [    0.008027] Security Framework initialized
  163. [    0.009195] AppArmor: AppArmor initialized
  164. [    0.010328] Yama: becoming mindful.
  165. [    0.012084] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  166. [    0.014022] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  167. [    0.016084] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
  168. [    0.017735] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
  169. [    0.019692] Initializing cgroup subsys memory
  170. [    0.020011] Initializing cgroup subsys devices
  171. [    0.021220] Initializing cgroup subsys freezer
  172. [    0.022419] Initializing cgroup subsys blkio
  173. [    0.024006] Initializing cgroup subsys perf_event
  174. [    0.025275] Initializing cgroup subsys hugetlb
  175. [    0.026555] mce: CPU supports 10 MCE banks
  176. [    0.028056] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
  177. [    0.028056] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
  178. [    0.028056] tlb_flushall_shift: 6
  179. [    0.048499] Freeing SMP alternatives memory: 32K (ffffffff81e6c000 - ffffffff81e74000)
  180. [    0.055449] ACPI: Core revision 20131115
  181. [    0.056955] ACPI: All ACPI Tables successfully acquired
  182. [    0.058572] ftrace: allocating 28463 entries in 112 pages
  183. [    0.072329] Enabling x2apic
  184. [    0.073286] Enabled x2apic
  185. [    0.076005] Switched APIC routing to physical x2apic.
  186. [    0.078786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  187. [    0.080003] smpboot: CPU0: Intel QEMU Virtual CPU version 2.0.0 (fam: 06, model: 06, stepping: 03)
  188. [    0.090653] Performance Events: Broken PMU hardware detected, using software events only.
  189. [    0.093577] Failed to access perfctr msr (MSR c1 is 0)
  190. [    0.097449] x86: Booted up 1 node, 1 CPUs
  191. [    0.098564] smpboot: Total of 1 processors activated (4533.48 BogoMIPS)
  192. [    0.100337] NMI watchdog: disabled (cpu0): hardware events not enabled
  193. [    0.102016] devtmpfs: initialized
  194. [    0.107245] EVM: security.selinux
  195. [    0.108003] EVM: security.SMACK64
  196. [    0.108958] EVM: security.ima
  197. [    0.109856] EVM: security.capability
  198. [    0.112634] pinctrl core: initialized pinctrl subsystem
  199. [    0.114057] regulator-dummy: no parameters
  200. [    0.115267] RTC time:  4:42:27, date: 07/24/14
  201. [    0.116039] NET: Registered protocol family 16
  202. [    0.117325] cpuidle: using governor ladder
  203. [    0.118469] cpuidle: using governor menu
  204. [    0.120048] ACPI: bus type PCI registered
  205. [    0.121149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  206. [    0.122866] PCI: Using configuration type 1 for base access
  207. [    0.124716] bio: create slab <bio-0> at 0
  208. [    0.125953] ACPI: Added _OSI(Module Device)
  209. [    0.127100] ACPI: Added _OSI(Processor Device)
  210. [    0.128003] ACPI: Added _OSI(3.0 _SCP Extensions)
  211. [    0.129234] ACPI: Added _OSI(Processor Aggregator Device)
  212. [    0.133083] ACPI: Interpreter enabled
  213. [    0.134136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
  214. [    0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
  215. [    0.138563] ACPI: (supports S0 S3 S4 S5)
  216. [    0.140003] ACPI: Using IOAPIC for interrupt routing
  217. [    0.141301] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  218. [    0.144277] ACPI: No dock devices found.
  219. [    0.147969] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  220. [    0.148007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
  221. [    0.149682] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
  222. [    0.152084] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
  223. [    0.155128] acpiphp: Slot [3] registered
  224. [    0.156028] acpiphp: Slot [4] registered
  225. [    0.157141] acpiphp: Slot [5] registered
  226. [    0.158236] acpiphp: Slot [6] registered
  227. [    0.160028] acpiphp: Slot [7] registered
  228. [    0.161133] acpiphp: Slot [8] registered
  229. [    0.162244] acpiphp: Slot [9] registered
  230. [    0.163335] acpiphp: Slot [10] registered
  231. [    0.164027] acpiphp: Slot [11] registered
  232. [    0.165161] acpiphp: Slot [12] registered
  233. [    0.166280] acpiphp: Slot [13] registered
  234. [    0.168027] acpiphp: Slot [14] registered
  235. [    0.170655] acpiphp: Slot [15] registered
  236. [    0.171776] acpiphp: Slot [16] registered
  237. [    0.172027] acpiphp: Slot [17] registered
  238. [    0.173150] acpiphp: Slot [18] registered
  239. [    0.174272] acpiphp: Slot [19] registered
  240. [    0.176029] acpiphp: Slot [20] registered
  241. [    0.177146] acpiphp: Slot [21] registered
  242. [    0.178291] acpiphp: Slot [22] registered
  243. [    0.179410] acpiphp: Slot [23] registered
  244. [    0.180027] acpiphp: Slot [24] registered
  245. [    0.181149] acpiphp: Slot [25] registered
  246. [    0.182308] acpiphp: Slot [26] registered
  247. [    0.184030] acpiphp: Slot [27] registered
  248. [    0.185140] acpiphp: Slot [28] registered
  249. [    0.186260] acpiphp: Slot [29] registered
  250. [    0.187377] acpiphp: Slot [30] registered
  251. [    0.188029] acpiphp: Slot [31] registered
  252. [    0.189149] PCI host bridge to bus 0000:00
  253. [    0.190261] pci_bus 0000:00: root bus resource [bus 00-ff]
  254. [    0.192004] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
  255. [    0.193533] pci_bus 0000:00: root bus resource [io  0x0d00-0xadff]
  256. [    0.195056] pci_bus 0000:00: root bus resource [io  0xae0f-0xaeff]
  257. [    0.196004] pci_bus 0000:00: root bus resource [io  0xaf20-0xafdf]
  258. [    0.197528] pci_bus 0000:00: root bus resource [io  0xafe4-0xffff]
  259. [    0.200004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  260. [    0.201666] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff]
  261. [    0.216608] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
  262. [    0.218547] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
  263. [    0.271785] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
  264. [    0.273026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
  265. [    0.275063] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
  266. [    0.277036] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
  267. [    0.278999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
  268. [    0.280941] ACPI: Enabled 16 GPEs in block 00 to 0F
  269. [    0.282573] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  270. [    0.284003] vgaarb: loaded
  271. [    0.284852] vgaarb: bridge control possible 0000:00:02.0
  272. [    0.286328] SCSI subsystem initialized
  273. [    0.288055] ACPI: bus type USB registered
  274. [    0.289183] usbcore: registered new interface driver usbfs
  275. [    0.290573] usbcore: registered new interface driver hub
  276. [    0.292024] usbcore: registered new device driver usb
  277. [    0.293427] PCI: Using ACPI for IRQ routing
  278. [    0.294810] NetLabel: Initializing
  279. [    0.296003] NetLabel:  domain hash size = 128
  280. [    0.297146] NetLabel:  protocols = UNLABELED CIPSOv4
  281. [    0.298451] NetLabel:  unlabeled traffic allowed by default
  282. [    0.300064] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
  283. [    0.301812] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  284. [    0.304003] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
  285. [    0.309120] Switched to clocksource kvm-clock
  286. [    0.315080] AppArmor: AppArmor Filesystem Enabled
  287. [    0.316648] pnp: PnP ACPI init
  288. [    0.317735] ACPI: bus type PNP registered
  289. [    0.319725] pnp: PnP ACPI: found 7 devices
  290. [    0.320960] ACPI: bus type PNP unregistered
  291. [    0.327870] NET: Registered protocol family 2
  292. [    0.329178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  293. [    0.330889] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
  294. [    0.332499] TCP: Hash tables configured (established 4096 bind 4096)
  295. [    0.334074] TCP: reno registered
  296. [    0.335010] UDP hash table entries: 256 (order: 1, 8192 bytes)
  297. [    0.336484] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  298. [    0.338058] NET: Registered protocol family 1
  299. [    0.339233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  300. [    0.340736] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  301. [    0.342188] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  302. [    0.343968] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
  303. [    0.346146] Trying to unpack rootfs image as initramfs...
  304. [    0.473614] Freeing initrd memory: 7088K (ffff88001f1f3000 - ffff88001f8df000)
  305. [    0.475743] microcode: CPU0 sig=0x663, pf=0x1, revision=0x1
  306. [    0.477288] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  307. [    0.479514] Scanning for low memory corruption every 60 seconds
  308. [    0.481973] Initialise system trusted keyring
  309. [    0.483221] audit: initializing netlink socket (disabled)
  310. [    0.484659] type=2000 audit(1406176947.537:1): initialized
  311. [    0.511531] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  312. [    0.514001] zbud: loaded
  313. [    0.514941] VFS: Disk quotas dquot_6.5.2
  314. [    0.516203] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  315. [    0.518192] fuse init (API version 7.22)
  316. [    0.519342] msgmni has been set to 974
  317. [    0.520481] Key type big_key registered
  318. [    0.521772] Key type asymmetric registered
  319. [    0.522909] Asymmetric key parser 'x509' registered
  320. [    0.524234] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  321. [    0.526247] io scheduler noop registered
  322. [    0.527322] io scheduler deadline registered (default)
  323. [    0.528727] io scheduler cfq registered
  324. [    0.529849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  325. [    0.531261] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  326. [    0.532961] ipmi message handler version 39.2
  327. [    0.534183] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
  328. [    0.536172] ACPI: Power Button [PWRF]
  329. [    0.537300] GHES: HEST is not enabled!
  330. [    0.538740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
  331. [    0.542521] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
  332. [    0.545677] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
  333. [    0.548231] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  334. [    0.575536] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
  335. [    0.578571] Linux agpgart interface v0.103
  336. [    0.581082] brd: module loaded
  337. [    0.582935] loop: module loaded
  338. [    0.584282] blk-mq: CPU -> queue map
  339. [    0.585293]   CPU 0 -> Queue 0
  340. [    0.586574]  vda: vda1
  341. [    0.588733] blk-mq: CPU -> queue map
  342. [    0.589747]   CPU 0 -> Queue 0
  343. [    0.591374]  vdb: unknown partition table
  344. [    0.594768] scsi0 : ata_piix
  345. [    0.595693] scsi1 : ata_piix
  346. [    0.596658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14
  347. [    0.598308] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15
  348. [    0.600685] libphy: Fixed MDIO Bus: probed
  349. [    0.601875] tun: Universal TUN/TAP device driver, 1.6
  350. [    0.603183] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  351. [    0.616426] PPP generic driver version 2.4.2
  352. [    0.617897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  353. [    0.619806] ehci-pci: EHCI PCI platform driver
  354. [    0.621654] ehci-platform: EHCI generic platform driver
  355. [    0.623785] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  356. [    0.626246] ohci-pci: OHCI PCI platform driver
  357. [    0.628167] ohci-platform: OHCI generic platform driver
  358. [    0.630292] uhci_hcd: USB Universal Host Controller Interface driver
  359. [    0.633887] uhci_hcd 0000:00:01.2: UHCI Host Controller
  360. [    0.635228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
  361. [    0.637286] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
  362. [    0.638801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
  363. [    0.640678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  364. [    0.642798] usb usb1: Product: UHCI Host Controller
  365. [    0.644246] usb usb1: Manufacturer: Linux 3.13.0-29-generic uhci_hcd
  366. [    0.645899] usb usb1: SerialNumber: 0000:00:01.2
  367. [    0.647340] hub 1-0:1.0: USB hub found
  368. [    0.648438] hub 1-0:1.0: 2 ports detected
  369. [    0.649731] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
  370. [    0.652819] serio: i8042 KBD port at 0x60,0x64 irq 1
  371. [    0.654226] serio: i8042 AUX port at 0x60,0x64 irq 12
  372. [    0.655824] mousedev: PS/2 mouse device common for all mice
  373. [    0.657861] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
  374. [    0.660418] rtc_cmos 00:00: RTC can wake from S4
  375. [    0.662100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
  376. [    0.663823] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs
  377. [    0.665979] device-mapper: uevent: version 1.0.3
  378. [    0.667343] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
  379. [    0.669787] ledtrig-cpu: registered to indicate activity on CPUs
  380. [    0.671456] TCP: cubic registered
  381. [    0.672610] NET: Registered protocol family 10
  382. [    0.674094] NET: Registered protocol family 17
  383. [    0.675428] Key type dns_resolver registered
  384. [    0.676814] Loading compiled-in X.509 certificates
  385. [    0.679091] Loaded X.509 cert 'Magrathea: Glacier signing key: 6602cb36f1313bea01c4bda96567cfa723c970d8'
  386. [    0.681872] registered taskstats version 1
  387. [    0.685276] Key type trusted registered
  388. [    0.688293] Key type encrypted registered
  389. [    0.691173] AppArmor: AppArmor sha1 policy hashing enabled
  390. [    0.692837] IMA: No TPM chip found, activating TPM-bypass!
  391. [    0.694728] regulator-dummy: disabling
  392. [    0.695927]   Magic number: 6:914:717
  393. [    0.697240] rtc_cmos 00:00: setting system clock to 2014-07-24 04:42:27 UTC (1406176947)
  394. [    0.699579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  395. [    0.701363] EDD information not available.
  396. [    0.758709] Freeing unused kernel memory: 1332K (ffffffff81d1f000 - ffffffff81e6c000)
  397. [    0.762105] Write protecting the kernel read-only data: 12288k
  398. [    0.766643] Freeing unused kernel memory: 824K (ffff880001732000 - ffff880001800000)
  399. [    0.772038] Freeing unused kernel memory: 700K (ffff880001b51000 - ffff880001c00000)
  400. Loading, please wait...
  401. [    0.792174] systemd-udevd[95]: starting version 204
  402. [    0.829005] FDC 0 is a S82078B
  403. [    1.472239] tsc: Refined TSC clocksource calibration: 2266.744 MHz
  404. [    1.866924] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
  405. Begin: Loading essential drivers ... done.
  406. Begin: Running /scripts/init-premount ... done.
  407. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  408. Begin: Running /scripts/local-premount ... done.
  409. [    2.252836] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
  410. Begin: Running /scripts/local-bottom ... done.
  411. done.
  412. Begin: Running /scripts/init-bottom ... done.
  413. [    2.362444] random: init urandom read with 10 bits of entropy available
  414.  * Starting Initialize or finalize resolvconf                            [ OK ]
  415. [    2.717955] EXT4-fs (vda1): re-mounted. Opts: (null)
  416.  * Stopping Track if upstart is running in a container                   [ OK ]
  417.  * Starting Signal sysvinit that the rootfs is mounted                   [ OK ]
  418.  * Starting set console keymap                                           [ OK ]
  419.  * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]
  420.  * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]
  421.  * Starting Bridge udev events into upstart                              [ OK ]
  422.  * Starting device node and kernel event manager                         [ OK ]
  423.  * Starting Signal sysvinit that remote filesystems are mounted          [ OK ]
  424.  * Starting Clean /tmp directory                                         [ OK ]
  425.  * Starting load modules from /etc/modules                               [ OK ]
  426.  * Starting cold plug devices                                            [ OK ]
  427.  * Starting log initial device creation                                  [ OK ]
  428.  * Stopping Clean /tmp directory                                         [ OK ]
  429.  * Stopping load modules from /etc/modules                               [ OK ]
  430.  * Stopping set console keymap                                           [ OK ]
  431.  * Starting Uncomplicated firewall                                       [ OK ]
  432. Cloud-init v. 0.7.5 running 'init-local' at Thu, 24 Jul 2014 04:42:30 +0000. Up 3.86 seconds.
  433.  * Starting configure network device security                            [ OK ]
  434.  * Starting configure network device security                            [ OK ]
  435.  * Starting Read required files in advance (for other mountpoints)       [fail]
  436.  * Stopping Read required files in advance (for other mountpoints)       [ OK ]
  437.  * Starting Mount network filesystems                                    [ OK ]
  438.  * Stopping Mount network filesystems                                    [ OK ]
  439.  * Starting Bridge socket events into upstart                            [ OK ]
  440.  * Starting configure network device                                     [ OK ]
  441. Jul 24 04:42:32 ubuntu pollinate[529]: ERROR: Network communication failed [6]\n04:42:32.838838 * Hostname was NOT found in DNS cache
  442.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  443.                                  Dload  Upload   Total   Spent    Left  Speed
  444.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     004:42:32.851628 * Could not resolve host: entropy.ubuntu.com
  445. 04:42:32.851699 * Closing connection 0
  446. curl: (6) Could not resolve host: entropy.ubuntu.com
  447. 2014-07-24 04:42:32,663 - util.py[WARNING]: Running seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/lib/python2.7/dist-packages/cloudinit/config/cc_seed_random.pyc'>) failed
  448.  * Stopping cold plug devices                                            [ OK ]
  449.  * Stopping log initial device creation                                  [ OK ]
  450.  * Starting enable remaining boot-time encrypted block devices           [ OK ]
  451.  * Starting Mount network filesystems                                    [ OK ]
  452.  * Stopping Mount network filesystems                                    [ OK ]
  453.  * Starting configure network device                                     [ OK ]
  454. Generating public/private rsa key pair.
  455. Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
  456. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
  457. <redacted>
  458. Generating public/private dsa key pair.
  459. Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
  460. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
  461. <redacted>
  462. Generating public/private ecdsa key pair.
  463. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
  464. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
  465. <redacted>
  466. Cloud-init v. 0.7.5 running 'init' at Thu, 24 Jul 2014 04:42:36 +0000. Up 9.54 seconds.
  467. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++
  468. ci-info: +--------+------+---------------+---------------+-------------------+
  469. ci-info: | Device |  Up  |    Address    |      Mask     |     Hw-Address    |
  470. ci-info: +--------+------+---------------+---------------+-------------------+
  471. ci-info: |   lo   | True |   127.0.0.1   |   255.0.0.0   |         .         |
  472. ci-info: |  eth0  | True | 192.168.17.13 | 255.255.255.0 | 52:54:00:28:5b:2c |
  473. ci-info: +--------+------+---------------+---------------+-------------------+
  474. ci-info: ++++++++++++++++++++++++++++++++Route info+++++++++++++++++++++++++++++++++
  475. ci-info: +-------+--------------+--------------+---------------+-----------+-------+
  476. ci-info: | Route | Destination  |   Gateway    |    Genmask    | Interface | Flags |
  477. ci-info: +-------+--------------+--------------+---------------+-----------+-------+
  478. ci-info: |   0   |   0.0.0.0    | 192.168.17.2 |    0.0.0.0    |    eth0   |   UG  |
  479. ci-info: |   1   | 192.168.17.0 |   0.0.0.0    | 255.255.255.0 |    eth0   |   U   |
  480. ci-info: +-------+--------------+--------------+---------------+-----------+-------+
  481.  * Starting Signal sysvinit that local filesystems are mounted           [ OK ]
  482.  * Starting configure network device security                            [ OK ]
  483.  * Stopping Mount filesystems on boot                                    [ OK ]
  484.  * Starting flush early job output to logs                               [ OK ]
  485.  * Stopping Failsafe Boot Delay                                          [ OK ]
  486.  * Starting D-Bus system message bus                                     [ OK ]
  487.  * Starting System V initialisation compatibility                        [ OK ]
  488.  * Stopping flush early job output to logs                               [ OK ]
  489.  * Starting SystemD login management service                             [ OK ]
  490.  * Starting configure virtual network devices                            [ OK ]
  491.  * Starting early crypto disks...                                        [ OK ] * Starting system logging daemon
  492.                                                                          [ OK ]
  493.  * Starting Seed the pseudo random number generator on first boot        [ OK ]
  494.  * Starting Handle applying cloud-config                                 [ OK ]
  495.  * Starting Bridge file events into upstart                              [ OK ]
  496. Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
  497.  * Starting AppArmor profiles                                            [ OK ]
  498.  * Stopping System V initialisation compatibility                        [ OK ]
  499. Cloud-init v. 0.7.5 running 'modules:config' at Thu, 24 Jul 2014 04:42:37 +0000. Up 10.49 seconds.
  500. open-vm-tools: not starting as this is not a VMware VM
  501. landscape-client is not configured, please run landscape-config.
  502.  * Starting System V runlevel compatibility                              [ OK ]
  503.  * Starting deferred execution scheduler                                 [ OK ]
  504.  * Starting regular background program processing daemon                 [ OK ]
  505.  * Starting ACPI daemon                                                  [ OK ]
  506.  * Starting save kernel messages                                         [ OK ]
  507.  * Starting OpenSSH server                                               [ OK ]
  508.  * Stopping save kernel messages                                         [ OK ]
  509.  * Stopping CPU interrupts balancing daemon                              [ OK ]
  510.  * Restoring resolver state...                                           [ OK ]
  511.  * Starting automatic crash report generation                            [ OK ]
  512.  * Stopping System V runlevel compatibility                              [ OK ]
  513. Generating locales...
  514.   en_US.UTF-8... up-to-date
  515. Generation complete.
  516.  
  517. Ubuntu 14.04 LTS secondtest ttyS0
  518.  
  519. secondtest login: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 24 Jul 2014 04:42:38 +0000. Up 12.16 seconds.
  520. ci-info: ++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++++
  521. ci-info: +---------+-------------------------------------------------+---------+--------------+
  522. ci-info: | Keytype |                Fingerprint (md5)                | Options |   Comment    |
  523. ci-info: +---------+-------------------------------------------------+---------+--------------+
  524. <redacted>
  525. ci-info: +---------+-------------------------------------------------+---------+--------------+
  526. ec2:
  527. ec2: #############################################################
  528. ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
  529. <redacted>
  530. ec2: -----END SSH HOST KEY FINGERPRINTS-----
  531. ec2: #############################################################
  532. -----BEGIN SSH HOST KEY KEYS-----
  533. <redacated>
  534. -----END SSH HOST KEY KEYS-----
  535. Cloud-init v. 0.7.5 finished at Thu, 24 Jul 2014 04:42:39 +0000. Datasource DataSourceNoCloud [seed=/dev/vdb][dsmode=local].  Up 12.29 seconds
  536. /var/log/libvirt/qemu$
  537.  
  538.  
  539. $ uvt-kvm list
  540. setlocale: No such file or directory
  541. firsttest
  542. secondtest
  543. $ uvt-kvm ip secondtest
  544. uvt-kvm: error: no IP address found for libvirt machine 'secondtest'.
  545. $ ping 192.168.17.13   # from log file above
  546. PING 192.168.17.13 (192.168.17.13) 56(84) bytes of data.
  547. 64 bytes from 192.168.17.13: icmp_seq=1 ttl=64 time=0.343 ms
  548. 64 bytes from 192.168.17.13: icmp_seq=2 ttl=64 time=0.292 ms
  549. 64 bytes from 192.168.17.13: icmp_seq=3 ttl=64 time=0.224 ms
  550. ^C
  551. --- 192.168.17.13 ping statistics ---
  552. 3 packets transmitted, 3 received, 0% packet loss, time 1999ms
  553. rtt min/avg/max/mdev = 0.224/0.286/0.343/0.050 ms
  554. $ ssh ubuntu@192.168.17.13
  555. Enter passphrase for key '/home/<redacted>/.ssh/id_rsa':
  556. Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-29-generic x86_64)
  557.  
  558.  * Documentation:  https://help.ubuntu.com/
  559.  
  560.   System information as of Thu Jul 24 04:50:13 UTC 2014
  561.  
  562.   System load:  0.0              Processes:           68
  563.   Usage of /:   9.4% of 7.84GB   Users logged in:     0
  564.   Memory usage: 10%              IP address for eth0: 192.168.17.13
  565.   Swap usage:   0%
  566.  
  567.   Graph this data and manage this system at:
  568.     https://landscape.canonical.com/
  569.  
  570.   Get cloud support with Ubuntu Advantage Cloud Guest:
  571.     http://www.ubuntu.com/business/services/cloud
  572.  
  573. 0 packages can be updated.
  574. 0 updates are security updates.
  575.  
  576.  
  577. Last login: Thu Jul 24 04:50:18 2014 from <redacted>
  578. ubuntu@secondtest:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement