Package Details: krunvm-git v0.2.3.r16.g5494d84-1

Git Clone URL: https://aur.archlinux.org/krunvm-git.git (read-only, click to copy)
Package Base: krunvm-git
Description: Create microVMs from OCI images
Upstream URL: https://github.com/containers/krunvm
Licenses: GPL2
Conflicts: krunvm
Provides: krunvm
Submitter: alireza6677
Maintainer: alireza6677
Last Packager: alireza6677
Votes: 2
Popularity: 0.000000
First Submitted: 2022-08-08 06:51 (UTC)
Last Updated: 2024-01-03 10:06 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

alireza6677 commented on 2023-03-17 17:39 (UTC)

@BubuIIC I don't exactly remember why I added it as a dependency but judging by the older comments I think running podman system migrate was needed to fix some error.

BubuIIC commented on 2023-03-17 11:36 (UTC)

krunvm shouldn't be depending on podman, can this dependency be removed?

gdamjan commented on 2022-12-21 13:28 (UTC) (edited on 2022-12-21 13:40 (UTC) by gdamjan)

is asciidoctor really needed at build time? I can't find it in the source Makefile (which really only does a cargo build --release)

ps. disregard, it's a command in build.rs

alireza6677 commented on 2022-08-08 12:12 (UTC) (edited on 2022-08-08 12:12 (UTC) by alireza6677)

Try running these commands and check if it fixes the issue:

sudo sh -c "echo $USER:10000:65536 >> /etc/subuid"

sudo sh -c "echo $USER:10000:65536 >> /etc/subgid"

podman system migrate

MrSaeedNasiri commented on 2022-08-08 12:04 (UTC)

After running this command I have a new error:
buildah unshare krunvm create --name centos-microVM centos

potentially insufficient UIDs or GIDs available in user namespace

alireza6677 commented on 2022-08-08 11:58 (UTC)

You need to run it using "buildah unshare", for example:

buildah unshare krunvm create --name centos-microVM centos

MrSaeedNasiri commented on 2022-08-08 11:54 (UTC) (edited on 2022-08-08 11:57 (UTC) by MrSaeedNasiri)

There is an error:
krunvm create --name centos-microVM centos
Please re-run krunvm inside a "buildah unshare" session