bug#69588: [PATCH] Find GRUB root devices for chainloading entries.

2024-03-06 Thread Felix Lechner via Bug reports for GNU Guix
Maybe this would work? It should help grub-root-search to return a meaningful search expression but may have unintended side effects. This patch is untested. More information may be available here: https://issues.guix.gnu.org/issue/69588 Change-Id: I7b97a141b0d0d462d8afdd8c69f0ceb9a2d2da0b

bug#68920: Issues with issues.guix.gnu.org (502 Bad Gateway)

2024-02-03 Thread Felix Lechner via Bug reports for GNU Guix
Hi Christina, On Sat, Feb 03 2024, Christina O'Donnell wrote: > connecting to https://issues.guix.gnu.org/ results in ... a 502 bad > gateway. You are welcome to use my Mumi clone at mumi.juix.org. Kind regards Felix

bug#46961: [PATCH v2 0/4] Make certbot play more nicely with nginx

2024-01-30 Thread Felix Lechner via Bug reports for GNU Guix
Hi Carlo, On Tue, Jan 30 2024, Carlo Zancanaro wrote: > certbot can't produce certificates without a functional nginx Yes, it can. The option is called --standalone. [1] Maybe another way to bootstrap the certificates would be to hold off on starting Nginx or Apache until all certificates are

bug#59510: cuirass-remote-server: put-char encoding failed

2024-01-20 Thread Felix Lechner via Bug reports for GNU Guix
Hi, > 2022-11-22 00:28:15 Throw to key `encoding-error' with args > `("put-char" "conversion to port encoding failed" 84 # > #\2)'. Could the error be due to the 7-bit encoding in HTTP headers? [1] The "84" is EILSEQ from errno.h. [2] Wingo added the functionality here. [3] I also submitted a

bug#59180: [berlin] configure mumi <- debbugs sync via an rsync service

2023-11-26 Thread Felix Lechner via Bug reports for GNU Guix
Hi Maxim, Here is rsync service I use [1] in case that's helpful. Kind regards Felix [1] https://codeberg.org/lechner/system-config/src/commit/bf38906f52526d9d8a2bb92489b3bd51d0e7d713/host/wallace-server/operating-system.scm#L633-L651

bug#64858: ~guix shell -C -f guix.scm …~ should not always need ~--rebuild-cache~ option to build the expected environment.

2023-11-25 Thread Felix Lechner via Bug reports for GNU Guix
Hi Ludo' On Wed, Nov 22 2023, Felix Lechner wrote: > Personally, I won't be able to test for a while. I cherry-picked your commits. They work as intended. My part of this bug was solved. Thank you! Kind regards Felix

bug#64858: ~guix shell -C -f guix.scm …~ should not always need ~--rebuild-cache~ option to build the expected environment.

2023-11-22 Thread Felix Lechner via Bug reports for GNU Guix
Hi Ludo' On Wed, Nov 22 2023, Ludovic Courtès wrote: > Oooh. So there were really two bugs: Sorry I commingled them! I read through many bug report in hope of being economical. My hijacking worked out fine, I hope, since Pierre-Henry's report was resolved at the same time. I understand

bug#64858: [PATCH] In 'guix shell', discard ad-hoc profile when 'guix.scm' file is newer. (Closes: #64858)

2023-11-19 Thread Felix Lechner via Bug reports for GNU Guix
Fixes a bug that prevents rebuilds for folks who use 'guix shell' repeatedly to refine a package declaration located in a 'guix.scm' file. The mtime of 'guix.scm' is never evaluated because 'file' is #f here and the code path taken always returns 0 as the purported mtime.

bug#65741: Thanks for debugging!

2023-09-07 Thread Felix Lechner via Bug reports for GNU Guix
Hi Bruno, I also noticed that message. Thanks for proposing a fix! Kind regards Felix

bug#65184: (modify-services … (delete …)) should delete all matching service types

2023-08-31 Thread Felix Lechner via Bug reports for GNU Guix
Hi Maxim, On Thu, Aug 31, 2023 at 8:49 PM Maxim Cournoyer wrote: > > > Fixes: #64106 Thanks for taking action. Can Bug#63921 also be closed? Kind regards Felix

bug#49205: Closing Bug#49205: Usually caused by misconfigurations of Nginx

2023-07-01 Thread Felix Lechner via Bug reports for GNU Guix
Hi, I have also seen this error several times. In my experience, it is almost always caused by a misconfiguration of Nginx. On my equipment, there is an exception to that rule when Nginx serves outside connections as a reverse proxy to the local network, i.e. something like: [1] (body (list

bug#64320: guix lint erroneously prints "wasmedge@0.12.1: can be upgraded to 0.13.1"

2023-06-27 Thread Felix Lechner via Bug reports for GNU Guix
Hi, Using the package new definition for WasmEdge, which is pending in the patch queue, [1] 'guix lint' prints: wasmedge@0.12.1: can be upgraded to 0.13.1 As far as I can tell, that is an error because 0.13.1 is merely in alpha. The latest available development version in Git is

bug#63921: Patch proposed

2023-06-26 Thread Felix Lechner via Bug reports for GNU Guix
Hi, A patch to resolve this issue was proposed at the other bug https://issues.guix.gnu.org/64106#5 Kind regards Felix

bug#64106: [PATCH] In modify-services, delete multiple services with one stanza. (Closes: #63921, #64106)

2023-06-26 Thread Felix Lechner via Bug reports for GNU Guix
With this commit, modify-services will delete all instances of the services that match the indicated service-type. At the same time, it will also raise errors for misconfigurations. The patch was motivated by Brian Cully's statements about the difficult tradeoff here. [1] Using the changes

bug#64037: Somethink went wrong

2023-06-19 Thread Felix Lechner via Bug reports for GNU Guix
Hi Veljko, > i hit wall Can you run GNU Guix from the USB stick, i.e. without installing it? Kind regards Felix Lechner

bug#63787: udev-rules-service inoperable for some rules

2023-05-29 Thread Felix Lechner via Bug reports for GNU Guix
Hi, A brief thread from guix-devel about trying to use MAC-based names for network interfaces [1] shall be incorporated herein by reference. [1] https://lists.gnu.org/archive/html/guix-devel/2023-05/msg00192.html On Wed, May 17, 2023 at 6:14 PM Felix Lechner wrote: > > In a concession to

bug#53580: shepherd's architecture

2023-05-29 Thread Felix Lechner via Bug reports for GNU Guix
Hi Brian, On Mon, May 29, 2023 at 8:02 AM Brian Cully via Development of GNU Guix and the GNU System distribution. wrote: > > Erlang has had hot code reloading for decades Thank you for that pointer! I also had Erlang on my mind while reading Attila's message. > Lisp Flavoured Erlang exists if

bug#47823: Website is fine

2023-05-21 Thread Felix Lechner via Bug reports for GNU Guix
On Sun, May 21, 2023 at 7:21 PM Felix Lechner wrote: > > For details, > please consult the attached PDF document. Whoops, here is the missing attachment. SSL Server Test guix.gnu.org (Powered by Qualys SSL Labs).pdf Description: Adobe PDF document

bug#47823: Website is fine

2023-05-21 Thread Felix Lechner via Bug reports for GNU Guix
Hi, > Scanning Guix website gave many missing security features which modern > security needs them to be available: While I prefer DNSSEC on my domains, I see nothing wrong with guix.gnu.org. Presumably, some changes have been made since the bug was filed over two years ago. SSL Labs now rates

bug#51000: Please drop web manuals for released versions

2023-05-21 Thread Felix Lechner via Bug reports for GNU Guix
Hi, > Here is an untested patch Guix suffers from an unhelpful anachronism that search engines consistently rank historical versions of the Reference Manual [1] above the latest edition. [2] It's probably because third-parties link to historical versions more often than they do to the current

bug#63162: Patch submitted

2023-05-19 Thread Felix Lechner via Bug reports for GNU Guix
Hi, I received no response to my question but included a relevant patch after seeing a second such line together with other documentation patches in Bug#63575. [1] Kind regards Felix [1] https://issues.guix.gnu.org/63575

bug#63163: 'make check-system' shows "git_libgit2_init: Function not implemented"

2023-04-28 Thread Felix Lechner via Bug reports for GNU Guix
Hi, Trying some examples in the Cookbook [1] I saw with a recent checkout: $ make check-system Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... Compiling Scheme modules... guix build: error: git_libgit2_init: Function not implemented

bug#63162: Copyright line in Texinfo documentation

2023-04-28 Thread Felix Lechner via Bug reports for GNU Guix
Hi, Should this line [1] in the documentation copyrights also end with the sequence '@*' for a line break [2] like the others? Copyright @copyright{} 2023 Karl Hallsby Kind regards Felix Lechner [1] https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi#n116 [2]

bug#63160: Warnings hidden in log for derivation

2023-04-28 Thread Felix Lechner via Bug reports for GNU Guix
X-Debbugs-CC: mi...@makinata.eu Hi, I recently started seeing deprecation warnings about how serializers in a "define-configuration" stanza were positioned relative to a docstring. Unfortunately, the warnings disappeared from view (during both "pull" and "deploy") when I moved the cachefilesd

bug#63133: python-ipy FTBFS

2023-04-27 Thread Felix Lechner via Bug reports for GNU Guix
Hi, With a recent checkout of Guix, python-ipy fails to build from source. The log was more or less short enough to include below, and more than half seemed potentially related. Kind regards Felix * * * starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0

bug#63099: Dovecot FTBFS

2023-04-26 Thread Felix Lechner via Bug reports for GNU Guix
Hi, With a recent checkout of Guix, dovecot fails to build from source due to failing tests. Looks like an assertion related to OpenSSL. A partial log is below. Thanks! Kind regards, Felix * * * test_get_info_key_encrypted .. : ok

bug#62820: [PATCH] gnu: xkeyboard-config: Update to 2.37. (Closes: #62820, #58402)

2023-04-14 Thread Felix Lechner via Bug reports for GNU Guix
For legacy reasons, Guix used to offer several version of Meson, but in a recent core-updates branch all versions prior to 1.1.0 had been retired. [1] By comparison, the most recent version available in the master branch is 0.63.2, which was released just seven months before meson 1.1.0 was cut.

bug#30435: libreoffice: Fonts don't show up after install

2023-02-20 Thread Felix Lechner via Bug reports for GNU Guix
Hi, On Mon, Feb 20, 2023 at 8:06 AM Maxim Cournoyer wrote: > > I haven't seen this problem in a long while, so I'm inclined to think > it's been resolved. I think I had that issue with a fresh install within the last year and based on advice in IRC (thanks nckx!) ran 'fc-cache -fv'. For what

bug#59485: 'guix system list-generations' identifies wrong generation as current

2022-11-22 Thread Felix Lechner via Bug reports for GNU Guix
Hi, On Tue, Nov 22, 2022 at 9:22 AM Julien Lepiller wrote: > > Current system generation identifies the one that would boot by default. > Basically, booted ≠ current. Okay, thanks for the explanation! I was confused since 'guix system delete-generations' also refused to drop the defective

bug#59485: 'guix system list-generations' identifies wrong generation as current

2022-11-22 Thread Felix Lechner via Bug reports for GNU Guix
Hi, On my equipment the command 'guix system list-generations' identifies the most recent system generation as "(current)" even though I booted a different, past generation via Grub. The information is most certainly wrong because my latest generation does not boot successfully. I don't know if

bug#58908: Position of '--check' makes or breaks 'guix shell'

2022-10-30 Thread Felix Lechner via Bug reports for GNU Guix
Hi, For the Guix file below, which is also available here [1], the position of the --check makes or breaks the command. With guix shell --development --check --file=guix.scm $ which autopoint which: no autopoint in

bug#57283: opensmtpd: permission issue while trying to deliver messages to mboxes in /var/mail

2022-09-23 Thread Felix Lechner via Bug reports for GNU Guix
Hi, Based on friendly advice offered on IRC, I believe I more or lessaddressed the setgid issue with the system declaration below. The issue I still have is that the adjusted gids appear to be effective only for users but not for the smtpd process itself. As a result, smtpd could not deliver an