Re: Testing VC4 on rpi2 with wayland and weston, weston fail to start with drm

Fabio Fantoni <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
Il 07/10/2015 00:01, Eric Anholt ha scritto:
> Fabio Fantoni <[email protected]> writes:
>
>> Il 03/10/2015 00:50, Eric Anholt ha scritto:
>>> Fabio Fantoni <[email protected]> writes:
>>>
>>>> Hi, I want try VC4 on rpi2 with wayland on debian (I used Sid).
>>>> Following this howto:
>>>> http://dri.freedesktop.org/wiki/VC4/
>>>> I rebuild the kernel from
>>>> https://github.com/anholt/linux/tree/vc4-kms-v3d-rpi2
>>>> Base config modified with: CONFIG_DRM_VC4=y and
>>>> CONFIG_CMA_SIZE_MBYTES=128, full .config in attachment.
>>>> I did the 2 additions to rpi2 config.txt (full in attachment).
>>>> New kernel is working, in kern.log about drm I saw only this about drm:
>>>> Oct  1 11:11:16 jessie-rpi kernel: [    1.577017] [drm] Initialized drm
>>>> 1.1.0 20060810
>>>> I suppose that compiling with CONFIG_DRM_VC4=y should be present but I
>>>> not saw line about.
>>> You should also have various lines in dmesg about:
>>>
>>> [    3.185410] vc4-drm soc:vc4@7e4c0000: bound 20902000.hdmi (ops vc4_hdmi_ops)
>>> [    3.200606] vc4-drm soc:vc4@7e4c0000: bound 20206000.pixelvalve (ops vc4_crtc_ops)
>>> [    3.220583] vc4-drm soc:vc4@7e4c0000: bound 20207000.pixelvalve (ops vc4_crtc_ops)
>>> [    3.232884] vc4-drm soc:vc4@7e4c0000: bound 20807000.pixelvalve (ops vc4_crtc_ops)
>>> [    3.250938] vc4-drm soc:vc4@7e4c0000: bound 20400000.hvs (ops vc4_hvs_ops)
>>> [    3.263385] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>>> [    3.270162] [drm] No driver support for vblank timestamp query.
>>> [    3.470743] Console: switching to colour frame buffer device 240x67
>>> [    3.540179] vc4-drm soc:vc4@7e4c0000: fb0:  frame buffer device
>>>
>>> so something is going wrong and keeping you from probing.  There's at
>>> least one problem in your config -- you can't have
>>>
>>> CONFIG_FB_BCM2708=y
>>>
>>> since you're trying to run a proper graphics driver, instead.  I don't
>>> think that would keep vc4 from probing, though.  Maybe you wouldn't have
>>> hit any of those "bound" messages because HDMI fails first due to your
>>> config being missing:
>>>
>>> CONFIG_I2C_BCM2835=y
>>>
>>> I've added that to the wiki page.
>> Thanks for your reply and all your work.
>> I recompiled the kernel and retried, now screen show only and always
>> "initial image" but system with ssh is working.
>> Strange thing is that I not found vc4-drm lines also in this case.
>> Actual kernel .config and kern.log in attachment.
>> I did something missed or wrong or there is problem or an unexpected case?
>> I suppose is probable that also kernel parameters may change something
>> but I don't know if I must change something, actual cmdline.txt.
>> config.txt already attached in previous mail is ok or other changes not
>> present in wiki are present?
>> I also saw the strange thing that kernel is launched with addition
>> parameters (from kern.log) but I not know how and if can be a problem:
>>> Oct  3 17:22:02 jessie-rpi kernel: [ 0.000000] Kernel command line:
>>> dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768
>>> bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc
>>> smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1
>>> bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0
>>> sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000
>>> vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0
>>> console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait
>>> net.ifnames=1
>> If you need more informations or tests tell me and I'll post them.
> Looking through the logs again, I'm not sure what's going on.  At this
> point I think I'd start adding DRM_INFO()s in vc4_drm_register(),
> vc4_platform_drm_probe() and vc4_drm_bind() to start bisecting where
> things are going wrong.

I saw update on vc4-kms-v3d-rpi2 branch, I build it and tried but I had 
the same result.

I created the .config with:
make bcm2709_defconfig
and did the changes of the wiki, full .config used is in attachment.
looking the syslog (see attachment) I not saw vc4 even if enabled, I 
suppose there is still something wrong or missed in .config.

Thanks for any reply and sorry for my bad english.

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
.config (text/plain, 125.1 KB) - not displayed
syslog (text/plain, 32.9 KB)
Oct 25 15:21:46 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="236" x-info="http://www.rsyslog.com"] start
Oct 25 15:21:46 jessie-rpi systemd-modules-load[80]: Inserted module 'snd_bcm2835'
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 25 15:21:46 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 15:21:46 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 25 15:21:46 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 25 15:21:46 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 15:21:46 jessie-rpi kbd[161]: Setting console screen modes and fonts.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 15:21:46 jessie-rpi systemd-timesyncd[186]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2015-10-25 15:21:46 CET
Oct 25 15:21:46 jessie-rpi systemd[1]: Time has been changed
Oct 25 15:21:46 jessie-rpi kbd[161]: setterm: $TERM is not defined.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 25 15:21:46 jessie-rpi networking[162]: Configuring network interfaces...done.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 25 15:21:46 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 25 15:21:46 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Sockets.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Basic System.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 25 15:21:46 jessie-rpi irqbalance[237]: Starting SMP IRQ Balancer: irqbalance.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root@jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #1 SMP PREEMPT Sat Oct 24 16:16:40 CEST 2015
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Machine: BCM2709
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] cma: Reserved 128 MiB at 0x27000000
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec7c0, node_mem_map a691a000
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @a68e5000 s18368 r8192 d22592 u49152
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Memory: 620992K/770048K available (6381K kernel code, 541K rwdata, 1792K rodata, 424K init, 762K bss, 17984K reserved, 131072K cma-reserved)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x80803720   (8174 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .init : 0x80804000 - 0x8086e000   ( 424 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f55e4   ( 542 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000027] Switching to timer-based delay loop, resolution 52ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000262] Console: colour dummy device 80x30
Oct 25 15:21:46 jessie-rpi kernel: [    0.001544] console [tty1] enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.001592] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 25 15:21:46 jessie-rpi kernel: [    0.001667] pid_max: default: 32768 minimum: 301
Oct 25 15:21:46 jessie-rpi kernel: [    0.001965] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.002016] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.003159] Initializing cgroup subsys blkio
Oct 25 15:21:46 jessie-rpi kernel: [    0.003232] Initializing cgroup subsys memory
Oct 25 15:21:46 jessie-rpi kernel: [    0.003290] Initializing cgroup subsys devices
Oct 25 15:21:46 jessie-rpi kernel: [    0.003338] Initializing cgroup subsys freezer
Oct 25 15:21:46 jessie-rpi kernel: [    0.003397] Initializing cgroup subsys net_cls
Oct 25 15:21:46 jessie-rpi kernel: [    0.003488] CPU: Testing write buffer coherency: ok
Oct 25 15:21:46 jessie-rpi kernel: [    0.003586] ftrace: allocating 21318 entries in 63 pages
Oct 25 15:21:46 jessie-rpi kernel: [    0.044401] missing device node for CPU 0
Oct 25 15:21:46 jessie-rpi kernel: [    0.044470] missing device node for CPU 1
Oct 25 15:21:46 jessie-rpi kernel: [    0.044499] missing device node for CPU 2
Oct 25 15:21:46 jessie-rpi kernel: [    0.044525] missing device node for CPU 3
Oct 25 15:21:46 jessie-rpi kernel: [    0.044561] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 25 15:21:46 jessie-rpi kernel: [    0.044596] [bcm2709_smp_prepare_cpus] enter
Oct 25 15:21:46 jessie-rpi kernel: [    0.044734] Setting up static identity map for 0x8240 - 0x8274
Oct 25 15:21:46 jessie-rpi kernel: [    0.074318] [bcm2709_boot_secondary] cpu:1 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.074766] [bcm2709_secondary_init] enter cpu:1
Oct 25 15:21:46 jessie-rpi kernel: [    0.074819] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 25 15:21:46 jessie-rpi kernel: [    0.084276] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.084615] [bcm2709_secondary_init] enter cpu:2
Oct 25 15:21:46 jessie-rpi kernel: [    0.084641] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 25 15:21:46 jessie-rpi kernel: [    0.094296] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.094531] [bcm2709_secondary_init] enter cpu:3
Oct 25 15:21:46 jessie-rpi kernel: [    0.094555] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 25 15:21:46 jessie-rpi kernel: [    0.094627] Brought up 4 CPUs
Oct 25 15:21:46 jessie-rpi kernel: [    0.094706] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 25 15:21:46 jessie-rpi kernel: [    0.094737] CPU: All CPU(s) started in SVC mode.
Oct 25 15:21:46 jessie-rpi kernel: [    0.095570] devtmpfs: initialized
Oct 25 15:21:46 jessie-rpi kernel: [    0.110974] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 25 15:21:46 jessie-rpi kernel: [    0.111273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.117255] pinctrl core: initialized pinctrl subsystem
Oct 25 15:21:46 jessie-rpi kernel: [    0.117955] NET: Registered protocol family 16
Oct 25 15:21:46 jessie-rpi kernel: [    0.123177] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 25 15:21:46 jessie-rpi kernel: [    0.124385] bcm2709.uart_clock = 3000000
Oct 25 15:21:46 jessie-rpi kernel: [    0.124448] of_platform_populate failed: -22
Oct 25 15:21:46 jessie-rpi kernel: [    0.126164] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 15:21:46 jessie-rpi kernel: [    0.126216] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 15:21:46 jessie-rpi kernel: [    0.126366] Serial: AMBA PL011 UART driver
Oct 25 15:21:46 jessie-rpi kernel: [    0.126574] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
Oct 25 15:21:46 jessie-rpi kernel: [    0.626396] console [ttyAMA0] enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.630508] bcm2835-mbox bcm2835-mbox: mailbox enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.696429] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
Oct 25 15:21:46 jessie-rpi kernel: [    0.705673] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
Oct 25 15:21:46 jessie-rpi kernel: [    0.713529] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
Oct 25 15:21:46 jessie-rpi kernel: [    0.722233] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Oct 25 15:21:46 jessie-rpi kernel: [    0.729568] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
Oct 25 15:21:46 jessie-rpi kernel: [    0.735757] SCSI subsystem initialized
Oct 25 15:21:46 jessie-rpi kernel: [    0.739686] usbcore: registered new interface driver usbfs
Oct 25 15:21:46 jessie-rpi kernel: [    0.745270] usbcore: registered new interface driver hub
Oct 25 15:21:46 jessie-rpi kernel: [    0.750702] usbcore: registered new device driver usb
Oct 25 15:21:46 jessie-rpi kernel: [    0.756267] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2014-12-19 18:44
Oct 25 15:21:46 jessie-rpi kernel: [    1.267500] clocksource: Switched to clocksource arch_sys_counter
Oct 25 15:21:46 jessie-rpi kernel: [    1.315411] FS-Cache: Loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.318716] CacheFiles: Loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.330456] NET: Registered protocol family 2
Oct 25 15:21:46 jessie-rpi kernel: [    1.335793] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.342996] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.349631] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 15:21:46 jessie-rpi kernel: [    1.356103] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.362104] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.368763] NET: Registered protocol family 1
Oct 25 15:21:46 jessie-rpi kernel: [    1.373480] RPC: Registered named UNIX socket transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.379472] RPC: Registered udp transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.384191] RPC: Registered tcp transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.388931] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.396438] bcm2708_gpio: bcm2708_gpio_probe 80892a68
Oct 25 15:21:46 jessie-rpi kernel: [    1.403021] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.421110] VFS: Disk quotas dquot_6.6.0
Oct 25 15:21:46 jessie-rpi kernel: [    1.425328] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.434479] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 15:21:46 jessie-rpi kernel: [    1.440786] NFS: Registering the id_resolver key type
Oct 25 15:21:46 jessie-rpi kernel: [    1.445906] Key type id_resolver registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.450130] Key type id_legacy registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.456274] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 25 15:21:46 jessie-rpi kernel: [    1.463890] io scheduler noop registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.467863] io scheduler deadline registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.472412] io scheduler cfq registered (default)
Oct 25 15:21:46 jessie-rpi kernel: [    1.478199] vc-cma: Videocore CMA driver
Oct 25 15:21:46 jessie-rpi kernel: [    1.482141] vc-cma: vc_cma_base      = 0x00000000
Oct 25 15:21:46 jessie-rpi kernel: [    1.486854] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.492283] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.497902] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.506638] [drm] Initialized drm 1.1.0 20060810
Oct 25 15:21:46 jessie-rpi kernel: [    1.523633] brd: module loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.533620] loop: module loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.538415] vchiq: vchiq_init_state: slot_zero = 0xa7400000, is_master = 0
Oct 25 15:21:46 jessie-rpi kernel: [    1.546073] bcm2835_vchiq bcm2835_vchiq: failed to set channelbase
Oct 25 15:21:46 jessie-rpi kernel: [    1.552620] vchiq: could not load vchiq
Oct 25 15:21:46 jessie-rpi kernel: [    1.556552] bcm2835_vchiq: probe of bcm2835_vchiq failed with error -1502107392
Oct 25 15:21:46 jessie-rpi kernel: [    1.564003] Loading iSCSI transport class v2.0-870.
Oct 25 15:21:46 jessie-rpi kernel: [    1.569632] usbcore: registered new interface driver smsc95xx
Oct 25 15:21:46 jessie-rpi kernel: [    1.575444] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 15:21:46 jessie-rpi kernel: [    1.781477] Core Release: 2.80a
Oct 25 15:21:46 jessie-rpi kernel: [    1.784637] Setting default values for core params
Oct 25 15:21:46 jessie-rpi kernel: [    1.789498] Finished setting default values for core params
Oct 25 15:21:46 jessie-rpi kernel: [    1.995384] Using Buffer DMA mode
Oct 25 15:21:46 jessie-rpi kernel: [    1.998727] Periodic Transfer Interrupt Enhancement - disabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.004569] Multiprocessor Interrupt Enhancement - disabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.010166] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 25 15:21:46 jessie-rpi kernel: [    2.014537] Dedicated Tx FIFOs mode
Oct 25 15:21:46 jessie-rpi kernel: [    2.019132] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xa7404000 dma = 0xe7404000 len=9024
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] FIQ FSM acceleration enabled for :
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] Non-periodic Split Transactions
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] Periodic Split Transactions
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] High-Speed Isochronous Endpoints
Oct 25 15:21:46 jessie-rpi kernel: [    2.045790] dwc_otg: Microframe scheduler enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.045850] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 25 15:21:46 jessie-rpi kernel: [    2.051787] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 25 15:21:46 jessie-rpi kernel: [    2.058069] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
Oct 25 15:21:46 jessie-rpi kernel: [    2.064096] dwc_otg bcm2708_usb: DWC OTG Controller
Oct 25 15:21:46 jessie-rpi kernel: [    2.069037] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Oct 25 15:21:46 jessie-rpi kernel: [    2.076306] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Oct 25 15:21:46 jessie-rpi kernel: [    2.081861] Init: Port Power? op_state=1
Oct 25 15:21:46 jessie-rpi kernel: [    2.085793] Init: Power Port (0)
Oct 25 15:21:46 jessie-rpi kernel: [    2.089304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 25 15:21:46 jessie-rpi kernel: [    2.096110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 15:21:46 jessie-rpi kernel: [    2.103377] usb usb1: Product: DWC OTG Controller
Oct 25 15:21:46 jessie-rpi kernel: [    2.108112] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 25 15:21:46 jessie-rpi kernel: [    2.114045] usb usb1: SerialNumber: bcm2708_usb
Oct 25 15:21:46 jessie-rpi kernel: [    2.119320] hub 1-0:1.0: USB hub found
Oct 25 15:21:46 jessie-rpi kernel: [    2.123128] hub 1-0:1.0: 1 port detected
Oct 25 15:21:46 jessie-rpi kernel: [    2.127407] dwc_otg: FIQ enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127420] dwc_otg: NAK holdoff enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127428] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127461] Module dwc_common_port init
Oct 25 15:21:46 jessie-rpi kernel: [    2.127865] usbcore: registered new interface driver usb-storage
Oct 25 15:21:46 jessie-rpi kernel: [    2.134107] mousedev: PS/2 mouse device common for all mice
Oct 25 15:21:46 jessie-rpi kernel: [    2.140601] bcm2835-cpufreq: min=800000 max=800000
Oct 25 15:21:46 jessie-rpi kernel: [    2.145592] sdhci: Secure Digital Host Controller Interface driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.151805] sdhci: Copyright(c) Pierre Ossman
Oct 25 15:21:46 jessie-rpi kernel: [    2.156392] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
Oct 25 15:21:46 jessie-rpi kernel: [    2.162354] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
Oct 25 15:21:46 jessie-rpi kernel: [    2.207734] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 15:21:46 jessie-rpi kernel: [    2.216961] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 15:21:46 jessie-rpi kernel: [    2.225303] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 15:21:46 jessie-rpi kernel: [    2.231003] usbcore: registered new interface driver usbhid
Oct 25 15:21:46 jessie-rpi kernel: [    2.236656] usbhid: USB HID core driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.242057] Initializing XFRM netlink socket
Oct 25 15:21:46 jessie-rpi kernel: [    2.246451] NET: Registered protocol family 17
Oct 25 15:21:46 jessie-rpi kernel: [    2.251117] Key type dns_resolver registered
Oct 25 15:21:46 jessie-rpi kernel: [    2.257941] Registering SWP/SWPB emulation handler
Oct 25 15:21:46 jessie-rpi kernel: [    2.263512] registered taskstats version 1
Oct 25 15:21:46 jessie-rpi kernel: [    2.267858] vc-sm: Videocore shared memory driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.273464] Waiting for root device /dev/mmcblk0p2...
Oct 25 15:21:46 jessie-rpi kernel: [    2.294664] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 25 15:21:46 jessie-rpi kernel: [    2.305498] mmc0: new high speed SDHC card at address aaaa
Oct 25 15:21:46 jessie-rpi kernel: [    2.311547] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 25 15:21:46 jessie-rpi kernel: [    2.317213]  mmcblk0: p1 p2
Oct 25 15:21:46 jessie-rpi kernel: [    2.317651] Indeed it is in host mode hprt0 = 00021501
Oct 25 15:21:46 jessie-rpi kernel: [    2.388384] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 25 15:21:46 jessie-rpi kernel: [    2.397123] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 25 15:21:46 jessie-rpi kernel: [    2.419492] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 15:21:46 jessie-rpi kernel: [    2.427697] VFS: Mounted root (ext4 filesystem) on device 179:2.
Oct 25 15:21:46 jessie-rpi kernel: [    2.434568] devtmpfs: mounted
Oct 25 15:21:46 jessie-rpi kernel: [    2.438234] Freeing unused kernel memory: 424K (80804000 - 8086e000)
Oct 25 15:21:46 jessie-rpi kernel: [    2.497571] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 25 15:21:46 jessie-rpi kernel: [    2.504201] Indeed it is in host mode hprt0 = 00001101
Oct 25 15:21:46 jessie-rpi kernel: [    2.707863] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 25 15:21:46 jessie-rpi kernel: [    2.714605] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:21:46 jessie-rpi kernel: [    2.722503] hub 1-1:1.0: USB hub found
Oct 25 15:21:46 jessie-rpi kernel: [    2.726376] hub 1-1:1.0: 5 ports detected
Oct 25 15:21:46 jessie-rpi kernel: [    2.858795] NET: Registered protocol family 10
Oct 25 15:21:46 jessie-rpi kernel: [    2.887916] random: systemd urandom read with 65 bits of entropy available
Oct 25 15:21:46 jessie-rpi kernel: [    3.007635] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 25 15:21:46 jessie-rpi kernel: [    3.020983] uart-pl011 dev:f1: no DMA platform data
Oct 25 15:21:46 jessie-rpi kernel: [    3.128012] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 25 15:21:46 jessie-rpi kernel: [    3.134935] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:21:46 jessie-rpi kernel: [    3.148364] smsc95xx v1.0.4
Oct 25 15:21:46 jessie-rpi kernel: [    3.212037] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 25 15:21:46 jessie-rpi kernel: [    4.609891] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 25 15:21:46 jessie-rpi kernel: [    5.530224] random: nonblocking pool is initialized
Oct 25 15:21:46 jessie-rpi kernel: [    5.592694] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
Oct 25 15:21:46 jessie-rpi kernel: [    5.601120] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
Oct 25 15:21:46 jessie-rpi kernel: [    5.648773] bcm2708_i2c_init_pinmode(1,2)
Oct 25 15:21:46 jessie-rpi kernel: [    5.653044] bcm2708_i2c_init_pinmode(1,3)
Oct 25 15:21:46 jessie-rpi kernel: [    5.657807] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
Oct 25 15:21:46 jessie-rpi kernel: [    5.797043] pcm512x 1-004d: Failed to reset device: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.804364] pcm512x: probe of 1-004d failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.810771] pcm512x 1-004c: Failed to reset device: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.816433] pcm512x: probe of 1-004c failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.816925] wm8804 1-003b: Failed to read device ID: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.817052] wm8804: probe of 1-003b failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.950165] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully dropped root privileges.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: avahi-daemon 0.6.31 starting up.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully called chroot().
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully dropped remaining capabilities.
Oct 25 15:21:46 jessie-rpi avahi-daemon[250]: chroot.c: open() failed: No such file or directory
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Failed to open /etc/resolv.conf: Invalid argument
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: No service file found in /etc/avahi/services.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Network interface enumeration completed.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Login Service...
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 3980131762.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Timers.
Oct 25 15:21:47 jessie-rpi cron[253]: (CRON) INFO (pidfile fd = 3)
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting Network Service...
Oct 25 15:21:47 jessie-rpi cron[253]: (CRON) INFO (Running @reboot jobs)
Oct 25 15:21:47 jessie-rpi systemd[1]: Started System Logging Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 25 15:21:47 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 235 (update-binfmts)
Oct 25 15:21:47 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 25 15:21:47 jessie-rpi systemd-networkd[256]: Enumeration completed
Oct 25 15:21:47 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Network Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Login Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Network.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 15:21:47 jessie-rpi kernel: [    6.765250] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 25 15:21:47 jessie-rpi kernel: [    6.774018] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 25 15:21:47 jessie-rpi systemd-resolved[275]: Using system hostname 'jessie-rpi'.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 25 15:21:48 jessie-rpi exim4[272]: Starting MTA: exim4.
Oct 25 15:21:48 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 25 15:21:48 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 25 15:21:48 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 25 15:21:48 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 15:21:48 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 15:21:48 jessie-rpi systemd[1]: Startup finished in 2.506s (kernel) + 5.098s (userspace) = 7.605s.
Oct 25 15:21:48 jessie-rpi systemd-networkd[256]: eth0: Gained carrier
Oct 25 15:21:48 jessie-rpi kernel: [    8.416900] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 15:21:48 jessie-rpi kernel: [    8.425769] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 25 15:21:49 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: New relevant interface eth0.IPv6 for mDNS.
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: eth0: DHCPv4 address 192.168.178.46/24 via 192.168.178.1
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: eth0: Configured
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.46.
Oct 25 15:21:51 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: New relevant interface eth0.IPv4 for mDNS.
Oct 25 15:21:51 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: Registering new address record for 192.168.178.46 on eth0.IPv4.
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.539: Permission denied
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: grep: write error: Broken pipe
Oct 25 15:21:52 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 25 15:21:52 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 25 15:22:30 jessie-rpi systemd-timesyncd[186]: Synchronized to time server 192.168.178.1:123 (192.168.178.1).
Oct 25 15:22:30 jessie-rpi systemd[1]: Time has been changed
Oct 25 15:26:21 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 25 15:26:21 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 25 15:26:21 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Timers.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Sockets.
Oct 25 15:26:21 jessie-rpi systemd[601]: Removed slice Root Slice.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Paths.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Basic System.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Default.
Oct 25 15:26:21 jessie-rpi systemd[601]: Startup finished in 84ms.
Oct 25 15:26:21 jessie-rpi systemd[1]: Started User Manager for UID 0.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.