You are not logged in.

#1 2020-10-07 13:38:19

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

What is wrong with my GCode, please?

I have a Wanhao D7 Plus.  I have removed EVERYTHING except the stepper motor and stop switch, all the electrics are new.  I have a Pi4B with nanDLP installed, a 4k LCD, and a 80W UV....

I have done something very wrong somewhere.  The Z-Axis does not move the build plate.  The UV does not turn on/off.  The LCD I am as yet to test, currently using an old Tv/Monitor, but need the correct settings before I attach the LCD.
The Z-Axis did move almost correctly and the UV turned on/off correctly until I made some changes, butr I am not quite sure what i changed to amke it stop.

GCode:
GCode.png
RAMPS:
RAMPS.png
Z-Axis:
Z-Axis.png
Display:
Display.png


Jonners59
:-D

Offline

#2 2020-10-07 19:31:45

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: What is wrong with my GCode, please?

Share a debug file just after you send a command to nanodlp and it does not move.

Offline

#3 2020-10-08 12:20:40

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

Re: What is wrong with my GCode, please?

Thank you Shahin,
I have moved on a bit since, reformating the SDCard and starting over.  After all that I think one of the USBs could not have been seated correctly as all bar the LCD and a few anomolies are working fine.

So what is not working:
1. The UV does NOT turn on if the Z-Axis is moving, where as the monitor will.  Is this correct?  If not which is wrong?
2. There is a long delay between the Terminal lighting up, whether pattern or full screen after switching it on.  About 2 seconds.  Is this correct?  Is it just because it is a monitor and not the LCD?
3. The Z-Axis, the table gives the wrong height when the buttons are pressed to go beyond the top or bottom extremes.  I.e. they give a -ve number or greater than 190mm number (the limit)
4. The TOP button on Z-Axis lift does not work.  Seems to be faded slightly.

The LCD is not working.  Could this be the hardware - the cable out of the LCD is VERY short so difficult to attach the MIPI - or is it the config or something else?

Screenshots of settings are the same as before.

Config file:
This is what the LCD manufacturer suggested

force_trubo=1
gpu_freq=300
core_freq=400


# HDMI Šî–{Ý’è Basic configuration
hdmi_pixel_freq_limit=400000000
hdmi_timings=2160 0 105 32 100 3840 0 12 2 10 0 0 0 24 0 222290000 0
hdmi_drive=2
disable_overscan=1
max_framebuffer_width=2160
max_framebuffer_height=3840

# Portrait or Landscape Setting
#Portrait-1 (ƒtƒŒƒL‚ª‰º, Flexible cable is bottom side.)
display_rotate=0
framebuffer_width=2160
framebuffer_height=3840

# Landscape-1 (ƒtƒŒƒL‚ª‰E, Flexible cable is right side.)
#display_rotate=1
#framebuffer_width=1920
#framebuffer_height=1200

# Portrait-2 (ƒtƒŒƒL‚ªã, Flexible cable is upper side.)
#display_rotate=2
#framebuffer_width=1200
#framebuffer_height=1920

# Landscape-2 (ƒtƒŒƒL‚ª¶, Flexible cable is left side.)
#display_rotate=3
#framebuffer_width=1920
#framebuffer_height=1200

# ˆÈ‰º‚̓IƒŠƒWƒiƒ‹config.txt (RASPBIAN JESSIE, November 2015) ‚Ì“à—e
# Original contents of config.txt (RASPBIAN JESSIE, November 2015) is as follows.

# For more options and information see
# [url]http://www.raspberrypi.org/documentation/configuration/config-txt.md[/url]
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
# hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=off

This is my file - what is wrong????????:

# For more options and information see
# [url]http://rpf.io/configtxt[/url]
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=1
hdmi_mode=87

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=off

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d
hdmi_enable_4kp60=1
hdmi_pixel_encoding=2
hdmi_timings=2160 0 105 32 100 3840 0 12 2 10 0 0 0 24 0 222290000 0
hdmi_pixel_freq_limit=400000000
hvs_priority=0x32ff
max_framebuffer_width=2160
max_framebuffer_height=3840
framebuffer_depth=24
framebuffer_ignore_alpha=1
disable_camera_led=1
start_x=1
enable_uart=1
gpu_mem=128

#############################
#From LCD Manufacturer
gpu_freq=300
force_trubo=1
core_freq=400

# Portrait or Landscape Setting
#Portrait-1 (Flexible cable is bottom side.)
#? This line contradicts our input - display_rotate=0
display_rotate=0x10000
framebuffer_width=2160
framebuffer_height=3840

# Landscape-1 (Flexible cable is right side.)
#display_rotate=1
#framebuffer_width=3840
#framebuffer_height=2160

# Portrait-2 (Flexible cable is upper side.)
#display_rotate=2
#framebuffer_width=2160
#framebuffer_height=3840

# Landscape-2 (Flexible cable is left side.)
#display_rotate=3
#framebuffer_width=3840
#framebuffer_height=2160

# For more options and information see
# [url]http://www.raspberrypi.org/documentation/configuration/config-txt.md[/url]
# Some settings may impact device functionality. See link above for details

Debug file:
nanodlp.debug.-1082636248.zip

Can anyone help me please?????


Jonners59
:-D

Offline

#4 2020-10-18 03:23:24

sinned6915
Member
Registered: 2019-08-22
Posts: 52

Re: What is wrong with my GCode, please?

Jonners -

where are you at with this?

what FW do you have loaded on your printer?

are the screens above currrent?

for my regular D7, I i loaded the fw from there i think,
https://3dprinterwiki.info/di3-mods/d7- … -firmware/

i tried the easy method which proved futile. so i did the usual install by copying the disto from here and then tried using the teaching tech machine profile from his links but that never worked for me either. then i decided to configure my own printer profile from the info at
https://3dprinterwiki.info/d7/d7-nanodlp-settings-2/

and the resin profiles i used the info from CW resin and went from there. I might have tweaked some of the gcode instructions from the CW package as well.

i am printing right now, and will be happy to share my machine backup when its done if you still need.

sinneD

Last edited by sinned6915 (2020-10-18 03:58:33)

Offline

#5 2020-10-26 15:12:50

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

Re: What is wrong with my GCode, please?

sinned6915 wrote:

Jonners -

where are you at with this?

what FW do you have loaded on your printer?

are the screens above currrent?

for my regular D7, I i loaded the fw from there i think,
https://3dprinterwiki.info/di3-mods/d7- … -firmware/

i tried the easy method which proved futile. so i did the usual install by copying the disto from here and then tried using the teaching tech machine profile from his links but that never worked for me either. then i decided to configure my own printer profile from the info at
https://3dprinterwiki.info/d7/d7-nanodlp-settings-2/

and the resin profiles i used the info from CW resin and went from there. I might have tweaked some of the gcode instructions from the CW package as well.

i am printing right now, and will be happy to share my machine backup when its done if you still need.

sinneD

Hiya Sinne
Sorry, but had no notification that anyone had replied.

SO my D7 Plus is not really a D7 Plus anymore as all the electrics bar power socket, motor and stopper are replaced.  My UV is an 80W and the screen I am going for is 4k and I run at 24v not 12v....

So far the Z-axis is working and so is the UV, but no matter what I do I can not get the LCD to work.  I have just reinstalled the 2k LCD, but I guess I'll need a 2k config again to make it work.  I have had nothing of support on this or my last blog asking for help.  Fell very on my own.


Jonners59
:-D

Offline

#6 2020-10-26 15:35:39

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

Re: What is wrong with my GCode, please?

Shahin wrote:

Share a debug file just after you send a command to nanodlp and it does not move.

As an Administrator how do I get notifications, please?!?!?!?  I am not getting notified about people's replies and missing them.

I have moved on since this.  My main issue at THIS point is that I can not get LCDs to light up.  Tried using a monitor and that works.  Tried tyhe LCD in my laptop and that works.  Tried my old 2k LCD in the Pi and that does NOT work...  ANd I am not convinced my Z-Axis is moving the amount it says. 10mm seems more like 20mm.

Debug details below FYI

I await your advice.

Linux Issue:Raspbian GNU/Linux 10 \n \l and Linux version: Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
Build:generic:4119
Buttons: null

    "MemTotal": 1752,
    "MemUsed": 218,
    "MemAvailable": 1394,
    "DiskTotal": 58453,
    "DiskFree": 55409,
    "DiskUsed": 3044,
    "Uptime": 213,
    "CPUIdle": 0,
    "CPUTotal": 0,
    "Proc": "12%",
    "ProcNumb": "24",
    "Mem": "12%",
    "Up": "3m",
    "Disk": "5%",
    "Temp": "32.13°C"

Config:

# For more options and information see
# [url]http://rpf.io/configtxt[/url]
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=87

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=off

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d
hdmi_enable_4kp60=1
hdmi_pixel_encoding=2
hdmi_timings=2160 0 105 32 100 3840 0 12 2 10 0 0 0 24 0 222290000 0
hdmi_pixel_freq_limit=400000000
hvs_priority=0x32ff
max_framebuffer_width=2160
max_framebuffer_height=3840
framebuffer_depth=24
framebuffer_ignore_alpha=1
disable_camera_led=1
start_x=1
enable_uart=1
#gpu_mem=128
gpu_mem=192

#############################
#From LCD Manufacturer
gpu_freq=300
force_trubo=1
core_freq=400

# Portrait or Landscape Setting
#Portrait-1 (Flexible cable is bottom side.)
#? This line contradicts our input - display_rotate=0x10000
display_rotate=0
framebuffer_width=2160
framebuffer_height=3840

# Landscape-1 (Flexible cable is right side.)
#display_rotate=1
#framebuffer_width=3840
#framebuffer_height=2160

# Portrait-2 (Flexible cable is upper side.)
#display_rotate=2
#framebuffer_width=2160
#framebuffer_height=3840

# Landscape-2 (Flexible cable is left side.)
#display_rotate=3
#framebuffer_width=3840
#framebuffer_height=2160

# For more options and information see
# [url]http://www.raspberrypi.org/documentation/configuration/config-txt.md[/url]
# Some settings may impact device functionality. See link above for details

CPU Info:

processor	: 0
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 108.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 1
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 108.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 2
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 108.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 3
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 108.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

Hardware	: BCM2711
Revision	: b03111
Serial		: 1000000005f693ee
Model		: Raspberry Pi 4 Model B Rev 1.1

dMESG:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] On node 0 totalpages: 475136
[    0.000000]   DMA zone: 2304 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 278528 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
[    0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 472832
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:2160x3840M@24 smsc95xx.macaddr=DC:A6:32:33:C6:DF vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=c9ad3800-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x19400000-0x1d400000] (64MB)
[    0.000000] Memory: 1530420K/1900544K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 107980K reserved, 262144K cma-reserved, 1114112K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 30051 entries in 59 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
[    0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000031] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000110] bcm2835: system timer (irq = 17)
[    0.000778] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000798] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000818] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000834] Switching to timer-based delay loop, resolution 18ns
[    0.001072] Console: colour dummy device 80x30
[    0.001565] printk: console [tty1] enabled
[    0.001628] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.001670] pid_max: default: 32768 minimum: 301
[    0.001990] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002031] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003202] Disabling memory control group subsystem
[    0.003315] CPU: Testing write buffer coherency: ok
[    0.003791] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004625] Setting up static identity map for 0x200000 - 0x20003c
[    0.004824] rcu: Hierarchical SRCU implementation.
[    0.005451] smp: Bringing up secondary CPUs ...
[    0.006563] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.007795] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.008972] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.009115] smp: Brought up 1 node, 4 CPUs
[    0.009183] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.009208] CPU: All CPU(s) started in HYP mode.
[    0.009230] CPU: Virtualization extensions available.
[    0.009978] devtmpfs: initialized
[    0.022880] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.023148] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.023196] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.030923] pinctrl core: initialized pinctrl subsystem
[    0.031954] NET: Registered protocol family 16
[    0.035326] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.036963] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.036996] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.037335] Serial: AMBA PL011 UART driver
[    0.040672] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.060892] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:14, variant start_x
[    0.070874] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
[    0.124046] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.128450] vgaarb: loaded
[    0.128927] SCSI subsystem initialized
[    0.129172] usbcore: registered new interface driver usbfs
[    0.129243] usbcore: registered new interface driver hub
[    0.129384] usbcore: registered new device driver usb
[    0.130846] clocksource: Switched to clocksource arch_sys_counter
[    0.882552] VFS: Disk quotas dquot_6.6.0
[    0.882681] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.882866] FS-Cache: Loaded
[    0.883059] CacheFiles: Loaded
[    0.884116] simple-framebuffer 3d43f000.framebuffer: framebuffer at 0x3d43f000, 0x17bb000 bytes, mapped to 0x(ptrval)
[    0.884157] simple-framebuffer 3d43f000.framebuffer: format=r8g8b8, mode=2160x3840x24, linelength=6480
[    1.033663] Console: switching to colour frame buffer device 270x240
[    1.179928] simple-framebuffer 3d43f000.framebuffer: fb0: simplefb registered!
[    1.188168] thermal_sys: Registered thermal governor 'step_wise'
[    1.188544] NET: Registered protocol family 2
[    1.189606] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.189877] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.190173] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.190450] TCP: Hash tables configured (established 8192 bind 8192)
[    1.190767] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.191047] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.191493] NET: Registered protocol family 1
[    1.192349] RPC: Registered named UNIX socket transport module.
[    1.192535] RPC: Registered udp transport module.
[    1.192683] RPC: Registered tcp transport module.
[    1.192831] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.193035] PCI: CLS 0 bytes, default 64
[    1.194903] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    1.197224] Initialise system trusted keyrings
[    1.197563] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.208366] FS-Cache: Netfs 'nfs' registered for caching
[    1.209087] NFS: Registering the id_resolver key type
[    1.209300] Key type id_resolver registered
[    1.209436] Key type id_legacy registered
[    1.209586] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.210983] Key type asymmetric registered
[    1.211122] Asymmetric key parser 'x509' registered
[    1.211429] bounce: pool size: 64 pages
[    1.211593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.212022] io scheduler mq-deadline registered
[    1.212170] io scheduler kyber registered
[    1.215826] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.216054] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.216375] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[    1.216670] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
[    1.272989] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
[    1.273457] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.273657] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.273836] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[    1.274181] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.274590] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.278084] PCI: bus0: Fast back to back transfers disabled
[    1.278269] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.278701] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.278953] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.279380] pci 0000:01:00.0: PME# supported from D0 D3cold
[    1.282813] PCI: bus1: Fast back to back transfers disabled
[    1.282996] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.283223] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.283445] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.283696] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.283863] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.284369] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.284753] pcieport 0000:00:00.0: PME: Signaling with IRQ 56
[    1.285265] pcieport 0000:00:00.0: AER: enabled with IRQ 56
[    1.285690] pci 0000:01:00.0: enabling device (0140 -> 0142)
[    1.289917] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.292931] iproc-rng200 fe104000.rng: hwrng registered
[    1.293410] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.294242] vc-sm: Videocore shared memory driver
[    1.294894] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.306368] brd: module loaded
[    1.318045] loop: module loaded
[    1.319413] Loading iSCSI transport class v2.0-870.
[    1.321548] libphy: Fixed MDIO Bus: probed
[    1.322248] bcmgenet fd580000.ethernet: failed to get enet clock
[    1.322443] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.322632] bcmgenet fd580000.ethernet: failed to get enet-wol clock
[    1.322835] bcmgenet fd580000.ethernet: failed to get enet-eee clock
[    1.323043] bcmgenet: Skipping UMAC reset
[    1.340891] libphy: bcmgenet MII bus: probed
[    1.420963] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.422119] usbcore: registered new interface driver r8152
[    1.422345] usbcore: registered new interface driver lan78xx
[    1.422585] usbcore: registered new interface driver smsc95xx
[    1.423062] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.423250] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.425492] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[    1.426629] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.426883] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.427103] usb usb1: Product: xHCI Host Controller
[    1.427259] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[    1.427440] usb usb1: SerialNumber: 0000:01:00.0
[    1.428133] hub 1-0:1.0: USB hub found
[    1.428311] hub 1-0:1.0: 1 port detected
[    1.428903] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.429082] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.429316] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.429890] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.430142] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430363] usb usb2: Product: xHCI Host Controller
[    1.430518] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[    1.430700] usb usb2: SerialNumber: 0000:01:00.0
[    1.431414] hub 2-0:1.0: USB hub found
[    1.431593] hub 2-0:1.0: 4 ports detected
[    1.433053] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.433499] dwc_otg: FIQ enabled
[    1.433510] dwc_otg: NAK holdoff enabled
[    1.433522] dwc_otg: FIQ split-transaction FSM enabled
[    1.433536] Module dwc_common_port init
[    1.433961] usbcore: registered new interface driver uas
[    1.434233] usbcore: registered new interface driver usb-storage
[    1.434595] mousedev: PS/2 mouse device common for all mice
[    1.436775] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.439307] sdhci: Secure Digital Host Controller Interface driver
[    1.439502] sdhci: Copyright(c) Pierre Ossman
[    1.440208] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    1.441057] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.444768] ledtrig-cpu: registered to indicate activity on CPUs
[    1.445204] hidraw: raw HID events driver (C) Jiri Kosina
[    1.445495] usbcore: registered new interface driver usbhid
[    1.445670] usbhid: USB HID core driver
[    1.446779] vchiq: vchiq_init_state: slot_zero = (ptrval)
[    1.448415] [vc_sm_connected_init]: start
[    1.456104] [vc_sm_connected_init]: end - returning 0
[    1.458038] Initializing XFRM netlink socket
[    1.458204] NET: Registered protocol family 17
[    1.458433] Key type dns_resolver registered
[    1.458944] Registering SWP/SWPB emulation handler
[    1.459387] registered taskstats version 1
[    1.459527] Loading compiled-in X.509 certificates
[    1.460167] Key type ._fscrypt registered
[    1.460301] Key type .fscrypt registered
[    1.470264] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.470518] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
[    1.477092] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 30, base_baud = 68750000) is a 16550
[    1.477998] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.479107] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.479299] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.527582] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.529392] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.531357] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.534469] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.536275] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.541472] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    1.544467] of_cfs_init
[    1.544683] of_cfs_init: OK
[    1.545668] Waiting for root device PARTUUID=c9ad3800-02...
[    1.583193] random: fast init done
[    1.642967] mmc0: new ultra high speed DDR50 SDXC card at address 0007
[    1.645760] mmcblk0: mmc0:0007 SD64G 58.2 GiB
[    1.648633] mmc1: new high speed SDIO card at address 0001
[    1.649550]  mmcblk0: p1 p2
[    1.673818] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.674128] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.679812] devtmpfs: mounted
[    1.687719] Freeing unused kernel memory: 2048K
[    1.721138] Run /sbin/init as init process
[    1.790904] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.972818] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    1.973077] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.973296] usb 1-1: Product: USB2.0 Hub
[    1.975063] hub 1-1:1.0: USB hub found
[    1.975381] hub 1-1:1.0: 4 ports detected
[    2.231560] systemd[1]: System time before build time, advancing clock.
[    2.300903] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
[    2.341263] NET: Registered protocol family 10
[    2.342651] Segment Routing with IPv6
[    2.372893] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    2.374237] systemd[1]: Detected architecture arm.
[    2.436632] systemd[1]: Set hostname to <raspberrypi>.
[    2.437024] usb 1-1.3: New USB device found, idVendor=1eaf, idProduct=0004, bcdDevice= 2.00
[    2.437281] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.437505] usb 1-1.3: Product: Maple
[    2.437627] usb 1-1.3: Manufacturer: LeafLabs
[    3.114545] random: systemd: uninitialized urandom read (16 bytes read)
[    3.124530] random: systemd: uninitialized urandom read (16 bytes read)
[    3.125231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.126331] random: systemd: uninitialized urandom read (16 bytes read)
[    3.131936] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.135706] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.137618] systemd[1]: Created slice system-getty.slice.
[    3.138869] systemd[1]: Listening on udev Kernel Socket.
[    3.139937] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.141463] systemd[1]: Listening on Journal Socket.
[    4.035684] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    4.332344] systemd-journald[123]: Received request to flush runtime journal from PID 1
[    4.799954] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[    4.805410] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[    4.819642] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[    4.820184] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[    4.862949] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    4.868923] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    4.868946] [vc_sm_connected_init]: start
[    4.877641] [vc_sm_connected_init]: installed successfully
[    4.883679] mc: Linux media interface: v0.10
[    4.926798] videodev: Linux video capture interface: v2.00
[    4.980422] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.980427] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.997748] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    5.021869] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    5.049190] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    5.243562] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.288512] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    5.331729] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    5.331750] checking generic (3d43f000 17bb000) vs hw (0 ffffffffffffffff)
[    5.331763] fb0: switching to vc4drmfb from simple
[    5.332345] Console: switching to colour dummy device 80x30
[    5.333664] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.333677] [drm] No driver support for vblank timestamp query.
[    5.333689] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[    5.334224] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    5.353398] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
[    5.355906] usbcore: registered new interface driver cdc_acm
[    5.355919] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    5.379888] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.400413] Console: switching to colour frame buffer device 270x240
[    5.478459] brcmfmac: F1 signature read @0x18000000=0x15264345
[    5.486142] vc4-drm gpu: fb0: vc4drmfb frame buffer device
[    5.490046] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.491393] usbcore: registered new interface driver brcmfmac
[    5.517917] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[    5.644747] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    5.644789] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    5.645373] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    5.645857] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    5.646331] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    5.646767] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    5.646793] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    5.646813] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    5.646832] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    5.646851] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    5.650689] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    5.650716] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    5.650754] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    5.658627] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    5.658678] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.761938] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.777034] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
[    7.221112] Under-voltage detected! (0x00050005)
[    7.295824] random: crng init done
[    7.295840] random: 7 urandom warning(s) missed due to ratelimiting
[    7.306252] uart-pl011 fe201000.serial: no DMA platform data
[    7.480013] 8021q: 802.1Q VLAN Support v1.8
[    8.960991] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    9.043833] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   14.591420] bcmgenet: Skipping UMAC reset
[   14.593758] bcmgenet fd580000.ethernet: configuring instance for external RGMII
[   14.594130] bcmgenet fd580000.ethernet eth0: Link is Down
[   16.445007] Bluetooth: Core ver 2.22
[   16.445092] NET: Registered protocol family 31
[   16.445105] Bluetooth: HCI device and connection manager initialized
[   16.447713] Bluetooth: HCI socket layer initialized
[   16.447735] Bluetooth: L2CAP socket layer initialized
[   16.447771] Bluetooth: SCO socket layer initialized
[   16.458301] Bluetooth: HCI UART driver ver 2.3
[   16.458319] Bluetooth: HCI UART protocol H4 registered
[   16.458397] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   16.458680] Bluetooth: HCI UART protocol Broadcom registered
[   16.691634] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.691649] Bluetooth: BNEP filters: protocol multicast
[   16.691673] Bluetooth: BNEP socket layer initialized
[   17.691082] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   17.691127] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   21.770932] Voltage normalised (0x00000000)
[   23.850944] Under-voltage detected! (0x00050005)
[   30.090941] Voltage normalised (0x00000000)
[   32.170979] Under-voltage detected! (0x00050005)
[   32.198750] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   36.330933] Voltage normalised (0x00000000)
[   44.485651] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   57.157757] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
[   70.797115] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
[   84.431812] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
[  107.592585] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
[  139.771967] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
[  181.940541] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)

Layer:

{
	"PlateID": 0,
	"LayerID": 0,
	"ShieldAxisMode": 0,
	"Plate": {
		"PlateID": 0,
		"ProfileID": 0,
		"CreatedDate": "0001-01-01T00:00:00Z",
		"StopLayers": "",
		"Path": "",
		"LowQualityLayerNumber": 0,
		"AutoCenter": 0,
		"Updated": 0,
		"PrintTime": 0,
		"PrintEst": 0,
		"ImageRotate": 0,
		"MaskEffect": 0,
		"XRes": 0,
		"YRes": 0,
		"ZRes": 0,
		"MultiCure": "",
		"CureTimes": null,
		"DynamicThickness": null,
		"Offset": 0,
		"OverHangs": null,
		"Risky": false,
		"IsFaulty": false,
		"FaultyLayers": null,
		"Corrupted": false,
		"TotalSolidArea": 0,
		"BlackoutData": "",
		"LayersCount": 0,
		"Processed": false,
		"MC": {
			"StartX": 0,
			"StartY": 0,
			"Width": 0,
			"Height": 0,
			"X": null,
			"Y": null,
			"Gap": 0,
			"Count": 0
		},
		"Xmin": 0,
		"Xmax": 0,
		"Ymin": 0,
		"Ymax": 0,
		"Zmin": 0,
		"Zmax": 0
	},
	"Profile": {
		"ProfileID": 0,
		"Title": "",
		"Desc": "",
		"ResinPrice": 0,
		"ZStepWait": 0,
		"SlowSectionHeight": 0,
		"SlowSectionStepWait": 0,
		"TopWait": 0,
		"WaitHeight": 0,
		"CureTime": 0,
		"DynamicWaitAfterLift": "",
		"DynamicCureTime": "",
		"DynamicSpeed": "",
		"DynamicLift": "",
		"Depth": 0,
		"WaitBeforePrint": 0,
		"WaitAfterPrint": 0,
		"JumpHeight": 0,
		"JumpPerLayer": 0,
		"SupportTopWait": 0,
		"SupportWaitHeight": 0,
		"SupportLayerNumber": 0,
		"SupportCureTime": 0,
		"SupportDepth": 0,
		"SupportWaitBeforePrint": 0,
		"SupportWaitAfterPrint": 0,
		"LowQualityCureTime": 0,
		"LowQualitySkipPerLayer": 0,
		"XYRes": 0,
		"YRes": 0,
		"XYResPerc": 0,
		"ZResPerc": 0,
		"SupportOffset": 0,
		"Offset": 0,
		"FillColor": "",
		"BlankColor": "",
		"ShieldBeforeLayer": "",
		"ShieldAfterLayer": "",
		"PixelDiming": 0,
		"DimAmount": 0,
		"DimWall": 0,
		"DimSkip": 0,
		"HatchingType": 0,
		"HatchingWall": 0,
		"HatchingGap": 0,
		"HatchingOuterWall": 0,
		"HatchingTopCap": 0,
		"HatchingBottomCap": 0,
		"AntiAlias": 0,
		"AntiAlias3D": 0,
		"AntiAlias3DDistance": 0,
		"AntiAlias3DMin": 0,
		"MultiCureGap": 0,
		"ImageRotate": 0,
		"IgnoreMask": 0,
		"ShieldStart": "",
		"ShieldResume": "",
		"ShieldFinish": "",
		"LaserCode": "",
		"Updated": 0
	}
}

Machine:

{
	"Name": "NanoDLP4kD7Plus",
	"Lang": "",
	"Email": "",
	"Port": 80,
	"PrinterType": 0,
	"ZAxisPin": 0,
	"DirectionPin": 10,
	"LimitPin": 18,
	"LimitPinB": 0,
	"LimitPinMode": 0,
	"LimitPinReset": 0,
	"WaitPin": 0,
	"EnablePin": 0,
	"EnablePinState": 0,
	"EnablePinMode": 0,
	"FaultPin": 0,
	"FaultPinState": 0,
	"ShutterPin": 11,
	"ShutterType": 0,
	"ShutterMode": 1,
	"ShutterOpen": 500,
	"ShutterClose": 2500,
	"ShutterOpenGcode": "M104 S100",
	"ShutterCloseGcode": "M104 S0",
	"ShutterSignalLength": 1000,
	"FanOnGcode": "",
	"FanOffGcode": "",
	"MaxSpeed": 100,
	"MinSpeed": 50,
	"StartupSpeed": 50,
	"StopPositionMm": -1,
	"ResinDistanceMm": 20,
	"ZAxisHeight": 67000,
	"MotorDegree": 1.8,
	"MicroStep": 16,
	"LeadscrewPitch": 8,
	"LCDType": 0,
	"LCDAdress": 39,
	"LCDPath": "/dev/i2c-1",
	"ShieldType": 1,
	"ShieldEncoding": 0,
	"ShieldI2CAddress": 0,
	"ShieldUSBAddress": "/dev/ttyACM0",
	"ShieldSpeed": 115200,
	"ShieldBootup": "M107 P1\r\nM106 S0",
	"ShieldShutdown": "",
	"ShieldStart": "M107 P1\r\nM106 S0\r\nG90\r\nG28 F400 P1\r\n[[WaitForDoneMessage]]\r\nG92 Z0\r\n[[PositionSet 0]]\r\nM17",
	"ShieldResume": "G90 ; Put positioning in absolute mode\r\nG92 Z[[CurrentPosition]] Y0 X0 ; System crashed so we need to recover current position from nanodlp and set it on RAMP\r\nG1 Z[[LayerPosition]] ; Move to layer position",
	"ShieldPause": "",
	"ShieldUnpause": "",
	"ShieldFinish": "M104 S0\r\nM106 S0\r\nG04 F30000\r\nG90\r\nG1 Z190 F300\r\nM84",
	"ShieldAxisMode": 0,
	"ShieldPositioning": 0,
	"ManualMoveGcode": "G91\r\nG1 Z[[Position]]\r\nG90",
	"TopGcode": "",
	"BottomGcode": "",
	"CalibrationGcode": "",
	"CameraFrequency": 0,
	"CameraStore": 0,
	"CameraCommand": "-w 1296 -h 972 --timeout 700 --awb sun -rot 180",
	"ShutdownPin": 7,
	"ProjectorWidth": 2160,
	"ProjectorHeight": 3840,
	"ProjectorType": 0,
	"ProjectorPowerCycle": 0,
	"ProjectorSpeed": 9600,
	"ProjectorAddress": "/dev/ttyUSB0",
	"ProjectorOn": "* 0 IR 001",
	"ProjectorOff": "* 0 IR 002",
	"ProjectorLampQuery": "",
	"ProjectorLampEffect": 0,
	"ProjectorOnSyscall": "",
	"ProjectorOffSyscall": "",
	"ProjectorWarmup": 0,
	"DisplayController": 0,
	"ImageMirror": 0,
	"LightOutputFormula": "",
	"BarrelFactor": 0,
	"BarrelX": 0,
	"BarrelY": 0,
	"FBPath": "",
	"XYRes": 31.5,
	"YRes": 31.5,
	"Mute": 0,
	"DisplayID": 0,
	"DefaultProfile": 22,
	"SpeedFormula": "",
	"RemoteSlicer": "",
	"Theme": 0,
	"CustomValues": null,
	"AutoSlice": 0,
	"PreviewGenerate": 0,
	"PreviewWidth": 0,
	"PreviewHeight": 0,
	"USBDisplayAddress": ""
}

MEMINFO:

MemTotal:        1794612 kB
MemFree:         1378908 kB
MemAvailable:    1427976 kB
Buffers:           16568 kB
Cached:           104228 kB
SwapCached:            0 kB
Active:           308980 kB
Inactive:          43124 kB
Active(anon):     231448 kB
Inactive(anon):     8436 kB
Active(file):      77532 kB
Inactive(file):    34688 kB
Unevictable:          16 kB
Mlocked:              16 kB
HighTotal:       1114112 kB
HighFree:         770888 kB
LowTotal:         680500 kB
LowFree:          608020 kB
SwapTotal:        102396 kB
SwapFree:         102396 kB
Dirty:                12 kB
Writeback:             0 kB
AnonPages:        231348 kB
Mapped:            29576 kB
Shmem:              8556 kB
KReclaimable:      15040 kB
Slab:              28372 kB
SReclaimable:      15040 kB
SUnreclaim:        13332 kB
KernelStack:        1128 kB
PageTables:         1292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      999700 kB
Committed_AS:     445152 kB
VmallocTotal:     245760 kB
VmallocUsed:        4664 kB
VmallocChunk:          0 kB
Percpu:              464 kB
CmaTotal:         262144 kB
CmaFree:          239976 kB

Plate:

{
	"PlateID": 0,
	"ProfileID": 0,
	"CreatedDate": "0001-01-01T00:00:00Z",
	"StopLayers": "",
	"Path": "",
	"LowQualityLayerNumber": 0,
	"AutoCenter": 0,
	"Updated": 0,
	"PrintTime": 0,
	"PrintEst": 0,
	"ImageRotate": 0,
	"MaskEffect": 0,
	"XRes": 0,
	"YRes": 0,
	"ZRes": 0,
	"MultiCure": "",
	"CureTimes": null,
	"DynamicThickness": null,
	"Offset": 0,
	"OverHangs": null,
	"Risky": false,
	"IsFaulty": false,
	"FaultyLayers": null,
	"Corrupted": false,
	"TotalSolidArea": 0,
	"BlackoutData": "",
	"LayersCount": 0,
	"Processed": false,
	"MC": {
		"StartX": 0,
		"StartY": 0,
		"Width": 0,
		"Height": 0,
		"X": null,
		"Y": null,
		"Gap": 0,
		"Count": 0
	},
	"Xmin": 0,
	"Xmax": 0,
	"Ymin": 0,
	"Ymax": 0,
	"Zmin": 0,
	"Zmax": 0
}

PrinterLog:

2020/09/25 16:11:56.400183 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 16:11:56.406613 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 16:11:56.407053 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 16:11:56.407308 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 16:11:56.417307 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
[192.168.1.34]
2020/09/25 16:11:56.717286 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/25 17:17:22.837955 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:17:22.840129 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:17:22.840497 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:17:22.840709 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:17:22.850124 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
2020/09/25 17:17:23.129632 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
2020/09/25 17:17:23.328024 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 17:30:13.338731 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade Process Started"}
2020/09/25 17:30:14.121044 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Downloading... [url=https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?14}]https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?14"}[/url]
2020/09/25 17:30:32.536755 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"Distro files copy stat /home/pi/printer/distro//req: no such file or directory"}
2020/09/25 17:30:32.537077 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade process is successful"}
2020/09/25 17:30:47.277339 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:30:47.278911 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:30:47.279368 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:30:47.279736 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:30:47.281432 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/25 17:30:47.484647 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
raspberrypi.local. raspberrypi. local.
[]
2020/09/25 17:30:47.739086 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 17:33:46.770345 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:33:46.780979 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:33:46.781551 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:33:46.781846 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:33:46.804775 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
2020/09/25 17:33:47.106008 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
2020/09/25 17:33:47.319149 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 17:37:52.030168 {"Layer":"0","module":"Printer","level":"Warning","msg":"Reloading NanoDLP"}
2020/09/25 17:38:03.305428 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:38:03.306383 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:38:03.306846 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:38:03.307115 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:38:03.308847 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
2020/09/25 17:38:03.476844 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
2020/09/25 17:38:03.537540 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 17:38:59.704150 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:38:59.714783 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:38:59.715279 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:38:59.715569 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:38:59.743663 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
nanodlp.local. nanodlp. local.
[]
2020/09/25 17:38:59.984548 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for nanodlp."}
2020/09/25 17:39:00.286594 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/25 17:43:29.995615 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4034"}
2020/09/25 17:43:30.003159 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 17:43:30.003625 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 17:43:30.003928 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 17:43:30.018367 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
2020/09/25 17:43:30.336872 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
2020/09/25 17:43:30.457182 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 18:09:26.335841 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade Process Started"}
2020/09/25 18:09:26.336398 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Downloading... [url=https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?26}]https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?26"}[/url]
2020/09/25 18:09:39.194079 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"Distro files copy stat /home/pi/printer/distro//req: no such file or directory"}
2020/09/25 18:09:39.194417 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade process is successful"}
2020/09/25 18:09:49.411821 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4037"}
2020/09/25 18:09:49.412910 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 18:09:49.413489 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 18:09:49.413764 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 18:09:49.416307 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
2020/09/25 18:09:49.582751 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
2020/09/25 18:09:49.645657 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 18:12:20.334083 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4037"}
2020/09/25 18:12:20.344503 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 18:12:20.345017 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 18:12:20.345404 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 18:12:20.365816 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
[]
2020/09/25 18:12:20.582519 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 18:12:20.677715 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/25 18:14:22.774345 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4037"}
2020/09/25 18:14:22.785193 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 18:14:22.785700 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 18:14:22.785982 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 18:14:22.803174 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
[]
raspberrypi.local. raspberrypi. local.
[]
2020/09/25 18:14:23.035937 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 18:14:23.102776 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/25 20:08:04.665421 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4037"}
2020/09/25 20:08:04.667777 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 20:08:04.668218 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 20:08:04.668497 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 20:08:04.681126 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/25 20:08:04.992331 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
[]
raspberrypi.local. raspberrypi. local.
[]
2020/09/25 20:08:05.360568 {"Layer":"0","module":"mDNS","level":"Error","msg":"Error during mDNS service init could not determine host IP addresses for raspberrypi."}
2020/09/25 20:38:39.042986 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade Process Started"}
2020/09/25 20:38:39.043672 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Downloading... [url=https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?39}]https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?39"}[/url]
2020/09/25 20:39:30.187459 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"Distro files copy stat /home/pi/printer/distro//req: no such file or directory"}
2020/09/25 20:39:30.187925 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade process is successful"}
2020/09/25 20:39:40.421905 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4038"}
2020/09/25 20:39:40.422917 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 20:39:40.423351 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 20:39:40.423655 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/25 20:39:40.426461 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/25 20:39:40.592464 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/25 21:29:50.634606 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4038"}
2020/09/25 21:29:50.636897 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/25 21:29:50.637718 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/25 21:29:50.638227 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
⇨ http server started on [::]:80
2020/09/25 21:29:50.657554 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/09/25 21:29:50.952500 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/28 08:17:19.969565 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade Process Started"}
2020/09/28 08:17:19.970124 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Downloading... [url=https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?19}]https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.beta.tar.gz?19"}[/url]
2020/09/28 08:17:25.380949 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"Distro files copy stat /home/pi/printer/distro//req: no such file or directory"}
2020/09/28 08:17:25.381366 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade process is successful"}
2020/09/28 08:17:35.715073 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077"}
2020/09/28 08:17:35.716162 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/28 08:17:35.716594 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/28 08:17:35.716876 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/28 08:17:35.719285 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/28 08:17:35.872600 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/28 08:17:36.527399 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information invalid character '<' looking for beginning of value"}
2020/09/28 08:19:16.559035 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077"}
2020/09/28 08:19:16.561266 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/28 08:19:16.562030 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/28 08:19:16.562358 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/28 08:19:16.575836 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/28 08:19:16.891539 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/28 08:19:17.766345 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information invalid character '<' looking for beginning of value"}
2020/09/28 08:21:44.849801 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077"}
2020/09/28 08:21:44.853301 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/09/28 08:21:44.858547 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/09/28 08:21:44.860881 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/09/28 08:21:44.874818 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/09/28 08:21:45.193168 {"Layer":"0","module":"WIFI","level":"Error","msg":"No WIFI dongle has been found."}
2020/09/28 08:21:45.995304 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information invalid character '<' looking for beginning of value"}
2020/10/08 10:04:26.977709 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077"}
2020/10/08 10:04:26.981849 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 10:04:26.982322 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:04:26.982493 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 10:04:26.990373 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 10:04:27.395075 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 10:04:31.000432 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information Get '[url]https://www.nanodlp.com/download/version.json[/url]': context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
2020/10/08 10:05:42.612706 {"Layer":"0","module":"Printer","level":"Warning","msg":"Changing Distro to generic"}
2020/10/08 10:05:42.625560 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Distro change is successful"}
2020/10/08 10:05:54.063288 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 10:05:54.063879 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 10:05:54.064046 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:05:54.064250 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
⇨ http server started on [::]:80
2020/10/08 10:05:54.074255 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 10:05:54.213484 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 10:06:50.019131 {"Layer":"0","module":"Printer","level":"Warning","msg":"Terminating"}
2020/10/08 10:09:50.960000 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 10:09:54.207297 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 10:09:54.207611 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:09:54.207820 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 10:09:56.086449 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 10:10:04.480004 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information Get '[url]https://www.nanodlp.com/download/version.json[/url]': context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
2020/10/08 10:10:13.716025 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 10:12:43.053678 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 10:13:26.024277 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:13:26.024455 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 10:39:20.611491 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:39:20.611675 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 10:40:16.672976 {"Layer":"0","module":"Printer","level":"Warning","msg":"Restarting"}
2020/10/08 10:40:47.550195 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 10:40:47.554366 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 10:40:47.554729 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 10:40:47.554882 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 10:40:47.567927 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 10:40:47.778506 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 11:39:30.443892 {"Layer":"0","module":"Printer","level":"Warning","msg":"Restarting"}
2020/10/08 11:40:10.623056 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 11:40:10.629160 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 11:40:10.629606 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 11:40:10.629766 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:40:10.639038 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 11:40:10.862636 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 11:45:16.565871 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 11:45:16.567708 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 11:45:16.570548 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:45:16.588334 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 11:45:16.590536 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/08 11:45:16.804612 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 11:45:21.580470 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:45:21.580760 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:52:05.966118 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 11:52:46.967951 {"Layer":"0","module":"Printer","level":"Warning","msg":"Reloading NanoDLP"}
2020/10/08 11:52:58.264014 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 11:52:58.264576 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 11:52:58.265734 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:52:58.267503 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 11:52:58.270489 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/08 11:52:58.378495 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 11:52:58.911220 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 11:53:03.269350 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:53:03.269642 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:54:00.927489 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox1"}
2020/10/08 11:54:06.734854 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:54:35.510631 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 11:54:58.295700 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
2020/10/08 11:56:20.396967 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 11:56:20.401297 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 11:56:20.403157 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:56:20.416123 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 11:56:20.418184 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/08 11:56:20.592604 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 11:56:21.034135 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 11:56:25.416550 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:56:25.416862 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 11:57:23.638027 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/08 11:57:52.325922 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:58:02.094969 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:58:55.237626 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 11:59:02.470745 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:06:02.446852 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:06:03.669321 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:06:09.802770 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:06:18.084966 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:06:20.085963 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:22.085868 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:24.086002 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:26.086237 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:06:42.086464 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:44.086602 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:46.086835 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:06:48.086787 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:07:04.433271 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:07:04.433463 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:07:04.434058 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:07:04.434313 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:07:04.434543 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:07:06.432392 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:07:08.432377 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:07:10.432391 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:07:12.432668 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:07:42.713970 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:07:42.714272 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:07:42.714553 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:07:45.114383 {"Layer":"0","module":"Calibration","level":"Warning","msg":"Z-Axis height changed from 0 to 67000"}
2020/10/08 12:08:04.021204 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 12:08:23.534191 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:08:25.534852 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:08:27.534776 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:08:29.534896 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:08:31.534932 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:09:15.607561 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:09:15.607767 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:09:15.608307 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:09:15.608565 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:02.846985 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:02.847591 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:02.847869 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:02.848150 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:04.707882 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:10:06.708855 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:08.708949 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:10.717196 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:11.780591 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:10:11.780762 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:10:11.781301 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:11.781554 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:14.134069 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:16.134107 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:18.134156 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:20.134258 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:10:22.134326 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:10:52.415636 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:52.415946 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:52.416184 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:58.919825 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:58.920424 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:58.920707 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:58.920980 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.543853 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.544444 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:59.544679 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.544911 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.953703 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.954277 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:10:59.954509 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:10:59.954739 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:00.344561 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:00.345133 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:11:00.345376 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:00.345654 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:01.781231 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:01.781800 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:11:01.782076 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:01.782309 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.067329 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.067965 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:11:02.068197 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.068426 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.360561 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.361135 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:11:02.361360 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:02.361579 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:10.314974 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:12.314831 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:11:14.321168 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:11:16.320950 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:11:18.321044 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:11:48.596780 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:11:48.597106 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:11:48.597345 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:50.548329 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:50.548942 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:14:50.549206 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:50.549447 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:52.968959 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:52.969557 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:14:52.969808 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:52.970049 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:55.747014 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:55.987924 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:14:55.988226 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:55.988520 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:14:58.133877 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:15:00.134711 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:02.134896 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:04.134885 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:05.335300 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:15:05.335456 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:15:05.336020 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:15:05.336304 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:15:06.947516 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:15:08.948065 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:10.948028 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:12.953762 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:15:14.953222 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:15:27.162005 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:15:27.162304 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:15:27.162544 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:16.160025 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:16:18.161073 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:20.161146 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:20.879222 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:16:22.161288 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:24.161338 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:26.161308 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:28.168374 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:16:30.167421 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:32.167016 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:32.244719 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:16:34.167672 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:36.167672 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:38.167754 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:40.167735 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:16:42.167746 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:44.167828 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:16:45.668921 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:16:45.669091 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:16:45.669645 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:16:45.669915 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:45.678179 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:45.688703 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:45.688969 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:16:53.638609 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:55.405052 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:57.219238 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:16:59.639506 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:01.716107 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:17:04.519877 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:06.682059 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:07.843444 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:17:09.685317 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:11.532526 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:12.113967 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:17:13.601508 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:15.706136 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:17:16.925850 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:17:18.806194 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:18:08.131334 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:18:10.131485 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:12.131447 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:14.131048 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:14.331823 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:18:16.131396 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:18.131658 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:20.131690 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:20.638849 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:18:22.131657 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:24.131578 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:26.131835 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:28.131940 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:30.131955 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:18:32.131919 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:18:46.413325 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:18:46.413637 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:18:46.413871 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:18:46.414101 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:18:46.414342 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:20:37.790284 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:20:38.862862 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:27:36.611506 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 12:35:31.112398 {"Layer":"0","module":"Printer","level":"Warning","msg":"Backup process has been started"}
2020/10/08 12:36:08.617878 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:36:14.519062 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:54:56.836511 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 12:55:32.783632 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:33.886438 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:55:36.576089 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:37.914647 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:41.754288 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:55:43.096240 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:44.893408 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:46.271118 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:55:59.522818 {"Layer":"0","module":"Printer","level":"Warning","msg":"Reloading NanoDLP"}
2020/10/08 12:56:13.132214 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 12:56:13.132710 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 12:56:13.135373 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 12:56:13.141317 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 12:56:13.142273 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/08 12:56:13.247456 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 12:56:13.503463 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 12:56:18.143167 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:18.143473 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:22.841666 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:24.126714 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:56:25.468857 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:26.926541 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:28.048013 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:56:29.137597 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:56:37.139319 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/08 12:56:39.140956 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:56:41.140995 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:56:43.141010 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:56:45.140992 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:57:14.456496 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/08 12:57:15.141407 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:17.142055 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:19.142006 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:21.141922 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:57:31.868805 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/08 12:57:31.869013 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/08 12:57:31.873722 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:57:31.874006 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:57:36.353631 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:57:37.218595 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 12:57:49.484384 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:57:51.484842 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:53.484980 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:55.485011 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:57:57.484966 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:58:09.699224 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:58:11.302415 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:58:11.302657 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:58:18.243820 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:58:20.243655 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:58:22.243790 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:58:24.243766 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/08 12:58:26.243797 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/08 12:58:28.420733 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/08 12:58:28.421061 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:58:28.421290 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 12:58:32.449271 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:06:53.460433 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:06:54.617905 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:07:23.619751 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:07:25.626828 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:07:26.735447 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:07:55.064484 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:07:56.184061 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:07:58.282199 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:04.821024 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:10.259518 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:13.061337 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:14.216225 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:08:17.166680 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:31.912200 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:33.066832 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:08:38.234977 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:42.391207 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:47.200656 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:08:47.881682 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:09:27.913262 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:09:29.071392 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/08 13:09:52.035425 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:29:00.936360 {"Layer":"0","module":"Printer","level":"Warning","msg":"Backup process has been started"}
2020/10/08 13:41:32.620746 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
panic: runtime error: index out of range [13] with length 0

goroutine 22 [running]:
github.com/warthog618/gpio.(*Pin).Read(...)
	/home/pi/go/src/github.com/warthog618/gpio/dio.go:277
projects/printer/app/hw/gpio.(*GPIO).Read(...)
	/home/pi/go/src/projects/printer/app/hw/gpio/gpio.go:51
projects/printer/app/hw.buttonsInit()
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:71 +0x270
created by projects/printer/app/hw.Init
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:33 +0x224
2020/10/08 13:41:40.715934 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 13:41:40.716266 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 13:41:40.719034 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 13:41:40.720347 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/08 13:41:40.723432 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/08 13:41:40.848735 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 13:41:41.406038 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 13:41:45.722273 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:41:45.722580 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/08 13:42:42.727653 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/08 13:38:53.392958 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 13:38:53.395138 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 13:38:53.395498 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 13:38:53.395650 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 13:38:53.400502 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 13:38:53.602833 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 13:38:54.172188 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 13:39:57.164583 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/08 13:38:54.734053 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/08 13:38:54.741019 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/08 13:38:54.743712 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/08 13:38:54.744725 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/08 13:38:54.753655 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/08 13:38:54.946837 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/08 13:38:55.505642 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/08 13:39:58.185111 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/08 13:42:34.549844 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information invalid character '<' looking for beginning of value"}
2020/10/10 11:24:36.161176 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/10 11:24:54.601212 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/10 11:27:56.005223 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:27:57.437468 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:28:23.625604 {"Layer":"0","module":"Printer","level":"Warning","msg":"Restarting"}
2020/10/10 11:29:03.782253 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/10 11:29:03.784517 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/10 11:29:03.784884 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/10 11:29:03.785037 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/10 11:29:03.797581 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/10 11:29:04.023957 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/10 11:29:05.121568 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/10 11:29:47.625451 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:30:06.950670 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/10 11:33:07.301704 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:33:09.261502 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:33:10.706283 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:33:47.839116 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/10 11:34:18.073991 {"Layer":"0","module":"Printer","level":"Warning","msg":"Reloading NanoDLP"}
2020/10/10 11:34:30.388882 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/10 11:34:30.389393 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/10 11:34:30.392845 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
⇨ http server started on [::]:80
2020/10/10 11:34:30.400658 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/10 11:34:30.401840 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:30.506309 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/10 11:34:31.011690 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/10 11:34:35.399503 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:35.399751 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:37.238502 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:38.527359 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/10 11:34:41.761636 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:44.781256 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:34:46.026217 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
2020/10/10 11:35:07.167890 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:35:11.921837 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:35:13.922315 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:15.774651 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/10 11:35:15.922424 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:17.922536 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:19.922698 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:21.922784 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/10 11:35:32.190638 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/10 11:35:33.923385 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:35.923231 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:37.923258 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:35:39.923338 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/10 11:35:56.614265 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/10 11:35:56.614478 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/10 11:35:56.615035 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/10 11:35:56.615308 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:35:58.614003 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:36:00.613935 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:36:02.614146 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/10 11:36:03.687508 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/10 11:36:03.687707 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/10 11:36:03.688287 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/10 11:36:03.688543 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/10 11:55:14.237339 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
2020/10/10 11:55:38.209106 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4077 generic"}
2020/10/10 11:55:38.210731 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/10 11:55:38.211200 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated no such file or directory"}
2020/10/10 11:55:38.211353 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/10 11:55:38.219768 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/10 11:55:38.443197 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/10 11:55:39.039182 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/19 15:37:37.613322 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/19 16:03:23.636630 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade Process Started"}
2020/10/19 16:03:23.636888 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Downloading... [url=https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.stable.tar.gz?23}]https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.stable.tar.gz?23"}[/url]
2020/10/19 16:03:26.393741 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"File does not exists /home/pi/printer/distro/genesy/req/public/logo.png rename /home/pi/printer/distro/genesy/req/public/logo.png /home/pi/printer/distro/genesy/req/public/logo.png.bak: no such file or directory"}
2020/10/19 16:03:26.395096 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"File does not exists /home/pi/printer/distro/genesy/req/public/favicon.ico rename /home/pi/printer/distro/genesy/req/public/favicon.ico /home/pi/printer/distro/genesy/req/public/favicon.ico.bak: no such file or directory"}
2020/10/19 16:03:26.397314 {"Layer":"0","module":"Upgrade","level":"Warning","msg":"File does not exists /home/pi/printer/distro/genesy/req/public/icon.png rename /home/pi/printer/distro/genesy/req/public/icon.png /home/pi/printer/distro/genesy/req/public/icon.png.bak: no such file or directory"}
2020/10/19 16:03:26.877379 {"Layer":"0","module":"Upgrade","level":"Notice","msg":"Upgrade process is successful"}
2020/10/19 16:03:42.806654 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/19 16:03:42.807066 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/19 16:03:42.809182 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/19 16:03:42.810475 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2560 x 1080 on port 0 detected"}
⇨ http server started on [::]:80
2020/10/19 16:03:42.826925 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/19 16:03:42.827617 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:03:47.812365 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:03:47.812640 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:03:48.507232 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/19 16:03:48.854095 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/19 16:03:52.813582 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55392 / 58453 MB"}
2020/10/19 16:04:01.008877 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/19 16:04:50.676060 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/19 16:05:16.284995 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:18.184363 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-3840-2160.png"}
2020/10/19 16:05:26.105551 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:28.851460 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:30.266784 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-3840-2160.png"}
2020/10/19 16:05:31.773709 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:37.987162 {"Layer":"0","module":"Pulsing","level":"Warning","msg":"GPIO Step pin is not specified"}
2020/10/19 16:05:39.987782 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:05:41.987975 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:05:43.988009 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:05:45.041701 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Position set to 0"}
2020/10/19 16:05:45.041857 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0↵"}
2020/10/19 16:05:45.042407 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/19 16:05:45.042651 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:45.042893 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:47.041044 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:05:47.196846 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/19 16:05:47.197125 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:47.197350 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:56.314001 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:05:58.314475 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:00.314550 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:02.314674 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:04.314712 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/19 16:06:15.040518 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-3840-2160.png"}
2020/10/19 16:06:16.315144 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:16.529322 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/19 16:06:16.529628 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:06:16.529862 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:06:16.530091 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:06:28.201518 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:06:52.736965 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:06:54.737385 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:56.737584 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:06:58.737684 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/19 16:07:00.737723 {"Layer":"0","module":"Logging","level":"Info","msg":"Suppressing duplicate logs"}
2020/10/19 16:07:02.914832 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/19 16:07:02.915123 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:07:02.915403 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:07:12.192239 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
panic: runtime error: index out of range [13] with length 0

goroutine 57 [running]:
github.com/warthog618/gpio.(*Pin).Read(...)
	/home/pi/go/src/github.com/warthog618/gpio/dio.go:277
projects/printer/app/hw/gpio.(*GPIO).Read(...)
	/home/pi/go/src/projects/printer/app/hw/gpio/gpio.go:51
projects/printer/app/hw.buttonsInit()
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:71 +0x270
created by projects/printer/app/hw.Init
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:33 +0x224
2020/10/19 16:07:38.441688 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/19 16:07:38.446602 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/19 16:07:38.449263 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/19 16:07:38.457547 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2560 x 1080 on port 0 detected"}
2020/10/19 16:07:38.457647 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/19 16:07:38.463008 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/19 16:07:38.689720 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/19 16:07:39.274851 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/19 16:07:43.468557 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/19 16:07:43.468990 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/20 12:27:11.243433 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/20 12:27:13.032915 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/20 12:27:22.662232 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/20 12:33:46.324153 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/20 12:33:46.923575 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-3840-2160.png"}
2020/10/20 12:34:07.439282 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/20 12:43:53.174490 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/20 12:43:53.208152 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/20 13:00:33.348581 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/20 13:00:33.383294 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/20 13:17:13.528211 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/20 13:17:13.561632 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/20 13:33:53.684598 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/20 13:33:53.720201 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/20 13:34:33.094401 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
panic: runtime error: index out of range [13] with length 0

goroutine 37 [running]:
github.com/warthog618/gpio.(*Pin).Read(...)
	/home/pi/go/src/github.com/warthog618/gpio/dio.go:277
projects/printer/app/hw/gpio.(*GPIO).Read(...)
	/home/pi/go/src/projects/printer/app/hw/gpio/gpio.go:51
projects/printer/app/hw.buttonsInit()
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:71 +0x270
created by projects/printer/app/hw.Init
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:33 +0x224
2020/10/20 13:35:00.480511 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/20 13:35:00.482870 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/20 13:35:00.485599 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/20 13:35:00.494738 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2560 x 1080 on port 0 detected"}
2020/10/20 13:35:00.495128 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/20 13:35:00.496875 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/20 13:35:00.710304 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/20 13:35:01.796656 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/20 13:35:05.492536 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/20 13:35:05.492866 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/21 16:44:29.548288 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/21 16:44:30.376263 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55398 / 58453 MB"}
2020/10/21 16:44:30.571539 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 17:01:10.697404 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 17:01:10.725196 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 17:17:50.863106 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 17:17:50.891503 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 17:19:44.546673 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/21 17:34:31.011498 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 17:34:31.040335 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 17:51:11.196178 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 17:51:11.226564 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 18:07:51.348017 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 18:07:51.378086 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 18:24:31.518420 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 18:24:31.548291 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 18:41:11.669820 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 18:41:11.701260 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 18:57:51.834759 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 18:57:51.865089 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 19:14:32.014262 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 19:14:32.045976 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 19:31:12.234401 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 19:31:12.264980 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 19:47:52.433914 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55399 / 58453 MB"}
2020/10/21 19:47:52.464370 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/21 20:00:22.149031 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
2020/10/21 20:00:53.318247 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/21 20:00:53.320447 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/21 20:00:53.324731 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/21 20:00:53.327611 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2560 x 1080 on port 0 detected"}
2020/10/21 20:00:53.329889 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/21 20:00:53.330133 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/21 20:00:53.522715 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/21 20:00:54.011385 {"Layer":"0","module":"Upgrade","level":"Error","msg":"Could not get latest version information Get '[url]https://www.nanodlp.com/download/version.json[/url]': x509: certificate has expired or is not yet valid: current time 2020-10-21T20:00:53+01:00 is before 2020-10-22T09:03:21Z"}
2020/10/21 20:00:54.584440 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/25 09:50:05.373058 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 09:50:05.373369 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 09:50:09.058458 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/25 09:50:10.394626 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55398 / 58453 MB"}
2020/10/25 09:50:10.539670 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/25 10:03:30.836988 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:03:32.607427 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 10:03:48.819505 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:03:51.072806 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:03:52.830318 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 10:04:16.351882 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:04:17.647568 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:04:18.169390 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 10:04:25.192123 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:04:42.959114 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
panic: runtime error: index out of range [13] with length 0

goroutine 41 [running]:
github.com/warthog618/gpio.(*Pin).Read(...)
	/home/pi/go/src/github.com/warthog618/gpio/dio.go:277
projects/printer/app/hw/gpio.(*GPIO).Read(...)
	/home/pi/go/src/projects/printer/app/hw/gpio/gpio.go:51
projects/printer/app/hw.buttonsInit()
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:71 +0x270
created by projects/printer/app/hw.Init
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:33 +0x224
2020/10/25 10:05:12.950731 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/25 10:05:12.953193 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/25 10:05:12.956132 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/25 10:05:12.965317 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2160 x 3840 on port 0 detected"}
2020/10/25 10:05:12.965349 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇨ http server started on [::]:80
2020/10/25 10:05:12.975000 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:05:13.276669 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/25 10:05:14.400449 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/25 10:05:17.969737 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 10:05:17.970048 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:08:28.891477 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/25 17:08:29.260713 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55409 / 58453 MB"}
2020/10/25 17:08:29.304319 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/25 17:25:09.444890 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55409 / 58453 MB"}
2020/10/25 17:25:09.476964 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/25 17:28:31.824372 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:28:32.245731 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:28:43.636002 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:28:51.980165 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:28:52.470443 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:28:58.235422 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:00.084255 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:00.680225 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 17:29:25.266813 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:28.395549 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:30.168448 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:31.846529 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-red-2160-3840.png"}
2020/10/25 17:29:50.345073 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:50.933668 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 17:29:55.239611 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:58.793852 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:29:59.198842 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:30:04.888903 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:11.352894 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:11.756553 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:30:16.067202 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:24.305641 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:24.691368 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:30:28.091570 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:31.676052 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:30:32.022185 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 17:30:35.449434 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:25.398343 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:25.602370 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:31:28.554265 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:31.585966 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:31.834672 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 17:31:40.803132 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:43.340096 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:31:43.585989 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:31:45.286163 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:32:42.272335 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:32:42.513722 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/25 17:32:46.927195 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:32:49.364474 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:32:49.792935 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/25 17:32:52.269148 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:32:59.661682 {"Layer":"0","module":"Printer","level":"Error","msg":"Shutting Down Shutdown Pressed"}
panic: runtime error: index out of range [13] with length 0

goroutine 28 [running]:
github.com/warthog618/gpio.(*Pin).Read(...)
	/home/pi/go/src/github.com/warthog618/gpio/dio.go:277
projects/printer/app/hw/gpio.(*GPIO).Read(...)
	/home/pi/go/src/projects/printer/app/hw/gpio/gpio.go:51
projects/printer/app/hw.buttonsInit()
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:71 +0x270
created by projects/printer/app/hw.Init
	/home/pi/go/src/projects/printer/app/hw/hardware_rpi.go:33 +0x224
2020/10/25 17:33:30.260499 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 4119 generic"}
2020/10/25 17:33:30.263080 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/10/25 17:33:30.266438 {"Layer":"0","module":"Shutter","level":"Warning","msg":"Pigpio is not available open /dev/pigpio: no such file or directory"}
2020/10/25 17:33:30.274410 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/10/25 17:33:30.278064 {"Layer":"0","module":"BCM","level":"Warning","msg":"Display with resolution 2160 x 3840 on port 0 detected"}
2020/10/25 17:33:30.280012 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
⇨ http server started on [::]:80
2020/10/25 17:33:30.450737 {"Layer":"0","module":"WIFI","level":"Warning","msg":"WIFI interface wlan0 detected"}
2020/10/25 17:33:31.572364 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to"}
2020/10/25 17:33:35.280477 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/25 17:33:35.280774 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:17:18.501448 {"Layer":"0","module":"Monitoring","level":"Notice","msg":"Usable disk space 55409 / 58453 MB"}
2020/10/26 15:17:19.679864 {"Layer":"0","module":"WIFI","level":"Warning","msg":"Connecting to BeBox2"}
2020/10/26 15:17:21.631309 {"Layer":"0","module":"Monitoring","level":"Error","msg":"Under voltage detected! Power supply issue."}
2020/10/26 15:18:49.242957 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:18:49.825568 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-white-2160-3840.png"}
2020/10/26 15:18:57.184241 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:18:58.554404 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:18:59.111915 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/26 15:19:00.108766 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:01.450147 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:02.036283 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-2160-3840.png"}
2020/10/26 15:19:07.652506 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:08.886183 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:09.119171 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-calibration-red-2160-3840.png"}
2020/10/26 15:19:16.412861 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:18.927541 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:21.285043 {"Layer":"0","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic-boundaries-2160-3840.png"}
2020/10/26 15:19:24.148500 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:35.839283 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:36.180430 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:36.180721 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:36.181032 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:38.250464 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:38.591212 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:38.591495 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:38.591734 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:41.018918 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:43.018788 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/26 15:19:43.166392 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:43.166672 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:43.166921 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:44.834404 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:46.835118 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/26 15:19:46.982191 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:46.982450 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:46.982693 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:52.381658 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:54.382118 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020/10/26 15:19:54.528950 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:54.529201 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:54.529433 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:56.805105 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:57.146479 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:57.146777 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:57.147009 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:57.623947 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:57.965272 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:57.965569 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:57.965798 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:58.287122 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:58.627816 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:58.628085 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:58.628316 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:58.974748 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:59.315473 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:19:59.315760 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:59.315983 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:19:59.700878 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:00.042101 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:00.042440 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:00.042666 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:01.260125 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:01.601399 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:01.601666 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:01.601891 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:02.816857 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:03.057439 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:03.057709 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:03.057934 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:03.538836 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:03.779862 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:03.780121 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:03.780390 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:04.215980 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:04.456261 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:04.456528 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:04.456767 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:04.848505 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:05.089654 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:05.089984 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:05.090209 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:05.791205 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:06.031513 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:06.031804 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:06.032055 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:06.455355 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:06.695953 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:06.696224 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:06.696451 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:07.162934 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:07.403419 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:07.403687 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:07.403913 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:10.091427 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:10.332067 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020/10/26 15:20:10.332355 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020/10/26 15:20:10.332581 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}

Printer Mem:

2020-10-26 15:19:43.166474 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:43.16672 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:43.166969 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:44.833736 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z10.00↵G90↵"}
2020-10-26 15:19:44.834486 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:46.835223 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020-10-26 15:19:46.982028 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:46.982255 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:46.982498 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:46.98274 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:52.380816 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z10.00↵G90↵"}
2020-10-26 15:19:52.385944 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:54.382205 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: echo:busy: processing↵"}
2020-10-26 15:19:54.528836 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:54.529014 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:54.529249 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:54.52948 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:56.804282 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:19:56.805182 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:57.146277 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:57.146562 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:57.146825 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:57.147057 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:57.623309 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:19:57.626435 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:57.96515 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:57.965353 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:57.965618 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:57.965846 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:58.286501 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:19:58.287194 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:58.627697 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:58.627896 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:58.628133 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:58.628417 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:58.974125 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:19:58.974812 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:59.315354 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:19:59.315548 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:19:59.315804 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:59.316026 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:19:59.700285 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:19:59.700941 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:00.041978 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:00.042185 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:00.042484 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:00.042708 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:01.259442 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z1.00↵G90↵"}
2020-10-26 15:20:01.260194 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:01.601233 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:01.601477 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:01.601709 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:01.601934 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:02.816216 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:02.82087 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:03.057198 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:03.057517 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:03.057753 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:03.057977 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:03.538153 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:03.538902 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:03.779745 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:03.779936 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:03.780163 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:03.780433 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:04.215403 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:04.216044 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:04.456142 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:04.456338 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:04.456571 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:04.456809 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:04.847883 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:04.848569 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:05.089513 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:05.089731 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:05.090028 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:05.090252 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:05.790571 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:05.791264 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:06.031395 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:06.03159 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:06.031847 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:06.032097 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:06.454713 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:06.455473 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:06.695819 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:06.696031 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:06.696268 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:06.696494 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:07.162352 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z0.50↵G90↵"}
2020-10-26 15:20:07.162995 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:07.403277 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:07.403496 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:07.403731 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:07.403955 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:10.09078 {"Layer":"0","module":"Gcode","level":"Debug","msg":"Transferring Data G91↵G1 Z-0.50↵G90↵"}
2020-10-26 15:20:10.091505 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:10.331949 {"Layer":"0","module":"Controller Sync","level":"Info","msg":"Done message from Controller has been received again!"}
2020-10-26 15:20:10.332139 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: Z_move_comp↵"}
2020-10-26 15:20:10.332399 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}
2020-10-26 15:20:10.332624 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Received Data From Controller: ok↵"}

SYSLOG

Oct 26 15:17:15 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="337" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
Oct 26 15:17:15 raspberrypi systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 15:17:15 raspberrypi systemd[1]: logrotate.service: Failed with result 'exit-code'.
Oct 26 15:17:15 raspberrypi systemd[1]: Failed to start Rotate log files.
Oct 26 15:17:19 raspberrypi dhclient[577]: No DHCPOFFERS received.
Oct 26 15:17:19 raspberrypi dhclient[577]: No working leases in persistent database - sleeping.
Oct 26 15:17:22 raspberrypi dhclient[577]: receive_packet failed on wlan0: Network is down
Oct 26 15:17:22 raspberrypi kernel: [   44.485651] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 26 15:17:22 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 26 15:17:24 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 26 15:17:25 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 26 15:17:28 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 26 15:17:31 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 26 15:17:35 raspberrypi kernel: [   57.157757] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 26 15:17:35 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 26 15:17:40 raspberrypi CRON[670]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 26 15:17:41 raspberrypi systemd[1]: man-db.service: Succeeded.
Oct 26 15:17:41 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 26 15:17:41 raspberrypi systemd[1]: apt-daily.service: Succeeded.
Oct 26 15:17:41 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 26 15:17:41 raspberrypi systemd[1]: Starting Daily apt upgrade and clean activities...
Oct 26 15:17:43 raspberrypi systemd[1]: apt-daily-upgrade.service: Succeeded.
Oct 26 15:17:43 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 26 15:17:43 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 26 15:17:48 raspberrypi kernel: [   70.797115] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 26 15:17:51 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
Oct 26 15:18:02 raspberrypi kernel: [   84.431812] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 26 15:18:12 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 26 15:18:19 raspberrypi dhclient[658]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 26 15:18:23 raspberrypi dhclient[658]: No DHCPOFFERS received.
Oct 26 15:18:23 raspberrypi dhclient[658]: No working leases in persistent database - sleeping.
Oct 26 15:18:25 raspberrypi kernel: [  107.592585] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 26 15:18:57 raspberrypi kernel: [  139.771967] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 26 15:19:39 raspberrypi kernel: [  181.940541] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)

SYSLOG.1

Oct 25 09:50:04 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="339" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
Oct 25 09:50:08 raspberrypi dhclient[579]: No DHCPOFFERS received.
Oct 25 09:50:08 raspberrypi dhclient[579]: No working leases in persistent database - sleeping.
Oct 25 09:50:11 raspberrypi dhclient[579]: receive_packet failed on wlan0: Network is down
Oct 25 09:50:11 raspberrypi kernel: [   44.681435] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 09:50:11 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 25 09:50:13 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 09:50:15 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 09:50:19 raspberrypi kernel: [   52.890909] Voltage normalised (0x00000000)
Oct 25 09:50:22 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Oct 25 09:50:24 raspberrypi kernel: [   57.325315] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:50:25 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="339" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
Oct 25 09:50:25 raspberrypi systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
Oct 25 09:50:25 raspberrypi systemd[1]: logrotate.service: Failed with result 'exit-code'.
Oct 25 09:50:25 raspberrypi systemd[1]: Failed to start Rotate log files.
Oct 25 09:50:26 raspberrypi systemd[1]: man-db.service: Succeeded.
Oct 25 09:50:26 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 25 09:50:27 raspberrypi systemd[1]: apt-daily.service: Succeeded.
Oct 25 09:50:27 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 09:50:27 raspberrypi systemd[1]: Starting Daily apt upgrade and clean activities...
Oct 25 09:50:29 raspberrypi systemd[1]: apt-daily-upgrade.service: Succeeded.
Oct 25 09:50:29 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 25 09:50:31 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Oct 25 09:50:37 raspberrypi kernel: [   70.966913] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:50:40 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
Oct 25 09:50:51 raspberrypi kernel: [   84.604500] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:50:58 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 09:51:06 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 09:51:12 raspberrypi dhclient[660]: No DHCPOFFERS received.
Oct 25 09:51:12 raspberrypi dhclient[660]: No working leases in persistent database - sleeping.
Oct 25 09:51:13 raspberrypi kernel: [  106.759273] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:51:45 raspberrypi kernel: [  138.925273] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:52:27 raspberrypi kernel: [  181.095101] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:53:40 raspberrypi kernel: [  253.265543] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:54:41 raspberrypi kernel: [  314.976408] rpi_firmware_get_throttled: 9 callbacks suppressed
Oct 25 09:54:41 raspberrypi kernel: [  314.976414] Under-voltage detected! (0x00050005)
Oct 25 09:54:50 raspberrypi kernel: [  323.296493] rpi_firmware_get_throttled: 9 callbacks suppressed
Oct 25 09:54:50 raspberrypi kernel: [  323.296500] Voltage normalised (0x00000000)
Oct 25 09:54:53 raspberrypi kernel: [  326.422063] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:54:54 raspberrypi kernel: [  327.456543] Under-voltage detected! (0x00050005)
Oct 25 09:55:00 raspberrypi kernel: [  333.696612] Voltage normalised (0x00000000)
Oct 25 09:55:03 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
Oct 25 09:55:08 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
Oct 25 09:55:13 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Oct 25 09:55:23 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 09:55:31 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 09:55:44 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 09:55:51 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Oct 25 09:56:01 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 25 09:56:04 raspberrypi dhclient[579]: No DHCPOFFERS received.
Oct 25 09:56:04 raspberrypi dhclient[579]: No working leases in persistent database - sleeping.
Oct 25 09:56:04 raspberrypi kernel: [  398.177332] Under-voltage detected! (0x00050005)
Oct 25 09:56:11 raspberrypi kernel: [  404.417402] Voltage normalised (0x00000000)
Oct 25 09:56:36 raspberrypi kernel: [  429.589235] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:58:06 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 09:58:14 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
Oct 25 09:58:18 raspberrypi kernel: [  531.752514] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 09:58:30 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 09:58:38 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
Oct 25 09:58:52 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
Oct 25 09:59:07 raspberrypi dhclient[660]: No DHCPOFFERS received.
Oct 25 09:59:07 raspberrypi dhclient[660]: No working leases in persistent database - sleeping.
Oct 25 09:59:49 raspberrypi kernel: [  622.821404] rpi_firmware_get_throttled: 4 callbacks suppressed
Oct 25 09:59:49 raspberrypi kernel: [  622.821411] Under-voltage detected! (0x00050005)
Oct 25 09:59:57 raspberrypi kernel: [  631.141577] rpi_firmware_get_throttled: 4 callbacks suppressed
Oct 25 09:59:57 raspberrypi kernel: [  631.141584] Voltage normalised (0x00000000)
Oct 25 10:00:00 raspberrypi kernel: [  633.926940] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 10:00:02 raspberrypi kernel: [  635.301687] Under-voltage detected! (0x00050005)
Oct 25 10:00:08 raspberrypi kernel: [  641.541802] Voltage normalised (0x00000000)
Oct 25 10:01:31 raspberrypi kernel: [  724.743361] Under-voltage detected! (0x00050005)
Oct 25 10:01:39 raspberrypi kernel: [  733.063501] Voltage normalised (0x00000000)
Oct 25 10:01:42 raspberrypi kernel: [  736.085287] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 10:02:01 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 10:02:07 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
Oct 25 10:02:18 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Oct 25 10:02:27 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 10:02:40 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
Oct 25 10:02:55 raspberrypi dhclient[579]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 10:03:02 raspberrypi dhclient[579]: No DHCPOFFERS received.
Oct 25 10:03:02 raspberrypi dhclient[579]: No working leases in persistent database - sleeping.
Oct 25 10:03:23 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 10:03:24 raspberrypi kernel: [  838.247452] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 10:03:30 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Oct 25 10:03:40 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
Oct 25 10:03:51 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Oct 25 10:04:01 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
Oct 25 10:04:12 raspberrypi dhclient[660]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
Oct 25 10:04:24 raspberrypi dhclient[660]: No DHCPOFFERS received.
Oct 25 10:04:24 raspberrypi dhclient[660]: No working leases in persistent database - sleeping.
Oct 25 10:04:43 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 25 10:04:44 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Cleanup of Temporary Directories.
Oct 25 10:04:44 raspberrypi systemd[1]: Condition check resulted in Turns off Raspberry Pi display backlight on shutdown/reboot being skipped.
Oct 25 10:04:44 raspberrypi systemd[1]: Unmounting RPC Pipe File System...
Oct 25 10:04:44 raspberrypi systemd[1]: systemd-rfkill.socket: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target Bluetooth.
Oct 25 10:04:44 raspberrypi bluetoothd[432]: Terminating
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping Bluetooth service...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target Timers.
Oct 25 10:04:44 raspberrypi bluetoothd[432]: Stopping SDP server
Oct 25 10:04:44 raspberrypi bluetoothd[432]: Exit
Oct 25 10:04:44 raspberrypi systemd[1]: logrotate.timer: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Daily rotation of log files.
Oct 25 10:04:44 raspberrypi systemd[1]: apt-daily-upgrade.timer: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Daily apt upgrade and clean activities.
Oct 25 10:04:44 raspberrypi systemd[1]: apt-daily.timer: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Daily apt download activities.
Oct 25 10:04:44 raspberrypi systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 25 10:04:44 raspberrypi systemd[1]: man-db.timer: Succeeded.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped Daily man-db regeneration.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target System Time Synchronized.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target Graphical Interface.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target Multi-User System.
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping OpenBSD Secure Shell server...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping rng-tools.service...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping Configure Bluetooth Modems connected by UART...
Oct 25 10:04:44 raspberrypi rngd[341]: stats: bits received from HRNG source: 60064
Oct 25 10:04:44 raspberrypi rngd[341]: stats: bits sent to kernel pool: 12288
Oct 25 10:04:44 raspberrypi rngd[341]: stats: entropy added to kernel pool: 12288
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping Login Service...
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2 successes: 3
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2 failures: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2(2001-10-10) Poker: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2(2001-10-10) Runs: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2(2001-10-10) Long run: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: HRNG source speed: (min=293.593; avg=366.254; max=463.408)Kibits/s
Oct 25 10:04:44 raspberrypi rngd[341]: stats: FIPS tests speed: (min=1.419; avg=3.442; max=12.057)Mibits/s
Oct 25 10:04:44 raspberrypi rngd[341]: stats: Lowest ready-buffers level: 2
Oct 25 10:04:44 raspberrypi rngd[341]: stats: Entropy starvations: 0
Oct 25 10:04:44 raspberrypi rngd[341]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Oct 25 10:04:44 raspberrypi rngd[341]: Exiting...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping D-Bus System Message Bus...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopping dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 10:04:44 raspberrypi systemd[1]: Stopped target Login Prompts.
Oct 25 10:04:45 raspberrypi systemd[1]: Stopping Regular background program processing daemon...
Oct 25 10:04:45 raspberrypi systemd[1]: Stopping Getty on tty1...
Oct 25 10:04:52 raspberrypi fake-hwclock[105]: Sun 25 Oct 10:04:48 UTC 2020
Oct 25 10:04:52 raspberrypi systemd-fsck[129]: e2fsck 1.44.5 (15-Dec-2018)
Oct 25 10:04:52 raspberrypi systemd[1]: Started Apply Kernel Variables.
Oct 25 10:04:52 raspberrypi systemd-fsck[129]: rootfs: clean, 41227/3630336 files, 551525/15200256 blocks
Oct 25 10:04:52 raspberrypi systemd[1]: Started File System Check Daemon to report status.
Oct 25 10:04:52 raspberrypi systemd[1]: Started File System Check on Root Device.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Set the console keyboard layout.
Oct 25 10:04:52 raspberrypi systemd[1]: Started udev Coldplug all Devices.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Load/Save Random Seed...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Create System Users...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Load/Save Random Seed.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Create System Users.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Oct 25 10:04:52 raspberrypi systemd[1]: Starting udev Kernel Device Manager...
Oct 25 10:04:52 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Oct 25 10:04:52 raspberrypi systemd-udevd[161]: Using default interface naming scheme 'v240'.
Oct 25 10:04:52 raspberrypi mtp-probe: checking bus 1, device 3: "/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3"
Oct 25 10:04:52 raspberrypi mtp-probe: bus: 1, device: 3 was not an MTP device
Oct 25 10:04:52 raspberrypi systemd[1]: Found device /dev/serial1.
Oct 25 10:04:52 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/c9ad3800-01.
Oct 25 10:04:52 raspberrypi systemd-udevd[151]: Using default interface naming scheme 'v240'.
Oct 25 10:04:52 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/c9ad3800-01...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 10:04:52 raspberrypi systemd-fsck[267]: fsck.fat 4.1 (2017-01-24)
Oct 25 10:04:52 raspberrypi systemd-fsck[267]: /dev/mmcblk0p1: 243 files, 109214/516191 clusters
Oct 25 10:04:52 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/c9ad3800-01.
Oct 25 10:04:52 raspberrypi systemd[1]: Mounting /boot...
Oct 25 10:04:52 raspberrypi systemd[1]: Mounted /boot.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Local File Systems.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Set console font and keymap...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Raise network interfaces...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Preprocess NFS configuration...
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Set console font and keymap.
Oct 25 10:04:52 raspberrypi systemd[1]: nfs-config.service: Succeeded.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Preprocess NFS configuration.
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target NFS client services.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Remote File Systems (Pre).
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Remote File Systems.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Network Time Synchronization...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Raise network interfaces.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Network Time Synchronization.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target System Time Synchronized.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target System Initialization.
Oct 25 10:04:52 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Sockets.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Daily rotation of log files.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 25 10:04:52 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Timers.
Oct 25 10:04:52 raspberrypi systemd[1]: Reached target Basic System.
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting Login Service...
Oct 25 10:04:52 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Oct 25 10:04:52 raspberrypi systemd[1]: Started Regular background program processing daemon.
Oct 25 10:04:52 raspberrypi cron[341]: (CRON) INFO (pidfile fd = 3)
Oct 25 10:04:52 raspberrypi systemd[1]: Starting rng-tools.service...
Oct 25 10:04:52 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting System Logging Service...
Oct 25 10:04:52 raspberrypi cron[341]: (CRON) INFO (Running @reboot jobs)
Oct 25 10:04:52 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Oct 25 10:04:52 raspberrypi systemd[1]: Starting WPA supplicant...
Oct 25 10:04:52 raspberrypi dhcpcd[339]: dev: loaded udev
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Booting Linux on physical CPU 0x0
Oct 25 10:04:52 raspberrypi rngd[364]: rngd 2-unofficial-mt.14 starting up...
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] CPU: div instructions available: patching division code
Oct 25 10:04:52 raspberrypi rng-tools[347]: Starting Hardware RNG entropy gatherer daemon: rngd.
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] On node 0 totalpages: 475136
Oct 25 10:04:52 raspberrypi kernel: [    0.000000]   DMA zone: 2304 pages used for memmap
Oct 25 10:04:52 raspberrypi kernel: [    0.000000]   DMA zone: 0 pages reserved
Oct 25 10:04:52 raspberrypi kernel: [    0.000000]   DMA zone: 196608 pages, LIFO batch:63
Oct 25 10:04:52 raspberrypi systemd[1]: Started rng-tools.service.
Oct 25 10:04:52 raspberrypi kernel: [    0.000000]   HighMem zone: 278528 pages, LIFO batch:63
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
Oct 25 10:04:52 raspberrypi rngd[364]: entropy feed to the kernel ready
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 472832
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:2160x3840M@24 smsc95xx.macaddr=DC:A6:32:33:C6:DF vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=c9ad3800-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Oct 25 10:04:52 raspberrypi dphys-swapfile[330]: want /var/swap=100MByte, checking existing: keeping it
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] software IO TLB: mapped [mem 0x19400000-0x1d400000] (64MB)
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] Memory: 1530420K/1900544K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 107980K reserved, 262144K cma-reserved, 1114112K highmem)
Oct 25 10:04:52 raspberrypi rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.1901.0]
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] ftrace: allocating 30051 entries in 59 pages
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] rcu: Hierarchical RCU implementation.
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] GIC: Using split EOI/Deactivate mode
Oct 25 10:04:52 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="351" x-info="https://www.rsyslog.com"] start
Oct 25 10:04:52 raspberrypi kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
Oct 25 10:04:52 raspberrypi kernel: [    0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
Oct 25 10:04:52 raspberrypi kernel: [    0.000031] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
Oct 25 10:04:52 raspberrypi kernel: [    0.000109] bcm2835: system timer (irq = 17)
Oct 25 10:04:52 raspberrypi kernel: [    0.000776] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
Oct 25 10:04:52 raspberrypi kernel: [    0.000796] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
Oct 25 10:04:52 raspberrypi kernel: [    0.000816] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
Oct 25 10:04:52 raspberrypi kernel: [    0.000832] Switching to timer-based delay loop, resolution 18ns
Oct 25 10:04:52 raspberrypi kernel: [    0.001070] Console: colour dummy device 80x30
Oct 25 10:04:52 raspberrypi kernel: [    0.001563] printk: console [tty1] enabled
Oct 25 10:04:52 raspberrypi kernel: [    0.001626] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
Oct 25 10:04:52 raspberrypi kernel: [    0.001668] pid_max: default: 32768 minimum: 301
Oct 25 10:04:52 raspberrypi kernel: [    0.001989] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    0.002029] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    0.003196] Disabling memory control group subsystem
Oct 25 10:04:52 raspberrypi kernel: [    0.003311] CPU: Testing write buffer coherency: ok
Oct 25 10:04:52 raspberrypi kernel: [    0.003786] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Oct 25 10:04:52 raspberrypi kernel: [    0.004617] Setting up static identity map for 0x200000 - 0x20003c
Oct 25 10:04:52 raspberrypi kernel: [    0.004817] rcu: Hierarchical SRCU implementation.
Oct 25 10:04:52 raspberrypi kernel: [    0.005443] smp: Bringing up secondary CPUs ...
Oct 25 10:04:52 raspberrypi kernel: [    0.006555] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Oct 25 10:04:52 raspberrypi kernel: [    0.007787] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Oct 25 10:04:52 raspberrypi kernel: [    0.008959] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Oct 25 10:04:52 raspberrypi kernel: [    0.009102] smp: Brought up 1 node, 4 CPUs
Oct 25 10:04:52 raspberrypi kernel: [    0.009170] SMP: Total of 4 processors activated (432.00 BogoMIPS).
Oct 25 10:04:52 raspberrypi kernel: [    0.009195] CPU: All CPU(s) started in HYP mode.
Oct 25 10:04:52 raspberrypi kernel: [    0.009218] CPU: Virtualization extensions available.
Oct 25 10:04:52 raspberrypi kernel: [    0.009966] devtmpfs: initialized
Oct 25 10:04:52 raspberrypi kernel: [    0.022901] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
Oct 25 10:04:52 raspberrypi kernel: [    0.023171] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 10:04:52 raspberrypi kernel: [    0.023217] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    0.030945] pinctrl core: initialized pinctrl subsystem
Oct 25 10:04:52 raspberrypi kernel: [    0.031972] NET: Registered protocol family 16
Oct 25 10:04:52 raspberrypi kernel: [    0.035342] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Oct 25 10:04:52 raspberrypi kernel: [    0.036980] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 10:04:52 raspberrypi kernel: [    0.037014] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 10:04:52 raspberrypi kernel: [    0.037348] Serial: AMBA PL011 UART driver
Oct 25 10:04:52 raspberrypi kernel: [    0.040688] bcm2835-mbox fe00b880.mailbox: mailbox enabled
Oct 25 10:04:52 raspberrypi kernel: [    0.060884] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:14, variant start_x
Oct 25 10:04:52 raspberrypi kernel: [    0.070867] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
Oct 25 10:04:52 raspberrypi kernel: [    0.124081] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
Oct 25 10:04:52 raspberrypi kernel: [    0.128491] vgaarb: loaded
Oct 25 10:04:52 raspberrypi kernel: [    0.128969] SCSI subsystem initialized
Oct 25 10:04:52 raspberrypi kernel: [    0.129213] usbcore: registered new interface driver usbfs
Oct 25 10:04:52 raspberrypi kernel: [    0.129284] usbcore: registered new interface driver hub
Oct 25 10:04:52 raspberrypi kernel: [    0.129427] usbcore: registered new device driver usb
Oct 25 10:04:52 raspberrypi kernel: [    0.130881] clocksource: Switched to clocksource arch_sys_counter
Oct 25 10:04:52 raspberrypi kernel: [    0.882082] VFS: Disk quotas dquot_6.6.0
Oct 25 10:04:52 raspberrypi kernel: [    0.882210] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    0.882397] FS-Cache: Loaded
Oct 25 10:04:52 raspberrypi kernel: [    0.882593] CacheFiles: Loaded
Oct 25 10:04:52 raspberrypi kernel: [    0.883630] simple-framebuffer 3d43f000.framebuffer: framebuffer at 0x3d43f000, 0x17bb000 bytes, mapped to 0x(ptrval)
Oct 25 10:04:52 raspberrypi kernel: [    0.883671] simple-framebuffer 3d43f000.framebuffer: format=r8g8b8, mode=2160x3840x24, linelength=6480
Oct 25 10:04:52 raspberrypi kernel: [    1.033195] Console: switching to colour frame buffer device 270x240
Oct 25 10:04:52 raspberrypi kernel: [    1.179392] simple-framebuffer 3d43f000.framebuffer: fb0: simplefb registered!
Oct 25 10:04:52 raspberrypi kernel: [    1.187606] thermal_sys: Registered thermal governor 'step_wise'
Oct 25 10:04:52 raspberrypi kernel: [    1.187979] NET: Registered protocol family 2
Oct 25 10:04:52 raspberrypi kernel: [    1.189037] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    1.189308] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    1.189604] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    1.189881] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 10:04:52 raspberrypi kernel: [    1.190197] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    1.190420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 10:04:52 raspberrypi kernel: [    1.190906] NET: Registered protocol family 1
Oct 25 10:04:52 raspberrypi kernel: [    1.191875] RPC: Registered named UNIX socket transport module.
Oct 25 10:04:52 raspberrypi kernel: [    1.192065] RPC: Registered udp transport module.
Oct 25 10:04:52 raspberrypi kernel: [    1.192215] RPC: Registered tcp transport module.
Oct 25 10:04:52 raspberrypi kernel: [    1.192364] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 10:04:52 raspberrypi kernel: [    1.192568] PCI: CLS 0 bytes, default 64
Oct 25 10:04:52 raspberrypi kernel: [    1.194501] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
Oct 25 10:04:52 raspberrypi kernel: [    1.196824] Initialise system trusted keyrings
Oct 25 10:04:52 raspberrypi kernel: [    1.197176] workingset: timestamp_bits=14 max_order=19 bucket_order=5
Oct 25 10:04:52 raspberrypi kernel: [    1.207895] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 10:04:52 raspberrypi kernel: [    1.208792] NFS: Registering the id_resolver key type
Oct 25 10:04:52 raspberrypi kernel: [    1.209027] Key type id_resolver registered
Oct 25 10:04:52 raspberrypi kernel: [    1.209164] Key type id_legacy registered
Oct 25 10:04:52 raspberrypi kernel: [    1.209304] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Oct 25 10:04:52 raspberrypi kernel: [    1.210596] Key type asymmetric registered
Oct 25 10:04:52 raspberrypi kernel: [    1.210734] Asymmetric key parser 'x509' registered
Oct 25 10:04:52 raspberrypi kernel: [    1.211128] bounce: pool size: 64 pages
Oct 25 10:04:52 raspberrypi kernel: [    1.211286] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 25 10:04:52 raspberrypi kernel: [    1.211702] io scheduler mq-deadline registered
Oct 25 10:04:52 raspberrypi kernel: [    1.211849] io scheduler kyber registered
Oct 25 10:04:52 raspberrypi kernel: [    1.215461] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
Oct 25 10:04:52 raspberrypi kernel: [    1.215691] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
Oct 25 10:04:52 raspberrypi kernel: [    1.216011] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
Oct 25 10:04:52 raspberrypi kernel: [    1.216306] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
Oct 25 10:04:52 raspberrypi kernel: [    1.272989] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
Oct 25 10:04:52 raspberrypi kernel: [    1.273473] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
Oct 25 10:04:52 raspberrypi kernel: [    1.273674] pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 25 10:04:52 raspberrypi kernel: [    1.273852] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
Oct 25 10:04:52 raspberrypi kernel: [    1.274207] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
Oct 25 10:04:52 raspberrypi kernel: [    1.274615] pci 0000:00:00.0: PME# supported from D0 D3hot
Oct 25 10:04:52 raspberrypi kernel: [    1.278111] PCI: bus0: Fast back to back transfers disabled
Oct 25 10:04:52 raspberrypi kernel: [    1.278296] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 10:04:52 raspberrypi kernel: [    1.278738] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
Oct 25 10:04:52 raspberrypi kernel: [    1.278990] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Oct 25 10:04:52 raspberrypi kernel: [    1.279417] pci 0000:01:00.0: PME# supported from D0 D3cold
Oct 25 10:04:52 raspberrypi kernel: [    1.282855] PCI: bus1: Fast back to back transfers disabled
Oct 25 10:04:52 raspberrypi kernel: [    1.283038] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Oct 25 10:04:52 raspberrypi kernel: [    1.283296] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
Oct 25 10:04:52 raspberrypi kernel: [    1.283518] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
Oct 25 10:04:52 raspberrypi kernel: [    1.283769] pci 0000:00:00.0: PCI bridge to [bus 01]
Oct 25 10:04:52 raspberrypi kernel: [    1.283935] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
Oct 25 10:04:52 raspberrypi kernel: [    1.284443] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
Oct 25 10:04:52 raspberrypi kernel: [    1.284826] pcieport 0000:00:00.0: PME: Signaling with IRQ 56
Oct 25 10:04:52 raspberrypi kernel: [    1.285416] pcieport 0000:00:00.0: AER: enabled with IRQ 56
Oct 25 10:04:52 raspberrypi kernel: [    1.285870] pci 0000:01:00.0: enabling device (0140 -> 0142)
Oct 25 10:04:52 raspberrypi kernel: [    1.290092] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
Oct 25 10:04:52 raspberrypi kernel: [    1.293157] iproc-rng200 fe104000.rng: hwrng registered
Oct 25 10:04:52 raspberrypi kernel: [    1.293633] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Oct 25 10:04:52 raspberrypi kernel: [    1.294509] vc-sm: Videocore shared memory driver
Oct 25 10:04:52 raspberrypi kernel: [    1.295185] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
Oct 25 10:04:52 raspberrypi kernel: [    1.306827] brd: module loaded
Oct 25 10:04:52 raspberrypi kernel: [    1.318663] loop: module loaded
Oct 25 10:04:52 raspberrypi kernel: [    1.320058] Loading iSCSI transport class v2.0-870.
Oct 25 10:04:52 raspberrypi kernel: [    1.322192] libphy: Fixed MDIO Bus: probed
Oct 25 10:04:52 raspberrypi kernel: [    1.322887] bcmgenet fd580000.ethernet: failed to get enet clock
Oct 25 10:04:52 raspberrypi kernel: [    1.323082] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
Oct 25 10:04:52 raspberrypi kernel: [    1.323271] bcmgenet fd580000.ethernet: failed to get enet-wol clock
Oct 25 10:04:52 raspberrypi kernel: [    1.323474] bcmgenet fd580000.ethernet: failed to get enet-eee clock
Oct 25 10:04:52 raspberrypi kernel: [    1.323682] bcmgenet: Skipping UMAC reset
Oct 25 10:04:52 raspberrypi kernel: [    1.340916] libphy: bcmgenet MII bus: probed
Oct 25 10:04:52 raspberrypi kernel: [    1.420986] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
Oct 25 10:04:52 raspberrypi kernel: [    1.422130] usbcore: registered new interface driver r8152
Oct 25 10:04:52 raspberrypi kernel: [    1.422355] usbcore: registered new interface driver lan78xx
Oct 25 10:04:52 raspberrypi kernel: [    1.422578] usbcore: registered new interface driver smsc95xx
Oct 25 10:04:52 raspberrypi kernel: [    1.423045] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 10:04:52 raspberrypi kernel: [    1.423232] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Oct 25 10:04:52 raspberrypi kernel: [    1.425535] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
Oct 25 10:04:52 raspberrypi kernel: [    1.426712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 25 10:04:52 raspberrypi kernel: [    1.426965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 10:04:52 raspberrypi kernel: [    1.427186] usb usb1: Product: xHCI Host Controller
Oct 25 10:04:52 raspberrypi kernel: [    1.427342] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 10:04:52 raspberrypi kernel: [    1.427524] usb usb1: SerialNumber: 0000:01:00.0
Oct 25 10:04:52 raspberrypi kernel: [    1.428240] hub 1-0:1.0: USB hub found
Oct 25 10:04:52 raspberrypi kernel: [    1.428419] hub 1-0:1.0: 1 port detected
Oct 25 10:04:52 raspberrypi kernel: [    1.428997] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 10:04:52 raspberrypi kernel: [    1.429176] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Oct 25 10:04:52 raspberrypi kernel: [    1.429410] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
Oct 25 10:04:52 raspberrypi kernel: [    1.429975] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 25 10:04:52 raspberrypi kernel: [    1.430226] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 10:04:52 raspberrypi kernel: [    1.430446] usb usb2: Product: xHCI Host Controller
Oct 25 10:04:52 raspberrypi kernel: [    1.430602] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 10:04:52 raspberrypi kernel: [    1.430784] usb usb2: SerialNumber: 0000:01:00.0
Oct 25 10:04:52 raspberrypi kernel: [    1.431523] hub 2-0:1.0: USB hub found
Oct 25 10:04:52 raspberrypi kernel: [    1.431702] hub 2-0:1.0: 4 ports detected
Oct 25 10:04:52 raspberrypi kernel: [    1.433199] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 10:04:52 raspberrypi kernel: [    1.433653] dwc_otg: FIQ enabled
Oct 25 10:04:52 raspberrypi kernel: [    1.433665] dwc_otg: NAK holdoff enabled
Oct 25 10:04:52 raspberrypi kernel: [    1.433676] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 10:04:52 raspberrypi kernel: [    1.433690] Module dwc_common_port init
Oct 25 10:04:52 raspberrypi kernel: [    1.434125] usbcore: registered new interface driver uas
Oct 25 10:04:52 raspberrypi kernel: [    1.434386] usbcore: registered new interface driver usb-storage
Oct 25 10:04:52 raspberrypi kernel: [    1.434750] mousedev: PS/2 mouse device common for all mice
Oct 25 10:04:52 raspberrypi kernel: [    1.436960] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Oct 25 10:04:52 raspberrypi kernel: [    1.439494] sdhci: Secure Digital Host Controller Interface driver
Oct 25 10:04:52 raspberrypi kernel: [    1.439689] sdhci: Copyright(c) Pierre Ossman
Oct 25 10:04:52 raspberrypi kernel: [    1.440374] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
Oct 25 10:04:52 raspberrypi kernel: [    1.441142] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 10:04:52 raspberrypi kernel: [    1.444831] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 10:04:52 raspberrypi kernel: [    1.445309] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 10:04:52 raspberrypi kernel: [    1.445645] usbcore: registered new interface driver usbhid
Oct 25 10:04:52 raspberrypi kernel: [    1.445820] usbhid: USB HID core driver
Oct 25 10:04:52 raspberrypi kernel: [    1.446864] vchiq: vchiq_init_state: slot_zero = (ptrval)
Oct 25 10:04:52 raspberrypi kernel: [    1.448450] [vc_sm_connected_init]: start
Oct 25 10:04:52 raspberrypi kernel: [    1.456183] [vc_sm_connected_init]: end - returning 0
Oct 25 10:04:52 raspberrypi kernel: [    1.458124] Initializing XFRM netlink socket
Oct 25 10:04:52 raspberrypi kernel: [    1.458289] NET: Registered protocol family 17
Oct 25 10:04:52 raspberrypi kernel: [    1.458526] Key type dns_resolver registered
Oct 25 10:04:52 raspberrypi kernel: [    1.459036] Registering SWP/SWPB emulation handler
Oct 25 10:04:52 raspberrypi kernel: [    1.459488] registered taskstats version 1
Oct 25 10:04:52 raspberrypi kernel: [    1.459630] Loading compiled-in X.509 certificates
Oct 25 10:04:52 raspberrypi kernel: [    1.460268] Key type ._fscrypt registered
Oct 25 10:04:52 raspberrypi kernel: [    1.460402] Key type .fscrypt registered
Oct 25 10:04:52 raspberrypi kernel: [    1.470375] uart-pl011 fe201000.serial: cts_event_workaround enabled
Oct 25 10:04:52 raspberrypi kernel: [    1.470641] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
Oct 25 10:04:52 raspberrypi kernel: [    1.477288] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 30, base_baud = 68750000) is a 16550
Oct 25 10:04:52 raspberrypi kernel: [    1.478204] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Oct 25 10:04:52 raspberrypi kernel: [    1.479324] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
Oct 25 10:04:52 raspberrypi kernel: [    1.479515] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
Oct 25 10:04:52 raspberrypi kernel: [    1.528403] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    1.530222] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    1.532030] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    1.535144] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    1.536956] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 10:04:52 raspberrypi kernel: [    1.543555] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
Oct 25 10:04:52 raspberrypi kernel: [    1.546570] of_cfs_init
Oct 25 10:04:52 raspberrypi kernel: [    1.546776] of_cfs_init: OK
Oct 25 10:04:52 raspberrypi kernel: [    1.547704] Waiting for root device PARTUUID=c9ad3800-02...
Oct 25 10:04:52 raspberrypi kernel: [    1.583597] random: fast init done
Oct 25 10:04:52 raspberrypi kernel: [    1.644804] mmc0: new ultra high speed DDR50 SDXC card at address 0007
Oct 25 10:04:52 raspberrypi kernel: [    1.646850] mmcblk0: mmc0:0007 SD64G 58.2 GiB
Oct 25 10:04:52 raspberrypi kernel: [    1.648383] mmc1: new high speed SDIO card at address 0001
Oct 25 10:04:52 raspberrypi kernel: [    1.650789]  mmcblk0: p1 p2
Oct 25 10:04:52 raspberrypi kernel: [    1.673676] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:04:52 raspberrypi kernel: [    1.673988] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 25 10:04:52 raspberrypi kernel: [    1.679661] devtmpfs: mounted
Oct 25 10:04:52 raspberrypi kernel: [    1.687500] Freeing unused kernel memory: 2048K
Oct 25 10:04:52 raspberrypi kernel: [    1.711180] Run /sbin/init as init process
Oct 25 10:04:52 raspberrypi kernel: [    1.800929] usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 25 10:04:52 raspberrypi kernel: [    1.992591] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
Oct 25 10:04:52 raspberrypi kernel: [    1.992852] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Oct 25 10:04:52 raspberrypi kernel: [    1.993072] usb 1-1: Product: USB2.0 Hub
Oct 25 10:04:52 raspberrypi kernel: [    1.994825] hub 1-1:1.0: USB hub found
Oct 25 10:04:52 raspberrypi kernel: [    1.995188] hub 1-1:1.0: 4 ports detected
Oct 25 10:04:52 raspberrypi kernel: [    2.330929] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
Oct 25 10:04:52 raspberrypi kernel: [    2.334221] NET: Registered protocol family 10
Oct 25 10:04:52 raspberrypi kernel: [    2.335702] Segment Routing with IPv6
Oct 25 10:04:52 raspberrypi kernel: [    2.482401] usb 1-1.3: New USB device found, idVendor=1eaf, idProduct=0004, bcdDevice= 2.00
Oct 25 10:04:52 raspberrypi kernel: [    2.482693] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 25 10:04:52 raspberrypi kernel: [    2.482930] usb 1-1.3: Product: Maple
Oct 25 10:04:52 raspberrypi kernel: [    2.483072] usb 1-1.3: Manufacturer: LeafLabs
Oct 25 10:04:52 raspberrypi kernel: [    3.060809] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:04:52 raspberrypi kernel: [    3.070850] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:04:52 raspberrypi kernel: [    3.072745] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:04:52 raspberrypi kernel: [    3.840286] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 25 10:04:52 raspberrypi kernel: [    4.700182] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
Oct 25 10:04:52 raspberrypi kernel: [    4.700661] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
Oct 25 10:04:52 raspberrypi kernel: [    4.704987] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
Oct 25 10:04:52 raspberrypi kernel: [    4.705457] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
Oct 25 10:04:52 raspberrypi kernel: [    4.778842] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.780513] mc: Linux media interface: v0.10
Oct 25 10:04:52 raspberrypi kernel: [    4.781546] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Oct 25 10:04:52 raspberrypi kernel: [    4.781567] [vc_sm_connected_init]: start
Oct 25 10:04:52 raspberrypi kernel: [    4.791287] [vc_sm_connected_init]: installed successfully
Oct 25 10:04:52 raspberrypi kernel: [    4.813843] videodev: Linux video capture interface: v2.00
Oct 25 10:04:52 raspberrypi kernel: [    4.861205] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.861338] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.893033] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.896565] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.897564] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:04:52 raspberrypi kernel: [    4.992655] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
Oct 25 10:04:52 raspberrypi kernel: [    4.994693] usbcore: registered new interface driver cdc_acm
Oct 25 10:04:52 raspberrypi kernel: [    4.994709] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Oct 25 10:04:52 raspberrypi kernel: [    5.110913] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 10:04:52 raspberrypi kernel: [    5.195498] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
Oct 25 10:04:52 raspberrypi kernel: [    5.195520] checking generic (3d43f000 17bb000) vs hw (0 ffffffffffffffff)
Oct 25 10:04:52 raspberrypi kernel: [    5.195534] fb0: switching to vc4drmfb from simple
Oct 25 10:04:52 raspberrypi kernel: [    5.196046] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
Oct 25 10:04:52 raspberrypi kernel: [    5.196268] Console: switching to colour dummy device 80x30
Oct 25 10:04:52 raspberrypi kernel: [    5.202523] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 10:04:52 raspberrypi kernel: [    5.202538] [drm] No driver support for vblank timestamp query.
Oct 25 10:04:52 raspberrypi kernel: [    5.202550] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
Oct 25 10:04:52 raspberrypi kernel: [    5.210697] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
Oct 25 10:04:52 raspberrypi kernel: [    5.238435] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 10:04:52 raspberrypi kernel: [    5.277641] Console: switching to colour frame buffer device 270x240
Oct 25 10:04:52 raspberrypi kernel: [    5.289881] brcmfmac: F1 signature read @0x18000000=0x15264345
Oct 25 10:04:52 raspberrypi kernel: [    5.311218] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 10:04:52 raspberrypi kernel: [    5.312125] usbcore: registered new interface driver brcmfmac
Oct 25 10:04:52 raspberrypi kernel: [    5.354030] vc4-drm gpu: fb0: vc4drmfb frame buffer device
Oct 25 10:04:52 raspberrypi kernel: [    5.377634] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
Oct 25 10:04:52 raspberrypi kernel: [    5.522833] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
Oct 25 10:04:52 raspberrypi kernel: [    5.523350] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Oct 25 10:04:52 raspberrypi kernel: [    5.523371] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
Oct 25 10:04:52 raspberrypi kernel: [    5.523398] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Oct 25 10:04:52 raspberrypi kernel: [    5.523834] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
Oct 25 10:04:52 raspberrypi kernel: [    5.524133] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
Oct 25 10:04:52 raspberrypi kernel: [    5.524156] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
Oct 25 10:04:52 raspberrypi kernel: [    5.524177] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
Oct 25 10:04:52 raspberrypi kernel: [    5.524197] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
Oct 25 10:04:52 raspberrypi kernel: [    5.524215] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
Oct 25 10:04:52 raspberrypi kernel: [    5.524402] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
Oct 25 10:04:52 raspberrypi kernel: [    5.536292] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Oct 25 10:04:52 raspberrypi kernel: [    5.536331] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Oct 25 10:04:52 raspberrypi kernel: [    5.539094] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Oct 25 10:04:52 raspberrypi kernel: [    5.539133] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Oct 25 10:04:52 raspberrypi kernel: [    5.625058] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 10:04:52 raspberrypi kernel: [    5.640435] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
Oct 25 10:04:52 raspberrypi kernel: [    7.051061] Under-voltage detected! (0x00050005)
Oct 25 10:04:52 raspberrypi kernel: [    7.208865] uart-pl011 fe201000.serial: no DMA platform data
Oct 25 10:04:52 raspberrypi kernel: [    7.271264] random: crng init done
Oct 25 10:04:52 raspberrypi kernel: [    7.271283] random: 7 urandom warning(s) missed due to ratelimiting
Oct 25 10:04:52 raspberrypi kernel: [    7.320462] 8021q: 802.1Q VLAN Support v1.8
Oct 25 10:04:53 raspberrypi systemd[1]: Started System Logging Service.
Oct 25 10:04:53 raspberrypi systemd[1]: Started Login Service.
Oct 25 10:04:53 raspberrypi systemd[1]: Started WPA supplicant.
Oct 25 10:04:53 raspberrypi wpa_supplicant[359]: Successfully initialized wpa_supplicant
Oct 25 10:04:53 raspberrypi raspi-config[331]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Oct 25 10:04:53 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Oct 25 10:04:53 raspberrypi dhcpcd[339]: wlan0: starting wpa_supplicant
Oct 25 10:04:53 raspberrypi dhcpcd-run-hooks[402]: wlan0: starting wpa_supplicant
Oct 25 10:04:53 raspberrypi kernel: [    8.831025] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
Oct 25 10:04:53 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Oct 25 10:04:53 raspberrypi kernel: [    8.880646] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: connected to Access Point `'
Oct 25 10:04:55 raspberrypi dhcpcd[339]: eth0: waiting for carrier
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: waiting for carrier
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: carrier acquired
Oct 25 10:04:55 raspberrypi kernel: [   10.896125] bcmgenet: Skipping UMAC reset
Oct 25 10:04:55 raspberrypi kernel: [   10.898448] bcmgenet fd580000.ethernet: configuring instance for external RGMII
Oct 25 10:04:55 raspberrypi kernel: [   10.898808] bcmgenet fd580000.ethernet eth0: Link is Down
Oct 25 10:04:55 raspberrypi dhcpcd[339]: DUID 00:01:00:01:24:b7:ec:12:b8:27:eb:97:af:49
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: IAID 32:33:c6:e1
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: adding address fe80::ecd1:b131:3c00:57c4
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: carrier lost
Oct 25 10:04:55 raspberrypi dhcpcd[339]: wlan0: deleting address fe80::ecd1:b131:3c00:57c4
Oct 25 10:04:55 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: carrier acquired
Oct 25 10:04:58 raspberrypi kernel: [   14.011065] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
Oct 25 10:04:58 raspberrypi kernel: [   14.011109] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: IAID 32:33:c6:df
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: adding address fe80::c5b1:2195:9592:4e4c
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: soliciting a DHCP lease
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: offered 192.168.1.26 from 192.168.1.1
Oct 25 10:04:58 raspberrypi dhcpcd[339]: eth0: probing address 192.168.1.26/24
Oct 25 10:04:59 raspberrypi dhcpcd[339]: eth0: soliciting an IPv6 router
Oct 25 10:05:00 raspberrypi kernel: [   15.759153] Bluetooth: Core ver 2.22
Oct 25 10:05:00 raspberrypi kernel: [   15.759235] NET: Registered protocol family 31
Oct 25 10:05:00 raspberrypi kernel: [   15.759248] Bluetooth: HCI device and connection manager initialized
Oct 25 10:05:00 raspberrypi kernel: [   15.762022] Bluetooth: HCI socket layer initialized
Oct 25 10:05:00 raspberrypi kernel: [   15.762048] Bluetooth: L2CAP socket layer initialized
Oct 25 10:05:00 raspberrypi kernel: [   15.762092] Bluetooth: SCO socket layer initialized
Oct 25 10:05:00 raspberrypi kernel: [   15.773310] Bluetooth: HCI UART driver ver 2.3
Oct 25 10:05:00 raspberrypi kernel: [   15.773329] Bluetooth: HCI UART protocol H4 registered
Oct 25 10:05:00 raspberrypi kernel: [   15.773461] Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 25 10:05:00 raspberrypi kernel: [   15.776932] Bluetooth: HCI UART protocol Broadcom registered
Oct 25 10:05:00 raspberrypi btuart[332]: bcm43xx_init
Oct 25 10:05:00 raspberrypi btuart[332]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd
Oct 25 10:05:00 raspberrypi btuart[332]: Set Controller UART speed to 3000000 bit/s
Oct 25 10:05:00 raspberrypi btuart[332]: Device setup complete
Oct 25 10:05:00 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 10:05:00 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART.
Oct 25 10:05:00 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 10:05:00 raspberrypi systemd[1]: Created slice system-bthelper.slice.
Oct 25 10:05:00 raspberrypi systemd[1]: Starting Bluetooth service...
Oct 25 10:05:00 raspberrypi bluetoothd[430]: Bluetooth daemon 5.50
Oct 25 10:05:00 raspberrypi systemd[1]: Started Bluetooth service.
Oct 25 10:05:00 raspberrypi bluetoothd[430]: Starting SDP server
Oct 25 10:05:00 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper.
Oct 25 10:05:00 raspberrypi systemd[1]: Reached target Bluetooth.
Oct 25 10:05:00 raspberrypi kernel: [   16.087785] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 25 10:05:00 raspberrypi kernel: [   16.087801] Bluetooth: BNEP filters: protocol multicast
Oct 25 10:05:00 raspberrypi kernel: [   16.087827] Bluetooth: BNEP socket layer initialized
Oct 25 10:05:00 raspberrypi bluetoothd[430]: Bluetooth management interface 1.14 initialized
Oct 25 10:05:00 raspberrypi dbus-daemon[355]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=430 comm="/usr/lib/bluetooth/bluetoothd ")
Oct 25 10:05:00 raspberrypi bluetoothd[430]: Sap driver initialization failed.
Oct 25 10:05:00 raspberrypi bluetoothd[430]: sap-server: Operation not permitted (1)
Oct 25 10:05:00 raspberrypi bthelper[431]: Raspberry Pi BDADDR already set
Oct 25 10:05:00 raspberrypi systemd[1]: Starting Hostname Service...
Oct 25 10:05:00 raspberrypi bluetoothd[430]: Failed to set privacy: Rejected (0x0b)
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Alias: BlueZ 5.50
Oct 25 10:05:00 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Pairable: yes
Oct 25 10:05:00 raspberrypi bthelper[431]: Changing power off succeeded
Oct 25 10:05:01 raspberrypi dbus-daemon[355]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 10:05:01 raspberrypi systemd[1]: Started Hostname Service.
Oct 25 10:05:01 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Name: raspberrypi
Oct 25 10:05:01 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Alias: BlueZ 5.50
Oct 25 10:05:01 raspberrypi bthelper[431]: Changing power on succeeded
Oct 25 10:05:01 raspberrypi systemd[1]: bthelper@hci0.service: Succeeded.
Oct 25 10:05:03 raspberrypi dhcpcd[339]: eth0: leased 192.168.1.26 for 86400 seconds
Oct 25 10:05:03 raspberrypi dhcpcd[339]: eth0: adding route to 192.168.1.0/24
Oct 25 10:05:03 raspberrypi dhcpcd[339]: eth0: adding default route via 192.168.1.1
Oct 25 10:05:05 raspberrypi dhcpcd[339]: forked to background, child pid 465
Oct 25 10:05:05 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Oct 25 10:05:05 raspberrypi systemd[1]: Reached target Network.
Oct 25 10:05:05 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Oct 25 10:05:05 raspberrypi systemd[1]: Starting Permit User Sessions...
Oct 25 10:05:05 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 10:05:05 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Oct 25 10:05:05 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 10:05:05 raspberrypi systemd[1]: Started Permit User Sessions.
Oct 25 10:05:05 raspberrypi systemd[1]: Started NanoDLP service.
Oct 25 10:05:05 raspberrypi systemd[1]: Started Getty on tty1.
Oct 25 10:05:05 raspberrypi systemd[1]: Reached target Login Prompts.
Oct 25 10:05:05 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 10:05:05 raspberrypi bash[470]: /home/pi/printer/config/run.sh: line 4: pigpiod: command not found
Oct 25 10:05:05 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 10:05:05 raspberrypi systemd[1]: Reached target Multi-User System.
Oct 25 10:05:05 raspberrypi systemd[1]: Reached target Graphical Interface.
Oct 25 10:05:05 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 10:05:05 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 25 10:05:05 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 10:05:05 raspberrypi systemd[1]: Startup finished in 2.167s (kernel) + 18.947s (userspace) = 21.115s.
Oct 25 10:05:10 raspberrypi bash[470]: TERM environment variable not set.
Oct 25 10:05:10 raspberrypi bash[470]: setterm: $TERM is not defined.
Oct 25 10:05:13 raspberrypi dhcpcd[465]: eth0: no IPv6 Routers available
Oct 25 10:05:13 raspberrypi systemd[1]: wpa_supplicant.service: Succeeded.
Oct 25 10:05:14 raspberrypi kernel: [   30.032399] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 10:05:15 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 10:05:21 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded.
Oct 25 17:08:28 raspberrypi systemd-timesyncd[289]: Synchronized to time server for the first time 162.159.200.123:123 (2.debian.pool.ntp.org).
Oct 25 17:08:28 raspberrypi dhclient[576]: No DHCPOFFERS received.
Oct 25 17:08:28 raspberrypi dhclient[576]: No working leases in persistent database - sleeping.
Oct 25 17:08:29 raspberrypi dhclient[576]: receive_packet failed on wlan0: Network is down
Oct 25 17:08:29 raspberrypi kernel: [   38.933126] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 17:08:30 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 17:08:36 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Oct 25 17:08:37 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 17:08:41 raspberrypi kernel: [   50.730970] Voltage normalised (0x00000000)
Oct 25 17:08:42 raspberrypi kernel: [   51.620282] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:08:43 raspberrypi kernel: [   52.810973] Under-voltage detected! (0x00050005)
Oct 25 17:08:45 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
Oct 25 17:08:52 raspberrypi kernel: [   61.130960] Voltage normalised (0x00000000)
Oct 25 17:08:56 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
Oct 25 17:08:56 raspberrypi kernel: [   65.260681] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:08:56 raspberrypi kernel: [   65.290965] Under-voltage detected! (0x00050005)
Oct 25 17:09:06 raspberrypi kernel: [   75.691175] Voltage normalised (0x00000000)
Oct 25 17:09:09 raspberrypi kernel: [   78.899737] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:09:11 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
Oct 25 17:09:30 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 1
Oct 25 17:09:31 raspberrypi dhclient[628]: No DHCPOFFERS received.
Oct 25 17:09:31 raspberrypi dhclient[628]: No working leases in persistent database - sleeping.
Oct 25 17:09:32 raspberrypi kernel: [  101.062088] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:10:04 raspberrypi kernel: [  133.228796] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:10:47 raspberrypi kernel: [  176.394099] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:12:00 raspberrypi kernel: [  249.563349] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:12:27 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 17:12:34 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 17:12:42 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
Oct 25 17:13:01 raspberrypi kernel: [  310.730536] rpi_firmware_get_throttled: 9 callbacks suppressed
Oct 25 17:13:01 raspberrypi kernel: [  310.730543] Under-voltage detected! (0x00050005)
Oct 25 17:13:02 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
Oct 25 17:13:12 raspberrypi kernel: [  321.721440] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:13:14 raspberrypi kernel: [  323.210495] Under-voltage detected! (0x00050005)
Oct 25 17:13:22 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 17:13:28 raspberrypi dhclient[628]: No DHCPOFFERS received.
Oct 25 17:13:28 raspberrypi dhclient[628]: No working leases in persistent database - sleeping.
Oct 25 17:14:43 raspberrypi kernel: [  412.650244] Under-voltage detected! (0x00050005)
Oct 25 17:14:52 raspberrypi kernel: [  420.970238] rpi_firmware_get_throttled: 11 callbacks suppressed
Oct 25 17:14:52 raspberrypi kernel: [  420.970245] Voltage normalised (0x00000000)
Oct 25 17:14:54 raspberrypi kernel: [  423.893944] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:15:02 raspberrypi kernel: [  431.370203] Voltage normalised (0x00000000)
Oct 25 17:15:54 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 25 17:15:58 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 17:16:05 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 17:16:18 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
Oct 25 17:16:33 raspberrypi kernel: [  522.890297] Voltage normalised (0x00000000)
Oct 25 17:16:36 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
Oct 25 17:16:37 raspberrypi kernel: [  526.071227] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:16:53 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 2
Oct 25 17:16:55 raspberrypi dhclient[576]: No DHCPOFFERS received.
Oct 25 17:16:55 raspberrypi dhclient[576]: No working leases in persistent database - sleeping.
Oct 25 17:17:01 raspberrypi CRON[657]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 25 17:18:07 raspberrypi kernel: [  616.495878] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 25 17:18:07 raspberrypi kernel: [  616.495885] Under-voltage detected! (0x00050005)
Oct 25 17:18:19 raspberrypi kernel: [  628.250147] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:18:22 raspberrypi kernel: [  631.056480] Under-voltage detected! (0x00050005)
Oct 25 17:19:21 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 17:19:27 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 17:19:35 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
Oct 25 17:19:51 raspberrypi kernel: [  720.499147] Under-voltage detected! (0x00050005)
Oct 25 17:19:53 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
Oct 25 17:19:57 raspberrypi kernel: [  726.739636] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 25 17:19:57 raspberrypi kernel: [  726.739643] Voltage normalised (0x00000000)
Oct 25 17:20:02 raspberrypi kernel: [  731.413088] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:20:08 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 17:20:10 raspberrypi kernel: [  739.219542] Voltage normalised (0x00000000)
Oct 25 17:20:10 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
Oct 25 17:20:15 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 17:20:22 raspberrypi dhclient[628]: No DHCPOFFERS received.
Oct 25 17:20:22 raspberrypi dhclient[628]: No working leases in persistent database - sleeping.
Oct 25 17:20:23 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 17:20:36 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 17:20:49 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
Oct 25 17:21:09 raspberrypi dhclient[576]: No DHCPOFFERS received.
Oct 25 17:21:09 raspberrypi dhclient[576]: No working leases in persistent database - sleeping.
Oct 25 17:21:41 raspberrypi kernel: [  830.741071] Voltage normalised (0x00000000)
Oct 25 17:21:45 raspberrypi kernel: [  834.579331] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:23:17 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 25 17:23:17 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 25 17:23:17 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Oct 25 17:23:46 raspberrypi kernel: [  955.542455] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 25 17:23:46 raspberrypi kernel: [  955.542462] Under-voltage detected! (0x00050005)
Oct 25 17:23:57 raspberrypi kernel: [  966.750869] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:23:59 raspberrypi kernel: [  968.022657] Under-voltage detected! (0x00050005)
Oct 25 17:24:51 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 25 17:24:54 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
Oct 25 17:24:59 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
Oct 25 17:25:13 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
Oct 25 17:25:32 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
Oct 25 17:25:52 raspberrypi dhclient[628]: No DHCPOFFERS received.
Oct 25 17:25:52 raspberrypi dhclient[628]: No working leases in persistent database - sleeping.
Oct 25 17:25:57 raspberrypi kernel: [ 1086.584886] Under-voltage detected! (0x00050005)
Oct 25 17:26:05 raspberrypi kernel: [ 1094.905127] rpi_firmware_get_throttled: 3 callbacks suppressed
Oct 25 17:26:05 raspberrypi kernel: [ 1094.905135] Voltage normalised (0x00000000)
Oct 25 17:26:09 raspberrypi kernel: [ 1098.926207] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:26:18 raspberrypi kernel: [ 1107.385485] Voltage normalised (0x00000000)
Oct 25 17:28:19 raspberrypi kernel: [ 1228.028431] Voltage normalised (0x00000000)
Oct 25 17:28:22 raspberrypi kernel: [ 1231.095831] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:28:34 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 17:28:41 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
Oct 25 17:28:52 raspberrypi kernel: [ 1261.309151] rpi_firmware_get_throttled: 4 callbacks suppressed
Oct 25 17:28:52 raspberrypi kernel: [ 1261.309160] Under-voltage detected! (0x00050005)
Oct 25 17:28:54 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
Oct 25 17:29:00 raspberrypi kernel: [ 1269.629295] Under-voltage detected! (0x00050005)
Oct 25 17:29:06 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
Oct 25 17:29:24 raspberrypi dhclient[576]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
Oct 25 17:29:31 raspberrypi kernel: [ 1300.829903] Under-voltage detected! (0x00050005)
Oct 25 17:29:35 raspberrypi dhclient[576]: No DHCPOFFERS received.
Oct 25 17:29:35 raspberrypi dhclient[576]: No working leases in persistent database - sleeping.
Oct 25 17:30:30 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Oct 25 17:30:34 raspberrypi kernel: [ 1363.262331] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:30:38 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
Oct 25 17:30:59 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
Oct 25 17:31:07 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
Oct 25 17:31:21 raspberrypi dhclient[628]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Oct 25 17:31:24 raspberrypi kernel: [ 1413.151716] rpi_firmware_get_throttled: 7 callbacks suppressed
Oct 25 17:31:24 raspberrypi kernel: [ 1413.151723] Voltage normalised (0x00000000)
Oct 25 17:31:31 raspberrypi dhclient[628]: No DHCPOFFERS received.
Oct 25 17:31:31 raspberrypi dhclient[628]: No working leases in persistent database - sleeping.
Oct 25 17:31:38 raspberrypi kernel: [ 1427.711941] Voltage normalised (0x00000000)
Oct 25 17:31:49 raspberrypi kernel: [ 1438.112100] Voltage normalised (0x00000000)
Oct 25 17:32:47 raspberrypi kernel: [ 1496.430668] ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)
Oct 25 17:32:59 raspberrypi systemd[1]: Removed slice system-bthelper.slice.
Oct 25 17:32:59 raspberrypi systemd[1]: Condition check resulted in Turns off Raspberry Pi display backlight on shutdown/reboot being skipped.
Oct 25 17:33:07 raspberrypi fake-hwclock[105]: Sun 25 Oct 17:33:03 UTC 2020
Oct 25 17:33:07 raspberrypi systemd[1]: Started File System Check Daemon to report status.
Oct 25 17:33:07 raspberrypi systemd-fsck[133]: e2fsck 1.44.5 (15-Dec-2018)
Oct 25 17:33:07 raspberrypi systemd[1]: Started Set the console keyboard layout.
Oct 25 17:33:07 raspberrypi systemd-fsck[133]: rootfs: clean, 41228/3630336 files, 551649/15200256 blocks
Oct 25 17:33:07 raspberrypi systemd[1]: Started File System Check on Root Device.
Oct 25 17:33:07 raspberrypi systemd[1]: Started udev Coldplug all Devices.
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 25 17:33:07 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Create System Users...
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Booting Linux on physical CPU 0x0
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] CPU: div instructions available: patching division code
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Load/Save Random Seed...
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] On node 0 totalpages: 475136
Oct 25 17:33:07 raspberrypi kernel: [    0.000000]   DMA zone: 2304 pages used for memmap
Oct 25 17:33:07 raspberrypi kernel: [    0.000000]   DMA zone: 0 pages reserved
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000]   DMA zone: 196608 pages, LIFO batch:63
Oct 25 17:33:07 raspberrypi systemd[1]: Started Create System Users.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000]   HighMem zone: 278528 pages, LIFO batch:63
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 472832
Oct 25 17:33:07 raspberrypi systemd[1]: Started Load/Save Random Seed.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:2160x3840M@24 smsc95xx.macaddr=DC:A6:32:33:C6:DF vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=c9ad3800-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] software IO TLB: mapped [mem 0x19400000-0x1d400000] (64MB)
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] Memory: 1530420K/1900544K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 107980K reserved, 262144K cma-reserved, 1114112K highmem)
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 17:33:07 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] ftrace: allocating 30051 entries in 59 pages
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] rcu: Hierarchical RCU implementation.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev.
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] GIC: Using split EOI/Deactivate mode
Oct 25 17:33:07 raspberrypi kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
Oct 25 17:33:07 raspberrypi kernel: [    0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
Oct 25 17:33:07 raspberrypi kernel: [    0.000031] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
Oct 25 17:33:07 raspberrypi kernel: [    0.000110] bcm2835: system timer (irq = 17)
Oct 25 17:33:07 raspberrypi systemd[1]: Starting udev Kernel Device Manager...
Oct 25 17:33:07 raspberrypi kernel: [    0.000778] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
Oct 25 17:33:07 raspberrypi kernel: [    0.000798] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
Oct 25 17:33:07 raspberrypi kernel: [    0.000818] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
Oct 25 17:33:07 raspberrypi kernel: [    0.000834] Switching to timer-based delay loop, resolution 18ns
Oct 25 17:33:07 raspberrypi kernel: [    0.001072] Console: colour dummy device 80x30
Oct 25 17:33:07 raspberrypi kernel: [    0.001565] printk: console [tty1] enabled
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Oct 25 17:33:07 raspberrypi kernel: [    0.001628] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
Oct 25 17:33:07 raspberrypi kernel: [    0.001670] pid_max: default: 32768 minimum: 301
Oct 25 17:33:07 raspberrypi kernel: [    0.001990] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    0.002031] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 17:33:07 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Oct 25 17:33:07 raspberrypi kernel: [    0.003202] Disabling memory control group subsystem
Oct 25 17:33:07 raspberrypi kernel: [    0.003315] CPU: Testing write buffer coherency: ok
Oct 25 17:33:07 raspberrypi kernel: [    0.003791] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Oct 25 17:33:07 raspberrypi kernel: [    0.004625] Setting up static identity map for 0x200000 - 0x20003c
Oct 25 17:33:07 raspberrypi kernel: [    0.004824] rcu: Hierarchical SRCU implementation.
Oct 25 17:33:07 raspberrypi systemd-udevd[152]: Using default interface naming scheme 'v240'.
Oct 25 17:33:07 raspberrypi kernel: [    0.005451] smp: Bringing up secondary CPUs ...
Oct 25 17:33:07 raspberrypi kernel: [    0.006563] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Oct 25 17:33:07 raspberrypi kernel: [    0.007795] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Oct 25 17:33:07 raspberrypi systemd[1]: Found device /dev/serial1.
Oct 25 17:33:07 raspberrypi kernel: [    0.008972] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Oct 25 17:33:07 raspberrypi kernel: [    0.009115] smp: Brought up 1 node, 4 CPUs
Oct 25 17:33:07 raspberrypi kernel: [    0.009183] SMP: Total of 4 processors activated (432.00 BogoMIPS).
Oct 25 17:33:07 raspberrypi kernel: [    0.009208] CPU: All CPU(s) started in HYP mode.
Oct 25 17:33:07 raspberrypi kernel: [    0.009230] CPU: Virtualization extensions available.
Oct 25 17:33:07 raspberrypi mtp-probe: checking bus 1, device 3: "/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3"
Oct 25 17:33:07 raspberrypi kernel: [    0.009978] devtmpfs: initialized
Oct 25 17:33:07 raspberrypi kernel: [    0.022880] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
Oct 25 17:33:07 raspberrypi kernel: [    0.023148] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 17:33:07 raspberrypi mtp-probe: bus: 1, device: 3 was not an MTP device
Oct 25 17:33:07 raspberrypi kernel: [    0.023196] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    0.030923] pinctrl core: initialized pinctrl subsystem
Oct 25 17:33:07 raspberrypi kernel: [    0.031954] NET: Registered protocol family 16
Oct 25 17:33:07 raspberrypi kernel: [    0.035326] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Oct 25 17:33:07 raspberrypi kernel: [    0.036963] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 17:33:07 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/c9ad3800-01.
Oct 25 17:33:07 raspberrypi kernel: [    0.036996] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 17:33:07 raspberrypi kernel: [    0.037335] Serial: AMBA PL011 UART driver
Oct 25 17:33:07 raspberrypi kernel: [    0.040672] bcm2835-mbox fe00b880.mailbox: mailbox enabled
Oct 25 17:33:07 raspberrypi systemd-udevd[157]: Using default interface naming scheme 'v240'.
Oct 25 17:33:07 raspberrypi kernel: [    0.060892] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:14, variant start_x
Oct 25 17:33:07 raspberrypi kernel: [    0.070874] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
Oct 25 17:33:07 raspberrypi kernel: [    0.124046] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
Oct 25 17:33:07 raspberrypi kernel: [    0.128450] vgaarb: loaded
Oct 25 17:33:07 raspberrypi kernel: [    0.128927] SCSI subsystem initialized
Oct 25 17:33:07 raspberrypi kernel: [    0.129172] usbcore: registered new interface driver usbfs
Oct 25 17:33:07 raspberrypi kernel: [    0.129243] usbcore: registered new interface driver hub
Oct 25 17:33:07 raspberrypi kernel: [    0.129384] usbcore: registered new device driver usb
Oct 25 17:33:07 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 17:33:07 raspberrypi kernel: [    0.130846] clocksource: Switched to clocksource arch_sys_counter
Oct 25 17:33:07 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/c9ad3800-01...
Oct 25 17:33:07 raspberrypi kernel: [    0.882552] VFS: Disk quotas dquot_6.6.0
Oct 25 17:33:07 raspberrypi kernel: [    0.882681] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 17:33:07 raspberrypi kernel: [    0.882866] FS-Cache: Loaded
Oct 25 17:33:07 raspberrypi kernel: [    0.883059] CacheFiles: Loaded
Oct 25 17:33:07 raspberrypi kernel: [    0.884116] simple-framebuffer 3d43f000.framebuffer: framebuffer at 0x3d43f000, 0x17bb000 bytes, mapped to 0x(ptrval)
Oct 25 17:33:07 raspberrypi kernel: [    0.884157] simple-framebuffer 3d43f000.framebuffer: format=r8g8b8, mode=2160x3840x24, linelength=6480
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 17:33:07 raspberrypi kernel: [    1.033663] Console: switching to colour frame buffer device 270x240
Oct 25 17:33:07 raspberrypi kernel: [    1.179928] simple-framebuffer 3d43f000.framebuffer: fb0: simplefb registered!
Oct 25 17:33:07 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 17:33:07 raspberrypi kernel: [    1.188168] thermal_sys: Registered thermal governor 'step_wise'
Oct 25 17:33:07 raspberrypi kernel: [    1.188544] NET: Registered protocol family 2
Oct 25 17:33:07 raspberrypi kernel: [    1.189606] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    1.189877] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    1.190173] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    1.190450] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 17:33:07 raspberrypi systemd-fsck[266]: fsck.fat 4.1 (2017-01-24)
Oct 25 17:33:07 raspberrypi kernel: [    1.190767] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    1.191047] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 17:33:07 raspberrypi kernel: [    1.191493] NET: Registered protocol family 1
Oct 25 17:33:07 raspberrypi systemd-fsck[266]: /dev/mmcblk0p1: 243 files, 109214/516191 clusters
Oct 25 17:33:07 raspberrypi kernel: [    1.192349] RPC: Registered named UNIX socket transport module.
Oct 25 17:33:07 raspberrypi kernel: [    1.192535] RPC: Registered udp transport module.
Oct 25 17:33:07 raspberrypi kernel: [    1.192683] RPC: Registered tcp transport module.
Oct 25 17:33:07 raspberrypi kernel: [    1.192831] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 17:33:07 raspberrypi kernel: [    1.193035] PCI: CLS 0 bytes, default 64
Oct 25 17:33:07 raspberrypi kernel: [    1.194903] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
Oct 25 17:33:07 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/c9ad3800-01.
Oct 25 17:33:07 raspberrypi kernel: [    1.197224] Initialise system trusted keyrings
Oct 25 17:33:07 raspberrypi kernel: [    1.197563] workingset: timestamp_bits=14 max_order=19 bucket_order=5
Oct 25 17:33:07 raspberrypi systemd[1]: Mounting /boot...
Oct 25 17:33:07 raspberrypi kernel: [    1.208366] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 17:33:07 raspberrypi kernel: [    1.209087] NFS: Registering the id_resolver key type
Oct 25 17:33:07 raspberrypi kernel: [    1.209300] Key type id_resolver registered
Oct 25 17:33:07 raspberrypi systemd[1]: Mounted /boot.
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Local File Systems.
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Set console font and keymap...
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Preprocess NFS configuration...
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Raise network interfaces...
Oct 25 17:33:07 raspberrypi systemd[1]: nfs-config.service: Succeeded.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Preprocess NFS configuration.
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target NFS client services.
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Remote File Systems (Pre).
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Remote File Systems.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Set console font and keymap.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Network Time Synchronization...
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 17:33:07 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 17:33:07 raspberrypi systemd[1]: Started Raise network interfaces.
Oct 25 17:33:07 raspberrypi kernel: [    1.209436] Key type id_legacy registered
Oct 25 17:33:07 raspberrypi kernel: [    1.209586] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Oct 25 17:33:07 raspberrypi kernel: [    1.210983] Key type asymmetric registered
Oct 25 17:33:07 raspberrypi kernel: [    1.211122] Asymmetric key parser 'x509' registered
Oct 25 17:33:07 raspberrypi systemd[1]: Started Network Time Synchronization.
Oct 25 17:33:07 raspberrypi kernel: [    1.211429] bounce: pool size: 64 pages
Oct 25 17:33:07 raspberrypi kernel: [    1.211593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target System Time Synchronized.
Oct 25 17:33:07 raspberrypi kernel: [    1.212022] io scheduler mq-deadline registered
Oct 25 17:33:07 raspberrypi kernel: [    1.212170] io scheduler kyber registered
Oct 25 17:33:07 raspberrypi kernel: [    1.215826] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
Oct 25 17:33:07 raspberrypi kernel: [    1.216054] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
Oct 25 17:33:07 raspberrypi kernel: [    1.216375] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
Oct 25 17:33:07 raspberrypi kernel: [    1.216670] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target System Initialization.
Oct 25 17:33:07 raspberrypi kernel: [    1.272989] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
Oct 25 17:33:07 raspberrypi kernel: [    1.273457] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
Oct 25 17:33:07 raspberrypi kernel: [    1.273657] pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 25 17:33:07 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 17:33:07 raspberrypi kernel: [    1.273836] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
Oct 25 17:33:07 raspberrypi kernel: [    1.274181] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
Oct 25 17:33:07 raspberrypi kernel: [    1.274590] pci 0000:00:00.0: PME# supported from D0 D3hot
Oct 25 17:33:07 raspberrypi kernel: [    1.278084] PCI: bus0: Fast back to back transfers disabled
Oct 25 17:33:07 raspberrypi kernel: [    1.278269] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 17:33:07 raspberrypi kernel: [    1.278701] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
Oct 25 17:33:07 raspberrypi kernel: [    1.278953] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Sockets.
Oct 25 17:33:07 raspberrypi kernel: [    1.279380] pci 0000:01:00.0: PME# supported from D0 D3cold
Oct 25 17:33:07 raspberrypi kernel: [    1.282813] PCI: bus1: Fast back to back transfers disabled
Oct 25 17:33:07 raspberrypi kernel: [    1.282996] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Oct 25 17:33:07 raspberrypi kernel: [    1.283223] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
Oct 25 17:33:07 raspberrypi kernel: [    1.283445] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
Oct 25 17:33:07 raspberrypi kernel: [    1.283696] pci 0000:00:00.0: PCI bridge to [bus 01]
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Basic System.
Oct 25 17:33:07 raspberrypi kernel: [    1.283863] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
Oct 25 17:33:07 raspberrypi kernel: [    1.284369] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
Oct 25 17:33:07 raspberrypi kernel: [    1.284753] pcieport 0000:00:00.0: PME: Signaling with IRQ 56
Oct 25 17:33:07 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 17:33:07 raspberrypi kernel: [    1.285265] pcieport 0000:00:00.0: AER: enabled with IRQ 56
Oct 25 17:33:07 raspberrypi kernel: [    1.285690] pci 0000:01:00.0: enabling device (0140 -> 0142)
Oct 25 17:33:07 raspberrypi kernel: [    1.289917] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
Oct 25 17:33:07 raspberrypi kernel: [    1.292931] iproc-rng200 fe104000.rng: hwrng registered
Oct 25 17:33:07 raspberrypi kernel: [    1.293410] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Oct 25 17:33:07 raspberrypi systemd[1]: Starting rng-tools.service...
Oct 25 17:33:07 raspberrypi kernel: [    1.294242] vc-sm: Videocore shared memory driver
Oct 25 17:33:07 raspberrypi kernel: [    1.294894] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
Oct 25 17:33:07 raspberrypi kernel: [    1.306368] brd: module loaded
Oct 25 17:33:07 raspberrypi kernel: [    1.318045] loop: module loaded
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART...
Oct 25 17:33:07 raspberrypi kernel: [    1.319413] Loading iSCSI transport class v2.0-870.
Oct 25 17:33:07 raspberrypi kernel: [    1.321548] libphy: Fixed MDIO Bus: probed
Oct 25 17:33:07 raspberrypi kernel: [    1.322248] bcmgenet fd580000.ethernet: failed to get enet clock
Oct 25 17:33:07 raspberrypi kernel: [    1.322443] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
Oct 25 17:33:07 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 25 17:33:07 raspberrypi kernel: [    1.322632] bcmgenet fd580000.ethernet: failed to get enet-wol clock
Oct 25 17:33:07 raspberrypi kernel: [    1.322835] bcmgenet fd580000.ethernet: failed to get enet-eee clock
Oct 25 17:33:07 raspberrypi kernel: [    1.323043] bcmgenet: Skipping UMAC reset
Oct 25 17:33:07 raspberrypi kernel: [    1.340891] libphy: bcmgenet MII bus: probed
Oct 25 17:33:07 raspberrypi kernel: [    1.420963] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
Oct 25 17:33:07 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 17:33:07 raspberrypi kernel: [    1.422119] usbcore: registered new interface driver r8152
Oct 25 17:33:07 raspberrypi kernel: [    1.422345] usbcore: registered new interface driver lan78xx
Oct 25 17:33:07 raspberrypi kernel: [    1.422585] usbcore: registered new interface driver smsc95xx
Oct 25 17:33:07 raspberrypi kernel: [    1.423062] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 17:33:07 raspberrypi systemd[1]: Started Daily rotation of log files.
Oct 25 17:33:07 raspberrypi kernel: [    1.423250] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Oct 25 17:33:07 raspberrypi kernel: [    1.425492] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
Oct 25 17:33:07 raspberrypi kernel: [    1.426629] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 25 17:33:07 raspberrypi kernel: [    1.426883] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 17:33:07 raspberrypi kernel: [    1.427103] usb usb1: Product: xHCI Host Controller
Oct 25 17:33:07 raspberrypi kernel: [    1.427259] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 17:33:07 raspberrypi kernel: [    1.427440] usb usb1: SerialNumber: 0000:01:00.0
Oct 25 17:33:07 raspberrypi kernel: [    1.428133] hub 1-0:1.0: USB hub found
Oct 25 17:33:07 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 17:33:07 raspberrypi kernel: [    1.428311] hub 1-0:1.0: 1 port detected
Oct 25 17:33:07 raspberrypi kernel: [    1.428903] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 17:33:07 raspberrypi kernel: [    1.429082] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped.
Oct 25 17:33:07 raspberrypi kernel: [    1.429316] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
Oct 25 17:33:07 raspberrypi kernel: [    1.429890] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 25 17:33:07 raspberrypi kernel: [    1.430142] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 17:33:07 raspberrypi kernel: [    1.430363] usb usb2: Product: xHCI Host Controller
Oct 25 17:33:07 raspberrypi kernel: [    1.430518] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 17:33:07 raspberrypi systemd[1]: Starting System Logging Service...
Oct 25 17:33:07 raspberrypi kernel: [    1.430700] usb usb2: SerialNumber: 0000:01:00.0
Oct 25 17:33:07 raspberrypi kernel: [    1.431414] hub 2-0:1.0: USB hub found
Oct 25 17:33:07 raspberrypi kernel: [    1.431593] hub 2-0:1.0: 4 ports detected
Oct 25 17:33:07 raspberrypi kernel: [    1.433053] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Oct 25 17:33:07 raspberrypi kernel: [    1.433499] dwc_otg: FIQ enabled
Oct 25 17:33:07 raspberrypi kernel: [    1.433510] dwc_otg: NAK holdoff enabled
Oct 25 17:33:07 raspberrypi kernel: [    1.433522] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 17:33:07 raspberrypi kernel: [    1.433536] Module dwc_common_port init
Oct 25 17:33:07 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 17:33:07 raspberrypi kernel: [    1.433961] usbcore: registered new interface driver uas
Oct 25 17:33:07 raspberrypi kernel: [    1.434233] usbcore: registered new interface driver usb-storage
Oct 25 17:33:07 raspberrypi kernel: [    1.434595] mousedev: PS/2 mouse device common for all mice
Oct 25 17:33:07 raspberrypi kernel: [    1.436775] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Oct 25 17:33:07 raspberrypi kernel: [    1.439307] sdhci: Secure Digital Host Controller Interface driver
Oct 25 17:33:07 raspberrypi rng-tools[330]: Starting Hardware RNG entropy gatherer daemon: rngd.
Oct 25 17:33:07 raspberrypi kernel: [    1.439502] sdhci: Copyright(c) Pierre Ossman
Oct 25 17:33:07 raspberrypi kernel: [    1.440208] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
Oct 25 17:33:07 raspberrypi kernel: [    1.441057] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 17:33:07 raspberrypi kernel: [    1.444768] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 17:33:07 raspberrypi rngd[339]: rngd 2-unofficial-mt.14 starting up...
Oct 25 17:33:07 raspberrypi kernel: [    1.445204] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 17:33:07 raspberrypi kernel: [    1.445495] usbcore: registered new interface driver usbhid
Oct 25 17:33:07 raspberrypi kernel: [    1.445670] usbhid: USB HID core driver
Oct 25 17:33:07 raspberrypi kernel: [    1.446779] vchiq: vchiq_init_state: slot_zero = (ptrval)
Oct 25 17:33:07 raspberrypi kernel: [    1.448415] [vc_sm_connected_init]: start
Oct 25 17:33:07 raspberrypi systemd[1]: Started Regular background program processing daemon.
Oct 25 17:33:07 raspberrypi kernel: [    1.456104] [vc_sm_connected_init]: end - returning 0
Oct 25 17:33:07 raspberrypi kernel: [    1.458038] Initializing XFRM netlink socket
Oct 25 17:33:07 raspberrypi kernel: [    1.458204] NET: Registered protocol family 17
Oct 25 17:33:07 raspberrypi kernel: [    1.458433] Key type dns_resolver registered
Oct 25 17:33:07 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Oct 25 17:33:07 raspberrypi kernel: [    1.458944] Registering SWP/SWPB emulation handler
Oct 25 17:33:07 raspberrypi kernel: [    1.459387] registered taskstats version 1
Oct 25 17:33:07 raspberrypi kernel: [    1.459527] Loading compiled-in X.509 certificates
Oct 25 17:33:07 raspberrypi kernel: [    1.460167] Key type ._fscrypt registered
Oct 25 17:33:07 raspberrypi kernel: [    1.460301] Key type .fscrypt registered
Oct 25 17:33:07 raspberrypi kernel: [    1.470264] uart-pl011 fe201000.serial: cts_event_workaround enabled
Oct 25 17:33:07 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Oct 25 17:33:07 raspberrypi kernel: [    1.470518] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
Oct 25 17:33:07 raspberrypi kernel: [    1.477092] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 30, base_baud = 68750000) is a 16550
Oct 25 17:33:07 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Oct 25 17:33:07 raspberrypi kernel: [    1.477998] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Oct 25 17:33:07 raspberrypi kernel: [    1.479107] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
Oct 25 17:33:07 raspberrypi kernel: [    1.479299] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
Oct 25 17:33:07 raspberrypi cron[347]: (CRON) INFO (pidfile fd = 3)
Oct 25 17:33:07 raspberrypi kernel: [    1.527582] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 25 17:33:07 raspberrypi kernel: [    1.529392] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 17:33:07 raspberrypi kernel: [    1.531357] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 17:33:07 raspberrypi kernel: [    1.534469] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 25 17:33:07 raspberrypi rngd[339]: entropy feed to the kernel ready
Oct 25 17:33:07 raspberrypi kernel: [    1.536275] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 17:33:07 raspberrypi kernel: [    1.541472] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
Oct 25 17:33:07 raspberrypi systemd[1]: Starting Login Service...
Oct 25 17:33:07 raspberrypi kernel: [    1.544467] of_cfs_init
Oct 25 17:33:07 raspberrypi kernel: [    1.544683] of_cfs_init: OK
Oct 25 17:33:07 raspberrypi kernel: [    1.545668] Waiting for root device PARTUUID=c9ad3800-02...
Oct 25 17:33:07 raspberrypi kernel: [    1.583193] random: fast init done
Oct 25 17:33:07 raspberrypi kernel: [    1.642967] mmc0: new ultra high speed DDR50 SDXC card at address 0007
Oct 25 17:33:07 raspberrypi kernel: [    1.645760] mmcblk0: mmc0:0007 SD64G 58.2 GiB
Oct 25 17:33:07 raspberrypi cron[347]: (CRON) INFO (Running @reboot jobs)
Oct 25 17:33:07 raspberrypi kernel: [    1.648633] mmc1: new high speed SDIO card at address 0001
Oct 25 17:33:07 raspberrypi kernel: [    1.649550]  mmcblk0: p1 p2
Oct 25 17:33:07 raspberrypi systemd[1]: Starting WPA supplicant...
Oct 25 17:33:07 raspberrypi kernel: [    1.673818] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 17:33:07 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 25 17:33:07 raspberrypi systemd[1]: Reached target Timers.
Oct 25 17:33:07 raspberrypi systemd[1]: Started rng-tools.service.
Oct 25 17:33:07 raspberrypi dhcpcd[352]: dev: loaded udev
Oct 25 17:33:07 raspberrypi rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.1901.0]
Oct 25 17:33:07 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="337" x-info="https://www.rsyslog.com"] start
Oct 25 17:33:07 raspberrypi kernel: [    1.674128] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 25 17:33:07 raspberrypi kernel: [    1.679812] devtmpfs: mounted
Oct 25 17:33:07 raspberrypi kernel: [    1.687719] Freeing unused kernel memory: 2048K
Oct 25 17:33:07 raspberrypi kernel: [    1.721138] Run /sbin/init as init process
Oct 25 17:33:07 raspberrypi kernel: [    1.790904] usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 25 17:33:07 raspberrypi kernel: [    1.972818] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
Oct 25 17:33:07 raspberrypi kernel: [    1.973077] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Oct 25 17:33:07 raspberrypi kernel: [    1.973296] usb 1-1: Product: USB2.0 Hub
Oct 25 17:33:07 raspberrypi kernel: [    1.975063] hub 1-1:1.0: USB hub found
Oct 25 17:33:07 raspberrypi kernel: [    1.975381] hub 1-1:1.0: 4 ports detected
Oct 25 17:33:07 raspberrypi kernel: [    2.300903] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
Oct 25 17:33:07 raspberrypi kernel: [    2.341263] NET: Registered protocol family 10
Oct 25 17:33:07 raspberrypi kernel: [    2.342651] Segment Routing with IPv6
Oct 25 17:33:07 raspberrypi kernel: [    2.437024] usb 1-1.3: New USB device found, idVendor=1eaf, idProduct=0004, bcdDevice= 2.00
Oct 25 17:33:07 raspberrypi kernel: [    2.437281] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 25 17:33:07 raspberrypi kernel: [    2.437505] usb 1-1.3: Product: Maple
Oct 25 17:33:07 raspberrypi kernel: [    2.437627] usb 1-1.3: Manufacturer: LeafLabs
Oct 25 17:33:07 raspberrypi kernel: [    3.114545] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 17:33:07 raspberrypi kernel: [    3.124530] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 17:33:07 raspberrypi kernel: [    3.126331] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 17:33:07 raspberrypi kernel: [    4.035684] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 25 17:33:07 raspberrypi kernel: [    4.799954] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
Oct 25 17:33:07 raspberrypi kernel: [    4.805410] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
Oct 25 17:33:07 raspberrypi kernel: [    4.819642] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
Oct 25 17:33:07 raspberrypi kernel: [    4.820184] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
Oct 25 17:33:07 raspberrypi kernel: [    4.862949] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    4.868923] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Oct 25 17:33:07 raspberrypi kernel: [    4.868946] [vc_sm_connected_init]: start
Oct 25 17:33:07 raspberrypi kernel: [    4.877641] [vc_sm_connected_init]: installed successfully
Oct 25 17:33:07 raspberrypi kernel: [    4.883679] mc: Linux media interface: v0.10
Oct 25 17:33:07 raspberrypi kernel: [    4.926798] videodev: Linux video capture interface: v2.00
Oct 25 17:33:07 raspberrypi kernel: [    4.980422] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    4.980427] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    4.997748] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    5.021869] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    5.049190] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 17:33:07 raspberrypi kernel: [    5.243562] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 17:33:07 raspberrypi kernel: [    5.288512] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
Oct 25 17:33:07 raspberrypi kernel: [    5.331729] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
Oct 25 17:33:07 raspberrypi kernel: [    5.331750] checking generic (3d43f000 17bb000) vs hw (0 ffffffffffffffff)
Oct 25 17:33:07 raspberrypi kernel: [    5.331763] fb0: switching to vc4drmfb from simple
Oct 25 17:33:07 raspberrypi kernel: [    5.332345] Console: switching to colour dummy device 80x30
Oct 25 17:33:07 raspberrypi kernel: [    5.333664] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 17:33:07 raspberrypi kernel: [    5.333677] [drm] No driver support for vblank timestamp query.
Oct 25 17:33:07 raspberrypi kernel: [    5.333689] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
Oct 25 17:33:07 raspberrypi kernel: [    5.334224] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
Oct 25 17:33:07 raspberrypi kernel: [    5.353398] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
Oct 25 17:33:07 raspberrypi kernel: [    5.355906] usbcore: registered new interface driver cdc_acm
Oct 25 17:33:07 raspberrypi kernel: [    5.355919] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Oct 25 17:33:07 raspberrypi kernel: [    5.379888] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 17:33:07 raspberrypi kernel: [    5.400413] Console: switching to colour frame buffer device 270x240
Oct 25 17:33:07 raspberrypi kernel: [    5.478459] brcmfmac: F1 signature read @0x18000000=0x15264345
Oct 25 17:33:07 raspberrypi kernel: [    5.486142] vc4-drm gpu: fb0: vc4drmfb frame buffer device
Oct 25 17:33:07 raspberrypi kernel: [    5.490046] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 17:33:07 raspberrypi kernel: [    5.491393] usbcore: registered new interface driver brcmfmac
Oct 25 17:33:07 raspberrypi kernel: [    5.517917] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
Oct 25 17:33:07 raspberrypi kernel: [    5.644747] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Oct 25 17:33:07 raspberrypi kernel: [    5.644789] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Oct 25 17:33:07 raspberrypi kernel: [    5.645373] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
Oct 25 17:33:07 raspberrypi kernel: [    5.645857] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
Oct 25 17:33:07 raspberrypi kernel: [    5.646331] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
Oct 25 17:33:07 raspberrypi kernel: [    5.646767] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
Oct 25 17:33:07 raspberrypi kernel: [    5.646793] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
Oct 25 17:33:07 raspberrypi kernel: [    5.646813] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
Oct 25 17:33:07 raspberrypi kernel: [    5.646832] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
Oct 25 17:33:07 raspberrypi kernel: [    5.646851] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
Oct 25 17:33:07 raspberrypi kernel: [    5.650689] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
Oct 25 17:33:07 raspberrypi kernel: [    5.650716] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Oct 25 17:33:07 raspberrypi kernel: [    5.650754] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Oct 25 17:33:07 raspberrypi kernel: [    5.658627] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Oct 25 17:33:07 raspberrypi kernel: [    5.658678] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Oct 25 17:33:07 raspberrypi kernel: [    5.761938] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 17:33:07 raspberrypi kernel: [    5.777034] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
Oct 25 17:33:07 raspberrypi kernel: [    7.221112] Under-voltage detected! (0x00050005)
Oct 25 17:33:07 raspberrypi kernel: [    7.295824] random: crng init done
Oct 25 17:33:07 raspberrypi kernel: [    7.295840] random: 7 urandom warning(s) missed due to ratelimiting
Oct 25 17:33:07 raspberrypi kernel: [    7.306252] uart-pl011 fe201000.serial: no DMA platform data
Oct 25 17:33:07 raspberrypi kernel: [    7.480013] 8021q: 802.1Q VLAN Support v1.8
Oct 25 17:33:07 raspberrypi dphys-swapfile[334]: want /var/swap=100MByte, checking existing: keeping it
Oct 25 17:33:07 raspberrypi systemd[1]: Started System Logging Service.
Oct 25 17:33:07 raspberrypi wpa_supplicant[357]: Successfully initialized wpa_supplicant
Oct 25 17:33:08 raspberrypi raspi-config[329]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Oct 25 17:33:08 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Oct 25 17:33:08 raspberrypi systemd[1]: Started Login Service.
Oct 25 17:33:08 raspberrypi systemd[1]: Started WPA supplicant.
Oct 25 17:33:08 raspberrypi dhcpcd[352]: wlan0: starting wpa_supplicant
Oct 25 17:33:08 raspberrypi dhcpcd-run-hooks[401]: wlan0: starting wpa_supplicant
Oct 25 17:33:08 raspberrypi kernel: [    8.960991] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
Oct 25 17:33:08 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Oct 25 17:33:08 raspberrypi kernel: [    9.043833] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 17:33:11 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: connected to Access Point `'
Oct 25 17:33:14 raspberrypi dhcpcd[352]: eth0: waiting for carrier
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: waiting for carrier
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: carrier acquired
Oct 25 17:33:14 raspberrypi kernel: [   14.591420] bcmgenet: Skipping UMAC reset
Oct 25 17:33:14 raspberrypi kernel: [   14.593758] bcmgenet fd580000.ethernet: configuring instance for external RGMII
Oct 25 17:33:14 raspberrypi kernel: [   14.594130] bcmgenet fd580000.ethernet eth0: Link is Down
Oct 25 17:33:14 raspberrypi dhcpcd[352]: DUID 00:01:00:01:24:b7:ec:12:b8:27:eb:97:af:49
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: IAID 32:33:c6:e1
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: adding address fe80::ecd1:b131:3c00:57c4
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: carrier lost
Oct 25 17:33:14 raspberrypi dhcpcd[352]: wlan0: deleting address fe80::ecd1:b131:3c00:57c4
Oct 25 17:33:16 raspberrypi kernel: [   16.445007] Bluetooth: Core ver 2.22
Oct 25 17:33:16 raspberrypi kernel: [   16.445092] NET: Registered protocol family 31
Oct 25 17:33:16 raspberrypi kernel: [   16.445105] Bluetooth: HCI device and connection manager initialized
Oct 25 17:33:16 raspberrypi kernel: [   16.447713] Bluetooth: HCI socket layer initialized
Oct 25 17:33:16 raspberrypi kernel: [   16.447735] Bluetooth: L2CAP socket layer initialized
Oct 25 17:33:16 raspberrypi kernel: [   16.447771] Bluetooth: SCO socket layer initialized
Oct 25 17:33:16 raspberrypi kernel: [   16.458301] Bluetooth: HCI UART driver ver 2.3
Oct 25 17:33:16 raspberrypi kernel: [   16.458319] Bluetooth: HCI UART protocol H4 registered
Oct 25 17:33:16 raspberrypi kernel: [   16.458397] Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 25 17:33:16 raspberrypi kernel: [   16.458680] Bluetooth: HCI UART protocol Broadcom registered
Oct 25 17:33:16 raspberrypi btuart[331]: bcm43xx_init
Oct 25 17:33:16 raspberrypi btuart[331]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd
Oct 25 17:33:16 raspberrypi btuart[331]: Set Controller UART speed to 3000000 bit/s
Oct 25 17:33:16 raspberrypi btuart[331]: Device setup complete
Oct 25 17:33:16 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 17:33:16 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART.
Oct 25 17:33:16 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 17:33:16 raspberrypi systemd[1]: Starting Bluetooth service...
Oct 25 17:33:16 raspberrypi systemd[1]: Created slice system-bthelper.slice.
Oct 25 17:33:16 raspberrypi bluetoothd[430]: Bluetooth daemon 5.50
Oct 25 17:33:16 raspberrypi systemd[1]: Started Bluetooth service.
Oct 25 17:33:16 raspberrypi bluetoothd[430]: Starting SDP server
Oct 25 17:33:16 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper.
Oct 25 17:33:16 raspberrypi systemd[1]: Reached target Bluetooth.
Oct 25 17:33:16 raspberrypi kernel: [   16.691634] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 25 17:33:16 raspberrypi kernel: [   16.691649] Bluetooth: BNEP filters: protocol multicast
Oct 25 17:33:16 raspberrypi kernel: [   16.691673] Bluetooth: BNEP socket layer initialized
Oct 25 17:33:16 raspberrypi bluetoothd[430]: Bluetooth management interface 1.14 initialized
Oct 25 17:33:16 raspberrypi dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=430 comm="/usr/lib/bluetooth/bluetoothd ")
Oct 25 17:33:16 raspberrypi bluetoothd[430]: Sap driver initialization failed.
Oct 25 17:33:16 raspberrypi bluetoothd[430]: sap-server: Operation not permitted (1)
Oct 25 17:33:16 raspberrypi bthelper[431]: Raspberry Pi BDADDR already set
Oct 25 17:33:16 raspberrypi systemd[1]: Starting Hostname Service...
Oct 25 17:33:16 raspberrypi bluetoothd[430]: Failed to set privacy: Rejected (0x0b)
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Alias: BlueZ 5.50
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Pairable: yes
Oct 25 17:33:16 raspberrypi bthelper[431]: Changing power off succeeded
Oct 25 17:33:16 raspberrypi dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 17:33:16 raspberrypi systemd[1]: Started Hostname Service.
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Name: raspberrypi
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Alias: BlueZ 5.50
Oct 25 17:33:16 raspberrypi bthelper[431]: Changing power on succeeded
Oct 25 17:33:16 raspberrypi bthelper[431]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:33:C6:E2 Powered: yes
Oct 25 17:33:16 raspberrypi systemd[1]: bthelper@hci0.service: Succeeded.
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: carrier acquired
Oct 25 17:33:17 raspberrypi kernel: [   17.691082] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
Oct 25 17:33:17 raspberrypi kernel: [   17.691127] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: IAID 32:33:c6:df
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: adding address fe80::c5b1:2195:9592:4e4c
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: rebinding lease of 192.168.1.26
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: probing address 192.168.1.26/24
Oct 25 17:33:17 raspberrypi dhcpcd[352]: eth0: soliciting an IPv6 router
Oct 25 17:33:21 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 17:33:21 raspberrypi kernel: [   21.770932] Voltage normalised (0x00000000)
Oct 25 17:33:22 raspberrypi dhcpcd[352]: eth0: leased 192.168.1.26 for 86400 seconds
Oct 25 17:33:22 raspberrypi dhcpcd[352]: eth0: adding route to 192.168.1.0/24
Oct 25 17:33:22 raspberrypi dhcpcd[352]: eth0: adding default route via 192.168.1.1
Oct 25 17:33:22 raspberrypi dhcpcd[352]: forked to background, child pid 466
Oct 25 17:33:22 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Oct 25 17:33:22 raspberrypi systemd[1]: Reached target Network.
Oct 25 17:33:22 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 17:33:22 raspberrypi systemd[1]: Starting Permit User Sessions...
Oct 25 17:33:22 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Oct 25 17:33:22 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Oct 25 17:33:22 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 17:33:22 raspberrypi systemd[1]: Started Permit User Sessions.
Oct 25 17:33:22 raspberrypi systemd[1]: Started Getty on tty1.
Oct 25 17:33:22 raspberrypi systemd[1]: Reached target Login Prompts.
Oct 25 17:33:22 raspberrypi systemd[1]: Started NanoDLP service.
Oct 25 17:33:23 raspberrypi bash[472]: /home/pi/printer/config/run.sh: line 4: pigpiod: command not found
Oct 25 17:33:23 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 17:33:23 raspberrypi systemd[1]: Reached target Multi-User System.
Oct 25 17:33:23 raspberrypi systemd[1]: Reached target Graphical Interface.
Oct 25 17:33:23 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 17:33:23 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 25 17:33:23 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 17:33:23 raspberrypi systemd[1]: Startup finished in 2.175s (kernel) + 21.245s (userspace) = 23.420s.
Oct 25 17:33:23 raspberrypi kernel: [   23.850944] Under-voltage detected! (0x00050005)
Oct 25 17:33:28 raspberrypi bash[472]: TERM environment variable not set.
Oct 25 17:33:28 raspberrypi bash[472]: setterm: $TERM is not defined.
Oct 25 17:33:29 raspberrypi kernel: [   30.090941] Voltage normalised (0x00000000)
Oct 25 17:33:30 raspberrypi systemd[1]: wpa_supplicant.service: Succeeded.
Oct 25 17:33:31 raspberrypi dhcpcd[466]: eth0: no IPv6 Routers available
Oct 25 17:33:31 raspberrypi kernel: [   32.170979] Under-voltage detected! (0x00050005)
Oct 25 17:33:31 raspberrypi kernel: [   32.198750] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 17:33:32 raspberrypi dhclient[577]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 25 17:33:35 raspberrypi dhclient[577]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 25 17:33:36 raspberrypi kernel: [   36.330933] Voltage normalised (0x00000000)
Oct 25 17:33:36 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded.
Oct 26 15:17:15 raspberrypi systemd-timesyncd[289]: Synchronized to time server for the first time 162.159.200.1:123 (2.debian.pool.ntp.org).
Oct 26 15:17:15 raspberrypi systemd[1]: Starting Rotate log files...
Oct 26 15:17:15 raspberrypi systemd[1]: Starting Daily man-db regeneration...
Oct 26 15:17:15 raspberrypi systemd[1]: Starting Daily apt download activities...
Oct 26 15:17:15 raspberrypi logrotate[582]: error: error switching euid to 0 and egid to -1: Invalid argument

Last edited by Jonners59 (2020-10-26 15:38:01)


Jonners59
:-D

Offline

#7 2020-10-26 17:09:27

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: What is wrong with my GCode, please?

Please, use the latest beta, there are  many improvements for 4K displays. Then take another debug file.
Try to contact panel manufacturer and ask for pi4 compatible configurations.

By the way it seems you have power issue ([   32.170979] Under-voltage detected! (0x00050005)), even display works you will experience lots of strange issues with power issue.

Offline

#8 2020-10-27 09:31:37

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

Re: What is wrong with my GCode, please?

Shahin wrote:

Please, use the latest beta, there are  many improvements for 4K displays. Then take another debug file.

OK, will try.

Shahin wrote:

Try to contact panel manufacturer and ask for pi4 compatible configurations.

I have done that.  They only had a Pi3 and say they will look into a Pi4 config.  TBH as soon as I did all the tests they asked instead of saying it was their HDMI card or the LCD or that they would help, they disappeared.  I know the LCD itself is faulty, but I also know the HDMI isn't.  They should send a new LCD.  Anyway, its supply is limited to a handful of vendors on AliExpress in China and they are appalling at honesty and customer care/service.  I think I am alone in getting this sorted.

Shahin wrote:

By the way it seems you have power issue ([   32.170979] Under-voltage detected! (0x00050005)), even display works you will experience lots of strange issues with power issue.

That is interesting.  Where too?  The HDMI card?  That is supplied via one of the two Pi4B USB 3 connections.  I have no other sources available.  Can you elaborate, please?

Thank you.
Jonners


Jonners59
:-D

Offline

#9 2020-10-27 10:16:31

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: What is wrong with my GCode, please?

Power supply to your raspberry pi does not provide enough amp.

Offline

#10 2020-10-27 11:15:00

Jonners59
Member
From: London
Registered: 2020-07-07
Posts: 118

Re: What is wrong with my GCode, please?

Shahin wrote:

Power supply to your raspberry pi does not provide enough amp.

Thank you.  It is supplied via a small USB2 + USB3 board which is attached to the SKR power controller board.  I use the USB3 (2A).  Clearly not good enough.

LM2596S Dual USB Power Supply Module Step-Down Buck Car Charger Power Converter Car Charger Regulators Solar Adjustable 3A DC-DC Port 150KHZ 9V 12V 24V 36V to 5V

and SKR
BIGTREETECH SKR Mini E3 V1.2 Control Board 32Bit with TMC2209 UART Driver 3D Printer Parts Cheetah for Creality Ender 3

Last edited by Jonners59 (2020-10-27 11:15:19)


Jonners59
:-D

Offline

Board footer

Powered by FluxBB