On Wed, Aug 31, 2022 at 2:40 AM Ricardo Wurmus wrote:
>
> Another thing that seems to be missing is a way to supervise and manage
> running containers. I use a shepherd instance for this with
> container-specific actions like this:
Hey that's a real nice starting point for a container management
On Wed, 31 Aug 2022, "Thompson, David" wrote:
> Hey that's a real nice starting point for a container management tool!
> So maybe there should be a system service to manage containers and
> then a 'docker compose'-like tool for declaratively specifying
> containers and their network bridging conf
Hi Luis,
On Tue, Aug 30, 2022 at 9:32 AM Luis Felipe
wrote:
>
> But now I'm getting the following error when I try to reconfigure the system:
>
> ★★
> sudo guix system reconfigure my-system.scm
>
>
> Backtrace:
> 16 (primitive-load "/home/yo/.config/guix/current/bin/guix")
> In
Hi Olivier,
On Wed, Aug 31, 2022 at 7:42 AM Olivier Dion wrote:
>
> On Wed, 31 Aug 2022, "Thompson, David" wrote:
> > Hey that's a real nice starting point for a container management tool!
> > So maybe there should be a system service to manage containers and
> > then a 'docker compose'-like to
Hey, David, good to see you around again :)
On Wednesday, August 31st, 2022 at 12:41, Thompson, David
wrote:
> This looks like the problem described in
> https://issues.guix.gnu.org/issue/57480 in which the regression was
> identified and reverted. Try 'guix pull' again and see if your system
On Tue, 30 Aug 2022 18:32:26 +
Gottfried wrote:
> It is too difficult for me to use chroots in Guix System
> because I don't know how to set it up.
For chrooting I use the scripts I attached.
So far both scripts works for graphical applications. I've no idea if
sound works or not though.
Hi,
I tested this on two different laptops, one running Ubuntu and one running Void
Linux.
On the laptop running Void Linux, I can easily load sbcl-alexandria at a sbcl
REPL with:
(require :asdf)
(:asdf:load-system :alexandria)
On the laptop running Ubuntu, I have guix home installed. I have
Hi,
While debugging with GDB, I always have the following warning:
> warning: Unable to find libthread_db matching inferior's thread
> library,thread debugging will not be available.
Often I dont really care, but now I suspect that because of this, GDB is
unable to show TLS variables.
Any i