如何插入“/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.ovellayfs/snapshots/pe-container.containerd.snapshotter/snapshots/pe-quot;在K3OS中的线

发布于 2025-01-30 06:01:03 字数 837 浏览 1 评论 0原文

我正在通过具有K3OS基本图像的K3S中的计划部署YAML运行OpenWrt。 由于错误“/sbin/init:无法加载库'libcrypt.so.0',该容器没有出现。 我已经寻找了libcrypt.so.0库,并找到了以下条目,但我无法确定该库是否由容器使用。 这是查找的解答 ”“” sudo find / -name“ libcrypt.so.0*” /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/4295/4295/4295/fs/lib/lib/libcrypt.so.0 /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6325/6325/fs/lib/lib/libcrypt.so.0 /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6325/6325/fs/libcrypt.so.0 /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6301/6301/lib/lib/libcrypt.so.0 /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6301/fs/libcrypt.so.so.0 查找:'/proc/32072':没有这样的文件或目录

“”,

任何人都可以帮我吗?

I am running openwrt via plan deployment yaml in k3s which has k3os base image.
The container is not coming up because of the error "/sbin/init: can’t load library ‘libcrypt.so.0’
I have looked for the libcrypt.so.0 library and found the following entries but I am not able to figure out that the library is used by the container or not.
Here is the oputput of find
"""
sudo find / -name "libcrypt.so.0*"
/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/4295/fs/lib/libcrypt.so.0
/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6325/fs/lib/libcrypt.so.0
/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6325/fs/libcrypt.so.0
/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6301/fs/lib/libcrypt.so.0
/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6301/fs/libcrypt.so.0
find: ‘/proc/32072’: No such file or directory

"""

could anyone please help me on this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷爱 2025-02-06 06:01:03

检查图像。我有类似的问题,然后发现图像被打破了,因为我的本地注册表无法从Docker.io下载图像

Check the image. I had similar problem and then I found out that image was broken because my local registry could not download the image from docker.io

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文