ERROR: Couldn't determine iptables version

It is a kernel module, but the tool set to load kernel modules kmod is missing it seems:

apt install kmod
modprobe nf_tables
iptables -L

That is potentially responsible for a lot of errors, so worth to test reboot again if iptables does now work.

Before I reboot, what were you saying about permanent logs? I really want to sort out the reboot issue because when I’m not at home and working on this, and i need to reboot, its peak.
Also Kmod installed here’s other outputs

root@tubzpi:~# modprobe nf_tables
root@tubzpi:~# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Wait both ufw and iptables work now… that’s odd, thanks anyways!

Also i didnt reboot and it worked, now lastly, (I hope), is there any solution to reboot error?

Not at all, without kmod no kernel modules can be loaded which limits the things you can do quite massively. Luckily the RPi kernel has all essential modules builtin, otherwise, e.g. with a common Debian kernel, it wouldn’t be able to boot.

No need to force testing the reboot now, just do when you’re home. I just mean that it’s worth to test again since the lack of kmod might be responsible for the issue.

Im at home now thats why im asking, should I try reboot see what happens? Sorry for lack of clarity

Then why not.

1 Like

Why is there a twenty-character limits anyways? I get people might spam but whats stops them from spamming 20 characters?

The argument is that posts which less characters are usually redundant and do not contribute to a discussion. However, I found that limit annoying myself a few times, so I just disabled the limit (see successful edit above :slightly_smiling_face:).

so if you edit it, it goes away? Or do you have special permissions to be able to do it?

I disabled the limit in Discourse admin settings.

ooo, also no luck with reboot, ssh cant connect, and I’m going to guess there to output on my tv either.
But ill still check and tel you what I find, just give me a few mins.

Okay, this is how to enable permanent system logs:

dietpi-software uninstall 103
mkdir -p /var/log/journal
mkdir -p /etc/systemd/journald.conf.d
echo -e '[Journal]\nSystemMaxFiles=2\nMaxFileSec=7day' /etc/systemd/journald.conf.d/99-custom.conf
reboot # reboot needed to have the RAM log really disabled

The 99-custom.conf limits it to max 2 files with a 7 days rotation, i.e. every 7 days a new log file is created and at max 2 files are kept, so you always have logs from between 7 and 14 days.

Review logs via:

journalctl

Sorry for very late reply :confused:

root@tubzpi:~# dietpi-software uninstall 103
[  OK  ] DietPi-Software | Initialised database
[  OK  ] DietPi-Software | Reading database

 DietPi-Software
─────────────────────────────────────────────────────
 Mode: Automated uninstall

[  OK  ] DietPi-Software | Uninstalling DietPi-RAMlog: Makes /var/log a RAM disk, preserves file structure on reboot

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Uninstalling DietPi-RAMlog: Makes /var/log a RAM disk, preserves file structure on reboot

[  OK  ] DietPi-Software | sed -i /[[:blank:]]\/var\/log[[:blank:]]/d /etc/fstab
[  OK  ] DietPi-Software | mkdir -p /var/lib/dietpi/dietpi-ramlog
[  OK  ] DietPi-Software | chmod +x /var/lib/dietpi/dietpi-ramlog/disable.sh
[  OK  ] DietPi-Software | systemctl daemon-reload
[  OK  ] DietPi-Software | systemctl --no-reload enable dietpi-ramlog_disable

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Finalising uninstall

[ INFO ] DietPi-Software | APT autopurge, please wait...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[  OK  ] DietPi-Software | APT autopurge
[  OK  ] DietPi-Software | systemctl daemon-reload

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Uninstall completed

root@tubzpi:~# mkdir -p /var/log/journal
root@tubzpi:~# mkdir -p /etc/systemd/journald.conf.d
root@tubzpi:~# echo -e '[Journal]\nSystemMaxFiles=2\nMaxFileSec=7day' /etc/systemd/journald.conf.d/99-custom.conf
[Journal]
SystemMaxFiles=2
MaxFileSec=7day /etc/systemd/journald.conf.d/99-custom.conf

@MichaIng here you go, i see a lot of red and warnings. no idea what most of it means.

root@tubzpi:~# journalctl
-- Journal begins at Sat 2023-05-06 00:59:29 BST, ends at Sat 2023-05-06 01:10:25 BST. --
May 06 00:59:29 tubzpi.xyz kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd034]
May 06 00:59:29 tubzpi.xyz kernel: Linux version 6.1.21-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023
May 06 00:59:29 tubzpi.xyz kernel: random: crng init done
May 06 00:59:29 tubzpi.xyz kernel: Machine model: Raspberry Pi 3 Model B Rev 1.2
May 06 00:59:29 tubzpi.xyz kernel: efi: UEFI not found.
May 06 00:59:29 tubzpi.xyz kernel: Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
May 06 00:59:29 tubzpi.xyz kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
May 06 00:59:29 tubzpi.xyz kernel: Zone ranges:
May 06 00:59:29 tubzpi.xyz kernel:   DMA      [mem 0x0000000000000000-0x000000003e5fffff]
May 06 00:59:29 tubzpi.xyz kernel:   DMA32    empty
May 06 00:59:29 tubzpi.xyz kernel:   Normal   empty
May 06 00:59:29 tubzpi.xyz kernel: Movable zone start for each node
May 06 00:59:29 tubzpi.xyz kernel: Early memory node ranges
May 06 00:59:29 tubzpi.xyz kernel:   node   0: [mem 0x0000000000000000-0x000000003e5fffff]
May 06 00:59:29 tubzpi.xyz kernel: Initmem setup node 0 [mem 0x0000000000000000-0x000000003e5fffff]
May 06 00:59:29 tubzpi.xyz kernel: On node 0, zone DMA: 6656 pages in unavailable ranges
May 06 00:59:29 tubzpi.xyz kernel: percpu: Embedded 29 pages/cpu s78504 r8192 d32088 u118784
May 06 00:59:29 tubzpi.xyz kernel: pcpu-alloc: s78504 r8192 d32088 u118784 alloc=29*4096
May 06 00:59:29 tubzpi.xyz kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
May 06 00:59:29 tubzpi.xyz kernel: Detected VIPT I-cache on CPU0
May 06 00:59:29 tubzpi.xyz kernel: CPU features: kernel page table isolation forced ON by KASLR
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: Kernel page table isolation (KPTI)
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: ARM erratum 843419
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: ARM erratum 845719
May 06 00:59:29 tubzpi.xyz kernel: alternatives: applying boot alternatives
May 06 00:59:29 tubzpi.xyz kernel: Built 1 zonelists, mobility grouping on.  Total pages: 251496
May 06 00:59:29 tubzpi.xyz kernel: Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=0 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1920x1080M@50D vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  root=PARTUUID=8d0105b5-02 rootfstype=ext4 rootwait fsck.repair=yes net.ifnames=0 logo.nologo console=tty1
May 06 00:59:29 tubzpi.xyz kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
May 06 00:59:29 tubzpi.xyz kernel: Memory: 716228K/1021952K available (11776K kernel code, 2106K rwdata, 3688K rodata, 4160K init, 1077K bss, 43580K reserved, 262144K cma-reserved)
May 06 00:59:29 tubzpi.xyz kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 06 00:59:29 tubzpi.xyz kernel: ftrace: allocating 39744 entries in 156 pages
May 06 00:59:29 tubzpi.xyz kernel: ftrace: allocated 156 pages with 4 groups
May 06 00:59:29 tubzpi.xyz kernel: trace event string verifier disabled
May 06 00:59:29 tubzpi.xyz kernel: rcu: Preemptible hierarchical RCU implementation.
May 06 00:59:29 tubzpi.xyz kernel: rcu:         RCU event tracing is enabled.
May 06 00:59:29 tubzpi.xyz kernel: rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
May 06 00:59:29 tubzpi.xyz kernel:         Trampoline variant of Tasks RCU enabled.
May 06 00:59:29 tubzpi.xyz kernel:         Rude variant of Tasks RCU enabled.
May 06 00:59:29 tubzpi.xyz kernel:         Tracing variant of Tasks RCU enabled.
May 06 00:59:29 tubzpi.xyz kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
May 06 00:59:29 tubzpi.xyz kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
May 06 00:59:29 tubzpi.xyz kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
May 06 00:59:29 tubzpi.xyz kernel: Root IRQ handler: bcm2836_arm_irqchip_handle_irq
May 06 00:59:29 tubzpi.xyz kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
May 06 00:59:29 tubzpi.xyz kernel: arch_timer: cp15 timer(s) running at 19.20MHz (phys).
May 06 00:59:29 tubzpi.xyz kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
May 06 00:59:29 tubzpi.xyz kernel: sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
May 06 00:59:29 tubzpi.xyz kernel: Console: colour dummy device 80x25
May 06 00:59:29 tubzpi.xyz kernel: printk: console [tty1] enabled
May 06 00:59:29 tubzpi.xyz kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
May 06 00:59:29 tubzpi.xyz kernel: pid_max: default: 32768 minimum: 301
May 06 00:59:29 tubzpi.xyz kernel: LSM: Security Framework initializing
May 06 00:59:29 tubzpi.xyz kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: cgroup: Disabling memory control group subsystem
May 06 00:59:29 tubzpi.xyz kernel: cblist_init_generic: Setting adjustable number of callback queues.
May 06 00:59:29 tubzpi.xyz kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 06 00:59:29 tubzpi.xyz kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 06 00:59:29 tubzpi.xyz kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 06 00:59:29 tubzpi.xyz kernel: rcu: Hierarchical SRCU implementation.
May 06 00:59:29 tubzpi.xyz kernel: rcu:         Max phase no-delay instances is 1000.
May 06 00:59:29 tubzpi.xyz kernel: EFI services will not be available.
May 06 00:59:29 tubzpi.xyz kernel: smp: Bringing up secondary CPUs ...
May 06 00:59:29 tubzpi.xyz kernel: Detected VIPT I-cache on CPU1
May 06 00:59:29 tubzpi.xyz kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
May 06 00:59:29 tubzpi.xyz kernel: Detected VIPT I-cache on CPU2
May 06 00:59:29 tubzpi.xyz kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
May 06 00:59:29 tubzpi.xyz kernel: Detected VIPT I-cache on CPU3
May 06 00:59:29 tubzpi.xyz kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
May 06 00:59:29 tubzpi.xyz kernel: smp: Brought up 1 node, 4 CPUs
May 06 00:59:29 tubzpi.xyz kernel: SMP: Total of 4 processors activated.
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: 32-bit EL0 Support
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: 32-bit EL1 Support
May 06 00:59:29 tubzpi.xyz kernel: CPU features: detected: CRC32 instructions
May 06 00:59:29 tubzpi.xyz kernel: CPU: All CPU(s) started at EL2
May 06 00:59:29 tubzpi.xyz kernel: alternatives: applying system-wide alternatives
May 06 00:59:29 tubzpi.xyz kernel: devtmpfs: initialized
May 06 00:59:29 tubzpi.xyz kernel: Enabled cp15_barrier support
May 06 00:59:29 tubzpi.xyz kernel: Enabled setend support
May 06 00:59:29 tubzpi.xyz kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 06 00:59:29 tubzpi.xyz kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: pinctrl core: initialized pinctrl subsystem
May 06 00:59:29 tubzpi.xyz kernel: DMI not present or invalid.
May 06 00:59:29 tubzpi.xyz kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 06 00:59:29 tubzpi.xyz kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
May 06 00:59:29 tubzpi.xyz kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 06 00:59:29 tubzpi.xyz kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 06 00:59:29 tubzpi.xyz kernel: audit: initializing netlink subsys (disabled)
May 06 00:59:29 tubzpi.xyz kernel: audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
May 06 00:59:29 tubzpi.xyz kernel: thermal_sys: Registered thermal governor 'step_wise'
May 06 00:59:29 tubzpi.xyz kernel: cpuidle: using governor menu
May 06 00:59:29 tubzpi.xyz kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
May 06 00:59:29 tubzpi.xyz kernel: ASID allocator initialised with 32768 entries
May 06 00:59:29 tubzpi.xyz kernel: Serial: AMBA PL011 UART driver
May 06 00:59:29 tubzpi.xyz kernel: bcm2835-mbox 3f00b880.mailbox: mailbox enabled
May 06 00:59:29 tubzpi.xyz kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:53:00, variant start_cd
May 06 00:59:29 tubzpi.xyz kernel: raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54
May 06 00:59:29 tubzpi.xyz kernel: KASLR enabled
May 06 00:59:29 tubzpi.xyz kernel: bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
May 06 00:59:29 tubzpi.xyz kernel: SCSI subsystem initialized
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver usbfs
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver hub
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new device driver usb
May 06 00:59:29 tubzpi.xyz kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator
May 06 00:59:29 tubzpi.xyz kernel: usb_phy_generic phy: dummy supplies not allowed for exclusive requests
May 06 00:59:29 tubzpi.xyz kernel: pps_core: LinuxPPS API ver. 1 registered
May 06 00:59:29 tubzpi.xyz kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 06 00:59:29 tubzpi.xyz kernel: PTP clock support registered
May 06 00:59:29 tubzpi.xyz kernel: vgaarb: loaded
May 06 00:59:29 tubzpi.xyz kernel: clocksource: Switched to clocksource arch_sys_counter
May 06 00:59:29 tubzpi.xyz kernel: VFS: Disk quotas dquot_6.6.0
May 06 00:59:29 tubzpi.xyz kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 06 00:59:29 tubzpi.xyz kernel: FS-Cache: Loaded
May 06 00:59:29 tubzpi.xyz kernel: CacheFiles: Loaded
May 06 00:59:29 tubzpi.xyz kernel: NET: Registered PF_INET protocol family
May 06 00:59:29 tubzpi.xyz kernel: IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: TCP: Hash tables configured (established 8192 bind 8192)
May 06 00:59:29 tubzpi.xyz kernel: UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
May 06 00:59:29 tubzpi.xyz kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 06 00:59:29 tubzpi.xyz kernel: RPC: Registered named UNIX socket transport module.
May 06 00:59:29 tubzpi.xyz kernel: RPC: Registered udp transport module.
May 06 00:59:29 tubzpi.xyz kernel: RPC: Registered tcp transport module.
May 06 00:59:29 tubzpi.xyz kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
May 06 00:59:29 tubzpi.xyz kernel: PCI: CLS 0 bytes, default 64
May 06 00:59:29 tubzpi.xyz kernel: hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
May 06 00:59:29 tubzpi.xyz kernel: kvm [1]: IPA Size Limit: 40 bits
May 06 00:59:29 tubzpi.xyz kernel: kvm [1]: Hyp mode initialized successfully
May 06 00:59:29 tubzpi.xyz kernel: Initialise system trusted keyrings
May 06 00:59:29 tubzpi.xyz kernel: workingset: timestamp_bits=46 max_order=18 bucket_order=0
May 06 00:59:29 tubzpi.xyz kernel: zbud: loaded
May 06 00:59:29 tubzpi.xyz kernel: NFS: Registering the id_resolver key type
May 06 00:59:29 tubzpi.xyz kernel: Key type id_resolver registered
May 06 00:59:29 tubzpi.xyz kernel: Key type id_legacy registered
May 06 00:59:29 tubzpi.xyz kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
May 06 00:59:29 tubzpi.xyz kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
May 06 00:59:29 tubzpi.xyz kernel: Key type asymmetric registered
May 06 00:59:29 tubzpi.xyz kernel: Asymmetric key parser 'x509' registered
May 06 00:59:29 tubzpi.xyz kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
May 06 00:59:29 tubzpi.xyz kernel: io scheduler mq-deadline registered
May 06 00:59:29 tubzpi.xyz kernel: io scheduler kyber registered
May 06 00:59:29 tubzpi.xyz kernel: simple-framebuffer 3ebff000.framebuffer: framebuffer at 0x3ebff000, 0x3fc000 bytes
May 06 00:59:29 tubzpi.xyz kernel: simple-framebuffer 3ebff000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
May 06 00:59:29 tubzpi.xyz kernel: Console: switching to colour frame buffer device 240x67
May 06 00:59:29 tubzpi.xyz kernel: simple-framebuffer 3ebff000.framebuffer: fb0: simplefb registered!
May 06 00:59:29 tubzpi.xyz kernel: bcm2835-rng 3f104000.rng: hwrng registered
May 06 00:59:29 tubzpi.xyz kernel: vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
May 06 00:59:29 tubzpi.xyz kernel: gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
May 06 00:59:29 tubzpi.xyz kernel: brd: module loaded
May 06 00:59:29 tubzpi.xyz kernel: loop: module loaded
May 06 00:59:29 tubzpi.xyz kernel: Loading iSCSI transport class v2.0-870.
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver r8152
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver lan78xx
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver smsc95xx
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
May 06 00:59:29 tubzpi.xyz kernel: Core Release: 2.80a
May 06 00:59:29 tubzpi.xyz kernel: Setting default values for core params
May 06 00:59:29 tubzpi.xyz kernel: Finished setting default values for core params
May 06 00:59:29 tubzpi.xyz kernel: Using Buffer DMA mode
May 06 00:59:29 tubzpi.xyz kernel: Periodic Transfer Interrupt Enhancement - disabled
May 06 00:59:29 tubzpi.xyz kernel: Multiprocessor Interrupt Enhancement - disabled
May 06 00:59:29 tubzpi.xyz kernel: OTG VER PARAM: 0, OTG VER FLAG: 0
May 06 00:59:29 tubzpi.xyz kernel: Dedicated Tx FIFOs mode
May 06 00:59:29 tubzpi.xyz kernel:
May 06 00:59:29 tubzpi.xyz kernel: WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = ffffffc008459000 dma = 0x00000000df000000 len=9024
May 06 00:59:29 tubzpi.xyz kernel: FIQ FSM acceleration enabled for :
                                   Non-periodic Split Transactions
                                   Periodic Split Transactions
                                   High-Speed Isochronous Endpoints
                                   Interrupt/Control Split Transaction hack enabled
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg: Microframe scheduler enabled
May 06 00:59:29 tubzpi.xyz kernel:
May 06 00:59:29 tubzpi.xyz kernel: WARN::hcd_init_fiq:497: MPHI regs_base at ffffffc00806d000
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg 3f980000.usb: DWC OTG Controller
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
May 06 00:59:29 tubzpi.xyz kernel: Init: Port Power? op_state=1
May 06 00:59:29 tubzpi.xyz kernel: Init: Power Port (0)
May 06 00:59:29 tubzpi.xyz kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
May 06 00:59:29 tubzpi.xyz kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 06 00:59:29 tubzpi.xyz kernel: usb usb1: Product: DWC OTG Controller
May 06 00:59:29 tubzpi.xyz kernel: usb usb1: Manufacturer: Linux 6.1.21-v8+ dwc_otg_hcd
May 06 00:59:29 tubzpi.xyz kernel: usb usb1: SerialNumber: 3f980000.usb
May 06 00:59:29 tubzpi.xyz kernel: hub 1-0:1.0: USB hub found
May 06 00:59:29 tubzpi.xyz kernel: hub 1-0:1.0: 1 port detected
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg: FIQ enabled
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg: NAK holdoff enabled
May 06 00:59:29 tubzpi.xyz kernel: dwc_otg: FIQ split-transaction FSM enabled
May 06 00:59:29 tubzpi.xyz kernel: Module dwc_common_port init
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver uas
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver usb-storage
May 06 00:59:29 tubzpi.xyz kernel: mousedev: PS/2 mouse device common for all mice
May 06 00:59:29 tubzpi.xyz kernel: sdhci: Secure Digital Host Controller Interface driver
May 06 00:59:29 tubzpi.xyz kernel: sdhci: Copyright(c) Pierre Ossman
May 06 00:59:29 tubzpi.xyz kernel: sdhci-pltfm: SDHCI platform and OF driver helper
May 06 00:59:29 tubzpi.xyz kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 06 00:59:29 tubzpi.xyz kernel: hid: raw HID events driver (C) Jiri Kosina
May 06 00:59:29 tubzpi.xyz kernel: usbcore: registered new interface driver usbhid
May 06 00:59:29 tubzpi.xyz kernel: usbhid: USB HID core driver
May 06 00:59:29 tubzpi.xyz kernel: NET: Registered PF_PACKET protocol family
May 06 00:59:29 tubzpi.xyz kernel: Key type dns_resolver registered
May 06 00:59:29 tubzpi.xyz kernel: registered taskstats version 1
May 06 00:59:29 tubzpi.xyz kernel: Loading compiled-in X.509 certificates
May 06 00:59:29 tubzpi.xyz kernel: Key type .fscrypt registered
May 06 00:59:29 tubzpi.xyz kernel: Key type fscrypt-provisioning registered
May 06 00:59:29 tubzpi.xyz kernel: uart-pl011 3f201000.serial: cts_event_workaround enabled
May 06 00:59:29 tubzpi.xyz kernel: 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
May 06 00:59:29 tubzpi.xyz kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
May 06 00:59:29 tubzpi.xyz kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
May 06 00:59:29 tubzpi.xyz kernel: sdhost: log_buf @ 0000000026cae57a (c2a72000)
May 06 00:59:29 tubzpi.xyz kernel: Indeed it is in host mode hprt0 = 00021501
May 06 00:59:29 tubzpi.xyz kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
May 06 00:59:29 tubzpi.xyz kernel: of_cfs_init
May 06 00:59:29 tubzpi.xyz kernel: of_cfs_init: OK
May 06 00:59:29 tubzpi.xyz kernel: Waiting for root device PARTUUID=8d0105b5-02...
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1: new high-speed USB device number 2 using dwc_otg
May 06 00:59:29 tubzpi.xyz kernel: Indeed it is in host mode hprt0 = 00001101
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 06 00:59:29 tubzpi.xyz kernel: hub 1-1:1.0: USB hub found
May 06 00:59:29 tubzpi.xyz kernel: hub 1-1:1.0: 5 ports detected
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.1: new high-speed USB device number 3 using dwc_otg
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 06 00:59:29 tubzpi.xyz kernel: smsc95xx v2.0.0
May 06 00:59:29 tubzpi.xyz kernel: SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=184)
May 06 00:59:29 tubzpi.xyz kernel: smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:22:3a:c1
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.2: new full-speed USB device number 4 using dwc_otg
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.2: New USB device found, idVendor=062a, idProduct=5918, bcdDevice= 1.02
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.2: Product: 2.4G Keyboard Mouse
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.2: Manufacturer: MOSART Semi.
May 06 00:59:29 tubzpi.xyz kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:062A:5918.0001/input/input0
May 06 00:59:29 tubzpi.xyz kernel: hid-generic 0003:062A:5918.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-3f980000.usb-1.2/input0
May 06 00:59:29 tubzpi.xyz kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:062A:5918.0002/input/input1
May 06 00:59:29 tubzpi.xyz kernel: input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:062A:5918.0002/input/input2
May 06 00:59:29 tubzpi.xyz kernel: input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:062A:5918.0002/input/input3
May 06 00:59:29 tubzpi.xyz kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:062A:5918.0002/input/input4
May 06 00:59:29 tubzpi.xyz kernel: hid-generic 0003:062A:5918.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-3f980000.usb-1.2/input1
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: new high-speed USB device number 5 using dwc_otg
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: New USB device found, idVendor=13fd, idProduct=5910, bcdDevice= 0.58
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: Product: External
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: Manufacturer: Generic
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: SerialNumber: 50026B73802BBFAB
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.4: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
May 06 00:59:29 tubzpi.xyz kernel: usb-storage 1-1.4:1.0: USB Mass Storage device detected
May 06 00:59:29 tubzpi.xyz kernel: scsi host0: usb-storage 1-1.4:1.0
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.5: new low-speed USB device number 6 using dwc_otg
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.5: New USB device found, idVendor=1a2c, idProduct=4c5e, bcdDevice= 1.10
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.5: Product: USB Keyboard
May 06 00:59:29 tubzpi.xyz kernel: usb 1-1.5: Manufacturer: SEMICO
May 06 00:59:29 tubzpi.xyz kernel: input: SEMICO USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:1A2C:4C5E.0003/input/input5
May 06 00:59:29 tubzpi.xyz kernel: hid-generic 0003:1A2C:4C5E.0003: input,hidraw2: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-3f980000.usb-1.5/input0
May 06 00:59:29 tubzpi.xyz kernel: input: SEMICO USB Keyboard Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1A2C:4C5E.0004/input/input6
May 06 00:59:29 tubzpi.xyz kernel: input: SEMICO USB Keyboard System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1A2C:4C5E.0004/input/input7
May 06 00:59:29 tubzpi.xyz kernel: input: SEMICO USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1A2C:4C5E.0004/input/input9
May 06 00:59:29 tubzpi.xyz kernel: hid-generic 0003:1A2C:4C5E.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-3f980000.usb-1.5/input1
May 06 00:59:29 tubzpi.xyz kernel: scsi 0:0:0:0: Direct-Access     Generic  External         0058 PQ: 0 ANSI: 6
May 06 00:59:29 tubzpi.xyz kernel: sd 0:0:0:0: [sda] 234441647 512-byte logical blocks: (120 GB/112 GiB)
May 06 00:59:29 tubzpi.xyz kernel: sd 0:0:0:0: [sda] Write Protect is off
May 06 00:59:29 tubzpi.xyz kernel: sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
May 06 00:59:29 tubzpi.xyz kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 06 00:59:29 tubzpi.xyz kernel:  sda: sda1 sda2
May 06 00:59:29 tubzpi.xyz kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 06 00:59:29 tubzpi.xyz kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
May 06 00:59:29 tubzpi.xyz kernel: VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
May 06 00:59:29 tubzpi.xyz kernel: devtmpfs: mounted
May 06 00:59:29 tubzpi.xyz kernel: Freeing unused kernel memory: 4160K
May 06 00:59:29 tubzpi.xyz kernel: Run /sbin/init as init process
May 06 00:59:29 tubzpi.xyz kernel:   with arguments:
May 06 00:59:29 tubzpi.xyz kernel:     /sbin/init
May 06 00:59:29 tubzpi.xyz kernel:   with environment:
May 06 00:59:29 tubzpi.xyz kernel:     HOME=/
May 06 00:59:29 tubzpi.xyz kernel:     TERM=linux
May 06 00:59:29 tubzpi.xyz systemd[1]: System time before build time, advancing clock.
May 06 00:59:29 tubzpi.xyz kernel: NET: Registered PF_INET6 protocol family
May 06 00:59:29 tubzpi.xyz kernel: Segment Routing with IPv6
May 06 00:59:29 tubzpi.xyz kernel: In-situ OAM (IOAM) with IPv6
May 06 00:59:29 tubzpi.xyz systemd[1]: systemd 247.3-7+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
May 06 00:59:29 tubzpi.xyz systemd[1]: Detected architecture arm64.
May 06 00:59:29 tubzpi.xyz systemd[1]: Set hostname to <tubzpi.xyz>.
May 06 00:59:29 tubzpi.xyz systemd[1]: Queued start job for default target Graphical Interface.
May 06 00:59:29 tubzpi.xyz systemd[1]: Created slice system-getty.slice.
May 06 00:59:29 tubzpi.xyz systemd[1]: Created slice system-modprobe.slice.
May 06 00:59:29 tubzpi.xyz systemd[1]: Created slice system-systemd\x2dfsck.slice.
May 06 00:59:29 tubzpi.xyz systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 06 00:59:29 tubzpi.xyz systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 06 00:59:29 tubzpi.xyz systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 06 00:59:29 tubzpi.xyz systemd[1]: Reached target Local Encrypted Volumes.
May 06 00:59:29 tubzpi.xyz systemd[1]: Reached target Paths.
May 06 00:59:29 tubzpi.xyz systemd[1]: Reached target Slices.
May 06 00:59:29 tubzpi.xyz systemd[1]: Reached target Swap.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on RPCbind Server Activation Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on fsck to fsckd communication Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on initctl Compatibility Named Pipe.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on Journal Audit Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on Journal Socket (/dev/log).
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on Journal Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on udev Control Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Listening on udev Kernel Socket.
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in Huge Pages File System being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting POSIX Message Queue File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting RPC Pipe File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting Kernel Debug File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting Kernel Trace File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Restore / save the current clock...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Set the console keyboard layout...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Create list of static device nodes for the current kernel...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Load Kernel Module configfs...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Load Kernel Module fuse...
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting File System Check on Root Device...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Journal Service...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Load Kernel Modules...
May 06 00:59:29 tubzpi.xyz kernel: fuse: init (API version 7.37)
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Coldplug All udev Devices...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Uncomplicated firewall...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted POSIX Message Queue File System.
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted RPC Pipe File System.


May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted Kernel Debug File System.
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted Kernel Trace File System.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Restore / save the current clock.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Create list of static device nodes for the current kernel.
May 06 00:59:29 tubzpi.xyz systemd[1]: modprobe@configfs.service: Succeeded.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Load Kernel Module configfs.
May 06 00:59:29 tubzpi.xyz systemd[1]: modprobe@fuse.service: Succeeded.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Load Kernel Module fuse.
May 06 00:59:29 tubzpi.xyz kernel: i2c_dev: i2c /dev entries driver
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Load Kernel Modules.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Uncomplicated firewall.
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting FUSE Control File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting Kernel Configuration File System...
May 06 00:59:29 tubzpi.xyz systemd[1]: Started File System Check Daemon to report status.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Apply Kernel Variables...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted FUSE Control File System.
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted Kernel Configuration File System.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Apply Kernel Variables.
May 06 00:59:29 tubzpi.xyz systemd-journald[143]: Journal started
May 06 00:59:29 tubzpi.xyz systemd-journald[143]: Runtime Journal (/run/log/journal/a7603ccdf9c64a7097e484aaea1d0964) is 2.4M, max 19.1M, 16.7M free.
May 06 00:59:29 tubzpi.xyz systemd-modules-load[144]: Inserted module 'i2c_bcm2708'
May 06 00:59:29 tubzpi.xyz systemd[1]: Started Journal Service.
May 06 00:59:29 tubzpi.xyz systemd-modules-load[144]: Inserted module 'i2c_dev'
May 06 00:59:29 tubzpi.xyz systemd-sysctl[156]: Couldn't write '1' to 'kernel/unprivileged_userns_clone', ignoring: No such file or directory
May 06 00:59:29 tubzpi.xyz fake-hwclock[142]: Fri May  5 23:59:29 UTC 2023
May 06 00:59:29 tubzpi.xyz systemd-fsck[155]: e2fsck 1.46.2 (28-Feb-2021)
May 06 00:59:29 tubzpi.xyz systemd-fsck[155]: /dev/sda2: clean, 110388/7309344 files, 1659230/29271413 blocks
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished File System Check on Root Device.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Remount Root and Kernel File Systems...
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Set the console keyboard layout.
May 06 00:59:29 tubzpi.xyz kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Remount Root and Kernel File Systems.
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Flush Journal to Persistent Storage...
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Load/Save Random Seed...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Create System Users...
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Coldplug All udev Devices.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Helper to synchronize boot up for ifupdown...
May 06 00:59:29 tubzpi.xyz systemd-journald[143]: Runtime Journal (/run/log/journal/a7603ccdf9c64a7097e484aaea1d0964) is 2.4M, max 19.1M, 16.7M free.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Flush Journal to Persistent Storage.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Load/Save Random Seed.
May 06 00:59:29 tubzpi.xyz systemd[1]: Condition check resulted in First Boot Complete being skipped.
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Create System Users.
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Create Static Device Nodes in /dev...
May 06 00:59:29 tubzpi.xyz systemd[1]: Finished Create Static Device Nodes in /dev.
May 06 00:59:29 tubzpi.xyz systemd[1]: Reached target Local File Systems (Pre).
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounting /tmp...
May 06 00:59:29 tubzpi.xyz systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 06 00:59:29 tubzpi.xyz systemd[1]: Mounted /tmp.
May 06 00:59:29 tubzpi.xyz systemd-udevd[169]: Network interface NamePolicy= disabled on kernel command line, ignoring.
May 06 00:59:29 tubzpi.xyz systemd[1]: Started Rule-based Manager for Device Events and Files.
May 06 00:59:30 tubzpi.xyz kernel: mc: Linux media interface: v0.10
May 06 00:59:30 tubzpi.xyz kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
May 06 00:59:30 tubzpi.xyz kernel: videodev: Linux video capture interface: v2.00
May 06 00:59:30 tubzpi.xyz kernel: vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
May 06 00:59:30 tubzpi.xyz systemd-udevd[177]: Using default interface naming scheme 'v247'.
May 06 00:59:30 tubzpi.xyz kernel: bcm2835_vc_sm_cma_probe: Videocore shared memory driver
May 06 00:59:30 tubzpi.xyz kernel: [vc_sm_connected_init]: start
May 06 00:59:30 tubzpi.xyz kernel: vc_sm_cma_vchi_init: failed to open VCHI service (-1)
May 06 00:59:30 tubzpi.xyz kernel: [vc_sm_connected_init]: failed to initialize shared memory service
May 06 00:59:30 tubzpi.xyz kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
May 06 00:59:30 tubzpi.xyz kernel: bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
May 06 00:59:30 tubzpi.xyz kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
May 06 00:59:30 tubzpi.xyz kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
May 06 00:59:30 tubzpi.xyz systemd[1]: Found device SMSC9512/9514 Fast Ethernet Adapter.
May 06 00:59:30 tubzpi.xyz kernel: Console: switching to colour dummy device 80x25
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: [drm] forcing HDMI-A-1 connector on
May 06 00:59:30 tubzpi.xyz kernel: Registered IR keymap rc-cec
May 06 00:59:30 tubzpi.xyz kernel: rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
May 06 00:59:30 tubzpi.xyz kernel: input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input10
May 06 00:59:30 tubzpi.xyz kernel: vc4_hdmi 3f902000.hdmi: 'dmas' DT property is missing or empty, no HDMI audio
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
May 06 00:59:30 tubzpi.xyz kernel: [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: [drm] The core clock cannot reach frequencies high enough to support 4k @ 60Hz.
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: [drm] Please change your config.txt file to add hdmi_enable_4kp60.
May 06 00:59:30 tubzpi.xyz kernel: Console: switching to colour frame buffer device 240x67
May 06 00:59:30 tubzpi.xyz kernel: vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
May 06 00:59:31 tubzpi.xyz systemd[1]: Found device KINGSTON_SA400S37120G 1.
May 06 00:59:31 tubzpi.xyz systemd[1]: Finished Helper to synchronize boot up for ifupdown.
May 06 00:59:31 tubzpi.xyz systemd[1]: Starting File System Check on /dev/disk/by-partuuid/8d0105b5-01...
May 06 00:59:31 tubzpi.xyz systemd-fsck[356]: fsck.fat 4.2 (2021-01-31)
May 06 00:59:31 tubzpi.xyz systemd-fsck[356]: /dev/sda1: 381 files, 65311/258077 clusters
May 06 00:59:31 tubzpi.xyz systemd[1]: Finished File System Check on /dev/disk/by-partuuid/8d0105b5-01.
May 06 00:59:31 tubzpi.xyz systemd[1]: Mounting /boot...
May 06 00:59:31 tubzpi.xyz systemd[1]: Mounted /boot.
May 06 00:59:31 tubzpi.xyz systemd[1]: Reached target Local File Systems.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting Set console font and keymap...
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting Preprocess NFS configuration...
May 06 00:59:32 tubzpi.xyz systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 06 00:59:32 tubzpi.xyz systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting Create Volatile Files and Directories...
May 06 00:59:32 tubzpi.xyz systemd[1]: nfs-config.service: Succeeded.
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished Preprocess NFS configuration.
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished Set console font and keymap.
May 06 00:59:32 tubzpi.xyz systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
May 06 00:59:32 tubzpi.xyz systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target NFS client services.
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished Create Volatile Files and Directories.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting RPC bind portmap service...
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting Network Time Synchronization...
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started RPC bind portmap service.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target Remote File Systems (Pre).
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target Remote File Systems.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target RPC Port Mapper.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Network Time Synchronization.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target System Initialization.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Daily Cleanup of Temporary Directories.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target System Time Set.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target System Time Synchronized.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Run certbot twice daily.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Discard unused blocks once a week.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Clean PHP session files every 30 mins.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target Timers.
May 06 00:59:32 tubzpi.xyz systemd[1]: Listening on D-Bus System Message Bus Socket.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target Sockets.
May 06 00:59:32 tubzpi.xyz systemd[1]: Reached target Basic System.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started D-Bus System Message Bus.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting DietPi-RAMlog...
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting noip2 service...
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
May 06 00:59:32 tubzpi.xyz systemd[1]: Started Start entropy gathering daemon (rngd).
May 06 00:59:32 tubzpi.xyz systemd[1]: Started noip2 service.
May 06 00:59:32 tubzpi.xyz noip2[375]: v2.1.9 daemon started with NAT enabled
May 06 00:59:32 tubzpi.xyz noip2[375]: Can't gethostbyname for dynupdate.no-ip.com
May 06 00:59:32 tubzpi.xyz noip2[375]: Can't get our visible IP address from ip1.dynupdate.no-ip.com
May 06 00:59:32 tubzpi.xyz raspi-config[371]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
May 06 00:59:32 tubzpi.xyz systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished DietPi-RAMlog.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting DietPi-RAMlog_disable...
May 06 00:59:32 tubzpi.xyz systemd[1]: Stopping DietPi-RAMlog...
May 06 00:59:32 tubzpi.xyz systemd[1]: dietpi-ramlog.service: Succeeded.
May 06 00:59:32 tubzpi.xyz systemd[1]: Stopped DietPi-RAMlog.
May 06 00:59:32 tubzpi.xyz systemd[1]: dietpi-ramlog_disable.service: Succeeded.
May 06 00:59:32 tubzpi.xyz systemd[1]: Finished DietPi-RAMlog_disable.
May 06 00:59:32 tubzpi.xyz systemd[1]: Starting DietPi-PreBoot...
May 06 00:59:33 tubzpi.xyz DietPi-PreBoot[406]:  DietPi-CPU_set
May 06 00:59:33 tubzpi.xyz DietPi-PreBoot[406]: ─────────────────────────────────────────────────────
May 06 00:59:33 tubzpi.xyz DietPi-PreBoot[406]:  Mode: Applying CPU governor settings: schedutil
May 06 00:59:33 tubzpi.xyz DietPi-PreBoot[406]: [  OK  ] DietPi-CPU_set | Applied CPU governor settings: schedutil
May 06 00:59:33 tubzpi.xyz systemd[1]: Finished DietPi-PreBoot.
May 06 00:59:33 tubzpi.xyz systemd[1]: Reached target Network (Pre).
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting ifup for eth0...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Raise network interfaces...
May 06 00:59:33 tubzpi.xyz kernel: smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
May 06 00:59:33 tubzpi.xyz kernel: smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
May 06 00:59:33 tubzpi.xyz kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 06 00:59:33 tubzpi.xyz systemd[1]: Finished Raise network interfaces.
May 06 00:59:33 tubzpi.xyz systemd[1]: Finished ifup for eth0.
May 06 00:59:33 tubzpi.xyz systemd[1]: Reached target Network.
May 06 00:59:33 tubzpi.xyz systemd[1]: Reached target Network is Online.
May 06 00:59:33 tubzpi.xyz systemd[1]: Started Cooling service.
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Update dynamic domain name service entries...
May 06 00:59:33 tubzpi.xyz systemd[1]: Started Web Dashboard (DietPi).
May 06 00:59:33 tubzpi.xyz systemd[1]: Started DietPi-PostBoot.
May 06 00:59:33 tubzpi.xyz systemd[1]: Started DietPi-AutoStart custom script.
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Fail2Ban Service...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting MariaDB 10.5.19 database server...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Pi-hole FTL...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Advanced key-value store...
May 06 00:59:33 tubzpi.xyz systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting OpenBSD Secure Shell server...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Permit User Sessions...
May 06 00:59:33 tubzpi.xyz systemd[1]: Starting Unbound DNS server...
May 06 00:59:33 tubzpi.xyz systemd[1]: Started Fail2Ban Service.
May 06 00:59:33 tubzpi.xyz systemd[1]: Finished Permit User Sessions.
May 06 00:59:33 tubzpi.xyz systemd[1]: Started Getty on tty1.
May 06 00:59:33 tubzpi.xyz systemd[1]: Reached target Login Prompts.
May 06 00:59:33 tubzpi.xyz systemd[1]: Started Pi-hole FTL.
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.036 502M] Using log file /var/log/pihole/FTL.log
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] ########## FTL started on tubzpi.xyz! ##########
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] FTL branch: master
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] FTL version: v5.22
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] FTL commit: eb197891
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] FTL date: 2023-03-22 21:21:35 +0000
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] FTL user: pihole
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] Compiled for aarch64 (compiled on CI) using aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M]    SOCKET_LISTENING: only local
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.055 502M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.060 502M]    MAXDBDAYS: max age for stored queries is 2 days
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.060 502M]    RESOLVE_IPV6: Resolve IPv6 addresses
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.060 502M]    RESOLVE_IPV4: Resolve IPv4 addresses
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.060 502M]    DBINTERVAL: saving to DB file every minute
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    DBFILE: Using /etc/pihole/pihole-FTL.db
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    MAXLOGAGE: Importing up to 24.0 hours of log data
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    PRIVACYLEVEL: Set to 0
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    IGNORE_LOCALHOST: Show queries from localhost
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    BLOCKINGMODE: Null IPs for blocked domains
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    DBIMPORT: Importing history from database
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    PIDFILE: Using /run/pihole-FTL.pid
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    SOCKETFILE: Using /run/pihole/FTL.sock
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.061 502M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    MACVENDORDB: Using /etc/pihole/macvendor.db
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    GRAVITYDB: Using /etc/pihole/gravity.db
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    PARSE_ARP_CACHE: Active
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    CNAME_DEEP_INSPECT: Active
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    DELAY_STARTUP: No delay requested.
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    NICE: Set process niceness to -10 (default)
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    MAXNETAGE: Removing IP addresses and host names from network table after 2 days
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.062 502M]    EDNS0_ECS: Overwrite client from ECS information
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    REFRESH_HOSTNAMES: Periodically refreshing IPv4 names
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    RATE_LIMIT: Rate-limiting client making more than 1000 queries in 60 seconds
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    LOCAL_IPV4: Automatic interface-dependent detection of address
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    LOCAL_IPV6: Automatic interface-dependent detection of address
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    BLOCK_IPV4: Automatic interface-dependent detection of address
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    BLOCK_IPV6: Automatic interface-dependent detection of address
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    SHOW_DNSSEC: Enabled, showing automatically generated DNSSEC queries
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    MOZILLA_CANARY: Enabled
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    PIHOLE_PTR: internal PTR generation enabled (pi.hole)
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    ADDR2LINE: Enabled
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.063 502M]    REPLY_WHEN_BUSY: Drop queries when the database is busy
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M]    BLOCK_TTL: 2 seconds
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M]    BLOCK_ICLOUD_PR: Enabled
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M]    CHECK_LOAD: Enabled
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M]    CHECK_SHMEM: Warning if shared-memory usage exceeds 90%
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M]    CHECK_DISK: Warning if certain disk usage exceeds 90%
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.064 502M] Finished config file parsing
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.065 502M] Creating mutex
May 06 00:59:34 tubzpi.xyz sshd[522]: Server listening on 0.0.0.0 port 22.
May 06 00:59:34 tubzpi.xyz sshd[522]: Server listening on :: port 22.
May 06 00:59:34 tubzpi.xyz systemd[1]: Started OpenBSD Secure Shell server.
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:C 06 May 
2023 00:59:34.402 # WARNING supervised by systemd - you MUST set appropriate values for TimeoutStartSec and TimeoutStopSec in your service unit.
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:C 06 May 2023 00:59:34.402 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:C 06 May 2023 00:59:34.402 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=477, just started
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:C 06 May 2023 00:59:34.402 # Configuration loaded
May 06 00:59:34 tubzpi.xyz redis-server[477]: WARNING supervised by systemd - you MUST set appropriate values for TimeoutStartSec and TimeoutStopSec in your service unit.
May 06 00:59:34 tubzpi.xyz redis-server[477]: oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
May 06 00:59:34 tubzpi.xyz redis-server[477]: Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=477, just started
May 06 00:59:34 tubzpi.xyz redis-server[477]: Configuration loaded
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:M 06 May 2023 00:59:34.476 # Server initialized
May 06 00:59:34 tubzpi.xyz redis-server[477]: 477:M 06 May 2023 00:59:34.476 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
May 06 00:59:34 tubzpi.xyz redis[477]: Server initialized
May 06 00:59:34 tubzpi.xyz redis[477]: WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
May 06 00:59:34 tubzpi.xyz systemd[1]: Started Advanced key-value store.
May 06 00:59:34 tubzpi.xyz pihole-FTL[502]: [2023-05-06 00:59:34.065 502M] Cr
May 06 00:59:34 tubzpi.xyz unbound[551]: [551:0] info: start of service (unbound 1.13.1).
May 06 00:59:34 tubzpi.xyz systemd[1]: Started Unbound DNS server.
May 06 00:59:34 tubzpi.xyz systemd[1]: Reached target Host and Network Name Lookups.
May 06 00:59:34 tubzpi.xyz systemd[1]: Starting The Apache HTTP Server...
May 06 00:59:35 tubzpi.xyz systemd[1]: Started Update dynamic domain name service entries.
May 06 00:59:35 tubzpi.xyz ddclient[589]: WARNING:  found neither ipv4 nor ipv6 address
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] Starting MariaDB 10.5.19-MariaDB-0+deb11u2 source revision f8a85af8ca1c937b8d4f847477bd282f80251cde as process 552
May 06 00:59:35 tubzpi.xyz systemd[1]: Started The Apache HTTP Server.
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Uses event mutexes
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Number of pools: 1
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Using ARMv8 crc32 instructions
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Using Linux native AIO
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
May 06 00:59:35 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:35 0 [Note] InnoDB: Completed initialization of buffer pool
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: 128 rollback segments are active.
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: Creating shared tablespace for temporary tables
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: 10.5.19 started; log sequence number 95466447; transaction id 501492
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] Plugin 'FEEDBACK' is disabled.
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] InnoDB: Loading buffer pool(s) from /mnt/dietpi_userdata/mysql/ib_buffer_pool
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] Server socket created on IP: '127.0.0.1'.
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] Reading of all Master_info entries succeeded
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] Added new Master_info '' to hash table
May 06 00:59:36 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:36 0 [Note] /usr/sbin/mariadbd: ready for connections.
May 06 00:59:36 tubzpi.xyz mariadbd[552]: Version: '10.5.19-MariaDB-0+deb11u2'  socket: '/run/mysqld/mysqld.sock'  port: 3306  Debian 11
May 06 00:59:37 tubzpi.xyz systemd[1]: Started MariaDB 10.5.19 database server.
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[671]: Upgrading MySQL tables if necessary.
May 06 00:59:37 tubzpi.xyz systemd[1]: Started Regular background program processing daemon.
May 06 00:59:37 tubzpi.xyz systemd[1]: Starting The PHP 7.4 FastCGI Process Manager...
May 06 00:59:37 tubzpi.xyz cron[672]: (CRON) INFO (pidfile fd = 3)
May 06 00:59:37 tubzpi.xyz cron[672]: (CRON) INFO (Running @reboot jobs)
May 06 00:59:37 tubzpi.xyz startup.sh[684]: /bin/sh: 1: ./vcgencmd: not found
May 06 00:59:37 tubzpi.xyz startup.sh[469]: Traceback (most recent call last):
May 06 00:59:37 tubzpi.xyz startup.sh[469]:   File "/opt/cooling-fan/cooling.py", line 139, in <module>
May 06 00:59:37 tubzpi.xyz startup.sh[469]:     setOLEDshow()
May 06 00:59:37 tubzpi.xyz startup.sh[469]:   File "/opt/cooling-fan/cooling.py", line 111, in setOLEDshow
May 06 00:59:37 tubzpi.xyz startup.sh[469]:     g_temp = float(cmd.replace("temp=", "").replace("'C\n", ""))
May 06 00:59:37 tubzpi.xyz startup.sh[469]: ValueError: could not convert string to float: ''
May 06 00:59:37 tubzpi.xyz systemd[1]: cooling.service: Main process exited, code=exited, status=1/FAILURE
May 06 00:59:37 tubzpi.xyz systemd[1]: cooling.service: Failed with result 'exit-code'.
May 06 00:59:37 tubzpi.xyz CRON[678]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
May 06 00:59:37 tubzpi.xyz CRON[677]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
May 06 00:59:37 tubzpi.xyz CRON[687]: (root) CMD (   PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker reboot)
May 06 00:59:37 tubzpi.xyz CRON[686]: (root) CMD (/usr/sbin/logrotate --state /var/lib/logrotate/pihole /etc/pihole/logrotate)
May 06 00:59:37 tubzpi.xyz CRON[678]: (CRON) info (No MTA installed, discarding output)
May 06 00:59:37 tubzpi.xyz CRON[678]: pam_unix(cron:session): session closed for user root
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[675]: Looking for 'mariadb' as: /usr/bin/mariadb
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[675]: Looking for 'mariadb-check' as: /usr/bin/mariadb-check
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[675]: This installation of MariaDB is already upgraded to 10.5.15-MariaDB.
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[675]: There is no need to run mysql_upgrade again for 10.5.19-MariaDB.
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[675]: You can use --force if you still want to run mysql_upgrade
May 06 00:59:37 tubzpi.xyz /etc/mysql/debian-start[704]: Checking for insecure root accounts.
May 06 00:59:38 tubzpi.xyz /etc/mysql/debian-start[708]: Triggering myisam-recover for all MyISAM tables and aria-recover for all Aria tables
May 06 00:59:38 tubzpi.xyz mariadbd[552]: 2023-05-06  0:59:38 0 [Note] InnoDB: Buffer pool(s) load completed at 230506  0:59:38
May 06 00:59:39 tubzpi.xyz systemd[1]: Started The PHP 7.4 FastCGI Process Manager.
May 06 00:59:39 tubzpi.xyz systemd[1]: Reached target Multi-User System.
May 06 00:59:39 tubzpi.xyz systemd[1]: Reached target Graphical Interface.
May 06 00:59:39 tubzpi.xyz systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 06 00:59:39 tubzpi.xyz systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
May 06 00:59:39 tubzpi.xyz systemd[1]: Finished Update UTMP about System Runlevel Changes.
May 06 00:59:39 tubzpi.xyz systemd[1]: Startup finished in 5.477s (kernel) + 11.728s (userspace) = 17.206s.
May 06 00:59:39 tubzpi.xyz fail2ban-server[481]: Server ready
May 06 00:59:39 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 00:59:43 tubzpi.xyz custom.sh[717]: 38.6c: <40 : choosing fan reg 0x7
May 06 00:59:47 tubzpi.xyz custom.sh[717]: 37.6c: <40 : choosing fan reg 0x7
May 06 00:59:51 tubzpi.xyz custom.sh[717]: 37.0c: <40 : choosing fan reg 0x7
May 06 00:59:55 tubzpi.xyz custom.sh[717]: 36.5c: <40 : choosing fan reg 0x7
May 06 00:59:59 tubzpi.xyz custom.sh[717]: 35.9c: <40 : choosing fan reg 0x7
May 06 01:00:01 tubzpi.xyz CRON[882]: pam_unix(cron:session): session opened for user www-data(uid=33) by (uid=0)
May 06 01:00:01 tubzpi.xyz CRON[883]: (www-data) CMD (php /var/www/nextcloud/cron.php)
May 06 01:00:01 tubzpi.xyz systemd[1]: systemd-fsckd.service: Succeeded.
May 06 01:09:04 tubzpi.xyz systemd-timesyncd[365]: Initial synchronization to time server 185.57.191.229:123 (2.debian.pool.ntp.org).
May 06 01:09:04 tubzpi.xyz systemd[1]: Starting Clean php session files...
May 06 01:09:04 tubzpi.xyz systemd[1]: Stopping Network Time Synchronization...
May 06 01:09:04 tubzpi.xyz systemd[1]: systemd-timesyncd.service: Succeeded.
May 06 01:09:04 tubzpi.xyz systemd[1]: Stopped Network Time Synchronization.
May 06 01:09:04 tubzpi.xyz systemd[1]: phpsessionclean.service: Succeeded.
May 06 01:09:04 tubzpi.xyz systemd[1]: Finished Clean php session files.
May 06 01:09:05 tubzpi.xyz custom.sh[717]: 38.6c: <40 : choosing fan reg 0x7
May 06 01:09:06 tubzpi.xyz ddclient[1058]: WARNING:  found neither ipv4 nor ipv6 address
May 06 01:09:07 tubzpi.xyz CRON[882]: pam_unix(cron:session): session closed for user www-data
May 06 01:09:07 tubzpi.xyz CRON[1167]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
May 06 01:09:07 tubzpi.xyz CRON[1169]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
May 06 01:09:07 tubzpi.xyz CRON[1167]: pam_unix(cron:session): session closed for user root
May 06 01:09:09 tubzpi.xyz custom.sh[717]: 39.2c: <40 : choosing fan reg 0x7
May 06 01:09:13 tubzpi.xyz custom.sh[717]: 41.3c: <7 : choosing fan reg 0x7
May 06 01:09:13 tubzpi.xyz CRON[677]: pam_unix(cron:session): session closed for user root
May 06 01:09:17 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:21 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:25 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:29 tubzpi.xyz custom.sh[717]: 41.3c: <7 : choosing fan reg 0x7
May 06 01:09:33 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:37 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:41 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:45 tubzpi.xyz custom.sh[717]: 41.3c: <7 : choosing fan reg 0x7
May 06 01:09:49 tubzpi.xyz custom.sh[717]: 40.8c: <7 : choosing fan reg 0x7
May 06 01:09:53 tubzpi.xyz custom.sh[717]: 41.3c: <7 : choosing fan reg 0x7
May 06 01:09:57 tubzpi.xyz custom.sh[717]: 39.2c: <40 : choosing fan reg 0x7
May 06 01:10:01 tubzpi.xyz custom.sh[717]: 38.6c: <40 : choosing fan reg 0x7
May 06 01:10:01 tubzpi.xyz CRON[1677]: pam_unix(cron:session): session opened for user www-data(uid=33) by (uid=0)
May 06 01:10:01 tubzpi.xyz CRON[1678]: (www-data) CMD (php /var/www/nextcloud/cron.php)
May 06 01:10:03 tubzpi.xyz CRON[1677]: pam_unix(cron:session): session closed for user www-data
May 06 01:10:05 tubzpi.xyz custom.sh[717]: 38.1c: <40 : choosing fan reg 0x7
May 06 01:10:09 tubzpi.xyz custom.sh[717]: 37.6c: <40 : choosing fan reg 0x7
May 06 01:10:13 tubzpi.xyz custom.sh[717]: 36.5c: <40 : choosing fan reg 0x7
May 06 01:10:17 tubzpi.xyz custom.sh[717]: 37.6c: <40 : choosing fan reg 0x7
May 06 01:10:18 tubzpi.xyz sshd[1689]: Accepted password for root from 192.168.1.235 port 63614 ssh2
May 06 01:10:18 tubzpi.xyz sshd[1689]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0)
May 06 01:10:18 tubzpi.xyz dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.2' (uid=0 pid=1689 comm="sshd: root [priv]    ")
May 06 01:10:18 tubzpi.xyz dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.login1.service': Unit dbus-org.freedesktop.login1.service is masked.
May 06 01:10:18 tubzpi.xyz sshd[1689]: pam_systemd(sshd:session): Failed to create session: Unit dbus-org.freedesktop.login1.service is masked.
May 06 01:10:21 tubzpi.xyz custom.sh[717]: 36.5c: <40 : choosing fan reg 0x7
May 06 01:10:25 tubzpi.xyz custom.sh[717]: 36.5c: <40 : choosing fan reg 0x7

There was a redirect missing

echo -e '[Journal]\nSystemMaxFiles=2\nMaxFileSec=7day' > /etc/systemd/journald.conf.d/99-custom.conf

The logs you posted are all from the current boot session. You need to reboot to have the logs from shutdown written into the now active persistent log.

Btw, what is the content of you custom.sh autostart script?
Also this startup.sh fails as it cannot find vcgencmd. Either it is not installed or it looks in the wrong directory:

apt install libraspberrypi-bin

Give me a few minutes to get the log.

Also @MichaIng i rebooted then ran the command, I’ll try it again tho.


#!/bin/bash
# DietPi-Autostart custom script
# Location: /var/lib/dietpi/dietpi-autostart/custo>
/usr/bin/python3 /root/fan/fan.py

/usr/bin/python3 /root/fan/screen.py

*/5 * * * * /usr/bin/python3 /path/to/update_dns.p>

exit 0