This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
this ch-run does not support internal SquashFS mounts #1851
VladimirFokow
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello Vladimir and welcome. To run SquashFS images, you need to link Charliecloud with libsquashfuse at built time, i.e. you’ll need “internal SquashFS mounting ... yes” from configure. With most distros this requires building and installing SquashFUSE from source. An alternative is to do the tutorial with directory format images. For example, you’d say something like Does that help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm following the tutorial here: https://hpc.github.io/charliecloud/tutorial.html#build-from-dockerfile
and getting an error:
I've tested this with such charliecloud versions:
Another (custom) example:
Dockerfile:
Commands:
then:
ch-convert test test.sqfs ls
then:
After running
./configure
, I noticed this in its output:How to solve it? What does it mean?
Beta Was this translation helpful? Give feedback.
All reactions