bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2016-07-29 Thread Clément Lassieur
Hi, > We include older kernel versions: linux-libre-4.4 and linux-libre-4.1, > which you can select via the 'kernel' field of the OS configuration, > e.g.: (kernel linux-libre-4.4) > > Can you try these and see if the problem persists? I tried these kernels and still have the problem (with GuixSD

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2016-07-30 Thread Clément Lassieur
> Mark, Clèment: Do you run the release or the testing version of > libreboot? I reproduced with both stable (20150518) and beta (experimental-86-g07ed7f9). For each one of them, I tried linux-libre 4.1, 4.4 and 4.7 without success. Note that my system is encrypted (except /boot).

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2016-08-23 Thread Clément Lassieur
> I just flashed the latest stable of libreboot and for t400 it is fixed, > I can recover from suspend. Thanks to the amazing work of Leah and all > other libreboot contributors :) I still reproduce the bug with latest stable and x200.

bug#26383: gajim is amnesiac about room bookmarks and autojoins

2017-04-06 Thread Clément Lassieur
ng0 writes: > The expected behavior of gajim (at least I guess, never used it before) > is to keep bookmarks of Chatrooms you set and also autojoin those where > you marked the checkbox to autojoin at start. > > Neither of these two things happen. > > An unlikely reason, but one I don't want to e

bug#25802: Unable to run dovecot w/ non-opaque configuration

2017-04-22 Thread Clément Lassieur
Ludovic Courtès writes: > Hi Bake, > > Bake Timmons skribis: > >> Trying to reconfigure my system running guix 0.12.0 for dovecot with >> the default configuration object created by '(dovecot-configuration)' >> results in: >> >> guix system: error: exception thrown: #> "Invalid value for field p

bug#25802: Unable to run dovecot w/ non-opaque configuration

2017-04-22 Thread Clément Lassieur
Clément Lassieur writes: > Ludovic Courtès writes: > >> Hi Bake, >> >> Bake Timmons skribis: >> >>> Trying to reconfigure my system running guix 0.12.0 for dovecot with >>> the default configuration object created by '(dovecot-confi

bug#26734: Snippets (even empty ones) of tar sources reset the timestamps of all files

2017-05-01 Thread Clément Lassieur
Please consider the following package: --8<---cut here---start->8--- (define-public hello (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" versio

bug#26734: Snippets (even empty ones) of tar sources reset the timestamps of all files

2017-05-02 Thread Clément Lassieur
Ludovic Courtès writes: > Clément Lassieur skribis: > >> I tried to patch 'patch-and-repack', but it triggers a full >> rebuild... WDYT? > > Right, it’s expected to trigger a full rebuild, so this should be fixed > in ‘core-updates’. Yes, but is there a

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2017-05-27 Thread Clément Lassieur
Clément Lassieur writes: >> I just flashed the latest stable of libreboot and for t400 it is fixed, >> I can recover from suspend. Thanks to the amazing work of Leah and all >> other libreboot contributors :) > > I still reproduce the bug with latest stable and x

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2017-05-27 Thread Clément Lassieur
Christopher Allan Webber writes: > Clément Lassieur writes: > >> Clément Lassieur writes: >> >>>> I just flashed the latest stable of libreboot and for t400 it is fixed, >>>> I can recover from suspend. Thanks to the amazing work of Leah and all >

bug#26931: GuixSD rebooting fails when tmux is running

2017-08-28 Thread Clément Lassieur
Ludovic Courtès writes: > Hi, > > Leo Famulari skribis: > >> On Sun, May 14, 2017 at 11:36:17PM +0200, Ludovic Courtès wrote: >>> What does /var/log/shepherd.log show around the time where you hit >>> “halt”? >>> >>> I get something like this: >>> >>> --8<---cut here---

bug#26931: GuixSD rebooting fails when tmux is running

2017-08-30 Thread Clément Lassieur
Ludovic Courtès writes: > The commit above makes sure all child processes are reaped. Could you > check whether that solves the problem you’re seeing with ‘guix publish’? Indeed it's fixed. Thank you very much :-)

bug#27476: guix pull fails on powerful server

2017-09-25 Thread Clément Lassieur
I got it too for the first time yesterday on my 128G RAM and 32 CPU cores server: --8<---cut here---start->8--- substitute: updating list of substitutes from [...] Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git c

bug#27476: guix pull fails on powerful server

2017-10-04 Thread Clément Lassieur
Ricardo Wurmus writes: > Is there another work-around I could try on this machine? My workaround was to build Guix from sources. But I'm sure you thought about it.

bug#28776: guix system reconfigure does not update path to nginx configuration

2017-10-10 Thread Clément Lassieur
Hi Oleg, Oleg Pykhalov writes: > After changing config.scm, herd restarts NGINX with previous (on boot) > configuration (checked with ps). So to apply a new NGINX configuration > to a system, reboot is required. Quoting Ludovic from: https://lists.gnu.org/archive/html/guix-patches/2017-05/msg0

bug#29707: "guix system search" doesn't show how to start/stop service

2017-12-14 Thread Clément Lassieur
The "guix system search" command doesn't show how we are supposed to start/stop the searched service. For example, I think it would be useful to know that "herd stop xmpp-daemon" stops the XMPP server and "herd stop xorg-server" stops the Xorg server. Neither "guix system search xorg" nor "guix s

bug#29992: 'postgres' service doesn't stop

2018-01-05 Thread Clément Lassieur
1. add (postgresql-service) to the service list 2. reconfigure 3. ps -ef | grep postgres --8<---cut here---start->8--- postgres 19058 1 0 16:21 ?00:00:00 /gnu/store/0v539yjmdqhjm1xcpvndmagkgjz5fvh2-guile-2.2.2/bin/guile --no-auto-compile /gnu/stor

bug#29992: 'postgres' service doesn't stop

2018-01-08 Thread Clément Lassieur
Ludovic Courtès writes: > Hi, > > Clément Lassieur skribis: > >> 1. add (postgresql-service) to the service list >> 2. reconfigure >> 3. ps -ef | grep postgres >> >> postgres 19058 1 0 16:21 ?00:00:00 >> /gnu/store/0v539yjmdqhjm1x

bug#30069: Nginx-location-configuration

2018-01-10 Thread Clément Lassieur
Andreas Enge writes: > Hello, > > the attached patch attempts to correct a documentation bug for the nginx > service. Do people who know the service better agree? Sure, LGTM, thank you :-)

bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring

2018-01-21 Thread Clément Lassieur
Christopher Baines writes: > Hey, > > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix faili

bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres.

2018-01-23 Thread Clément Lassieur
Fixes . * gnu/services/databases.scm (postgresql-shepherd-service): Replace make-forkexec-constructor and make-kill-destructor with pg_ctl. --- gnu/services/databases.scm | 39 +++ 1 file changed, 23 insertions(+), 16 deletions(-) d

bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres.

2018-01-24 Thread Clément Lassieur
Ludovic Courtès writes: > Clément Lassieur skribis: > >> Fixes <https://bugs.gnu.org/29992>. >> >> * gnu/services/databases.scm (postgresql-shepherd-service): Replace >> make-forkexec-constructor and make-kill-destructor with pg_ctl. > &g

bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres.

2018-01-25 Thread Clément Lassieur
Clément Lassieur writes: > Ludovic Courtès writes: > >> Clément Lassieur skribis: >> >>> Fixes <https://bugs.gnu.org/29992>. >>> >>> * gnu/services/databases.scm (postgresql-shepherd-service): Replace >>> ma

bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres.

2018-01-25 Thread Clément Lassieur
topher Baines +;;; Copyright © 2018 Clément Lassieur ;;; ;;; This file is part of GNU Guix. ;;; @@ -147,26 +148,33 @@ host all all ::1/128 trust")) (define postgresql-shepherd-service (match-lambda (($ postgresql port locale config-file data-directory)

bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres.

2018-01-25 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Fixes <https://bugs.gnu.org/29992>. >> >> * gnu/services/databases.scm (postgresql-shepherd-service): Replace >> make-forkexec-constructor and make-kill-destructor

bug#30401: gitolite some important hooks not working

2018-02-09 Thread Clément Lassieur
n...@crash.cx writes: > A paste that lost its formatting but speaks for itself: [...] Did you - garbage collect - install a new version of gitolite - manually install a hook for this to happen? Or have you done anything special?

bug#30688: hdparm hash mismatch

2018-03-03 Thread Clément Lassieur
Hello, I got this error while reconfiguring, did the source change upstream? Starting download of /gnu/store/4gn3ksv0hrglymrhh11474s13h4x6wcr-hdparm-9.54.tar.gz >From >http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-9.54.tar.gz... following redirection to `https://downloads.sourc

bug#30688: hdparm hash mismatch

2018-03-04 Thread Clément Lassieur
Björn Höfling writes: > On Sat, 03 Mar 2018 21:52:03 +0100 > Clément Lassieur wrote: > >> Hello, >> >> I got this error while reconfiguring, did the source change upstream? >> >> Starting download >> of /gnu/store/4gn3ksv0hrglymrhh11474s1

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-06 Thread Clément Lassieur
Hi, My system is Ubuntu 16.04. I ran './guix-install.sh' and got the message: "This script must be run as root.". So I ran 'sudo ./guix-install.sh' and got an error message saying that: GUIX_PROFILE="${HOME}/.guix-profile" source "${GUIX_PROFILE}/etc/profile" the 'source' command doesn

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-23 Thread Clément Lassieur
Clément Lassieur writes: > Hi, > > My system is Ubuntu 16.04. > > I ran './guix-install.sh' and got the message: "This script must be run > as root.". So I ran 'sudo ./guix-install.sh' and got an error message > saying that: > &

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-26 Thread Clément Lassieur
Hi Chris, Chris Marusich writes: > Clément Lassieur writes: > >> Clément Lassieur writes: >> >>> Hi, >>> >>> My system is Ubuntu 16.04. >>> >>> I ran './guix-install.sh' and got the message: "This script must be

bug#30728: Modification for guix installation script.

2018-03-26 Thread Clément Lassieur
Hi Tatiana, Tatiana Sholokhova writes: > Hello! My name is Tatiana. > > I have installed guix for the first time and noticed that the installation > script at > https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh did not > work for me. So, I had to make some modifications. > > Th

bug#30728: Modification for guix installation script.

2018-03-26 Thread Clément Lassieur
Hi Ricardo and Marius, Marius Bakke writes: > The binary installation tarball only comes with a profile for 'root'. Indeed, but it's easy to copy it for any user isn't it? > The problem is that the installation script assumes $HOME will expand to > ~root when sourcing the profile, but as you f

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-27 Thread Clément Lassieur
Ricardo Wurmus writes: > Clément Lassieur writes: > >>> The manual says (see: (guix) Binary Installation): >>> >>> 3. Make ‘root’’s profile available under ‘~/.guix-profile’: >>> >>> # ln -sf /var/guix/profiles/per-user/root/guix-p

bug#30939: shepherd: detailed output should be placed into well-known location and not tty

2018-03-27 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > ng0 skribis: > >> Sometimes I succeed building a system generation with an OpenSMTPD >> config-file >> which has syntax error that aren't picked up at configure time. When I >> reboot, >> not being aware of this, I have to switch to tty to read the reasons

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-29 Thread Clément Lassieur
Ricardo Wurmus writes: > Hi Chris, > >> I've updated my patch; it now also changes the following line... >> >> 3. Make ‘root’’s profile available under ‘~/.guix-profile’: >> >> ...to this: >> >> 3. Make ‘root’’s profile available under ‘~root/.guix-profile’: >> >> How does that sound? > > Thi

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-29 Thread Clément Lassieur
Chris Marusich writes: > Clément Lassieur writes: > >> Ricardo Wurmus writes: >> >>> Clément Lassieur writes: >>> >>>>> The manual says (see: (guix) Binary Installation): >>>>> >>>>> 3. Make ‘root’’s pr

bug#30728: Modification for guix installation script.

2018-03-29 Thread Clément Lassieur
Gábor Boskovits writes: > 2018-03-26 11:11 GMT+02:00 Ricardo Wurmus : > >> >> Hi Clément, >> >> > As I said to Chris (Cc'ed), I don't think it's a good idea to install >> > Guix in root's home directory. Instead, we should probably honor the >> > USER and HOME environment variables, so that the

bug#30728: Modification for guix installation script.

2018-03-29 Thread Clément Lassieur
Hi Tatiana, Tatiana Sholokhova writes: > Hello! > > > Could you please make that change on top of the current version of the > Guix sources as a git commit? Then you can run “git format-patch -1” to > format it as a patch in a format that we can apply. You can send the > resultin

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-29 Thread Clément Lassieur
Chris Marusich writes: > Hi everyone, > > Ricardo Wurmus writes: > >> This looks good to me. Thank you! > > I've committed this as 3cd4447f5639f45b7d833f6fb2adce11ea15ba1d. If > anybody has additional concerns about the installation script or the > installation instructions, please open a new

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-30 Thread Clément Lassieur
Hi Ricardo, Ricardo Wurmus writes: > Hi Clément, > >> I am surprised that you didn't comment on >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30728#32 (where I explain >> to you why I disagree with Guix being installed in ~root) before saying >> LGTM. > > Don’t be surprised: there are too man

bug#31190: Ansible doesn't build

2018-04-17 Thread Clément Lassieur
starting phase `check' running "python setup.py" with command "test" and parameters () running test Searching for pynacl>=1.0.1 Reading https://pypi.python.org/simple/pynacl/ Download error on https://pypi.python.org/simple/pynacl/: [Errno -2] Name or service not known -- Some packages may not be

bug#31190: Ansible doesn't build

2018-04-19 Thread Clément Lassieur
For the record, patches about it have been sent to guix-patches as well: https://lists.gnu.org/archive/html/guix-patches/2018-04/msg00332.html. Marius Bakke writes: > Jelle Licht writes: > >> 2018-04-17 22:56 GMT+02:00 Marius Bakke : >> >>> Jelle Licht writes: >>> >>> > From f770998d0f0b56180e

bug#31227: emacs-lispy is broken

2018-04-20 Thread Clément Lassieur
Hi, emacs-lispy is broken (void-variable hydra-lispy-x on load) since commit b5904fcc34596e0aabb85020808b746e4c8b39a0. Clément

bug#31190: Ansible doesn't build

2018-04-24 Thread Clément Lassieur
Jelle Licht writes: > I pushed my version of the patches that fix our ansible build as > `09e3cf583437ce421215dd28d2b94f574458b311' > and `acc6e6955f5d481cf984cafb0459d3489feda99e' to master. Great, thank you!

bug#29707: "guix system search" doesn't show how to start/stop service

2018-04-30 Thread Clément Lassieur
Hi Ludovic, Ludovic Courtès writes: > Commit 6ac8b7359a1ac80e558f41dd37004ffa727dd3c6 does roughly what you > suggested: > > --8<---cut here---start->8--- > $ ./pre-inst-env guix system search slim > name: slim > location: gnu/services/xorg.scm:510:2 > extends

bug#29707: [PATCH] guix system: search: Display all provision names as 'shepherdnames'.

2018-04-30 Thread Clément Lassieur
/scripts/system/search.scm index 7229c60a0..955cdd1e9 100644 --- a/guix/scripts/system/search.scm +++ b/guix/scripts/system/search.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2018 Ludovic Courtès +;;; Copyright © 2018 Clément Lassieur ;;; ;;; This

bug#29707: [PATCH] guix system: search: Display all provision names as 'shepherdnames'.

2018-05-01 Thread Clément Lassieur
Ludovic Courtès writes: > Clément Lassieur skribis: > >> * guix/scripts/system/search.scm (service-type-shepherd-names): Append >> provision lists together instead of returning a list of provision cars. > > You’re right, that makes more sense. OK for me! Cool, pushed!

bug#31356: Some videos don't work with recent Icecat

2018-05-03 Thread Clément Lassieur
Hi, Recent Icecat can't play some videos, like this one: https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione (thank you catonano for the link and for reporting it on IRC). Whereas an older one (say, /gnu/store/s85ykg7ggz8vlc0r

bug#31356: Some videos don't work with recent Icecat

2018-05-03 Thread Clément Lassieur
Clément Lassieur writes: > Hi, > > Recent Icecat can't play some videos, like this one: > > https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione > (thank you catonano for the link and for reporting it

bug#31356: Some videos don't work with recent Icecat

2018-05-03 Thread Clément Lassieur
Marius Bakke writes: > Clément Lassieur writes: > >> Hi, >> >> Recent Icecat can't play some videos, like this one: >> >> https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione &g

bug#31356: Some videos don't work with recent Icecat

2018-05-04 Thread Clément Lassieur
Catonano writes: > Ahem, I did > > guix pull > guix package -u icecat > > but it still doesn't work > > for example. I can't see this video > https://www.radioradicale.it/scheda/540381/intervista-a-loredana-de-petris-su-direzione-pd-e-formazione-governo It worked for me. Are you sure you closed

bug#31227: emacs-lispy is broken

2018-05-04 Thread Clément Lassieur
Jelle Licht writes: > Fixed in e5d57c1c0 on master. Hi Jelle, thank you very much!

bug#31356: Some videos don't work with recent Icecat

2018-05-05 Thread Clément Lassieur
Nils Gillmann writes: > Hi, thanks for reporting it. > > This is not a bug, however it has been reported multiple times in the past. > This is a not so obvious reminder that you need to install the some of the > codecs into your global or user profile. Hi ng0, I'd be happy to know about codecs

bug#31268: 'guix system vm-image' hangs

2018-05-18 Thread Clément Lassieur
Hi, Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> FYI, I just pushed commit 8c21c64e59d3f4d223d8aeef91f06fdde7de1ab7 which >>> updates linux-libre to 4.16.6. Would you like to see if the problem >>> still persists? >> >> It does. > > I sugges

bug#31268: 'guix system vm-image' hangs

2018-05-18 Thread Clément Lassieur
Ludovic Courtès writes: > Hi! > > Clément Lassieur skribis: > >> Mark H Weaver writes: > > [...] > >>> I suggest doing a git bisect on the 4.16.y branch of the linux-stable >>> git repository, between the 4.16.3 and 4.16.4 tags. >> >> I

bug#31620: supercollider doesn't build since Qt update

2018-05-28 Thread Clément Lassieur
Hi, supercollider doesn't build since Qt update (commit 1f52eb7be7e166b477b7635ff71936fc05425a6e). Clément

bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency.

2018-05-28 Thread Clément Lassieur
2018 okapi ;;; Copyright © 2018 Maxim Cournoyer +;;; Copyright © 2018 Clément Lassieur ;;; ;;; This file is part of GNU Guix. ;;; @@ -2064,6 +2065,7 @@ background file post-processing.") (build-system cmake-build-system) (arguments `(#:configure-flags '

bug#31622: VLC doesn't build

2018-05-28 Thread Clément Lassieur
Hi, VLC doesn't build. Clément

bug#31622: VLC doesn't build

2018-05-28 Thread Clément Lassieur
Clément Lassieur writes: > Hi, > > VLC doesn't build. > > Clément Since Qt update (commit 1f52eb7be7e166b477b7635ff71936fc05425a6e).

bug#31622: VLC doesn't build

2018-05-28 Thread Clément Lassieur
Clément Lassieur writes: > Clément Lassieur writes: > >> Hi, >> >> VLC doesn't build. >> >> Clément > > Since Qt update (commit 1f52eb7be7e166b477b7635ff71936fc05425a6e). Fixed by c7d901c130cc1d711d152d9f2930488fe6858d07.

bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency.

2018-05-28 Thread Clément Lassieur
Clément Lassieur writes: > As suggested by Ricardo Wurmus. > > This also removes IDE support. > > * gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to > configure flags. > [native-inputs]: Remove QTTOOLS. > [inputs]: Remove QTBASE, QTWE

bug#31640: Librecad fails to build with Qt 5.11

2018-05-29 Thread Clément Lassieur
Ricardo Wurmus writes: > Librecad fails to build since the upgrade to Qt 5.11 in commit > 1f52eb7be7e166b477b7635ff71936fc05425a6e. Fixed by 6cedd611774f91056c70d8d3a175d514b9b9fc76. Thank you for reporting it. Clément

bug#31643: Scribus fails to build since Qt upgrade

2018-05-30 Thread Clément Lassieur
Ricardo Wurmus writes: > Scribus fails to build, probably because of the Qt upgrade. There are a > bunch of errors; some of them are reproduced here: Fixed by 6f8f98df7f90fd18795f832c32e8d84557a24c0b. Thanks for reporting it!

bug#31664: Add Postfix package and service

2018-05-31 Thread Clément Lassieur
Postfix is a widely used mail server. We already have OpenSMTPD but it doesn't support, say, filters.

bug#31789: nss-mdns test is failing

2018-06-11 Thread Clément Lassieur
nss-mdns test is failing. Here is the output: --8<---cut here---start->8--- Starting test avahi Group begin: avahi Test begin: test-name: "wait for services" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1

bug#31805: guix pull --url errors out with "build failed: substituter `substitute' died unexpectedly"

2018-06-12 Thread Clément Lassieur
Hi, I did: guix pull --url=git://git.lassieur.org/guix And got: --8<---cut here---start->8--- Updating from Git repository at 'git://git.lassieur.org/guix'... Building from Git commit dd6fa43a105f9caf383c6d1fb5a8497e29e912b1... Computing Guix derivation f

bug#31805: guix pull --url errors out with "build failed: substituter `substitute' died unexpectedly"

2018-06-12 Thread Clément Lassieur
Leo Famulari writes: > On Tue, Jun 12, 2018 at 11:23:10PM +0200, Clément Lassieur wrote: >> substitute: updating list of substitutes from 'https://berlin.guixsd.org'... >> 0.0%Backtrace: > > [...] > >> substitute: guix/ui.scm:1501:12: In procedure r

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Clément Lassieur
Hi, sourcing /etc/profile - prepends /run/setuid-programs to $PATH - then sources $HOME/.guix-profile/etc/profile and sourcing $HOME/.guix-profile/etc/profile - prepends $HOME/.guix-profile/bin to $PATH - prepends $HOME/.guix-profile/sbin to $PATH so in the end, $PATH looks like: ~/.config/gu

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Clément Lassieur
Joshua Branson writes: > Clément Lassieur writes: > >> Hi, >> >> sourcing /etc/profile >> >> - prepends /run/setuid-programs to $PATH >> - then sources $HOME/.guix-profile/etc/profile >> >> and sourcing $HOME/.guix-profile/etc/pro

bug#31786: 'pre-inst-env guix --version' is not updated by new commits"

2018-06-14 Thread Clément Lassieur
Hi George, George Clemmer writes: > Leo Famulari writes: > >> On Wed, Jun 13, 2018 at 08:54:49AM +0200, Ludovic Courtès wrote: >>> The other aspect, from a maintenance and readability viewpoint, is that >>> we could quickly add up lots of explanations that we’ll have to keep >>> up-to-date and

bug#31786: 'pre-inst-env guix --version' is not updated by new commits"

2018-06-14 Thread Clément Lassieur
Clément Lassieur writes: > Hi George, > > George Clemmer writes: > >> Leo Famulari writes: >> >>> On Wed, Jun 13, 2018 at 08:54:49AM +0200, Ludovic Courtès wrote: >>>> The other aspect, from a maintenance and readability viewpoint, is that >>&

bug#31814: setuid programs are not first in PATH

2018-06-16 Thread Clément Lassieur
Ricardo Wurmus writes: > What package in your profile provides “ping”? inetutils

bug#31870: Provide a way to customize %harmless-collisions

2018-06-17 Thread Clément Lassieur
Hi, %harmless-collisions is consistent for Guix packages, but users can also add their custom packages through GUIX_PACKAGE_PATH. It would be great that if such custom packages collide, the warning message can be removed. Thanks, Clément

bug#31870: Provide a way to customize %harmless-collisions

2018-06-17 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> %harmless-collisions is consistent for Guix packages, but users can also >> add their custom packages through GUIX_PACKAGE_PATH. It would be great >> that if such custom packages collide, the war

bug#31814: setuid programs are not first in PATH

2018-06-17 Thread Clément Lassieur
Hello Ludovic, Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> sourcing /etc/profile >> >> - prepends /run/setuid-programs to $PATH >> - then sources $HOME/.guix-profile/etc/profile >> >> and sourcing $HOME/.guix-

bug#31870: Provide a way to customize %harmless-collisions

2018-06-18 Thread Clément Lassieur
Good morning, Ludovic, Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> Ludovic Courtès writes: > > [...] > >>> Did you have any concrete use case in mind? >> >> Yes, Firefox and Icecat have lots of collisions, and the

bug#31885: Bug when running guix system reconfigure after recent guix pull

2018-06-18 Thread Clément Lassieur
Hello! swedebu...@riseup.net writes: > gnu/services.scm:703:40: In procedure service-kind: Wrong type argument: > #< slim: # gnu/packages/display-managers.scm:312 2963cc0> allow-empty-passwords?: > #t auto-login?: #t default-user: "annika" theme: #< base: > # url: > "git://git.savannah.gnu.org/gu

bug#31814: setuid programs are not first in PATH

2018-06-19 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Ludovic Courtès writes: > > [...] > >>> diff --git a/gnu/system.scm b/gnu/system.scm >>> index 7cb12a827..d367307a2 100644 >>> --- a/gnu/system.scm >>> +++ b/gnu/

bug#31910: hydra doesn't build

2018-06-20 Thread Clément Lassieur
Hi, Hydra doesn't build. This is the end of the output: --8<---cut here---start->8--- hydra-eval-jobs.cc:13:26: fatal error: common-opts.hh: No such file or directory compilation terminated. make[3]: *** [Makefile:414: hydra-eval-jobs.o] Error 1 make[3]: Leavi

bug#31926: reconfigure is broken

2018-06-21 Thread Clément Lassieur
I'm on commit 1a5b0dfe06ff3b97b6394232f143b95c616890b3, I can't reconfigure anymore. --8<---cut here---start->8--- guix system: warning: Consider running 'guix pull' followed by 'guix system reconfigure' to get up-to-date packages and security updates. guix sys

bug#31926: reconfigure is broken

2018-06-21 Thread Clément Lassieur
Gábor Boskovits writes: > Did you try to run guix pull again? Does it give you any errors? This has nothing to do with Guix pull, because I have it on machines that don't use Guix pull. >> I'm on commit 1a5b0dfe06ff3b97b6394232f143b95c616890b3, I can't >> reconfigure anymore. I meant I'm on 91

bug#31926: reconfigure is broken

2018-06-21 Thread Clément Lassieur
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Ricardo Wurmus writes: >> >>> Clément Lassieur writes: >>> >>>> I'm on commit 1a5b0dfe06ff3b97b6394232f143b95c616890b3, I can't >>>> reconfigure anymore. >

bug#32096: [wishlist] on-line documentation

2018-07-08 Thread Clément Lassieur
Hi Matt, Matt Wette writes: > There no link from http://www.gnu.org/software/guix that I could find. > It would be nice if the heading, now reading > > [Overview] [Download] [Packages] ... [About] > > had a [Documentation] (or [Manual]) link. [Overview] [Download] [Packages] [Blog] [Help] [Don

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
These examples fail: ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db ./pre-inst-env cuira

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ricardo Wurmus writes: > David Larsson writes: > >> I tried to run gcc to compile a simple c program which fails: > > Are you using the “gcc-toolchain” package? I reproduce that bug with gcc-toolchain.

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > These examples fail: > > ./pre-inst-env cuirass --specifications=examples/gnu-system.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm > --database=test.db > ./pre-inst-env cuirass --specifications=exa

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > Clément Lassieur writes: > >> These examples fail: >> >> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >> --database=test.db >> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm >> --

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ricardo Wurmus writes: > Clément Lassieur writes: > >> Ricardo Wurmus writes: >> >>> David Larsson writes: >>> >>>> I tried to run gcc to compile a simple c program which fails: >>> >>> Are you using the “gcc-toolchain” pac

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > These examples fail: > > ./pre-inst-env cuirass --specifications=examples/gnu-system.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm > --database=test.db > ./pre-inst-env cuirass --specifications=exa

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ludovic Courtès writes: > Yeah. The problem is that currently we don’t build glibc with multilib > support. Something for the next ‘core-updates’ cycle if you feel like > working on it! :-) I can't work on it and I also don't need it at all. I'm just confirming what David says :-)

bug#32110: Some Cuirass examples fail

2018-07-11 Thread Clément Lassieur
Ludovic Courtès writes: > Clément Lassieur skribis: > >> Clément Lassieur writes: >> >>> These examples fail: >>> >>> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >>> --database=test.db >>> ./pre-inst-env cuira

bug#32132: daemon store names can't start with a dot

2018-07-12 Thread Clément Lassieur
Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> Nils Gillmann writes: >> >>> Hi, >>> >>> Can you provide some context why this is necessary, maybe even >>> in the commit message? >> >> It's

bug#32132: daemon store names can't start with a dot

2018-07-12 Thread Clément Lassieur
Ludovic Courtès writes: > Looks like you already closed it (or was it me?). Well, I closed 32111 (guix-patches) but I opened 32132 (bug-guix) with a wontfix tag, so that people can find it easily if they stumble across the issue. > Anyway, it’s certainly a limitation, but given that it’s an ann

bug#32190: GSoC: Adding a web interface similar to the Hydra web interface

2018-07-17 Thread Clément Lassieur
Ricardo Wurmus writes: > You can download a copy of the Cuirass database as it is used on > berlin.guixsd.org, one of the build farms of the Guix project. I have > copied it here: > > http://bootstrappable.org/cuirass.db > > It is 12G(!), which indicates that Cuirass adds way too many entrie

bug#32190: Cuirass doesn't check if two subsequent jobs yield the same derivation

2018-07-17 Thread Clément Lassieur
Consider the following table: --8<---cut here---start->8--- CREATE TABLE Derivations ( derivationTEXT NOT NULL, evaluationINTEGER NOT NULL, job_name TEXT NOT NULL, systemTEXT NOT NULL, nix_name TEXT NOT NULL, PRIMARY KEY (de

bug#32197: openssh not starting unless reconfigured

2018-07-19 Thread Clément Lassieur
Eric Brown writes: > GuixSD 1.5 amd64 > > (stock, and with guix pull && guix package -u) > > I have initialized a system with the attached config.scm. The openssh > service does not work at boot. > > However, I can reconfigure the system, and the openssh service works and > allows connections.

bug#30993: OpenSSH sshd killed by Shepherd 0.4.0

2018-07-19 Thread Clément Lassieur
Heya, Martin Castillo writes: > On 06.05.2018 21:50, Leo Famulari wrote: >> On Fri, May 04, 2018 at 04:01:52AM +0200, Martin Castillo wrote: >>> Sorry, I forgot to mention that I have the same problem. But I had it >>> already with shepherd 0.3. >> >> Interesting. Did it ever work for you on

bug#32197: bug#30993: OpenSSH sshd killed by Shepherd 0.4.0

2018-07-19 Thread Clément Lassieur
Clément Lassieur writes: > Leo, if you confirm my analysis, could you please unmerge the bugs? I did it, because Eric confirmed the fix. Clément

bug#32233: Cuirass: Berlin web API times out

2018-07-21 Thread Clément Lassieur
Hi, https://berlin.guixsd.org:8081/ times out. I'm using the exact same config at home to try to reproduce the issue. Clément

  1   2   3   >