this post was submitted on 05 Nov 2023
8 points (90.0% liked)

Pop!_OS (Linux)

4893 readers
1 users here now

Pop!_OS is an operating system developed by System76 for STEM and creative professionals who use their computer as a tool to discover and create. Unleash your potential on secure, reliable open source software. Based on your exceptional curiosity, we sense you have a lot of it.

Unleash your potential

Whether this is your first experience with Linux, or your latest adventure, all are welcome to discuss and ask questions about Pop!_OS and COSMIC. Keep the discussions friendly though, and remember to assume good intentions whenever you reply. We're all here because we have a shared love for Linux and open source software.

System76 Logo

Support us by buying System76 hardware for you or your company! Or by donating on the Pop!_OS website through the "Support Pop" button. Pop!_OS and COSMIC are fully funded by System76 hardware sales. All systems are assembled in the USA. With your support, we'll work to push the Linux desktop forward with COSMIC.

Links

Guides

Hardware

Recommended

Community Rules

Follow the Code of Conduct

All posts on pop_os must adhere to the Pop!_OS community Code of Conduct. https://github.com/pop-os/code-of-conduct

Be helpful

Posts to pop_os must be helpful. When responding to a user asking for help, do not provide tongue-in-cheek responses like "RTM" or links to LMGTFY. Linking to direct sources that answer the asker's question is fine, but it's advised to provide some explanation as to how you got to that source.

Critique should be constructive

We within the Pop!_OS community welcome helpful criticism or ideas on ways to improve. However, basic "It's bad" or other simple negative comments don't help anyone fix anything. When voicing a complaint about something, try to point out ways the complaint could be improved or worked around, so that we can make a better product for it.

This rule applies to both Pop!_OS and its projects as well as other products available from third-parties.

Don't post malicious "advice"

It can be funny to joke about malicious commands, however this is not the venue for it. Do not advise users to run commands which will lock up their systems, steal their data, or erase their drive. Examples of this include (but are not limited to) fork bombs, rm, etc.

Posts violating this rule will be removed, even if the post is clearly in jest. Repeated offences may lead to a ban. You may understand that the command isn't serious, but a new user might not.

No personal attacks

Posts making a personal attack on any user will not be tolerated.

No hate speech

Hate speech of any kind will not be tolerated. Any violations will be removed, and are grounds for a ban.

founded 1 year ago
MODERATORS
 

the maintainer is currently Ubuntu, but they stuck at version 5.2.1, which was released in Jan 2021. would Pop! compile a more updated version (say 5.3.1)?

zstd formated Kernel has conflicts with the 5.2.1, causing issues with libguestfs, but it's fixed upstream on 5.3.1+.

This is related to: https://lemm.ee/post/11764643

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 8 months ago
$ sudo apt show supermin
Package: supermin
Version: 5.2.1-4ubuntu2
Built-Using: musl (= 1.2.2-1)
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers 
Original-Maintainer: Debian Libvirt Maintainers 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1,596 kB
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libext2fs2 (>= 1.42.7), apt, cpio, e2fsprogs
Recommends: linux-image-amd64
Breaks: libguestfs-tools (<< 1.25.38)
Homepage: http://people.redhat.com/~rjones/supermin/
Download-Size: 441 kB
APT-Manual-Installed: no
APT-Sources: http://apt.pop-os.org/ubuntu jammy/universe amd64 Packages
Description: tool for building supermin appliances. Supermin appliances are tiny appliances, similar to virtual machine images, usually arround 100KB in size, which get fully instantiated on-the-fly in a fraction of a second to a filesystem image when they are booted.



[–] mmstick 1 points 8 months ago (2 children)

Any instructions for QA to replicate the issue?

[–] [email protected] 1 points 6 months ago

@[email protected], as of kernel 6.6.6, the supermin is working. Just wonder if the kernel is zstd compressed?

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Install latest Pop OS with say kernel 6.5.6..

Install libguestfs-tools

running virt-sparsify gives the following error

Invalid ELF header magic: != \x7fELF insmod: init_module:virtio_snd.ko.zst: Invalid module format  
supermin: waiting another 1024000000 ns for root UUID to appear  
This usually means your kernel doesn't support virtio, or supermin was unable to load some kernel modules (see module loading messages above).

Below is my error from running libguestfs-test-tool (edit: with sudo)

'insmod: init_module: snd-timer.ko.zst: Invalid module format
supermin: internal insmod snd-pcm.ko.zst
[ 0.828428] Invalid ELF header magic: != \x7fELF
insmod: init_module: snd-pcm.ko.zst: Invalid module format
supermin: internal insmod virtio_snd.ko.zst
[ 0.829673] Invalid ELF header magic: != \x7fELF
insmod: init_module: virtio_snd.ko.zst: Invalid module format
supermin: waiting another 1024000000 ns for root UUID to appear
This usually means your kernel doesn't support virtio, or supermin was unable
to load some kernel modules (see module loading messages above).
supermin: waiting another 2048000000 ns for root UUID to appear
supermin: waiting another 4096000000 ns for root UUID to appear

https://bugs.archlinux.org/task/71746