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

Can't install containerd #117

Closed
LijieZhang1998 opened this issue Mar 12, 2024 · 1 comment
Closed

Can't install containerd #117

LijieZhang1998 opened this issue Mar 12, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@LijieZhang1998
Copy link

What happened?

I got error when I installed containerd make install

+ install bin/ctr bin/containerd bin/containerd-stress bin/containerd-shim bin/containerd-shim-runc-v1 bin/containerd-shim-runc-v2
install: cannot stat 'bin/ctr': No such file or directory
install: cannot stat 'bin/containerd': No such file or directory
install: cannot stat 'bin/containerd-stress': No such file or directory
install: cannot stat 'bin/containerd-shim': No such file or directory
install: cannot stat 'bin/containerd-shim-runc-v1': No such file or directory
install: cannot stat 'bin/containerd-shim-runc-v2': No such file or directory
make: *** [Makefile:420: install] Error 1

Here is the output of make. I'm not sure if anything is missing.

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
  make-doc
The following NEW packages will be installed:
  make
0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.
Need to get 180 kB of archives.
After this operation, 426 kB of additional disk space will be used.
Get:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
Fetched 180 kB in 0s (10.6 MB/s)
Selecting previously unselected package make.
(Reading database ... 64801 files and directories currently installed.)
Preparing to unpack .../make_4.3-4.1build1_amd64.deb ...
Unpacking make (4.3-4.1build1) ...
Setting up make (4.3-4.1build1) ...
Processing triggers for man-db (2.10.2-1) ...
Scanning processes...
Scanning processor microcode...
Scanning linux images...

Running kernel seems to be up-to-date.

The processor microcode seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.

### What did you expect to happen?

The installation succeeds.

### How can we reproduce it (as minimally and precisely as possible)?

I followed the [instruction](https://github.com/kuasar-io/kuasar/blob/main/docs/containerd.md#building-and-installing-containerd). 

### Anything else we need to know?

_No response_

### Dev environment

_No response_
@LijieZhang1998 LijieZhang1998 added the kind/bug Categorizes issue or PR as related to a bug. label Mar 12, 2024
@Burning1020
Copy link
Member

@LijieZhang1998 Hi, it seems that you didn't have make command so it was installed as the output showed. And you should run make command again to build binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants