← Back to team overview

ubuntu-phone team mailing list archive

Ubuntu emulator hangs on boot w 100+% cpu - no device kits - cannot create from command line, only SDK

 

I've checked the emulator docs on ubuntu devel web and askubuntu, but
can't find anything addressing emulator problems, so I'm posting it
here.



When installing emulator from Android SDK and trying to run, the armhf
just hangs even after 12 minutes. The i386 comes up after a couple of
minutes. But both of them are using 100% + of my CPU, with the fan going
nuts. I've attached the output from starting the emulators from command
line.

---

Trying to add a device kit for the emulators generates error "the
supported framework is not known" (see attached screenshot), although
the emulator setup docs don't describe any additional steps to be made
other than the normal menu setup.

---

Also, trying to make an emulator from command line ends in this:

lash@CANTANDO ~ $ sudo ubuntu-emulator create testemu3 --arch=armhf
--channel=ubuntu-touch/stable/bq-aquaris.en 
Creating "testemu3" from ubuntu-touch/stable/bq-aquaris.en revision 14
Downloading...
31.62 MB / 31.62 MB [====================================] 100.00 %
669.31 KB/s 
282.00 MB / 282.00 MB [====================================] 100.00 %
1.20 MB/s 
Setting up...
Setting up a default password for phablet to: ''
No password supplied
No password supplied
No password supplied
chpasswd: (user phablet) pam_chauthtok() failed, error:
Authentication token manipulation error
chpasswd: (line 1, user phablet) password not changed

lash@CANTANDO ~ $ ubuntu-emulator run testemu3
open /home/lash/.local/share/ubuntu-emulator/testemu3/.device: no such
file or directory


Attachment: Screenshot - 05232015 - 09:11:52 AM.png
Description: PNG image

lash@CANTANDO ~ $ ubuntu-emulator run testemu2
emulator: autoconfig: -datadir /home/lash/.local/share/ubuntu-emulator/testemu2
emulator: Found target ABI=x86, architecture=x86
emulator: Found target API level: 19
emulator: using core hw config path: /home/lash/.local/share/ubuntu-emulator/testemu2/hardware-qemu.ini
emulator: keyset loaded from: /home/lash/.android/default.keyset
emulator: trying to load skin file '/usr/share/ubuntu-emulator/skins/EDGE/layout'
emulator: skin network speed: 'full'
emulator: skin network delay: 'none'
emulator: Using initial system image: /home/lash/.local/share/ubuntu-emulator/testemu2/system.img
emulator: autoconfig: -initdata /home/lash/.local/share/ubuntu-emulator/testemu2/userdata.img
emulator: WARNING: no Real SD Card found at '/home/lash/.local/share/ubuntu-emulator/testemu2/sdcardprime.img'
emulator: Physical RAM size: 512MB

emulator: Found target ABI=x86
Content of hardware configuration file:
  hw.cpu.arch = x86
  hw.ramSize = 512
  hw.screen = touch
  hw.mainKeys = yes
  hw.trackBall = yes
  hw.keyboard = no
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = yes
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  hw.sdCard.path = /home/lash/.local/share/ubuntu-emulator/testemu2/sdcard.img
  hw.sdCardPrime = yes
  disk.cachePartition = yes
  disk.cachePartition.path = /home/lash/.local/share/ubuntu-emulator/testemu2/cache.img
  disk.cachePartition.size = 66m
  hw.lcd.width = 480
  hw.lcd.height = 800
  hw.lcd.depth = 16
  hw.lcd.density = 160
  hw.lcd.backlight = yes
  hw.gpu.enabled = yes
  hw.camera.back = emulated
  hw.camera.front = none
  vm.heapSize = 48
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = yes
  hw.sensors.temperature = yes
  hw.useext4 = yes
  hw.bluetooth = yes
  kernel.path = /home/lash/.local/share/ubuntu-emulator/testemu2/ubuntu-kernel
  kernel.parameters =  androidboot.hardware=goldfish clocksource=pit
  disk.ramdisk.path = /home/lash/.local/share/ubuntu-emulator/testemu2/ramdisk.img
  disk.systemPartition.initPath = /home/lash/.local/share/ubuntu-emulator/testemu2/system.img
  disk.systemPartition.size = 200m
  disk.dataPartition.path = /home/lash/.local/share/ubuntu-emulator/testemu2/userdata.img
  disk.dataPartition.size = 200m
  avd.name = <build>
.
QEMU options list:
emulator: argv[00] = "/usr/share/android/emulator/out/host/linux-x86/bin/emulator-x86"
emulator: argv[01] = "-show-kernel"
emulator: argv[02] = "-android-hw"
emulator: argv[03] = "/home/lash/.local/share/ubuntu-emulator/testemu2/hardware-qemu.ini"
Concatenated QEMU options:
 /usr/share/android/emulator/out/host/linux-x86/bin/emulator-x86 -show-kernel -android-hw /home/lash/.local/share/ubuntu-emulator/testemu2/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: system,size=0xc800000,initfile=/home/lash/.local/share/ubuntu-emulator/testemu2/system.img,pagesize=512,extrasize=0
emulator: mapping 'system' NAND image to /tmp/android-lash/emulator-IbblSA
emulator: nand_add_dev: userdata,size=0xc800000,file=/home/lash/.local/share/ubuntu-emulator/testemu2/userdata.img,pagesize=512,extrasize=0
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '160'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '1'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: nand_add_dev: cache,size=0x4200000,file=/home/lash/.local/share/ubuntu-emulator/testemu2/cache.img,pagesize=512,extrasize=0
emulator: Initializing hardware OpenGLES emulation support
emulator: KVM mode auto-enabled!
emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 android.ifrename=eth1:rmnet0 android.ifrename=eth2:rmnet1 android.ifrename=eth3:rmnet2 android.ifrename=eth4:rmnet3 android.ifrename=eth5:wlan0 android.bluetooth=ttyS2 androidboot.hardware=goldfish clocksource=pit ndns=1
emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/bios.bin

emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/lib/pc-bios/bios.bin

emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/../usr/share/pc-bios/bios.bin

emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/vgabios-cirrus.bin

emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/lib/pc-bios/vgabios-cirrus.bin

emulator:     trying to find: /usr/share/android/emulator/out/host/linux-x86/bin/../usr/share/pc-bios/vgabios-cirrus.bin

serial0 console
emulator: Found ro.adb.qemud build property: 1
emulator: control console listening on port 5554, ADB on port 5555
emulator: sent '0012host:emulator:5555' to ADB server
emulator: ping program: /usr/share/android/emulator/out/host/linux-x86/bin/ddms
goldfish_fb_get_pixel_format:167: display surface,pixel format:
  bits/pixel:  16
  bytes/pixel: 2
  depth:       16
  red:         bits=5 mask=0xf800 shift=11 max=0x1f
  green:       bits=6 mask=0x7e0 shift=5 max=0x3f
  blue:        bits=5 mask=0x1f shift=0 max=0x1f
  alpha:       bits=0 mask=0x0 shift=0 max=0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.0-4-goldfish (buildd@klock) (gcc version 4.7.4 (Ubuntu/Linaro 4.7.4-2ubuntu1) ) #23-Ubuntu PREEMPT Mon Sep 22 18:28:35 UTC 2014
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 0000000020000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.4 present.
[    0.000000] last_pfn = 0x1fff0 max_arch_pfn = 0x100000
[    0.000000] init_memory_mapping: 0000000000000000-000000001fff0000
[    0.000000] RAMDISK: 1fb9c000 - 1fff0000
[    0.000000] ACPI Error: A valid RSDP was not found (20120320/tbxfroot-219)
[    0.000000] 511MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1fff0000
[    0.000000]   low ram: 0 - 1fff0000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001fff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0001fff0
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[    0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dffc0000)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129919
[    0.000000] Kernel command line: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 android.ifrename=eth1:rmnet0 android.ifrename=eth2:rmnet1 android.ifrename=eth3:rmnet2 android.ifrename=eth4:rmnet3 android.ifrename=eth5:wlan0 android.bluetooth=ttyS2 androidboot.hardware=goldfish clocksource=pit ndns=1
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 503636k/524224k available (5658k kernel code, 20136k reserved, 3241k data, 376k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffe3000 - 0xfffff000   ( 112 kB)
[    0.000000]     vmalloc : 0xe07f0000 - 0xfffe1000   ( 503 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[    0.000000]       .init : 0xc0ab2000 - 0xc0b10000   ( 376 kB)
[    0.000000]       .data : 0xc0786ac9 - 0xc0ab10c0   (3241 kB)
[    0.000000]       .text : 0xc0200000 - 0xc0786ac9   (5658 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1795.859 MHz processor.
[    0.010001] Calibrating delay loop (skipped), value calculated using timer frequency.. 3591.71 BogoMIPS (lpj=17958590)
[    0.010005] pid_max: default: 32768 minimum: 301
[    0.010026] Security Framework initialized
[    0.010050] AppArmor: AppArmor initialized
[    0.010051] Yama: becoming mindful.
[    0.010094] Mount-cache hash table entries: 512
[    0.010247] Initializing cgroup subsys cpuacct
[    0.010249] Initializing cgroup subsys devices
[    0.010250] Initializing cgroup subsys freezer
[    0.010252] Initializing cgroup subsys blkio
[    0.010255] Initializing cgroup subsys perf_event
[    0.010302] CPU: Intel Pentium II (Klamath) stepping 03
[    0.010517] Performance Events: Broken PMU hardware detected, using software events only.
[    0.010600] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.010696] devtmpfs: initialized
[    0.010921] EVM: security.selinux
[    0.010923] EVM: security.SMACK64
[    0.010924] EVM: security.capability
[    0.020070] dummy: 
[    0.020108] NET: Registered protocol family 16
[    0.020714] PCI: PCI BIOS revision 2.10 entry at 0xfb3c0, last bus=0
[    0.020716] PCI: Using configuration type 1 for base access
[    0.021792] bio: create slab <bio-0> at 0
[    0.021852] ACPI: Interpreter disabled.
[    0.021885] vgaarb: loaded
[    0.021929] i2c-core: driver [tps65090] using legacy suspend method
[    0.021931] i2c-core: driver [tps65090] using legacy resume method
[    0.022014] SCSI subsystem initialized
[    0.022077] usbcore: registered new interface driver usbfs
[    0.022086] usbcore: registered new interface driver hub
[    0.022102] usbcore: registered new device driver usb
[    0.022147] PCI: Probing PCI hardware
[    0.022166] PCI host bridge to bus 0000:00
[    0.022169] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.022171] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.024337] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.024677] NetLabel: Initializing
[    0.024679] NetLabel:  domain hash size = 128
[    0.024680] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.024688] NetLabel:  unlabeled traffic allowed by default
[    0.024864] Switching to clocksource pit
[    0.027350] AppArmor: AppArmor Filesystem Enabled
[    0.027360] pnp: PnP ACPI: disabled
[    0.027385] cfg80211: Calling CRDA to update world regulatory domain
[    0.028427] NET: Registered protocol family 2
[    0.028463] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.028551] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.028648] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.028701] TCP: Hash tables configured (established 16384 bind 16384)
[    0.028702] TCP: reno registered
[    0.028704] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.028708] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.028744] NET: Registered protocol family 1
[    0.028751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.028769] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.028781] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.028841] Trying to unpack rootfs image as initramfs...
[    0.130557] Freeing initrd memory: 4432k freed
[    0.131339] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.131940] goldfish_new_pdev goldfish_device_bus at ff001000 irq 4
[    0.131978] goldfish_new_pdev goldfish-battery at ff010000 irq 5
[    0.132004] goldfish_new_pdev goldfish_rfkill at ff011000 irq 6
[    0.132027] goldfish_new_pdev goldfish_memlog at ff012000 irq -1
[    0.132049] goldfish_new_pdev goldfish_nand at ff013000 irq -1
[    0.132073] goldfish_new_pdev qemu_pipe at ff014000 irq 7
[    0.132097] goldfish_new_pdev goldfish_mmc at ff005000 irq 8
[    0.132121] goldfish_new_pdev goldfish_tty at ff016000 irq 9
[    0.132144] goldfish_new_pdev goldfish_tty at ff017000 irq 9
[    0.132169] goldfish_new_pdev goldfish_tty at ff018000 irq 9
[    0.132193] goldfish_new_pdev goldfish_tty at ff019000 irq 9
[    0.132217] goldfish_new_pdev goldfish_fb at ff01a000 irq 10
[    0.132240] goldfish_new_pdev goldfish_events at ff01b000 irq 3
[    0.132264] goldfish_new_pdev goldfish_audio at ff004000 irq 11
[    0.132286] goldfish_pdev_worker registered goldfish_device_bus
[    0.132293] goldfish_pdev_worker registered goldfish-battery
[    0.132300] goldfish_pdev_worker registered goldfish_rfkill
[    0.132307] goldfish_pdev_worker registered goldfish_memlog
[    0.132314] goldfish_pdev_worker registered goldfish_nand
[    0.132320] goldfish_pdev_worker registered qemu_pipe
[    0.132328] goldfish_pdev_worker registered goldfish_mmc
[    0.132335] goldfish_pdev_worker registered goldfish_tty
[    0.132342] goldfish_pdev_worker registered goldfish_tty
[    0.132348] goldfish_pdev_worker registered goldfish_tty
[    0.132355] goldfish_pdev_worker registered goldfish_tty
[    0.132362] goldfish_pdev_worker registered goldfish_fb
[    0.132369] goldfish_pdev_worker registered goldfish_events
[    0.132376] goldfish_pdev_worker registered goldfish_audio
[    0.132474] audit: initializing netlink socket (disabled)
[    0.132486] type=2000 audit(1432291697.120:1): initialized
[    0.163093] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.164071] VFS: Disk quotas dquot_6.5.2
[    0.164098] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.164494] fuse init (API version 7.18)
[    0.164553] msgmni has been set to 992
[    0.165164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.165196] io scheduler noop registered
[    0.165197] io scheduler deadline registered
[    0.165202] io scheduler cfq registered (default)
[    0.165264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.165265] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.165305] goldfish_fb goldfish_fb.0: no framebuffer memblock
[    0.171234] allocating frame buffer 480 * 800, got de000000
[    0.187566] Non-volatile memory driver v1.3
[    0.197308] console [ttyS0] enabled
[    0.197683] Linux agpgart interface v0.103
[    0.197986] [drm] Initialized drm 1.1.0 20060810
[    0.198087] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
[    0.200398] brd: module loaded
[    0.201667] loop: module loaded
[    0.201721] goldfish_audio_probe
[    0.202339] Loading iSCSI transport class v2.0-870.
[    0.202634] goldfish nand dev0: size c800000, page 512, extra 0, erase 32768
[    0.204306] goldfish nand dev1: size c800000, page 512, extra 0, erase 32768
[    0.205848] goldfish nand dev2: size 4200000, page 512, extra 0, erase 32768
[    0.207294] tun: Universal TUN/TAP device driver, 1.6
[    0.207348] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.207407] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    0.207465] ne2k-pci 0000:00:02.0: found PCI INT A -> IRQ 9
[    0.207523] ne2k-pci 0000:00:02.0: sharing IRQ 9 with 0000:00:06.0
[    0.207798] eth0: RealTek RTL-8029 found at 0xc000, IRQ 9, 52:54:00:12:34:56.
[    0.207865] ne2k-pci 0000:00:03.0: found PCI INT A -> IRQ 11
[    0.208155] eth1: RealTek RTL-8029 found at 0xc100, IRQ 11, 52:54:00:12:34:57.
[    0.208216] ne2k-pci 0000:00:04.0: found PCI INT A -> IRQ 9
[    0.208499] eth2: RealTek RTL-8029 found at 0xc200, IRQ 9, 52:54:00:12:34:58.
[    0.208551] ne2k-pci 0000:00:05.0: found PCI INT A -> IRQ 11
[    0.208887] eth3: RealTek RTL-8029 found at 0xc300, IRQ 11, 52:54:00:12:34:59.
[    0.208957] ne2k-pci 0000:00:06.0: found PCI INT A -> IRQ 9
[    0.209013] ne2k-pci 0000:00:06.0: sharing IRQ 9 with 0000:00:02.0
[    0.209276] eth4: RealTek RTL-8029 found at 0xc400, IRQ 9, 52:54:00:12:34:5a.
[    0.209572] eth5: RealTek RTL-8029 found at 0xc500, IRQ 11, 52:54:00:12:34:5b.
[    0.209644] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.209669] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.209698] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.209719] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.209747] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[    0.209768] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    0.209797] sky2: driver version 1.30
[    0.209903] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.209944] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.209978] uhci_hcd: USB Universal Host Controller Interface driver
[    0.210035] usbcore: registered new interface driver usblp
[    0.210057] Initializing USB Mass Storage driver...
[    0.210085] usbcore: registered new interface driver usb-storage
[    0.210106] USB Mass Storage support registered.
[    0.210132] usbcore: registered new interface driver libusual
[    0.210176] mousedev: PS/2 mouse device common for all mice
[    0.210211] *** events probe ***
[    0.210246] events_probe() addr=0xe100e000 irq=3
[    0.210299] events_probe() keymap=qwerty2
[    0.210577] input: qwerty2 as /devices/virtual/input/input0
[    0.210853] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.210916] rtc0: alarms up to one day, 114 bytes nvram
[    0.211204] device-mapper: uevent: version 1.0.3
[    0.211274] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx
[    0.211341] cpuidle: using governor ladder
[    0.211361] cpuidle: using governor menu
[    0.212491] EFI Variables Facility v0.08 2004-May-17
[    0.212629] usbcore: registered new interface driver usbhid
[    0.212653] usbhid: USB HID core driver
[    0.212796] ashmem: initialized
[    0.212837] logger: created 256K log 'log_main'
[    0.212881] logger: created 256K log 'log_events'
[    0.212933] logger: created 256K log 'log_radio'
[    0.212975] logger: created 256K log 'log_system'
[    0.213060] Netfilter messages via NETLINK v0.30.
[    0.213092] nf_conntrack version 0.5.0 (7938 buckets, 31752 max)
[    0.213199] ctnetlink v0.93: registering with nfnetlink.
[    0.213365] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.213428] TCP: cubic registered
[    0.213560] NET: Registered protocol family 10
[    0.213960] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    0.214079] NET: Registered protocol family 17
[    0.214139] Registering the dns_resolver key type
[    0.214488] registered taskstats version 1
[    0.217283] AppArmor: AppArmor sha1 policy hashing enabled
[    0.217458] console [netcon0] enabled
[    0.217494] netconsole: network logging started
[    0.217661] Freeing unused kernel memory: 376k freed
[    0.217789] Write protecting the kernel text: 5660k
[    0.217833] Write protecting the kernel read-only data: 2788k
Loading, please wait...
starting version 218
Network interface NamePolicy= disabled on kernel command line, ignoring.
[    0.251855] mmc0: new SDHC card at address e118
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
[    0.255310] mmcblk0: mmc0:e118 SU02G 4.00 GiB 
Begin: Mounting root file system ... [    0.261142]  mmcblk0: unknown partition table
Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[    0.395000] initrd: checking filesystem integrity for the userdata partition
[    0.396192] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities
[    0.405350] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities
[    2.273851] EXT4-fs (mmcblk0): 4 orphan inodes deleted
[    2.273919] EXT4-fs (mmcblk0): recovery complete
[    2.291270] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    2.328446]  mmcblk0: unknown partition table
[    2.330528] initrd: checking filesystem for userdata took (including e2fsck) 2 seconds
[    2.330628] initrd: mounting /dev/mmcblk0
[    2.424368] EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support!
[    2.424429] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities
[    2.425928] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities
[    2.437446] EXT4-fs (mmcblk0): mounted filesystem with journalled data mode. Opts: discard,data=journal
[    2.439536] initrd: boot mode: ubuntu
[    2.454308] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[    2.457477] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatibilities
[    3.124452] Clocksource tsc unstable (delta = 130023274 ns)
[    3.686090] EXT4-fs (loop0): recovery complete
[    3.690373] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[    3.690635] initrd: mounting system.img (image developer mode)
[    3.759663] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities
[    3.814239] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
[    3.821844] initrd: device is generic_x86
[    4.001252] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points
[    4.037657] initrd: checking mount label mtdblock2
[    4.038894] initrd: mounting /dev/mtdblock2 as /root/android//cache
mount: mounting /dev/mtdblock2 on /root/android//cache failed: Invalid argument
[    4.045552] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
[    4.922640] init: ureadahead-touch main process (298) terminated with status 5
[    6.420680] init: no-cpu-hotplug main process (441) terminated with status 1
[    7.574864] init: /dev/hw_random not found
[    7.574979] init: cannot open '/initlogo.rle'
[    7.658956] init: /dev/hw_random not found
[    7.728243] init: cannot find '/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager'
[    7.846193] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[    7.846278] init: powerctl: cannot expand '${sys.powerctl}'
[    7.846325] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[    7.846372] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[    7.846651] init: cannot find '/sbin/adbd', disabling 'adbd'
 * Setting up X socket directories...                                    [ OK ] 
/lib/init/init-d-script: 12: /etc/rc2.d/S02whoopsie: -c: not found
basename: missing operand
Try 'basename --help' for more information.
 * Starting virtual private network daemon(s)...                                [   23.947378] systemd-logind[951]: Failed to start user service: Unknown unit: user@32011.service
emulator: User configuration saved to /home/lash/.android/emulator-user.ini

lash@CANTANDO ~ $ ubuntu-emulator run lashemu
emulator: autoconfig: -datadir /home/lash/.local/share/ubuntu-emulator/lashemu
emulator: Found target ABI=armeabi-v7a, architecture=arm
emulator: Found target API level: 19
emulator: using core hw config path: /home/lash/.local/share/ubuntu-emulator/lashemu/hardware-qemu.ini
emulator: keyset loaded from: /home/lash/.android/default.keyset
emulator: trying to load skin file '/usr/share/ubuntu-emulator/skins/EDGE/layout'
emulator: skin network speed: 'full'
emulator: skin network delay: 'none'
emulator: Using initial system image: /home/lash/.local/share/ubuntu-emulator/lashemu/system.img
emulator: autoconfig: -initdata /home/lash/.local/share/ubuntu-emulator/lashemu/userdata.img
emulator: WARNING: no Real SD Card found at '/home/lash/.local/share/ubuntu-emulator/lashemu/sdcardprime.img'
emulator: Physical RAM size: 512MB

emulator: Found target ABI=armeabi-v7a
emulator: Auto-config: -qemu -cpu cortex-a8
Content of hardware configuration file:
  hw.cpu.arch = arm
  hw.cpu.model = cortex-a8
  hw.ramSize = 512
  hw.screen = touch
  hw.mainKeys = yes
  hw.trackBall = yes
  hw.keyboard = no
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = yes
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  hw.sdCard.path = /home/lash/.local/share/ubuntu-emulator/lashemu/sdcard.img
  hw.sdCardPrime = yes
  disk.cachePartition = yes
  disk.cachePartition.path = /home/lash/.local/share/ubuntu-emulator/lashemu/cache.img
  disk.cachePartition.size = 66m
  hw.lcd.width = 480
  hw.lcd.height = 800
  hw.lcd.depth = 16
  hw.lcd.density = 160
  hw.lcd.backlight = yes
  hw.gpu.enabled = yes
  hw.camera.back = emulated
  hw.camera.front = none
  vm.heapSize = 48
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = yes
  hw.sensors.temperature = yes
  hw.useext4 = yes
  hw.bluetooth = yes
  kernel.path = /home/lash/.local/share/ubuntu-emulator/lashemu/ubuntu-kernel
  disk.ramdisk.path = /home/lash/.local/share/ubuntu-emulator/lashemu/ramdisk.img
  disk.systemPartition.initPath = /home/lash/.local/share/ubuntu-emulator/lashemu/system.img
  disk.systemPartition.size = 200m
  disk.dataPartition.path = /home/lash/.local/share/ubuntu-emulator/lashemu/userdata.img
  disk.dataPartition.size = 200m
  avd.name = <build>
.
QEMU options list:
emulator: argv[00] = "/usr/share/android/emulator/out/host/linux-x86/bin/emulator-arm"
emulator: argv[01] = "-show-kernel"
emulator: argv[02] = "-cpu"
emulator: argv[03] = "cortex-a9"
emulator: argv[04] = "-android-hw"
emulator: argv[05] = "/home/lash/.local/share/ubuntu-emulator/lashemu/hardware-qemu.ini"
Concatenated QEMU options:
 /usr/share/android/emulator/out/host/linux-x86/bin/emulator-arm -show-kernel -cpu cortex-a9 -android-hw /home/lash/.local/share/ubuntu-emulator/lashemu/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: system,size=0xc800000,initfile=/home/lash/.local/share/ubuntu-emulator/lashemu/system.img,pagesize=512,extrasize=0
emulator: mapping 'system' NAND image to /tmp/android-lash/emulator-Bbs9sc
emulator: nand_add_dev: userdata,size=0xc800000,file=/home/lash/.local/share/ubuntu-emulator/lashemu/userdata.img,pagesize=512,extrasize=0
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '160'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '1'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: nand_add_dev: cache,size=0x4200000,file=/home/lash/.local/share/ubuntu-emulator/lashemu/cache.img,pagesize=512,extrasize=0
emulator: Initializing hardware OpenGLES emulation support
emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 android.ifrename=eth1:rmnet0 android.ifrename=eth2:rmnet1 android.ifrename=eth3:rmnet2 android.ifrename=eth4:rmnet3 android.ifrename=eth5:wlan0 android.bluetooth=ttyS2  ndns=1
emulator: Trace file name is not set

emulator: Found ro.adb.qemud build property: 1
emulator: control console listening on port 5554, ADB on port 5555
emulator: can't connect to ADB server: Connection refused
emulator: ping program: /usr/share/android/emulator/out/host/linux-x86/bin/ddms
Uncompressing Linux... done, booting the kernel.
goldfish_fb_get_pixel_format:167: display surface,pixel format:
  bits/pixel:  16
  bytes/pixel: 2
  depth:       16
  red:         bits=5 mask=0xf800 shift=11 max=0x1f
  green:       bits=6 mask=0x7e0 shift=5 max=0x3f
  blue:        bits=5 mask=0x1f shift=0 max=0x1f
  alpha:       bits=0 mask=0x0 shift=0 max=0x0
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.0-4-goldfish (buildd@kishi17) (gcc version 4.7.4 (Ubuntu/Linaro 4.7.4-2ubuntu1) ) #23-Ubuntu PREEMPT Mon Sep 22 18:27:38 UTC 2014
[    0.000000] CPU: ARMv7 Processor [410fc090] revision 0 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Goldfish
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 android.ifrename=eth1:rmnet0 android.ifrename=eth2:rmnet1 android.ifrename=eth3:rmnet2 android.ifrename=eth4:rmnet3 android.ifrename=eth5:wlan0 android.bluetooth=ttyS2  ndns=1
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 491968k/491968k available, 32320k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xa0800000 - 0xff000000   (1512 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xa0000000   ( 512 MB)
[    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
[    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)
[    0.000000]       .text : 0x80008000 - 0x805c742c   (5886 kB)
[    0.000000]       .init : 0x805c8000 - 0x805f4000   ( 176 kB)
[    0.000000]       .data : 0x805f4000 - 0x8063bc58   ( 288 kB)
[    0.000000]        .bss : 0x8063bc7c - 0x8079b388   (1406 kB)
[    0.000000] NR_IRQS:256
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Calibrating delay loop... 350.20 BogoMIPS (lpj=1751040)
[    0.110000] pid_max: default: 32768 minimum: 301
[    0.110000] Security Framework initialized
[    0.110000] AppArmor: AppArmor initialized
[    0.110000] Yama: becoming mindful.
[    0.110000] Mount-cache hash table entries: 512
[    0.110000] Initializing cgroup subsys debug
[    0.110000] Initializing cgroup subsys cpuacct
[    0.110000] Initializing cgroup subsys freezer
[    0.110000] Initializing cgroup subsys blkio
[    0.110000] Initializing cgroup subsys perf_event
[    0.110000] CPU: Testing write buffer coherency: ok
[    0.120000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 1 counters available
[    0.120000] Setting up static identity map for 0x4268d8 - 0x426930
[    0.120000] devtmpfs: initialized
[    0.130000] EVM: security.selinux
[    0.130000] EVM: security.SMACK64
[    0.130000] EVM: security.capability
[    0.140000] dummy: 
[    0.140000] NET: Registered protocol family 16
[    0.140000] hw-breakpoint: debug architecture 0x0 unsupported.
[    0.150000] bio: create slab <bio-0> at 0
[    0.150000] NetLabel: Initializing
[    0.150000] NetLabel:  domain hash size = 128
[    0.150000] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.160000] NetLabel:  unlabeled traffic allowed by default
[    0.160000] Switching to clocksource goldfish_timer
[    0.200000] AppArmor: AppArmor Filesystem Enabled
[    0.220000] NET: Registered protocol family 2
[    0.220000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.220000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.220000] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.220000] TCP: Hash tables configured (established 16384 bind 16384)
[    0.220000] TCP: reno registered
[    0.220000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.220000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.220000] NET: Registered protocol family 1
[    0.230000] RPC: Registered named UNIX socket transport module.
[    0.230000] RPC: Registered udp transport module.
[    0.230000] RPC: Registered tcp transport module.
[    0.230000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.230000] Trying to unpack rootfs image as initramfs...
[    0.710000] Freeing initrd memory: 3588K
[    0.710000] goldfish_new_pdev goldfish_interrupt_controller at ff000000 irq -1
[    0.710000] goldfish_new_pdev goldfish_device_bus at ff001000 irq 1
[    0.710000] goldfish_new_pdev goldfish_timer at ff003000 irq 3
[    0.710000] goldfish_new_pdev goldfish_rtc at ff010000 irq 10
[    0.710000] goldfish_new_pdev goldfish_tty at ff002000 irq 4
[    0.710000] goldfish_new_pdev goldfish_tty at ff011000 irq 4
[    0.710000] goldfish_new_pdev goldfish_tty at ff012000 irq 4
[    0.710000] goldfish_new_pdev goldfish_tty at ff013000 irq 4
[    0.710000] goldfish_new_pdev smc91x at ff014000 irq 11
[    0.710000] goldfish_new_pdev smc91x at ff015000 irq 12
[    0.710000] goldfish_new_pdev smc91x at ff016000 irq 13
[    0.710000] goldfish_new_pdev smc91x at ff017000 irq 14
[    0.710000] goldfish_new_pdev smc91x at ff018000 irq 15
[    0.710000] goldfish_new_pdev smc91x at ff019000 irq 16
[    0.710000] goldfish_new_pdev goldfish_fb at ff01a000 irq 17
[    0.710000] goldfish_new_pdev goldfish_audio at ff004000 irq 18
[    0.710000] goldfish_new_pdev goldfish_mmc at ff005000 irq 19
[    0.710000] goldfish_new_pdev goldfish_memlog at ff006000 irq -1
[    0.710000] goldfish_new_pdev goldfish-battery at ff01b000 irq 20
[    0.710000] goldfish_new_pdev goldfish_rfkill at ff01c000 irq 21
[    0.710000] goldfish_new_pdev goldfish_nfc at ff01d000 irq 22
[    0.710000] goldfish_new_pdev goldfish_events at ff01e000 irq 23
[    0.710000] goldfish_new_pdev goldfish_nand at ff01f000 irq -1
[    0.710000] goldfish_new_pdev qemu_pipe at ff020000 irq 24
[    0.710000] goldfish_new_pdev goldfish-switch at ff022000 irq 25
[    0.710000] goldfish_new_pdev goldfish-switch at ff023000 irq 26
[    0.710000] goldfish_pdev_worker registered goldfish_interrupt_controller
[    0.710000] goldfish_pdev_worker registered goldfish_device_bus
[    0.710000] goldfish_pdev_worker registered goldfish_timer
[    0.710000] goldfish_pdev_worker registered goldfish_rtc
[    0.710000] goldfish_pdev_worker registered goldfish_tty
[    0.710000] goldfish_pdev_worker registered goldfish_tty
[    0.710000] goldfish_pdev_worker registered goldfish_tty
[    0.710000] goldfish_pdev_worker registered goldfish_tty
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered smc91x
[    0.710000] goldfish_pdev_worker registered goldfish_fb
[    0.710000] goldfish_pdev_worker registered goldfish_audio
[    0.710000] goldfish_pdev_worker registered goldfish_mmc
[    0.710000] goldfish_pdev_worker registered goldfish_memlog
[    0.710000] goldfish_pdev_worker registered goldfish-battery
[    0.710000] goldfish_pdev_worker registered goldfish_rfkill
[    0.710000] goldfish_pdev_worker registered goldfish_nfc
[    0.710000] goldfish_pdev_worker registered goldfish_events
[    0.710000] goldfish_pdev_worker registered goldfish_nand
[    0.710000] goldfish_pdev_worker registered qemu_pipe
[    0.710000] goldfish_pdev_worker registered goldfish-switch
[    0.710000] goldfish_pdev_worker registered goldfish-switch
[    0.720000] audit: initializing netlink socket (disabled)
[    0.720000] type=2000 audit(0.720:1): initialized
[    0.850000] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[    0.850000] fuse init (API version 7.18)
[    0.850000] msgmni has been set to 967
[    0.860000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.860000] io scheduler noop registered
[    0.860000] io scheduler deadline registered (default)
[    0.860000] io scheduler cfq registered
[    0.880000] console [ttyS0] enabled
[    0.900000] brd: module loaded
[    0.910000] loop: module loaded
[    0.910000] nbd: registered device at major 43
[    0.920000] goldfish_audio_probe
[    0.920000] goldfish nand dev0: size c800000, page 512, extra 0, erase 32768
[    0.940000] goldfish nand dev1: size c800000, page 512, extra 0, erase 32768
[    0.950000] goldfish nand dev2: size 4200000, page 512, extra 0, erase 32768
[    0.960000] tun: Universal TUN/TAP device driver, 1.6
[    0.960000] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.960000] smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@xxxxxxxxxxx>
[    0.970000] eth0: SMC91C11xFD (rev 1) at fe014000 IRQ 11 [nowait]
[    0.970000] eth0: Ethernet addr: 52:54:00:12:34:56
[    0.980000] eth1: SMC91C11xFD (rev 1) at fe015000 IRQ 12 [nowait]
[    0.980000] eth1: Ethernet addr: 52:54:00:12:34:57
[    0.990000] eth2: SMC91C11xFD (rev 1) at fe016000 IRQ 13 [nowait]
[    0.990000] eth2: Ethernet addr: 52:54:00:12:34:58
[    1.010000] eth3: SMC91C11xFD (rev 1) at fe017000 IRQ 14 [nowait]
[    1.010000] eth3: Ethernet addr: 52:54:00:12:34:59
[    1.020000] eth4: SMC91C11xFD (rev 1) at fe018000 IRQ 15 [nowait]
[    1.020000] eth4: Ethernet addr: 52:54:00:12:34:5a
[    1.030000] eth5: SMC91C11xFD (rev 1) at fe019000 IRQ 16 [nowait]
[    1.030000] eth5: Ethernet addr: 52:54:00:12:34:5b
[    1.030000] mousedev: PS/2 mouse device common for all mice
[    1.030000] *** events probe ***
[    1.030000] events_probe() addr=0xfe01e000 irq=23
[    1.030000] events_probe() keymap=qwerty2
[    1.030000] input: qwerty2 as /devices/virtual/input/input0
[    1.040000] goldfish_rtc goldfish_rtc: rtc core: registered goldfish_rtc as rtc0
[    1.040000] device-mapper: uevent: version 1.0.3
[    1.040000] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx
[    1.040000] ashmem: initialized
[    1.040000] logger: created 256K log 'log_main'
[    1.040000] logger: created 256K log 'log_events'
[    1.040000] logger: created 256K log 'log_radio'
[    1.040000] logger: created 256K log 'log_system'
[    1.050000] Netfilter messages via NETLINK v0.30.
[    1.050000] nf_conntrack version 0.5.0 (7743 buckets, 30972 max)
[    1.050000] ctnetlink v0.93: registering with nfnetlink.
[    1.050000] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.050000] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.050000] xt_time: kernel timezone is -0000
[    1.050000] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.050000] arp_tables: (C) 2002 David S. Miller
[    1.050000] TCP: cubic registered
[    1.050000] NET: Registered protocol family 10
[    1.060000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.060000] NET: Registered protocol family 17
[    1.060000] 8021q: 802.1Q VLAN Support v1.8
[    1.060000] Registering the dns_resolver key type
[    1.060000] VFP support v0.3: implementor 41 architecture 3 part 40 variant 0 rev 0
[    1.060000] Registering SWP/SWPB emulation handler
[    1.080000] mmc0: new SDHC card at address e118
[    1.090000] mmcblk0: mmc0:e118 SU02G 4.00 GiB 
[    1.110000]  mmcblk0: unknown partition table
[    1.240000] AppArmor: AppArmor sha1 policy hashing enabled
[    1.250000] goldfish_rtc goldfish_rtc: setting system clock to 2015-05-22 08:33:41 UTC (1432283621)
[    1.250000] Freeing init memory: 176K
[    1.250000] Write protecting the kernel text section 80008000 - 8059f000
Loading, please wait...
starting version 218
Network interface NamePolicy= disabled on kernel command line, ignoring.
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[    3.690000] initrd: checking filesystem integrity for the userdata partition
[    3.740000] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities
[    3.760000] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities
[    6.070000] EXT4-fs (mmcblk0): 3 orphan inodes deleted
[    6.070000] EXT4-fs (mmcblk0): recovery complete
[    6.080000] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    6.300000]  mmcblk0: unknown partition table
[    6.310000] initrd: checking filesystem for userdata took (including e2fsck) 3 seconds
[    6.330000] initrd: mounting /dev/mmcblk0
[    6.460000] EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support!
[    6.460000] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities
[    6.470000] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities
[    6.490000] EXT4-fs (mmcblk0): mounted filesystem with journalled data mode. Opts: discard,data=journal
[    6.530000] initrd: boot mode: ubuntu
[    6.660000] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[    6.670000] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatibilities
[    7.330000] EXT4-fs (loop0): recovery complete
[    7.340000] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[    7.340000] initrd: mounting system.img (image developer mode)
[    7.590000] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities
[    7.610000] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities
[    7.700000] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
[    7.820000] initrd: device is generic
[    9.240000] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points
[    9.580000] initrd: checking mount label mtdblock2
[    9.630000] initrd: mounting /dev/mtdblock2 as /root/android//cache
mount: mounting /dev/mtdblock2 on /root/android//cache failed: Invalid argument
[    9.700000] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
[   12.080000] init: ureadahead-touch main process (288) terminated with status 5
[   33.320000] Unable to handle kernel paging request at virtual address 80315754
[   33.320000] pgd = 9e01c000
[   33.320000] [80315754] *pgd=1effe801, *pte=003150cf, *ppte=0031521e
[   33.320000] Internal error: Oops: 81f [#1] PREEMPT ARM
[   33.320000] Modules linked in:
[   33.320000] CPU: 0    Not tainted  (3.4.0-4-goldfish #23-Ubuntu)
[   33.320000] PC is at __patch_text+0xc/0x24
[   33.320000] LR is at __jump_label_update+0x3c/0x58
[   33.320000] pc : [<8042250c>]    lr : [<8009e470>]    psr: 80030013
[   33.320000] sp : 9de01f08  ip : 00000000  fp : 0000001d
[   33.320000] r10: 00000004  r9 : 00000001  r8 : 9e5600c0
[   33.320000] r7 : 00000001  r6 : 806364f4  r5 : 805fcb54  r4 : 80635150
[   33.320000] r3 : 80315754  r2 : 805fc024  r1 : ea00000b  r0 : 80315754
[   33.320000] Flags: Nzcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
[   33.320000] Control: 10c5387d  Table: 1e01c059  DAC: 00000015
[   33.320000] 
[   33.320000] PC: 0x8042248c:
[   33.320000] 248c  e1a0200d ebefdb4a e1a096ad e1a09689 e3a08000 eaefaebe e281c01c e5923060
[   33.320000] 24ac  e8ac6ff0 ee0d3f70 e3a04000 ee0d4f50 e592700c e59f8020 e59771f4 e1a05000
[   33.320000] 24cc  e282401c e59f0014 e3a01002 eb000556 e5887000 e1a00005 e894aff0 805fc008
[   33.320000] 24ec  8063be2c e320f000 e320f000 e320f000 e320f000 e59f2018 e92d4008 e1a03000
[   33.320000] 250c  e4831004 e1a01003 e5922010 e12fff32 e8bd8008 805fc024 eafffff5 e92d0fff
[   33.320000] 252c  e1a0000d eb0000f7 e1a0e000 e8bd0fff e1a0f00e e92d4037 e1a04000 e5903014
[   33.320000] 254c  e59f20b4 e1530002 3a000027 e59f20ac e1530002 3a000022 ea000023 e5930000
[   33.320000] 256c  e1a01004 e28d3000 e5840030 e5a13034 eb0003e6 e3500001 0a000003 3a000018
[   33.320000] 
[   33.320000] LR: 0x8009e3f0:
[   33.320000] e3f0  3a000002 93a00000 83a00001 e12fff1e e3e00000 e12fff1e e5903000 e5902004
[   33.320000] e410  e3530000 e2020001 d3a03000 c3a03001 e1d32002 02233001 00000003 13a00001
[   33.320000] e430  e12fff1e e92d40f8 e1a05000 e1a04001 e1a06002 e1a07003 ea000009 e5940000
[   33.320000] e450  e3500000 0a000005 ebfe6f78 e3500000 0a000002 e1a00004 e1a01007 ebfdd001
[   33.320000] e470  e284400c e1540006 28bd80f8 e5943008 e1550003 0afffff0 e8bd80f8 e92d47f0
[   33.320000] e490  e1a05000 e5908004 e1a07001 ebfefdaa e3a0a00c e3c88001 e5954008 e1a06000
[   33.320000] e4b0  ea000008 e5943008 e1a00005 e5941004 e5932138 e5933134 e022329a e1a03007
[   33.320000] e4d0  ebffffd7 e5944000 e3540000 1afffff4 e3560000 15962138 13a0100c 15963134
[   33.320000] 
[   33.320000] SP: 0x9de01e88:
[   33.320000] 1e88  00000003 9de01f08 00076724 800ebac4 00000000 800dba54 9dda5d38 9de01f08
[   33.320000] 1ea8  00000000 8042250c 80030013 ffffffff 9de01ef4 80422098 80315754 ea00000b
[   33.320000] 1ec8  805fc024 80315754 80635150 805fcb54 806364f4 00000001 9e5600c0 00000001
[   33.320000] 1ee8  00000004 0000001d 00000000 9de01f08 8009e470 8042250c 80030013 ffffffff
[   33.320000] 1f08  80635150 8009e470 00000001 805fcb54 00000000 00000001 7ef08898 8009e8d0
[   33.320000] 1f28  00000000 9de58200 00000001 8030b680 9de01f90 800d0f50 00000024 01000000
[   33.320000] 1f48  9e5600c0 00000001 00000004 20c071e8 7ef08898 9e5600c0 00000001 00000004
[   33.320000] 1f68  0000001d 7ef08898 9de00000 00000000 00076724 80307c54 00000004 00000001
[   33.320000] 
[   33.320000] R0: 0x803156d4:
[   33.320000] 56d4  e58c1000 e5808000 e5040028 e5141004 e5140024 e504200c e0801001 e5042008
[   33.320000] 56f4  e5041024 e3a02000 e5042004 e0652006 e1530002 2a000007 e8940006 e0856003
[   33.320000] 5714  e59f0028 e5812004 e5821000 e3a02000 e59f101c e8840007 e1550006 baffffc8
[   33.320000] 5734  f1080080 e1a00005 e8bd85f8 805fcac0 00100100 00200200 e92d4013 e1a04000
[   33.320000] 5754  e1a00000 ea000006 e1c420d8 e1921003 1a000003 e1a0000d ebf4f6cb e1cd20d0
[   33.320000] 5774  e1c420f8 e1a00004 e28dd008 e8bd4010 eafffea4 e59f300c e5933090 e3530000
[   33.320000] 5794  1afffff0 eafffff6 805fcac0 e92d41f3 e1a04000 e590302c e1d076b6 e3530001
[   33.320000] 57b4  e6bf8fb7 0590309c 03a02000 01c320b2 0a000024 e59f60b0 e208800f ebf5948a
[   33.320000] 
[   33.320000] R1: 0xe9ffff8b:
[   33.320000] ff88  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] ffa8  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] ffc8  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] ffe8  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 0008  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 0028  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 0048  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 0068  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 0088  ******** ******** ******** ******** ******** ******** ******** ********
[   33.320000] 
[   33.320000] R2: 0x805fbfa4:
[   33.320000] bfa4  a4a2bd17 fac75ffb 301bfea0 f1105a26 3bccfb7d 65a91991 af75b8ca 9b044835
[   33.320000] bfc4  51d8e96e 0fbd0b82 c561aad9 046a0e5f ceb6af04 90d34de8 5a0fecb3 a5d9c4e1
[   33.320000] bfe4  6f0565ba 31608756 fbbc260d 3ab7828b f06b23d0 ae0ec13c 64d26067 00000001
[   33.320000] c004  00000000 20c071e8 8000ffb8 ffffffff 00000009 0008b0d7 80019474 80019438
[   33.320000] c024  800191e0 8001928c 800192a4 800192a4 800192a8 800192a8 80019328 80019410
[   33.320000] c044  80019420 800193dc 00000012 000005a1 00000001 00000000 00000000 00000000
[   33.320000] c064  00000000 00000001 00000001 00000001 00000001 00000000 9e818c40 9e818bc0
[   33.320000] c084  9e818b40 9e818ac0 9e818a40 9e8189c0 00000001 00005e37 8051c4e8 8051c4fd
[   33.320000] 
[   33.320000] R3: 0x803156d4:
[   33.320000] 56d4  e58c1000 e5808000 e5040028 e5141004 e5140024 e504200c e0801001 e5042008
[   33.320000] 56f4  e5041024 e3a02000 e5042004 e0652006 e1530002 2a000007 e8940006 e0856003
[   33.320000] 5714  e59f0028 e5812004 e5821000 e3a02000 e59f101c e8840007 e1550006 baffffc8
[   33.320000] 5734  f1080080 e1a00005 e8bd85f8 805fcac0 00100100 00200200 e92d4013 e1a04000
[   33.320000] 5754  e1a00000 ea000006 e1c420d8 e1921003 1a000003 e1a0000d ebf4f6cb e1cd20d0
[   33.320000] 5774  e1c420f8 e1a00004 e28dd008 e8bd4010 eafffea4 e59f300c e5933090 e3530000
[   33.320000] 5794  1afffff0 eafffff6 805fcac0 e92d41f3 e1a04000 e590302c e1d076b6 e3530001
[   33.320000] 57b4  e6bf8fb7 0590309c 03a02000 01c320b2 0a000024 e59f60b0 e208800f ebf5948a
[   33.320000] 
[   33.320000] R4: 0x806350d0:
[   33.320000] 50d0  806361f4 00000000 00000000 00000000 00000000 805745d6 00000000 80636200
[   33.320000] 50f0  00000000 00000000 00000000 00000000 805745e9 00000000 8063620c 00000000
[   33.320000] 5110  00000000 00000000 00000000 805745f9 00000000 80636218 00000000 00000000
[   33.320000] 5130  00000000 00000000 80420f00 80421120 805fc4d0 80047bdc 80047cc0 805fc4d0
[   33.320000] 5150  80315754 80315788 805fcb54 80315228 803155cc 805fcb54 80319360 80319828
[   33.320000] 5170  805fcb54 80317a5c 80317bd0 805fcb54 8004ac0c 8004abb8 8060821c 8004ab94
[   33.320000] 5190  8004abc0 80608228 8004bf9c 8004bfa4 80608240 8004bf48 8004bfc4 8060824c
[   33.320000] 51b0  80420c00 80420c04 80608270 8001de8c 8001e06c 806330a4 800d8914 800d89c0
[   33.320000] 
[   33.320000] R5: 0x805fcad4:
[   33.320000] cad4  805fce98 805fcad8 805fcad8 805fcae0 805fcae0 805fce6c 805fce6c 805fcaf0
[   33.320000] caf4  805fcaf0 806007c8 806007c8 805fcb00 805fcb00 805fcb08 805fcb08 805fcb10
[   33.320000] cb14  805fcb10 805fcb18 805fcb18 805fcb20 805fcb20 805fcb28 805fcb28 80601234
[   33.320000] cb34  80601234 805fcb38 805fcb38 805fcb40 805fcb40 21f2b3f5 00000040 00000001
[   33.320000] cb54  00000000 80635150 00000000 0000012c 000003e8 00000000 8051af68 00000000
[   33.320000] cb74  00000004 000001a4 00000000 80027ab8 00000000 00000000 00000000 8051af76
[   33.320000] cb94  00000000 00000004 000001a4 00000000 80027ab8 00000000 00000000 00000000
[   33.320000] cbb4  8051af84 00000000 00000004 000001a4 00000000 80027ab8 00000000 00000000
[   33.320000] 
[   33.320000] R6: 0x80636474:
[   33.320000] 6474  803b2f84 80794a90 803cfdec 803cff4c 80794a9c 803cf244 803cf38c 80794a9c
[   33.320000] 6494  803cbd2c 803cc0a8 80794a9c 803c75d0 803c7690 80794a9c 803c5bbc 803c5c6c
[   33.320000] 64b4  80794a9c 803b27c8 803b27d4 80794a9c 803b26a8 803b2750 80794a9c 803deed0
[   33.320000] 64d4  803deee4 80794aa8 803b3c3c 803b3c44 80794aa8 803b21cc 803b238c 80794aa8
[   33.320000] 64f4  00000000 80514cad 80428124 80514afe 80514bd1 0000012f 00000000 80514cad
[   33.320000] 6514  8042810f 80514afe 80514bf7 00000103 00000000 80514cad 8042813c 80514afe
[   33.320000] 6534  80514c87 00000153 00000000 80514cad 8042824b 80514ed6 80514cb1 00000033
[   33.320000] 6554  00000000 80514cad 80428226 80514ed6 80514d1d 00000351 00000000 80514cad
[   33.320000] 
[   33.320000] R8: 0x9e560040:
[   33.320000] 0040  9e556000 9e63a000 000000c0 9e5600c0 0000000a ffffffff 00000000 ffffffff
[   33.320000] 0060  00000000 00000001 00000002 00000003 00000004 00000005 00000006 00000009
[   33.320000] 0080  ffffffff 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   33.320000] 00a0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   33.320000] 00c0  00000001 00000002 00000008 9de91140 9dde5680 9de58200 8047a258 00000000
[   33.320000] 00e0  0000c1ff 00000000 00000000 00000000 ffffffff ffffffff 80679bc0 9e865a00
[   33.320000] 0100  9e5601a0 00000000 0000104c 00000001 00000000 00000000 00000000 00000000
[   33.320000] 0120  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   33.320000] Process rsyslogd (pid: 510, stack limit = 0x9de002e8)
[   33.320000] Stack: (0x9de01f08 to 0x9de02000)
[   33.320000] 1f00:                   80635150 8009e470 00000001 805fcb54 00000000 00000001
[   33.320000] 1f20: 7ef08898 8009e8d0 00000000 9de58200 00000001 8030b680 9de01f90 800d0f50
[   33.320000] 1f40: 00000024 01000000 9e5600c0 00000001 00000004 20c071e8 7ef08898 9e5600c0
[   33.320000] 1f60: 00000001 00000004 0000001d 7ef08898 9de00000 00000000 00076724 80307c54
[   33.320000] 1f80: 00000004 00000001 00000000 00000000 00000004 76dbffc4 7ef08898 00000126
[   33.320000] 1fa0: 8000e0e4 8000df40 00000004 76dbffc4 00000000 00000001 0000001d 7ef08898
[   33.320000] 1fc0: 00000004 76dbffc4 7ef08898 00000126 00079168 00000000 76dbffc4 00076724
[   33.320000] 1fe0: 76dbd09c 7ef08868 76d7af75 76e83b28 20030030 00000000 00000000 00000000
[   33.320000] [<8042250c>] (__patch_text+0xc/0x24) from [<8009e470>] (__jump_label_update+0x3c/0x58)
[   33.320000] [<8009e470>] (__jump_label_update+0x3c/0x58) from [<8009e8d0>] (static_key_slow_inc+0x9c/0xa0)
[   33.320000] [<8009e8d0>] (static_key_slow_inc+0x9c/0xa0) from [<8030b680>] (sock_setsockopt+0x4e4/0x78c)
[   33.320000] [<8030b680>] (sock_setsockopt+0x4e4/0x78c) from [<80307c54>] (sys_setsockopt+0x68/0xb8)
[   33.320000] [<80307c54>] (sys_setsockopt+0x68/0xb8) from [<8000df40>] (ret_fast_syscall+0x0/0x30)
[   33.320000] Code: e320f000 e59f2018 e92d4008 e1a03000 (e4831004) 
[   33.370000] ---[ end trace 888a07410bca80e4 ]---
[   33.370000] ------------[ cut here ]------------
[   33.370000] WARNING: at /build/buildd/linux-goldfish-3.4.0/kernel/jump_label.c:80 __sk_free+0x9c/0x164()
[   33.370000] jump label: negative count!
[   33.370000] Modules linked in:
[   33.370000] [<80012c78>] (unwind_backtrace+0x0/0x11c) from [<8001efc4>] (warn_slowpath_common+0x4c/0x64)
[   33.370000] [<8001efc4>] (warn_slowpath_common+0x4c/0x64) from [<8001f05c>] (warn_slowpath_fmt+0x2c/0x3c)
[   33.370000] [<8001f05c>] (warn_slowpath_fmt+0x2c/0x3c) from [<8030a2e0>] (__sk_free+0x9c/0x164)
[   33.370000] [<8030a2e0>] (__sk_free+0x9c/0x164) from [<803adc90>] (unix_release_sock+0x22c/0x24c)
[   33.370000] [<803adc90>] (unix_release_sock+0x22c/0x24c) from [<803adccc>] (unix_release+0x1c/0x2c)
[   33.370000] [<803adccc>] (unix_release+0x1c/0x2c) from [<80306b3c>] (sock_release+0x20/0xb8)
[   33.370000] [<80306b3c>] (sock_release+0x20/0xb8) from [<80306bf4>] (sock_close+0x20/0x2c)
[   33.370000] [<80306bf4>] (sock_close+0x20/0x2c) from [<800d3d44>] (fput+0x104/0x23c)
[   33.370000] [<800d3d44>] (fput+0x104/0x23c) from [<800d07ec>] (filp_close+0x70/0x7c)
[   33.370000] [<800d07ec>] (filp_close+0x70/0x7c) from [<8002275c>] (put_files_struct+0x80/0xdc)
[   33.370000] [<8002275c>] (put_files_struct+0x80/0xdc) from [<80022a70>] (do_exit+0x218/0x7a4)
[   33.370000] [<80022a70>] (do_exit+0x218/0x7a4) from [<800117c0>] (die+0x2b4/0x328)
[   33.370000] [<800117c0>] (die+0x2b4/0x328) from [<8041b100>] (__do_kernel_fault.part.8+0x54/0x74)
[   33.370000] [<8041b100>] (__do_kernel_fault.part.8+0x54/0x74) from [<804238a4>] (do_page_fault+0x358/0x3a4)
[   33.370000] [<804238a4>] (do_page_fault+0x358/0x3a4) from [<800083a8>] (do_DataAbort+0x34/0x98)
[   33.370000] [<800083a8>] (do_DataAbort+0x34/0x98) from [<80422098>] (__dabt_svc+0x38/0x60)
[   33.370000] Exception stack(0x9de01ec0 to 0x9de01f08)
[   33.370000] 1ec0: 80315754 ea00000b 805fc024 80315754 80635150 805fcb54 806364f4 00000001
[   33.370000] 1ee0: 9e5600c0 00000001 00000004 0000001d 00000000 9de01f08 8009e470 8042250c
[   33.370000] 1f00: 80030013 ffffffff
[   33.370000] [<80422098>] (__dabt_svc+0x38/0x60) from [<8042250c>] (__patch_text+0xc/0x24)
[   33.370000] [<8042250c>] (__patch_text+0xc/0x24) from [<8009e470>] (__jump_label_update+0x3c/0x58)
[   33.370000] [<8009e470>] (__jump_label_update+0x3c/0x58) from [<8009e8d0>] (static_key_slow_inc+0x9c/0xa0)
[   33.370000] [<8009e8d0>] (static_key_slow_inc+0x9c/0xa0) from [<8030b680>] (sock_setsockopt+0x4e4/0x78c)
[   33.370000] [<8030b680>] (sock_setsockopt+0x4e4/0x78c) from [<80307c54>] (sys_setsockopt+0x68/0xb8)
[   33.370000] [<80307c54>] (sys_setsockopt+0x68/0xb8) from [<8000df40>] (ret_fast_syscall+0x0/0x30)
[   33.370000] ---[ end trace 888a07410bca80e5 ]---
[   33.400000] init: rsyslog main process (510) killed by SEGV signal
[   33.400000] init: rsyslog main process ended, respawning
[   36.290000] init: bluetooth-touch main process (525) terminated with status 1
[   38.930000] init: bluetooth main process (543) terminated with status 1
[   38.930000] init: bluetooth main process ended, respawning
[   41.300000] init: bluetooth-touch main process (579) terminated with status 1
[   43.990000] init (498): /proc/498/oom_adj is deprecated, please use /proc/498/oom_score_adj instead.
[   44.930000] init: /dev/hw_random not found
[   44.930000] init: cannot open '/initlogo.rle'
[   45.030000] init: /dev/hw_random not found
[   45.690000] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[   45.690000] init: cannot find '/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager'
[   46.310000] healthd: BatteryVoltagePath not found
[   46.310000] healthd: BatteryTemperaturePath not found
[   46.310000] binder: 609:609 transaction failed 29189, size 0-0
[   46.470000] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[   46.470000] init: powerctl: cannot expand '${sys.powerctl}'
[   46.470000] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[   46.470000] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[   46.470000] init: cannot find '/sbin/adbd', disabling 'adbd'
[   46.470000] init: property 'persist.sys.usb.config' doesn't exist while expanding '${persist.sys.usb.config}'
[   46.470000] init: cannot expand '${persist.sys.usb.config}' while assigning to 'sys.usb.config'
[   47.350000] binder: 609:609 transaction failed 29189, size 0-0
[   48.430000] binder: 609:609 transaction failed 29189, size 0-0
[   51.350000] init: ssh-keygen main process (649) terminated with status 1
[   53.270000] warning: `rild' uses 32-bit capabilities (legacy support in use)
[   66.500000] type=1400 audit(1432283686.730:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=754 comm="apparmor_parser"
[   66.500000] type=1400 audit(1432283686.730:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=754 comm="apparmor_parser"
[   67.650000] type=1400 audit(1432283687.880:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=754 comm="apparmor_parser"
[   67.650000] type=1400 audit(1432283687.880:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=754 comm="apparmor_parser"
[   67.650000] type=1400 audit(1432283687.880:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=754 comm="apparmor_parser"
[   68.340000] type=1400 audit(1432283688.570:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=754 comm="apparmor_parser"
[   68.340000] type=1400 audit(1432283688.570:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=754 comm="apparmor_parser"
[   68.340000] type=1400 audit(1432283688.570:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=754 comm="apparmor_parser"
[   68.340000] type=1400 audit(1432283688.570:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=754 comm="apparmor_parser"
[   68.470000] type=1400 audit(1432283688.700:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=754 comm="apparmor_parser"
[   75.010000] audit_printk_skb: 36 callbacks suppressed
[   75.010000] type=1400 audit(1432283695.240:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.canonical.payui_payui_15.01.120" pid=823 comm="apparmor_parser"
[   75.500000] type=1400 audit(1432283695.730:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.calculator_ubuntu-calculator-app_2.0.155" pid=823 comm="apparmor_parser"
[   76.020000] type=1400 audit(1432283696.250:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.camera_camera_3.0.0.558" pid=823 comm="apparmor_parser"
[   76.570000] type=1400 audit(1432283696.800:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.clock_clock_3.3.192" pid=823 comm="apparmor_parser"
[   77.810000] type=1400 audit(1432283698.040:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-amazon_webapp-amazon_1.0.10" pid=823 comm="apparmor_parser"
[   77.810000] type=1400 audit(1432283698.040:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="oxide_helper" pid=823 comm="apparmor_parser"
[   78.630000] type=1400 audit(1432283698.860:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-ebay_webapp-ebay_1.0.13" pid=823 comm="apparmor_parser"
[   78.630000] type=1400 audit(1432283698.860:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="oxide_helper" pid=823 comm="apparmor_parser"
[   78.900000] type=1400 audit(1432283699.130:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook-helper_1.0.26" pid=823 comm="apparmor_parser"
[   79.040000] systemd-logind[763]: New seat seat0.
[   79.590000] type=1400 audit(1432283699.820:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" pid=823 comm="apparmor_parser"
[   80.570000] audit_printk_skb: 12 callbacks suppressed
[   80.570000] type=1400 audit(1432283700.800:38): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-twitter_webapp-twitter-helper_1.1" pid=823 comm="apparmor_parser"
[   80.980000] eth0: link up
[   81.150000] type=1400 audit(1432283701.380:39): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.developer.webapps.webapp-twitter_webapp-twitter_1.1" pid=823 comm="apparmor_parser"
[   81.150000] type=1400 audit(1432283701.380:40): apparmor="STATUS" operation="profile_load" profile="unconfined" name="oxide_helper" pid=823 comm="apparmor_parser"
[   81.390000] type=1400 audit(1432283701.620:41): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.dropping-letters_dropping-letters_0.1.2.2.67" pid=823 comm="apparmor_parser"
[   81.520000] type=1400 audit(1432283701.750:42): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.filemanager_filemanager_0.4.386" pid=823 comm="apparmor_parser"
[   81.770000] type=1400 audit(1432283702.000:43): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.gallery_gallery_2.9.1.1183" pid=823 comm="apparmor_parser"
[   82.230000] type=1400 audit(1432283702.460:44): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.music_music_2.1.857" pid=823 comm="apparmor_parser"
[   82.630000] type=1400 audit(1432283702.860:45): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.reminders_pushHelper_0.5.434" pid=823 comm="apparmor_parser"
[   82.630000] type=1400 audit(1432283702.860:46): apparmor="STATUS" operation="profile_load" profile="unconfined" name="oxide_helper" pid=823 comm="apparmor_parser"
[   83.310000] type=1400 audit(1432283703.540:47): apparmor="STATUS" operation="profile_load" profile="unconfined" name="com.ubuntu.reminders_reminders_0.5.434" pid=823 comm="apparmor_parser"
[   91.580000] eth0: no IPv6 routers present
[  119.560000] audit_printk_skb: 18 callbacks suppressed
[  119.560000] type=1400 audit(1432283740.190:54): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.gallery_gallery_2.9.1.1183" pid=1126 comm="apparmor_parser"
[  120.110000] type=1400 audit(1432283740.740:55): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.weather_weather_1.1.403" pid=1126 comm="apparmor_parser"
[  120.520000] type=1400 audit(1432283741.150:56): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.camera_camera_3.0.0.558" pid=1126 comm="apparmor_parser"
[  121.040000] type=1400 audit(1432283741.670:57): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.clock_clock_3.3.192" pid=1126 comm="apparmor_parser"
[  121.400000] type=1400 audit(1432283742.030:58): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.scopes.youtube_youtube_1.0.18-134" pid=1126 comm="apparmor_parser"
[  121.770000] type=1400 audit(1432283742.400:59): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.calculator_ubuntu-calculator-app_2.0.155" pid=1126 comm="apparmor_parser"
[  122.170000] type=1400 audit(1432283742.800:60): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.ubuntu.music_music_2.1.857" pid=1126 comm="apparmor_parser"
[  122.280000] type=1400 audit(1432283742.910:61): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="com.canonical.payui_payui_15.01.120" pid=1126 comm="apparmor_parser"
[  135.980000] systemd-logind[763]: Failed to start user service: Unknown unit: user@32011.service
/lib/init/init-d-script: 12: /etc/rc2.d/S02whoopsie: -c: not found
basename: missing operand
Try 'basename --help' for more information.
 * Starting virtual private network daemon(s)...                                emulator: User configuration saved to /home/lash/.android/emulator-user.ini