CaffeineAddict
Well-Known Member
Bash:
sudo lnav /var/log/boot.log
Boot log:
Ruby:
System: clean, 617934/28925952 files, 45069605/115700736 blocks │
[FAILED] Failed to start nftables.service - nftables. │
[FAILED] Failed to start nftables.service - nftables. │
[ OK ] Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data. │
Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... │
[ OK ] Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. │
[ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
etc...
Firewall service after boot is fine though, or is it not?:
Bash:
sudo systemctl status nftables
● nftables.service - nftables
Loaded: loaded (/lib/systemd/system/nftables.service; enabled; preset: enabled)
Active: active (exited) since Tue 2024-10-01 20:39:26 CEST; 1h 56min ago
Docs: man:nft(8)
http://wiki.nftables.org
Process: 905 ExecStart=/usr/sbin/nft -f /etc/nftables.conf (code=exited, status=0/SUCCESS)
Main PID: 905 (code=exited, status=0/SUCCESS)
CPU: 21ms
lis 01 20:39:26 msi systemd[1]: Starting nftables.service - nftables...
lis 01 20:39:26 msi systemd[1]: Finished nftables.service - nftables.
All firewall rules are loaded, and confirmed with
sudo nft list ruleset
after login to system.How to troubleshoot failure during boot? which log to look into to figure out the problem?