bug#27386: offloading documentation and env

2017-07-04 Thread Oleg Pykhalov
Hi, I'm trying to setup offloading too. Just for the report I had an issue after setting up `%load-path` for guile with `.bashrc` snippet. It seems that also required call `guix build` with `--substitute-urls=HOST` because without it I get `acquired build slot` loop like in

bug#27386: offloading documentation and env

2017-07-04 Thread Oleg Pykhalov
Oleg Pykhalov <go.wig...@gmail.com> writes: > Oleg Pykhalov <go.wig...@gmail.com> writes: > >> I'm trying to setup offloading too. Just for the report I had an issue >> after setting up `%load-path` for guile with `.bashrc` snippet. It >> seems

bug#27386: offloading documentation and env

2017-07-06 Thread Oleg Pykhalov
l...@gnu.org (Ludovic Courtès) writes: > Hmm could it be that ‘machine-load’ in (guix scripts offload) always > returns +inf.0, for instance because it fails to run “cat /proc/loadavg” > on the remote machine? (If it succeeded we would see the message “load > on machine XYZ is N”.) > > >

bug#27386: offloading documentation and env

2017-07-05 Thread Oleg Pykhalov
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Oleg Pykhalov <go.wig...@gmail.com> skribis: > >> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >> waiting for locks or build slots... >> process 5294 acquired build slot '/var/guix/offlo

bug#28694: gnu: p11-kit: Update to 0.23.9 fails test.

2017-10-04 Thread Oleg Pykhalov
Hello Ludovic, Thanks for hitting this issue! l...@gnu.org (Ludovic Courtès) writes: [...] > Do the failures happen reproducibly for you? Is there a test log or > code giving a hint as to what is being tested and how it fails? I attached one log in the first message, but here is another one.

bug#28743: guix package dry-run upgrade shows not required derivations (UI issue)

2017-10-08 Thread Oleg Pykhalov
Previous discussion thread and attached debugging files: https://lists.gnu.org/archive/html/help-guix/2017-10/msg0.html After patching no new generation created. But dry-run still shows available upgrades and that will be build some derivations. l...@gnu.org (Ludovic Courtès) writes: >

bug#28694: gnu: p11-kit: Update to 0.23.9 fails test.

2017-10-04 Thread Oleg Pykhalov
Oleg Pykhalov <go.wig...@gmail.com> writes: [...] > Latest p11-kit update fails to test and build. [...] By the way, it succeeded on Hydra. But on my machine build fails on origin/master checkout. $ guix build --check --no-grafts p11-kit Does anybody have this issue?

bug#28694: gnu: p11-kit: Update to 0.23.9 fails test.

2017-10-03 Thread Oleg Pykhalov
Hello Guix, Latest p11-kit update fails to test and build. --8<---cut here---start->8--- … FAIL: test-compat 1..2 ok 1 /hash/murmur3 ok 2 /hash/murmur3-incr … 1..16 ok 1 /conf/test_parse_conf_1 ok 2 /conf/test_parse_ignore_missing ok 3

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

2017-10-10 Thread Oleg Pykhalov
Hello Clement, Clément Lassieur <clem...@lassieur.org> writes: > Oleg Pykhalov <go.wig...@gmail.com> writes: > >> After changing config.scm, herd restarts NGINX with previous (on boot) >> configuration (checked with ps). So to apply a new NGINX configuration >

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

2017-10-10 Thread Oleg Pykhalov
Hello Guix, 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.

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-10 Thread Oleg Pykhalov
Oleg Pykhalov <go.wig...@gmail.com> writes: [...] > Getting it quite often while 'guix system reconfigure' at Linux magnolia > 4.13.4-gnu #1 SMP 1 x86_64 GNU/Linux. But it's not a subject of current > report. Kernel panic was caused by my miss configuring. I used a Guile module

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-09 Thread Oleg Pykhalov
Hello Guix, EFI bootloader configuration causes problems to test with 'system vm' before 'reconfigure'. To reproduce it replace default bootloader expression with following snippet in gnu/system/examples/vm-image.tmpl (bootloader (bootloader-configuration (bootloader

bug#28694: Status: gnu: p11-kit: Update to 0.23.9 fails test.

2017-10-05 Thread Oleg Pykhalov

bug#28694: gnu: p11-kit: Update to 0.23.9 fails test.

2017-10-05 Thread Oleg Pykhalov
Hello Ludovic, l...@gnu.org (Ludovic Courtès) writes: > Hi Oleg, > > Oleg Pykhalov <go.wig...@gmail.com> skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >> [...] >> >>> Do the failures happen reproducibly for you? Is there a test log o

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-12 Thread Oleg Pykhalov
Hello Ludovic, l...@gnu.org (Ludovic Courtès) writes: [...] > I think we can avoid the problem by forcefully removing these two lock > files at boot time: > > diff --git a/gnu/services.scm b/gnu/services.scm > index 329b7b151..2ef1d8530 100644 > --- a/gnu/services.scm > +++ b/gnu/services.scm >

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-09 Thread Oleg Pykhalov
Hello Guix, During 'guix system reconfigure' I got a kernel panic. Getting it quite often while 'guix system reconfigure' at Linux magnolia 4.13.4-gnu #1 SMP 1 x86_64 GNU/Linux. But it's not a subject of current report. After reboot I tried another attempt to make a 'guix system reconfigure',

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-11 Thread Oleg Pykhalov
folks work on implementing tiny log output to console and redirect everything else to a log file. This will be my life saver. l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Oleg Pykhalov <go.wig...@gmail.com> skribis: > >> During 'guix system reconfigure' I got a kernel

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Oleg Pykhalov
Hello Ludovic, Apologies for the late reply. l...@gnu.org (Ludovic Courtès) writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> Oleg Pykhalov <go.wig...@gmail.com> writes: >> >>> EFI bootloader configuration causes problems to test w

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-22 Thread Oleg Pykhalov
Hello Ludovic, Apologies for the late reply. l...@gnu.org (Ludovic Courtès) writes: [...] > Did you eventually gather more info? Yes, I got an undefined %iptables-rst variable in reconfigure output at first run. But at second run substitutions didn't work. GuixSD rebuilds the world. I

bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space

2017-11-14 Thread Oleg Pykhalov
Hello Ludovic, l...@gnu.org (Ludovic Courtès) writes: [...] diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index a80c520ec..0e97de0a8 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -202,7 +202,7 @@ reboot\n")

bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+

2017-11-28 Thread Oleg Pykhalov
Hello Ludovic, Apologies for late reply. l...@gnu.org (Ludovic Courtès) writes: > Ping! >> Also, is the “build loop” you mentioned fixed with this patch? Sorry, I don't see any patches attached. I still have never ending pulseaudio derivation build if I add ("python-pyqt" ,python-pyqt) to the

bug#24279: Bug in xterm and/or fontconfig

2017-11-27 Thread Oleg Pykhalov
Hello John, John Darrington writes: > In GuixSD: > > guix package -i xterm strace > strace xterm > > xterm starts as it should, however observe many failed calls similar to: > >

bug#29686: gnu: aspell: Do not ignore GuixOS system profile.

2017-12-12 Thread Oleg Pykhalov
Hello Guix, Currently, if aspell is installed in GuixOS system profile and not in user profile then aspell cannot find dictionaries. (define-public aspell (package ;; … (arguments `(#:phases (modify-phases %standard-phases (add-after 'install 'wrap-aspell

bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space

2017-11-01 Thread Oleg Pykhalov
Hello Guix, There is an issue with not enough space: $ make check-system TESTS="btrfs-root-os" I succeed by “double” this: diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index a80c520ec..0e97de0a8 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -202,7 +202,7

bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+

2017-11-01 Thread Oleg Pykhalov
From 9a012229f41d60610e37639363f3b513a3900465 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov <go.wig...@gmail.com> Date: Wed, 1 Nov 2017 15:58:48 +0300 Subject: [PATCH] gnu: emacs-ido-completing-read+: Update to 4.5. * gnu/packages/emacs.scm (emacs-ido-completing-read+): Update to 4.5. --

bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+

2017-11-01 Thread Oleg Pykhalov
Hello Guix, I have issue with building loop after changing pulseaudio and emacs-ido-completing-read+ packages. pulseaudio diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 21753cf3f..3c9659b73 100644 --- a/gnu/packages/pulseaudio.scm +++

bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space

2017-11-07 Thread Oleg Pykhalov
Hello Ludovic, Thank you for review. l...@gnu.org (Ludovic Courtès) writes: > Hi Oleg, > > Oleg Pykhalov <go.wig...@gmail.com> skribis: > >> There is an issue with not enough space: >> >> $ make check-system TESTS="btrfs-root-os" >> >

bug#29686: gnu: aspell: Do not ignore GuixOS system profile.

2017-12-20 Thread Oleg Pykhalov
Hello Ludovic, Apologies for late reply. I thought how to reproduce it properly. l...@gnu.org (Ludovic Courtès) writes: >>> Currently, if aspell is installed in GuixOS system profile and not in >>> user profile then aspell cannot find dictionaries. >> >> If you install both aspell and

bug#31591: alsamixer Cannot open shared library libasound_module_ctl_pulse.so

2018-05-25 Thread Oleg Pykhalov
Hello Guix, The alsa-service-type service produces /etc/asound.conf with content: --8<---cut here---start->8--- # Generated by 'alsa-service'. # Use PulseAudio by default pcm.!default { type pulse fallback "sysdefault" hint { show on description

bug#32020: [PATCH 1/2] bash completion: Complete files names after 'guix build -L'.

2018-07-02 Thread Oleg Pykhalov
Hello Ludovic, Thank you for review. l...@gnu.org (Ludovic Courtès) writes: > Oleg Pykhalov skribis: > >> * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix >> build -L'. > > [...] > >> * etc/completion/bash/guix (_guix_complete):

bug#32020: [PATCH 1/2] bash completion: Complete files names after 'guix build -L'.

2018-06-30 Thread Oleg Pykhalov
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'. --- etc/completion/bash/guix | 6 ++ 1 file changed, 6 insertions(+) diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix index 70430c5c9..cc18fbc94 100644 --- a/etc/completion/bash/guix +++

bug#32020: [PATCH 2/2] bash completion: Complete files names after 'guix weather -m'.

2018-06-30 Thread Oleg Pykhalov
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix weather -m'. --- etc/completion/bash/guix | 6 ++ 1 file changed, 6 insertions(+) diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix index cc18fbc94..a593b8112 100644 --- a/etc/completion/bash/guix

bug#32020: 3 bash-completion errors

2018-06-30 Thread Oleg Pykhalov
Hello, Thank you for the report. swedebu...@riseup.net writes: > When using -m after guix package What version of Guix do you run? It does for me on ‘guix --version’: --8<---cut here---start->8--- guix (GNU Guix) 12a96d4d419330056d647817aa09f02f031cba6f

bug#28772: guix system reconfigure after kernel panic user or group not created

2017-10-22 Thread Oleg Pykhalov
l...@gnu.org (Ludovic Courtès) writes: [...] > Did you eventually gather more info? In addition to previous message. --- /home/natsu/r/bootstrap.sh 2017-10-22 04:48:42.992394510 +0300 +++ ./bootstrap.sh 2017-10-22 23:33:54.113495658 +0300 @@ -11,7 +11,7 @@

bug#25356: livestreamer no longer supported

2018-01-24 Thread Oleg Pykhalov
upgrade`. > > Ideally both packages' executables would have the same name. Symlink? :-) From 4f1d5095d15b79d9f90253f6aa67719bcd14918f Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov <go.wig...@gmail.com> Date: Thu, 25 Jan 2018 02:06:32 +0300 Subject: [PATCH] gnu: livestreamer: Deprecate i

bug#25356: livestreamer no longer supported

2018-01-24 Thread Oleg Pykhalov
Hello, dian_ce...@zoho.com writes: > I just wanted to point out that livestreamer seems to be entirely dead and the > project has been forked. As of this bugreport, the last change was Febuary > 2nd, > 2016, and while this isn't exactly a long time, considering it no longer works > properly

bug#25296: fully functional desktop installation

2018-01-17 Thread Oleg Pykhalov
Hello, l...@gnu.org (Ludovic Courtès) writes: [...] > I’m not sure what we could do, though. Should the desktop example > include a comment like “Uncomment the following lines to add LibreOffice > & co.”? Agree. Maybe we could provide a hint like: gnu/system/examples/desktop.tmpl

bug#25356: livestreamer no longer supported

2018-01-30 Thread Oleg Pykhalov
Leo Famulari <l...@famulari.name> writes: [...] >> From fb5bcd6783bf2f2b2b6d0b9e00e471fe51902e7e Mon Sep 17 00:00:00 2001 >> From: Oleg Pykhalov <go.wig...@gmail.com> >> Date: Thu, 25 Jan 2018 02:06:32 +0300 >> Subject: [PATCH] gnu: livestreamer: Deprec

bug#25356: livestreamer no longer supported

2018-01-29 Thread Oleg Pykhalov
00 2001 From: Oleg Pykhalov <go.wig...@gmail.com> Date: Thu, 25 Jan 2018 02:06:32 +0300 Subject: [PATCH] gnu: livestreamer: Deprecate in favour of streamlink. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/video.scm (livestreame

bug#29965: Warning: vlan0 is not connected to the host network

2018-01-04 Thread Oleg Pykhalov
Hello Catonano, Catonano writes: [...] >> $(guix system vm config.scm) -net user -net nic,model=virtio > > What' s this ? > What does come out of "$(guix system config.scm)" ? /gnu/store/...-run-vm.sh comes out of this and replaces $(…) thing. As I understand from the

bug#32296: cups not started

2018-08-01 Thread Oleg Pykhalov
Hello, Gnu Röoty writes: > Hi I have a problem with the CUPS service. What is the problem? Does ‘sudo herd status cups’ tells the service is not started? What about listening ports and running process? Does ‘netstat’ response is differ for you? --8<---cut

bug#32273: home-directory produces wrong /etc/passwd

2018-07-25 Thread Oleg Pykhalov
Hello Guix, I've added a guix-offload user to my system, because I've found that ‘~/.guile’ with following content break ‘guix offload’. --8<---cut here---start->8--- (use-modules (ice-9 readline)) ;; Enable completion at the REPL. (activate-readline) ;;

bug#32296: cups not started

2018-08-01 Thread Oleg Pykhalov
Gnu Röoty writes: […] > Here my config.scm : […] > (service cups-service-type > (cups-configuration > (web-interface? #t) > (extensions > (list cups-filters hplip This ‘(service cups-service-type …)’ should be inside the ‘(services (cons* HERE))’. > (operating-system > … > (services

bug#32296:

2018-08-02 Thread Oleg Pykhalov
Hello, No, you had (services …) inside (operating-system …). E.g. a line 47 in https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/examples/bare-bones.tmpl?h=master#n47 Gnu Röoty writes: […] Should be like this: --8<---cut here---start->8---

bug#32456: Guile failed to call package-derivation without pre-inst-env

2018-08-20 Thread Oleg Pykhalov
Hello Ludovic, Thank you for taking a look. l...@gnu.org (Ludovic Courtès) writes: > Oleg Pykhalov skribis: > >> I have an issue with ‘package-derivation’ procedure. When I use Guile >> from my user's profile I get an error but not when I use ‘pre-inst-env’. >> >

bug#32456: Guile failed to call package-derivation without pre-inst-env

2018-08-22 Thread Oleg Pykhalov
Hello Ludovic, l...@gnu.org (Ludovic Courtès) writes: […] >>> However, I don’t understand why guix/elf.scm is a symlink in your >>> profile. First that means you installed the ‘guix’ package in your >>> profile, which is not recommended (better have it in the ‘guix >>> pull’-managed profile.)

bug#32686: guix pack relocatable guix

2018-09-10 Thread Oleg Pykhalov
Hello, Guix. I want to use Guile modules produced by ‘guix pack --relocatable guix’, but I get the following error: --8<---cut here---start->8--- $ guix --version guix (GNU Guix) 0084744b3af0a6f8e125120143f57567902339a8 Copyright (C) 2018 the Guix authors

bug#32631: the Dovecot service stops working

2018-09-07 Thread Oleg Pykhalov
Hello Clément, Clément Lassieur writes: […] > Sometimes the Dovecot service stops working, which is difficult to > notice. When it “stops working”, does the Shepherd service go down? Does “herd status dovecot” shows that it was respawned? Is the dovecot process

bug#32075: netcat with '-U' option for connection virt-manager to libvirt over SSH

2018-07-06 Thread Oleg Pykhalov
Hello Guix, I try to use virt-manager for connection over SSH from Linux Mint to GuixSD running libvirt. Seems we need to package netcat which includes ‘-U’ option: --8<---cut here---start->8--- Unable Unable to connect to libvirt

bug#31069: emacs-smartparens: sp-forward-barf-sexp broken

2018-04-07 Thread Oleg Pykhalov
Thorsten Wilms writes: > On 05.04.2018 21:25, Alex Kost wrote: > >> It probably wouldn't help but... all these commands work for me without >> any error (I use smartparens 1.11 installed with Guix). […] > 1.11 here, too. I'm on 1.11 and GuixSD have the same issue. > That

bug#33105: cups Can't create temporary file or stopped "Filter failed"

2018-10-20 Thread Oleg Pykhalov
Hello Guix, I've spotted a bug in CUPS service “Can't create temporary file”. If I gave ‘765’ permissions to ‘/var/spool/cups/tmp/’ directory then an error is “stopped "Filter failed"”. ‘777’ for /var/spool/cups/tmp/ is required to print a test page via CUPS WEB interface. I read

bug#33854: StumpWM build failing.

2018-12-24 Thread Oleg Pykhalov
Alex Kost writes: […] >> "bre...@posteo.net" writes: >> >>> Hi all, StumpWM is failing to build on my machine. Can anybody >>> replicate this? […] >> >> The build farm can https://ci.guix.info/build/721131 > > Actually it can't since the build status is "1" which means "failed". > See the log:

bug#34047: gnu: emacs-closql: Hash mismatch.

2019-01-11 Thread Oleg Pykhalov
Hello Guix, emacs-closql package build fails because of hash mismatch: --8<---cut here---start->8--- $ ./pre-inst-env guix build --no-grafts emacs-eclosql guix build: error: emacs-eclosql: unknown package natsu@magnolia ~/src/guix$ ./pre-inst-env guix build

bug#34884: guix describe fails with --format=json and --format=recutils

2019-03-16 Thread Oleg Pykhalov
at=recutils name: guix url: https://gitlab.wugi.info/guix/guix.git commit: 4161deb4549c39b7d4801cc8aa63c365d19fc649 name: guix-wigust url: https://gitlab.wugi.info/guix/guix-wigust.git commit: f6dfa5fc08824ebe5bdc42ea35ff0e040245c8c0 name: GUIX_PACKAGE_PATH paths: /home/oleg/src/guix-wigust /tmp/noexi

bug#34884: guix describe fails with --format=json and --format=recutils

2019-03-17 Thread Oleg Pykhalov
Hi Ludovic, Ludovic Courtès writes: […] > Initially the intent was to warn users that ‘GUIX_PACKAGE_PATH’ is set > and not captured in the output of ‘guix describe’, because fundamentally > it cannot be captured reliably. > > Thus, what about something as attached instead? OK, no problem for

bug#34719: [PATCH] gnu: emacs-json-reformat: Fix test.

2019-03-12 Thread Oleg Pykhalov
mikadoZero writes: […] > Do you think this failing test should be reported to it's upstream? I > looked at it's GitHub issues page. This failing test has not been > reported yet. When I was looking I think I saw that you had submitted > an issue for another failing test. That issue is still

bug#34719: [PATCH] gnu: emacs-json-reformat: Fix test.

2019-03-11 Thread Oleg Pykhalov
Hi mikadoZero, Thank you for the report. You could try ‘guix reconfigure’ after ‘guix pull’. Oleg Pykhalov writes: > This patch deletes a test which tries to compare JSON objects order. > > * gnu/packages/emacs-xyz.scm (emacs-json-reformat): Delete > 'json-reformat-test:json-ref

bug#34719: [PATCH] gnu: emacs-json-reformat: Fix test.

2019-03-09 Thread Oleg Pykhalov
-;;; Copyright © 2017, 2018 Oleg Pykhalov +;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov ;;; Copyright © 2017 Mekeor Melire ;;; Copyright © 2017 Peter Mikkelsen ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice @@ -7032,7 +7032,19 @@ running a customisable handler command (@code{ignore} by default

bug#35919: recutils package does not install emacs rec-mode

2019-06-09 Thread Oleg Pykhalov
Hi Jack, Jack Hill writes: […] > The attached patch does the latter, copying the two elisp files to the > site-elisp directory. It does not byte-compile the files or generate > autoloads (we do we need to generate autoloads?). However, I don't > think recutils 1.7 did either of those either,

bug#35919: recutils package does not install emacs rec-mode

2019-06-09 Thread Oleg Pykhalov
Jack Hill writes: > On Sun, 9 Jun 2019, Oleg Pykhalov wrote: > >> WDYT about creating a new package recipe in >> ‘gnu/packages/emacs-xyz.scm’, which inherits ‘recutils’ and sets build >> system to ‘emacs-build-system’? We will probably need to change >> directory a

bug#38998: emacs-treemacs missing icons

2020-01-06 Thread Oleg Pykhalov
Hi Christopher, Thank you for the report. Christopher Howard writes: > Hi, I cherry-picked emacs-treemacs and emacs-treemacs-extras from Guix > master. emacs-treemacs mode runs in Emacs, but the icons are missing, > and Message buffer is filled with messages like "Cannot find image file >

bug#43090: [PATCH] emacs-clojure-mode 5.12.0 build failure

2020-08-29 Thread Oleg Pykhalov
Giovanni Biscuolo writes: […] >> If you don't have an account, I could send it if you don't mind. > > Please feel free to send a pull request upstream, thank you! :-) I've opened the pull request and pushed the fix as 0c9ead50289be04e218b808d0431d9326a64 to Guix master. Oleg.

bug#42992: nix-channel refers to a non existent bash-minimal

2020-08-23 Thread Oleg Pykhalov
Hi, Brendan Tildesley writes: […] > I am unsure where this bash-minimal comes from. it is not the latest > bash-minimal returned by guix build bash-minimal. Adding bash-minimal to nix's > inputs didn't fix it. Do you use nix-service-type [1], which should pass bash-minimal and other utilities

bug#42173: [PATCH 2/2] services: nix: Fix sandbox.

2020-07-22 Thread Oleg Pykhalov
%/tests/security-token.scm \ diff --git a/gnu/services/nix.scm b/gnu/services/nix.scm index 3c0065207d..04e7726e4d 100644 --- a/gnu/services/nix.scm +++ b/gnu/services/nix.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019 Oleg Pykhalov

bug#42036: Failed to mount fuse sshfs

2020-06-26 Thread Oleg Pykhalov
Hi, Tobias Geerinckx-Rice writes: > Efraim Flashner 写道: >> I'm not clear on the usage of sshfs, but I just tried 'sshfs >> efraim@other-machine: mnt/' and it worked without any issues. > > Right. The bug is mount(8) not finding it because it(?) only looks in /bin, > apparently. This poses a

bug#42173: Nix on Guix System: can't update channels

2020-07-21 Thread Oleg Pykhalov
Hi, Ludovic Courtès writes: > Hi, > > (+Cc: Oleg, who worked on the Nix service.) > > Zhu Zihao via web skribis: > >> I found that if I put "sandbox = false" to /etc/nix/nix.conf. Nix can update >> channel. Maybe nix's sandbox forget to import some guix binary path? > > Yes, probably.

bug#44323: guix deploy: error: failed to deploy

2020-10-29 Thread Oleg Pykhalov
Nevermind, I had an error in authorized-keys of . The issue about guix deploy messages also reported , so closing the current one. signature.asc Description: PGP signature

bug#44323: guix deploy: error: failed to deploy

2020-10-29 Thread Oleg Pykhalov
"guix deploy" is broken and doesn't print a helpful message: --8<---cut here---start->8--- $ guix describe Generation 75 Oct 30 2020 02:07:38(current) … guix 2eda0ed repository URL: https://git.savannah.gnu.org/git/guix.git branch: master

bug#46209: 46043 breaks booting with custom shepherd package

2021-01-31 Thread Oleg Pykhalov
with overriden Shepherd and a basic service like OpenSSH. Maxime Devos writes: > On Sun, 2021-01-31 at 15:46 +0300, Oleg Pykhalov wrote: >> Before applied patch [1] I used a hack to override shepherd package: >> >> (module-set! (resolve-module '(gnu packages admin)) 'shepherd

bug#46209: 46043 breaks booting with custom shepherd package

2021-01-31 Thread Oleg Pykhalov
Maxime Devos writes: > When using the operating system configuration > adjusted to use this-operating-system, the VM > boots just fine for me (adjusted configuration > should be sent with previous e-mail). Could > you confirm? Thank you! VM boots, and my desktop machine boots with

bug#46209: 46043 breaks booting with custom shepherd package

2021-01-31 Thread Oleg Pykhalov
OpenSSH. > > Yes, would be very helpful, especially as it's easy to get wrong. > I'm currently occupied with other things, though. If you don't mind I could push the following instruction: From f94a63bb35f6f05bd429703ec3102d15cfb1e382 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Mon,

bug#46209: 46043 breaks booting with custom shepherd package

2021-02-01 Thread Oleg Pykhalov
Pushed to master as 847c816ddd3a38c865da460cb7b22cf665db162f signature.asc Description: PGP signature

bug#46209: 46043 breaks booting with custom shepherd package

2021-01-31 Thread Oleg Pykhalov
Before applied patch [1] I used a hack to override shepherd package: (module-set! (resolve-module '(gnu packages admin)) 'shepherd shepherd-patched) Now on Guix commit eb6b061 I cannot use the previous override, and also the mentioned in [1] way overriding shepherd package doesn't work:

bug#46297: nix-service-configuration is missing the default /bin/sh

2021-04-26 Thread Oleg Pykhalov
pukkamustard writes: […] >> Could you apply the following patch on >> 13c4a377f5a2e1240790679f3d5643385b6d7635 and run the command again, >> please? > > Applied and tested in a virtual machine. Your patch seems to fix the issue I > was having. Thank you! > > Also tested again in a VM without

bug#48008: guix time-machine: error: Git error: the requested type does not match the type in the ODB

2021-04-24 Thread Oleg Pykhalov
guix time-machine fails for 5b7a1cb0 (doesn't fail for the parent commit baab87ac). $ mv ~/.cache/guix/checkouts ~/.cache/guix/checkouts.1 $ guix time-machine --commit=5b7a1cb077931a020c0b7e3b12f12a7bda221d96 -- build hello Updating channel 'guix' from Git repository at

bug#46297: nix-service-configuration is missing the default /bin/sh

2021-04-22 Thread Oleg Pykhalov
ou apply the following patch on 13c4a377f5a2e1240790679f3d5643385b6d7635 and run the command again, please? From 1aa675482fa1aaba02ac1d8599198ec0aa8c2201 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 22 Apr 2021 19:46:23 +0300 Subject: [PATCH] services: nix: Add /bin/sh to build-sandbox-pa

bug#46382: Failed to install Telegram-desktop

2021-02-09 Thread Oleg Pykhalov
Hi, I commented materialdecoration input until it will be fixed. You could ‘guix pull’ and try install again. Oleg. signature.asc Description: PGP signature

bug#47749: Feature Request: Make top/htop give usable readings for the packages

2021-04-15 Thread Oleg Pykhalov
Hi, A workaround is use emacs with emacs-vterm and emacs-guix ;-) ‘M-x vterm’ will launch a terminal, then ‘M-x guix-prettify-mode’, then ‘htop’ or ‘top’ will hide the store hash. Oleg. signature.asc Description: PGP signature

bug#46297: nix-service-configuration is missing the default /bin/sh

2021-04-22 Thread Oleg Pykhalov
Hi, The ‘make check-system TESTS=nix’ doesn't succeeded with patch applied on 13c4a377f5a2e1240790679f3d5643385b6d7635: --8<---cut here---start->8--- building of '/nix/store/nvx13nribwnd47hs6frbq61vlq2n3nzh-guix-test.drv': woken up substitution of

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-11 Thread Oleg Pykhalov
After changing a home shepherd service I tried to reconfigure with 'guix home reconfigure'. Process started by a service did not restart. Assuming home shepherd is like Guix System shepherd I tried to 'herd restart SERVICE_NAME', the process restarted but without changes in a service definition.

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-21 Thread Oleg Pykhalov
Andrew Tropin writes: […] > According to what I see in the shepherd tests: > https://git.savannah.gnu.org/cgit/shepherd.git/tree/tests/replacement.sh?h=4c5176f5a7a5a1e7d7f258f585e8ed127a21b99a#n61 > > and how it's implemented in home-shepherd: >

bug#50981: Typo in ‘Invoking ‘guix home’’ documentation

2021-10-11 Thread Oleg Pykhalov
Hi Maxime, Maxime Devos writes: > ‘there are few auxuliary actions’ > should be > ‘there are few auxilliary actions’ > > in ‘11.4 Invoking ‘guix home’’. Fixed. Thanks, Oleg. signature.asc Description: PGP signature

bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-16 Thread Oleg Pykhalov
Hi Andrew, Andrew Tropin writes: > On 2021-10-12 01:53, Oleg Pykhalov wrote: > >> After changing a home shepherd service I tried to reconfigure with 'guix >> home reconfigure'. >> >> Process started by a service did not restart. Assuming home shepherd is >&g

bug#50856: Unbound variables in Guix Home

2021-09-28 Thread Oleg Pykhalov
Andrew Tropin writes: […] > From 634e6cbb7153ea02fb2ace6d39dae4055ed0c73c Mon Sep 17 00:00:00 2001 > From: Andrew Tropin > Date: Tue, 28 Sep 2021 12:30:55 +0300 > Subject: [PATCH] home-services: Add missing imports and function definition. > > * gnu/home-services/configuration.scm: Add missing

bug#50941: Potential bug in guix home

2021-10-01 Thread Oleg Pykhalov
Hi, Xinglu Chen writes: > On Fri, Oct 01 2021, Pascal Lorenz wrote: > >> Hi! >> >> I assumed user privileges should be enough for guix home, but guix >> home reconfigure home.scm returns this result: >> >> /gnu/store/…-home >> guix home: error: mkdir: permission denied >> >> >> This happens in

bug#50856: Unbound variables in Guix Home

2021-09-27 Thread Oleg Pykhalov
Hi Guix, We have unbound variables in some Guix Home files: --8<---cut here---start->8--- gnu/home-services/configuration.scm:56:6: warning: possibly unbound variable `formatted-message' gnu/home-services/configuration.scm:57:7: warning: possibly unbound

bug#52282: linux modules does not support inferior kernel

2021-12-04 Thread Oleg Pykhalov
Hi Guix, I cannot build a system after adding '(kernel-loadable-modules (list vendor-reset-linux-module))' to the Guix system config. --8<---cut here---start->8--- (kernel-loadable-modules (list vendor-reset-linux-module)) (kernel (let*

bug#52282: linux modules does not support inferior kernel

2021-12-05 Thread Oleg Pykhalov
Maxime Devos writes: > Oleg Pykhalov schreef op za 04-12-2021 om 22:25 [+0300]: >> Hi Guix, >> >> I cannot build a system after adding '(kernel-loadable-modules (list >> vendor-reset-linux-module))' to the Guix system config. [...] > > Are you using a linux

bug#53448: alacrity 0.9.0 build fails on guix 2b6af630d61dd5b16424be55088de2b079e9fbaf

2022-01-22 Thread Oleg Pykhalov
Hi Andrew, Thank you for the report. Andrew Zhurov writes: […] > phase `patch-cargo-checksums' succeeded after 40.4 seconds > starting phase `build' > error: failed to select a version for the requirement bitflags = > ">=1.1.0, <1.3.0" > candidate versions found which didn't match: 1.3.2 >

bug#52770: ddclient service not working, but package works.

2023-08-16 Thread Oleg Pykhalov
Hi Florian, Florian Hoertlehner writes: […] > As a service it is not working though. ddclient removed in 1bd44b425b79e9da160b33a9b19d01973b44772e because it's unmaintained by the upstream project as discussed in 64669 issue. Oleg. signature.asc Description: PGP signature

bug#55359: How do I extend openssh-service-type ?

2022-05-25 Thread Oleg Pykhalov
Hi, Ludovic Courtès writes: > Oleg Pykhalov skribis: > >> Seems like extend-openssh-authorized-keys procedure does not use keys >> argument. We could fix it like: >> >> diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm >> index 7fbbe383e5..4bb3969b95

bug#55936: [PATCH] services: docker: Fix race condition.

2022-07-02 Thread Oleg Pykhalov
+17,7 @@ # Copyright © 2017, 2020 Mathieu Othacehe # Copyright © 2017, 2018, 2019 Gábor Boskovits # Copyright © 2018 Amirouche Boubekki -# Copyright © 2018, 2019, 2020, 2021 Oleg Pykhalov +# Copyright © 2018, 2019, 2020, 2021, 2022 Oleg Pykhalov # Copyright © 2018 Stefan Stefanović # Copyright

bug#56082: home: services: openssh: identity-file could be a list of strings.

2022-06-19 Thread Oleg Pykhalov
Currently ‘identity-file’ in ‘openssh-host’ record is a ‘maybe-string’, but it could be a list, which generates a config like: Host example.org … IdentityFile ~/.ssh/id_rsa_1 IdentityFile ~/.ssh/id_rsa_2 IdentityFile ~/.ssh/id_rsa_3 SSH_CONFIG(5) man page: IdentityFile

bug#56610: Guix Home placing dotfiles in wrong directory.

2022-07-17 Thread Oleg Pykhalov
Hi, Raghav Gururajan via Bug reports for GNU Guix writes: > home-files-service-type is placing configuration files in `~/config/foo` > instead of `~/.config/foo`. > > For example, the following guix-home service should place the git > configuration in ~/.config/git`. But it creates a new

bug#55359: How do I extend openssh-service-type ?

2022-05-11 Thread Oleg Pykhalov
Hi, Edouard Klein writes: > I'm trying to make sense of: > https://guix.gnu.org/manual/en/guix.html#index-openssh_002dservice_002dtype > > #+begin_quote > This service can be extended with extra authorized keys, as in this example: > > (service-extension openssh-service-type >

bug#57110: home: services: Broken openssh service.

2022-08-10 Thread Oleg Pykhalov
home ssh service is broken on: --8<---cut here---start->8--- $ guix describe Generation 33 Aug 10 2022 10:50:55(current) guix b72459a repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit:

bug#56088: Emacs Elfeed does not display non English characters

2023-07-19 Thread Oleg Pykhalov
Oleg Pykhalov writes: > After ‘guix pull’ from 0c5299200ffcd16370f047b7ccb187c60f30da34 to > 85d7ad2be89b4a93e23b2e5715f90a682c34c09d Elfeed in Emacs does not > display non English characters. See the screenshot. It seems that the issue is not specific to Emacs packaged in Gui

bug#67218: Reconfiguring from chroot to fix Grub/boot partition fails because D-bus crashes

2023-11-16 Thread Oleg Pykhalov
Hi Mathieu, Mathieu writes: > Dear Guix users, > > For some reason, still to be understood, my EFI partition is no longer > detected at boot and I cannot boot my existing Guix System. I could confirm > that the Guix partition (encrypted) is fine, but my BIOS won't detect any > bootable

bug#65471: home mcron service overwrites PATH with a GuixSD-only directory

2023-11-20 Thread Oleg Pykhalov
Hi Ludovic, Ludovic Courtès writes: […] > I wonder what the preferred behavior would be. Restore PATH to whatever > value it had when the user ‘shepherd’ process was started, at the > expense of making things harder to track/less reproducible? Should we > leave it unset, possibly breaking

bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified

2024-03-02 Thread Oleg Pykhalov
Hi, Nathan Dehnel writes: > (bootloader >(bootloader-configuration > (bootloader grub-efi-bootloader) > (targets '("/boot/efi1" "/boot/efi2")) > > This creates multiple boot partitions, but doesn't register all of > them with the BIOS/create multiple boot entries It appears

  1   2   >