Re: Edits to `etc/resolv.conf` being overwritten

2021-04-10 Thread Vincent Legoll
Hello, On Sat, Apr 10, 2021 at 5:40 AM Bone Baboon wrote: > Vincent Legoll writes: > > I'd try the "-R" command line option without giving "domain-name-servers" > > > > See details in the dhclient's man page > > Thank you for the suggestion. Reading dhclient's man page it looks like > `-R` is re

Re: guix pull error after install i686 1.2.0

2021-04-10 Thread Vincent Legoll
Hello, Also trying to be helpful here, but, be careful anyways... ;-) On Sat, Apr 10, 2021 at 6:28 AM Bone Baboon wrote: > I have just installed Guix on a computer using: > https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.i686-linux.iso.xz I did this 2 days ago on an old laptop, which had

Re: How to create a service for contents of arbitrary file

2021-04-10 Thread Julien Lepiller
No, Shepherd doesn't have a notion of stages. You can make it run a command at startup by using a normal service though. I use one on my server to set up static networking with ipv4 and ipv6 by running iproute. See https://git.lepiller.eu/system-configuration/tree/-/modules/config/network.scm M

local cuirass

2021-04-10 Thread Vincent Legoll
Hello, I'm trying to follow the blog post [1] to install a local cuirass service. I'm doing this in a kvm-based VM launched on my desktop system (debian), running guix system (up to date as of yesterday). when connecting to "https://$IP:8081/";, I get: SSL_ERROR_RX_RECORD_TOO_LONG which seems

Re: Edits to `etc/resolv.conf` being overwritten

2021-04-10 Thread Bone Baboon
Vincent Legoll writes: > Have a look at the "LEASE REQUIREMENTS AND REQUESTS" > section from man dhclient.conf, you should be able to make > it *NOT* require "name-servers"... Thanks you for this helpful suggestion. After looking at the section you pointed out in man page for dhclient.conf I have

Re: guix pull error after install i686 1.2.0

2021-04-10 Thread Bone Baboon
Vincent Legoll writes: > I remember having seen an (default checked) option > to install certificates when choosing packages to install. > I have the "nss-certs" package installed from /etc/config.scm > > This may be what you're missing. I reinstalled Guix on the laptop. During the graphical ins

Re: guix pull error after install i686 1.2.0

2021-04-10 Thread Leo Famulari
On Sat, Apr 10, 2021 at 12:28:20AM -0400, Bone Baboon wrote: > I have just installed Guix on a computer using: > https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.i686-linux.iso.xz > > When I run `guix pull` I get this error message "guix pull: error: Git > error: the SSL certificate is inval

Re: guix pull error after install i686 1.2.0

2021-04-10 Thread Leo Famulari
On Sat, Apr 10, 2021 at 11:33:12AM +0200, Vincent Legoll wrote: > But I remember having seen an (default checked) option > to install certificates when choosing packages to install. > > Let me power it up and check... > > I have the "nss-certs" package installed from /etc/config.scm `guix pull`

Re: emacs xwidget build with exwm

2021-04-10 Thread Phil
> Any ideas how to configure xwidgets as exwm, and/or any ideas who to resolve > bad > placement/rendering of xwidgets within buffer? In case it helps others to answer my own question - you need to define a specific exwm package which builds against emacs-xwidgets: (define-module (emacs-exwm-

Re: guix pull error after install i686 1.2.0

2021-04-10 Thread Bone Baboon
Leo Famulari writes: > In what context did you run `guix pull`? Like, in a graphical terminal > emulator? A console? As root? If as root, how did you become root? > > Is the bug reproducible? If so, please share the results of `env`, > `which guix`, and `guix describe`, in the same environment wher

Haskell program build and run using Cabal

2021-04-10 Thread Bone Baboon
I am trying to build a Haskell program from source and run it. I am using Cabal a Haskell build tool to do this. I am able to build and run this program without the following error messages on other Linux operating systems. `cabal --version` outputs: ``` cabal-install version 2.4.0.0 compiled us

Build docker image

2021-04-10 Thread Bone Baboon
I am trying to build a docker image. I have added `docker` and `docker-cli` to my system configuration and reconfigured the system. The `docker` command needs a docker daemon running. I have added the docker service to the system configuration file with `(service docker-service-type)` in the lis