Thread Previous • Date Previous • Date Next • Thread Next |
I'm also still stuck with the emulator, having created a new one using the command line : > sudo ubuntu-emulator create --channel=ubuntu-touch/stable myinstance then running > ubuntu-emulator run --scale=0.8 myinstance and I fall in the same situation. I'll create a bug in launchpad. The complete log is in attachment (emulator.log) I've also tried from unbuntu-sdk and the result is even worth, my load avg kept increasing (I think I've stopped the processes at 12). And there was some segfault errors in my syslog (see attachment also) and the nice screenshot of the screwed GUI of the ubuntu-sdk. 2016-06-21 5:20 GMT+02:00 Unix One <unix1@xxxxxxxx>: > On 06/20/2016 09:25 AM, Benjamin Zeller wrote: > > At least the SDK IDE would always suggest you to create a i386/stable > > emulator as default. > > As seen in this blog post > > https://developer.ubuntu.com/en/blog/2016/06/14/calling-testers-new-ubuntu-sdk-ide-post/ > it doesn't suggest one way or the other, it just lets you pick. The post > also mentions that > > "for creating click packages for the phone we will need an armhf target" > > which I read as I won't be able to do this with the i386 target. Is this > wrong? > > > Probably, but they are extremely slow. Its possible that you just did not > > wait long enough. > > OK, this time I started the emulator and waited for over an hour for it > to boot. In the first couple of minutes (roughly) it quickly reached the > spot where it gives the "basename: missing operand" error and then for > the next hour, while taking up 100% of a CPU core, stayed there; at > which point I stopped it. > > My laptop is Dell XPS 13 9350 which has Skylake i7 and 16GB RAM, most of > which was free during this time. I would think if the emulator were > making progress it would have finished the boot, or at least gotten past > that point in that 1 hour time period. > > > Also they can get stuck randomly. > > Well, seems like stuck in an infinite loop during boot, at least. > > Unless anyone has suggestions, I think I'm giving up for now, and I'm > going to use the phone; and alternatively see how useful the i386 > emulator is. > > I would, however, suggest updating the wiki - > https://wiki.ubuntu.com/Touch/Emulator - and maybe few other places, > suggesting that arm emulators may not be reliable for now and to use > i386 or the physical devices, in the hopes of avoiding frustration of > newcomers who might not know. > > Finally, I am new to all this. So please forgive my ignorance. My intent > is to ask questions, learn, and hopefully give feedback. And I am > grateful for any help I get. Thank you! > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : ubuntu-phone@xxxxxxxxxxxxxxxxxxx > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp > -- http://krampstudio.com http://github.com/krampstudio https://twitter.com/kramp
$> ubuntu-emulator run --scale=0.8 myinstance emulator: autoconfig: -datadir /home/bertrand/.local/share/ubuntu-emulator/myinstance emulator: Found target ABI=x86, architecture=x86 emulator: Found target API level: 19 emulator: using core hw config path: /home/bertrand/.local/share/ubuntu-emulator/myinstance/hardware-qemu.ini emulator: keyset loaded from: /home/bertrand/.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/bertrand/.local/share/ubuntu-emulator/myinstance/system.img emulator: autoconfig: -initdata /home/bertrand/.local/share/ubuntu-emulator/myinstance/userdata.img emulator: WARNING: no Real SD Card found at '/home/bertrand/.local/share/ubuntu-emulator/myinstance/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/bertrand/.local/share/ubuntu-emulator/myinstance/sdcard.img hw.sdCardPrime = yes disk.cachePartition = yes disk.cachePartition.path = /home/bertrand/.local/share/ubuntu-emulator/myinstance/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/bertrand/.local/share/ubuntu-emulator/myinstance/ubuntu-kernel kernel.parameters = androidboot.hardware=goldfish clocksource=pit disk.ramdisk.path = /home/bertrand/.local/share/ubuntu-emulator/myinstance/ramdisk.img disk.systemPartition.initPath = /home/bertrand/.local/share/ubuntu-emulator/myinstance/system.img disk.systemPartition.size = 200m disk.dataPartition.path = /home/bertrand/.local/share/ubuntu-emulator/myinstance/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/bertrand/.local/share/ubuntu-emulator/myinstance/hardware-qemu.ini" Concatenated QEMU options: /usr/share/android/emulator/out/host/linux-x86/bin/emulator-x86 -show-kernel -android-hw /home/bertrand/.local/share/ubuntu-emulator/myinstance/hardware-qemu.ini emulator: registered 'boot-properties' qemud service emulator: nand_add_dev: system,size=0xc800000,initfile=/home/bertrand/.local/share/ubuntu-emulator/myinstance/system.img,pagesize=512,extrasize=0 emulator: mapping 'system' NAND image to /tmp/android-bertrand/emulator-cvl6nE emulator: nand_add_dev: userdata,size=0xc800000,file=/home/bertrand/.local/share/ubuntu-emulator/myinstance/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/bertrand/.local/share/ubuntu-emulator/myinstance/cache.img,pagesize=512,extrasize=0 emulator: Initializing hardware OpenGLES emulation support emulator: No kvm device file detected 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: 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@brownie) (gcc version 4.7.4 (Ubuntu/Linaro 4.7.4-3ubuntu2) ) #1-Ubuntu PREEMPT Tue Jul 14 16:14:07 UTC 2015 [ 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: 1fac5000 - 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: 502760k/524224k available (5658k kernel code, 21012k reserved, 3257k 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 : 0xc0ab6000 - 0xc0b14000 ( 376 kB) [ 0.000000] .data : 0xc0786ac9 - 0xc0ab50c0 (3257 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 2128.095 MHz processor. [ 0.010262] Calibrating delay loop (skipped), value calculated using timer frequency.. 4256.19 BogoMIPS (lpj=21280950) [ 0.010549] pid_max: default: 32768 minimum: 301 [ 0.011313] Security Framework initialized [ 0.013496] AppArmor: AppArmor initialized [ 0.013554] Yama: becoming mindful. [ 0.016085] Mount-cache hash table entries: 512 [ 0.027016] Initializing cgroup subsys cpuacct [ 0.027141] Initializing cgroup subsys devices [ 0.027230] Initializing cgroup subsys freezer [ 0.027288] Initializing cgroup subsys blkio [ 0.027526] Initializing cgroup subsys perf_event [ 0.029250] CPU: Intel Pentium II (Klamath) stepping 03 [ 0.036207] Performance Events: Broken PMU hardware detected, using software events only. [ 0.041037] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.048186] devtmpfs: initialized [ 0.053403] EVM: security.selinux [ 0.053442] EVM: security.SMACK64 [ 0.053475] EVM: security.capability [ 0.060587] dummy: [ 0.062441] NET: Registered protocol family 16 [ 0.072316] PCI: PCI BIOS revision 2.10 entry at 0xfb3c0, last bus=0 [ 0.072407] PCI: Using configuration type 1 for base access [ 0.102192] bio: create slab <bio-0> at 0 [ 0.104249] ACPI: Interpreter disabled. [ 0.106573] vgaarb: loaded [ 0.108118] i2c-core: driver [tps65090] using legacy suspend method [ 0.108168] i2c-core: driver [tps65090] using legacy resume method [ 0.109691] SCSI subsystem initialized [ 0.111818] usbcore: registered new interface driver usbfs [ 0.112230] usbcore: registered new interface driver hub [ 0.112654] usbcore: registered new device driver usb [ 0.114341] PCI: Probing PCI hardware [ 0.115209] PCI host bridge to bus 0000:00 [ 0.115584] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.115667] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff] [ 0.123449] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000] [ 0.137809] NetLabel: Initializing [ 0.137868] NetLabel: domain hash size = 128 [ 0.137906] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.138558] NetLabel: unlabeled traffic allowed by default [ 0.140585] cfg80211: Calling CRDA to update world regulatory domain [ 0.141584] Switching to clocksource pit [ 0.211657] AppArmor: AppArmor Filesystem Enabled [ 0.212124] pnp: PnP ACPI: disabled [ 0.239603] NET: Registered protocol family 2 [ 0.241113] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.244868] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.245397] TCP bind hash table entries: 16384 (order: 4, 65536 bytes) [ 0.245789] TCP: Hash tables configured (established 16384 bind 16384) [ 0.245888] TCP: reno registered [ 0.246041] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.246184] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.247587] NET: Registered protocol family 1 [ 0.247824] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.247929] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.248267] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.252793] Trying to unpack rootfs image as initramfs... [ 1.442120] Freeing initrd memory: 5292k freed [ 1.454239] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 1.465445] goldfish_new_pdev goldfish_device_bus at ff001000 irq 4 [ 1.465549] goldfish_new_pdev goldfish-battery at ff010000 irq 5 [ 1.465601] goldfish_new_pdev goldfish_rfkill at ff011000 irq 6 [ 1.465678] goldfish_new_pdev goldfish_memlog at ff012000 irq -1 [ 1.465722] goldfish_new_pdev goldfish_nand at ff013000 irq -1 [ 1.465763] goldfish_new_pdev qemu_pipe at ff014000 irq 7 [ 1.465819] goldfish_new_pdev goldfish_mmc at ff005000 irq 8 [ 1.465860] goldfish_new_pdev goldfish_tty at ff016000 irq 9 [ 1.465901] goldfish_new_pdev goldfish_tty at ff017000 irq 9 [ 1.465950] goldfish_new_pdev goldfish_tty at ff018000 irq 9 [ 1.465991] goldfish_new_pdev goldfish_tty at ff019000 irq 9 [ 1.466033] goldfish_new_pdev goldfish_fb at ff01a000 irq 10 [ 1.466074] goldfish_new_pdev goldfish_events at ff01b000 irq 3 [ 1.466116] goldfish_new_pdev goldfish_audio at ff004000 irq 11 [ 1.466470] goldfish_pdev_worker registered goldfish_device_bus [ 1.466695] goldfish_pdev_worker registered goldfish-battery [ 1.466917] goldfish_pdev_worker registered goldfish_rfkill [ 1.467125] goldfish_pdev_worker registered goldfish_memlog [ 1.467343] goldfish_pdev_worker registered goldfish_nand [ 1.467546] goldfish_pdev_worker registered qemu_pipe [ 1.467796] goldfish_pdev_worker registered goldfish_mmc [ 1.468086] goldfish_pdev_worker registered goldfish_tty [ 1.468295] goldfish_pdev_worker registered goldfish_tty [ 1.468504] goldfish_pdev_worker registered goldfish_tty [ 1.468711] goldfish_pdev_worker registered goldfish_tty [ 1.468946] goldfish_pdev_worker registered goldfish_fb [ 1.469152] goldfish_pdev_worker registered goldfish_events [ 1.469359] goldfish_pdev_worker registered goldfish_audio [ 1.474380] audit: initializing netlink socket (disabled) [ 1.474951] type=2000 audit(1466490253.460:1): initialized [ 1.759144] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 1.783188] VFS: Disk quotas dquot_6.5.2 [ 1.783759] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.793676] fuse init (API version 7.18) [ 1.795218] msgmni has been set to 992 [ 1.802582] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.803147] io scheduler noop registered [ 1.803219] io scheduler deadline registered [ 1.803388] io scheduler cfq registered (default) [ 1.805451] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.805510] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.806298] goldfish_fb goldfish_fb.0: no framebuffer memblock [ 1.809906] allocating frame buffer 480 * 800, got de200000 [ 1.833240] Non-volatile memory driver v1.3 [ 1.837605] console [ttyS0] enabled [ 1.839606] Linux agpgart interface v0.103 [ 1.842545] [drm] Initialized drm 1.1.0 20060810 [ 1.842662] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module! [ 1.863723] brd: module loaded [ 1.872825] loop: module loaded [ 1.873129] goldfish_audio_probe [ 1.876458] Loading iSCSI transport class v2.0-870. [ 1.880812] goldfish nand dev0: size c800000, page 512, extra 0, erase 32768 [ 1.998136] goldfish nand dev1: size c800000, page 512, extra 0, erase 32768 [ 2.079770] goldfish nand dev2: size 4200000, page 512, extra 0, erase 32768 [ 2.161745] tun: Universal TUN/TAP device driver, 1.6 [ 2.161849] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 2.162573] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker [ 2.163253] ne2k-pci 0000:00:02.0: found PCI INT A -> IRQ 9 [ 2.163484] ne2k-pci 0000:00:02.0: sharing IRQ 9 with 0000:00:06.0 [ 2.165830] eth0: RealTek RTL-8029 found at 0xc000, IRQ 9, 52:54:00:12:34:56. [ 2.166087] ne2k-pci 0000:00:03.0: found PCI INT A -> IRQ 11 [ 2.167542] eth1: RealTek RTL-8029 found at 0xc100, IRQ 11, 52:54:00:12:34:57. [ 2.167685] ne2k-pci 0000:00:04.0: found PCI INT A -> IRQ 9 [ 2.168962] eth2: RealTek RTL-8029 found at 0xc200, IRQ 9, 52:54:00:12:34:58. [ 2.169116] ne2k-pci 0000:00:05.0: found PCI INT A -> IRQ 11 [ 2.170205] eth3: RealTek RTL-8029 found at 0xc300, IRQ 11, 52:54:00:12:34:59. [ 2.170335] ne2k-pci 0000:00:06.0: found PCI INT A -> IRQ 9 [ 2.170431] ne2k-pci 0000:00:06.0: sharing IRQ 9 with 0000:00:02.0 [ 2.171552] eth4: RealTek RTL-8029 found at 0xc400, IRQ 9, 52:54:00:12:34:5a. [ 2.172716] eth5: RealTek RTL-8029 found at 0xc500, IRQ 11, 52:54:00:12:34:5b. [ 2.173337] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 2.173411] e100: Copyright(c) 1999-2006 Intel Corporation [ 2.173665] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 2.173736] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 2.174025] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k [ 2.174363] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. [ 2.174640] sky2: driver version 1.30 [ 2.177543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.178007] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.178508] uhci_hcd: USB Universal Host Controller Interface driver [ 2.179276] usbcore: registered new interface driver usblp [ 2.179376] Initializing USB Mass Storage driver... [ 2.179606] usbcore: registered new interface driver usb-storage [ 2.179678] USB Mass Storage support registered. [ 2.179957] usbcore: registered new interface driver libusual [ 2.180605] mousedev: PS/2 mouse device common for all mice [ 2.180790] *** events probe *** [ 2.181002] events_probe() addr=0xe100e000 irq=3 [ 2.181130] events_probe() keymap=qwerty2 [ 2.182714] input: qwerty2 as /devices/virtual/input/input0 [ 2.186419] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 2.186854] rtc0: alarms up to one day, 114 bytes nvram [ 2.191403] device-mapper: uevent: version 1.0.3 [ 2.192589] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx [ 2.194732] cpuidle: using governor ladder [ 2.194933] cpuidle: using governor menu [ 2.201495] EFI Variables Facility v0.08 2004-May-17 [ 2.204746] usbcore: registered new interface driver usbhid [ 2.204829] usbhid: USB HID core driver [ 2.207124] ashmem: initialized [ 2.207553] logger: created 256K log 'log_main' [ 2.207988] logger: created 256K log 'log_events' [ 2.208491] logger: created 256K log 'log_radio' [ 2.208915] logger: created 256K log 'log_system' [ 2.210016] Netfilter messages via NETLINK v0.30. [ 2.211416] nf_conntrack version 0.5.0 (7938 buckets, 31752 max) [ 2.213081] ctnetlink v0.93: registering with nfnetlink. [ 2.216421] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218712] TCP: cubic registered [ 2.220803] NET: Registered protocol family 10 [ 2.229904] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.232326] NET: Registered protocol family 17 [ 2.233200] Registering the dns_resolver key type [ 2.237760] registered taskstats version 1 [ 2.258499] mmc0: new SDHC card at address e118 [ 2.260425] mmcblk0: mmc0:e118 SU02G 4.00 GiB [ 2.303136] mmcblk0: unknown partition table [ 2.454366] AppArmor: AppArmor sha1 policy hashing enabled [ 2.456501] console [netcon0] enabled [ 2.456601] netconsole: network logging started [ 2.461057] Freeing unused kernel memory: 376k freed [ 2.480788] Write protecting the kernel text: 5660k [ 2.481256] Write protecting the kernel read-only data: 2804k Loading, please wait... starting version 219 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.948696] Clocksource tsc unstable (delta = 90023444 ns) [ 5.003301] initrd: checking filesystem integrity for the userdata partition [ 5.058728] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities [ 5.078943] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities [ 6.893126] EXT4-fs (mmcblk0): 1 orphan inode deleted [ 6.893263] EXT4-fs (mmcblk0): recovery complete [ 6.909811] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: errors=remount-ro [ 7.136989] mmcblk0: unknown partition table [ 7.159391] initrd: checking filesystem for userdata took (including e2fsck) 2 seconds [ 7.159728] initrd: mounting /dev/mmcblk0 [ 7.446513] EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support! [ 7.446649] EXT4-fs (mmcblk0): couldn't mount as ext3 due to feature incompatibilities [ 7.452825] EXT4-fs (mmcblk0): couldn't mount as ext2 due to feature incompatibilities [ 7.466601] EXT4-fs (mmcblk0): mounted filesystem with journalled data mode. Opts: discard,data=journal [ 7.510133] initrd: boot mode: ubuntu [ 7.590929] EXT4-fs (loop0): couldn't mount as ext3 due to feature incompatibilities [ 7.610089] EXT4-fs (loop0): couldn't mount as ext2 due to feature incompatibilities [ 12.424517] EXT4-fs (loop0): recovery complete [ 12.432995] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null) [ 12.439424] initrd: mounting system.img (image developer mode) [ 12.774830] initrd: mounting device image as ro [ 12.850346] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities [ 12.869082] EXT4-fs (loop1): couldn't mount as ext2 due to feature incompatibilities [ 13.035642] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null) [ 13.175609] initrd: device is generic_x86 [ 14.927141] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points [ 15.535907] initrd: mounting /dev/mtdblock2 as /root/android//cache mount: mounting /dev/mtdblock2 on /root/android//cache failed: Invalid argument [ 15.589385] 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. [ 19.868854] init: ureadahead-touch main process (318) terminated with status 5 [ 56.369353] init: /dev/hw_random not found [ 56.405918] init: cannot open '/initlogo.rle' [ 56.832275] init: /dev/hw_random not found [ 58.705590] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery' [ 58.705950] init: cannot find '/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager' [ 59.039069] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}' [ 59.039236] init: powerctl: cannot expand '${sys.powerctl}' [ 59.046536] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}' [ 59.046696] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes' [ 59.079986] init: cannot find '/sbin/adbd', disabling 'adbd' [ 95.988863] systemd-logind[797]: Failed to start user service: Unknown unit: user@0.service * Setting up X socket directories... [ OK ] [ 191.676892] systemd-logind[797]: 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.
Attachment:
syslog
Description: Binary data
Attachment:
Capture du 2016-06-20 21-59-50.png
Description: PNG image
Thread Previous • Date Previous • Date Next • Thread Next |