this normally indicates the the kernel does not have support for the squashfs filesystem. in most Ubuntu kernels, squashfs support is compiled in. Since this is a pro-only kernel, less easy for me to check. you can check /proc/filesystems but that "only" shows filesystems in use:
cat /proc/filesystems you normally wouldn't need to modprobe squashfs as it's _generally_ builtin. we'll have to get someone from the kernel side to weigh in on the realtime kernel. some useful information 1. output of /proc/filesystems 2. install / setup procedures and environment (just a gist -- from an ISO, in house, public cloud, etc) 3. output of dmesg in full the error from dmesg above is usually what happens when an unauthorized user tries to read dmesg. trying running as sudo. you can try grepping around for `snapd` or `squashfs` but likely it'll pop up as some other thing in `dmesg`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083611 Title: trying to enable livepatch and anbox-cloud To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2083611/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
