-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
squashfs error when finishing build #37
Comments
Not at the moment, needs further investigation. |
correct.
docker Version: Docker version 24.0.0, build 98fdcd769b docker info:
docker is running in swarm mode. but freetz running as container. not as a service |
So a first guess is a problem with loop devices inside the docker container. |
sorry was on holiday. |
Could you please provide a .config file to reproduce the problem? |
I don´t think it's related to the config. I tried several Models in Basic config. Same error already tried in non swarm mode for docker, no difference |
Building images for 3270, 3370, 7570, 7390, 7490 once a week inside this docker containers from this image (host is ubuntu). |
Can't reproduce since compile fails regardless the gcc version selected 🙄
|
Hi @pfichtner, |
No, no solution so far, haven't investigated time into this anymore. |
reproducible in a manjaro VM. Stay tuned |
The error is caused by restricted default prlimits (NOFILE "max number of open files") in manjaros docker containers. host
docker
One possible solution is to include the The error could be proved and was gone after increasing the container's ulimit. |
Added some hints relating to this issue to the README with 073fc68 |
thx! |
Von meinem Fedora mit dem ich meist compiliere:
this is like "docker" in #37 (comment) .. so NOFILE seems to be okay |
the tool unsquashfs4-avm-le can´t unpack the image
from the call
tool linkeage:
works with my local unsquashfs not with the one in /tools. this just happens on docker build.
if I build on my host, the tool works fine.
running the container on manjaro Linux 12dce50e2872 5.15.114-2-MANJARO #1 SMP PREEMPT Sun Jun 4 10:32:43 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux.
any hints?
The text was updated successfully, but these errors were encountered: