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

nerdctl restart Fata[0000] 1 errors: failed to start binary process with cmdArgs []: exec: no command #4018

Open
AshinWu opened this issue Mar 18, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@AshinWu
Copy link

AshinWu commented Mar 18, 2025

Environment: Debian11
Kernel version: 5.10.0-26-amd64
k8s version: 1.32.2
nerdctl version: v2.0.3

Installed wiit nerdctl-full:

Update containerd (2.0.2), runc (1.2.4), CNI plugins (1.6.2), RootlessKit (2.3.2), bypass4netns (0.4.2), containerd-fuse-overlayfs (2.1.1), BuildKit (0.19.0)

Configuration:

# etc/nerdctl/nerdctl.toml
address        = "unix:///run/containerd/containerd.sock"
namespace      = "k8s.io"
cgroup_manager = "systemd"

Reproduction conditions:

When I execute nerdctl ps, I can query the containers on the k8s node normally.
However, when I execute nerdctl restart ${containerid}, there is always an error

FATA[0000] 1 errors:
failed to start binary process with cmdArgs []: exec: no command

Similarly, nerdctl start and nerdctl stop also report the same errors.

How can this be solved? Thx

@AkihiroSuda AkihiroSuda added the bug Something isn't working label Mar 19, 2025
@apostasie
Copy link
Contributor

@AkihiroSuda you have a repro?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants