bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45069: BUG: Re: guix environment: error: cannot create container: un


From: raingloom
Subject: bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces
Date: Wed, 6 Jan 2021 11:49:56 +0100

On Mon, 07 Dec 2020 05:51:05 +0900
yasu <yasu@yasuaki.com> wrote:

> Hi Zimoun,
> 
> I tried as you suggested but it didn't work...
> 
> 
>    root@guix ~# echo "kernel.unprivileged_userns_clone = 1" >
>    /etc/sysctl.d/local.conf
>    -bash: /etc/sysctl.d/local.conf: No such file or directory

This could mean you have to create the sysctl.d directory.
Try running this:
```
# mkdir -p /etc/sysctl.d/
# echo "kernel.unprivileged_userns_clone = 1" > /etc/sysctl.d/local.conf
```





reply via email to

[Prev in Thread] Current Thread [Next in Thread]