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

Segmentation fault after installing nvidia-container-toolkit via yum #839

Open
2865175617 opened this issue Dec 19, 2024 · 0 comments
Open

Comments

@2865175617
Copy link

I installed the package using

sudo yum install -y nvidia-container-toolkit

The installation looks fine with the following output:

Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : libnvidia-container1-1.17.3-1.x86_64 1/4
正在安装 : libnvidia-container-tools-1.17.3-1.x86_64 2/4
正在安装 : nvidia-container-toolkit-base-1.17.3-1.x86_64 3/4
正在安装 : nvidia-container-toolkit-1.17.3-1.x86_64 4/4
警告:%post(nvidia-container-toolkit-1.17.3-1.x86_64) 脚本执行失败,捕捉到信号: 11
Non-fatal POSTIN scriptlet failure in rpm package nvidia-container-toolkit-1.17.3-1.x86_64
警告:%posttrans(nvidia-container-toolkit-1.17.3-1.x86_64) 脚本执行失败,捕捉到信号: 11
Non-fatal POSTTRANS scriptlet failure in rpm package nvidia-container-toolkit-1.17.3-1.x86_64
验证中 : libnvidia-container-tools-1.17.3-1.x86_64 1/4
验证中 : nvidia-container-toolkit-base-1.17.3-1.x86_64 2/4
验证中 : libnvidia-container1-1.17.3-1.x86_64 3/4
验证中 : nvidia-container-toolkit-1.17.3-1.x86_64 4/4
已安装:
nvidia-container-toolkit.x86_64 0:1.17.3-1
作为依赖被安装:
libnvidia-container-tools.x86_64 0:1.17.3-1 libnvidia-container1.x86_64 0:1.17.3-1 nvidia-container-toolkit-base.x86_64 0:1.17.3-1
Complete!

However, after the installation, typing most of the commands like ls, cat, top, etc returned Segmentation Fault (Core Dumped).
This looks very similar to a failed glibc update to me, but I did not touch it while installing the package. (My glibc is 2.17 btw)

My OS is
Rhel7.5/CentOS7
kernel version: 5.4.225-200.el7.x86_64

If you have any clues about what may cause this, please let me know. Thanks.

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

1 participant