Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- QEMU for Raspberry 2/3
- Device: /dev/sdb SELECTED
- Device: /dev/sdb PATH OK
- Device: /dev/sdb DEVICE OK
- Check SD Card: /dev/sdb
- Disk /dev/sdb: 30.9 GB, 30908350464 bytes
- /dev/sdb1 * 2048 133119 65536 c W95 FAT32 (LBA)
- /dev/sdb2 133120 3670015 1768448 83 Linux
- Choosing the wrong HD could cause data loss.
- Continue (y/n)? y
- Booting Raspberry from SD Card /dev/sdb [10.0.0.1:2222->10.0.0.2:22]
- + sudo qemu-system-arm -kernel dist/ubuntu-14.04/boot/kernel7.img -dtb dist/ubuntu-14.04/boot/bcm2709-rpi-2-b.dtb -M raspi2 -m 512 -no-reboot -serial stdio -hda /dev/sdb -append 'rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 panic=1 rootfstype=ext4 noplymouth' -net nic -net user,net=10.0.0.0/8,host=10.0.0.1,hostfwd=tcp:127.0.0.1:2222-10.0.0.2:22
- WARNING: Image format was not specified for '/dev/sdb' and probing guessed raw.
- Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
- Specify the 'raw' format explicitly to remove the restrictions.
- Warning: hub port hub0port0 has no peer
- Warning: vlan 0 with no nics
- Warning: netdev hub0port0 has no peer
- Warning: requested NIC (anonymous, model unspecified) was not created (not supported by this machine?)
- Uncompressing Linux... done, booting the kernel.
- [ 0.000000] Booting Linux on physical CPU 0xf00
- [ 0.000000] Initializing cgroup subsys cpuset
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Initializing cgroup subsys cpuacct
- [ 0.000000] Linux version 3.18.0-20-rpi2 (buildd@lgw01-09) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-19ubuntu1) ) #21-Ubuntu SMP PREEMPT Sun Apr 5 01:56:02 UTC 2015 (Ubuntu 3.18.0-20.21-rpi2 3.18.11)
- [ 0.000000] CPU: ARMv7 Processor [412fc0f1] revision 1 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
- [ 0.000000] Machine model: Raspberry Pi 2 Model B
- [ 0.000000] bootconsole [earlycon0] enabled
- [ 0.000000] cma: Reserved 8 MiB at 0x1b800000
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] On node 0 totalpages: 114688
- [ 0.000000] free_area_init_node: node 0, pgdat 8095cc40, node_mem_map 9b473000
- [ 0.000000] Normal zone: 896 pages used for memmap
- [ 0.000000] Normal zone: 0 pages reserved
- [ 0.000000] Normal zone: 114688 pages, LIFO batch:31
- [ 0.000000] [bcm2709_smp_init_cpus] enter (85c0->f3003010)
- [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
- [ 0.000000] PERCPU: Embedded 11 pages/cpu @9b43f000 s12928 r8192 d23936 u45056
- [ 0.000000] pcpu-alloc: s12928 r8192 d23936 u45056 alloc=11*4096
- [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113792
- [ 0.000000] Kernel command line: rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 panic=1 rootfstype=ext4 noplymouth
- [ 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] allocated 917504 bytes of page_cgroup
- [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
- [ 0.000000] Memory: 434960K/458752K available (6339K kernel code, 564K rwdata, 2352K rodata, 364K init, 806K bss, 23792K reserved)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
- [ 0.000000] vmalloc : 0x9c800000 - 0xff000000 (1576 MB)
- [ 0.000000] lowmem : 0x80000000 - 0x9c000000 ( 448 MB)
- [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
- [ 0.000000] .text : 0x80008000 - 0x80884f4c (8692 kB)
- [ 0.000000] .init : 0x80885000 - 0x808e0000 ( 364 kB)
- [ 0.000000] .data : 0x808e0000 - 0x8096d2ec ( 565 kB)
- [ 0.000000] .bss : 0x8096d2ec - 0x80a36d20 ( 807 kB)
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
- [ 0.000000] NR_IRQS:480
- [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
- [ 0.002691] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
- [ 0.008497] Switching to timer-based delay loop, resolution 52ns
- [ 0.131077] Console: colour dummy device 80x30
- [ 0.139269] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
- [ 0.197215] pid_max: default: 32768 minimum: 301
- [ 0.220092] Security Framework initialized
- [ 0.288667] AppArmor: AppArmor initialized
- [ 0.292816] Yama: becoming mindful.
- [ 0.339507] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.345469] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.554322] Initializing cgroup subsys memory
- [ 0.564057] Initializing cgroup subsys devices
- [ 0.569025] Initializing cgroup subsys freezer
- [ 0.573926] Initializing cgroup subsys net_cls
- [ 0.578760] Initializing cgroup subsys blkio
- [ 0.582899] Initializing cgroup subsys perf_event
- [ 0.586117] Initializing cgroup subsys net_prio
- [ 0.598882] CPU: Testing write buffer coherency: ok
- [ 0.779171] CPU0: update cpu_capacity 1024
- [ 0.786243] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
- [ 0.794849] [bcm2709_smp_prepare_cpus] enter
- [ 0.827420] Setting up static identity map for 0x6064c8 - 0x606520
- [ 1.364044] [bcm2709_boot_secondary] cpu:1 failed to start (85c0)
- [ 2.621481] CPU1: failed to come online
- [ 2.740193] [bcm2709_boot_secondary] cpu:2 failed to start (85c0)
- [ 4.005433] CPU2: failed to come online
- [ 4.046325] [bcm2709_boot_secondary] cpu:3 failed to start (85c0)
- [ 5.334488] CPU3: failed to come online
- [ 5.339901] Brought up 1 CPUs
- [ 5.343928] SMP: Total of 1 processors activated (38.40 BogoMIPS).
- [ 5.348973] CPU: All CPU(s) started in SVC mode.
- [ 5.537658] devtmpfs: initialized
- [ 6.592809] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
- [ 7.239621] pinctrl core: initialized pinctrl subsystem
- [ 7.498791] NET: Registered protocol family 16
- [ 7.755175] DMA: preallocated 4096 KiB pool for atomic coherent allocations
- [ 7.874023] cpuidle: using governor ladder
- [ 7.911083] cpuidle: using governor menu
- [ 7.937255] bcm2709.uart_clock = 3000000
- [ 8.057889] ------------[ cut here ]------------
- [ 8.064281] WARNING: CPU: 0 PID: 1 at /build/buildd/linux-3.18.0/arch/arm/mach-bcm2709/armctrl.c:148 armctrl_xlate+0x188/0x274()
- [ 8.071936] Modules linked in:
- [ 8.078609] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.18.0-20-rpi2 #21-Ubuntu
- [ 8.093992] [<80016ab0>] (unwind_backtrace) from [<800129d0>] (show_stack+0x10/0x14)
- [ 8.100748] [<800129d0>] (show_stack) from [<805fee10>] (dump_stack+0x9c/0xd4)
- [ 8.108270] [<805fee10>] (dump_stack) from [<80026ed8>] (warn_slowpath_common+0x70/0x8c)
- [ 8.117681] [<80026ed8>] (warn_slowpath_common) from [<80026f90>] (warn_slowpath_null+0x1c/0x24)
- [ 8.124291] [<80026f90>] (warn_slowpath_null) from [<80022044>] (armctrl_xlate+0x188/0x274)
- [ 8.129935] [<80022044>] (armctrl_xlate) from [<8007399c>] (irq_create_of_mapping+0x64/0x110)
- [ 8.135697] [<8007399c>] (irq_create_of_mapping) from [<804c4ef4>] (irq_of_parse_and_map+0x24/0x2c)
- [ 8.141938] [<804c4ef4>] (irq_of_parse_and_map) from [<804c4f14>] (of_irq_to_resource+0x18/0xb8)
- [ 8.147483] [<804c4f14>] (of_irq_to_resource) from [<804c4ff0>] (of_irq_to_resource_table+0x3c/0x54)
- [ 8.152139] [<804c4ff0>] (of_irq_to_resource_table) from [<804c25b8>] (of_device_alloc+0xd8/0x180)
- [ 8.158705] [<804c25b8>] (of_device_alloc) from [<804c26a8>] (of_platform_device_create_pdata+0x48/0x98)
- [ 8.166038] [<804c26a8>] (of_platform_device_create_pdata) from [<804c27f0>] (of_platform_bus_create+0xec/0x3ac)
- [ 8.178424] [<804c27f0>] (of_platform_bus_create) from [<804c2860>] (of_platform_bus_create+0x15c/0x3ac)
- [ 8.184943] [<804c2860>] (of_platform_bus_create) from [<804c2c28>] (of_platform_populate+0x5c/0xa0)
- [ 8.191117] [<804c2c28>] (of_platform_populate) from [<8088cad8>] (bcm2709_init+0x64/0x3fc)
- [ 8.197513] [<8088cad8>] (bcm2709_init) from [<80888870>] (customize_machine+0x20/0x40)
- [ 8.203004] [<80888870>] (customize_machine) from [<800088bc>] (do_one_initcall+0xd8/0x208)
- [ 8.208438] [<800088bc>] (do_one_initcall) from [<80885ef4>] (kernel_init_freeable+0x1fc/0x29c)
- [ 8.214162] [<80885ef4>] (kernel_init_freeable) from [<805f9298>] (kernel_init+0x8/0xf0)
- [ 8.220091] [<805f9298>] (kernel_init) from [<8000efe8>] (ret_from_fork+0x14/0x2c)
- [ 8.226613] ---[ end trace 5d032da78e9089a4 ]---
- [ 8.377545] No ATAGs?
- [ 8.387872] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 8.394568] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 8.401044] mailbox: Broadcom VideoCore Mailbox driver
- [ 8.437584] bcm2708_vcio: mailbox at f300b880
- [ 8.451444] bcm_power: Broadcom power driver
- [ 8.465054] bcm_power_open() -> 0
- [ 8.467566] bcm_power_request(0, 8)
- [ 8.472249] bcm2708_vcio: mbox chan 0 overflow - drop 00000000
- [ 8.478817] bcm_mailbox_read -> 00000000, 0
- [ 8.483067] bcm_power_request: prev global 0, new global 8, actual 0, request 8, others_request 0
- [ 8.489272] bcm_power_request -> -5
- [ 8.526465] Serial: AMBA PL011 UART driver
- [ 8.559485] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev1
- [ 8.582032] console [ttyAMA0] enabled
- [ 8.582032] console [ttyAMA0] enabled
- [ 8.593651] bootconsole [earlycon0] disabled
- [ 8.593651] bootconsole [earlycon0] disabled
- [ 10.279664] SCSI subsystem initialized
- [ 10.294658] usbcore: registered new interface driver usbfs
- [ 10.302343] usbcore: registered new interface driver hub
- [ 10.314577] usbcore: registered new device driver usb
- [ 10.468862] NetLabel: Initializing
- [ 10.473143] NetLabel: domain hash size = 128
- [ 10.475548] NetLabel: protocols = UNLABELED CIPSOv4
- [ 10.499957] NetLabel: unlabeled traffic allowed by default
- [ 10.541405] Switched to clocksource arch_sys_counter
- [ 13.701000] FS-Cache: Loaded
- [ 13.720112] CacheFiles: Loaded
- [ 13.768127] AppArmor: AppArmor Filesystem Enabled
- [ 14.511786] NET: Registered protocol family 2
- [ 14.648486] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
- [ 14.659878] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
- [ 14.669361] TCP: Hash tables configured (established 4096 bind 4096)
- [ 14.683815] TCP: reno registered
- [ 14.689728] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 14.700253] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 14.749387] NET: Registered protocol family 1
- [ 14.810493] RPC: Registered named UNIX socket transport module.
- [ 14.821910] RPC: Registered udp transport module.
- [ 14.829064] RPC: Registered tcp transport module.
- [ 14.835391] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 14.984246] ------------[ cut here ]------------
- [ 14.991237] WARNING: CPU: 0 PID: 1 at /build/buildd/linux-3.18.0/arch/arm/mach-bcm2709/armctrl.c:148 armctrl_xlate+0x188/0x274()
- [ 15.002505] Modules linked in:
- [ 15.008980] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.18.0-20-rpi2 #21-Ubuntu
- [ 15.019584] [<80016ab0>] (unwind_backtrace) from [<800129d0>] (show_stack+0x10/0x14)
- [ 15.028457] [<800129d0>] (show_stack) from [<805fee10>] (dump_stack+0x9c/0xd4)
- [ 15.037286] [<805fee10>] (dump_stack) from [<80026ed8>] (warn_slowpath_common+0x70/0x8c)
- [ 15.047344] [<80026ed8>] (warn_slowpath_common) from [<80026f90>] (warn_slowpath_null+0x1c/0x24)
- [ 15.056604] [<80026f90>] (warn_slowpath_null) from [<80022044>] (armctrl_xlate+0x188/0x274)
- [ 15.066032] [<80022044>] (armctrl_xlate) from [<8007399c>] (irq_create_of_mapping+0x64/0x110)
- [ 15.075901] [<8007399c>] (irq_create_of_mapping) from [<804c5040>] (of_irq_get+0x38/0x48)
- [ 15.084505] [<804c5040>] (of_irq_get) from [<803cc2d4>] (platform_get_irq+0x1c/0x98)
- [ 15.093033] [<803cc2d4>] (platform_get_irq) from [<8001a30c>] (cpu_pmu_device_probe+0x158/0x3bc)
- [ 15.104389] [<8001a30c>] (cpu_pmu_device_probe) from [<803cc91c>] (platform_drv_probe+0x44/0xa4)
- [ 15.113452] [<803cc91c>] (platform_drv_probe) from [<803cab70>] (driver_probe_device+0x14c/0x3a8)
- [ 15.121002] [<803cab70>] (driver_probe_device) from [<803cae9c>] (__driver_attach+0x8c/0x90)
- [ 15.131688] [<803cae9c>] (__driver_attach) from [<803c8f0c>] (bus_for_each_dev+0x60/0x94)
- [ 15.165036] [<803c8f0c>] (bus_for_each_dev) from [<803ca1fc>] (bus_add_driver+0x160/0x21c)
- [ 15.175315] [<803ca1fc>] (bus_add_driver) from [<803cb6e0>] (driver_register+0x78/0xf8)
- [ 15.183921] [<803cb6e0>] (driver_register) from [<8088a520>] (register_pmu_driver+0x1c/0x44)
- [ 15.192859] [<8088a520>] (register_pmu_driver) from [<800088bc>] (do_one_initcall+0xd8/0x208)
- [ 15.203882] [<800088bc>] (do_one_initcall) from [<80885ef4>] (kernel_init_freeable+0x1fc/0x29c)
- [ 15.213210] [<80885ef4>] (kernel_init_freeable) from [<805f9298>] (kernel_init+0x8/0xf0)
- [ 15.224254] [<805f9298>] (kernel_init) from [<8000efe8>] (ret_from_fork+0x14/0x2c)
- [ 15.237411] ---[ end trace 5d032da78e9089a5 ]---
- [ 15.244698] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 1 counters available
- [ 15.267601] bcm2708_dma: DMA manager at f3007000
- [ 15.277549] vc-mem: phys_addr:0x00000000 mem_base=0x00000000 mem_size:0x00000000(0 MiB)
- [ 15.405044] futex hash table entries: 1024 (order: 4, 65536 bytes)
- [ 15.425466] audit: initializing netlink subsys (disabled)
- [ 15.449188] audit: type=2000 audit(12.747:1): initialized
- [ 15.580841] zpool: loaded
- [ 15.620420] VFS: Disk quotas dquot_6.5.2
- [ 15.637466] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
- [ 15.734057] FS-Cache: Netfs 'nfs' registered for caching
- [ 15.773350] NFS: Registering the id_resolver key type
- [ 15.794056] Key type id_resolver registered
- [ 15.800736] Key type id_legacy registered
- [ 15.811536] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
- [ 15.863687] msgmni has been set to 865
- [ 16.369659] alg: No test for stdrng (krng)
- [ 16.393151] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
- [ 16.435334] io scheduler noop registered
- [ 16.441231] io scheduler deadline registered
- [ 16.449129] io scheduler cfq registered (default)
- [ 16.608021] BCM2708FB: allocated DMA memory dbc00000
- [ 16.617364] BCM2708FB: allocated DMA channel 4 @ f3007400
- [ 16.723468] Console: switching to colour frame buffer device 100x30
- [ 16.768798] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
- [ 16.776189] uart-pl011 dev:f1: no DMA platform data
- [ 16.785191] vc-cma: Videocore CMA driver
- [ 16.787003] vc-cma: vc_cma_base = 0x00000000
- [ 16.787897] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
- [ 16.788798] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
- [ 16.952443] brd: module loaded
- [ 17.165171] loop: module loaded
- [ 17.196132] vchiq: vchiq_init_state: slot_zero = 0x9b800000, is_master = 0
- [ 17.261618] Loading iSCSI transport class v2.0-870.
- [ 17.313358] usbcore: registered new interface driver smsc95xx
- [ 17.324270] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
- [ 17.645698] Core Release: 2.80a
- [ 17.653076] Setting default values for core params
- [ 17.680992] Finished setting default values for core params
- [ 17.988858] Using Buffer DMA mode
- [ 17.993040] Periodic Transfer Interrupt Enhancement - disabled
- [ 17.998787] Multiprocessor Interrupt Enhancement - disabled
- [ 18.003869] OTG VER PARAM: 0, OTG VER FLAG: 0
- [ 18.009595] Dedicated Tx FIFOs mode
- [ 18.058160] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x9bc14000 dma = 0xdbc14000 len=9024
- [ 18.068654] FIQ FSM acceleration enabled for :
- [ 18.068654] Non-periodic Split Transactions
- [ 18.068654] Periodic Split Transactions
- [ 18.068654] High-Speed Isochronous Endpoints
- [ 18.081557] dwc_otg: Microframe scheduler enabled
- [ 18.096626] WARN::hcd_init_fiq:412: FIQ on core 0 at 0x80461d2c
- [ 18.103489] WARN::hcd_init_fiq:413: FIQ ASM at 0x80462060 length 36
- [ 18.112170] WARN::hcd_init_fiq:438: MPHI regs_base at 0x9c808000
- [ 18.120684] dwc_otg bcm2708_usb: DWC OTG Controller
- [ 18.140229] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
- [ 18.157341] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
- [ 18.171578] Init: Port Power? op_state=1
- [ 18.175737] Init: Power Port (0)
- [ 18.253430] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
- [ 18.259242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 18.264588] usb usb1: Product: DWC OTG Controller
- [ 18.268931] usb usb1: Manufacturer: Linux 3.18.0-20-rpi2 dwc_otg_hcd
- [ 18.274992] usb usb1: SerialNumber: bcm2708_usb
- [ 18.372425] hub 1-0:1.0: USB hub found
- [ 18.384625] hub 1-0:1.0: 1 port detected
- [ 18.491789] dwc_otg: FIQ enabled
- [ 18.496544] dwc_otg: NAK holdoff enabled
- [ 18.502673] dwc_otg: FIQ split-transaction FSM enabled
- [ 18.525236] Module dwc_common_port init
- [ 18.561264] usbcore: registered new interface driver usb-storage
- [ 18.612069] mousedev: PS/2 mouse device common for all mice
- [ 18.628706] i2c /dev entries driver
- [ 18.681455] device-mapper: uevent: version 1.0.3
- [ 18.733062] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: [email protected]
- [ 18.763608] bcm2835-cpufreq: min=700000 max=700000
- [ 18.804173] sdhci: Secure Digital Host Controller Interface driver
- [ 18.810876] sdhci: Copyright(c) Pierre Ossman
- [ 18.832823] mmc-bcm2835: Unable to initialise DMA channels. Falling back to PIO
- [ 18.917382] Load BCM2835 MMC driver
- [ 18.936645] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 19.127940] ledtrig-cpu: registered to indicate activity on CPUs
- [ 19.149699] hidraw: raw HID events driver (C) Jiri Kosina
- [ 19.190201] usbcore: registered new interface driver usbhid
- [ 19.212920] usbhid: USB HID core driver
- [ 19.233304] TCP: cubic registered
- [ 19.247965] Initializing XFRM netlink socket
- [ 19.252334] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 19.310067] mmc0: new SDHC card at address 4567
- [ 19.324505] NET: Registered protocol family 10
- [ 19.451895] mmcblk0: mmc0:4567 QEMU! 28.7 GiB
- [ 19.651638] mip6: Mobile IPv6
- [ 19.665356] NET: Registered protocol family 17
- [ 19.716668] Key type dns_resolver registered
- [ 19.736278] mpls_gso: MPLS GSO support
- [ 19.811308] Registering SWP/SWPB emulation handler
- [ 19.943631] registered taskstats version 1
- [ 19.969485] mmcblk0: p1 p2
- [ 20.068353] AppArmor: AppArmor sha1 policy hashing enabled
- [ 20.093422] vc-sm: Videocore shared memory driver
- [ 20.108385] [vc_sm_connected_init]: start
- [ 20.159430] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.200628] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.220002] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.232928] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.252530] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.272131] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.289615] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.302218] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.311503] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.319379] vchiq_get_state: g_state.remote->initialised != 1 (0)
- [ 20.327333] vchiq: vchiq_initialise: videocore not initialized
- [ 20.327333]
- [ 20.335781] [vc_sm_connected_init]: failed to initialise VCHI instance (ret=-1)
- [ 20.343797] [vc_sm_connected_init]: end - returning -5
- [ 20.426294] PM: Hibernation image not present or could not be loaded.
- [ 21.525910] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 21.557513] VFS: Mounted root (ext4 filesystem) on device 179:2.
- [ 21.991871] devtmpfs: mounted
- [ 22.300610] Freeing unused kernel memory: 364K (80885000 - 808e0000)
- Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory
- [ 38.886062] random: init urandom read with 15 bits of entropy available
- [ 66.720794] init: plymouth-upstart-bridge main process (70) terminated with status 1
- [ 67.077057] init: plymouth-upstart-bridge main process ended, respawning
- [ 124.777387] hrtimer: interrupt took 10587083 ns
- [ 131.248967] init: plymouth-upstart-bridge main process (80) terminated with status 1
- [ 131.363570] init: plymouth-upstart-bridge main process ended, respawning
- [ 172.430042] random: nonblocking pool is initialized
- [ 188.533172] init: plymouth-upstart-bridge main process (87) terminated with status 1
- [ 189.002303] init: plymouth-upstart-bridge main process ended, respawning
- [ 990.211300] ------------[ cut here ]------------
- [ 990.220059] kernel BUG at /build/buildd/linux-3.18.0/arch/arm/mach-bcm2709/bcm2709.c:1230!
- [ 990.225071] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
- [ 990.230375] Modules linked in: bcm2708_rng(+) snd_bcm2835 uio_pdrv_genirq snd_pcm uio snd_timer snd fuse
- [ 990.247056] CPU: 0 PID: 220 Comm: systemd-udevd Tainted: G W 3.18.0-20-rpi2 #21-Ubuntu
- [ 990.252772] task: 9a41c600 ti: 981e6000 task.ti: 981e6000
- [ 990.260280] PC is at bcm2709_boot_secondary+0xbc/0xc8
- [ 990.263929] LR is at __cpu_up+0x94/0x148
- [ 990.268181] pc : [<80021c80>] lr : [<80014580>] psr: 20030113
- [ 990.268181] sp : 981e7ea8 ip : 000085c0 fp : 01df7900
- [ 990.276446] r10: 9ac91200 r9 : 00000000 r8 : 00000000
- [ 990.279727] r7 : 9ac91200 r6 : 8096d710 r5 : 00000001 r4 : 8096d62c
- [ 990.283641] r3 : f400009c r2 : 00000001 r1 : f40000dc r0 : 000085c0
- [ 990.287989] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
- [ 990.292393] Control: 10c5387d Table: 181e006a DAC: 00000015
- [ 990.296214] Process systemd-udevd (pid: 220, stack limit = 0x981e6238)
- [ 990.300361] Stack: (0x981e7ea8 to 0x981e8000)
- [ 990.304396] 7ea0: 80030113 ffffffff 01df7900 80014580 00000001 00000001
- [ 990.309330] 7ec0: 808ffdb8 00000000 00000001 8002736c 981e7edc 00000001 01df7900 0000002d
- [ 990.314664] 7ee0: 00000001 805fa398 9b44a044 98161700 00000001 98365d40 98365d4c 80027414
- [ 990.321098] 7f00: 9b44a010 803c8ab8 00000001 9b44a010 981e7f80 803c8b44 981e7f80 01161700
- [ 990.329659] 7f20: 00000001 00000000 00000000 801aff3c 00000000 00000000 76f3a000 981e7f80
- [ 990.336646] 7f40: 9a4521c0 00000001 981e6018 76f3a000 00000000 8014a5a0 00001000 00000000
- [ 990.341669] 7f60: 00000000 00000000 9a4521c0 9a4521c0 00000001 76f3a000 00000000 8014ab50
- [ 990.346709] 7f80: 00000000 00000000 ffffffff 00000001 76f3a000 01df71b8 00000004 8000f0e4
- [ 990.351733] 7fa0: 981e6000 8000ef20 00000001 76f3a000 00000005 76f3a000 00000001 00000000
- [ 990.356659] 7fc0: 00000001 76f3a000 01df71b8 00000004 00000001 00000000 01df7748 01df7900
- [ 990.361663] 7fe0: 00000000 7eb2581c 76d9ef81 76dd8066 400d0030 00000005 00000000 00000000
- [ 990.373067] [<80021c80>] (bcm2709_boot_secondary) from [<80014580>] (__cpu_up+0x94/0x148)
- [ 990.379367] [<80014580>] (__cpu_up) from [<8002736c>] (_cpu_up+0x138/0x170)
- [ 990.383794] [<8002736c>] (_cpu_up) from [<80027414>] (cpu_up+0x70/0x94)
- [ 990.387918] [<80027414>] (cpu_up) from [<803c8ab8>] (device_online+0x64/0x88)
- [ 990.392213] [<803c8ab8>] (device_online) from [<803c8b44>] (online_store+0x68/0x74)
- [ 990.396789] [<803c8b44>] (online_store) from [<801aff3c>] (kernfs_fop_write+0xc0/0x180)
- [ 990.401632] [<801aff3c>] (kernfs_fop_write) from [<8014a5a0>] (vfs_write+0xa0/0x1d0)
- [ 990.406727] [<8014a5a0>] (vfs_write) from [<8014ab50>] (SyS_write+0x40/0x94)
- [ 990.411376] [<8014ab50>] (SyS_write) from [<8000ef20>] (ret_fast_syscall+0x0/0x48)
- [ 990.417357] Code: eb176426 e3a00000 e28dd00c e49df004 (e7f001f2)
- [ 998.190990] ---[ end trace 5d032da78e9089a7 ]---
- [ 1045.772977] init: udevtrigger post-stop process (226) terminated with status 1
- * Starting Mount filesystems on boot [ OK ]
- * Starting Signal sysvinit that the rootfs is mounted [ OK ]
- * Starting Populate /dev filesystem [ OK ]
- * Stopping Populate /dev filesystem [ OK ]
- * Starting Fix-up /sys/kernel/debug filesystem [ OK ]
- * Stopping Fix-up /sys/kernel/debug filesystem [ OK ]
- * Starting Clean /tmp directory [ OK ]
- * Starting Populate and link to /run filesystem [ OK ]
- * Stopping Populate and link to /run filesystem [ OK ]
- * Stopping Clean /tmp directory [ OK ]
- * Stopping Track if upstart is running in a container [ OK ]
- * Starting Initialize or finalize resolvconf [ OK ]
- * Starting set console keymap [ OK ]
- * Starting Signal sysvinit that virtual filesystems are mounted [ OK ]
- * Starting Signal sysvinit that virtual filesystems are mounted [ OK ]
- * Starting Bridge udev events into upstart [ OK ]
- * Starting Signal sysvinit that remote filesystems are mounted [ OK ]
- * Stopping set console keymap [ OK ]
- * Starting device node and kernel event manager [ OK ]
- * Starting load modules from /etc/modules [ OK ]
- * Starting cold plug devices [ OK ]
- * Starting log initial device creation [ OK ]
- * Stopping cold plug devices [fail]
- * Stopping log initial device creation [ OK ]
- * Starting load fallback graphics devices [ OK ]
- * Stopping load fallback graphics devices [ OK ]
- * Starting set console font [ OK ]
- * Stopping set console font [ OK ]
- * Starting userspace bootsplash [ OK ]
- The disk drive for /run/lock is not ready yet or not present.
- keys:Continue to wait, or Press S to skip mounting or M for manual recovery
- keys:
- The disk drive for /run/shm is not ready yet or not present.
- keys:Continue to wait, or Press S to skip mounting or M for manual recovery
- keys:
- The disk drive for /run/user is not ready yet or not present.
- keys:Continue to wait, or Press S to skip mounting or M for manual recovery
- keys:
- The disk drive for /boot/firmware is not ready yet or not present.
- keys:Continue to wait, or Press S to skip mounting or M for manual recovery
- keys:
- * Stopping userspace bootsplash [ OK ]
- * Starting Send an event to indicate plymouth is up [ OK ]
- * Stopping Send an event to indicate plymouth is up [ OK ]
- * Stopping Read required files in advance (for other mountpoints) [ OK ]
- * Starting Uncomplicated firewall [ OK ]
- * Starting Signal sysvinit that local filesystems are mounted [ OK ]
- * Starting flush early job output to logs [ OK ]
- * Starting save udev log and update rules [ OK ]
- [ 1886.132343] init: flush-early-job-log main process (289) terminated with status 1
- * Starting flush early job output to logs [fail]
- * Stopping Mount filesystems on boot [ OK ]
- * Stopping save udev log and update rules [ OK ]
- * Starting D-Bus system message bus [ OK ]
- [ 2046.580444] init: upstart-file-bridge main process (292) terminated with status 1
- [ 2046.804879] init: upstart-file-bridge main process ended, respawning
- * Starting Bridge file events into upstart [ OK ]
- * Starting SystemD login management service [ OK ]
- * Starting system logging daemon [ OK ]
- [ 2625.138657] audit: type=1400 audit(2622.338:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=273 comm="apparmor_parser"
- [ 2625.952883] audit: type=1400 audit(2623.222:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=273 comm="apparmor_parser"
- [ 2626.400524] audit: type=1400 audit(2623.674:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=273 comm="apparmor_parser"
- * Starting configure network device security [ OK ]
- [ 2683.650065] audit: type=1400 audit(2680.930:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=282 comm="apparmor_parser"
- [ 2684.793340] audit: type=1400 audit(2682.074:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=282 comm="apparmor_parser"
- [ 2685.541156] audit: type=1400 audit(2682.798:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=282 comm="apparmor_parser"
- * Starting configure network device security [ OK ]
- * Starting Mount network filesystems [ OK ]
- * Starting Failsafe Boot Delay [ OK ]
- Waiting for network configuration...
- * Stopping Mount network filesystems [ OK ]
- Waiting up to 60 more seconds for network configuration...
- * Stopping Failsafe Boot Delay [ OK ]
- * Starting Bridge socket events into upstart [ OK ]
- * Starting System V initialisation compatibility [ OK ]
- * Starting configure virtual network devices [ OK ]
- * Starting configure network device [ OK ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement