Jump to content

Mysterious freeze and overheat of Orange pi Zero


Recommended Posts

Hi all,

 

I noticed that my OrangePi freezes after 4-5 days of uptime.  Something happens (usually around 06:00) when my script simply stop working (no more log entries) and then reboots after ~12 hours (exactly at 13:17 in all occasions).  Finally the orange pi becomes unresponsive and heats up to 85-90 degree Celsius. 

I've checked CPU temperature, disk and memory usage but haven't found anything... I'm a beginner in armbian and completely having no idea what could be the root casue. 


Could you please help?

 

I've executed a diagnostics you can find it here: http://ix.io/1iQc

 

Related syslog entries:

 

Jul 31 06:10:01 localhost CRON[20175]: (root) CMD (/root/utils/cputemp.sh)
Jul 31 06:10:01 localhost CRON[20176]: (root) CMD (free -m > /root/memory.log)
Jul 31 06:10:01 localhost CRON[20178]: (root) CMD (df -h > /root/df.log)
Jul 31 06:15:01 localhost CRON[20268]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Jul 31 06:17:01 localhost CRON[20307]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Jul 31 06:20:01 localhost CRON[20369]: (root) CMD (/root/utils/cputemp.sh)
Jul 31 06:20:01 localhost CRON[20370]: (root) CMD (free -m > /root/memory.log)
Jul 31 06:20:01 localhost CRON[20371]: (root) CMD (df -h > /root/df.log)
Jul 31 06:25:01 localhost CRON[20555]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jul 31 06:25:01 localhost CRON[20554]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Jul 31 13:17:05 localhost systemd-modules-load[216]: Inserted module 'g_serial'
Jul 31 13:17:05 localhost kernel: [    0.000000] Booting Linux on physical CPU 0x0
Jul 31 13:17:05 localhost kernel: [    0.000000] Linux version 4.14.14-sunxi (root@xeon) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 SMP Thu Jan 25 12:20:57 CET 2018
Jul 31 13:17:05 localhost kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
Jul 31 13:17:05 localhost kernel: [    0.000000] CPU: div instructions available: patching division code
Jul 31 13:17:05 localhost systemd-udevd[323]: link_config: could not get ethtool features for eth0
Jul 31 13:17:05 localhost kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jul 31 13:17:05 localhost fake-hwclock[212]: Tue Jul 31 11:17:01 UTC 2018
Jul 31 13:17:05 localhost systemd-udevd[323]: Could not set offload features of eth0: Device or resource busy
Jul 31 13:17:05 localhost kernel: [    0.000000] OF: fdt: Machine model: Xunlong Orange Pi Zero
Jul 31 13:17:05 localhost kernel: [    0.000000] Memory policy: Data cache writealloc
Jul 31 13:17:05 localhost keyboard-setup.sh[229]: gzip: /etc/console-setup/cached_UTF-8_del.kmap.gz: unexpected end of file
Jul 31 13:17:05 localhost kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x5bc00000, size 64 MiB
Jul 31 13:17:05 localhost kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Jul 31 13:17:05 localhost kernel: [    0.000000] On node 0 totalpages: 131072
Jul 31 13:17:05 localhost kernel: [    0.000000] free_area_init_node: node 0, pgdat c0dd8b00, node_mem_map db780000
Jul 31 13:17:05 localhost kernel: [    0.000000]   Normal zone: 1152 pages used for memmap
Jul 31 13:17:05 localhost kernel: [    0.000000]   Normal zone: 0 pages reserved
Jul 31 13:17:05 localhost kernel: [    0.000000]   Normal zone: 131072 pages, LIFO batch:31
Jul 31 13:17:05 localhost resolvconf[246]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /etc/resolvconf/run/resolv.conf
Jul 31 13:17:05 localhost kernel: [    0.000000] psci: probing for conduit method from DT.
Jul 31 13:17:05 localhost kernel: [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
Jul 31 13:17:05 localhost kernel: [    0.000000] random: fast init done
Jul 31 13:17:05 localhost kernel: [    0.000000] percpu: Embedded 17 pages/cpu @dff5a000 s39884 r8192 d21556 u69632
Jul 31 13:17:05 localhost kernel: [    0.000000] pcpu-alloc: s39884 r8192 d21556 u69632 alloc=17*4096
Jul 31 13:17:05 localhost log2ram[295]: sending incremental file list
Jul 31 13:17:05 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Jul 31 13:17:05 localhost kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
Jul 31 13:17:05 localhost log2ram[295]: ./
Jul 31 13:17:05 localhost kernel: [    0.000000] Kernel command line: root=UUID=a2c25aee-d15d-4aa7-8f41-ab6bb511776f rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=378fc799-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
Jul 31 13:17:05 localhost kernel: [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Jul 31 13:17:05 localhost kernel: [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul 31 13:17:05 localhost log2ram[295]: alternatives.log
Jul 31 13:17:05 localhost kernel: [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Jul 31 13:17:05 localhost kernel: [    0.000000] allocated 524288 bytes of page_ext
Jul 31 13:17:05 localhost kernel: [    0.000000] Memory: 433616K/524288K available (8192K kernel code, 945K rwdata, 2340K rodata, 1024K init, 346K bss, 25136K reserved, 65536K cma-reserved, 0K highmem)
Jul 31 13:17:05 localhost kernel: [    0.000000] Virtual kernel memory layout:
Jul 31 13:17:05 localhost kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Jul 31 13:17:05 localhost log2ram[295]: alternatives.log.1
Jul 31 13:17:05 localhost kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Jul 31 13:17:05 localhost kernel: [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
Jul 31 13:17:05 localhost log2ram[295]: alternatives.log.2.gz
Jul 31 13:17:05 localhost kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
Jul 31 13:17:05 localhost kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Jul 31 13:17:05 localhost kernel: [    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
Jul 31 13:17:05 localhost kernel: [    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
Jul 31 13:17:05 localhost log2ram[295]: aptitude
Jul 31 13:17:05 localhost kernel: [    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
Jul 31 13:17:05 localhost kernel: [    0.000000]       .data : 0xc0d00000 - 0xc0dec59c   ( 946 kB)
Jul 31 13:17:05 localhost kernel: [    0.000000]        .bss : 0xc0df5e00 - 0xc0e4c61c   ( 347 kB)
Jul 31 13:17:05 localhost log2ram[295]: aptitude.1.gz
Jul 31 13:17:05 localhost kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 31 13:17:05 localhost kernel: [    0.000000] ftrace: allocating 36979 entries in 73 pages
Jul 31 13:17:05 localhost kernel: [    0.000000] Hierarchical RCU implementation.
Jul 31 13:17:05 localhost kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Jul 31 13:17:05 localhost kernel: [    0.000000] GIC: Using split EOI/Deactivate mode
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log
Jul 31 13:17:05 localhost kernel: [    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Jul 31 13:17:05 localhost kernel: [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.1.gz
Jul 31 13:17:05 localhost kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
Jul 31 13:17:05 localhost kernel: [    0.000010] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
Jul 31 13:17:05 localhost kernel: [    0.000026] Switching to timer-based delay loop, resolution 41ns
Jul 31 13:17:05 localhost kernel: [    0.000366] Console: colour dummy device 80x30
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.10.gz
Jul 31 13:17:05 localhost kernel: [    0.000389] console [tty1] enabled
Jul 31 13:17:05 localhost kernel: [    0.000434] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
Jul 31 13:17:05 localhost kernel: [    0.000453] pid_max: default: 32768 minimum: 301
Jul 31 13:17:05 localhost kernel: [    0.000793] Security Framework initialized
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.2.gz
Jul 31 13:17:05 localhost kernel: [    0.000810] AppArmor: AppArmor disabled by boot time parameter
Jul 31 13:17:05 localhost kernel: [    0.000919] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.3.gz
Jul 31 13:17:05 localhost kernel: [    0.000934] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Jul 31 13:17:05 localhost kernel: [    0.002306] CPU: Testing write buffer coherency: ok
Jul 31 13:17:05 localhost kernel: [    0.002891] /cpus/cpu@0 missing clock-frequency property
Jul 31 13:17:05 localhost kernel: [    0.002931] /cpus/cpu@1 missing clock-frequency property
Jul 31 13:17:05 localhost kernel: [    0.002969] /cpus/cpu@2 missing clock-frequency property
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.4.gz
Jul 31 13:17:05 localhost kernel: [    0.003008] /cpus/cpu@3 missing clock-frequency property
Jul 31 13:17:05 localhost kernel: [    0.003026] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.5.gz
Jul 31 13:17:05 localhost kernel: [    0.003652] Setting up static identity map for 0x40100000 - 0x40100054
Jul 31 13:17:05 localhost kernel: [    0.003842] Hierarchical SRCU implementation.
Jul 31 13:17:05 localhost kernel: [    0.005117] smp: Bringing up secondary CPUs ...
Jul 31 13:17:05 localhost kernel: [    0.016206] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jul 31 13:17:05 localhost kernel: [    0.027434] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.6.gz
Jul 31 13:17:05 localhost kernel: [    0.038591] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jul 31 13:17:05 localhost kernel: [    0.038745] smp: Brought up 1 node, 4 CPUs
Jul 31 13:17:05 localhost kernel: [    0.038759] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.7.gz
Jul 31 13:17:05 localhost kernel: [    0.038766] CPU: All CPU(s) started in HYP mode.
Jul 31 13:17:05 localhost kernel: [    0.038770] CPU: Virtualization extensions available.
Jul 31 13:17:05 localhost kernel: [    0.040382] devtmpfs: initialized
Jul 31 13:17:05 localhost kernel: [    0.053683] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Jul 31 13:17:05 localhost kernel: [    0.054075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jul 31 13:17:05 localhost kernel: [    0.054102] futex hash table entries: 1024 (order: 4, 65536 bytes)
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.8.gz
Jul 31 13:17:05 localhost kernel: [    0.058984] xor: measuring software checksum speed
Jul 31 13:17:05 localhost kernel: [    0.158446]    arm4regs  :   598.000 MB/sec
Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.9.gz
Jul 31 13:17:05 localhost kernel: [    0.258565]    8regs     :   356.400 MB/sec
Jul 31 13:17:05 localhost kernel: [    0.358687]    32regs    :   364.800 MB/sec
Jul 31 13:17:05 localhost kernel: [    0.458809]    neon      :   605.600 MB/sec
Jul 31 13:17:05 localhost kernel: [    0.458817] xor: using function: neon (605.600 MB/sec)
Jul 31 13:17:05 localhost kernel: [    0.458964] pinctrl core: initialized pinctrl subsystem
Jul 31 13:17:05 localhost log2ram[295]: auth.log
Jul 31 13:17:05 localhost kernel: [    0.460517] NET: Registered protocol family 16
Jul 31 13:17:05 localhost kernel: [    0.464739] DMA: preallocated 2048 KiB pool for atomic coherent allocations
Jul 31 13:17:05 localhost kernel: [    0.466309] cpuidle: using governor ladder
Jul 31 13:17:05 localhost log2ram[295]: auth.log.1
Jul 31 13:17:05 localhost kernel: [    0.466366] cpuidle: using governor menu
Jul 31 13:17:05 localhost kernel: [    0.468158] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jul 31 13:17:05 localhost kernel: [    0.468167] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jul 31 13:17:05 localhost log2ram[295]: auth.log.2.gz
Jul 31 13:17:05 localhost kernel: [    0.659598] raid6: int32x1  gen()    90 MB/s
Jul 31 13:17:05 localhost kernel: [    0.829630] raid6: int32x1  xor()    76 MB/s
Jul 31 13:17:05 localhost kernel: [    0.999658] raid6: int32x2  gen()   121 MB/s
Jul 31 13:17:05 localhost kernel: [    1.169815] raid6: int32x2  xor()    92 MB/s
Jul 31 13:17:05 localhost log2ram[295]: auth.log.3.gz
Jul 31 13:17:05 localhost kernel: [    1.339917] raid6: int32x4  gen()   123 MB/s
Jul 31 13:17:05 localhost kernel: [    1.510390] raid6: int32x4  xor()    91 MB/s
Jul 31 13:17:05 localhost log2ram[295]: auth.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: bootstrap.log
Jul 31 13:17:05 localhost log2ram[295]: btmp
Jul 31 13:17:05 localhost log2ram[295]: btmp.1
Jul 31 13:17:05 localhost log2ram[295]: cputemp.log
Jul 31 13:17:05 localhost log2ram[295]: daemon.log
Jul 31 13:17:05 localhost log2ram[295]: daemon.log.1
Jul 31 13:17:05 localhost log2ram[295]: daemon.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: daemon.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: daemon.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: debug
Jul 31 13:17:05 localhost log2ram[295]: debug.1
Jul 31 13:17:05 localhost log2ram[295]: debug.2.gz
Jul 31 13:17:05 localhost log2ram[295]: debug.3.gz
Jul 31 13:17:05 localhost log2ram[295]: debug.4.gz
Jul 31 13:17:05 localhost log2ram[295]: dpkg.log
Jul 31 13:17:05 localhost log2ram[295]: dpkg.log.1
Jul 31 13:17:05 localhost log2ram[295]: dpkg.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log
Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.1
Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: faillog
Jul 31 13:17:05 localhost log2ram[295]: kern.log
Jul 31 13:17:05 localhost log2ram[295]: kern.log.1
Jul 31 13:17:05 localhost log2ram[295]: kern.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: kern.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: kern.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: lastlog
Jul 31 13:17:05 localhost log2ram[295]: messages
Jul 31 13:17:05 localhost log2ram[295]: messages.1
Jul 31 13:17:05 localhost log2ram[295]: messages.2.gz
Jul 31 13:17:05 localhost log2ram[295]: messages.3.gz
Jul 31 13:17:05 localhost log2ram[295]: messages.4.gz
Jul 31 13:17:05 localhost log2ram[295]: pablo.log
Jul 31 13:17:05 localhost log2ram[295]: pablo.log.1
Jul 31 13:17:05 localhost log2ram[295]: syslog
Jul 31 13:17:05 localhost log2ram[295]: syslog.1
Jul 31 13:17:05 localhost log2ram[295]: syslog.2.gz
Jul 31 13:17:05 localhost log2ram[295]: syslog.3.gz
Jul 31 13:17:05 localhost log2ram[295]: syslog.4.gz
Jul 31 13:17:05 localhost log2ram[295]: syslog.5.gz
Jul 31 13:17:05 localhost log2ram[295]: syslog.6.gz
Jul 31 13:17:05 localhost log2ram[295]: syslog.7.gz
Jul 31 13:17:05 localhost log2ram[295]: user.log
Jul 31 13:17:05 localhost log2ram[295]: user.log.1
Jul 31 13:17:05 localhost log2ram[295]: user.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: user.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: user.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: wtmp
Jul 31 13:17:05 localhost log2ram[295]: wtmp.1
Jul 31 13:17:05 localhost log2ram[295]: apache2/
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.1
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.10.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.11.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.12.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.13.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.14.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.5.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.6.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.7.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.8.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.9.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.1
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.10.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.11.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.12.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.13.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.14.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.5.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.6.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.7.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.8.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.9.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.1
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.10.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.5.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.6.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.7.gz
Jul 31 13:17:05 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.8.gz
Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.9.gz
Jul 31 13:17:05 localhost log2ram[295]: apt/
Jul 31 13:17:05 localhost log2ram[295]: apt/eipp.log.xz
Jul 31 13:17:05 localhost log2ram[295]: apt/history.log
Jul 31 13:17:05 localhost log2ram[295]: apt/history.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: apt/history.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: apt/term.log
Jul 31 13:17:05 localhost log2ram[295]: apt/term.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: apt/term.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/
Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/dbc.log
Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/dbc.log.1
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.1
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.10
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.100
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.101
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.102
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.103
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.104
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.105
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.106
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.107
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.108
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.109
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.11
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.110
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.111
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.112
Jul 31 13:17:05 localhost kernel: [    1.680785] raid6: int32x8  gen()   117 MB/s
Jul 31 13:17:05 localhost kernel: [    1.850811] raid6: int32x8  xor()    82 MB/s
Jul 31 13:17:05 localhost kernel: [    2.020757] raid6: neonx1   gen()   235 MB/s
Jul 31 13:17:05 localhost kernel: [    2.190863] raid6: neonx1   xor()   219 MB/s
Jul 31 13:17:05 localhost kernel: [    2.361104] raid6: neonx2   gen()   316 MB/s
Jul 31 13:17:05 localhost kernel: [    2.531289] raid6: neonx2   xor()   283 MB/s
Jul 31 13:17:05 localhost kernel: [    2.701462] raid6: neonx4   gen()   380 MB/s
Jul 31 13:17:05 localhost kernel: [    2.871615] raid6: neonx4   xor()   318 MB/s
Jul 31 13:17:05 localhost kernel: [    3.041840] raid6: neonx8   gen()   341 MB/s
Jul 31 13:17:05 localhost kernel: [    3.212008] raid6: neonx8   xor()   288 MB/s
Jul 31 13:17:05 localhost kernel: [    3.212015] raid6: using algorithm neonx4 gen() 380 MB/s
Jul 31 13:17:05 localhost kernel: [    3.212021] raid6: .... xor() 318 MB/s, rmw enabled
Jul 31 13:17:05 localhost kernel: [    3.212028] raid6: using neon recovery algorithm
Jul 31 13:17:05 localhost kernel: [    3.214889] SCSI subsystem initialized
Jul 31 13:17:05 localhost kernel: [    3.215226] libata version 3.00 loaded.
Jul 31 13:17:05 localhost kernel: [    3.215578] usbcore: registered new interface driver usbfs
Jul 31 13:17:05 localhost kernel: [    3.215652] usbcore: registered new interface driver hub
Jul 31 13:17:05 localhost kernel: [    3.215775] usbcore: registered new device driver usb
Jul 31 13:17:05 localhost kernel: [    3.216080] media: Linux media interface: v0.10
Jul 31 13:17:05 localhost kernel: [    3.216136] Linux video capture interface: v2.00
Jul 31 13:17:05 localhost kernel: [    3.216245] pps_core: LinuxPPS API ver. 1 registered
Jul 31 13:17:05 localhost kernel: [    3.216253] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 31 13:17:05 localhost kernel: [    3.216282] PTP clock support registered
Jul 31 13:17:05 localhost kernel: [    3.218737] clocksource: Switched to clocksource arch_sys_counter
Jul 31 13:17:05 localhost kernel: [    3.409226] VFS: Disk quotas dquot_6.6.0
Jul 31 13:17:05 localhost kernel: [    3.409371] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul 31 13:17:05 localhost kernel: [    3.423642] NET: Registered protocol family 2
Jul 31 13:17:05 localhost kernel: [    3.424701] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Jul 31 13:17:05 localhost kernel: [    3.424799] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Jul 31 13:17:05 localhost kernel: [    3.424920] TCP: Hash tables configured (established 4096 bind 4096)
Jul 31 13:17:05 localhost kernel: [    3.425075] UDP hash table entries: 256 (order: 1, 8192 bytes)
Jul 31 13:17:05 localhost kernel: [    3.425128] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Jul 31 13:17:05 localhost kernel: [    3.425462] NET: Registered protocol family 1
Jul 31 13:17:05 localhost kernel: [    3.426159] RPC: Registered named UNIX socket transport module.
Jul 31 13:17:05 localhost kernel: [    3.426169] RPC: Registered udp transport module.
Jul 31 13:17:05 localhost kernel: [    3.426174] RPC: Registered tcp transport module.
Jul 31 13:17:05 localhost kernel: [    3.426180] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 31 13:17:05 localhost kernel: [    3.426619] Trying to unpack rootfs image as initramfs...
Jul 31 13:17:05 localhost kernel: [    4.038691] Freeing initrd memory: 4980K
Jul 31 13:17:05 localhost kernel: [    4.041564] audit: initializing netlink subsys (disabled)
Jul 31 13:17:05 localhost kernel: [    4.041956] audit: type=2000 audit(4.020:1): state=initialized audit_enabled=0 res=1
Jul 31 13:17:05 localhost kernel: [    4.042322] Initialise system trusted keyrings
Jul 31 13:17:05 localhost kernel: [    4.042600] workingset: timestamp_bits=14 max_order=17 bucket_order=3
Jul 31 13:17:05 localhost kernel: [    4.052094] zbud: loaded
Jul 31 13:17:05 localhost kernel: [    4.056067] NFS: Registering the id_resolver key type
Jul 31 13:17:05 localhost kernel: [    4.056118] Key type id_resolver registered
Jul 31 13:17:05 localhost kernel: [    4.056124] Key type id_legacy registered
Jul 31 13:17:05 localhost kernel: [    4.056146] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Jul 31 13:17:05 localhost kernel: [    4.056154] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Jul 31 13:17:05 localhost kernel: [    4.057865] JFS: nTxBlock = 3938, nTxLock = 31508
Jul 31 13:17:05 localhost kernel: [    4.065858] SGI XFS with ACLs, security attributes, realtime, no debug enabled
Jul 31 13:17:05 localhost kernel: [    4.078782] Key type asymmetric registered
Jul 31 13:17:05 localhost kernel: [    4.078950] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Jul 31 13:17:05 localhost kernel: [    4.079185] io scheduler noop registered
Jul 31 13:17:05 localhost kernel: [    4.079194] io scheduler deadline registered
Jul 31 13:17:05 localhost kernel: [    4.079693] io scheduler cfq registered (default)
Jul 31 13:17:05 localhost kernel: [    4.079702] io scheduler mq-deadline registered
Jul 31 13:17:05 localhost kernel: [    4.079710] io scheduler kyber registered
Jul 31 13:17:05 localhost kernel: [    4.079955] io scheduler bfq registered
Jul 31 13:17:05 localhost kernel: [    4.081691] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
Jul 31 13:17:05 localhost kernel: [    4.088532] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
Jul 31 13:17:05 localhost kernel: [    4.091320] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
Jul 31 13:17:05 localhost kernel: [    4.181786] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
Jul 31 13:17:05 localhost kernel: [    4.187275] console [ttyS0] disabled
Jul 31 13:17:05 localhost kernel: [    4.207526] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 39, base_baud = 1500000) is a U6_16550A
Jul 31 13:17:05 localhost kernel: [    4.207619] console [ttyS0] enabled
Jul 31 13:17:05 localhost kernel: [    4.213934] brd: module loaded
Jul 31 13:17:05 localhost kernel: [    4.223737] loop: module loaded
Jul 31 13:17:05 localhost kernel: [    4.226480] libphy: Fixed MDIO Bus: probed
Jul 31 13:17:05 localhost kernel: [    4.227388] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
Jul 31 13:17:05 localhost kernel: [    4.227464] dwmac-sun8i 1c30000.ethernet: No regulator found
Jul 31 13:17:05 localhost kernel: [    4.227625] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
Jul 31 13:17:05 localhost kernel: [    4.227652] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
Jul 31 13:17:05 localhost kernel: [    4.227664] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
Jul 31 13:17:05 localhost kernel: [    4.227675] dwmac-sun8i 1c30000.ethernet: Normal descriptors
Jul 31 13:17:05 localhost kernel: [    4.227686] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
Jul 31 13:17:05 localhost kernel: [    4.227698] dwmac-sun8i 1c30000.ethernet: COE Type 2
Jul 31 13:17:05 localhost kernel: [    4.227708] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
Jul 31 13:17:05 localhost kernel: [    4.227891] libphy: stmmac: probed
Jul 31 13:17:05 localhost kernel: [    4.228675] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
Jul 31 13:17:05 localhost kernel: [    4.228935] libphy: mdio_mux: probed
Jul 31 13:17:05 localhost kernel: [    4.228970] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
Jul 31 13:17:05 localhost kernel: [    4.228983] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
Jul 31 13:17:05 localhost kernel: [    4.237127] libphy: mdio_mux: probed
Jul 31 13:17:05 localhost kernel: [    4.237956] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 31 13:17:05 localhost kernel: [    4.237966] ehci-platform: EHCI generic platform driver
Jul 31 13:17:05 localhost kernel: [    4.238343] ehci-platform 1c1a000.usb: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.238394] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
Jul 31 13:17:05 localhost kernel: [    4.239950] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
Jul 31 13:17:05 localhost kernel: [    4.278751] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
Jul 31 13:17:05 localhost kernel: [    4.279312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jul 31 13:17:05 localhost kernel: [    4.279328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.279339] usb usb1: Product: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.279351] usb usb1: Manufacturer: Linux 4.14.14-sunxi ehci_hcd
Jul 31 13:17:05 localhost kernel: [    4.279362] usb usb1: SerialNumber: 1c1a000.usb
Jul 31 13:17:05 localhost kernel: [    4.280331] hub 1-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.280430] hub 1-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.281695] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jul 31 13:17:05 localhost kernel: [    4.281774] ohci-platform: OHCI generic platform driver
Jul 31 13:17:05 localhost kernel: [    4.282134] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.282176] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
Jul 31 13:17:05 localhost kernel: [    4.282585] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
Jul 31 13:17:05 localhost kernel: [    4.353206] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
Jul 31 13:17:05 localhost kernel: [    4.353223] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.353234] usb usb2: Product: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.353246] usb usb2: Manufacturer: Linux 4.14.14-sunxi ohci_hcd
Jul 31 13:17:05 localhost kernel: [    4.353256] usb usb2: SerialNumber: 1c1a400.usb
Jul 31 13:17:05 localhost kernel: [    4.354133] hub 2-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.354209] hub 2-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.355646] usbcore: registered new interface driver usb-storage
Jul 31 13:17:05 localhost kernel: [    4.356648] mousedev: PS/2 mouse device common for all mice
Jul 31 13:17:05 localhost kernel: [    4.357499] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
Jul 31 13:17:05 localhost kernel: [    4.357513] sun6i-rtc 1f00000.rtc: RTC enabled
Jul 31 13:17:05 localhost kernel: [    4.357844] i2c /dev entries driver
Jul 31 13:17:05 localhost kernel: [    4.360875] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
Jul 31 13:17:05 localhost kernel: [    4.363225] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Jul 31 13:17:05 localhost kernel: [    4.418789] sunxi-mmc 1c0f000.mmc: base:0xe0ba3000 irq:23
Jul 31 13:17:05 localhost kernel: [    4.420932] ledtrig-cpu: registered to indicate activity on CPUs
Jul 31 13:17:05 localhost kernel: [    4.421060] hidraw: raw HID events driver (C) Jiri Kosina
Jul 31 13:17:05 localhost kernel: [    4.421282] usbcore: registered new interface driver usbhid
Jul 31 13:17:05 localhost kernel: [    4.421288] usbhid: USB HID core driver
Jul 31 13:17:05 localhost kernel: [    4.423040] NET: Registered protocol family 10
Jul 31 13:17:05 localhost kernel: [    4.450662] Segment Routing with IPv6
Jul 31 13:17:05 localhost kernel: [    4.450837] NET: Registered protocol family 17
Jul 31 13:17:05 localhost kernel: [    4.451178] Key type dns_resolver registered
Jul 31 13:17:05 localhost kernel: [    4.451976] Registering SWP/SWPB emulation handler
Jul 31 13:17:05 localhost kernel: [    4.453068] registered taskstats version 1
Jul 31 13:17:05 localhost kernel: [    4.453076] Loading compiled-in X.509 certificates
Jul 31 13:17:05 localhost kernel: [    4.453227] zswap: loaded using pool lzo/zbud
Jul 31 13:17:05 localhost kernel: [    4.456180] Btrfs loaded, crc32c=crc32c-generic
Jul 31 13:17:05 localhost kernel: [    4.469622] Key type encrypted registered
Jul 31 13:17:05 localhost kernel: [    4.479822] mmc0: host does not support reading read-only switch, assuming write-enable
Jul 31 13:17:05 localhost kernel: [    4.483556] ehci-platform 1c1b000.usb: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.483626] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
Jul 31 13:17:05 localhost kernel: [    4.484422] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
Jul 31 13:17:05 localhost kernel: [    4.485745] mmc0: new high speed SDHC card at address e624
Jul 31 13:17:05 localhost kernel: [    4.486728] mmcblk0: mmc0:e624 SB16G 14.8 GiB 
Jul 31 13:17:05 localhost kernel: [    4.489614]  mmcblk0: p1
Jul 31 13:17:05 localhost kernel: [    4.518842] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
Jul 31 13:17:05 localhost kernel: [    4.519249] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jul 31 13:17:05 localhost kernel: [    4.519265] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.519276] usb usb3: Product: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.519288] usb usb3: Manufacturer: Linux 4.14.14-sunxi ehci_hcd
Jul 31 13:17:05 localhost kernel: [    4.519299] usb usb3: SerialNumber: 1c1b000.usb
Jul 31 13:17:05 localhost kernel: [    4.520163] hub 3-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.520237] hub 3-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.521614] ehci-platform 1c1c000.usb: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.521680] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
Jul 31 13:17:05 localhost kernel: [    4.522293] ehci-platform 1c1c000.usb: irq 30, io mem 0x01c1c000
Jul 31 13:17:05 localhost kernel: [    4.548789] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
Jul 31 13:17:05 localhost kernel: [    4.549206] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Jul 31 13:17:05 localhost kernel: [    4.549221] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.549233] usb usb4: Product: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.549244] usb usb4: Manufacturer: Linux 4.14.14-sunxi ehci_hcd
Jul 31 13:17:05 localhost kernel: [    4.549256] usb usb4: SerialNumber: 1c1c000.usb
Jul 31 13:17:05 localhost kernel: [    4.550101] hub 4-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.550168] hub 4-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.551367] ehci-platform 1c1d000.usb: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.551408] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
Jul 31 13:17:05 localhost kernel: [    4.551850] ehci-platform 1c1d000.usb: irq 32, io mem 0x01c1d000
Jul 31 13:17:05 localhost kernel: [    4.578771] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
Jul 31 13:17:05 localhost kernel: [    4.579109] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
Jul 31 13:17:05 localhost kernel: [    4.579125] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.579136] usb usb5: Product: EHCI Host Controller
Jul 31 13:17:05 localhost kernel: [    4.579148] usb usb5: Manufacturer: Linux 4.14.14-sunxi ehci_hcd
Jul 31 13:17:05 localhost kernel: [    4.579159] usb usb5: SerialNumber: 1c1d000.usb
Jul 31 13:17:05 localhost kernel: [    4.579957] hub 5-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.580026] hub 5-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.581165] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.581207] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
Jul 31 13:17:05 localhost kernel: [    4.581596] ohci-platform 1c1b400.usb: irq 29, io mem 0x01c1b400
Jul 31 13:17:05 localhost kernel: [    4.653059] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Jul 31 13:17:05 localhost kernel: [    4.653075] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.653087] usb usb6: Product: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.653098] usb usb6: Manufacturer: Linux 4.14.14-sunxi ohci_hcd
Jul 31 13:17:05 localhost kernel: [    4.653109] usb usb6: SerialNumber: 1c1b400.usb
Jul 31 13:17:05 localhost kernel: [    4.653957] hub 6-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.654036] hub 6-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.655233] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.655274] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
Jul 31 13:17:05 localhost kernel: [    4.655612] ohci-platform 1c1c400.usb: irq 31, io mem 0x01c1c400
Jul 31 13:17:05 localhost kernel: [    4.723064] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Jul 31 13:17:05 localhost kernel: [    4.723080] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.723092] usb usb7: Product: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.723103] usb usb7: Manufacturer: Linux 4.14.14-sunxi ohci_hcd
Jul 31 13:17:05 localhost kernel: [    4.723114] usb usb7: SerialNumber: 1c1c400.usb
Jul 31 13:17:05 localhost kernel: [    4.723964] hub 7-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.724031] hub 7-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.725180] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.725220] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
Jul 31 13:17:05 localhost kernel: [    4.725603] ohci-platform 1c1d400.usb: irq 33, io mem 0x01c1d400
Jul 31 13:17:05 localhost kernel: [    4.793083] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
Jul 31 13:17:05 localhost kernel: [    4.793099] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 31 13:17:05 localhost kernel: [    4.793111] usb usb8: Product: Generic Platform OHCI controller
Jul 31 13:17:05 localhost kernel: [    4.793122] usb usb8: Manufacturer: Linux 4.14.14-sunxi ohci_hcd
Jul 31 13:17:05 localhost kernel: [    4.793133] usb usb8: SerialNumber: 1c1d400.usb
Jul 31 13:17:05 localhost kernel: [    4.793922] hub 8-0:1.0: USB hub found
Jul 31 13:17:05 localhost kernel: [    4.793991] hub 8-0:1.0: 1 port detected
Jul 31 13:17:05 localhost kernel: [    4.795199] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
Jul 31 13:17:05 localhost kernel: [    4.798936] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
Jul 31 13:17:05 localhost kernel: [    4.798954] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000)
Jul 31 13:17:05 localhost kernel: [    4.799576] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
Jul 31 13:17:05 localhost kernel: [    4.807735] of_cfs_init
Jul 31 13:17:05 localhost kernel: [    4.807832] of_cfs_init: OK
Jul 31 13:17:05 localhost kernel: [    4.807963] vdd-cpux-dummy: disabling
Jul 31 13:17:05 localhost kernel: [    4.807968] vcc3v0: disabling
Jul 31 13:17:05 localhost kernel: [    4.807973] vcc5v0: disabling
Jul 31 13:17:05 localhost kernel: [    4.807977] vcc-wifi: disabling
Jul 31 13:17:05 localhost kernel: [    4.810935] Freeing unused kernel memory: 1024K
Jul 31 13:17:05 localhost kernel: [    5.267112] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
Jul 31 13:17:05 localhost kernel: [    5.540244] sunxi-mmc 1c10000.mmc: base:0xe0c1e000 irq:24
Jul 31 13:17:05 localhost kernel: [    5.562578] mmc1: new high speed SDIO card at address 0001
Jul 31 13:17:05 localhost kernel: [    6.879916] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
Jul 31 13:17:05 localhost kernel: [    7.736699] ip_tables: (C) 2000-2006 Netfilter Core Team
Jul 31 13:17:05 localhost kernel: [    9.530288] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
Jul 31 13:17:05 localhost kernel: [    9.553732] g_serial gadget: Gadget Serial v2.4
Jul 31 13:17:05 localhost kernel: [    9.553747] g_serial gadget: g_serial ready
Jul 31 13:17:05 localhost kernel: [   10.882253] thermal thermal_zone0: failed to read out thermal zone (-110)
Jul 31 13:17:05 localhost kernel: [   11.668518] xradio_wlan mmc1:0001:1: missed interrupt
Jul 31 13:17:05 localhost kernel: [   11.668617] xradio_wlan mmc1:0001:1:    Input buffers: 30 x 1632 bytes
Jul 31 13:17:05 localhost kernel: [   11.668617]    Hardware: 7.9
Jul 31 13:17:05 localhost kernel: [   11.668617]    WSM firmware ver: 8, build: 43, api: 1060, cap: 0x0003
Jul 31 13:17:05 localhost kernel: [   11.668623] xradio_wlan mmc1:0001:1: Firmware Label:XR_C01.08.0043 Jun  6 2016 20:41:04
Jul 31 13:17:05 localhost kernel: [   11.669724] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Jul 31 13:17:05 localhost kernel: [   11.928929] thermal thermal_zone0: failed to read out thermal zone (-110)
Jul 31 13:17:05 localhost kernel: [   12.474657] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
Jul 31 13:17:05 localhost kernel: [   12.476383] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
Jul 31 13:17:05 localhost kernel: [   12.476394] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
Jul 31 13:17:05 localhost kernel: [   12.476797] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 31 13:17:05 localhost kernel: [   12.968806] thermal thermal_zone0: failed to read out thermal zone (-110)
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.113
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.114
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.115
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.116
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.117
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.118
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.119
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.12
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.120
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.121
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.122
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.123
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.124
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.125
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.126
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.127
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.128
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.129
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.13
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.130
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.131
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.132
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.133
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.134
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.135
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.136
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.137
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.138
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.139
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.14
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.140
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.141
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.142
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.143
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.144
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.145
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.146
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.147
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.148
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.149
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.15
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.150
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.151
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.152
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.153
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.154
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.155
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.156
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.157
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.158
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.159
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.16
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.160
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.161
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.162
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.163
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.164
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.165
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.166
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.167
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.168
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.169
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.17
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.170
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.171
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.172
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.173
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.174
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.175
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.176
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.177
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.178
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.179
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.18
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.180
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.181
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.182
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.183
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.184
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.185
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.186
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.187
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.188
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.189
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.19
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.190
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.191
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.192
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.193
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.194
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.195
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.196
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.197
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.198
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.199
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.2
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.20
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.200
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.201
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.202
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.203
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.204
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.205
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.206
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.207
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.208
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.209
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.21
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.210
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.211
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.212
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.213
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.214
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.215
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.216
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.217
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.218
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.219
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.22
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.220
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.221
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.23
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.24
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.25
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.26
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.27
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.28
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.29
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.3
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.30
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.31
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.32
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.33
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.34
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.35
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.36
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.37
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.38
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.39
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.4
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.40
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.41
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.42
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.43
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.44
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.45
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.46
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.47
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.48
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.49
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.5
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.50
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.51
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.52
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.53
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.54
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.55
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.56
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.57
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.58
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.59
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.6
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.60
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.61
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.62
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.63
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.64
Jul 31 13:17:05 localhost systemd[1]: Started Flush Journal to Persistent Storage.
Jul 31 13:17:05 localhost sh[445]: eth0=eth0
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.65
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.66
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.67
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.68
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.69
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.7
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.70
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.71
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.72
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.73
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.74
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.75
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.76
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.77
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.78
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.79
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.8
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.80
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.81
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.82
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.83
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.84
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.85
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.86
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.87
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.88
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.89
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.9
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.90
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.91
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.92
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.93
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.94
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.95
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.96
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.97
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.98
Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.99
Jul 31 13:17:05 localhost log2ram[295]: mosquitto/
Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log
Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.3.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.4.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.5.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.6.gz
Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.7.gz
Jul 31 13:17:05 localhost log2ram[295]: ntpstats/
Jul 31 13:17:05 localhost log2ram[295]: sysstat/
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-shutdown.log
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log.1.gz
Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log.2.gz
Jul 31 13:17:05 localhost log2ram[295]: sent 10,020,619 bytes  received 6,957 bytes  4,011,030.40 bytes/sec
Jul 31 13:17:05 localhost log2ram[295]: total size is 9,994,594  speedup is 1.00
Jul 31 13:17:05 localhost systemd[1]: Starting Create Volatile Files and Directories...
Jul 31 13:17:05 localhost systemd[1]: Started Create Volatile Files and Directories.
Jul 31 13:17:05 localhost systemd[1]: Started Entropy daemon using the HAVEGE algorithm.
Jul 31 13:17:05 localhost systemd[1]: Reached target System Time Synchronized.
Jul 31 13:17:05 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 31 13:17:05 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 31 13:17:05 localhost systemd[1]: Reached target System Initialization.
Jul 31 13:17:05 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 31 13:17:05 localhost systemd[1]: Reached target Sockets.
Jul 31 13:17:05 localhost systemd[1]: certbot.timer: Adding 57min 11.549793s random time.
Jul 31 13:17:05 localhost systemd[1]: Started Run certbot twice daily.
Jul 31 13:17:05 localhost systemd[1]: Started Clean PHP session files every 30 mins.
Jul 31 13:17:05 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 31 13:17:05 localhost systemd[1]: apt-daily.timer: Adding 8h 57min 35.888841s random time.
Jul 31 13:17:05 localhost systemd[1]: Started Daily apt download activities.
Jul 31 13:17:05 localhost systemd[1]: apt-daily-upgrade.timer: Adding 37min 55.978190s random time.
Jul 31 13:17:05 localhost systemd[1]: Started Daily apt upgrade and clean activities.
Jul 31 13:17:05 localhost systemd[1]: Reached target Timers.
Jul 31 13:17:05 localhost systemd[1]: Reached target Basic System.
Jul 31 13:17:05 localhost systemd[1]: Starting Login Service...
Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Armbian gathering hardware information...
Jul 31 13:17:05 localhost systemd[1]: Started Regular background program processing daemon.
Jul 31 13:17:05 localhost cron[515]: (CRON) INFO (pidfile fd = 3)
Jul 31 13:17:05 localhost systemd[1]: Started D-Bus System Message Bus.
Jul 31 13:17:05 localhost cron[515]: (CRON) INFO (Running @reboot jobs)
Jul 31 13:17:05 localhost armhwinfo[514]: [#033[0;32m ok #033[0m] Setting noop I/O scheduler for mmcblk0
Jul 31 13:17:05 localhost CRON[533]: (root) CMD (/root/HomeControl/rest.py)
Jul 31 13:17:05 localhost CRON[535]: (root) CMD (/root/HomeControl/Pablo.py)
Jul 31 13:17:05 localhost CRON[534]: (root) CMD (/usr/lib/armbian/apt-updates)
Jul 31 13:17:05 localhost armhwinfo[514]: [#033[0;32m ok #033[0m] Starting ARM hardware info: Orange Pi Zero (5.38)
Jul 31 13:17:05 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Jul 31 13:17:05 localhost systemd[1]: Starting LSB: mosquitto MQTT v3.1 message broker...
Jul 31 13:17:05 localhost systemd[1]: Starting System Logging Service...
Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Start/stop sysstat's sadc...
Jul 31 13:17:05 localhost systemd[1]: Starting Network Manager...
Jul 31 13:17:05 localhost liblogging-stdlog:  [origin software="rsyslogd" swVersion="8.24.0" x-pid="569" x-info="http://www.rsyslog.com"] start
Jul 31 13:17:05 localhost systemd[1]: Started System Logging Service.
Jul 31 13:17:05 localhost mosquitto[563]: Starting network daemon:: mosquitto.
Jul 31 13:17:05 localhost systemd[1]: Started LSB: mosquitto MQTT v3.1 message broker.
Jul 31 13:17:05 localhost systemd[1]: Started LSB: Start/stop sysstat's sadc.
Jul 31 13:17:05 localhost systemd[1]: Started Login Service.
Jul 31 13:17:06 localhost loadcpufreq[553]: Loading cpufreq kernel modules...done (none).
Jul 31 13:17:06 localhost systemd[1]: Started LSB: Load kernel modules needed to enable cpufreq scaling.
Jul 31 13:17:06 localhost haveged[510]: haveged: ver: 1.9.1; arch: generic; vend: ; build: (gcc 6.3.0 CTV); collect: 128K
Jul 31 13:17:06 localhost haveged[510]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 12/40; sz: 16108/62084
Jul 31 13:17:06 localhost haveged[510]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 8.00249
Jul 31 13:17:06 localhost haveged[510]: haveged: fills: 0, generated: 0
Jul 31 13:17:06 localhost systemd[1]: Starting LSB: set CPUFreq kernel parameters...
Jul 31 13:17:06 localhost kernel: [   14.790446] random: crng init done
Jul 31 13:17:06 localhost cpufrequtils[613]: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...CPU2...CPU3...done.
Jul 31 13:17:06 localhost systemd[1]: Started LSB: set CPUFreq kernel parameters.
Jul 31 13:17:06 localhost systemd[1]: Starting LSB: Set sysfs variables from /etc/sysfs.conf...
Jul 31 13:17:06 localhost sysfsutils[625]: Setting sysfs variables....
Jul 31 13:17:06 localhost systemd[1]: Started LSB: Set sysfs variables from /etc/sysfs.conf.
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.8060] NetworkManager (version 1.6.2) is starting...
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.8064] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-override-random-mac.conf, zz-override-wifi-powersave-off.conf)
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.8742] manager[0x1ded108]: monitoring kernel firmware directory '/lib/firmware'.
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.8781] monitoring ifupdown state file '/run/network/ifstate'.
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.9085] dns-mgr[0x1df9828]: init: dns=default, rc-manager=resolvconf
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.9235] rfkill0: found WiFi radio killswitch (at /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/ieee80211/phy0/rfkill0) (driver xradio_wlan)
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.9287] manager[0x1ded108]: WiFi hardware radio set enabled
Jul 31 13:17:06 localhost NetworkManager[575]: <info>  [1533035826.9326] manager[0x1ded108]: WWAN hardware radio set enabled
Jul 31 13:17:06 localhost systemd[1]: Started Network Manager.
Jul 31 13:17:06 localhost systemd[1]: Starting Network Manager Wait Online...
Jul 31 13:17:06 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Jul 31 13:17:06 localhost systemd[1]: Reached target Network.
Jul 31 13:17:07 localhost systemd[1]: Starting Fail2Ban Service...
Jul 31 13:17:07 localhost systemd[1]: Starting Permit User Sessions...
Jul 31 13:17:07 localhost systemd[1]: Starting The Apache HTTP Server...
Jul 31 13:17:07 localhost systemd[1]: Started Unattended Upgrades Shutdown.
Jul 31 13:17:07 localhost kernel: [   15.609552] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
Jul 31 13:17:07 localhost kernel: [   15.609629] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jul 31 13:17:07 localhost systemd[1]: Starting MariaDB database server...
Jul 31 13:17:07 localhost systemd[1]: Starting OpenBSD Secure Shell server...
Jul 31 13:17:07 localhost systemd[1]: Started Permit User Sessions.
Jul 31 13:17:07 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 31 13:17:07 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 31 13:17:07 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4105] init!
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4139] guessed connection type (eth0) = 802-3-ethernet
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4143] update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4169] addresses count: 1
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4172] No dns-nameserver configured in /etc/network/interfaces
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4176] adding eth0 to connections
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4177] adding iface eth0 to eni_ifaces
Jul 31 13:17:07 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4204] autoconnect
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4206] management mode: unmanaged
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4556] devices added (path: /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0, iface: wlan0)
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4558] device added (path: /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0, iface: wlan0): no ifupdown configuration found.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4560] devices added (path: /sys/devices/platform/soc/1c30000.ethernet/net/eth0, iface: eth0)
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4565] locking wired connection setting
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4568] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4569] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4570] end _init.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4572] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ifupdown.so)
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4578] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4579] (31288512) ... get_connections.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4580] (31288512) ... get_connections (managed=false): return empty list.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.4631] get unmanaged devices count: 1
Jul 31 13:17:07 localhost systemd[1]: Starting Hostname Service...
Jul 31 13:17:07 localhost systemd[1]: Started OpenBSD Secure Shell server.
Jul 31 13:17:07 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 31 13:17:07 localhost systemd[1]: Started Hostname Service.
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.9885] settings: hostname: using hostnamed
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.9888] settings: hostname changed from (none) to "orangepizero"
Jul 31 13:17:07 localhost NetworkManager[575]: <info>  [1533035827.9907] dhcp-init: Using DHCP client 'dhclient'
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9910] manager: WiFi enabled by radio killswitch; enabled by state file
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9913] manager: WWAN enabled by radio killswitch; enabled by state file
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9915] manager: Networking is enabled by state file
Jul 31 13:17:08 localhost nm-dispatcher: req:1 'hostname': new request (2 scripts)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9987] Loaded device plugin: NMBondDeviceFactory (internal)
Jul 31 13:17:08 localhost nm-dispatcher: req:1 'hostname': start running ordered scripts...
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9990] Loaded device plugin: NMBridgeDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9992] Loaded device plugin: NMEthernetDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9993] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9994] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9996] Loaded device plugin: NMMacsecDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9997] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035827.9999] Loaded device plugin: NMTunDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0001] Loaded device plugin: NMVethDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0003] Loaded device plugin: NMVlanDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0005] Loaded device plugin: NMVxlanDeviceFactory (internal)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0090] Loaded device plugin: NMAtmManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-adsl.so)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0188] Loaded device plugin: NMWifiFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wifi.so)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.0806] Loaded device plugin: NMWwanFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wwan.so)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.1183] Loaded device plugin: NMTeamFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-team.so)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.1506] Loaded device plugin: NMBluezManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-bluetooth.so)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.1683] device (lo): link connected
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.1838] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jul 31 13:17:08 localhost apachectl[660]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.2328] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.2402] (wlan0): using nl80211 for WiFi device control
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.2426] device (wlan0): driver supports Access Point (AP) mode
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.2625] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.3167] device (wlan0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 31 13:17:08 localhost kernel: [   16.856805] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 31 13:17:08 localhost kernel: [   16.857707] ieee80211 phy0: Interface ID:0 of type:2 added
Jul 31 13:17:08 localhost kernel: [   16.872603] ieee80211 phy0: vif 0, configuring tx
Jul 31 13:17:08 localhost kernel: [   16.873282] ieee80211 phy0: vif 0, configuring tx
Jul 31 13:17:08 localhost kernel: [   16.873651] ieee80211 phy0: vif 0, configuring tx
Jul 31 13:17:08 localhost kernel: [   16.873976] ieee80211 phy0: vif 0, configuring tx
Jul 31 13:17:08 localhost kernel: [   16.874282] ieee80211 phy0: ignore IEEE80211_CONF_CHANGE_MONITOR (1)IEEE80211_CONF_CHANGE_IDLE (1)
Jul 31 13:17:08 localhost kernel: [   16.874489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 31 13:17:08 localhost systemd[1]: Started The Apache HTTP Server.
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.3883] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 31 13:17:08 localhost nm-dispatcher: req:2 'connectivity-change': new request (2 scripts)
Jul 31 13:17:08 localhost nm-dispatcher: req:2 'connectivity-change': start running ordered scripts...
Jul 31 13:17:08 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jul 31 13:17:08 localhost systemd[1]: Starting Authorization Manager...
Jul 31 13:17:08 localhost dbus[525]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.5104] device (eth0): link connected
Jul 31 13:17:08 localhost systemd[1]: Starting WPA supplicant...
Jul 31 13:17:08 localhost dbus[525]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 31 13:17:08 localhost polkitd[743]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jul 31 13:17:08 localhost systemd[1]: Started WPA supplicant.
Jul 31 13:17:08 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 31 13:17:08 localhost wpa_supplicant[762]: Successfully initialized wpa_supplicant
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.9064] supplicant: wpa_supplicant running
Jul 31 13:17:08 localhost NetworkManager[575]: <info>  [1533035828.9071] device (wlan0): supplicant interface state: init -> starting
Jul 31 13:17:08 localhost systemd[1]: Started Authorization Manager.
Jul 31 13:17:09 localhost NetworkManager[575]: <info>  [1533035829.1396] sup-iface[0x1e41b00,wlan0]: supports 2 scan SSIDs
Jul 31 13:17:09 localhost kernel: [   17.674604] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 31 13:17:09 localhost NetworkManager[575]: <info>  [1533035829.1484] device (wlan0): supplicant interface state: starting -> ready
Jul 31 13:17:09 localhost NetworkManager[575]: <info>  [1533035829.1491] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jul 31 13:17:10 localhost NetworkManager[575]: <info>  [1533035830.0092] device (wlan0): supplicant interface state: ready -> inactive
Jul 31 13:17:10 localhost NetworkManager[575]: <info>  [1533035830.0770] manager: startup complete
Jul 31 13:17:10 localhost systemd[1]: Started Network Manager Wait Online.
Jul 31 13:17:10 localhost systemd[1]: Reached target Network is Online.
Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Start NTP daemon...
Jul 31 13:17:10 localhost systemd[1]: Starting /etc/rc.local Compatibility...
Jul 31 13:17:10 localhost systemd[1]: Starting LSB: disk temperature monitoring daemon...
Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Advanced IEEE 802.11 management daemon...
Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Update dynamic domain name service entries...
Jul 31 13:17:10 localhost systemd[1]: Started /etc/rc.local Compatibility.
Jul 31 13:17:10 localhost systemd[1]: Started LSB: Advanced IEEE 802.11 management daemon.
Jul 31 13:17:10 localhost systemd[1]: Started LSB: disk temperature monitoring daemon.
Jul 31 13:17:10 localhost systemd[1]: Started Getty on tty1.
Jul 31 13:17:10 localhost systemd[1]: Started Serial Getty on ttyGS0.
Jul 31 13:17:10 localhost systemd[1]: Started Serial Getty on ttyS0.
Jul 31 13:17:10 localhost systemd[1]: Reached target Login Prompts.
Jul 31 13:17:10 localhost mysqld[902]: 2018-07-31 13:17:10 3063685120 [Note] /usr/sbin/mysqld (mysqld 10.1.26-MariaDB-0+deb9u1) starting as process 902 ...
Jul 31 13:17:10 localhost ntpd[977]: ntpd 4.2.8p10@1.3728-o Sat Sep 23 21:50:14 UTC 2017 (1): Starting
Jul 31 13:17:10 localhost ntp[932]: Starting NTP server: ntpd.
Jul 31 13:17:10 localhost systemd[1]: Started LSB: Start NTP daemon.
Jul 31 13:17:10 localhost ntpd[977]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:110
Jul 31 13:17:10 localhost ntpd[987]: proto: precision = 0.875 usec (-20)
Jul 31 13:17:10 localhost ntpd[987]: Listen and drop on 0 v6wildcard [::]:123
Jul 31 13:17:10 localhost ntpd[987]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 2 lo 127.0.0.1:123
Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 3 eth0 192.168.0.50:123
Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 4 lo [::1]:123
Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 5 eth0 [fe80::42:9fff:fe4f:4c27%2]:123
Jul 31 13:17:10 localhost ntpd[987]: Listening on routing socket on fd #22 for interface updates
Jul 31 13:17:10 localhost systemd[1]: Started LSB: Armbian gathering hardware information.
Jul 31 13:17:11 localhost fail2ban-client[658]: 2018-07-31 13:17:11,829 fail2ban.server         [976]: INFO    Starting Fail2ban v0.9.6
Jul 31 13:17:11 localhost fail2ban-client[658]: 2018-07-31 13:17:11,837 fail2ban.server         [976]: INFO    Starting in daemon mode
Jul 31 13:17:11 localhost ntpd[987]: Soliciting pool server 193.225.50.69
Jul 31 13:17:12 localhost systemd[1]: Started LSB: Update dynamic domain name service entries.
Jul 31 13:17:12 localhost ntpd[987]: Soliciting pool server 185.82.232.254
Jul 31 13:17:12 localhost ntpd[987]: Soliciting pool server 193.224.45.107
Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 62.112.193.129
Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 193.224.163.77
Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 212.92.16.193
Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.190.4
Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.118.162
Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 195.228.75.149
Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.190.6
Jul 31 13:17:15 localhost systemd[1]: Started MariaDB database server.
Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.6.222.47
Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.6.176.59
Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.224.45.106
Jul 31 13:17:16 localhost systemd[1]: Started Fail2Ban Service.
Jul 31 13:17:16 localhost systemd[1]: Reached target Multi-User System.
Jul 31 13:17:16 localhost systemd[1]: Reached target Graphical Interface.
Jul 31 13:17:16 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jul 31 13:17:16 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
Jul 31 13:17:16 localhost systemd[1]: Startup finished in 7.513s (kernel) + 17.854s (userspace) = 25.367s.
Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 188.227.227.31
Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 193.225.118.130
Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 2001:4c48:1::1

 

 

Link to comment
Share on other sites

Your OPi Zero seems to run alltime at 1200Mhz.

 

Please check via armbianmonitor -m 

normally it should switch down (idle) to 240Mhz:
 

root@opi-zero(192.168.6.99):~# armbianmonitor -m
Stop monitoring using [ctrl]-[c]
Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.

20:20:17: 1008MHz  0.06   0%   0%   0%   0%   0%   0% 70.4°C  2/8
20:20:23:  240MHz  0.05   1%   0%   0%   0%   0%   0% 69.1°C  1/8
20:20:28:  240MHz  0.05   1%   1%   0%   0%   0%   0% 70.3°C  2/8

Maybe it doesnt switch down at the armbian 5.38 with kernel 4.14

 

check  /etc/default/cpufrequtils  for the following content:
 

# WARNING: this file will be replaced on board support package (linux-root-...) upgrade
ENABLE=true
MIN_SPEED=240000
MAX_SPEED=1200000
GOVERNOR=ondemand

but when it doenst switch down to 240Mhz then try the following command and recheck via armbianmonitor -m  

echo 200000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate

A slower cpu could run cooler.

And it seems that you didnt use the WiFi - so you can disable it with the follwoing command in the /etc/rc.local (before the exit 0) :

ifconfig wlan0 down
rmmod xradio_wlan
rmmod mac80211
rmmod cfg80211

actual I am running a armbian debian nightly version:
 

Welcome to ARMBIAN 5.54.180727 testing Debian GNU/Linux 9 (stretch) 4.17.10-sunxi
System load:   0.08 0.02 0.01   Up time:       4 days
CPU temp:      70°C

I did similiar configurations also on my OPi Zero Plus (non Plus2 but H5) - which also did before sometimes freeze and overheat.

Link to comment
Share on other sites

Thanks. I've modified the sampling rate so that CPU frequency looks OK now:

root@orangepizero:~# armbianmonitor -m
Stop monitoring using [ctrl]-[c]
Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.

21:36:45: 1200MHz  0.26   5%   3%   1%   0%   0%   0% 51.2°C  0/8
21:36:51: 1200MHz  0.24   2%   1%   1%   0%   0%   0% 51.5°C  0/8
21:36:56:  240MHz  0.22   1%   1%   0%   0%   0%   0% 50.9°C  0/8
21:37:01:  240MHz  0.20   2%   1%   0%   0%   0%   0% 51.4°C  0/8
21:37:06:  240MHz  0.24   2%   0%   0%   0%   0%   0% 51.2°C  0/8
21:37:11:  240MHz  0.22   2%   1%   0%   0%   0%   0% 51.2°C  0/8

Actually I see 2 issues here as follows:

 

#1: something happened around 06:25 because I can not find any log entry between 06:25 and 13:17. After this point all my python scripts seems to be stopped.

#2 the system seems to be restarted at 13:17:04 by itself. It runs couple of processes and then freezes at 13:17:17 and overheats. I just realized the problem when I came home from work around 18.00. I noticed that orange PI is unreachable (even the router didn't see it) and when I touch the device I could feel that its BADLY overheated (it was almost burning my hand). 

 

Here are some logs from my home automation service (logs are meaningless for you but you can check the timestamps):

[2018/07/31 06:24:51][INFO] [MQTT][RECV]403 | p==19,e==577609126.00
[2018/07/31 06:24:52][INFO] [MQTT][RECV]407 | p==18,e==61189214.00
[2018/07/31 06:25:01][INFO] [MQTT][RECV]401 | p==34,e==569947835.00
[2018/07/31 13:17:14][INFO] Service started. Version: 2.0.2
[2018/07/31 13:17:14][INFO] Connected to broker

My IOT devices are sending MQTT messages to this server at least in every 10 seconds. So something happened unexpectedly as no new message arrived and no other logs are printed. The next log is at 13:17:14 stating that the script was (re)started. Just to make it clear: I haven' t touch the system at this time so it was restarted by itself. 

 

I also noticed that this restart & freeze always happens around 06:25 and 13:17. Do you see anything suspicious in the logs? Should I attach some other logs? I've backed up the entire /var/logs for investigation purposes. 

 

BTW is there any overheat protection built-in mechanism in OrangePI / armbian?

 

Thanks!

 

Link to comment
Share on other sites

1 hour ago, Levente Nemeth said:

MQTT messages to this server at least in every 10 seconds.

does it mean that you write a small chunk of data every 10 seconds to your SD-Card? In case yes, how long does your datalogger do this? Maybe you killed your SD-Card, got some file corruption on a part which gets it daily call at this time? (just speculating). 

 

Can you describe your system as best as you can:

  • what's connected to the board?
  • how is it powered?

Maybe some sort of watchdog realizes hours later that your kernel is in an unhealthy state and tries to reboot your board. Or it's partly messed up etc. Unexpected crash/reboot is quite often a power and/or corrupted filesystem (bad SD-Card/eMMC/NAND) issue. 

Link to comment
Share on other sites

If it still locks up it may be running hot...you can slow down to 816MJz which will limit maximum voltage to processor lowering it's heat output...it does slow it down, but will run alot cooler.

 

I also changed mine from ondemand to conservative, but as tkaiser said...lower cpu on reads/writes makes things slow, especially if logging data. so kicking up minimum to 480 vs 240 is best.

 

 

Link to comment
Share on other sites

Hi,

 

Quote

Can you describe your system as best as you can:

  • what's connected to the board?
  • how is it powered?

 

Physically only LAN cable is connected and nothing else. It's powered with a high quality 2A mobile charger.

 

Quote

does it mean that you write a small chunk of data every 10 seconds to your SD-Card? In case yes, how long does your datalogger do this? Maybe you killed your SD-Card, got some file corruption on a part which gets it daily call at this time? (just speculating). 

 

Yes, data is written to the SD card very often (mysql + logging to file).  However I've already replaced the SD card and symptoms are the same...

 

Link to comment
Share on other sites

21 minutes ago, Levente Nemeth said:

Yes, data is written to the SD card very often (mysql + logging to file)

 

Since you seem to be fine with letting your SD card wear out way too fast you could also install RPi-Monitor which will allow you to monitor your system even after crashes (RPi-Monitor constantly writes its monitoring databases to disk/card). Installation on Armbian is a one-liner: https://www.cnx-software.com/2016/03/17/rpi-monitor-is-a-web-based-remote-monitor-for-arm-development-boards-such-as-raspberry-pi-and-orange-pi/

 

Info wrt 'Write amplification': 

 

Edit: Monitoring write activity at the block device layer is

sudo armbianmonitor -c mmcblk0

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines