From: Attila Lendvai <attila@lendvai.name>
To: Felix Lechner <felix.lechner@lease-up.com>
Cc: guix-devel@gnu.org
Subject: Re: Upgrading Shepherd services
Date: Fri, 24 May 2024 17:19:51 +0000 [thread overview]
Message-ID: <qXK7bX6GeyWjg8dR5CPDqFTAUw2Oy_UuD-pedBbbFI-rsfLiBgIldVK_geSHmuqoJ0omocXqG2Zo85YRYhhx-MRYWvUVkRXZGhd604xlDNI=@lendvai.name> (raw)
In-Reply-To: <87ed9rsv1m.fsf@lease-up.com>
> I see some services starting but no errors on the console. Also, there
> is absolutely nothing in /var/log/messages. Would it help to diagnose
> it using your Shepherd branch?
yep, in two ways: my branch has extensive logging (and currently its default level is set to debug), and i also reworked and extended the error handling.
my expectation is that your machine should both start up, and also emit some useful log why that specific service is failing.
if that is not the case, then i'd really love to see a self-contained reproducer.
if you want to dig deeper towards a reproducer, then one option is to try to write a guix system test that reproduces it (see gnu/tests/ for examples, and `make check-system`).
to use my shepherd channel:
(channel
(name 'shepherd)
(url "https://codeberg.org/attila-lendvai-patches/shepherd.git")
(branch "attila")
(introduction
(make-channel-introduction
;; note that this commit id changes whenever i rebase and force-push my commits
"13557ba988f4976f6581149ecdc06fce031258c7"
(openpgp-fingerprint
"69DA 8D74 F179 7AD6 7806 EE06 FEFA 9FE5 5CF6 E3CD"))))
and in your OS definition follow the instructions that are now in the shepherd README.
HTH,
--
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“Gradualism in theory is perpetuity in practice.”
— Jared Howe
next prev parent reply other threads:[~2024-05-24 17:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-16 23:26 Upgrading Shepherd services Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-05-17 10:59 ` Attila Lendvai
2024-05-23 2:04 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-05-23 19:25 ` Attila Lendvai
2024-05-24 4:17 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-05-24 17:19 ` Attila Lendvai [this message]
2024-06-01 13:24 ` Ludovic Courtès
2024-05-17 15:20 ` Ludovic Courtès
2024-05-19 15:55 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-05-25 9:02 ` Attila Lendvai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='qXK7bX6GeyWjg8dR5CPDqFTAUw2Oy_UuD-pedBbbFI-rsfLiBgIldVK_geSHmuqoJ0omocXqG2Zo85YRYhhx-MRYWvUVkRXZGhd604xlDNI=@lendvai.name' \
--to=attila@lendvai.name \
--cc=felix.lechner@lease-up.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.