Hi,

I've had one RPi2 running headless with Tumbleweed for quite some time now, and it does fine, so thanks everyone for making that work!

That said, I now have acquired the "official" RPi 7" touchscreen to use with a second RPi2, and it actually displays the text console nicely on first boot of the Build 385 JeOS image, but on second boot it stays completely black (not even the backlight is on). In addition, the network interface also does not come up (same as on first boot), so the build gets completely unusable for me.

I tried the old build 307 that I had used initially to get the other RPi2 up months ago, and the screen is completely black with that, but the network is fine and I could update it to a current Tumbleweed, which it still boots fine and is accessible from the network. That said, the screen stays dark on this as well.

Given that the first boot with build 385 works and AFAIK uses the same kernel and probably bootloader, and the difference is there right from booting the system, it feels like it can't be that hard to get it working in the end. That said, the difference has to be in some parameters or things available during boot.

I attached two dmesg outputs, one ("noscreen") from the updated-to-current system that can be accessed remotely, one ("screenworking") from a build 385 first boot.

One difference that strikes me there is that the non-working version says (omitting times): simple-framebuffer 3db79000.framebuffer: framebuffer at 0x3db79000, 0x81800 bytes, mapped to 0xb7d00000 simple-framebuffer 3db79000.framebuffer: format=r5g6b5, mode=592x448x16, linelength=1184
simple-framebuffer 3db79000.framebuffer: fb1: simplefb registered!

The working version has the following instead:
simple-framebuffer fdb3f000.framebuffer: framebuffer at 0xfdb3f000, 0xbb800 bytes, mapped to 0xb7d00000 simple-framebuffer fdb3f000.framebuffer: format=r5g6b5, mode=800x480x16, linelength=1600
simple-framebuffer fdb3f000.framebuffer: fb1: simplefb registered!


The "mode=800x480x16" actually fits this screen correctly.

Any idea what I can try to get it working? I have found out enough to play with kernel command line parameters by editing boot.script and regenerating boot.scr from it, but I got stuck there as removing this from the commandline didn't help and I'm not sure what else I can do there that may help.


That said, once the display actually shows stuff, the second question will be the touch input - if the rpi-ft5406 driver available in the kernel right now? I saw there are sources for it in https://github.com/raspberrypi/linux/blob/rpi-4.5.y/drivers/input/touchscreen/rpi-ft5406.c at least for 4.5, not sure for how far back they exist/work.

Thanks,
KaiRo
[    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.14-5-rpi2 (geeko@buildhost) (gcc version 
5.3.1 20151207 [gcc-5-branch revision 231355] (SUSE Linux) ) #1 SMP PREEMPT Thu 
Feb 4 20:57:25 UTC 2016 (ac01a25)
[    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
[    0.000000] cma: Reserved 8 MiB at 0x36800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 225280
[    0.000000] free_area_init_node: node 0, pgdat 80b38c80, node_mem_map 
b6111000
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 225280 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (8680->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 11 pages/cpu @b60dc000 s13824 r8192 d23040 
u45056
[    0.000000] pcpu-alloc: s13824 r8192 d23040 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: 223520
[    0.000000] Kernel command line: 
root=/dev/disk/by-id/mmc-00000_0x7b390680-part3 loader=uboot 
disk=/dev/disk/by-id/mmc-00000_0x7b390680 
resume=/dev/disk/by-id/mmc-00000_0x7b390680-part4 plymouth.enable=0 
dwc_otg.lpm_enable=0 console=ttyAMA0,115200n8 kgdboc=ttyAMA0,115200 
rootflags=commit=120,data=writeback
[    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: 866396K/901120K available (7601K kernel code, 617K 
rwdata, 2828K rodata, 480K init, 979K bss, 34724K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
                   vmalloc : 0xb7800000 - 0xff000000   (1144 MB)
                   lowmem  : 0x80000000 - 0xb7000000   ( 880 MB)
                   pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
                   modules : 0x7f000000 - 0x7fe00000   (  14 MB)
                     .text : 0x80008000 - 0x80a3783c   (10431 kB)
                     .init : 0x80a38000 - 0x80ab0000   ( 480 kB)
                     .data : 0x80ab0000 - 0x80b4a624   ( 618 kB)
                      .bss : 0x80b4a624 - 0x80c3f324   ( 980 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:608
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 
3579139424256ns
[    0.000024] Switching to timer-based delay loop, resolution 52ns
[    0.000547] Console: colour dummy device 80x30
[    0.000602] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000623] pid_max: default: 32768 minimum: 301
[    0.000857] Security Framework initialized
[    0.000966] AppArmor: AppArmor initialized
[    0.001204] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001222] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002269] Initializing cgroup subsys memory
[    0.002321] Initializing cgroup subsys devices
[    0.002342] Initializing cgroup subsys freezer
[    0.002366] Initializing cgroup subsys net_cls
[    0.002389] Initializing cgroup subsys blkio
[    0.002406] Initializing cgroup subsys perf_event
[    0.002475] CPU: Testing write buffer coherency: ok
[    0.002540] ftrace: allocating 26555 entries in 52 pages
[    0.042303] CPU0: update cpu_capacity 1024
[    0.042333] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.042346] [bcm2709_smp_prepare_cpus] enter
[    0.042469] Setting up static identity map for 0x743110 - 0x743168
[    0.122613] [bcm2709_boot_secondary] cpu:1 started (0) 17
[    0.122810] CPU1: Booted secondary processor
[    0.122815] [bcm2709_secondary_init] enter cpu:1
[    0.122862] CPU1: update cpu_capacity 1024
[    0.122868] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.142567] [bcm2709_boot_secondary] cpu:2 started (0) 16
[    0.142728] CPU2: Booted secondary processor
[    0.142732] [bcm2709_secondary_init] enter cpu:2
[    0.142760] CPU2: update cpu_capacity 1024
[    0.142766] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.162541] [bcm2709_boot_secondary] cpu:3 started (0) 18
[    0.162688] CPU3: Booted secondary processor
[    0.162692] [bcm2709_secondary_init] enter cpu:3
[    0.162718] CPU3: update cpu_capacity 1024
[    0.162724] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.162819] Brought up 4 CPUs
[    0.162844] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.162852] CPU: All CPU(s) started in SVC mode.
[    0.163751] devtmpfs: initialized
[    0.180493] VFP support v0.3: implementor 41 architecture 2 part 30 variant 
7 rev 5
[    0.187707] pinctrl core: initialized pinctrl subsystem
[    0.188169] regulator-dummy: no parameters
[    0.190257] NET: Registered protocol family 16
[    0.194309] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.212960] cpuidle: using governor ladder
[    0.222961] cpuidle: using governor menu
[    0.223213] bcm2709.uart_clock = 3000000
[    0.226778] No ATAGs?
[    0.226822] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint 
registers.
[    0.226833] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.226862] mailbox: Broadcom VideoCore Mailbox driver
[    0.226952] bcm2708_vcio: mailbox at f300b880
[    0.227280] bcm_power: Broadcom power driver
[    0.227293] bcm_power_open() -> 0
[    0.227301] bcm_power_request(0, 8)
[    0.727484] bcm_mailbox_read -> 00000080, 0
[    0.727494] bcm_power_request -> 0
[    0.727668] Serial: AMBA PL011 UART driver
[    0.727784] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is 
a PL011 rev3
[    1.276206] console [ttyAMA0] enabled
[    1.328261] SCSI subsystem initialized
[    1.332262] libata version 3.00 loaded.
[    1.332623] usbcore: registered new interface driver usbfs
[    1.338199] usbcore: registered new interface driver hub
[    1.343616] usbcore: registered new device driver usb
[    1.350015] NetLabel: Initializing
[    1.353412] NetLabel:  domain hash size = 128
[    1.357756] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.362780] NetLabel:  unlabeled traffic allowed by default
[    1.368690] Switched to clocksource arch_sys_counter
[    1.424765] FS-Cache: Loaded
[    1.428037] CacheFiles: Loaded
[    1.431367] AppArmor: AppArmor Filesystem Enabled
[    1.449776] NET: Registered protocol family 2
[    1.455022] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.462213] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.468793] TCP: Hash tables configured (established 8192 bind 8192)
[    1.475227] TCP: reno registered
[    1.478454] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.484429] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.491168] NET: Registered protocol family 1
[    1.495996] RPC: Registered named UNIX socket transport module.
[    1.501947] RPC: Registered udp transport module.
[    1.506640] RPC: Registered tcp transport module.
[    1.511349] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.518077] Trying to unpack rootfs image as initramfs...
[    4.522363] Freeing initrd memory: 5904K (82100000 - 826c4000)
[    4.528470] NetWinder Floating Point Emulator V0.97 (extended precision)
[    4.535436] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 
counters available
[    4.543739] bcm2708_dma: DMA manager at f3007000
[    4.548450] vc-mem: phys_addr:0x00000000 mem_base=0x00000000 
mem_size:0x00000000(0 MiB)
[    4.558360] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    4.564652] Initialise system trusted keyring
[    4.569186] audit: initializing netlink subsys (disabled)
[    4.574630] audit: type=2000 audit(4.359:1): initialized
[    4.581139] zpool: loaded
[    4.583765] zbud: loaded
[    4.586638] VFS: Disk quotas dquot_6.5.2
[    4.590667] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    4.597643] FS-Cache: Netfs 'nfs' registered for caching
[    4.603319] NFS: Registering the id_resolver key type
[    4.608400] Key type id_resolver registered
[    4.612605] Key type id_legacy registered
[    4.616626] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    4.623794] msgmni has been set to 1719
[    4.627801] Key type big_key registered
[    4.633073] Key type asymmetric registered
[    4.637172] Asymmetric key parser 'x509' registered
[    4.642192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
251)
[    4.649774] io scheduler noop registered
[    4.653695] io scheduler deadline registered
[    4.657999] io scheduler cfq registered (default)
[    4.665563] BCM2708FB: allocated DMA memory f6c00000
[    4.670573] BCM2708FB: allocated DMA channel 4 @ f3007400
[    4.682177] Console: switching to colour frame buffer device 100x30
[    4.691843] simple-framebuffer 3db79000.framebuffer: framebuffer at 
0x3db79000, 0x81800 bytes, mapped to 0xb7d00000
[    4.702286] simple-framebuffer 3db79000.framebuffer: format=r5g6b5, 
mode=592x448x16, linelength=1184
[    4.711727] simple-framebuffer 3db79000.framebuffer: fb1: simplefb 
registered!
[    4.719350] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine 
driver
[    4.727051] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[    4.743813] serial8250.0: ttyS0 at MMIO 0x3f215040 (irq = 29, base_baud = 
7812500) is a 8250
[    4.752875] Serial: AMBA driver
[    4.756095] uart-pl011 dev:f1: no DMA platform data
[    4.761102] STMicroelectronics ASC driver initialized
[    4.766258] kgdb: Registered I/O driver kgdboc.
[    4.778963] serial: Freescale lpuart driver
[    4.783764] vc-cma: Videocore CMA driver
[    4.787679] vc-cma: vc_cma_base      = 0x00000000
[    4.792393] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    4.797780] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    4.803480] [drm] Initialized drm 1.1.0 20060810
[    4.818328] brd: module loaded
[    4.826712] loop: module loaded
[    4.830618] vchiq: vchiq_init_state: slot_zero = 0xb6c80000, is_master = 0
[    4.839163] Loading iSCSI transport class v2.0-870.
[    4.845037] libphy: Fixed MDIO Bus: probed
[    4.849323] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    5.055276] Core Release: 2.80a
[    5.058417] Setting default values for core params
[    5.063254] Finished setting default values for core params
[    5.269102] Using Buffer DMA mode
[    5.272413] Periodic Transfer Interrupt Enhancement - disabled
[    5.278231] Multiprocessor Interrupt Enhancement - disabled
[    5.283805] OTG VER PARAM: 0, OTG VER FLAG: 0
[    5.288155] Dedicated Tx FIFOs mode
[    5.291989] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 
0xb6c14000 dma = 0xf6c14000 len=9024
[    5.301844] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
[    5.318524] dwc_otg: Microframe scheduler enabled
[    5.318583] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8056f808
[    5.324494] WARN::hcd_init_fiq:413: FIQ ASM at 0x8056fb88 length 36
[    5.330751] WARN::hcd_init_fiq:438: MPHI regs_base at 0xb7850000
[    5.336761] dwc_otg bcm2708_usb: DWC OTG Controller
[    5.341674] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 
1
[    5.348928] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    5.354439] Init: Port Power? op_state=1
[    5.358350] Init: Power Port (0)
[    5.361823] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.368601] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    5.375831] usb usb1: Product: DWC OTG Controller
[    5.380542] usb usb1: Manufacturer: Linux 3.18.14-5-rpi2 dwc_otg_hcd
[    5.386885] usb usb1: SerialNumber: bcm2708_usb
[    5.392275] hub 1-0:1.0: USB hub found
[    5.396071] hub 1-0:1.0: 1 port detected
[    5.400567] dwc_otg: FIQ enabled
[    5.400577] dwc_otg: NAK holdoff enabled
[    5.400585] dwc_otg: FIQ split-transaction FSM enabled
[    5.400613] Module dwc_common_port init
[    5.400924] usbcore: registered new interface driver usb-storage
[    5.407205] mousedev: PS/2 mouse device common for all mice
[    5.416015] bcm2835-cpufreq: min=600000 max=840000
[    5.434495] sdhci: Secure Digital Host Controller Interface driver
[    5.440708] sdhci: Copyright(c) Pierre Ossman
[    5.445437] mmc-bcm2835 3f300000.mmc: mmc-bcm2835: Unable to initialise DMA 
channels. Falling back to PIO
[    5.488853] sdhci-pltfm: SDHCI platform and OF driver helper
[    5.495403] ledtrig-cpu: registered to indicate activity on CPUs
[    5.501629] hidraw: raw HID events driver (C) Jiri Kosina
[    5.507562] TCP: cubic registered
[    5.510917] Initializing XFRM netlink socket
[    5.515357] NET: Registered protocol family 10
[    5.521144] NET: Registered protocol family 17
[    5.525763] Key type dns_resolver registered
[    5.526070] mmc0: host does not support reading read-only switch, assuming 
write-enable
[    5.528096] mmc0: new high speed SDHC card at address 0001
[    5.528983] mmcblk0: mmc0:0001 00000 29.8 GiB 
[    5.535991]  mmcblk0: p1 p2 p3 p4
[    5.551711] ThumbEE CPU extension supported.
[    5.556010] Registering SWP/SWPB emulation handler
[    5.562008] Loading compiled-in X.509 certificates
[    5.570974] Loaded X.509 cert 'devel:ARM OBS Project: 
66c92fde8dc978d5cad342136dd9cb44e1d3cc5c'
[    5.579836] registered taskstats version 1
[    5.584147] AppArmor: AppArmor sha1 policy hashing enabled
[    5.589759] vc-sm: Videocore shared memory driver
[    5.594464] [vc_sm_connected_init]: start
[    5.598876] Indeed it is in host mode hprt0 = 00021501
[    5.609388] [vc_sm_connected_init]: end - returning 0
[    5.615172] PM: Checking hibernation image partition 
/dev/disk/by-id/mmc-00000_0x7b390680-part4
[    5.615201] PM: Hibernation image not present or could not be loaded.
[    5.616321] Freeing unused kernel memory: 480K (80a38000 - 80ab0000)
[    5.650643] random: systemd urandom read with 1 bits of entropy available
[    5.663897] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT 
+SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    5.683114] systemd[1]: Detected architecture arm.
[    5.687940] systemd[1]: Running in initial RAM disk.
[    5.719130] systemd[1]: Set hostname to <nohostname>.
[    5.778993] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    5.786628] Indeed it is in host mode hprt0 = 00001101
[    5.989302] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    5.996018] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.004421] hub 1-1:1.0: USB hub found
[    6.008375] hub 1-1:1.0: 5 ports detected
[    6.205997] systemd[1]: Created slice System Slice.
[    6.229841] systemd[1]: Created slice 
system-systemd\x2dhibernate\x2dresume.slice.
[    6.259755] systemd[1]: Listening on Journal Audit Socket.
[    6.288890] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    6.289418] systemd[1]: Listening on udev Control Socket.
[    6.319217] systemd[1]: Listening on udev Kernel Socket.
[    6.339017] systemd[1]: Reached target Swap.
[    6.359227] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.389362] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[    6.399146] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    6.407158] usb 1-1.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    6.429047] systemd[1]: Reached target Paths.
[    6.449314] systemd[1]: Listening on Journal Socket.
[    6.474078] systemd[1]: Starting Load Kernel Modules...
[    6.499041] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[    6.499373] systemd[1]: Reached target Sockets.
[    6.533407] systemd[1]: Starting Journal Service...
[    6.563660] systemd[1]: Starting Create list of required static device nodes 
for the current kernel...
[    6.604590] systemd[1]: Starting dracut cmdline hook...
[    6.617149] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
[    6.624158] usb 1-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    6.631523] usb 1-1.2: Product: USB Receiver
[    6.635797] usb 1-1.2: Manufacturer: Logitech
[    6.649131] systemd[1]: Reached target Slices.
[    6.669253] systemd[1]: Reached target Timers.
[    6.699361] systemd[1]: Started Journal Service.
[    6.719847] audit: type=1130 audit(6.509:2): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-journald comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.759419] audit: type=1130 audit(6.549:3): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-modules-load comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.799322] audit: type=1130 audit(6.589:4): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.969473] audit: type=1130 audit(6.759:5): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.009345] audit: type=1130 audit(6.799:6): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-sysctl comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.249216] audit: type=1130 audit(7.039:7): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=dracut-cmdline comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.349475] audit: type=1130 audit(7.139:8): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-udevd comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.371762] usbcore: registered new interface driver usbhid
[    7.377416] usbhid: USB HID core driver
[    7.388667] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input2
[    7.465839] input: Logitech Unifying Device. Wireless PID:4024 as 
/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input0
[    7.483764] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID 
v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4024] on 
usb-bcm2708_usb-1.2:1
[    7.819298] audit: type=1130 audit(7.609:9): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.707004] PM: Starting manual resume from disk
[    8.711799] PM: Hibernation image partition 179:4 present
[    8.711817] PM: Looking for hibernation image.
[    8.712818] PM: Image not found (code -22)
[    8.712839] PM: Hibernation image not present or could not be loaded.
[    8.749376] audit: type=1130 audit(8.539:10): pid=1 uid=0 auid=4294967295 
ses=4294967295 
msg='unit=systemd-hibernate-resume@dev-disk-by\x2did-mmc\x2d00000_0x7b390680\x2dpart4
 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[    9.048049] random: nonblocking pool is initialized
[   10.079278] audit_printk_skb: 3 callbacks suppressed
[   10.084260] audit: type=1130 audit(9.869:12): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.245513] EXT4-fs (mmcblk0p3): mounted filesystem with writeback data 
mode. Opts: commit=120,data=writeback
[   11.159200] audit: type=1130 audit(10.949:13): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.177627] audit: type=1131 audit(10.959:14): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.429197] audit: type=1130 audit(11.219:15): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=dracut-cmdline comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.447446] audit: type=1131 audit(11.229:16): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=dracut-cmdline comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.489188] audit: type=1130 audit(11.279:17): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=initrd-cleanup comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.507428] audit: type=1131 audit(11.289:18): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=initrd-cleanup comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.729173] audit: type=1130 audit(11.519:19): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-sysctl comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.747418] audit: type=1131 audit(11.529:20): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-sysctl comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.789173] audit: type=1130 audit(11.579:21): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.341640] systemd-journald[116]: Received SIGTERM from PID 1 (systemd).
[   14.070244] EXT4-fs (mmcblk0p3): re-mounted. Opts: nobarrier
[   15.014906] systemd-journald[277]: Received request to flush runtime journal 
from PID 1
[   16.219691] audit_printk_skb: 84 callbacks suppressed
[   16.224776] audit: type=1130 audit(16.009:50): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.360812] smsc95xx v1.0.4
[   16.619858] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at 
usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, 86:a3:b6:a9:5d:d2
[   16.649539] usbcore: registered new interface driver smsc95xx
[   16.738825] Adding 503784k swap on /dev/mmcblk0p4.  Priority:-1 extents:1 
across:503784k SSFS
[   17.259301] audit: type=1130 audit(17.049:51): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.549298] audit: type=1130 audit(17.339:52): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.568178] audit: type=1131 audit(17.349:53): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.789274] audit: type=1130 audit(17.579:54): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=lvm2-activation comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.807610] audit: type=1131 audit(17.589:55): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=lvm2-activation comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.089243] audit: type=1130 audit(17.879:56): pid=1 uid=0 auid=4294967295 
ses=4294967295 
msg='unit=systemd-fsck@dev-disk-by\x2did-mmc\x2d00000_0x7b390680\x2dpart2 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[   18.188524] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 
subsystem
[   18.202723] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. 
Opts: (null)
[   18.409368] audit: type=1130 audit(18.199:57): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.449263] audit: type=1130 audit(18.239:58): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=systemd-sysctl comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.489239] audit: type=1130 audit(18.279:59): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=dracut-shutdown comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.934492] smsc95xx 1-1.1:1.0 eth0: link down
[   20.081577] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   20.089427] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.485774] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   21.493351] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 
0xCDE1
[   38.565044] audit_printk_skb: 42 callbacks suppressed
[   38.570271] audit: type=1130 audit(38.349:74): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=wicked comm="systemd" exe="/usr/lib/systemd/systemd" 
hostname=? addr=? terminal=? res=success'
[   38.838119] audit: type=1130 audit(38.619:75): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" 
hostname=? addr=? terminal=? res=success'
[   39.190344] audit: type=1130 audit(38.979:76): pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" 
hostname=? addr=? terminal=? res=success'
[   41.587966] audit: type=1130 audit(1456540219.122:77): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=postfix comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.635206] audit: type=1130 audit(1456540219.172:78): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=cron comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.699140] audit: type=1129 audit(1456540219.242:79): pid=952 uid=0 
auid=4294967295 ses=4294967295 msg='old-level=N new-level=5 
comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" 
hostname=? addr=? terminal=? res=success'
[   41.762105] audit: type=1130 audit(1456540219.302:80): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[   41.782367] audit: type=1131 audit(1456540219.322:81): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  239.369161] audit: type=2404 audit(1456540416.912:82): pid=955 uid=0 
auid=4294967295 ses=4294967295 msg='op=destroy kind=server 
fp=16:96:45:72:91:f7:25:ec:6c:8f:49:4a:0f:e2:e1:c7 [MD5] direction=? spid=955 
suid=0  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.395160] audit: type=2404 audit(1456540416.932:83): pid=955 uid=0 
auid=4294967295 ses=4294967295 msg='op=destroy kind=server 
fp=22:28:e6:dd:78:d2:7d:2d:3c:de:af:9c:23:26:bb:13 [MD5] direction=? spid=955 
suid=0  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.421533] audit: type=2404 audit(1456540416.962:84): pid=955 uid=0 
auid=4294967295 ses=4294967295 msg='op=destroy kind=server 
fp=0c:a3:b0:af:1a:78:a6:92:0f:73:db:82:e7:97:35:4c [MD5] direction=? spid=955 
suid=0  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.447310] audit: type=2404 audit(1456540416.992:85): pid=955 uid=0 
auid=4294967295 ses=4294967295 msg='op=destroy kind=server 
fp=d5:83:18:b3:63:39:e7:aa:07:c1:8d:95:74:cb:95:71 [MD5] direction=? spid=955 
suid=0  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.474670] audit: type=2407 audit(1456540417.012:86): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=start direction=from-client 
cipher=aes128-ctr ksize=128 spid=955 suid=487 rport=38298 laddr=192.168.13.212 
lport=22  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.501720] audit: type=2407 audit(1456540417.042:87): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=start direction=from-server 
cipher=aes128-ctr ksize=128 spid=955 suid=487 rport=38298 laddr=192.168.13.212 
lport=22  exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? 
res=success'
[  239.698212] audit: type=1100 audit(1456540417.232:88): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" 
hostname=? addr=192.168.13.5 terminal=ssh res=failed'
[  239.718193] audit: type=1100 audit(1456540417.252:89): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" 
hostname=? addr=192.168.13.5 terminal=ssh res=failed'
[  242.564224] audit: type=1100 audit(1456540420.102:90): pid=956 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? 
acct="root" exe="/usr/sbin/sshd" hostname=robert.lan addr=192.168.13.5 
terminal=ssh res=failed'
[  244.428523] audit: type=1100 audit(1456540421.962:91): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=challenge-response acct="root" 
exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=ssh res=failed'
[  246.728195] audit: type=1100 audit(1456540424.262:92): pid=957 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_unix 
acct="root" exe="/usr/sbin/sshd" hostname=robert.lan addr=192.168.13.5 
terminal=ssh res=success'
[  246.753431] audit: type=1101 audit(1456540424.292:93): pid=957 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix 
acct="root" exe="/usr/sbin/sshd" hostname=robert.lan addr=192.168.13.5 
terminal=ssh res=success'
[  246.778873] audit: type=2404 audit(1456540424.322:94): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both 
spid=955 suid=487 rport=38298 laddr=192.168.13.212 lport=22  
exe="/usr/sbin/sshd" hostname=? addr=192.168.13.5 terminal=? res=success'
[  246.817719] audit: type=1100 audit(1456540424.352:95): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=success acct="root" exe="/usr/sbin/sshd" 
hostname=? addr=192.168.13.5 terminal=ssh res=success'
[  246.842480] audit: type=1103 audit(1456540424.382:96): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix 
acct="root" exe="/usr/sbin/sshd" hostname=robert.lan addr=192.168.13.5 
terminal=ssh res=success'
[  246.970521] audit: type=1101 audit(1456540424.512:97): pid=958 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix 
acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  246.994718] audit: type=1105 audit(1456540424.532:98): pid=958 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:session_open 
grantors=pam_selinux,pam_selinux,pam_limits,pam_unix,pam_umask,pam_systemd,pam_env
 acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  247.282704] audit: type=1130 audit(1456540424.822:99): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  247.312043] audit: type=1105 audit(1456540424.852:100): pid=954 uid=0 
auid=4294967295 ses=4294967295 msg='op=PAM:session_open 
grantors=pam_limits,pam_unix,pam_umask,pam_systemd,pam_env,pam_lastlog 
acct="root" exe="/usr/sbin/sshd" hostname=robert.lan addr=192.168.13.5 
terminal=ssh res=success'
[    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.14-5-rpi2 (geeko@buildhost) (gcc version 
5.3.1 20151207 [gcc-5-branch revision 231355] (SUSE Linux) ) #1 SMP PREEMPT Thu 
Feb 4 20:57:25 UTC 2016 (ac01a25)
[    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
[    0.000000] cma: Reserved 8 MiB at 0x36800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 225280
[    0.000000] free_area_init_node: node 0, pgdat 80b38c80, node_mem_map 
b6111000
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 225280 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (8680->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 11 pages/cpu @b60dc000 s13824 r8192 d23040 
u45056
[    0.000000] pcpu-alloc: s13824 r8192 d23040 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: 223520
[    0.000000] Kernel command line:  smsc95xx.macaddr=b8:27:eb:34:da:a9  
[    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: 837252K/901120K available (7601K kernel code, 617K 
rwdata, 2828K rodata, 480K init, 979K bss, 63868K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
                   vmalloc : 0xb7800000 - 0xff000000   (1144 MB)
                   lowmem  : 0x80000000 - 0xb7000000   ( 880 MB)
                   pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
                   modules : 0x7f000000 - 0x7fe00000   (  14 MB)
                     .text : 0x80008000 - 0x80a3783c   (10431 kB)
                     .init : 0x80a38000 - 0x80ab0000   ( 480 kB)
                     .data : 0x80ab0000 - 0x80b4a624   ( 618 kB)
                      .bss : 0x80b4a624 - 0x80c3f324   ( 980 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:608
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 
3579139424256ns
[    0.000034] Switching to timer-based delay loop, resolution 52ns
[    0.000753] Console: colour dummy device 80x30
[    0.002109] console [tty0] enabled
[    0.002191] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.002270] pid_max: default: 32768 minimum: 301
[    0.002610] Security Framework initialized
[    0.002779] AppArmor: AppArmor initialized
[    0.003120] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003179] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004676] Initializing cgroup subsys memory
[    0.004778] Initializing cgroup subsys devices
[    0.004831] Initializing cgroup subsys freezer
[    0.004880] Initializing cgroup subsys net_cls
[    0.004938] Initializing cgroup subsys blkio
[    0.004985] Initializing cgroup subsys perf_event
[    0.005104] CPU: Testing write buffer coherency: ok
[    0.005216] ftrace: allocating 26555 entries in 52 pages
[    0.060406] CPU0: update cpu_capacity 1024
[    0.060485] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.060521] [bcm2709_smp_prepare_cpus] enter
[    0.060693] Setting up static identity map for 0x743110 - 0x743168
[    0.140882] [bcm2709_boot_secondary] cpu:1 started (0) 17
[    0.141133] CPU1: Booted secondary processor
[    0.141141] [bcm2709_secondary_init] enter cpu:1
[    0.141206] CPU1: update cpu_capacity 1024
[    0.141214] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.160790] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.160997] CPU2: Booted secondary processor
[    0.161004] [bcm2709_secondary_init] enter cpu:2
[    0.161042] CPU2: update cpu_capacity 1024
[    0.161050] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.180801] [bcm2709_boot_secondary] cpu:3 started (0) 18
[    0.180984] CPU3: Booted secondary processor
[    0.180991] [bcm2709_secondary_init] enter cpu:3
[    0.181027] CPU3: update cpu_capacity 1024
[    0.181035] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.181161] Brought up 4 CPUs
[    0.181274] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.181304] CPU: All CPU(s) started in HYP mode.
[    0.181329] CPU: Virtualization extensions available.
[    0.182410] devtmpfs: initialized
[    0.204884] VFP support v0.3: implementor 41 architecture 2 part 30 variant 
7 rev 5
[    0.214866] pinctrl core: initialized pinctrl subsystem
[    0.215534] regulator-dummy: no parameters
[    0.218415] NET: Registered protocol family 16
[    0.223890] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.231340] cpuidle: using governor ladder
[    0.241342] cpuidle: using governor menu
[    0.241464] bcm2709.uart_clock = 3000000
[    0.246439] No ATAGs?
[    0.246506] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint 
registers.
[    0.246559] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.246621] mailbox: Broadcom VideoCore Mailbox driver
[    0.246756] bcm2708_vcio: mailbox at f300b880
[    0.247220] bcm_power: Broadcom power driver
[    0.247255] bcm_power_open() -> 0
[    0.247280] bcm_power_request(0, 8)
[    0.272540] bcm_mailbox_read -> 00000080, 0
[    0.272571] bcm_power_request -> 0
[    0.272813] Serial: AMBA PL011 UART driver
[    0.272989] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is 
a PL011 rev3
[    0.338220] SCSI subsystem initialized
[    0.338603] libata version 3.00 loaded.
[    0.339100] usbcore: registered new interface driver usbfs
[    0.339238] usbcore: registered new interface driver hub
[    0.339429] usbcore: registered new device driver usb
[    0.341325] NetLabel: Initializing
[    0.341363] NetLabel:  domain hash size = 128
[    0.341389] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.341484] NetLabel:  unlabeled traffic allowed by default
[    0.341743] Switched to clocksource arch_sys_counter
[    0.411800] FS-Cache: Loaded
[    0.412358] CacheFiles: Loaded
[    0.412691] AppArmor: AppArmor Filesystem Enabled
[    0.431969] NET: Registered protocol family 2
[    0.433361] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.433548] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.433764] TCP: Hash tables configured (established 8192 bind 8192)
[    0.433914] TCP: reno registered
[    0.433955] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.434039] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.434565] NET: Registered protocol family 1
[    0.435130] RPC: Registered named UNIX socket transport module.
[    0.435172] RPC: Registered udp transport module.
[    0.435200] RPC: Registered tcp transport module.
[    0.435227] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.435682] Trying to unpack rootfs image as initramfs...
[    4.199056] Freeing initrd memory: 35048K (82100000 - 8433a000)
[    4.199236] NetWinder Floating Point Emulator V0.97 (extended precision)
[    4.199609] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 
counters available
[    4.199919] bcm2708_dma: DMA manager at f3007000
[    4.200096] vc-mem: phys_addr:0x00000000 mem_base=0x00000000 
mem_size:0x00000000(0 MiB)
[    4.202915] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    4.203087] Initialise system trusted keyring
[    4.203340] audit: initializing netlink subsys (disabled)
[    4.203449] audit: type=2000 audit(4.179:1): initialized
[    4.205128] zpool: loaded
[    4.205173] zbud: loaded
[    4.205675] VFS: Disk quotas dquot_6.5.2
[    4.205798] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    4.206474] FS-Cache: Netfs 'nfs' registered for caching
[    4.206954] NFS: Registering the id_resolver key type
[    4.207044] Key type id_resolver registered
[    4.207073] Key type id_legacy registered
[    4.207126] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    4.207763] msgmni has been set to 1719
[    4.208034] Key type big_key registered
[    4.209917] Key type asymmetric registered
[    4.209967] Asymmetric key parser 'x509' registered
[    4.210150] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
251)
[    4.210421] io scheduler noop registered
[    4.210462] io scheduler deadline registered
[    4.210549] io scheduler cfq registered (default)
[    4.214606] BCM2708FB: allocated DMA memory f6c00000
[    4.214679] BCM2708FB: allocated DMA channel 4 @ f3007400
[    4.220175] Console: switching to colour frame buffer device 100x30
[    4.226954] simple-framebuffer fdb3f000.framebuffer: framebuffer at 
0xfdb3f000, 0xbb800 bytes, mapped to 0xb7d00000
[    4.231410] simple-framebuffer fdb3f000.framebuffer: format=r5g6b5, 
mode=800x480x16, linelength=1600
[    4.236454] simple-framebuffer fdb3f000.framebuffer: fb1: simplefb 
registered!
[    4.239375] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine 
driver
[    4.242391] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[    4.259112] serial8250.0: ttyS0 at MMIO 0x3f215040 (irq = 29, base_baud = 
7812500) is a 8250
[    4.262474] Serial: AMBA driver
[    4.265046] uart-pl011 dev:f1: no DMA platform data
[    4.267708] STMicroelectronics ASC driver initialized
[    4.270623] serial: Freescale lpuart driver
[    4.274002] vc-cma: Videocore CMA driver
[    4.276471] vc-cma: vc_cma_base      = 0x00000000
[    4.278919] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    4.281344] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    4.284203] [drm] Initialized drm 1.1.0 20060810
[    4.300949] brd: module loaded
[    4.310688] loop: module loaded
[    4.314039] vchiq: vchiq_init_state: slot_zero = 0xb6c80000, is_master = 0
[    4.318647] Loading iSCSI transport class v2.0-870.
[    4.322509] libphy: Fixed MDIO Bus: probed
[    4.325198] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    4.528005] Core Release: 2.80a
[    4.530382] Setting default values for core params
[    4.532886] Finished setting default values for core params
[    4.735702] Using Buffer DMA mode
[    4.738140] Periodic Transfer Interrupt Enhancement - disabled
[    4.740651] Multiprocessor Interrupt Enhancement - disabled
[    4.743178] OTG VER PARAM: 0, OTG VER FLAG: 0
[    4.745618] Dedicated Tx FIFOs mode
[    4.748405] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 
0xb6c14000 dma = 0xf6c14000 len=9024
[    4.753162] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
[    4.762030] dwc_otg: Microframe scheduler enabled
[    4.762109] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8056f808
[    4.764260] WARN::hcd_init_fiq:413: FIQ ASM at 0x8056fb88 length 36
[    4.766396] WARN::hcd_init_fiq:438: MPHI regs_base at 0xb7810000
[    4.768531] dwc_otg bcm2708_usb: DWC OTG Controller
[    4.770686] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 
1
[    4.772949] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    4.775158] Init: Port Power? op_state=1
[    4.777335] Init: Power Port (0)
[    4.779837] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.782152] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    4.784436] usb usb1: Product: DWC OTG Controller
[    4.786718] usb usb1: Manufacturer: Linux 3.18.14-5-rpi2 dwc_otg_hcd
[    4.789006] usb usb1: SerialNumber: bcm2708_usb
[    4.792431] hub 1-0:1.0: USB hub found
[    4.794728] hub 1-0:1.0: 1 port detected
[    4.797701] dwc_otg: FIQ enabled
[    4.797715] dwc_otg: NAK holdoff enabled
[    4.797725] dwc_otg: FIQ split-transaction FSM enabled
[    4.797764] Module dwc_common_port init
[    4.798168] usbcore: registered new interface driver usb-storage
[    4.800810] mousedev: PS/2 mouse device common for all mice
[    4.807438] bcm2835-cpufreq: min=600000 max=840000
[    4.810125] sdhci: Secure Digital Host Controller Interface driver
[    4.812470] sdhci: Copyright(c) Pierre Ossman
[    4.815056] mmc-bcm2835 3f300000.mmc: mmc-bcm2835: Unable to initialise DMA 
channels. Falling back to PIO
[    4.851896] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.857288] ledtrig-cpu: registered to indicate activity on CPUs
[    4.859848] hidraw: raw HID events driver (C) Jiri Kosina
[    4.863788] TCP: cubic registered
[    4.867083] Initializing XFRM netlink socket
[    4.870556] NET: Registered protocol family 10
[    4.874365] NET: Registered protocol family 17
[    4.876822] Key type dns_resolver registered
[    4.879181] ThumbEE CPU extension supported.
[    4.881461] Registering SWP/SWPB emulation handler
[    4.885091] Loading compiled-in X.509 certificates
[    4.891411] Loaded X.509 cert 'devel:ARM OBS Project: 
66c92fde8dc978d5cad342136dd9cb44e1d3cc5c'
[    4.894040] registered taskstats version 1
[    4.896493] AppArmor: AppArmor sha1 policy hashing enabled
[    4.898886] vc-sm: Videocore shared memory driver
[    4.901204] [vc_sm_connected_init]: start
[    4.904360] [vc_sm_connected_init]: end - returning 0
[    4.907518] PM: Hibernation image not present or could not be loaded.
[    4.908569] Freeing unused kernel memory: 480K (80a38000 - 80ab0000)
[    4.921443] mmc0: host does not support reading read-only switch, assuming 
write-enable
[    4.927857] mmc0: new high speed SDHC card at address aaaa
[    4.931317] mmcblk0: mmc0:aaaa SL16G 14.8 GiB 
[    4.947234] GPT:Primary header thinks Alt. header is not at the end of the 
disk.
[    4.950034] GPT:2279423 != 31116287
[    4.952888] GPT:Alternate GPT header not at the end of the disk.
[    4.955459] GPT:2279423 != 31116287
[    4.957869] GPT: Use GNU Parted to correct GPT errors.
[    4.960315]  mmcblk0: p1 p2 p3
[    4.992150] Indeed it is in host mode hprt0 = 00021501
[    5.181948] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    5.184528] Indeed it is in host mode hprt0 = 00001101
[    5.382228] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    5.384660] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.388286] hub 1-1:1.0: USB hub found
[    5.390730] hub 1-1:1.0: 5 ports detected
[    5.671985] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    5.772212] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    5.774695] usb 1-1.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    5.871931] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[    5.980200] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
[    5.983325] usb 1-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    5.985970] usb 1-1.2: Product: USB Receiver
[    5.988604] usb 1-1.2: Manufacturer: Logitech
[   10.503780] systemd-udevd[246]: starting version 228
[   10.513616] random: systemd-udevd urandom read with 65 bits of entropy 
available
[   10.889187] usbcore: registered new interface driver usbhid
[   10.892189] usbhid: USB HID core driver
[   11.203807] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input2
[   11.312890] input: Logitech Unifying Device. Wireless PID:4024 as 
/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input0
[   11.319195] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID 
v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4024] on 
usb-bcm2708_usb-1.2:1
[   12.352931] device-mapper: uevent: version 1.0.3
[   12.353690] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: 
[email protected]
[   12.433213] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   12.454086] fuse init (API version 7.23)
[   13.129750] random: nonblocking pool is initialized
[   13.894358] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[   19.153683]  mmcblk0: p1 p2 p3
[   23.174751]  mmcblk0: p1 p2 p3
[   24.999719]  mmcblk0: p1 p2 p3 p4
[   28.457659] Adding 512488k swap on /dev/mmcblk0p4.  Priority:-1 extents:1 
across:512488k SSFS
[   34.175805] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. 
Opts: (null)
[   34.726540] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 
subsystem
[   34.752811] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. 
Opts: (null)
[   46.695066] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 
subsystem
[   46.726092] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. 
Opts: (null)
[   53.228708] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 
subsystem
[   53.254512] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. 
Opts: (null)
[   58.263542] systemd-udevd[1615]: starting version 228
[  124.801328] device-mapper: core: cleaned up
[  130.975372] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT 
+SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[  131.032839] systemd[1]: Detected architecture arm.
[  131.060646] systemd[1]: Set hostname to <nohostname>.
[  131.545103] systemd[1]: nss-lookup.target: Dependency 
Before=nss-lookup.target dropped
[  131.773319] systemd[1]: boot.mount: Unit is bound to inactive unit 
dev-disk-by\x2did-mmc\x2dSL16G_0x0040dd2c\x2dpart2.device. Stopping, too.
[  131.812493] systemd[1]: 
dev-disk-by\x2did-mmc\x2dSL16G_0x0040dd2c\x2dpart4.swap: Unit is bound to 
inactive unit dev-disk-by\x2did-mmc\x2dSL16G_0x0040dd2c\x2dpart4.device. 
Stopping, too.
[  131.853835] systemd[1]: Requested transaction contradicts existing jobs: 
Resource deadlock avoided
[  131.916301] systemd[1]: display-manager.service: Cannot add dependency job, 
ignoring: Unit display-manager.service failed to load: No such file or 
directory.
[  131.970446] systemd[1]: Listening on udev Control Socket.
[  131.996682] systemd[1]: Listening on Journal Socket (/dev/log).
[  132.024930] systemd[1]: Created slice User and Session Slice.
[  132.051570] systemd[1]: Set up automount Arbitrary Executable File Formats 
File System Automount Point.
[  132.106336] systemd[1]: Listening on udev Kernel Socket.
[  132.131719] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  132.156670] systemd[1]: Listening on Journal Socket.
[  132.181032] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[  132.208314] systemd[1]: Reached target Paths.
[  132.232737] systemd[1]: Listening on LVM2 metadata daemon socket.
[  132.260708] systemd[1]: Listening on Journal Audit Socket.
[  132.290390] systemd[1]: Created slice System Slice.
[  132.326524] systemd[1]: Starting Load Kernel Modules...
[  132.354256] systemd[1]: Reached target Swap.
[  132.383649] systemd[1]: Mounting POSIX Message Queue File System...
[  132.412376] systemd[1]: Starting Setup Virtual Console...
[  132.443142] systemd[1]: Starting Journal Service...
[  132.469497] systemd[1]: Created slice system-getty.slice.
[  132.493990] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  132.521618] systemd[1]: Starting Create list of required static device nodes 
for the current kernel...
[  132.567210] systemd[1]: Reached target Slices.
[  132.593541] systemd[1]: Mounting Debug File System...
[  133.049224] systemd[1]: Starting Rule generator for /dev/root symlink...
[  133.079545] systemd[1]: Starting Remount Root and Kernel File Systems...
[  133.144410] systemd[1]: Mounted Debug File System.
[  133.164047] EXT4-fs (mmcblk0p3): re-mounted. Opts: nobarrier
[  133.188521] systemd[1]: Mounted POSIX Message Queue File System.
[  133.217272] systemd[1]: systemd-modules-load.service: Main process exited, 
code=exited, status=1/FAILURE
[  133.262549] systemd[1]: Failed to start Load Kernel Modules.
[  133.288274] systemd[1]: systemd-modules-load.service: Unit entered failed 
state.
[  133.307585] audit: type=1130 audit(1456358526.079:2): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  133.369043] systemd[1]: systemd-modules-load.service: Failed with result 
'exit-code'.
[  133.391956] systemd[1]: Started Setup Virtual Console.
[  133.415768] audit: type=1130 audit(1456358526.189:3): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.478955] systemd[1]: Started Create list of required static device nodes 
for the current kernel.
[  133.527162] audit: type=1130 audit(1456358526.299:4): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.594718] systemd[1]: Started Rule generator for /dev/root symlink.
[  133.620625] audit: type=1130 audit(1456358526.389:5): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-udev-root-symlink 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  133.701469] systemd[1]: Started Remount Root and Kernel File Systems.
[  133.734714] audit: type=1130 audit(1456358526.509:6): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.812835] systemd[1]: Started Journal Service.
[  133.840663] audit: type=1130 audit(1456358526.609:7): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  134.213763] audit: type=1130 audit(1456358526.989:8): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  134.339889] audit: type=1130 audit(1456358527.109:9): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  134.501293] systemd-journald[4988]: Received request to flush runtime 
journal from PID 1
[  134.868792] audit: type=1130 audit(1456358527.639:10): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  135.330539] audit: type=1130 audit(1456358528.099:11): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  138.556282] audit_printk_skb: 6 callbacks suppressed
[  138.579816] audit: type=1130 audit(1456358531.329:14): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  139.178275] audit: type=1130 audit(1456358531.949:15): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  140.448868] audit: type=1130 audit(1456358533.219:16): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  140.875879] audit: type=1130 audit(1456358533.649:17): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  140.938380] audit: type=1131 audit(1456358533.709:18): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  141.185337] audit: type=1130 audit(1456358533.959:19): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  141.248766] audit: type=1131 audit(1456358534.019:20): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  141.403062] audit: type=1130 audit(1456358534.179:21): pid=1 uid=0 
auid=4294967295 ses=4294967295 
msg='unit=systemd-fsck@dev-disk-by\x2did-mmc\x2dSL16G_0x0040dd2c\x2dpart2 
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? 
res=success'
[  141.562957] audit: type=1130 audit(1456358534.339:22): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-net comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  141.640918] audit: type=1131 audit(1456358534.409:23): pid=1 uid=0 
auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-net comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Reply via email to