Hello,
Amirouche Boubekki skribis:
>> build failed: while setting up the build environment: unable to make ?/?
> private mount: Permission denied
>
> If you look at 'dmesg' output you will see something like:
>
>> audit: type=1400 audit(1539605833.825:115): apparmor="DENIED"
> operation="mount"
There is still an issue with the locale that is C.UTF-8.
To fix it, you can add:
lxc.environment = LC_ALL=en_US.UTF-8
To the file /var/lib/lxc/schemer/config
Le mar. 16 oct. 2018 à 12:57, Amirouche Boubekki <
amirouche.boube...@gmail.com> a écrit :
> To install guix (the package manager) insid
To install guix (the package manager) inside an ubuntu LXC on Ubuntu you
can do the following:
$ sudo apt install lxc
$ sudo lxc-create -t download -n schemer -- --dist ubuntu --release bionic
--arch amd64
That will create a lightweight virtulal machine with ubuntu bionic as a
distribution.
To c