You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DietPi version | G_DIETPI_VERSION_CORE=8, G_DIETPI_VERSION_SUB=11, G_DIETPI_VERSION_RC=2
Distro version | bullseye
Kernel version | 6.1.0-rc1
SBC model | Quartz64 (aarch64)
Power supply used | 12V 5A
SD card used | 32GB EMMC
Additional Information (if applicable)
Software title | microk8s
Was the software title installed freshly or updated/migrated?
Can this issue be replicated on a fresh installation of DietPi?
On a new installed Quartz64 with latest image i've tried to activate microk8s. It gives me : - Command: snap install microk8s --classic - Exit code: 1 - DietPi version: v8.11.2 (MichaIng/master) | HW_MODEL: 49 | HW_ARCH: 3 | DISTRO: 6 - Image creator: DietPi Core Team - Pre-image: from scratch - Error log: error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/sanity-mountpoint-912337423: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
Steps to reproduce
use graphical installer for module microk8s
Expected behaviour
working
Actual behaviour
not working
Extra details
with dmesg i got some infos
11.379292] Filesystem uses "xz" compression. This is not supported
further analysis shows me that the kernel is not with CONFIG_SQUASHFS_XZ compiled ~$ cat /proc/config.gz | gunzip > running.config ~$ cat running.config | grep _XZ CONFIG_RD_XZ=y # CONFIG_MODULE_COMPRESS_XZ is not set # CONFIG_SQUASHFS_XZ is not set CONFIG_XZ_DEC=y
The text was updated successfully, but these errors were encountered:
Creating a bug report/issue
Required Information
Additional Information (if applicable)
On a new installed Quartz64 with latest image i've tried to activate microk8s. It gives me :
- Command: snap install microk8s --classic
- Exit code: 1
- DietPi version: v8.11.2 (MichaIng/master) | HW_MODEL: 49 | HW_ARCH: 3 | DISTRO: 6
- Image creator: DietPi Core Team
- Pre-image: from scratch
- Error log:
error:
system does not fully support snapd: cannot mount squashfs image using
"squashfs": mount: /tmp/sanity-mountpoint-912337423: wrong fs type, bad
option, bad superblock on /dev/loop0, missing codepage or helper
program, or other error.
Steps to reproduce
Expected behaviour
working
Actual behaviour
not working
Extra details
with dmesg i got some infos
11.379292] Filesystem uses "xz" compression. This is not supported
further analysis shows me that the kernel is not with CONFIG_SQUASHFS_XZ compiled
~$ cat /proc/config.gz | gunzip > running.config
~$ cat running.config | grep _XZ
CONFIG_RD_XZ=y
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_SQUASHFS_XZ is not set
CONFIG_XZ_DEC=y
The text was updated successfully, but these errors were encountered: