
-

Warning: These instructions work for my exact type of thermometers I’ve got. You might have totally different result, including your thermometer getting bricked, so don’t hold me liable for that (damages estimated at 6 dollars USA). is me making a…
-
![A screenshot of the command output from "sudo sbctl status" on my machine. The output is as follows: Place your finger on the fingerprint reader Installed: ✓ sbctl is installed Owner GUID: [redacted] Setup Mode: ✓ Disabled Secure Boot: ✓ Enabled Vendor Keys: builtin-db builtin-KEK](https://blog.cysioland.pl/wp-content/uploads/2024/10/blog_image.png)
Small caveat when setting up Secure Boot on an Intel Ultra 1 Framework Laptop 13 on Arch Linux
Yeah, this one is quite specific but it took me quite a while to find this. So, the steps are as follows:


![A screenshot of a grep on Barman logs, showing the error about which the blog post is talking about. /var/log/barman/barman.log:2025-06-04 21:59:04,771 [521188] barman.cli ERROR: [Errno 5] Input/output error: '/backup/barman/pg/wals/00000001000000CD/00000001000000CD00000009.tmp' /var/log/barman/barman.log-See log file for more details. /var/log/barman/barman.log-Traceback (most recent call last): /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/cli.py", line 2390, in main /var/log/barman/barman.log- args.func(args) /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/cli.py", line 1600, in archive_wal /var/log/barman/barman.log- server.archive_wal() /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/server.py", line 2651, in archive_wal /var/log/barman/barman.log- self.backup_manager.archive_wal(verbose) /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/backup.py", line 847, in archive_wal /var/log/barman/barman.log- archiver.archive(verbose) /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/wal_archiver.py", line 213, in archive /var/log/barman/barman.log- self.archive_wal(compressor, wal_info) /var/log/barman/barman.log- File "/usr/lib/python3/dist-packages/barman/wal_archiver.py", line 356, in archive_wal /var/log/barman/barman.log- shutil.copystat(src_file, tmp_file) /var/log/barman/barman.log- File "/usr/lib/python3.12/shutil.py", line 388, in copystat /var/log/barman/barman.log- _copyxattr(src, dst, follow_symlinks=follow) /var/log/barman/barman.log- File "/usr/lib/python3.12/shutil.py", line 338, in _copyxattr /var/log/barman/barman.log- os.setxattr(dst, name, value, follow_symlinks=follow_symlinks) /var/log/barman/barman.log:OSError: [Errno 5] Input/output error: '/backup/barman/pg/wals/00000001000000CD/00000001000000CD00000009.tmp'](https://blog.cysioland.pl/wp-content/uploads/2025/06/Screenshot-From-2025-06-05-12-32-49-scaled.png)
