Skip to content
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

runq fails to load the packages for Ubuntu 24.04 #33

Open
NiranjanUv opened this issue Nov 27, 2024 · 2 comments
Open

runq fails to load the packages for Ubuntu 24.04 #33

NiranjanUv opened this issue Nov 27, 2024 · 2 comments

Comments

@NiranjanUv
Copy link

Brief description
In Ubuntu 24.04, the kernel packages come with .ko.zst extension. We have added separate section for 24.04 in the code and tried to build runq. It worked.
When the container was started, it went to restart mode.

Steps to reproduce the issue

  • Modify the code to include 24.04 specific kernel packages
  • build and create container.

Expected behaviour

  • Container is expected to running without restarting

Actual behaviour
Container is in restart mode

docker logs 8a921b4594df
[init(1) b25b096] load kernel module "/lib/modules/6.8.0-45-generic/kernel/net/9p/9pnet_rdma.ko.zst" failed: key was rejected by service
[init(1) b25b096] ackChan <- rc timed out
[init(1) b25b096] <- ackChan timed out
[proxy b25b096] conn.Read: read unix /dev/runq.sock->@: read: connection reset by peer
[init(1) b25b096] load kernel module "/lib/modules/6.8.0-45-generic/kernel/net/9p/9pnet_rdma.ko.zst" failed: key was rejected by service

Content of section runtimes of /etc/docker/daemon.json

Content of /var/lib/runq/qemu/proxy --version

Content of docker --version

Additional information

@pmorjan
Copy link
Member

pmorjan commented Nov 29, 2024

Did you modify the modprobe code to handle zstd-compressed files? That would be the first step but I guess there is more to do.

@NiranjanUv
Copy link
Author

Yes, zstd is added to docker file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants