Unable to use ubuntu-emulator properly

Bug #1379887 reported by Timur Fayzrakhmanov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Developer Portal
Invalid
Undecided
Unassigned
ubuntu-sdk-meta (Ubuntu)
New
Undecided
Unassigned

Bug Description

After problematic installation of ubuntu-sdk, I've faced with inability to use ubuntu-emulator (please see http://askubuntu.com/questions/532155/ubuntu-app-development-sdk-and-emulator-problems). I've attached detailed information below.

Output from terminal when emulator instance starts and screenshot (how it looks like):

emulator: autoconfig: -datadir /home/timur/.local/share/ubuntu-emulator/i386
emulator: Found target ABI=x86, architecture=x86
emulator: Found target API level: 19
emulator: using core hw config path: /home/timur/.local/share/ubuntu-emulator/i386/hardware-qemu.ini
emulator: keyset loaded from: /home/timur/.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/timur/.local/share/ubuntu-emulator/i386/system.img
emulator: autoconfig: -initdata (null)
emulator: WARNING: no Real SD Card found at '/home/timur/.local/share/ubuntu-emulator/i386/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/timur/.local/share/ubuntu-emulator/i386/sdcard.img
  hw.sdCardPrime = yes
  disk.cachePartition = yes
  disk.cachePartition.path = /home/timur/.local/share/ubuntu-emulator/i386/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/timur/.local/share/ubuntu-emulator/i386/ubuntu-kernel
  kernel.parameters = androidboot.hardware=goldfish clocksource=pit
  disk.ramdisk.path = /home/timur/.local/share/ubuntu-emulator/i386/ramdisk.img
  disk.systemPartition.initPath = /home/timur/.local/share/ubuntu-emulator/i386/system.img
  disk.systemPartition.size = 200m
  disk.dataPartition.path = /home/timur/.local/share/ubuntu-emulator/i386/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/timur/.local/share/ubuntu-emulator/i386/hardware-qemu.ini"
Concatenated QEMU options:
 /usr/share/android/emulator/out/host/linux-x86/bin/emulator-x86 -show-kernel -android-hw /home/timur/.local/share/ubuntu-emulator/i386/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: system,size=0xc800000,initfile=/home/timur/.local/share/ubuntu-emulator/i386/system.img,pagesize=512,extrasize=0
emulator: mapping 'system' NAND image to /tmp/android-root/emulator-SgcJRU
emulator: nand_add_dev: userdata,size=0xc800000,file=/home/timur/.local/share/ubuntu-emulator/i386/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/timur/.local/share/ubuntu-emulator/i386/cache.img,pagesize=512,extrasize=0
emulator: Initializing hardware OpenGLES emulation support
emulator: No kvm device file detected
Could not configure '/dev/hpet' to have a 1024Hz timer. This is not a fatal
error, but for better emulation accuracy type:
'echo 1024 > /proc/sys/dev/hpet/max-user-freq' as root.
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

emulator: warning: opening audio output failed

emulator: emulator window was out of view and was recentered

serial0 console
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
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@aatxe) (gcc version 4.7.4 (Ubuntu/Linaro 4.7.4-1ubuntu2) ) #20-Ubuntu PREEMPT Thu Jul 17 17:11:34 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: 1fbcd000 - 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: 503852k/524224k available (5643k kernel code, 19920k reserved, 3239k 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 : 0xc0aad000 - 0xc0b0b000 ( 376 kB)
[ 0.000000] .data : 0xc0782f89 - 0xc0aacf80 (3239 kB)
[ 0.000000] .text : 0xc0200000 - 0xc0782f89 (5643 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 2195.029 MHz processor.
[ 0.010155] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.05 BogoMIPS (lpj=21950290)
[ 0.010337] pid_max: default: 32768 minimum: 301
[ 0.010804] Security Framework initialized
[ 0.012124] AppArmor: AppArmor initialized
[ 0.012162] Yama: becoming mindful.
[ 0.020382] Mount-cache hash table entries: 512
[ 0.024642] Initializing cgroup subsys cpuacct
[ 0.024724] Initializing cgroup subsys devices
[ 0.024780] Initializing cgroup subsys freezer
[ 0.024816] Initializing cgroup subsys blkio
[ 0.024963] Initializing cgroup subsys perf_event
[ 0.025978] CPU: Intel Pentium II (Klamath) stepping 03
[ 0.030128] Performance Events: Broken PMU hardware detected, using software events only.
[ 0.032886] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.037161] devtmpfs: initialized
[ 0.040000] EVM: security.selinux
[ 0.040000] EVM: security.SMACK64
[ 0.040000] EVM: security.capability
[ 0.043963] dummy:
[ 0.045077] NET: Registered protocol family 16
[ 0.051871] PCI: PCI BIOS revision 2.10 entry at 0xfb3c0, last bus=0
[ 0.051933] PCI: Using configuration type 1 for base access
[ 0.070340] bio: create slab <bio-0> at 0
[ 0.071604] ACPI: Interpreter disabled.
[ 0.073016] vgaarb: loaded
[ 0.074049] i2c-core: driver [tps65090] using legacy suspend method
[ 0.074078] i2c-core: driver [tps65090] using legacy resume method
[ 0.075015] SCSI subsystem initialized
[ 0.076671] usbcore: registered new interface driver usbfs
[ 0.076936] usbcore: registered new interface driver hub
[ 0.077243] usbcore: registered new device driver usb
[ 0.078312] PCI: Probing PCI hardware
[ 0.078820] PCI host bridge to bus 0000:00
[ 0.079098] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.079159] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.083027] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.088564] cfg80211: Calling CRDA to update world regulatory domain
[ 0.091780] NetLabel: Initializing
[ 0.091805] NetLabel: domain hash size = 128
[ 0.091825] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.092188] NetLabel: unlabeled traffic allowed by default
[ 0.093491] Switching to clocksource pit
[ 0.129474] AppArmor: AppArmor Filesystem Enabled
[ 0.129733] pnp: PnP ACPI: disabled
[ 0.146320] NET: Registered protocol family 2
[ 0.147198] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.149090] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.149442] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.149694] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.149752] TCP: reno registered
[ 0.149836] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.149925] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.150858] NET: Registered protocol family 1
[ 0.151031] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.151097] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.151218] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.153429] Trying to unpack rootfs image as initramfs...
[ 0.804322] Freeing initrd memory: 4236k freed
[ 0.810854] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.818008] goldfish_new_pdev goldfish_device_bus at ff001000 irq 4
[ 0.818075] goldfish_new_pdev goldfish-battery at ff010000 irq 5
[ 0.818110] goldfish_new_pdev goldfish_rfkill at ff011000 irq 6
[ 0.818161] goldfish_new_pdev goldfish_memlog at ff012000 irq -1
[ 0.818189] goldfish_new_pdev goldfish_nand at ff013000 irq -1
[ 0.818214] goldfish_new_pdev qemu_pipe at ff014000 irq 7
[ 0.818237] goldfish_new_pdev goldfish_mmc at ff005000 irq 8
[ 0.818261] goldfish_new_pdev goldfish_tty at ff016000 irq 9
[ 0.818292] goldfish_new_pdev goldfish_tty at ff017000 irq 9
[ 0.818321] goldfish_new_pdev goldfish_tty at ff018000 irq 9
[ 0.818345] goldfish_new_pdev goldfish_tty at ff019000 irq 9
[ 0.818369] goldfish_new_pdev goldfish_fb at ff01a000 irq 10
[ 0.818393] goldfish_new_pdev goldfish_events at ff01b000 irq 3
[ 0.818618] goldfish_pdev_worker registered goldfish_device_bus
[ 0.818762] goldfish_pdev_worker registered goldfish-battery
[ 0.818893] goldfish_pdev_worker registered goldfish_rfkill
[ 0.819020] goldfish_pdev_worker registered goldfish_memlog
[ 0.819148] goldfish_pdev_worker registered goldfish_nand
[ 0.819276] goldfish_pdev_worker registered qemu_pipe
[ 0.819426] goldfish_pdev_worker registered goldfish_mmc
[ 0.819567] goldfish_pdev_worker registered goldfish_tty
[ 0.819694] goldfish_pdev_worker registered goldfish_tty
[ 0.819826] goldfish_pdev_worker registered goldfish_tty
[ 0.819952] goldfish_pdev_worker registered goldfish_tty
[ 0.820089] goldfish_pdev_worker registered goldfish_fb
[ 0.820215] goldfish_pdev_worker registered goldfish_events
[ 0.823301] audit: initializing netlink socket (disabled)
[ 0.823647] type=2000 audit(1412964220.810:1): initialized
[ 1.027725] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.041559] VFS: Disk quotas dquot_6.5.2
[ 1.041914] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.048378] fuse init (API version 7.18)
[ 1.049413] msgmni has been set to 992
[ 1.054024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.054415] io scheduler noop registered
[ 1.054461] io scheduler deadline registered
[ 1.054565] io scheduler cfq registered (default)
[ 1.056132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.056170] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.056719] goldfish_fb goldfish_fb.0: no framebuffer memblock
[ 1.059396] allocating frame buffer 480 * 800, got de000000
[ 1.074775] Non-volatile memory driver v1.3
[ 1.077774] console [ttyS0] enabled
[ 1.078889] Linux agpgart interface v0.103
[ 1.080459] [drm] Initialized drm 1.1.0 20060810
[ 1.080535] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
[ 1.092067] brd: module loaded
[ 1.097971] loop: module loaded
[ 1.099926] Loading iSCSI transport class v2.0-870.
[ 1.102503] goldfish nand dev0: size c800000, page 512, extra 0, erase 32768
[ 1.173342] goldfish nand dev1: size c800000, page 512, extra 0, erase 32768
[ 1.221991] goldfish nand dev2: size 4200000, page 512, extra 0, erase 32768
[ 1.269917] tun: Universal TUN/TAP device driver, 1.6
[ 1.269984] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 1.270423] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[ 1.270841] ne2k-pci 0000:00:02.0: found PCI INT A -> IRQ 9
[ 1.270994] ne2k-pci 0000:00:02.0: sharing IRQ 9 with 0000:00:06.0
[ 1.272404] eth0: RealTek RTL-8029 found at 0xc000, IRQ 9, 52:54:00:12:34:56.
[ 1.272550] ne2k-pci 0000:00:03.0: found PCI INT A -> IRQ 11
[ 1.273381] eth1: RealTek RTL-8029 found at 0xc100, IRQ 11, 52:54:00:12:34:57.
[ 1.273474] ne2k-pci 0000:00:04.0: found PCI INT A -> IRQ 9
[ 1.274208] eth2: RealTek RTL-8029 found at 0xc200, IRQ 9, 52:54:00:12:34:58.
[ 1.274298] ne2k-pci 0000:00:05.0: found PCI INT A -> IRQ 11
[ 1.275019] eth3: RealTek RTL-8029 found at 0xc300, IRQ 11, 52:54:00:12:34:59.
[ 1.275116] ne2k-pci 0000:00:06.0: found PCI INT A -> IRQ 9
[ 1.275195] ne2k-pci 0000:00:06.0: sharing IRQ 9 with 0000:00:02.0
[ 1.276177] eth4: RealTek RTL-8029 found at 0xc400, IRQ 9, 52:54:00:12:34:5a.
[ 1.276943] eth5: RealTek RTL-8029 found at 0xc500, IRQ 11, 52:54:00:12:34:5b.
[ 1.277352] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 1.277401] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.277579] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.277628] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.277808] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[ 1.277852] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[ 1.278060] sky2: driver version 1.30
[ 1.279861] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.280147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.280387] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.280886] usbcore: registered new interface driver usblp
[ 1.280935] Initializing USB Mass Storage driver...
[ 1.281098] usbcore: registered new interface driver usb-storage
[ 1.281143] USB Mass Storage support registered.
[ 1.281343] usbcore: registered new interface driver libusual
[ 1.281783] mousedev: PS/2 mouse device common for all mice
[ 1.281900] *** events probe ***
[ 1.282057] events_probe() addr=0xe100c000 irq=3
[ 1.282125] events_probe() keymap=qwerty2
[ 1.283145] input: qwerty2 as /devices/virtual/input/input0
[ 1.285374] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 1.285374] rtc0: alarms up to one day, 114 bytes nvram
[ 1.288491] device-mapper: uevent: version 1.0.3
[ 1.289175] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: <email address hidden>
[ 1.289721] cpuidle: using governor ladder
[ 1.289812] cpuidle: using governor menu
[ 1.291913] EFI Variables Facility v0.08 2004-May-17
[ 1.293974] usbcore: registered new interface driver usbhid
[ 1.294039] usbhid: USB HID core driver
[ 1.296174] ashmem: initialized
[ 1.296483] logger: created 256K log 'log_main'
[ 1.296765] logger: created 256K log 'log_events'
[ 1.297018] logger: created 256K log 'log_radio'
[ 1.297286] logger: created 256K log 'log_system'
[ 1.298051] Netfilter messages via NETLINK v0.30.
[ 1.298369] nf_conntrack version 0.5.0 (7938 buckets, 31752 max)
[ 1.299447] ctnetlink v0.93: registering with nfnetlink.
[ 1.301732] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.303085] TCP: cubic registered
[ 1.304395] NET: Registered protocol family 10
[ 1.310142] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 1.311215] NET: Registered protocol family 17
[ 1.312108] Registering the dns_resolver key type
[ 1.314653] registered taskstats version 1
[ 1.334862] mmc0: new SDHC card at address e118
[ 1.346238] mmcblk0: mmc0:e118 SU02G 4.00 GiB
[ 1.377634] mmcblk0: unknown partition table
[ 1.453612] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.455058] console [netcon0] enabled
[ 1.455120] netconsole: network logging started
[ 1.457737] Freeing unused kernel memory: 376k freed
[ 1.473897] Write protecting the kernel text: 5644k
[ 1.474199] Write protecting the kernel read-only data: 2784k
Loading, please wait...
[ 1.777330] systemd-udevd[95]: starting version 208
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.057559] initrd: mounting /dev/mmcblk0
[ 3.081132] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities
[ 3.093595] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities
[ 3.126651] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: discard
[ 3.156102] initrd: boot mode: normal
[ 3.202761] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities
[ 3.209658] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatibilities
[ 3.327055] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 3.329629] initrd: mounting system.img (image developer mode)
[ 3.599649] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities
[ 3.614947] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities
[ 3.690707] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.764227] initrd: device is generic_x86
[ 6.306423] Clocksource tsc unstable (delta = 89997210 ns)
[ 10.739248] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points
[ 10.987267] initrd: checking mount label mtdblock2
[ 11.034212] initrd: mounting /dev/mtdblock2 as /root/android//cache
mount: mounting /dev/mtdblock2 on /root/android//cache failed: Invalid argument
[ 11.089599] 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.
[ 14.697000] init: ureadahead-touch main process (448) terminated with status 5
[ 48.920671] init: /dev/hw_random not found
[ 48.928388] init: cannot open '/initlogo.rle'
[ 49.127475] init: /dev/hw_random not found
[ 50.410079] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 50.410333] init: cannot find '/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager'
[ 50.505152] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[ 50.505273] init: powerctl: cannot expand '${sys.powerctl}'
[ 50.505367] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[ 50.505455] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[ 50.608417] init: cannot find '/sbin/adbd', disabling 'adbd'
[ 50.667193] init: cannot find '/sbin/adbd', disabling 'adbd'
[ 146.902956] systemd-logind[1037]: Failed to start unit user@32011.service: Unknown unit: user@32011.service
[ 146.903298] systemd-logind[1037]: Failed to start user service: Unknown unit: user@32011.service
[ 149.110086] systemd-logind[1037]: Failed to start unit user@0.service: Unknown unit: user@0.service
[ 149.110211] systemd-logind[1037]: Failed to start user service: Unknown unit: user@0.service
 * Setting up X socket directories... [ OK ]
 * Starting automatic crash report generation: apport [ OK ]

I have no idea how to solve this problem because there is no information about problem like this.

__________________

Useful information:

- nvidia-detector command shows none,

- lspci command shows:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)

- I use ubuntu 14.04.1 x64

- linux kernel version is 3.13.0-37-generic

- "lshw -c video" shows:
  *-display UNCLAIMED
       description: VGA compatible controller
       product: GF108M [GeForce GT 630M]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller cap_list
       configuration: latency=0
       resources: memory:d2000000-d2ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:4000(size=128) memory:b2000000-b207ffff
  *-display
       description: VGA compatible controller
       product: 2nd Generation Core Processor Family Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:45 memory:d4000000-d43fffff memory:c0000000-cfffffff ioport:5000(size=64)

Revision history for this message
Timur Fayzrakhmanov (timfayz) wrote :
description: updated
Revision history for this message
Daniel Holbach (dholbach) wrote :

I replied on your issue on askubuntu - which issue do you have with developer.ubuntu.com?

Changed in developer-ubuntu-com:
status: New → Incomplete
Revision history for this message
Timur Fayzrakhmanov (timfayz) wrote :

The main problem is inability to use ubuntu-emulator properly which I described above. My English is not quite ok, what need I do?

Revision history for this message
Mateo Salta (mateo-salta) wrote :

It seems like this is a bug report on the actuall emulator in the ubuntu-sdk and not about the developer website, I'll mark it as such. Hopefull this gets to the right place for him.

Changed in developer-ubuntu-com:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.