Skip to content

Instantly share code, notes, and snippets.

@notro
Created July 28, 2015 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notro/eccc2a7e1c970a6cb22c to your computer and use it in GitHub Desktop.
Save notro/eccc2a7e1c970a6cb22c to your computer and use it in GitHub Desktop.
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.0-rc4-v7+ (pi@raspi2) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #1 SMP PREEMPT Mon Jul 27 20:36:59 CEST 2015
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] cma: Reserved 8 MiB at 0x3a800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 241664
[ 0.000000] free_area_init_node: node 0, pgdat 808731c0, node_mem_map b9fa6000
[ 0.000000] Normal zone: 2124 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 241664 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 12 pages/cpu @b9f69000 s18368 r8192 d22592 u49152
[ 0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*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: 239540
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x316e5228 smsc95xx.macaddr=B8:27:EB:6E:52:28 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 debug ignore_loglevel dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/nfs nfsroot=192.168.10.92:/exports/pi_nfs,proto=tcp rw ip=dhcp
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 939432K/966656K available (6030K kernel code, 535K rwdata, 1672K rodata, 416K init, 762K bss, 19032K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xbb800000 - 0xff000000 (1080 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x8078dc90 (7704 kB)
[ 0.000000] .init : 0x8078e000 - 0x807f6000 ( 416 kB)
[ 0.000000] .data : 0x807f6000 - 0x8087be04 ( 536 kB)
[ 0.000000] .bss : 0x8087e000 - 0x8093c8cc ( 763 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000032] Switching to timer-based delay loop, resolution 52ns
[ 0.000303] Console: colour dummy device 80x30
[ 0.002477] console [tty1] enabled
[ 0.002536] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.002638] pid_max: default: 32768 minimum: 301
[ 0.003008] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003074] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.004386] Initializing cgroup subsys blkio
[ 0.004465] Initializing cgroup subsys memory
[ 0.004542] Initializing cgroup subsys devices
[ 0.004604] Initializing cgroup subsys freezer
[ 0.004679] Initializing cgroup subsys net_cls
[ 0.004790] CPU: Testing write buffer coherency: ok
[ 0.004908] ftrace: allocating 20389 entries in 60 pages
[ 0.055507] CPU0: update cpu_capacity 1024
[ 0.055592] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.055641] [bcm2709_smp_prepare_cpus] enter
[ 0.055800] Setting up static identity map for 0x8240 - 0x8274
[ 0.085373] [bcm2709_boot_secondary] cpu:1 started (0) 16
[ 0.085808] [bcm2709_secondary_init] enter cpu:1
[ 0.085859] CPU1: update cpu_capacity 1024
[ 0.085867] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.095345] [bcm2709_boot_secondary] cpu:2 started (0) 16
[ 0.095699] [bcm2709_secondary_init] enter cpu:2
[ 0.095729] CPU2: update cpu_capacity 1024
[ 0.095737] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.105380] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.105634] [bcm2709_secondary_init] enter cpu:3
[ 0.105662] CPU3: update cpu_capacity 1024
[ 0.105670] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.105762] Brought up 4 CPUs
[ 0.105897] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.105939] CPU: All CPU(s) started in SVC mode.
[ 0.106943] devtmpfs: initialized
[ 0.131236] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.131610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.132825] pinctrl core: initialized pinctrl subsystem
[ 0.133654] NET: Registered protocol family 16
[ 0.139462] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.140779] bcm2709.uart_clock = 3000000
[ 0.145626] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.145697] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.145931] Serial: AMBA PL011 UART driver
[ 0.146258] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[ 0.690422] console [ttyAMA0] enabled
[ 0.694898] bcm2708_vcio 3f00b880.mailbox: mailbox at f300b880
[ 0.777942] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x7f35
[ 0.787316] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[ 0.794222] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[ 0.799603] bcm_power: Broadcom power driver
[ 0.803899] bcm_power_open() -> 0
[ 0.807231] bcm_power_request(0, 8)
[ 0.836416] bcm_mailbox_read -> 00000080, 0
[ 0.840622] bcm_power_request -> 0
[ 0.844717] SCSI subsystem initialized
[ 0.848726] usbcore: registered new interface driver usbfs
[ 0.854375] usbcore: registered new interface driver hub
[ 0.859851] usbcore: registered new device driver usb
[ 0.867073] clocksource: Switched to clocksource arch_sys_counter
[ 0.925386] FS-Cache: Loaded
[ 0.928743] CacheFiles: Loaded
[ 0.943981] NET: Registered protocol family 2
[ 0.949607] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.956826] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.963546] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.970074] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.976072] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.982822] NET: Registered protocol family 1
[ 0.987666] RPC: Registered named UNIX socket transport module.
[ 0.993613] RPC: Registered udp transport module.
[ 0.998403] RPC: Registered tcp transport module.
[ 1.003131] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.010721] hw perfevents: failed to probe PMU!
[ 1.015277] hw perfevents: failed to register PMU devices!
[ 1.022259] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.044650] VFS: Disk quotas dquot_6.6.0
[ 1.049100] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.059047] FS-Cache: Netfs 'nfs' registered for caching
[ 1.065529] NFS: Registering the id_resolver key type
[ 1.070729] Key type id_resolver registered
[ 1.074936] Key type id_legacy registered
[ 1.081671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.089364] io scheduler noop registered
[ 1.093325] io scheduler deadline registered
[ 1.098025] io scheduler cfq registered (default)
[ 1.105340] BCM2708FB: allocated DMA memory fac00000
[ 1.110398] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 1.121575] Console: switching to colour frame buffer device 82x26
[ 1.133921] vc-cma: Videocore CMA driver
[ 1.139349] vc-cma: vc_cma_base = 0x00000000
[ 1.145549] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 1.152439] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 1.159515] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 1.187237] brd: module loaded
[ 1.201092] loop: module loaded
[ 1.206687] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[ 1.216021] Loading iSCSI transport class v2.0-870.
[ 1.223366] usbcore: registered new interface driver smsc95xx
[ 1.230678] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.438315] Core Release: 2.80a
[ 1.442901] Setting default values for core params
[ 1.449160] Finished setting default values for core params
[ 1.656542] Using Buffer DMA mode
[ 1.661311] Periodic Transfer Interrupt Enhancement - disabled
[ 1.668664] Multiprocessor Interrupt Enhancement - disabled
[ 1.675738] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.681637] Dedicated Tx FIFOs mode
[ 1.686907] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[ 1.699879] FIQ FSM acceleration enabled for :
[ 1.699879] Non-periodic Split Transactions
[ 1.699879] Periodic Split Transactions
[ 1.699879] High-Speed Isochronous Endpoints
[ 1.722914] dwc_otg: Microframe scheduler enabled
[ 1.729295] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040ba6c
[ 1.736831] WARN::hcd_init_fiq:413: FIQ ASM at 0x8040bdc8 length 36
[ 1.744668] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[ 1.752232] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.758783] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.767732] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[ 1.774866] Init: Port Power? op_state=1
[ 1.780313] Init: Power Port (0)
[ 1.785281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.793634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.802404] usb usb1: Product: DWC OTG Controller
[ 1.808627] usb usb1: Manufacturer: Linux 4.2.0-rc4-v7+ dwc_otg_hcd
[ 1.816406] usb usb1: SerialNumber: 3f980000.usb
[ 1.823442] hub 1-0:1.0: USB hub found
[ 1.828769] hub 1-0:1.0: 1 port detected
[ 1.834561] dwc_otg: FIQ enabled
[ 1.839172] dwc_otg: NAK holdoff enabled
[ 1.844432] dwc_otg: FIQ split-transaction FSM enabled
[ 1.851002] Module dwc_common_port init
[ 1.856583] usbcore: registered new interface driver usb-storage
[ 1.864374] mousedev: PS/2 mouse device common for all mice
[ 1.872596] bcm2835-cpufreq: min=600000 max=900000
[ 1.879146] sdhci: Secure Digital Host Controller Interface driver
[ 1.886795] sdhci: Copyright(c) Pierre Ossman
[ 1.933295] mmc0: ios clock 0, pwr 1, bus_width 0, timing 0, vdd 0, drv_type 0
[ 1.942076] mmc0: set_clock(0)
[ 1.957114] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 0, vdd 0, drv_type 0
[ 1.967831] mmc0: set_clock(400000)
[ 1.972844] mmc0: clock=400000 -> max_clk=250000000, cdiv=26f (actual clock 400000)
[ 1.997244] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.004403] mmc0: reset
[ 2.027197] Indeed it is in host mode hprt0 = 00021501
[ 2.028758] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.029350] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.029583] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.029851] usbcore: registered new interface driver usbhid
[ 2.029854] usbhid: USB HID core driver
[ 2.030022] mmc0: cmd 52 0xc00 (flags 0x195)
[ 2.030266] Initializing XFRM netlink socket
[ 2.030319] NET: Registered protocol family 17
[ 2.030487] Key type dns_resolver registered
[ 2.030811] mmc0: error detected - CMD 4034, HSTS 040, EDM 10800
[ 2.030873] mmc0: cmd 52 0x80000c08 (flags 0x195)
[ 2.031012] Registering SWP/SWPB emulation handler
[ 2.031646] mmc0: error detected - CMD 4034, HSTS 040, EDM 10800
[ 2.031693] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 0, vdd 0, drv_type 0
[ 2.031698] mmc0: set_clock(400000)
[ 2.031708] mmc0: clock=400000 -> max_clk=250000000, cdiv=26f (actual clock 400000)
[ 2.032717] mmc0: cmd 0 0x0 (flags 0xc0)
[ 2.033918] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 0, vdd 0, drv_type 0
[ 2.034928] mmc0: cmd 8 0x1aa (flags 0x2f5)
[ 2.035263] mmc0: cmd 5 0x0 (flags 0x2e1)
[ 2.036033] mmc0: error detected - CMD 4005, HSTS 040, EDM 10800
[ 2.036070] mmc0: cmd 5 0x0 (flags 0x2e1)
[ 2.036841] mmc0: error detected - CMD 4005, HSTS 040, EDM 10800
[ 2.036876] mmc0: cmd 5 0x0 (flags 0x2e1)
[ 2.037655] mmc0: error detected - CMD 4005, HSTS 040, EDM 10800
[ 2.037695] mmc0: cmd 5 0x0 (flags 0x2e1)
[ 2.038466] mmc0: error detected - CMD 4005, HSTS 040, EDM 10800
[ 2.038509] mmc0: cmd 55 0x0 (flags 0xf5)
[ 2.038839] mmc0: cmd 41 0x0 (flags 0xe1)
[ 2.039163] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 0, vdd 0, drv_type 0
[ 2.040172] mmc0: cmd 0 0x0 (flags 0xc0)
[ 2.041372] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 0, vdd 0, drv_type 0
[ 2.042381] mmc0: cmd 8 0x1aa (flags 0x2f5)
[ 2.042714] mmc0: cmd 55 0x0 (flags 0xf5)
[ 2.043045] mmc0: cmd 41 0x40200000 (flags 0xe1)
[ 2.044301] registered taskstats version 1
[ 2.044590] vc-sm: Videocore shared memory driver
[ 2.044603] [vc_sm_connected_init]: start
[ 2.045389] [vc_sm_connected_init]: end - returning 0
[ 2.057126] mmc0: cmd 55 0x0 (flags 0xf5)
[ 2.057480] mmc0: cmd 41 0x40200000 (flags 0xe1)
[ 2.077117] mmc0: cmd 55 0x0 (flags 0xf5)
[ 2.077455] mmc0: cmd 41 0x40200000 (flags 0xe1)
[ 2.097110] mmc0: cmd 55 0x0 (flags 0xf5)
[ 2.097445] mmc0: cmd 41 0x40200000 (flags 0xe1)
[ 2.097765] mmc0: cmd 2 0x0 (flags 0x67)
[ 2.098329] mmc0: cmd 3 0x0 (flags 0x75)
[ 2.098673] mmc0: cmd 9 0xe6240000 (flags 0x7)
[ 2.099224] mmc0: cmd 7 0xe6240000 (flags 0x15)
[ 2.099555] mmc0: cmd 55 0xe6240000 (flags 0x95)
[ 2.099910] mmc0: cmd 51 0x0 (flags 0xb5) - read 1*8
[ 2.100754] mmc0: cmd 55 0xe6240000 (flags 0x95)
[ 2.101092] mmc0: cmd 13 0x0 (flags 0x1b5) - read 1*64
[ 2.102915] mmc0: cmd 6 0xfffff0 (flags 0xb5) - read 1*64
[ 2.105438] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.105452] mmc0: cmd 6 0x80fffff1 (flags 0xb5) - read 1*64
[ 2.108342] mmc0: ios clock 400000, pwr 2, bus_width 0, timing 2, vdd 0, drv_type 0
[ 2.108352] mmc0: ios clock 50000000, pwr 2, bus_width 0, timing 2, vdd 0, drv_type 0
[ 2.108358] mmc0: set_clock(50000000)
[ 2.108368] mmc0: clock=50000000 -> max_clk=250000000, cdiv=3 (actual clock 50000000)
[ 2.108378] mmc0: cmd 55 0xe6240000 (flags 0x95)
[ 2.108435] mmc0: cmd 6 0x2 (flags 0x15)
[ 2.108486] mmc0: ios clock 50000000, pwr 2, bus_width 2, timing 2, vdd 0, drv_type 0
[ 2.108506] mmc0: new high speed SDHC card at address e624
[ 2.109192] mmcblk0: mmc0:e624 SL08G 7.40 GiB
[ 2.109940] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
[ 2.110628] mmcblk0: p1 p2
[ 2.667125] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.675656] Indeed it is in host mode hprt0 = 00001101
[ 2.877449] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.886090] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.896028] hub 1-1:1.0: USB hub found
[ 2.901784] hub 1-1:1.0: 5 ports detected
[ 3.107110] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 3.207111] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.327436] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.336033] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.347935] smsc95xx v1.0.4
[ 3.411249] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:6e:52:28
[ 4.107157] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 4.139695] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 5.107107] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 6.107114] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 7.107114] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 7.303938] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 7.327127] Sending DHCP requests .
[ 7.353179] DHCP/BOOTP: Reply not for us, op[2] xid[dea8e152]
[ 8.107125] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 8.477076] , OK
[ 8.627089] IP-Config: Got DHCP answer from 192.168.10.1, my address is 192.168.10.104
[ 8.638633] IP-Config: Complete:
[ 8.643538] device=eth0, hwaddr=b8:27:eb:6e:52:28, ipaddr=192.168.10.104, mask=255.255.255.0, gw=192.168.10.1
[ 8.657377] host=192.168.10.104, domain=, nis-domain=(none)
[ 8.665151] bootserver=0.0.0.0, rootserver=192.168.10.92, rootpath=
[ 8.671823] nameserver0=192.168.10.1, nameserver1=192.168.10.1
[ 8.682117] uart-pl011 3f201000.uart: no DMA platform data
[ 9.048324] VFS: Mounted root (nfs filesystem) on device 0:15.
[ 9.083507] devtmpfs: mounted
[ 9.088951] Freeing unused kernel memory: 416K (8078e000 - 807f6000)
[ 9.107139] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 9.634238] random: nonblocking pool is initialized
INIT: version 2.88 booting
[ 10.107154] mmc0: cmd 13 0xe6240000 (flags 0x195)
[info] Using makefile-style concurrent boot in runlevel S.
[ 11.112080] mmc0: cmd 13 0xe6240000 (flags 0x195)
[....] Starting the hotplug events dispatcher: udevd[ 11.920546] udevd[177]: starting version 175
[ 12.120155] mmc0: cmd 13 0xe6240000 (flags 0x195)
.
[....] Synthesizing the initial hotplug events...[ 12.852119] mmc0: cmd 18 0xecdf80 (flags 0xb5) - read 8*512
[ 12.861551] mmc0: cmd 18 0xecdff0 (flags 0xb5) - read 8*512
[ 12.872086] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
[ 12.882055] mmc0: cmd 18 0x8 (flags 0xb5) - read 8*512
[ 12.899441] mmc0: cmd 18 0xecdff8 (flags 0xb5) - read 7*512
[ 12.907599] mmc0: cmd 17 0xecdfff (flags 0xb5) - read 1*512
[ 12.920939] mmc0: cmd 18 0xecdef8 (flags 0xb5) - read 8*512
[ 12.929657] mmc0: cmd 18 0xecdfc0 (flags 0xb5) - read 8*512
[ 12.937461] mmc0: cmd 18 0xecdf00 (flags 0xb5) - read 8*512
[ 12.945308] mmc0: cmd 18 0xecde70 (flags 0xb5) - read 8*512
[ 12.954649] mmc0: cmd 18 0x800 (flags 0xb5) - read 8*512
[ 12.962424] mmc0: cmd 18 0x18 (flags 0xb5) - read 8*512
[ 12.969871] mmc0: cmd 18 0x38 (flags 0xb5) - read 8*512
[ 12.976985] mmc0: cmd 18 0x78 (flags 0xb5) - read 8*512
[ 12.984118] mmc0: cmd 18 0x10 (flags 0xb5) - read 8*512
[ 12.991270] mmc0: cmd 18 0x80 (flags 0xb5) - read 8*512
[ 12.998228] mmc0: cmd 18 0x40 (flags 0xb5) - read 8*512
[ 13.005127] mmc0: cmd 18 0x100 (flags 0xb5) - read 8*512
[ ok [ 13.012801] mmc0: cmd 18 0x108 (flags 0xb5) - read 8*512
[ 13.019783] mmc0: cmd 18 0x110 (flags 0xb5) - read 8*512
[ 13.026639] mmc0: cmd 18 0x118 (flags 0xb5) - read 8*512
[ 13.034335] mmc0: cmd 18 0x120 (flags 0xb5) - read 8*512
[ 13.041484] mmc0: cmd 18 0x128 (flags 0xb5) - read 8*512
[ 13.048381] mmc0: cmd 18 0x130 (flags 0xb5) - read 8*512
done.
[ 13.055245] mmc0: cmd 18 0x138 (flags 0xb5) - read 8*512
[ 13.062696] mmc0: cmd 18 0x140 (flags 0xb5) - read 8*512
[ 13.069657] mmc0: cmd 18 0x148 (flags 0xb5) - read 8*512
[ 13.076315] mmc0: cmd 18 0x150 (flags 0xb5) - read 8*512
[ 13.082862] mmc0: cmd 18 0x158 (flags 0xb5) - read 8*512
[ 13.089408] mmc0: cmd 18 0x160 (flags 0xb5) - read 8*512
[ 13.095894] mmc0: cmd 18 0x168 (flags 0xb5) - read 8*512
[ 13.102454] mmc0: cmd 18 0x170 (flags 0xb5) - read 8*512
[ 13.108871] mmc0: cmd 18 0x178 (flags 0xb5) - read 8*512
[ 13.116124] mmc0: cmd 18 0x180 (flags 0xb5) - read 8*512
[ 13.124891] mmc0: cmd 18 0x188 (flags 0xb5) - read 8*512
[ 13.131552] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 13.136946] mmc0: cmd 18 0x190 (flags 0xb5) - read 8*512
[ 13.143652] mmc0: cmd 18 0x198 (flags 0xb5) - read 8*512
[ 13.150453] mmc0: cmd 18 0x1a0 (flags 0xb5) - read 8*512
[ 13.157056] mmc0: cmd 18 0x1a8 (flags 0xb5) - read 8*512
[ 13.163569] mmc0: cmd 18 0x1b0 (flags 0xb5) - read 8*512
[ 13.170563] mmc0: cmd 18 0x1b8 (flags 0xb5) - read 8*512
[ 13.177186] mmc0: cmd 18 0x1c0 (flags 0xb5) - read 8*512
[ 13.183668] mmc0: cmd 18 0x1c8 (flags 0xb5) - read 8*512
[ 13.190245] mmc0: cmd 18 0x1d0 (flags 0xb5) - read 8*512
[ 13.197811] mmc0: cmd 18 0x1d8 (flags 0xb5) - read 8*512
[ 13.205270] mmc0: cmd 18 0x1e0 (flags 0xb5) - read 8*512
[ 13.212501] mmc0: cmd 18 0x1e8 (flags 0xb5) - read 8*512
[ 13.221238] mmc0: cmd 18 0x1f0 (flags 0xb5) - read 8*512
[ 13.228111] mmc0: cmd 18 0x1f8 (flags 0xb5) - read 8*512
[ 13.235215] mmc0: cmd 18 0x300 (flags 0xb5) - read 8*512
[ 13.242548] mmc0: cmd 18 0x308 (flags 0xb5) - read 8*512
[ 13.249545] mmc0: cmd 18 0x310 (flags 0xb5) - read 8*512
[ 13.257032] mmc0: cmd 18 0x318 (flags 0xb5) - read 8*512
[ 13.264695] mmc0: cmd 18 0x320 (flags 0xb5) - read 8*512
[ 13.272262] mmc0: cmd 18 0x328 (flags 0xb5) - read 8*512
[ 13.281826] mmc0: cmd 18 0x330 (flags 0xb5) - read 8*512
[ 13.288958] mmc0: cmd 18 0x338 (flags 0xb5) - read 8*512
[ 13.297732] mmc0: cmd 18 0x340 (flags 0xb5) - read 8*512
[ 13.304722] mmc0: cmd 18 0x348 (flags 0xb5) - read 8*512
[ 13.311872] mmc0: cmd 18 0x350 (flags 0xb5) - read 8*512
[ 13.318794] mmc0: cmd 18 0x358 (flags 0xb5) - read 8*512
[....] [ 13.325805] mmc0: cmd 18 0x360 (flags 0xb5) - read 8*512
[ 13.333937] mmc0: cmd 18 0x368 (flags 0xb5) - read 8*512
[ 13.341401] mmc0: cmd 18 0x370 (flags 0xb5) - read 8*512
Waiting for /dev to be fully popu[ 13.348358] mmc0: cmd 18 0x378 (flags 0xb5) - read 8*512
lated...[ 13.356665] mmc0: cmd 18 0x380 (flags 0xb5) - read 8*512
[ 13.363313] mmc0: cmd 18 0x388 (flags 0xb5) - read 8*512
[ 13.370003] mmc0: cmd 18 0x390 (flags 0xb5) - read 8*512
[ 13.378329] mmc0: cmd 18 0x398 (flags 0xb5) - read 8*512
[ 13.385055] mmc0: cmd 18 0x3a0 (flags 0xb5) - read 8*512
[ 13.392003] mmc0: cmd 18 0x3a8 (flags 0xb5) - read 8*512
[ 13.398782] mmc0: cmd 18 0x3b0 (flags 0xb5) - read 8*512
[ 13.405298] mmc0: cmd 18 0x3b8 (flags 0xb5) - read 8*512
[ 13.411838] mmc0: cmd 18 0x3c0 (flags 0xb5) - read 8*512
[ 13.418365] mmc0: cmd 18 0x3c8 (flags 0xb5) - read 8*512
[ 13.424878] mmc0: cmd 18 0x3d0 (flags 0xb5) - read 8*512
[ 13.431912] mmc0: cmd 18 0x3d8 (flags 0xb5) - read 8*512
[ 13.438711] mmc0: cmd 18 0x3e0 (flags 0xb5) - read 8*512
[ 13.446250] mmc0: cmd 18 0x3e8 (flags 0xb5) - read 8*512
[ 13.454064] mmc0: cmd 18 0x3f0 (flags 0xb5) - read 8*512
[ 13.460699] mmc0: cmd 18 0x3f8 (flags 0xb5) - read 8*512
[ 13.467293] mmc0: cmd 18 0x200 (flags 0xb5) - read 8*512
[ 13.473800] mmc0: cmd 18 0x20 (flags 0xb5) - read 8*512
[ 13.480218] mmc0: cmd 18 0x1000 (flags 0xb5) - read 8*512
[ 14.043014] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
[ 14.101721] mmc0: cmd 18 0x1df80 (flags 0xb5) - read 8*512
[ 14.108709] mmc0: cmd 18 0xecdf80 (flags 0xb5) - read 8*512
[ 14.115407] mmc0: cmd 18 0x1dff0 (flags 0xb5) - read 8*512
[ 14.122284] mmc0: cmd 18 0xecdff0 (flags 0xb5) - read 8*512
[ 14.129185] mmc0: cmd 18 0x2000 (flags 0xb5) - read 8*512
[ 14.135939] mmc0: cmd 18 0x1e000 (flags 0xb5) - read 8*512
[ 14.142780] mmc0: cmd 18 0x2008 (flags 0xb5) - read 8*512
[ 14.149822] mmc0: cmd 18 0x1e008 (flags 0xb5) - read 8*512
[ 14.156579] mmc0: cmd 18 0x1dff8 (flags 0xb5) - read 8*512
[ 14.163416] mmc0: cmd 18 0xecdff8 (flags 0xb5) - read 7*512
[ 14.170490] mmc0: cmd 17 0xecdfff (flags 0xb5) - read 1*512
[ 14.177242] mmc0: cmd 18 0x1def8 (flags 0xb5) - read 8*512
[ 14.184281] mmc0: cmd 18 0xecdef8 (flags 0xb5) - read 8*512
[ 14.191572] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 14.199340] mmc0: cmd 18 0x1e800 (flags 0xb5) - read 8*512
[ 14.206619] mmc0: cmd 18 0x2800 (flags 0xb5) - read 8*512
[ 14.213642] mmc0: cmd 18 0x1e018 (flags 0xb5) - read 8*512
[ 14.220755] mmc0: cmd 18 0x2040 (flags 0xb5) - read 40*512
[ 14.228710] mmc0: cmd 18 0x1e038 (flags 0xb5) - read 8*512
[ 14.235836] mmc0: cmd 18 0x2018 (flags 0xb5) - read 8*512
[ 14.242902] mmc0: cmd 18 0x1e078 (flags 0xb5) - read 8*512
[ 14.250057] mmc0: cmd 18 0x2038 (flags 0xb5) - read 8*512
[ 14.257089] mmc0: cmd 18 0x1e010 (flags 0xb5) - read 8*512
[ 14.264239] mmc0: cmd 18 0x2078 (flags 0xb5) - read 8*512
[ 14.271237] mmc0: cmd 18 0x1e080 (flags 0xb5) - read 8*512
[ 14.278326] mmc0: cmd 18 0x2010 (flags 0xb5) - read 8*512
[ 14.285369] mmc0: cmd 18 0x1e040 (flags 0xb5) - read 8*512
[ 14.292463] mmc0: cmd 18 0x2080 (flags 0xb5) - read 8*512
[ 14.299458] mmc0: cmd 18 0x1e100 (flags 0xb5) - read 8*512
[ 14.306641] mmc0: cmd 18 0x2200 (flags 0xb5) - read 8*512
[ 14.313689] mmc0: cmd 18 0x1e108 (flags 0xb5) - read 8*512
[ 14.320840] mmc0: cmd 18 0x2020 (flags 0xb5) - read 8*512
[ 14.328166] mmc0: cmd 18 0x1e110 (flags 0xb5) - read 8*512
[ 14.335299] mmc0: cmd 18 0x3000 (flags 0xb5) - read 8*512
[ 14.342377] mmc0: cmd 18 0x1e118 (flags 0xb5) - read 8*512
[ 14.349794] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
[ 14.356530] mmc0: cmd 18 0x1e120 (flags 0xb5) - read 8*512
[ 14.363852] mmc0: cmd 18 0x1e128 (flags 0xb5) - read 8*512
[ 14.372423] mmc0: cmd 18 0x1e130 (flags 0xb5) - read 8*512
[ 14.379965] mmc0: cmd 18 0x1e138 (flags 0xb5) - read 8*512
[ 14.387416] mmc0: cmd 18 0x1e140 (flags 0xb5) - read 8*512
[ 14.394723] mmc0: cmd 18 0x1e148 (flags 0xb5) - read 8*512
[ 14.403149] mmc0: cmd 18 0x1e150 (flags 0xb5) - read 8*512
[ 14.410800] mmc0: cmd 18 0x1e158 (flags 0xb5) - read 8*512
[ 14.418069] mmc0: cmd 18 0x1e160 (flags 0xb5) - read 8*512
[ 14.425043] mmc0: cmd 18 0x1e168 (flags 0xb5) - read 8*512
[ 14.432006] mmc0: cmd 18 0x1e170 (flags 0xb5) - read 8*512
[ 14.439011] mmc0: cmd 18 0x1e178 (flags 0xb5) - read 8*512
[ 14.445816] mmc0: cmd 18 0x1e180 (flags 0xb5) - read 8*512
[ 14.452786] mmc0: cmd 18 0x1e188 (flags 0xb5) - read 8*512
[ 14.459697] mmc0: cmd 18 0x1e190 (flags 0xb5) - read 8*512
[ 14.466428] mmc0: cmd 18 0x1e198 (flags 0xb5) - read 8*512
[ 14.473136] mmc0: cmd 18 0x1e1a0 (flags 0xb5) - read 8*512
[ 14.479824] mmc0: cmd 18 0x1e1a8 (flags 0xb5) - read 8*512
[ 14.486425] mmc0: cmd 18 0x1e1b0 (flags 0xb5) - read 8*512
[ 14.493025] mmc0: cmd 18 0x1e1b8 (flags 0xb5) - read 8*512
[ 14.499637] mmc0: cmd 18 0x1e1c0 (flags 0xb5) - read 8*512
[ 14.506214] mmc0: cmd 18 0x1e1c8 (flags 0xb5) - read 8*512
[ 14.512758] mmc0: cmd 18 0x1e1d0 (flags 0xb5) - read 8*512
[ 14.519295] mmc0: cmd 18 0x1e1d8 (flags 0xb5) - read 8*512
[ 14.525838] mmc0: cmd 18 0x1e1e0 (flags 0xb5) - read 8*512
[ 14.532453] mmc0: cmd 18 0x1e1e8 (flags 0xb5) - read 8*512
[ 14.538964] mmc0: cmd 18 0x1e1f0 (flags 0xb5) - read 8*512
[ 14.545452] mmc0: cmd 18 0x1e1f8 (flags 0xb5) - read 8*512
[ 14.552039] mmc0: cmd 18 0x1e300 (flags 0xb5) - read 8*512
[ 14.558670] mmc0: cmd 18 0x1e308 (flags 0xb5) - read 8*512
[ 14.565183] mmc0: cmd 18 0x1e310 (flags 0xb5) - read 8*512
[ 14.571733] mmc0: cmd 18 0x1e318 (flags 0xb5) - read 8*512
[ 14.578282] mmc0: cmd 18 0x1e320 (flags 0xb5) - read 8*512
[ 14.584847] mmc0: cmd 18 0x1e328 (flags 0xb5) - read 8*512
[ 14.591380] mmc0: cmd 18 0x1e330 (flags 0xb5) - read 8*512
[ 14.597920] mmc0: cmd 18 0x1e338 (flags 0xb5) - read 8*512
[ 14.604459] mmc0: cmd 18 0x1e340 (flags 0xb5) - read 8*512
[ 14.611086] mmc0: cmd 18 0x1e348 (flags 0xb5) - read 8*512
[ 14.617575] mmc0: cmd 18 0x1e350 (flags 0xb5) - read 8*512
[ 14.624061] mmc0: cmd 18 0x1e358 (flags 0xb5) - read 8*512
[ 14.630588] mmc0: cmd 18 0x1e360 (flags 0xb5) - read 8*512
[ 14.637208] mmc0: cmd 18 0x1e368 (flags 0xb5) - read 8*512
[ 14.643693] mmc0: cmd 18 0x1e370 (flags 0xb5) - read 8*512
[ 14.650221] mmc0: cmd 18 0x1e378 (flags 0xb5) - read 8*512
[ 14.656761] mmc0: cmd 18 0x1e380 (flags 0xb5) - read 8*512
[ 14.663375] mmc0: cmd 18 0x1e388 (flags 0xb5) - read 8*512
[ 14.669917] mmc0: cmd 18 0x1e390 (flags 0xb5) - read 8*512
[ 14.676423] mmc0: cmd 18 0x1e398 (flags 0xb5) - read 8*512
[ 14.682990] mmc0: cmd 18 0x1e3a0 (flags 0xb5) - read 8*512
[ 14.689601] mmc0: cmd 18 0x1e3a8 (flags 0xb5) - read 8*512
[ 14.696066] mmc0: cmd 18 0x1e3b0 (flags 0xb5) - read 8*512
[ 14.702582] mmc0: cmd 18 0x1e3b8 (flags 0xb5) - read 8*512
[ 14.709150] mmc0: cmd 18 0x1e3c0 (flags 0xb5) - read 8*512
[ 14.715742] mmc0: cmd 18 0x1e3c8 (flags 0xb5) - read 8*512
[ 14.722276] mmc0: cmd 18 0x1e3d0 (flags 0xb5) - read 8*512
[ 14.728812] mmc0: cmd 18 0x1e3d8 (flags 0xb5) - read 8*512
[ 14.735296] mmc0: cmd 18 0x1e3e0 (flags 0xb5) - read 8*512
[ 14.741915] mmc0: cmd 18 0x1e3e8 (flags 0xb5) - read 8*512
[ 14.748437] mmc0: cmd 18 0x1e3f0 (flags 0xb5) - read 8*512
[ 14.754903] mmc0: cmd 18 0x1e3f8 (flags 0xb5) - read 8*512
[ 14.761477] mmc0: cmd 18 0x1e200 (flags 0xb5) - read 8*512
[ 14.768170] mmc0: cmd 18 0x1e020 (flags 0xb5) - read 8*512
[ 14.774721] mmc0: cmd 18 0x1f000 (flags 0xb5) - read 8*512
[ 14.819897] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
done.
Starting fake hwclock: loading system time.
Fri Jul 10 15:06:44 UTC 2015
[ 15.197193] mmc0: cmd 13 0xe6240000 (flags 0x195)
[....] Setting preliminary keymap...[ 16.197156] mmc0: cmd 13 0xe6240000 (flags 0x195)
done.
[ 17.197161] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Activating swap...done.
[....] Cleaning up temporary files... /tmp[ 18.197226] mmc0: cmd 13 0xe6240000 (flags 0x195)
. ok
[info] Loading kernel module snd-bcm2835.
libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/4.2.0-rc4-v7+/modules.dep.bin'
[ 19.197246] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 20.197213] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 21.197233] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Activating lvm and md swap...done.
[....] Checking file systems...[ 22.197149] mmc0: cmd 13 0xe6240000 (flags 0x195)
fsck from util-linux 2.20.1
[ 22.256836] mmc0: cmd 18 0x2000 (flags 0xb5) - read 32*512
[ 22.265198] mmc0: cmd 18 0x1dff8 (flags 0xb5) - read 8*512
[ 22.272196] mmc0: cmd 18 0x2020 (flags 0xb5) - read 64*512
[ 22.280573] mmc0: cmd 18 0x2060 (flags 0xb5) - read 128*512
[ 22.291505] mmc0: cmd 18 0x20e0 (flags 0xb5) - read 256*512
[ 22.303489] mmc0: cmd 18 0x5df0 (flags 0xb5) - read 8*512
[ 22.311347] mmc0: cmd 18 0x5df8 (flags 0xb5) - read 32*512
[ 22.319473] mmc0: cmd 18 0x5e18 (flags 0xb5) - read 64*512
[ 22.327716] mmc0: cmd 25 0x2000 (flags 0xb5) - write 8*512
[ 22.336816] mmc0: cmd 13 0xe6240000 (flags 0x195)
dosfsck 3.0.13, 3[ 22.343743] mmc0: cmd 18 0x1df80 (flags 0xb5) - read 8*512
0 Jun 2012, FAT32, LFN
0x25: Dirty bi[ 22.352566] mmc0: cmd 18 0x1dff0 (flags 0xb5) - read 8*512
t is set. Fs was not properly un[ 22.360281] mmc0: cmd 18 0x2000 (flags 0xb5) - read 8*512
mounted and some data may be cor[ 22.368453] mmc0: cmd 18 0x2008 (flags 0xb5) - read 8*512
rupt.
Automaticaly removing dirty bit.
Perfor[ 22.378372] mmc0: cmd 18 0x1dff8 (flags 0xb5) - read 8*512
ming changes.
/dev/mmcblk0p1: 6[ 22.386464] mmc0: cmd 18 0x1def8 (flags 0xb5) - read 8*512
8 files, 2526/7161 clusters
fsck died with exit status [ 22.396547] mmc0: cmd 18 0x2800 (flags 0xb5) - read 8*512
1
[ 22.405167] mmc0: cmd 18 0x2040 (flags 0xb5) - read 40*512
[ 22.413448] mmc0: cmd 18 0x2018 (flags 0xb5) - read 8*512
[ 22.420634] mmc0: cmd 18 0x2038 (flags 0xb5) - read 8*512
[ 22.428175] mmc0: cmd 18 0x2078 (flags 0xb5) - read 8*512
[ 22.437009] mmc0: cmd 18 0x2010 (flags 0xb5) - read 8*512
[ 22.445122] mmc0: cmd 18 0x2080 (flags 0xb5) - read 8*512
[ 22.457178] mmc0: cmd 18 0x2200 (flags 0xb5) - read 8*512
[ 22.464228] mmc0: cmd 18 0x2020 (flags 0xb5) - read 8*512
[ 22.471633] mmc0: cmd 18 0x3000 (flags 0xb5) - read 8*512
[ 22.479188] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
[ ok [ 22.547401] mmc0: cmd 18 0x0 (flags 0xb5) - read 8*512
done.
[....] Mounting local filesystems...[ 22.962896] mmc0: cmd 17 0x2000 (flags 0xb5) - read 1*512
[ 22.969741] mmc0: cmd 17 0x2041 (flags 0xb5) - read 1*512
[ 22.976176] mmc0: cmd 17 0x2042 (flags 0xb5) - read 1*512
[ 22.982639] mmc0: cmd 17 0x2043 (flags 0xb5) - read 1*512
[ 22.989098] mmc0: cmd 17 0x2044 (flags 0xb5) - read 1*512
[ 22.995531] mmc0: cmd 17 0x2045 (flags 0xb5) - read 1*512
[ 23.002054] mmc0: cmd 17 0x2046 (flags 0xb5) - read 1*512
[ 23.008385] mmc0: cmd 17 0x2047 (flags 0xb5) - read 1*512
[ 23.014747] mmc0: cmd 17 0x2048 (flags 0xb5) - read 1*512
[ 23.021187] mmc0: cmd 17 0x2049 (flags 0xb5) - read 1*512
[ 23.027528] mmc0: cmd 17 0x204a (flags 0xb5) - read 1*512
[ 23.033806] mmc0: cmd 17 0x204b (flags 0xb5) - read 1*512
[ 23.040096] mmc0: cmd 17 0x204c (flags 0xb5) - read 1*512
[ 23.046372] mmc0: cmd 17 0x204d (flags 0xb5) - read 1*512
[ 23.052773] mmc0: cmd 17 0x204e (flags 0xb5) - read 1*512
[ 23.059094] mmc0: cmd 17 0x204f (flags 0xb5) - read 1*512
[ 23.065385] mmc0: cmd 17 0x2050 (flags 0xb5) - read 1*512
[ 23.071681] mmc0: cmd 17 0x2051 (flags 0xb5) - read 1*512
[ 23.077987] mmc0: cmd 17 0x2052 (flags 0xb5) - read 1*512
[ 23.084315] mmc0: cmd 17 0x2053 (flags 0xb5) - read 1*512
[ 23.090595] mmc0: cmd 17 0x2054 (flags 0xb5) - read 1*512
[ 23.096757] mmc0: cmd 17 0x2055 (flags 0xb5) - read 1*512
[ 23.102986] mmc0: cmd 17 0x2056 (flags 0xb5) - read 1*512
[ 23.109210] mmc0: cmd 17 0x2057 (flags 0xb5) - read 1*512
[ 23.115510] mmc0: cmd 17 0x2058 (flags 0xb5) - read 1*512
[ 23.121739] mmc0: cmd 17 0x2059 (flags 0xb5) - read 1*512
[ 23.127944] mmc0: cmd 17 0x205a (flags 0xb5) - read 1*512
[ 23.134132] mmc0: cmd 17 0x205b (flags 0xb5) - read 1*512
[ 23.140363] mmc0: cmd 17 0x205c (flags 0xb5) - read 1*512
[ 23.146641] mmc0: cmd 17 0x205d (flags 0xb5) - read 1*512
[ 23.152876] mmc0: cmd 17 0x205e (flags 0xb5) - read 1*512
[ 23.159127] mmc0: cmd 17 0x205f (flags 0xb5) - read 1*512
[ 23.165325] mmc0: cmd 17 0x2060 (flags 0xb5) - read 1*512
[ 23.171574] mmc0: cmd 24 0x2000 (flags 0xb5) - write 1*512
[ 23.178806] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 23.197201] mmc0: cmd 13 0xe6240000 (flags 0x195)
done.
[ ok ] Activating swapfile swap...done.
[ 24.197212] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[ 25.197202] mmc0: cmd 13 0xe6240000 (flags 0x195)
[....] Configuring network interfaces...[ 26.197174] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 27.197157] mmc0: cmd 13 0xe6240000 (flags 0x195)
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
[ 28.197218] mmc0: cmd 13 0xe6240000 (flags 0x195)
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
[ 29.197204] mmc0: cmd 13 0xe6240000 (flags 0x195)
ifup: interface eth0 already configured
done.
[....] Starting rpcbind daemon...rpcbind: cannot create socket for udp6
rpcbind: cannot create socket for tcp6
[ 30.197196] mmc0: cmd 13 0xe6240000 (flags 0x195)
. ok
[....] Starting NFS common utilities: statd idmapd[ 31.197151] mmc0: cmd 13 0xe6240000 (flags 0x195)
. ok
[ ok ] Cleaning up temporary files....
[ 32.197269] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Setting up ALSA...done (none loaded).
[info] Setting console screen modes.
setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
[info] Skipping font and keymap setup (handled by console-setup).
[....] Setting up console font and keymap...[ 33.197185] mmc0: cmd 13 0xe6240000 (flags 0x195)
done.
[ ok ] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix[ 34.197172] mmc0: cmd 13 0xe6240000 (flags 0x195)
.
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
Error opening '/dev/input/event*': No such file or directory
[ 35.197235] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Network Interface Plugging Daemon...skip eth0...done.
[ ok ] Starting rpcbind daemon...[....] Already running..
[info] Initializing cgroups.
[warn] Kernel lacks cgroups or memory controller not available, not starting cgroups. ... (warning).
[ ok ] Starting enhanced syslogd: rsyslogd.
[ ok ] Starting NFS common utilities: statd idmapd.
[ 36.197167] mmc0: cmd 13 0xe6240000 (flags 0x195)
Starting dphys-swapfile swapfile setup ...
want /var/swap=100MByte, checking existing: deleting wrong size file (0), generating swapfile ...swapon: /var/swap: read swap header failed: Invalid argument
done.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ 37.197262] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
dhcpcd[1959]: version 6.7.1 starting
dhcpcd[1959]: all: IPv6 kernel autoconf disabled
dhcpcd[1959]: eth0: adding address fe80::c65b:118d:81dc:b45
dhcpcd[1959]: if_addaddress6: Operation not supported
dhcpcd[1959]: DUID 00:01:00:01:1c:dd:60:77:ea:89:4f:e5:db:98
dhcpcd[1959]: eth0: IAID eb:6e:52:28
dhcpcd[1959]: eth0: rebinding lease of 192.168.10.117
[ 38.197162] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 39.197192] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 40.197207] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 41.197233] mmc0: cmd 13 0xe6240000 (flags 0x195)
dhcpcd[1959]: eth0: leased 192.168.10.117 for 86400 seconds
dhcpcd[1959]: eth0: adding route to 192.168.10.0/24
dhcpcd[1959]: eth0: adding default route via 192.168.10.1
dhcpcd[1959]: forked to background, child pid 2349
My IP address is 192.168.10.104 192.168.10.117
[ 42.197303] mmc0: cmd 13 0xe6240000 (flags 0x195)
Raspbian GNU/Linux 7 raspberrypi ttyAMA0
raspberrypi login: pi (automatic login)
Last login: Thu Jul 9 22:10:12 UTC 2015 on ttyAMA0
Linux raspberrypi 4.2.0-rc4-v7+ #1 SMP PREEMPT Mon Jul 27 20:36:59 CEST 2015 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
[ 43.197293] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 44.197302] mmc0: cmd 13 0xe6240000 (flags 0x195)
pi@raspberrypi:~$ [ 45.197317] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 46.197323] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 47.197339] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 48.197347] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 49.197365] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 50.197388] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 51.197409] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 52.197427] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 53.197439] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 54.197465] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 55.197490] mmc0: cmd 13 0xe6240000 (flags 0x195)
pi@raspberrypi:~$ sudo halt
[ 56.197520] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 57.197535] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 58.197521] mmc0: cmd 13 0xe6240000 (flags 0x195)
s[ 59.197552] mmc0: cmd 13 0xe6240000 (flags 0x195)
udo h[ 60.197572] mmc0: cmd 13 0xe6240000 (flags 0x195)
alt
[ 61.197699] mmc0: cmd 13 0xe6240000 (flags 0x195)
The system is going down for system halt NOW!MA0) (Tue Jul 28 18:54:23 2015):
INIT: Switching to runlevel: 0
INIT: Sending processes the TERM signal
[ 62.197637] mmc0: cmd 13 0xe6240000 (flags 0x195)
[info] Using makefile-style concurrent boot in runlevel 0.
[ 63.197706] mmc0: cmd 13 0xe6240000 (flags 0x195)
Stopping fake hwclock: saving system time.
dhcpcd[2451]: sending signal TERM to pid 2349
dhcpcd[2451]: waiting for pid 2349 to exit
[info] Saving the system clock.
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --debug option to see the details of our search for an access method.
[ ok ] Shutting down ALSA...done (none loaded).
[ ok ] Network Interface Plugging Daemon...stop eth0...done.
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Asking all remaining processes to terminate...done.
[....] All processes ended within 1 seconds...[ 64.197735] mmc0: cmd 13 0xe6240000 (flags 0x195)
done.
[ ok ] Stopping enhanced syslogd: rsyslogd.
rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w"
[ 65.197796] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ ok ] Stopping rpcbind daemon....
[ ok ] Stopping NFS common utilities: idmapd statd.
[warn] not deconfiguring network interfaces: network file systems still mounted. ... (warning).
[ ok ] Deactivating swap...done.
[....] Unmounting local filesystems...[ 66.068006] mmc0: cmd 24 0x2000 (flags 0xb5) - write 1*512
[ 66.075227] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 66.197766] mmc0: cmd 13 0xe6240000 (flags 0x195)
done.
[info] Will now halt.
[ 67.197748] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 68.197726] mmc0: cmd 13 0xe6240000 (flags 0x195)
[ 68.473828] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 68.482598] mmc0: cmd 7 0x0 (flags 0x0)
[ 68.487163] mmc0: ios clock 0, pwr 0, bus_width 0, timing 0, vdd 0, drv_type 0
[ 68.495197] mmc0: set_clock(0)
[ 68.500353] reboot: Power down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment