Multiple chambers progress?

I do not know how to move an image from a HDMI monitor to here.

I was imagining taking a picture of it with a digital camera or smartphone camera.

image

Sorry could not fix the focus.

WIN_20190716_14_24_46_Pro

I hope this is better.

Hmm. Itā€™s not clear what (if anything) would be the next item in the boot script. I wonder if it actually completed successfully but rasbian lite just doesnā€™t start local tty sessions on boot by default.

Can you post the output of the following command.

sudo tail /var/log/syslog

pi@raspberrypi:~ $ sudo tail /var/log/syslog
Jul 16 20:30:50 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
pi@raspberrypi:~ $

Okay, actually maybe just paste the whole log so I can see what happened during the boot. Iā€™m not sure if those DHCPv6 issues are relevant.

sudo cat /var/log/syslog

olff, post:108, topic:235"]
sudo cat /var/log/syslog
[/quote]

pi@raspberrypi:~ $ sudo cat /var/log/syslog
Jul 10 01:21:20 raspberrypi fake-hwclock[97]: Wed 10 Jul 00:21:16 UTC 2019
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Linux version 4.19.57-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1244 SMP Thu Jul 4 18:45:25 BST 2019
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] CPU: div instructions available: patching division code
Jul 10 01:21:20 raspberrypi systemd[1]: Mounted POSIX Message Queue File System.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jul 10 01:21:20 raspberrypi systemd[1]: Started Load Kernel Modules.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writealloc
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] On node 0 totalpages: 242688
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Normal zone: 2133 pages used for memmap
Jul 10 01:21:20 raspberrypi systemd[1]: Mounting Kernel Configuration File Systemā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Normal zone: 0 pages reserved
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Normal zone: 242688 pages, LIFO batch:63
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=b499a0a9-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Apply Kernel Variablesā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
Jul 10 01:21:20 raspberrypi systemd[1]: Starting File System Check on Root Deviceā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jul 10 01:21:20 raspberrypi systemd[1]: Mounted Kernel Configuration File System.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
Jul 10 01:21:20 raspberrypi systemd[1]: Started File System Check Daemon to report status.
Jul 10 01:21:20 raspberrypi systemd[1]: Started Apply Kernel Variables.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 630 kB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 10 01:21:20 raspberrypi systemd[1]: Started udev Coldplug all Devices.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] ftrace: allocating 26351 entries in 78 pages
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] rcu: Hierarchical RCU implementation.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Jul 10 01:21:20 raspberrypi systemd-fsck[125]: e2fsck 1.44.5 (15-Dec-2018)
Jul 10 01:21:20 raspberrypi kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdownā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Jul 10 01:21:20 raspberrypi kernel: [ 0.000023] Switching to timer-based delay loop, resolution 52ns
Jul 10 01:21:20 raspberrypi kernel: [ 0.000284] Console: colour dummy device 80x30
Jul 10 01:21:20 raspberrypi systemd-fsck[125]: Superblock last write time is in the future.
Jul 10 01:21:20 raspberrypi kernel: [ 0.000901] console [tty1] enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.000957] Calibrating delay loop (skipped), value calculated using timer frequencyā€¦ 38.40 BogoMIPS (lpj=192000)
Jul 10 01:21:20 raspberrypi systemd-fsck[125]: #011(by less than a day, probably due to the hardware clock being incorrectly set)
Jul 10 01:21:20 raspberrypi kernel: [ 0.001003] pid_max: default: 32768 minimum: 301
Jul 10 01:21:20 raspberrypi kernel: [ 0.001358] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.001394] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.002323] CPU: Testing write buffer coherency: ok
Jul 10 01:21:20 raspberrypi systemd-fsck[125]: rootfs: clean, 42162/117360 files, 270342/468992 blocks
Jul 10 01:21:20 raspberrypi kernel: [ 0.002803] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jul 10 01:21:20 raspberrypi kernel: [ 0.003480] Setting up static identity map for 0x100000 - 0x10003c
Jul 10 01:21:20 raspberrypi kernel: [ 0.003650] rcu: Hierarchical SRCU implementation.
Jul 10 01:21:20 raspberrypi kernel: [ 0.004473] smp: Bringing up secondary CPUs ā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Started File System Check on Root Device.
Jul 10 01:21:20 raspberrypi kernel: [ 0.005330] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jul 10 01:21:20 raspberrypi kernel: [ 0.006264] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jul 10 01:21:20 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown.
Jul 10 01:21:20 raspberrypi kernel: [ 0.007128] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jul 10 01:21:20 raspberrypi kernel: [ 0.007248] smp: Brought up 1 node, 4 CPUs
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systemsā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.007331] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Jul 10 01:21:20 raspberrypi kernel: [ 0.007355] CPU: All CPU(s) started in HYP mode.
Jul 10 01:21:20 raspberrypi kernel: [ 0.007375] CPU: Virtualization extensions available.
Jul 10 01:21:20 raspberrypi kernel: [ 0.008362] devtmpfs: initialized
Jul 10 01:21:20 raspberrypi systemd[1]: Started Set the console keyboard layout.
Jul 10 01:21:20 raspberrypi kernel: [ 0.021286] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Jul 10 01:21:20 raspberrypi kernel: [ 0.021566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jul 10 01:21:20 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Jul 10 01:21:20 raspberrypi kernel: [ 0.021614] futex hash table entries: 1024 (order: 4, 65536 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.022220] pinctrl core: initialized pinctrl subsystem
Jul 10 01:21:20 raspberrypi kernel: [ 0.023104] NET: Registered protocol family 16
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storageā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.026051] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Jul 10 01:21:20 raspberrypi kernel: [ 0.031726] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jul 10 01:21:20 raspberrypi kernel: [ 0.031763] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jul 10 01:21:20 raspberrypi kernel: [ 0.031981] Serial: AMBA PL011 UART driver
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Create System Usersā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.034280] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.069394] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
Jul 10 01:21:20 raspberrypi kernel: [ 0.071316] SCSI subsystem initialized
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jul 10 01:21:20 raspberrypi kernel: [ 0.071551] usbcore: registered new interface driver usbfs
Jul 10 01:21:20 raspberrypi kernel: [ 0.071633] usbcore: registered new interface driver hub
Jul 10 01:21:20 raspberrypi kernel: [ 0.071746] usbcore: registered new device driver usb
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Load/Save Random Seedā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.090305] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
Jul 10 01:21:20 raspberrypi kernel: [ 0.100138] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
Jul 10 01:21:20 raspberrypi kernel: [ 0.111816] clocksource: Switched to clocksource arch_sys_counter
Jul 10 01:21:20 raspberrypi kernel: [ 0.200610] VFS: Disk quotas dquot_6.6.0
Jul 10 01:21:20 raspberrypi systemd-sysusers[136]: Creating group systemd-coredump with gid 996.
Jul 10 01:21:20 raspberrypi kernel: [ 0.200724] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.200935] FS-Cache: Loaded
Jul 10 01:21:20 raspberrypi kernel: [ 0.201161] CacheFiles: Loaded
Jul 10 01:21:20 raspberrypi systemd-sysusers[136]: Creating user systemd-coredump (systemd Core Dumper) with uid 996 and gid 996.
Jul 10 01:21:20 raspberrypi kernel: [ 0.211269] NET: Registered protocol family 2
Jul 10 01:21:20 raspberrypi kernel: [ 0.212096] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.212161] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.212292] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Jul 10 01:21:20 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage.
Jul 10 01:21:20 raspberrypi kernel: [ 0.212497] TCP: Hash tables configured (established 8192 bind 8192)
Jul 10 01:21:20 raspberrypi kernel: [ 0.212651] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:21:20 raspberrypi systemd[1]: Started Load/Save Random Seed.
Jul 10 01:21:20 raspberrypi kernel: [ 0.212718] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 0.213049] NET: Registered protocol family 1
Jul 10 01:21:20 raspberrypi kernel: [ 0.213651] RPC: Registered named UNIX socket transport module.
Jul 10 01:21:20 raspberrypi systemd[1]: Started Create System Users.
Jul 10 01:21:20 raspberrypi kernel: [ 0.213679] RPC: Registered udp transport module.
Jul 10 01:21:20 raspberrypi kernel: [ 0.213701] RPC: Registered tcp transport module.
Jul 10 01:21:20 raspberrypi kernel: [ 0.213722] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 10 01:21:20 raspberrypi kernel: [ 0.215356] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Create Static Device Nodes in /devā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.218353] Initialise system trusted keyrings
Jul 10 01:21:20 raspberrypi kernel: [ 0.218570] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Jul 10 01:21:20 raspberrypi kernel: [ 0.228394] FS-Cache: Netfs ā€˜nfsā€™ registered for caching
Jul 10 01:21:20 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev.
Jul 10 01:21:20 raspberrypi kernel: [ 0.228974] NFS: Registering the id_resolver key type
Jul 10 01:21:20 raspberrypi kernel: [ 0.229023] Key type id_resolver registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.229045] Key type id_legacy registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.229076] nfs4filelayout_init: NFSv4 File Layout Driver Registeringā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Starting udev Kernel Device Managerā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.231382] Key type asymmetric registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.231413] Asymmetric key parser ā€˜x509ā€™ registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.231485] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Jul 10 01:21:20 raspberrypi kernel: [ 0.231668] io scheduler noop registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.231693] io scheduler deadline registered (default)
Jul 10 01:21:20 raspberrypi kernel: [ 0.231972] io scheduler cfq registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.231998] io scheduler mq-deadline registered (default)
Jul 10 01:21:20 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Jul 10 01:21:20 raspberrypi kernel: [ 0.232022] io scheduler kyber registered
Jul 10 01:21:20 raspberrypi kernel: [ 0.235211] bcm2708_fb soc:fb: FB found 1 display(s)
Jul 10 01:21:20 raspberrypi kernel: [ 0.285977] Console: switching to colour frame buffer device 228x61
Jul 10 01:21:20 raspberrypi systemd[1]: Found device /dev/serial1.
Jul 10 01:21:20 raspberrypi kernel: [ 0.314674] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1824x984
Jul 10 01:21:20 raspberrypi kernel: [ 0.317095] bcm2835-rng 3f104000.rng: hwrng registered
Jul 10 01:21:20 raspberrypi mtp-probe: checking bus 1, device 3: ā€œ/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1ā€
Jul 10 01:21:20 raspberrypi mtp-probe: checking bus 1, device 4: ā€œ/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5ā€
Jul 10 01:21:20 raspberrypi mtp-probe: bus: 1, device: 4 was not an MTP device
Jul 10 01:21:20 raspberrypi mtp-probe: bus: 1, device: 3 was not an MTP device
Jul 10 01:21:20 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/b499a0a9-01.
Jul 10 01:21:20 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/b499a0a9-01ā€¦
Jul 10 01:21:20 raspberrypi systemd-udevd[147]: Using default interface naming scheme ā€˜v240ā€™.
Jul 10 01:21:20 raspberrypi systemd-fsck[234]: fsck.fat 4.1 (2017-01-24)
Jul 10 01:21:20 raspberrypi systemd-fsck[234]: /dev/mmcblk0p1: 217 files, 79941/516191 clusters
Jul 10 01:21:20 raspberrypi systemd-udevd[149]: Process ā€˜/usr/sbin/alsactl -E HOME=/run/alsa restore 0ā€™ failed with exit code 99.
Jul 10 01:21:20 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/b499a0a9-01.
Jul 10 01:21:20 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Jul 10 01:21:20 raspberrypi systemd[1]: Mounting /bootā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Statusā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Mounted /boot.
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Local File Systems.
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Commit a transient machine-id on diskā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Create Volatile Files and Directoriesā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.317561] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Set console font and keymapā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.318330] vc-sm: Videocore shared memory driver
Jul 10 01:21:20 raspberrypi kernel: [ 0.318790] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Jul 10 01:21:20 raspberrypi kernel: [ 0.329954] brd: module loaded
Jul 10 01:21:20 raspberrypi kernel: [ 0.340590] loop: module loaded
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Raise network interfacesā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.341300] Loading iSCSI transport class v2.0-870.
Jul 10 01:21:20 raspberrypi kernel: [ 0.342190] libphy: Fixed MDIO Bus: probed
Jul 10 01:21:20 raspberrypi kernel: [ 0.342411] usbcore: registered new interface driver lan78xx
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Preprocess NFS configurationā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 0.342633] usbcore: registered new interface driver smsc95xx
Jul 10 01:21:20 raspberrypi kernel: [ 0.342815] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Jul 10 01:21:20 raspberrypi kernel: [ 0.370851] dwc_otg 3f980000.usb: base=(ptrval)
Jul 10 01:21:20 raspberrypi kernel: [ 0.571245] Core Release: 2.80a
Jul 10 01:21:20 raspberrypi kernel: [ 0.571355] Setting default values for core params
Jul 10 01:21:20 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 10 01:21:20 raspberrypi kernel: [ 0.571529] Finished setting default values for core params
Jul 10 01:21:20 raspberrypi systemd[1]: Started Set console font and keymap.
Jul 10 01:21:20 raspberrypi kernel: [ 0.772018] Using Buffer DMA mode
Jul 10 01:21:20 raspberrypi kernel: [ 0.772127] Periodic Transfer Interrupt Enhancement - disabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.772300] Multiprocessor Interrupt Enhancement - disabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.772464] OTG VER PARAM: 0, OTG VER FLAG: 0
Jul 10 01:21:20 raspberrypi systemd[1]: nfs-config.service: Succeeded.
Jul 10 01:21:20 raspberrypi kernel: [ 0.772610] Dedicated Tx FIFOs mode
Jul 10 01:21:20 raspberrypi kernel: [ 0.773196] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04000 dma = 0xfad04000 len=9024
Jul 10 01:21:20 raspberrypi kernel: [ 0.773494] FIQ FSM acceleration enabled for :
Jul 10 01:21:20 raspberrypi kernel: [ 0.773494] Non-periodic Split Transactions
Jul 10 01:21:20 raspberrypi systemd[1]: Started Preprocess NFS configuration.
Jul 10 01:21:20 raspberrypi kernel: [ 0.773494] Periodic Split Transactions
Jul 10 01:21:20 raspberrypi kernel: [ 0.773494] High-Speed Isochronous Endpoints
Jul 10 01:21:20 raspberrypi kernel: [ 0.773494] Interrupt/Control Split Transaction hack enabled
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Jul 10 01:21:20 raspberrypi kernel: [ 0.787737] dwc_otg: Microframe scheduler enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.787798] WARN::hcd_init_fiq:457: FIQ on core 1
Jul 10 01:21:20 raspberrypi kernel: [ 0.794690] WARN::hcd_init_fiq:458: FIQ ASM at 80650d3c length 36
Jul 10 01:21:20 raspberrypi kernel: [ 0.801620] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
Jul 10 01:21:20 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Jul 10 01:21:20 raspberrypi kernel: [ 0.808452] dwc_otg 3f980000.usb: DWC OTG Controller
Jul 10 01:21:20 raspberrypi kernel: [ 0.815312] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Jul 10 01:21:20 raspberrypi kernel: [ 0.822286] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target NFS client services.
Jul 10 01:21:20 raspberrypi kernel: [ 0.829161] Init: Port Power? op_state=1
Jul 10 01:21:20 raspberrypi kernel: [ 0.836123] Init: Power Port (0)
Jul 10 01:21:20 raspberrypi kernel: [ 0.843231] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Remote File Systems (Pre).
Jul 10 01:21:20 raspberrypi kernel: [ 0.850293] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 01:21:20 raspberrypi kernel: [ 0.857308] usb usb1: Product: DWC OTG Controller
Jul 10 01:21:20 raspberrypi kernel: [ 0.864227] usb usb1: Manufacturer: Linux 4.19.57-v7+ dwc_otg_hcd
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Remote File Systems.
Jul 10 01:21:20 raspberrypi kernel: [ 0.871191] usb usb1: SerialNumber: 3f980000.usb
Jul 10 01:21:20 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdownā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Network Time Synchronizationā€¦
Jul 10 01:21:20 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 10 01:21:20 raspberrypi kernel: [ 0.878706] hub 1-0:1.0: USB hub found
Jul 10 01:21:20 raspberrypi kernel: [ 0.885637] hub 1-0:1.0: 1 port detected
Jul 10 01:21:20 raspberrypi systemd[1]: etc-machine\x2did.mount: Succeeded.
Jul 10 01:21:20 raspberrypi kernel: [ 0.893003] dwc_otg: FIQ enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.893010] dwc_otg: NAK holdoff enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.893015] dwc_otg: FIQ split-transaction FSM enabled
Jul 10 01:21:20 raspberrypi kernel: [ 0.893026] Module dwc_common_port init
Jul 10 01:21:20 raspberrypi systemd[1]: Started Commit a transient machine-id on disk.
Jul 10 01:21:20 raspberrypi kernel: [ 0.893332] usbcore: registered new interface driver usb-storage
Jul 10 01:21:20 raspberrypi kernel: [ 0.900490] mousedev: PS/2 mouse device common for all mice
Jul 10 01:21:20 raspberrypi kernel: [ 0.908281] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Jul 10 01:21:20 raspberrypi systemd[1]: Started Raise network interfaces.
Jul 10 01:21:20 raspberrypi kernel: [ 0.915458] bcm2835-cpufreq: min=600000 max=1200000
Jul 10 01:21:20 raspberrypi kernel: [ 0.922878] sdhci: Secure Digital Host Controller Interface driver
Jul 10 01:21:20 raspberrypi kernel: [ 0.929758] sdhci: CopyrightĀ© Pierre Ossman
Jul 10 01:21:20 raspberrypi kernel: [ 0.937020] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
Jul 10 01:21:20 raspberrypi kernel: [ 0.944340] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Jul 10 01:21:20 raspberrypi systemd[1]: Started Network Time Synchronization.
Jul 10 01:21:20 raspberrypi kernel: [ 0.951500] sdhci-pltfm: SDHCI platform and OF driver helper
Jul 10 01:21:20 raspberrypi kernel: [ 0.960061] ledtrig-cpu: registered to indicate activity on CPUs
Jul 10 01:21:20 raspberrypi kernel: [ 0.967412] hidraw: raw HID events driver Ā© Jiri Kosina
Jul 10 01:21:20 raspberrypi kernel: [ 0.974751] usbcore: registered new interface driver usbhid
Jul 10 01:21:20 raspberrypi kernel: [ 0.981897] usbhid: USB HID core driver
Jul 10 01:21:20 raspberrypi kernel: [ 0.989844] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
Jul 10 01:21:20 raspberrypi kernel: [ 0.998655] [vc_sm_connected_init]: start
Jul 10 01:21:20 raspberrypi kernel: [ 1.008921] [vc_sm_connected_init]: end - returning 0
Jul 10 01:21:20 raspberrypi kernel: [ 1.017087] Initializing XFRM netlink socket
Jul 10 01:21:20 raspberrypi kernel: [ 1.024035] NET: Registered protocol family 17
Jul 10 01:21:20 raspberrypi kernel: [ 1.030924] Key type dns_resolver registered
Jul 10 01:21:20 raspberrypi kernel: [ 1.038164] Registering SWP/SWPB emulation handler
Jul 10 01:21:20 raspberrypi kernel: [ 1.045609] registered taskstats version 1
Jul 10 01:21:20 raspberrypi kernel: [ 1.052425] Loading compiled-in X.509 certificates
Jul 10 01:21:20 raspberrypi kernel: [ 1.066512] uart-pl011 3f201000.serial: cts_event_workaround enabled
Jul 10 01:21:20 raspberrypi kernel: [ 1.073582] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
Jul 10 01:21:20 raspberrypi kernel: [ 1.082760] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
Jul 10 01:21:20 raspberrypi kernel: [ 1.089873] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
Jul 10 01:21:20 raspberrypi kernel: [ 1.111961] Indeed it is in host mode hprt0 = 00021501
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target System Initialization.
Jul 10 01:21:20 raspberrypi kernel: [ 1.180015] sdhost: log_buf @ (ptrval) (fad07000)
Jul 10 01:21:20 raspberrypi kernel: [ 1.206566] random: fast init done
Jul 10 01:21:20 raspberrypi kernel: [ 1.227250] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Jul 10 01:21:20 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 10 01:21:20 raspberrypi kernel: [ 1.235912] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 1.242872] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Jul 10 01:21:20 raspberrypi kernel: [ 1.251192] of_cfs_init
Jul 10 01:21:20 raspberrypi kernel: [ 1.258206] of_cfs_init: OK
Jul 10 01:21:20 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 10 01:21:20 raspberrypi kernel: [ 1.265824] Waiting for root device PARTUUID=b499a0a9-02ā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 1.271036] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jul 10 01:21:20 raspberrypi kernel: [ 1.282236] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Jul 10 01:21:20 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 10 01:21:20 raspberrypi kernel: [ 1.321590] mmc0: host does not support reading read-only switch, assuming write-enable
Jul 10 01:21:20 raspberrypi kernel: [ 1.331137] mmc0: new high speed SDHC card at address 0001
Jul 10 01:21:20 raspberrypi kernel: [ 1.338062] usb 1-1: new high-speed USB device number 2 using dwc_otg
Jul 10 01:21:20 raspberrypi kernel: [ 1.345281] Indeed it is in host mode hprt0 = 00001101
Jul 10 01:21:20 raspberrypi systemd[1]: Listening on triggerhappy.socket.
Jul 10 01:21:20 raspberrypi kernel: [ 1.413294] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
Jul 10 01:21:20 raspberrypi kernel: [ 1.422590] mmcblk0: p1 p2
Jul 10 01:21:20 raspberrypi kernel: [ 1.464263] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Sockets.
Jul 10 01:21:20 raspberrypi kernel: [ 1.471520] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Jul 10 01:21:20 raspberrypi kernel: [ 1.486099] mmc1: new high speed SDIO card at address 0001
Jul 10 01:21:20 raspberrypi kernel: [ 1.487841] devtmpfs: mounted
Jul 10 01:21:20 raspberrypi kernel: [ 1.505874] Freeing unused kernel memory: 1024K
Jul 10 01:21:20 raspberrypi systemd[1]: Reached target Basic System.
Jul 10 01:21:20 raspberrypi kernel: [ 1.513440] Run /sbin/init as init process
Jul 10 01:21:20 raspberrypi kernel: [ 1.592147] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
Jul 10 01:21:20 raspberrypi kernel: [ 1.599412] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:20 raspberrypi kernel: [ 1.607326] hub 1-1:1.0: USB hub found
Jul 10 01:21:20 raspberrypi systemd[1]: Starting rng-tools.serviceā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 1.614501] hub 1-1:1.0: 5 ports detected
Jul 10 01:21:20 raspberrypi kernel: [ 1.941877] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UARTā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 2.072153] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
Jul 10 01:21:20 raspberrypi kernel: [ 2.079538] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 01:21:20 raspberrypi kernel: [ 2.089679] smsc95xx v1.0.6
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Regenerate SSH host keysā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 2.185440] smsc95xx 1-1.1:1.0 eth0: register ā€˜smsc95xxā€™ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:eb:61:ad
Jul 10 01:21:20 raspberrypi kernel: [ 2.279830] NET: Registered protocol family 10
Jul 10 01:21:20 raspberrypi kernel: [ 2.289028] Segment Routing with IPv6
Jul 10 01:21:20 raspberrypi rngd[336]: rngd 2-unofficial-mt.14 starting upā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 2.291871] usb 1-1.5: new full-speed USB device number 4 using dwc_otg
Jul 10 01:21:20 raspberrypi kernel: [ 2.437569] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:20 raspberrypi kernel: [ 2.447872] usb 1-1.5: New USB device found, idVendor=2b04, idProduct=c008, bcdDevice= 2.50
Jul 10 01:21:20 raspberrypi kernel: [ 2.462252] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 10 01:21:20 raspberrypi rng-tools[331]: Starting Hardware RNG entropy gatherer daemon: rngd.
Jul 10 01:21:20 raspberrypi kernel: [ 2.462261] usb 1-1.5: Product: P1
Jul 10 01:21:20 raspberrypi kernel: [ 2.478993] usb 1-1.5: Manufacturer: Particle
Jul 10 01:21:20 raspberrypi kernel: [ 2.504295] usb 1-1.5: SerialNumber: 3e0051000851353532343835
Jul 10 01:21:20 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store).
Jul 10 01:21:20 raspberrypi alsactl[343]: alsactl 1.1.8 daemon started
Jul 10 01:21:20 raspberrypi alsactl[343]: /usr/sbin/alsactl: load_state:1683Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Login Serviceā€¦
Jul 10 01:21:20 raspberrypi alsactl[343]: Found hardware: ā€œbcm2835_alsaā€ ā€œBroadcom Mixerā€ ā€œā€ ā€œā€ ā€œā€
Jul 10 01:21:20 raspberrypi alsactl[343]: Hardware is initialized using a generic method
Jul 10 01:21:20 raspberrypi dd[335]: 1+0 records in
Jul 10 01:21:20 raspberrypi dd[335]: 1+0 records out
Jul 10 01:21:20 raspberrypi dd[335]: 4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0425304 s, 96.3 kB/s
Jul 10 01:21:20 raspberrypi kernel: [ 3.326896] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:20 raspberrypi systemd[1]: Starting Save/Restore Sound Card Stateā€¦
Jul 10 01:21:20 raspberrypi kernel: [ 3.385056] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:20 raspberrypi kernel: [ 3.448008] urandom_read: 3 callbacks suppressed
Jul 10 01:21:20 raspberrypi kernel: [ 3.448019] random: systemd: uninitialized urandom read (16 bytes read)
Jul 10 01:21:20 raspberrypi rngd[336]: entropy feed to the kernel ready
Jul 10 01:21:20 raspberrypi kernel: [ 3.482091] random: systemd: uninitialized urandom read (16 bytes read)

Had to chop it , 32000 max 85000 for whole file. Top of output.

Okay. Could you search for the ā€œStarting Daily aptā€ line and then just post however much you can post starting from there.

Jul 16 17:22:02 raspberrypi systemd[1]: Started Daily apt download activities.
Jul 16 17:22:02 raspberrypi systemd[1]: Starting Daily apt upgrade and clean activitiesā€¦
Jul 16 17:22:03 raspberrypi systemd[1]: apt-daily-upgrade.service: Succeeded.
Jul 16 17:22:03 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Jul 16 17:22:03 raspberrypi systemd[1]: Startup finished in 2.080s (kernel) + 1min 1.174s (userspace) = 1min 3.254s.
Jul 16 17:22:49 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:22:49 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:22:49 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:24:15 raspberrypi systemd[1]: Created slice User Slice of UID 1000.
Jul 16 17:24:15 raspberrypi systemd[1]: Starting User Runtime Directory /run/user/1000ā€¦
Jul 16 17:24:15 raspberrypi systemd[1]: Started User Runtime Directory /run/user/1000.
Jul 16 17:24:15 raspberrypi systemd[1]: Starting User Manager for UID 1000ā€¦
Jul 16 17:24:16 raspberrypi systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 16 17:24:16 raspberrypi systemd[728]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 16 17:24:16 raspberrypi systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 16 17:24:16 raspberrypi systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 16 17:24:16 raspberrypi systemd[728]: Reached target Timers.
Jul 16 17:24:16 raspberrypi systemd[728]: Listening on GnuPG network certificate management daemon.
Jul 16 17:24:16 raspberrypi systemd[728]: Reached target Sockets.
Jul 16 17:24:16 raspberrypi systemd[728]: Reached target Paths.
Jul 16 17:24:16 raspberrypi systemd[728]: Reached target Basic System.
Jul 16 17:24:16 raspberrypi systemd[728]: Reached target Default.
Jul 16 17:24:16 raspberrypi systemd[728]: Startup finished in 272ms.
Jul 16 17:24:16 raspberrypi systemd[1]: Started User Manager for UID 1000.
Jul 16 17:24:16 raspberrypi systemd[1]: Started Session c1 of user pi.
Jul 16 17:24:54 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:24:54 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:24:54 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:27:02 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:27:02 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:27:02 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:28:09 raspberrypi systemd[1]: session-c1.scope: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[1]: Stopping User Manager for UID 1000ā€¦
Jul 16 17:28:19 raspberrypi systemd[728]: Stopped target Default.
Jul 16 17:28:19 raspberrypi systemd[728]: Stopped target Basic System.
Jul 16 17:28:19 raspberrypi systemd[728]: Stopped target Sockets.
Jul 16 17:28:19 raspberrypi systemd[728]: gpg-agent.socket: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 16 17:28:19 raspberrypi systemd[728]: gpg-agent-ssh.socket: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 16 17:28:19 raspberrypi systemd[728]: Stopped target Timers.
Jul 16 17:28:19 raspberrypi systemd[728]: gpg-agent-browser.socket: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 16 17:28:19 raspberrypi systemd[728]: Stopped target Paths.
Jul 16 17:28:19 raspberrypi systemd[728]: dirmngr.socket: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Closed GnuPG network certificate management daemon.
Jul 16 17:28:19 raspberrypi systemd[728]: gpg-agent-extra.socket: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 16 17:28:19 raspberrypi systemd[728]: Reached target Shutdown.
Jul 16 17:28:19 raspberrypi systemd[728]: systemd-exit.service: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[728]: Started Exit the Session.
Jul 16 17:28:19 raspberrypi systemd[728]: Reached target Exit the Session.
Jul 16 17:28:19 raspberrypi systemd[1]: user@1000.service: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[1]: Stopped User Manager for UID 1000.
Jul 16 17:28:19 raspberrypi systemd[1]: Stopping User Runtime Directory /run/user/1000ā€¦
Jul 16 17:28:19 raspberrypi systemd[1]: run-user-1000.mount: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[1]: user-runtime-dir@1000.service: Succeeded.
Jul 16 17:28:19 raspberrypi systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jul 16 17:28:19 raspberrypi systemd[1]: Removed slice User Slice of UID 1000.
Jul 16 17:29:17 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:29:18 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:29:18 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:32:02 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:32:02 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:32:02 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:34:28 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:34:28 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:34:28 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:36:01 raspberrypi systemd[1]: Starting Cleanup of Temporary Directoriesā€¦
Jul 16 17:36:01 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Jul 16 17:36:01 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Jul 16 17:37:16 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:37:16 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:37:16 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:39:27 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:39:27 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:39:27 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:42:22 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:42:22 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:42:22 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:45:02 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:45:02 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:45:02 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:47:13 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:47:13 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:47:13 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:49:23 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:49:23 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:49:23 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:51:50 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:51:50 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:51:50 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:54:25 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:54:25 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:54:25 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:56:56 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:56:56 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:56:56 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 17:59:14 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 17:59:14 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 17:59:14 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:01:23 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:01:23 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:01:23 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:04:15 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:04:15 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:04:15 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:07:12 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:07:12 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:07:12 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:09:31 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:09:32 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:09:32 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:09:49 raspberrypi systemd[1]: Created slice User Slice of UID 1000.
Jul 16 18:09:49 raspberrypi systemd[1]: Starting User Runtime Directory /run/user/1000ā€¦
Jul 16 18:09:49 raspberrypi systemd[1]: Started User Runtime Directory /run/user/1000.
Jul 16 18:09:49 raspberrypi systemd[1]: Starting User Manager for UID 1000ā€¦
Jul 16 18:09:49 raspberrypi systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 16 18:09:49 raspberrypi systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 16 18:09:49 raspberrypi systemd[947]: Listening on GnuPG network certificate management daemon.
Jul 16 18:09:49 raspberrypi systemd[947]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 16 18:09:49 raspberrypi systemd[947]: Reached target Paths.
Jul 16 18:09:49 raspberrypi systemd[947]: Reached target Timers.
Jul 16 18:09:49 raspberrypi systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 16 18:09:49 raspberrypi systemd[947]: Reached target Sockets.
Jul 16 18:09:49 raspberrypi systemd[947]: Reached target Basic System.
Jul 16 18:09:49 raspberrypi systemd[947]: Reached target Default.
Jul 16 18:09:49 raspberrypi systemd[947]: Startup finished in 166ms.
Jul 16 18:09:49 raspberrypi systemd[1]: Started User Manager for UID 1000.
Jul 16 18:09:49 raspberrypi systemd[1]: Started Session c2 of user pi.
Jul 16 18:11:48 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:11:48 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:11:48 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:14:19 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:14:19 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:14:19 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:16:48 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:16:48 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:16:48 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:17:01 raspberrypi CRON[1017]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jul 16 18:18:58 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:18:58 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:18:58 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:21:08 raspberrypi rngd[336]: stats: bits received from HRNG source: 80064
Jul 16 18:21:08 raspberrypi rngd[336]: stats: bits sent to kernel pool: 34848
Jul 16 18:21:08 raspberrypi rngd[336]: stats: entropy added to kernel pool: 34848
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 successes: 4
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 failures: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Poker: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Runs: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Long run: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: HRNG source speed: (min=260.295; avg=409.997; max=889.644)Kibits/s
Jul 16 18:21:08 raspberrypi rngd[336]: stats: FIPS tests speed: (min=6.143; avg=6.623; max=7.064)Mibits/s
Jul 16 18:21:08 raspberrypi rngd[336]: stats: Lowest ready-buffers level: 2
Jul 16 18:21:08 raspberrypi rngd[336]: stats: Entropy starvations: 0
Jul 16 18:21:08 raspberrypi rngd[336]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Jul 16 18:21:14 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:21:15 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:21:15 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:23:28 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:23:29 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:23:29 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:26:00 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:26:00 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:26:00 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:28:22 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:28:22 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:28:22 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:31:11 raspberrypi systemd-timesyncd[291]: Timed out waiting for reply from 159.203.82.102:123 (2.debian.pool.ntp.org).
Jul 16 18:31:19 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:31:19 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:31:19 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:31:21 raspberrypi systemd-timesyncd[291]: Timed out waiting for reply from 138.236.128.112:123 (2.debian.pool.ntp.org).
Jul 16 18:31:21 raspberrypi systemd-timesyncd[291]: Synchronized to time server for the first time 185.198.26.172:123 (2.debian.pool.ntp.org).
Jul 16 18:33:28 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:33:28 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:33:28 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:35:46 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:35:46 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:35:46 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:36:41 raspberrypi systemd[1]: Starting Daily apt download activitiesā€¦
Jul 16 18:36:43 raspberrypi systemd[1]: apt-daily.service: Succeeded.
Jul 16 18:36:43 raspberrypi systemd[1]: Started Daily apt download activities.
Jul 16 18:38:12 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:38:12 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:38:12 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:41:10 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:41:10 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:41:10 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:43:13 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:43:13 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:43:13 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:45:20 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:45:20 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:45:20 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:47:50 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:47:50 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:47:50 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:49:54 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:49:54 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:49:54 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:52:36 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:52:36 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:52:36 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:54:58 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:54:58 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:54:58 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 18:57:49 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 18:57:49 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 18:57:49 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:00:03 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:00:03 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:00:03 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:02:52 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:02:52 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:02:52 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:05:24 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:05:24 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:05:24 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:07:30 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:07:30 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:07:30 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:09:57 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:09:57 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:09:57 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:12:41 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:12:41 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:12:41 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:15:19 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:15:19 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:15:19 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:17:01 raspberrypi CRON[1319]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jul 16 19:18:18 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:18:18 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:18:18 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:20:30 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:20:30 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:20:30 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:21:08 raspberrypi rngd[336]: stats: bits received from HRNG source: 120064
Jul 16 19:21:08 raspberrypi rngd[336]: stats: bits sent to kernel pool: 64608
Jul 16 19:21:08 raspberrypi rngd[336]: stats: entropy added to kernel pool: 64608
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 successes: 6
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 failures: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Poker: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Runs: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Long run: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: HRNG source speed: (min=260.295; avg=499.921; max=891.268)Kibits/s
Jul 16 19:21:08 raspberrypi rngd[336]: stats: FIPS tests speed: (min=6.143; avg=6.762; max=7.064)Mibits/s
Jul 16 19:21:08 raspberrypi rngd[336]: stats: Lowest ready-buffers level: 2
Jul 16 19:21:08 raspberrypi rngd[336]: stats: Entropy starvations: 0
Jul 16 19:21:08 raspberrypi rngd[336]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Jul 16 19:23:01 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:23:01 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:23:01 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:25:34 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:25:34 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:25:34 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:28:32 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:28:32 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:28:32 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:31:00 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:31:00 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:31:00 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:33:16 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:33:16 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:33:16 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:35:35 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:35:35 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:35:35 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:37:44 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:37:44 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:37:44 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:40:06 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:40:07 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:40:07 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:42:46 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:42:46 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:42:46 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:45:05 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:45:05 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:45:05 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:47:48 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:47:48 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:47:48 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:49:50 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:49:50 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:49:50 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:52:43 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:52:43 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:52:43 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:54:48 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:54:48 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:54:48 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:57:00 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:57:00 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:57:00 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 19:59:18 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 19:59:18 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 19:59:18 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:02:00 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:02:00 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:02:00 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:04:08 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:04:08 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:04:08 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:06:56 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:06:56 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:06:56 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:09:31 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:09:31 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:09:32 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:12:06 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:12:06 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:12:06 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:14:19 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:14:19 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:14:19 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:16:53 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:16:53 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:16:53 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:17:01 raspberrypi CRON[1575]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jul 16 20:19:27 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:19:27 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:19:27 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:21:08 raspberrypi rngd[336]: stats: bits received from HRNG source: 140064
Jul 16 20:21:08 raspberrypi rngd[336]: stats: bits sent to kernel pool: 94848
Jul 16 20:21:08 raspberrypi rngd[336]: stats: entropy added to kernel pool: 94848
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 successes: 7
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2 failures: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Poker: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Runs: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Long run: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: HRNG source speed: (min=260.295; avg=533.222; max=891.268)Kibits/s
Jul 16 20:21:08 raspberrypi rngd[336]: stats: FIPS tests speed: (min=6.143; avg=6.805; max=7.075)Mibits/s
Jul 16 20:21:08 raspberrypi rngd[336]: stats: Lowest ready-buffers level: 2
Jul 16 20:21:08 raspberrypi rngd[336]: stats: Entropy starvations: 0
Jul 16 20:21:08 raspberrypi rngd[336]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Jul 16 20:21:32 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:21:32 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:21:32 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:23:39 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:23:39 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:23:39 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:25:42 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:25:42 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:25:42 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:28:32 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:28:32 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:28:32 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:30:50 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:30:50 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:30:50 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:33:42 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:36:14 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:38:28 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers
Jul 16 20:41:06 raspberrypi dhcpcd[537]: wlan0: Router Advertisement from fe80::c256:27ff:feb9:8ea3
Jul 16 20:41:06 raspberrypi dhcpcd[537]: wlan0: soliciting a DHCPv6 lease
Jul 16 20:41:06 raspberrypi dhcpcd[537]: wlan0: dropping DHCPv6 due to no valid routers

Okay, thanks. I could be wrong but Iā€™m pretty sure there is actually no problem. It looks like startup finished correctly.

I would simply ignore the output from your monitor and use ssh to continue with the BrewBlox install guide starting from step 4.

Edit: I donā€™t know why rasbian didnā€™t launch a local tty session after boot completed (which is probably what was confusing you). Iā€™m guessing that maybe it only does so if a keyboard is connected or something.

it is off and running! Thanks a whole lot!!!

2 Likes

I had problems so I disconnected the HDMI cable from the PI, and the USB cable to the Spark3, reformatted and loaded the Micro SD card and got the following message after step 5:

pi@raspberrypi:~ $ cd ./brewblox
-bash: cd: ./brewblox: No such file or directory
pi@raspberrypi:~ $

As part of step 4, did you run brewblox-ctl install, and what install directory did you choose?

I believe I typed in ./brewblox.
I am going to try to start fresh again to be sure. It ran quickly and looked clean on the install without the HDMI cable connected and the Spark 3 connected.

subprocess.CalledProcessError: Command ā€˜curl -sL get.docker.com | sed ā€˜s/9)/9|10)/ā€™ | shā€™ returned non-zero exit status 100.
pi@raspberrypi:~ $ cd ~/brewblox
-bash: cd: /home/pi/brewblox: No such file or directory
pi@raspberrypi:~ $ pwd
/home/pi
pi@raspberrypi:~ $ cd /home/pi
pi@raspberrypi:~ $ cd /home/pi/brewblox
-bash: cd: /home/pi/brewblox: No such file or directory
pi@raspberrypi:~ $

Third install attempt. At the brewblox directory prompt I entered ~/brewblox IAW instructions on step 4.3.

pi@raspberrypi:/home $ ls
pi
pi@raspberrypi:/home $ cd /pi
-bash: cd: /pi: No such file or directory
pi@raspberrypi:/home $

confusedā€¦

This looks like docker failed to install. Docker have been playing catch up with the move to Debian Buster recently. Itā€™s really annoyingā€¦

The command thatā€™s being run as a work around looks slightly wrong, though. Does the following work without throwing an error for you sudo curl -sL get.docker.com | sed 's/9)/10)/' | sh