Re: guix pull: error: getting status of /var/guix/gcroots

2020-02-06 Thread Jimmy Thrasibule
> Do you have any possibility to run guix pull with strace? Unfortunately containers are not given PTRACE privileges during the build phase so I cannot call strace. > I do not have carefully look to your files, but the issue should be: > - wrong permission > - /var/guix is not exposed Well

Automated system upgrade

2020-02-03 Thread Jimmy Thrasibule
Hi, I would like to know about the best way one would automate a Guix system reconfiguration. The idea is to put the system configuration stanza into a Git repository and then having the systems regularly pull from this repository and reconfigure. The way I see it so far would take the following

guix pull: error: getting status of /var/guix/gcroots

2020-01-30 Thread Jimmy Thrasibule
Hi, I'm building a Docker image in order to get a GuixSD by using the ``guix system docker-image`` command. See the Dokerfile at: https://bitbucket.org/x237net/guixsd/src/master/src/Dockerfile. The process is working great and I can successfully get to the final result on my local systems.

Re: guix pull: error: symlink: File exists

2020-01-20 Thread Jimmy Thrasibule
rofiles anymore. Le dim. 19 janv. 2020 à 19:54, Jimmy Thrasibule a écrit : > I tried some actions and here is what happening: > > > # ls -l .config/guix/ > total 0 > lrwxrwxrwx1 root root45 Jan 19 18:33 current -> > /var/guix/profiles/

Re: guix pull: error: symlink: File exists

2020-01-19 Thread Jimmy Thrasibule
Le sam. 18 janv. 2020 à 22:11, Jimmy Thrasibule a écrit : > Hi, > > I'm working on an Alpine Docker image with the Guix package manager [1]. > The container is building and can run Guix without the ``--privileged`` > option. > > The installation process is based on the documenta

guix pull: error: symlink: File exists

2020-01-18 Thread Jimmy Thrasibule
Hi, I'm working on an Alpine Docker image with the Guix package manager [1]. The container is building and can run Guix without the ``--privileged`` option. The installation process is based on the documentation and the installation script [2]. Everything is working fine however, when I run

Re: system docker-image needs file-system

2020-01-15 Thread Jimmy Thrasibule
-05:00, Josh Marshall < > joshua.r.marshall.1...@gmail.com> a écrit : > >I'll second this. It is one of my expected use cases. > > > >On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule > > > >wrote: > > > >> Hi, > >> > >> I'm tryi

system docker-image needs file-system

2020-01-15 Thread Jimmy Thrasibule
Hi, I'm trying to use Guix in order to create a Docker image. However, I'm forced to set both ``bootloader`` and ``file-systems`` initializers: system.scm:29:0: error: missing field initializers (bootloader file-systems) For a Docker image this is quite unexpected. I'm wondering whether