Feedwriter won't run

I am working on a new install of Raspian Jessie ver 8 on a Pi 3 and Emoncms.
I cannot get feedwriter service to run. (starts then stops immediately).
My OS release has Emoncms at the following location:
“/var/www/html/emoncms” … so i’ve modified all the paths in various php files to reflect that.
Emoncms.log file is empty.
Redis is running ok.
Is there any other info I can provide ?

Can you check the service for clue’s

sudo service feedwriter status

or

sudo systemctl status feedwriter

Can you expand on that? You should not have to alter “various php files” as non-low-write installs need no changes outside settings.php regardless of where it’s installed in the /var/www path and the low-write’s feedwriter service just needs editing in one place AFAICT.

pi@raspberrypi:/var/www/html/emoncms/scripts $ sudo service feedwriter start
pi@raspberrypi:/var/www/html/emoncms/scripts $ sudo service feedwriter status
● feedwriter.service - LSB: feedwriter script daemon
   Loaded: loaded (/etc/init.d/feedwriter)
   Active: active (exited) since Thu 2017-12-07 10:21:15 PST; 12s ago
  Process: 4724 ExecStop=/etc/init.d/feedwriter stop (code=exited, status=0/SUCCESS)
  Process: 4758 ExecStart=/etc/init.d/feedwriter start (code=exited, status=0/SUCCESS)

Dec 07 10:21:08 raspberrypi feedwriter[4758]: Log is turned off
Dec 07 10:21:08 raspberrypi feedwriter[4758]: Starting RPI
Dec 07 10:21:15 raspberrypi systemd[1]: Started LSB: feedwriter script daemon.
pi@raspberrypi:/var/www/html/emoncms/scripts $

Raspbian Jessie was downloaded from :
[(Index of /raspbian/images/raspbian-2017-07-05)]

Where do people normally download from ?

I originally started with RASPBERRY STRETCH but after making the documented mods to turn off journaling, and some others … it crashed, so i downloaded the most recent Jessie.
I was following the install instructions on the Brultech forum :

[Configuring a Raspberry Pi for EmonCMS (Start Here) - www.brultech.com]
and
[emoncms/Low-write-mode.md at master · emoncms/emoncms · GitHub]

also ,

pi@raspberrypi:/var/www/html/emoncms/scripts $sudo  php /var/www/html/emoncms/scripts/feedwriter.php

gives the following output:

<div style='width:600px; background-color:#eee; padding:20px; font-family:arial;'><h3>settings.php file error</h3><p>redis enabled but not installed, check setting: redis_enabled</p><p>To fix, check that the settings are set in <i>settings.php</i> or try re-creating your <i>settings.php</i> file from <i>default.settings.php</i> template</p></div>

---- but Redis service is running —


pi@raspberrypi:/var/www/html/emoncms/scripts $ sudo service redis-server status
● redis-server.service - Advanced key-value store
   Loaded: loaded (/lib/systemd/system/redis-server.service; enabled)
   Active: active (running) since Wed 2017-12-06 21:24:15 PST; 13h ago
  Process: 1730 ExecStop=/usr/bin/redis-cli shutdown (code=exited, status=0/SUCCESS)
  Process: 1733 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exited, status=0/SUCCESS)
 Main PID: 1734 (redis-server)
   CGroup: /system.slice/redis-server.service
           └─1734 /usr/bin/redis-server 127.0.0.1:6379

Dec 06 21:24:15 raspberrypi systemd[1]: Started Advanced key-value store.
pi@raspberrypi:/var/www/html/emoncms/scripts $

The syslog is below:

Have you installed and enable the “phpredis” Redis extension for PHP?

What is your aim?

You can download an emonSD image with all this done for you. Or if you want to just install emoncms there are guides for both Raspbian Jessie and Stretch.

Alternatively you can follow the “emonSD” self build guide and make changes or skip parts as you see fit.

my aim is to connect to, and gather data from a Brultech GEM using BTMON.PY
i am unsure if phpredis is installed .

Are guides for Stretch and Jessie on this site ? … a url would be great.

pi@raspberrypi:/var/log $ cat syslog
Dec  7 13:40:10 raspberrypi rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x-pid="493" x-info="http://www.rsyslog.com"] start
Dec  7 13:40:10 raspberrypi systemd-modules-load[111]: Inserted module 'fuse'
Dec  7 13:40:10 raspberrypi systemd-modules-load[111]: Inserted module 'i2c_dev'
Dec  7 13:40:10 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Copy rules generated while the root was ro...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Set preliminary keymap...
Dec  7 13:40:10 raspberrypi systemd[1]: Mounted Configuration File System.
Dec  7 13:40:10 raspberrypi systemd[1]: Mounted FUSE Control File System.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Apply Kernel Variables.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Copy rules generated while the root was ro.
Dec  7 13:40:10 raspberrypi systemd[1]: Started File System Check on Root Device.
Dec  7 13:40:10 raspberrypi systemd-fsck[106]: e2fsck 1.43.3 (04-Sep-2016)
Dec  7 13:40:10 raspberrypi systemd-fsck[106]: /dev/mmcblk0p2: clean, 136522/1923472 files, 1213713/7803392 blocks
Dec  7 13:40:10 raspberrypi fake-hwclock[108]: Thu Dec  7 21:40:06 UTC 2017
Dec  7 13:40:10 raspberrypi systemd-udevd[192]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1 1 3': No such file or directory
Dec  7 13:40:10 raspberrypi keyboard-setup[142]: Setting preliminary keymap...done.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: Set preliminary keymap.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Show Plymouth Boot Screen...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems...
Dec  7 13:40:10 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Various fixups to make systemd work better on Debian.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Load/Save Random Seed...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Local File Systems (Pre).
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Dec  7 13:40:10 raspberrypi systemd[1]: Mounting /var/log...
Dec  7 13:40:10 raspberrypi systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
Dec  7 13:40:10 raspberrypi systemd[1]: Mounting /tmp...
Dec  7 13:40:10 raspberrypi systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Load/Save Random Seed.
Dec  7 13:40:10 raspberrypi systemd[1]: Mounted /var/log.
Dec  7 13:40:10 raspberrypi systemd[1]: Mounted /tmp.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Show Plymouth Boot Screen.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Paths.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Paths.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Dec  7 13:40:10 raspberrypi systemd-udevd[256]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1 1 3': No such file or directory
Dec  7 13:40:10 raspberrypi systemd-udevd[258]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3 1 4': No such file or directory
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Sound Card.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Sound Card.
Dec  7 13:40:10 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/fbfa6bc2-01.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/fbfa6bc2-01...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting system-systemd\x2drfkill.slice.
Dec  7 13:40:10 raspberrypi systemd[1]: Created slice system-systemd\x2drfkill.slice.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Dec  7 13:40:10 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Dec  7 13:40:10 raspberrypi systemd-fsck[273]: fsck.fat 3.0.27 (2014-11-12)
Dec  7 13:40:10 raspberrypi systemd-fsck[273]: /dev/mmcblk0p1: 142 files, 42834/84059 clusters
Dec  7 13:40:10 raspberrypi systemd[1]: Starting system-ifup.slice.
Dec  7 13:40:10 raspberrypi systemd[1]: Created slice system-ifup.slice.
Dec  7 13:40:10 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/fbfa6bc2-01.
Dec  7 13:40:10 raspberrypi systemd[1]: Mounting /boot...
Dec  7 13:40:10 raspberrypi systemd[1]: Mounted /boot.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Local File Systems.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Local File Systems.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Create Volatile Files and Directories...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: start firewall...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Raise network interfaces....
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Remote File Systems.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Remote File Systems.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Prepare console...
Dec  7 13:40:10 raspberrypi systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Dec  7 13:40:10 raspberrypi kbd[308]: Setting console screen modes.
Dec  7 13:40:10 raspberrypi ufw[300]: Skip starting firewall: ufw (not enabled)...done.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: start firewall.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Dec  7 13:40:10 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Dec  7 13:40:10 raspberrypi kbd[308]: setterm: $TERM is not defined.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: Prepare console.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Set console font and keymap...
Dec  7 13:40:10 raspberrypi console-setup[358]: Setting up console font and keymap...done.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: Set console font and keymap.
Dec  7 13:40:10 raspberrypi raspi-config[306]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Dec  7 13:40:10 raspberrypi systemd[1]: Received SIGRTMIN+20 from PID 233 (plymouthd).
Dec  7 13:40:10 raspberrypi wpa_supplicant[438]: Successfully initialized wpa_supplicant
Dec  7 13:40:10 raspberrypi wpa_supplicant[440]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=USER type=COUNTRY alpha2=CA
Dec  7 13:40:10 raspberrypi networking[301]: Configuring network interfaces...done.
Dec  7 13:40:10 raspberrypi systemd[1]: Started LSB: Raise network interfaces..
Dec  7 13:40:10 raspberrypi systemd[1]: Starting ifup for wlan0...
Dec  7 13:40:10 raspberrypi systemd[1]: Started ifup for wlan0.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting System Initialization.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target System Initialization.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
Dec  7 13:40:10 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting D-Bus System Message Bus Socket.
Dec  7 13:40:10 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Sockets.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Sockets.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Daily Cleanup of Temporary Directories.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Timers.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Timers.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store).
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Restore Sound Card State...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Basic System.
Dec  7 13:40:10 raspberrypi systemd[1]: Reached target Basic System.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Dec  7 13:40:10 raspberrypi systemd[1]: Started Turn on SSH if /boot/ssh is present.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting System Logging Service...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Regular background program processing daemon...
Dec  7 13:40:10 raspberrypi ifup[487]: /sbin/ifup: interface wlan0 already configured
Dec  7 13:40:10 raspberrypi systemd[1]: Started Regular background program processing daemon.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting D-Bus System Message Bus...
Dec  7 13:40:10 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Dec  7 13:40:10 raspberrypi cron[497]: (CRON) INFO (pidfile fd = 3)
Dec  7 13:40:10 raspberrypi dhcpcd[492]: version 6.7.1 starting
Dec  7 13:40:10 raspberrypi cron[497]: (CRON) INFO (Running @reboot jobs)
Dec  7 13:40:10 raspberrypi dhcpcd[492]: dev: loaded udev
Dec  7 13:40:10 raspberrypi dhcpcd[492]: eth0: adding address fe80::e44c:33a6:693f:41cb
Dec  7 13:40:10 raspberrypi dhcpcd[492]: wlan0: adding address fe80::5a2e:1c02:616c:6cb0
Dec  7 13:40:10 raspberrypi dhcpcd[492]: forked to background, child pid 516
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Found user 'avahi' (UID 105) and group 'avahi' (GID 110).
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Successfully dropped root privileges.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: avahi-daemon 0.6.31 starting up.
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Booting Linux on physical CPU 0x0
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Linux version 4.9.35-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1014 SMP Fri Jun 30 14:47:43 BST 2017
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] CPU: div instructions available: patching division code
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] cma: Reserved 8 MiB at 0x3a800000
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Memory policy: Data cache writealloc
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] On node 0 totalpages: 241664
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] free_area_init_node: node 0, pgdat 80c6ee40, node_mem_map b9faa000
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]   Normal zone: 2124 pages used for memmap
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]   Normal zone: 0 pages reserved
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]   Normal zone: 241664 pages, LIFO batch:31
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] percpu: Embedded 14 pages/cpu @b9f64000 s25600 r8192 d23552 u57344
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] pcpu-alloc: s25600 r8192 d23552 u57344 alloc=14*4096
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1680 bcm2708_fb.fbheight=1050 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=fbfa6bc2-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Memory: 936296K/966656K available (7168K kernel code, 484K rwdata, 2012K rodata, 1024K init, 778K bss, 22168K reserved, 8192K cma-reserved)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Virtual kernel memory layout:
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]     vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]       .text : 0x80008000 - 0x80800000   (8160 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]       .init : 0x80b00000 - 0x80c00000   (1024 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]       .data : 0x80c00000 - 0x80c79014   ( 485 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]        .bss : 0x80c7b000 - 0x80d3da64   ( 779 kB)
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] Hierarchical RCU implementation.
Dec  7 13:40:10 raspberrypi kernel: [    0.000000]      Build-time adjustment of leaf fanout to 32.
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] NR_IRQS:16 nr_irqs:16 16
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
Dec  7 13:40:10 raspberrypi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Dec  7 13:40:10 raspberrypi kernel: [    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Dec  7 13:40:10 raspberrypi kernel: [    0.000021] Switching to timer-based delay loop, resolution 52ns
Dec  7 13:40:10 raspberrypi kernel: [    0.000323] Console: colour dummy device 80x30
Dec  7 13:40:10 raspberrypi kernel: [    0.000343] console [tty1] enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.000368] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Dec  7 13:40:10 raspberrypi kernel: [    0.000385] pid_max: default: 32768 minimum: 301
Dec  7 13:40:10 raspberrypi kernel: [    0.000724] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.000734] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.001730] Disabling cpuset control group subsystem
Dec  7 13:40:10 raspberrypi kernel: [    0.001893] CPU: Testing write buffer coherency: ok
Dec  7 13:40:10 raspberrypi kernel: [    0.001934] ftrace: allocating 22390 entries in 66 pages
Dec  7 13:40:10 raspberrypi kernel: [    0.054437] CPU0: update cpu_capacity 1024
Dec  7 13:40:10 raspberrypi kernel: [    0.054453] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Dec  7 13:40:10 raspberrypi kernel: [    0.054523] Setting up static identity map for 0x100000 - 0x100034
Dec  7 13:40:10 raspberrypi kernel: [    0.056755] CPU1: update cpu_capacity 1024
Dec  7 13:40:10 raspberrypi kernel: [    0.056763] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Dec  7 13:40:10 raspberrypi kernel: [    0.057480] CPU2: update cpu_capacity 1024
Dec  7 13:40:10 raspberrypi kernel: [    0.057487] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Dec  7 13:40:10 raspberrypi kernel: [    0.058152] CPU3: update cpu_capacity 1024
Dec  7 13:40:10 raspberrypi kernel: [    0.058159] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Dec  7 13:40:10 raspberrypi kernel: [    0.058242] Brought up 4 CPUs
Dec  7 13:40:10 raspberrypi kernel: [    0.058253] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Dec  7 13:40:10 raspberrypi kernel: [    0.058257] CPU: All CPU(s) started in HYP mode.
Dec  7 13:40:10 raspberrypi kernel: [    0.058261] CPU: Virtualization extensions available.
Dec  7 13:40:10 raspberrypi kernel: [    0.059059] devtmpfs: initialized
Dec  7 13:40:10 raspberrypi kernel: [    0.070340] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Dec  7 13:40:10 raspberrypi kernel: [    0.070618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Dec  7 13:40:10 raspberrypi kernel: [    0.070634] futex hash table entries: 1024 (order: 4, 65536 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.071171] pinctrl core: initialized pinctrl subsystem
Dec  7 13:40:10 raspberrypi kernel: [    0.072059] NET: Registered protocol family 16
Dec  7 13:40:10 raspberrypi kernel: [    0.074439] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Dec  7 13:40:10 raspberrypi kernel: [    0.083441] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Dec  7 13:40:10 raspberrypi kernel: [    0.083447] hw-breakpoint: maximum watchpoint size is 8 bytes.
Dec  7 13:40:10 raspberrypi kernel: [    0.083593] Serial: AMBA PL011 UART driver
Dec  7 13:40:10 raspberrypi kernel: [    0.085462] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.085979] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
Dec  7 13:40:10 raspberrypi kernel: [    0.155005] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb80f000, dmachans=0x1
Dec  7 13:40:10 raspberrypi kernel: [    0.156816] SCSI subsystem initialized
Dec  7 13:40:10 raspberrypi kernel: [    0.156972] usbcore: registered new interface driver usbfs
Dec  7 13:40:10 raspberrypi kernel: [    0.157047] usbcore: registered new interface driver hub
Dec  7 13:40:10 raspberrypi kernel: [    0.157136] usbcore: registered new device driver usb
Dec  7 13:40:10 raspberrypi kernel: [    0.163979] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-07-03 14:16
Dec  7 13:40:10 raspberrypi kernel: [    0.165478] clocksource: Switched to clocksource arch_sys_counter
Dec  7 13:40:10 raspberrypi kernel: [    0.212348] VFS: Disk quotas dquot_6.6.0
Dec  7 13:40:10 raspberrypi kernel: [    0.212426] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.212619] FS-Cache: Loaded
Dec  7 13:40:10 raspberrypi kernel: [    0.212865] CacheFiles: Loaded
Dec  7 13:40:10 raspberrypi kernel: [    0.225032] NET: Registered protocol family 2
Dec  7 13:40:10 raspberrypi kernel: [    0.225949] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.226057] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.226242] TCP: Hash tables configured (established 8192 bind 8192)
Dec  7 13:40:10 raspberrypi kernel: [    0.226329] UDP hash table entries: 512 (order: 2, 16384 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.226371] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.226577] NET: Registered protocol family 1
Dec  7 13:40:10 raspberrypi kernel: [    0.226982] RPC: Registered named UNIX socket transport module.
Dec  7 13:40:10 raspberrypi kernel: [    0.226987] RPC: Registered udp transport module.
Dec  7 13:40:10 raspberrypi kernel: [    0.226991] RPC: Registered tcp transport module.
Dec  7 13:40:10 raspberrypi kernel: [    0.226996] RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec  7 13:40:10 raspberrypi kernel: [    0.228059] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Dec  7 13:40:10 raspberrypi kernel: [    0.230322] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Dec  7 13:40:10 raspberrypi kernel: [    0.246433] FS-Cache: Netfs 'nfs' registered for caching
Dec  7 13:40:10 raspberrypi kernel: [    0.247404] NFS: Registering the id_resolver key type
Dec  7 13:40:10 raspberrypi kernel: [    0.247429] Key type id_resolver registered
Dec  7 13:40:10 raspberrypi kernel: [    0.247434] Key type id_legacy registered
Dec  7 13:40:10 raspberrypi kernel: [    0.249851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Dec  7 13:40:10 raspberrypi kernel: [    0.249955] io scheduler noop registered
Dec  7 13:40:10 raspberrypi kernel: [    0.249960] io scheduler deadline registered (default)
Dec  7 13:40:10 raspberrypi kernel: [    0.250262] io scheduler cfq registered
Dec  7 13:40:10 raspberrypi kernel: [    0.255899] BCM2708FB: allocated DMA memory fa910000
Dec  7 13:40:10 raspberrypi kernel: [    0.255923] BCM2708FB: allocated DMA channel 0 @ bb80f000
Dec  7 13:40:10 raspberrypi kernel: [    0.305141] Console: switching to colour frame buffer device 210x65
Dec  7 13:40:10 raspberrypi kernel: [    0.335124] bcm2835-rng 3f104000.rng: hwrng registered
Dec  7 13:40:10 raspberrypi kernel: [    0.335232] vc-cma: Videocore CMA driver
Dec  7 13:40:10 raspberrypi kernel: [    0.335238] vc-cma: vc_cma_base      = 0x00000000
Dec  7 13:40:10 raspberrypi kernel: [    0.335244] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Dec  7 13:40:10 raspberrypi kernel: [    0.335249] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Dec  7 13:40:10 raspberrypi kernel: [    0.335453] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Dec  7 13:40:10 raspberrypi kernel: [    0.350920] brd: module loaded
Dec  7 13:40:10 raspberrypi kernel: [    0.359955] loop: module loaded
Dec  7 13:40:10 raspberrypi kernel: [    0.359968] Loading iSCSI transport class v2.0-870.
Dec  7 13:40:10 raspberrypi kernel: [    0.360519] usbcore: registered new interface driver smsc95xx
Dec  7 13:40:10 raspberrypi kernel: [    0.360535] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Dec  7 13:40:10 raspberrypi kernel: [    0.588597] Core Release: 2.80a
Dec  7 13:40:10 raspberrypi kernel: [    0.588606] Setting default values for core params
Dec  7 13:40:10 raspberrypi kernel: [    0.588639] Finished setting default values for core params
Dec  7 13:40:10 raspberrypi kernel: [    0.789026] Using Buffer DMA mode
Dec  7 13:40:10 raspberrypi kernel: [    0.789032] Periodic Transfer Interrupt Enhancement - disabled
Dec  7 13:40:10 raspberrypi kernel: [    0.789036] Multiprocessor Interrupt Enhancement - disabled
Dec  7 13:40:10 raspberrypi kernel: [    0.789042] OTG VER PARAM: 0, OTG VER FLAG: 0
Dec  7 13:40:10 raspberrypi kernel: [    0.789054] Dedicated Tx FIFOs mode
Dec  7 13:40:10 raspberrypi kernel: [    0.789425] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xba904000 dma = 0xfa904000 len=9024
Dec  7 13:40:10 raspberrypi kernel: [    0.789452] FIQ FSM acceleration enabled for :
Dec  7 13:40:10 raspberrypi kernel: [    0.789452] Non-periodic Split Transactions
Dec  7 13:40:10 raspberrypi kernel: [    0.789452] Periodic Split Transactions
Dec  7 13:40:10 raspberrypi kernel: [    0.789452] High-Speed Isochronous Endpoints
Dec  7 13:40:10 raspberrypi kernel: [    0.789452] Interrupt/Control Split Transaction hack enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.789460] dwc_otg: Microframe scheduler enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.789501] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8058ef90
Dec  7 13:40:10 raspberrypi kernel: [    0.789511] WARN::hcd_init_fiq:460: FIQ ASM at 0x8058f300 length 36
Dec  7 13:40:10 raspberrypi kernel: [    0.789522] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb87a000
Dec  7 13:40:10 raspberrypi kernel: [    0.789578] dwc_otg 3f980000.usb: DWC OTG Controller
Dec  7 13:40:10 raspberrypi kernel: [    0.789614] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Dec  7 13:40:10 raspberrypi kernel: [    0.789646] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
Dec  7 13:40:10 raspberrypi kernel: [    0.789692] Init: Port Power? op_state=1
Dec  7 13:40:10 raspberrypi kernel: [    0.789696] Init: Power Port (0)
Dec  7 13:40:10 raspberrypi kernel: [    0.789900] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Dec  7 13:40:10 raspberrypi kernel: [    0.789910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 13:40:10 raspberrypi kernel: [    0.789917] usb usb1: Product: DWC OTG Controller
Dec  7 13:40:10 raspberrypi kernel: [    0.789925] usb usb1: Manufacturer: Linux 4.9.35-v7+ dwc_otg_hcd
Dec  7 13:40:10 raspberrypi kernel: [    0.789933] usb usb1: SerialNumber: 3f980000.usb
Dec  7 13:40:10 raspberrypi kernel: [    0.790774] hub 1-0:1.0: USB hub found
Dec  7 13:40:10 raspberrypi kernel: [    0.790818] hub 1-0:1.0: 1 port detected
Dec  7 13:40:10 raspberrypi kernel: [    0.791509] dwc_otg: FIQ enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.791515] dwc_otg: NAK holdoff enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.791519] dwc_otg: FIQ split-transaction FSM enabled
Dec  7 13:40:10 raspberrypi kernel: [    0.791533] Module dwc_common_port init
Dec  7 13:40:10 raspberrypi kernel: [    0.791773] usbcore: registered new interface driver usb-storage
Dec  7 13:40:10 raspberrypi kernel: [    0.791997] mousedev: PS/2 mouse device common for all mice
Dec  7 13:40:10 raspberrypi kernel: [    0.793001] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
Dec  7 13:40:10 raspberrypi kernel: [    0.793274] bcm2835-cpufreq: min=600000 max=1200000
ec  7 13:40:10 raspberrypi kernel: [    0.793660] sdhci: Secure Digital Host Controller Interface driver
Dec  7 13:40:10 raspberrypi kernel: [    0.793664] sdhci: Copyright(c) Pierre Ossman
Dec  7 13:40:10 raspberrypi kernel: [    0.793938] sdhost-bcm2835 3f202000.sdhost: could not get clk, deferring probe
Dec  7 13:40:10 raspberrypi kernel: [    0.796119] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
Dec  7 13:40:10 raspberrypi kernel: [    0.796219] sdhci-pltfm: SDHCI platform and OF driver helper
Dec  7 13:40:10 raspberrypi kernel: [    0.798855] ledtrig-cpu: registered to indicate activity on CPUs
Dec  7 13:40:10 raspberrypi kernel: [    0.799046] hidraw: raw HID events driver (C) Jiri Kosina
Dec  7 13:40:10 raspberrypi kernel: [    0.799228] usbcore: registered new interface driver usbhid
Dec  7 13:40:10 raspberrypi kernel: [    0.799232] usbhid: USB HID core driver
Dec  7 13:40:10 raspberrypi kernel: [    0.800024] vchiq: vchiq_init_state: slot_zero = 0xba980000, is_master = 0
Dec  7 13:40:10 raspberrypi kernel: [    0.802107] Initializing XFRM netlink socket
Dec  7 13:40:10 raspberrypi kernel: [    0.802133] NET: Registered protocol family 17
Dec  7 13:40:10 raspberrypi kernel: [    0.802260] Key type dns_resolver registered
Dec  7 13:40:10 raspberrypi kernel: [    0.802786] Registering SWP/SWPB emulation handler
Dec  7 13:40:10 raspberrypi kernel: [    0.803483] registered taskstats version 1
Dec  7 13:40:10 raspberrypi kernel: [    0.803834] vc-sm: Videocore shared memory driver
Dec  7 13:40:10 raspberrypi kernel: [    0.803844] [vc_sm_connected_init]: start
Dec  7 13:40:10 raspberrypi kernel: [    0.811210] [vc_sm_connected_init]: end - returning 0
Dec  7 13:40:10 raspberrypi kernel: [    0.817308] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
Dec  7 13:40:10 raspberrypi kernel: [    0.818879] sdhost: log_buf @ ba907000 (fa907000)
Dec  7 13:40:10 raspberrypi kernel: [    0.895507] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Dec  7 13:40:10 raspberrypi kernel: [    0.897727] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
Dec  7 13:40:10 raspberrypi kernel: [    0.897735] mmc-bcm2835 3f300000.mmc: DMA channel allocated
Dec  7 13:40:10 raspberrypi kernel: [    0.955630] of_cfs_init
Dec  7 13:40:10 raspberrypi kernel: [    0.955738] of_cfs_init: OK
Dec  7 13:40:10 raspberrypi kernel: [    0.956259] Waiting for root device PARTUUID=fbfa6bc2-02...
Dec  7 13:40:10 raspberrypi kernel: [    0.965053] mmc0: host does not support reading read-only switch, assuming write-enable
Dec  7 13:40:10 raspberrypi kernel: [    0.966945] mmc0: new high speed SDHC card at address 0001
Dec  7 13:40:10 raspberrypi kernel: [    0.967637] mmcblk0: mmc0:0001 00000 29.8 GiB
Dec  7 13:40:10 raspberrypi kernel: [    0.969262]  mmcblk0: p1 p2
Dec  7 13:40:10 raspberrypi kernel: [    0.974303] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.975854] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.977400] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    0.980179] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Dec  7 13:40:10 raspberrypi kernel: [    1.005581] Indeed it is in host mode hprt0 = 00021501
Dec  7 13:40:10 raspberrypi kernel: [    1.072489] random: fast init done
Dec  7 13:40:10 raspberrypi kernel: [    1.088514] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
Dec  7 13:40:10 raspberrypi kernel: [    1.088557] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Dec  7 13:40:10 raspberrypi kernel: [    1.089284] devtmpfs: mounted
Dec  7 13:40:10 raspberrypi kernel: [    1.091185] Freeing unused kernel memory: 1024K (80b00000 - 80c00000)
Dec  7 13:40:10 raspberrypi kernel: [    1.131277] mmc1: new high speed SDIO card at address 0001
Dec  7 13:40:10 raspberrypi kernel: [    1.205533] usb 1-1: new high-speed USB device number 2 using dwc_otg
Dec  7 13:40:10 raspberrypi kernel: [    1.205677] Indeed it is in host mode hprt0 = 00001101
Dec  7 13:40:10 raspberrypi kernel: [    1.435893] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Dec  7 13:40:10 raspberrypi kernel: [    1.435909] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec  7 13:40:10 raspberrypi kernel: [    1.436775] hub 1-1:1.0: USB hub found
Dec  7 13:40:10 raspberrypi kernel: [    1.436871] hub 1-1:1.0: 5 ports detected
Dec  7 13:40:10 raspberrypi kernel: [    1.450471] NET: Registered protocol family 10
Dec  7 13:40:10 raspberrypi kernel: [    1.765539] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Dec  7 13:40:10 raspberrypi kernel: [    1.897229] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Dec  7 13:40:10 raspberrypi kernel: [    1.897245] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec  7 13:40:10 raspberrypi kernel: [    1.900458] smsc95xx v1.0.5
Dec  7 13:40:10 raspberrypi kernel: [    1.952659] fuse init (API version 7.26)
Dec  7 13:40:10 raspberrypi kernel: [    1.992423] i2c /dev entries driver
Dec  7 13:40:10 raspberrypi kernel: [    1.992569] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d9:1f:7b
Dec  7 13:40:10 raspberrypi kernel: [    2.085573] usb 1-1.3: new full-speed USB device number 4 using dwc_otg
Dec  7 13:40:10 raspberrypi kernel: [    2.232948] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b
Dec  7 13:40:10 raspberrypi kernel: [    2.232964] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  7 13:40:10 raspberrypi kernel: [    2.232972] usb 1-1.3: Product: USB Receiver
Dec  7 13:40:10 raspberrypi kernel: [    2.232979] usb 1-1.3: Manufacturer: Logitech
Dec  7 13:40:10 raspberrypi kernel: [    2.814376] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Dec  7 13:40:10 raspberrypi kernel: [    3.850905] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Dec  7 13:40:10 raspberrypi kernel: [    3.921443] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.3/input2
Dec  7 13:40:10 raspberrypi kernel: [    3.992350] usbcore: registered new interface driver brcmfmac
Dec  7 13:40:10 raspberrypi kernel: [    4.080626] input: Logitech M215 2nd Gen as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input0
Dec  7 13:40:10 raspberrypi kernel: [    4.081183] logitech-hidpp-device 0003:046D:401B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M215 2nd Gen] on usb-3f980000.usb-1.3:1
Dec  7 13:40:10 raspberrypi kernel: [    4.091117] input: Logitech K330 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input1
Dec  7 13:40:10 raspberrypi kernel: [    4.092257] logitech-hidpp-device 0003:046D:4016.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K330] on usb-3f980000.usb-1.3:2
Dec  7 13:40:10 raspberrypi kernel: [    4.127300] brcmfmac: Firmware version = wl0: Aug  7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378
Dec  7 13:40:10 raspberrypi kernel: [    6.468597] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Dec  7 13:40:10 raspberrypi kernel: [    6.468626] brcmfmac: power management disabled
Dec  7 13:40:10 raspberrypi kernel: [    6.942940] uart-pl011 3f201000.serial: no DMA platform data
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Successfully called chroot().
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Successfully dropped remaining capabilities.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: No service file found in /etc/avahi/services.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::5a2e:1c02:616c:6cb0.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: New relevant interface wlan0.IPv6 for mDNS.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Network interface enumeration completed.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Registering new address record for fe80::5a2e:1c02:616c:6cb0 on wlan0.*.
Dec  7 13:40:10 raspberrypi avahi-daemon[490]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Dec  7 13:40:10 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Dec  7 13:40:10 raspberrypi systemd[1]: Started getty on tty2-tty6 if dbus and logind are not available.
Dec  7 13:40:10 raspberrypi systemd[1]: Starting Login Service...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: triggerhappy hotkey daemon...
Dec  7 13:40:10 raspberrypi systemd[1]: Starting LSB: Autogenerate and use a swap file...
Dec  7 13:40:11 raspberrypi systemd[1]: Started System Logging Service.
Dec  7 13:40:11 raspberrypi systemd[1]: Started Restore Sound Card State.
Dec  7 13:40:11 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Network.
Dec  7 13:40:11 raspberrypi systemd[1]: Reached target Network.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting The PHP FastCGI Process Manager...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Advanced key-value store...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Dec  7 13:40:11 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Dec  7 13:40:11 raspberrypi wpa_supplicant[440]: wlan0: Trying to associate with 38:60:77:22:8d:b7 (SSID='Leo and Barb Home' freq=2462 MHz)
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Permit User Sessions...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Network is Online.
Dec  7 13:40:11 raspberrypi systemd[1]: Reached target Network is Online.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting LSB: Start NTP daemon...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting LSB: Start and stop the mysql database server daemon...
Dec  7 13:40:11 raspberrypi systemd[1]: Started Login Service.
Dec  7 13:40:11 raspberrypi dphys-swapfile[543]: Starting dphys-swapfile swapfile setup ...
Dec  7 13:40:11 raspberrypi systemd[1]: Started LSB: triggerhappy hotkey daemon.
Dec  7 13:40:11 raspberrypi systemd[1]: Started Permit User Sessions.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Light Display Manager...
Dec  7 13:40:11 raspberrypi wpa_supplicant[440]: wlan0: Associated with 38:60:77:22:8d:b7
Dec  7 13:40:11 raspberrypi kernel: [    7.209809] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Dec  7 13:40:11 raspberrypi wpa_supplicant[440]: wlan0: WPA: Key negotiation completed with 38:60:77:22:8d:b7 [PTK=CCMP GTK=CCMP]
Dec  7 13:40:11 raspberrypi wpa_supplicant[440]: wlan0: CTRL-EVENT-CONNECTED - Connection to 38:60:77:22:8d:b7 completed [id=0 id_str=]
Dec  7 13:40:11 raspberrypi systemd[1]: Started Advanced key-value store.
Dec  7 13:40:11 raspberrypi ntpd[621]: ntpd [email protected] Mon Jul 25 22:35:28 UTC 2016 (1)
Dec  7 13:40:11 raspberrypi ntpd[656]: proto: precision = 0.521 usec
Dec  7 13:40:11 raspberrypi ntp[574]: Starting NTP server: ntpd.
Dec  7 13:40:11 raspberrypi systemd[1]: Started LSB: Start NTP daemon.
Dec  7 13:40:11 raspberrypi ntpd[656]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Dec  7 13:40:11 raspberrypi ntpd[656]: Listen and drop on 1 v6wildcard :: UDP 123
Dec  7 13:40:11 raspberrypi ntpd[656]: Listen normally on 2 lo 127.0.0.1 UDP 123
Dec  7 13:40:11 raspberrypi ntpd[656]: Listen normally on 3 lo ::1 UDP 123
Dec  7 13:40:11 raspberrypi ntpd[656]: peers refreshed
Dec  7 13:40:11 raspberrypi ntpd[656]: Listening on routing socket on fd #20 for interface updates
Dec  7 13:40:11 raspberrypi systemd[1]: rc-local.service: control process exited, code=exited status=6
Dec  7 13:40:11 raspberrypi systemd[1]: Failed to start /etc/rc.local Compatibility.
Dec  7 13:40:11 raspberrypi systemd[1]: Unit rc-local.service entered failed state.
Dec  7 13:40:11 raspberrypi dphys-swapfile[543]: want /var/swap=100MByte, checking existing: keeping it
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Terminate Plymouth Boot Screen...
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Hold until boot process finishes up...
Dec  7 13:40:11 raspberrypi systemd[1]: Received SIGRTMIN+21 from PID 233 (plymouthd).
Dec  7 13:40:11 raspberrypi systemd[1]: Started Hold until boot process finishes up.
Dec  7 13:40:11 raspberrypi systemd[1]: Started Terminate Plymouth Boot Screen.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Getty on tty1...
Dec  7 13:40:11 raspberrypi systemd[1]: Started Getty on tty1.
Dec  7 13:40:11 raspberrypi systemd[1]: Starting Login Prompts.
Dec  7 13:40:11 raspberrypi systemd[1]: Reached target Login Prompts.
Dec  7 13:40:11 raspberrypi dphys-swapfile[543]: done.
Dec  7 13:40:11 raspberrypi systemd[1]: Started LSB: Autogenerate and use a swap file.
Dec  7 13:40:11 raspberrypi kernel: [    7.589080] Adding 102396k swap on /var/swap.  Priority:-1 extents:2 across:167932k SSFS
Dec  7 13:40:11 raspberrypi ntpd[656]: Deferring DNS for 0.debian.pool.ntp.org 1
Dec  7 13:40:11 raspberrypi ntpd[656]: Deferring DNS for 1.debian.pool.ntp.org 1
Dec  7 13:40:11 raspberrypi ntpd[656]: Deferring DNS for 2.debian.pool.ntp.org 1
Dec  7 13:40:11 raspberrypi ntpd[656]: Deferring DNS for 3.debian.pool.ntp.org 1
Dec  7 13:40:11 raspberrypi ntpd[704]: signal_no_reset: signal 17 had flags 4000000
Dec  7 13:40:11 raspberrypi avahi-daemon[490]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 3087279889.
Dec  7 13:40:11 raspberrypi avahi-daemon[490]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::e44c:33a6:693f:41cb.
Dec  7 13:40:11 raspberrypi avahi-daemon[490]: New relevant interface eth0.IPv6 for mDNS.
Dec  7 13:40:11 raspberrypi avahi-daemon[490]: Registering new address record for fe80::e44c:33a6:693f:41cb on eth0.*.
Dec  7 13:40:11 raspberrypi dhcpcd[516]: eth0: waiting for carrier
Dec  7 13:40:11 raspberrypi dhcpcd[516]: wlan0: waiting for carrier
Dec  7 13:40:11 raspberrypi dhcpcd[516]: wlan0: carrier acquired
Dec  7 13:40:11 raspberrypi kernel: [    7.816701] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Dec  7 13:40:11 raspberrypi kernel: [    7.817060] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Dec  7 13:40:11 raspberrypi dhcpcd[516]: DUID 00:01:00:01:20:ef:9d:d0:b8:27:eb:8c:4a:2e
Dec  7 13:40:11 raspberrypi dhcpcd[516]: wlan0: IAID eb:8c:4a:2e
Dec  7 13:40:11 raspberrypi nginx[559]: nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (2: No such file or directory)
Dec  7 13:40:12 raspberrypi dhcpcd[516]: wlan0: soliciting an IPv6 router
Dec  7 13:40:12 raspberrypi nginx[559]: 2017/12/07 13:40:11 [emerg] 559#0: open() "/var/log/nginx/error.log" failed (2: No such file or directory)
Dec  7 13:40:12 raspberrypi nginx[559]: nginx: configuration file /etc/nginx/nginx.conf test failed
Dec  7 13:40:12 raspberrypi systemd[1]: nginx.service: control process exited, code=exited status=1
Dec  7 13:40:12 raspberrypi systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Dec  7 13:40:12 raspberrypi systemd[1]: Unit nginx.service entered failed state.
Dec  7 13:40:12 raspberrypi dhcpcd[516]: wlan0: rebinding lease of 192.168.0.35
Dec  7 13:40:12 raspberrypi lightdm[595]: ** (lightdm:595): WARNING **: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Dec  7 13:40:12 raspberrypi systemd[1]: Started Light Display Manager.
Dec  7 13:40:13 raspberrypi systemd[1]: Started The PHP FastCGI Process Manager.
Dec  7 13:40:13 raspberrypi ntpd_intres[704]: host name not found: 0.debian.pool.ntp.org
Dec  7 13:40:13 raspberrypi ntpd_intres[704]: host name not found: 1.debian.pool.ntp.org
Dec  7 13:40:13 raspberrypi ntpd_intres[704]: host name not found: 2.debian.pool.ntp.org
Dec  7 13:40:13 raspberrypi ntpd_intres[704]: host name not found: 3.debian.pool.ntp.org
Dec  7 13:40:14 raspberrypi ntpd[656]: Listen normally on 4 wlan0 fe80::5a2e:1c02:616c:6cb0 UDP 123
Dec  7 13:40:14 raspberrypi ntpd[656]: peers refreshed
Dec  7 13:40:15 raspberrypi lightdm[595]: ** (process:1164): WARNING **: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Dec  7 13:40:15 raspberrypi systemd[1]: Starting user-1000.slice.
Dec  7 13:40:15 raspberrypi systemd[1]: Created slice user-1000.slice.
Dec  7 13:40:15 raspberrypi systemd[1]: Starting User Manager for UID 1000...
Dec  7 13:40:15 raspberrypi systemd[1]: Starting Session c1 of user pi.
Dec  7 13:40:15 raspberrypi systemd[1]: Started Session c1 of user pi.
Dec  7 13:40:15 raspberrypi systemd[1172]: Starting Paths.
Dec  7 13:40:15 raspberrypi systemd[1172]: Reached target Paths.
Dec  7 13:40:15 raspberrypi systemd[1172]: Starting Timers.
Dec  7 13:40:15 raspberrypi systemd[1172]: Reached target Timers.
Dec  7 13:40:15 raspberrypi systemd[1172]: Starting Sockets.
Dec  7 13:40:15 raspberrypi systemd[1172]: Reached target Sockets.
Dec  7 13:40:15 raspberrypi systemd[1172]: Starting Basic System.
Dec  7 13:40:15 raspberrypi systemd[1172]: Reached target Basic System.
Dec  7 13:40:15 raspberrypi systemd[1172]: Starting Default.
Dec  7 13:40:15 raspberrypi systemd[1172]: Reached target Default.
Dec  7 13:40:15 raspberrypi systemd[1172]: Startup finished in 31ms.
Dec  7 13:40:15 raspberrypi systemd[1]: Started User Manager for UID 1000.
Dec  7 13:40:15 raspberrypi kernel: [   11.363124] Bluetooth: Core ver 2.22
Dec  7 13:40:15 raspberrypi kernel: [   11.363174] NET: Registered protocol family 31
Dec  7 13:40:15 raspberrypi kernel: [   11.363177] Bluetooth: HCI device and connection manager initialized
Dec  7 13:40:15 raspberrypi kernel: [   11.363190] Bluetooth: HCI socket layer initialized
Dec  7 13:40:15 raspberrypi kernel: [   11.363198] Bluetooth: L2CAP socket layer initialized
Dec  7 13:40:15 raspberrypi kernel: [   11.363215] Bluetooth: SCO socket layer initialized
Dec  7 13:40:15 raspberrypi btuart[491]: bcm43xx_init
Dec  7 13:40:15 raspberrypi kernel: [   11.371207] Bluetooth: HCI UART driver ver 2.3
Dec  7 13:40:15 raspberrypi kernel: [   11.371214] Bluetooth: HCI UART protocol H4 registered
Dec  7 13:40:15 raspberrypi kernel: [   11.371216] Bluetooth: HCI UART protocol Three-wire (H5) registered
Dec  7 13:40:15 raspberrypi kernel: [   11.371327] Bluetooth: HCI UART protocol Broadcom registered
Dec  7 13:40:15 raspberrypi btuart[491]: Flash firmware /lib/firmware/BCM43430A1.hcd
Dec  7 13:40:15 raspberrypi btuart[491]: Set BDADDR UART: b8:27:eb:73:b5:d1
Dec  7 13:40:15 raspberrypi btuart[491]: Set Controller UART speed to 921600 bit/s
Dec  7 13:40:15 raspberrypi btuart[491]: Device setup complete
Dec  7 13:40:15 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART.
Dec  7 13:40:15 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
Dec  7 13:40:15 raspberrypi systemd[1]: Starting Bluetooth service...
Dec  7 13:40:15 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
Dec  7 13:40:15 raspberrypi bluetoothd[1201]: Bluetooth daemon 5.23
Dec  7 13:40:15 raspberrypi systemd[1]: Started Bluetooth service.
Dec  7 13:40:15 raspberrypi systemd[1]: Starting Bluetooth.
Dec  7 13:40:15 raspberrypi systemd[1]: Reached target Bluetooth.
Dec  7 13:40:15 raspberrypi bluetoothd[1201]: Starting SDP server
Dec  7 13:40:15 raspberrypi kernel: [   11.574686] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec  7 13:40:15 raspberrypi kernel: [   11.574696] Bluetooth: BNEP filters: protocol multicast
Dec  7 13:40:15 raspberrypi kernel: [   11.574717] Bluetooth: BNEP socket layer initialized
Dec  7 13:40:15 raspberrypi bluetoothd[1201]: Bluetooth management interface 1.14 initialized
Dec  7 13:40:15 raspberrypi dbus[498]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec  7 13:40:15 raspberrypi systemd[1]: Starting Hostname Service...
Dec  7 13:40:15 raspberrypi bluetoothd[1201]: Sap driver initialization failed.
Dec  7 13:40:15 raspberrypi bluetoothd[1201]: sap-server: Operation not permitted (1)
Dec  7 13:40:15 raspberrypi systemd-hostnamed[1204]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
Dec  7 13:40:15 raspberrypi dbus[498]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec  7 13:40:15 raspberrypi systemd[1]: Started Hostname Service.
Dec  7 13:40:15 raspberrypi mysql[576]: Starting MySQL database server: mysqld . ..
Dec  7 13:40:15 raspberrypi mysql[576]: Checking for tables which need an upgrade, are corrupt or were
Dec  7 13:40:15 raspberrypi mysql[576]: not closed cleanly..
Dec  7 13:40:15 raspberrypi /etc/mysql/debian-start[1237]: Upgrading MySQL tables if necessary.
Dec  7 13:40:15 raspberrypi systemd[1]: Started LSB: Start and stop the mysql database server daemon.
Dec  7 13:40:15 raspberrypi systemd[1]: Starting LSB: feedwriter script daemon...
Dec  7 13:40:15 raspberrypi feedwriter[1243]: Log is turned off
Dec  7 13:40:15 raspberrypi feedwriter[1243]: Starting RPI
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1242]: /usr/bin/mysql_upgrade: the '--basedir' option is always ignored
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1242]: Looking for 'mysql' as: /usr/bin/mysql
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1242]: Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1242]: This installation of MySQL is already upgraded to 5.5.57, use --force if you still need to run mysql_upgrade
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1280]: Checking for insecure root accounts.
Dec  7 13:40:16 raspberrypi /etc/mysql/debian-start[1287]: Triggering myisam-recover for all MyISAM tables
Dec  7 13:40:16 raspberrypi ntpd_intres[704]: host name not found: 0.debian.pool.ntp.org
Dec  7 13:40:16 raspberrypi ntpd_intres[704]: host name not found: 1.debian.pool.ntp.org
Dec  7 13:40:16 raspberrypi ntpd_intres[704]: host name not found: 2.debian.pool.ntp.org
Dec  7 13:40:16 raspberrypi ntpd_intres[704]: host name not found: 3.debian.pool.ntp.org
Dec  7 13:40:16 raspberrypi systemd[1]: Starting Session c2 of user pi.
Dec  7 13:40:16 raspberrypi systemd[1]: Started Session c2 of user pi.
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Dec  7 13:40:17 raspberrypi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Dec  7 13:40:17 raspberrypi polkitd[1387]: started daemon version 0.105 using authority implementation `local' version `0.105'
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec  7 13:40:17 raspberrypi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Dec  7 13:40:17 raspberrypi systemd[1]: Starting Disk Manager...
Dec  7 13:40:17 raspberrypi udisksd[1438]: udisks daemon version 2.1.3 starting
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Dec  7 13:40:17 raspberrypi systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Dec  7 13:40:17 raspberrypi systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Successfully called chroot.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Successfully dropped privileges.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Successfully limited resources.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Running.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Watchdog thread running.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Canary thread running.
Dec  7 13:40:17 raspberrypi dbus[498]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Dec  7 13:40:17 raspberrypi udisksd[1438]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dec  7 13:40:17 raspberrypi systemd[1]: Started Disk Manager.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Successfully made thread 1454 of process 1454 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Dec  7 13:40:17 raspberrypi rtkit-daemon[1455]: Supervising 1 threads of 1 processes of 1 users.
Dec  7 13:40:17 raspberrypi org.gtk.Private.AfcVolumeMonitor[1278]: Volume monitor alive
Dec  7 13:40:17 raspberrypi pulseaudio[1454]: org.bluez.Manager.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.Manager" doesn't exist
Dec  7 13:40:18 raspberrypi bluetoothd[1201]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSource
Dec  7 13:40:18 raspberrypi bluetoothd[1201]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSink
Dec  7 13:40:18 raspberrypi dhcpcd[516]: wlan0: leased 192.168.0.35 for 86400 seconds
Dec  7 13:40:18 raspberrypi avahi-daemon[490]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.35.
Dec  7 13:40:18 raspberrypi dhcpcd[516]: wlan0: adding route to 192.168.0.0/24
Dec  7 13:40:18 raspberrypi dhcpcd[516]: wlan0: adding default route via 192.168.0.21
Dec  7 13:40:18 raspberrypi avahi-daemon[490]: New relevant interface wlan0.IPv4 for mDNS.
Dec  7 13:40:18 raspberrypi avahi-daemon[490]: Registering new address record for 192.168.0.35 on wlan0.IPv4.
Dec  7 13:40:18 raspberrypi bluetoothd[1201]: Endpoint unregistered: sender=:1.16 path=/MediaEndpoint/A2DPSource
Dec  7 13:40:18 raspberrypi bluetoothd[1201]: Endpoint unregistered: sender=:1.16 path=/MediaEndpoint/A2DPSink
Dec  7 13:40:19 raspberrypi ntpd[656]: Listen normally on 5 wlan0 192.168.0.35 UDP 123
Dec  7 13:40:19 raspberrypi ntpd[656]: peers refreshed
Dec  7 13:40:21 raspberrypi ntpd_intres[704]: DNS 0.debian.pool.ntp.org -> 144.217.65.184
Dec  7 13:40:21 raspberrypi ntpd_intres[704]: DNS 1.debian.pool.ntp.org -> 144.217.242.233
Dec  7 13:40:21 raspberrypi ntpd_intres[704]: DNS 2.debian.pool.ntp.org -> 144.217.65.182
Dec  7 13:40:21 raspberrypi ntpd_intres[704]: DNS 3.debian.pool.ntp.org -> 129.128.12.20
Dec  7 13:40:22 raspberrypi systemd[1]: Started LSB: feedwriter script daemon.
Dec  7 13:40:22 raspberrypi systemd[1]: Starting Multi-User System.
Dec  7 13:40:22 raspberrypi systemd[1]: Reached target Multi-User System.
Dec  7 13:40:22 raspberrypi systemd[1]: Starting Graphical Interface.
Dec  7 13:40:22 raspberrypi systemd[1]: Reached target Graphical Interface.
Dec  7 13:40:22 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Dec  7 13:40:23 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Dec  7 13:40:23 raspberrypi systemd[1]: Startup finished in 1.293s (kernel) + 17.757s (userspace) = 19.051s.
Dec  7 13:40:24 raspberrypi dhcpcd[516]: wlan0: no IPv6 Routers available
Dec  7 13:40:26 raspberrypi kernel: [   22.190204] random: crng init done
Dec  7 13:40:26 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 13:40:56 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 13:40:36 raspberrypi systemd[1]: Time has been changed
Dec  7 13:40:36 raspberrypi systemd[1172]: Time has been changed
Dec  7 13:41:25 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 13:41:55 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 13:51:26 raspberrypi wpa_supplicant[440]: wlan0: WPA: Group rekeying completed with 38:60:77:22:8d:b7 [GTK=CCMP]
Dec  7 13:51:26 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 13:51:56 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 13:55:21 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Dec  7 13:55:21 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 13:55:51 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 13:55:21 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Dec  7 13:56:16 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 13:56:46 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 13:56:16 raspberrypi systemd[1]: Starting Session c3 of user pi.
Dec  7 13:56:16 raspberrypi systemd[1]: Started Session c3 of user pi.
Dec  7 14:03:38 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:04:08 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:04:57 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:05:27 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:06:09 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:06:39 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:09:01 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:09:31 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:09:01 raspberrypi CRON[2135]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
Dec  7 14:10:56 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:11:26 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:13:42 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:14:42 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:15:36 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:16:36 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:17:01 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:18:01 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:17:01 raspberrypi CRON[2207]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  7 14:17:01 raspberrypi CRON[2203]: (CRON) info (No MTA installed, discarding output)
Dec  7 14:21:29 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:22:29 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:21:37 raspberrypi systemd[1]: Starting Session c4 of user pi.
Dec  7 14:21:37 raspberrypi systemd[1]: Started Session c4 of user pi.
Dec  7 14:39:01 raspberrypi rsyslogd-2007: action 'action 18' suspended, next retry is Thu Dec  7 14:40:01 2017 [try http://www.rsyslog.com/e/2007 ]
Dec  7 14:39:01 raspberrypi CRON[2263]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
pi@raspberrypi:/var/log $

They are in the emoncms repo docs folder

Stretch

Jessie

and the SD image build guide is in the emonpi repo

Sorry, I can’t help with that.

2 commands the 1st will tell you if it’s installed and the 2nd will tell you if it’s enabled, it goes under the name of just “redis” as is is the Redis extension for PHP (hence phpredis)

pb66@test2:~$ pecl info redis
About pecl.php.net/redis-3.1.4
==============================
Release Type          PECL-style PHP extension (source code)
Name                  redis
Channel               pecl.php.net
Summary               PHP extension for interfacing with Redis
Description           This extension provides an API for communicating
                      with Redis servers.
Maintainers           Nicolas Favre-Felix <[email protected]>
                      (lead)
                      Michael Grunder <[email protected]>
                      (lead)
                      Pavlo Yatsukhnenko <[email protected]>
                      (lead)
Release Date          2017-09-27 06:33:58
Release Version       3.1.4 (stable)
API Version           3.1.4 (stable)
License               PHP (http://www.php.net/license)
Release Notes         phpredis 3.1.4

                      The primary new feature phpredis 3.1.4 is the
                      ability to send MULTI .. EXEC blocks in pipeline
                      mode.  There are
                      also many bugfixes and minor improvements to the
                      api, listed below:

                      * Allow mixing MULTI and PIPELINE modes
                      (experimental)!  [5874b0] (Pavlo Yatsukhnenko)

                      * Added integration for coverty static analysis
                      and fixed several warnings
                        [faac8b0, eff7398, 4766c25, 0438ab4, 1e0b065,
                      733732a, 26eeda5, 735025, 42f1c9, af71d4] (Pavlo
                      Yatsukhnenko)
                      * Fixed link to redis cluster documentation
                      [3b0b06] (Pavlo Yatsukhnenko)
                      * Remove unused PHP_RINIT and PHP_RSHUTDOWN
                      functions [c760bf] (Pavlo Yatsukhnenko)
                      * Removed duplicate HGET in redis array hash
                      table, formatting [d0b9c5] (Pavlo Yatsukhnenko)
                      * Treat NULL bulk as success for session read
                      [659450] (Pavlo Yatsukhnenko)
                      * Refactor redis_send_discard [ea15ce] (Pavlo
                      Yatsukhnenko)
                      * Updated runtime exception handling [8dcaa4,
                      7c1407] (Pavlo Yatsukhnenko)
                      * Added a github issue template [61aba9] (Pavlo
                      Yatsukhnenko)
                      * Initialize gc member of zend_string [37f569)
                      (Pavlo Yatsukhnenko)
                      * Fix valgrind warnings [471ce07, 1ab89e1,
                      b624a8b] (Pavlo Yatsukhnenko)
                      * Fix php5/php7 compatibility layer [1ab89e,
                      4e3225] (Pavlo Yatsukhnenko)
                      * Fix typo in README.markdown [e47e44] (Mark
                      Shehata)
                      * Improve redis array rehash [577a91] (Pavlo
                      Yatsukhnenko)
                      * Change redis array pure_cmds from zval to
                      hashtable [a56ed7] (Pavlo Yatsukhnenko)
                      * Don't try to set TCP_NODELAY on a unix socket
                      and don't warn on multiple
                        calls to pipeline [d11798, 77aeba] (Michael
                      Grunder)
                      * Use zend_string rather than char* for various
                      context fields (err, prefix, etc) [2bf7b2]
                      (Pavlo Yatsukhnenko)
                      * Various other library fixes [142b51, 4452f6,
                      e672f4, 658ee3, c9df77, 4a0a46] (Pavlo
                      Yatsukhnenko)
Required Dependencies PHP version 5.3.0-7.9.99
                      PEAR installer version 1.4.0b1 or newer
package.xml version   2.0
Last Modified         2017-10-27 13:08
Previous Installed    - None -
Version
pb66@test2:~$ ls /etc/php/7.0/apache2/conf.d/
10-mysqlnd.ini   20-fileinfo.ini  20-pdo_mysql.ini  20-sysvsem.ini
10-opcache.ini   20-ftp.ini       20-phar.ini       20-sysvshm.ini
10-pdo.ini       20-gd.ini        20-posix.ini      20-tokenizer.ini
15-xml.ini       20-gettext.ini   20-readline.ini   20-wddx.ini
20-calendar.ini  20-iconv.ini     20-redis.ini      20-xmlreader.ini
20-ctype.ini     20-json.ini      20-shmop.ini      20-xmlwriter.ini
20-curl.ini      20-mbstring.ini  20-simplexml.ini  20-xsl.ini
20-dom.ini       20-mcrypt.ini    20-sockets.ini
20-exif.ini      20-mysqli.ini    20-sysvmsg.ini

if running php5 the path will be /etc/php5/apache2/conf.d/

Please use 3 backticks (```) instead of 3 fullstops (…) before and after logs etc.

pi@raspberrypi:/etc/nginx $ pecl info redis
About pecl.php.net/redis-3.1.4
==============================
Release Type          PECL-style PHP extension (source code)
Name                  redis
Channel               pecl.php.net
Summary               PHP extension for interfacing with Redis
Description           This extension provides an API for communicating
                      with Redis servers.
Maintainers           Nicolas Favre-Felix <[email protected]>
                      (lead)
                      Michael Grunder <[email protected]>
                      (lead)
                      Pavlo Yatsukhnenko <[email protected]>
                      (lead)
Release Date          2017-09-27 06:33:58
Release Version       3.1.4 (stable)
API Version           3.1.4 (stable)
License               PHP (http://www.php.net/license)
Release Notes         phpredis 3.1.4

                      The primary new feature phpredis 3.1.4 is the
                      ability to send MULTI .. EXEC blocks in pipeline
                      mode.  There are
                      also many bugfixes and minor improvements to the
                      api, listed below:

                      * Allow mixing MULTI and PIPELINE modes
                      (experimental)!  [5874b0] (Pavlo Yatsukhnenko)

                      * Added integration for coverty static analysis
                      and fixed several warnings
                        [faac8b0, eff7398, 4766c25, 0438ab4, 1e0b065,
                      733732a, 26eeda5, 735025, 42f1c9, af71d4] (Pavlo
                      Yatsukhnenko)
                      * Fixed link to redis cluster documentation
                      [3b0b06] (Pavlo Yatsukhnenko)
                      * Remove unused PHP_RINIT and PHP_RSHUTDOWN
                      functions [c760bf] (Pavlo Yatsukhnenko)
                      * Removed duplicate HGET in redis array hash
                      table, formatting [d0b9c5] (Pavlo Yatsukhnenko)
                      * Treat NULL bulk as success for session read
                      [659450] (Pavlo Yatsukhnenko)
                      * Refactor redis_send_discard [ea15ce] (Pavlo
                      Yatsukhnenko)
                      * Updated runtime exception handling [8dcaa4,
                      7c1407] (Pavlo Yatsukhnenko)
                      * Added a github issue template [61aba9] (Pavlo
                      Yatsukhnenko)
                      * Initialize gc member of zend_string [37f569)
                      (Pavlo Yatsukhnenko)
                      * Fix valgrind warnings [471ce07, 1ab89e1,
                      b624a8b] (Pavlo Yatsukhnenko)
                      * Fix php5/php7 compatibility layer [1ab89e,
                      4e3225] (Pavlo Yatsukhnenko)
                      * Fix typo in README.markdown [e47e44] (Mark
                      Shehata)
                      * Improve redis array rehash [577a91] (Pavlo
                      Yatsukhnenko)
                      * Change redis array pure_cmds from zval to
                      hashtable [a56ed7] (Pavlo Yatsukhnenko)
                      * Don't try to set TCP_NODELAY on a unix socket
                      and don't warn on multiple
                        calls to pipeline [d11798, 77aeba] (Michael
                      Grunder)
                      * Use zend_string rather than char* for various
                      context fields (err, prefix, etc) [2bf7b2]
                      (Pavlo Yatsukhnenko)
                      * Various other library fixes [142b51, 4452f6,
                      e672f4, 658ee3, c9df77, 4a0a46] (Pavlo
                      Yatsukhnenko)
Required Dependencies PHP version 5.3.0-7.9.99
                      PEAR installer version 1.4.0b1 or newer
package.xml version   2.0
Last Modified         2017-12-05 19:41
Previous Installed    - None -
Version
pi@raspberrypi:/etc/nginx $

pi@raspberrypi:/etc/php5 $ ls /etc/php5/apache2/conf.d/
ls: cannot access /etc/php5/apache2/conf.d/: No such file or directory
pi@raspberrypi:/etc/php5 $ ls /etc/php5
cli fpm mods-available
pi@raspberrypi:/etc/php5 $

You didn’t mention you were installing to nginx, I have no idea about installing to nginx only to apache.

If you were running apache I would say you need to enable phpredis with

sudo echo 'extension=redis.so' > /etc/php/7.0/mods-available/redis.ini
sudo phpenmod redis