Hello dear Guix community,
if I understand correctly, all Emacs-packages that are packaged in
Guix proper, are built with Emacs version 28 (or more precisely,
emacs-minimal@28, emacs@28, emacs-no-x@28, emacs-no-x-toolkit@28
or emacs-wide-int@28 (except emacs-jsdoc which is and needs to be
bui
Dear Guix, CCing the core team,
I tried tracking down the bug.
The fatidic call to getpw was easy enough to find:
The make-setuid-program procedure is given a numeric uid argument. This
numeric uid is found from the user name string by
activate-setuid-program which calls getpwnam
(gnu/build/activ
Booting a system reconfigured from
eed55a6544d5bda2245ec853e5fa4b28e1865bea fails with shepherd saying:
error: while opening socket '/var/run/shepherd/socket': Address already in use
The root cause appears to be that the ‘boot’ program has expressions
reversed:
--8<---cut here-
Ludovic Courtès skribis:
> Booting a system reconfigured from
> eed55a6544d5bda2245ec853e5fa4b28e1865bea fails with shepherd saying:
>
> error: while opening socket '/var/run/shepherd/socket': Address already in
> use
>
> The root cause appears to be that the ‘boot’ program has expressions
> r
Hi,
Christopher Baines skribis:
> Ludovic Courtès writes:
>
>> Hi,
>>
>> Christopher Baines skribis:
>>
>>> May 24 11:17:02 localhost shepherd[1]: Evaluating user expression (and
>>> (defined? (quote transient?)) (map (# ?) ?)).
>>> May 24 11:17:02 localhost shepherd[1]: Evaluating user expre
Christopher Baines skribis:
> I've seen this happen with the build coordinator agent now (on
> milano-guix-1):
>
> 2023-06-02 18:59:55 2023-06-02 18:59:55 (DEBUG):
> fb9f06cf-cc1d-4493-88b8-3eac9437f5d4: checking the availability of build
> inputs
> 2023-06-02 18:59:55 2023-06-02 18:59:55 (
Hi Attila,
Attila Lendvai skribis:
> [forked from: bug#53580: /var/run/shepherd/socket is missing on an otherwise
> functional system]
>
>> So I think we’re mostly okay now. The one thing we could do is load
>> the whole config file in a separate fiber, and maybe it’s fine to keep
>> going even
Ludovic Courtès writes:
> Christopher Baines skribis:
>
>> I've seen this happen with the build coordinator agent now (on
>> milano-guix-1):
>>
>> 2023-06-02 18:59:55 2023-06-02 18:59:55 (DEBUG):
>> fb9f06cf-cc1d-4493-88b8-3eac9437f5d4: checking the availability of
>> build inputs
>> 2023-0
Hi,
Simon Tournier skribis:
> On Sun, 28 May 2023 at 11:47, Ludovic Courtès wrote:
>> Alexandros Prekates skribis:
>>
>>> 'Using the PIN-Entry' is dead link
>>> https://guix.gnu.org/en/manual/devel/en/html_node/GNU-Privacy-Guard.html
>
> [...]
>
>> The link works fine in an Info browser though
Hi Mekeor,
Am Dienstag, dem 06.06.2023 um 07:11 + schrieb Mekeor Melire:
> Hello dear Guix community,
>
> if I understand correctly, all Emacs-packages that are packaged in
> Guix proper, are built with Emacs version 28 (or more precisely,
> emacs-minimal@28, emacs@28, emacs-no-x@28, emacs-
You can have a look at
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63893
which solves the problem.
--
Retrieve my PGP public key:
gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC
Zihao
signature.asc
Description: PGP signature
Hi Ludovic,
Ludovic Courtès writes:
> Attila Lendvai skribis:
>
>> i turn off some services using `herd disable`. then i do a `guix
>> system reconfigure`, and these services get enabled and started.
>>
>> i would expect the enabled/disabled state to be preserved across
>> reconfigures.
>
> Wh
In sonnet's source code, in src/plugins/hunspell/hunspellclient.cpp, we
have the following code snippet:
#ifdef Q_OS_WIN
maybeAddPath(QStringLiteral(SONNET_INSTALL_PREFIX "/bin/data/hunspell/"));
#else
maybeAddPath(QStringLiteral("/System/Library/Spelling"));
maybeAddPath(QStringLitera
The mumi GraphQL endpoint errors out with an "Internal Server Error"
when queried for an issue that does not exist. It should error out with
a meaningful error response.
I want to implement grub fallback on boot failure for a remote machine
so I need to write this to /etc/default/grub
export GRUB_FALLBACK="1 2...{number of entries}"
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
Thanks
15 matches
Mail list logo