Build: 16296
To repro, install flatpak then:
federico@Bestia:~$ sudo flatpak update
error: Failed to open file '/proc/sys/kernel/random/boot_id': File o directory non esistente
federico@Bestia:/proc/sys/kernel/random$ ls -al
totale 0
dr-xr-xr-x 2 root root 0 set 23 12:35 .
dr-xr-xr-x 4 root root 0 set 23 12:35 ..
-r--r--r-- 1 root root 0 set 23 14:04 uuid
From the web (I'm not a great Linux user):
/proc/sys/kernel/random/boot_id: A random ID that is regenerated on each boot. As such it can be used to identify the local machine's current boot. It's universally available on any recent Linux kernel. It's a good and safe choice if you need to identify a specific boot on a specific booted kernel.
Build: 16296
To repro, install flatpak then:
From the web (I'm not a great Linux user):