[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59683] [PATCH] gnu: Add bolt
From: |
Ludovic Courtès |
Subject: |
[bug#59683] [PATCH] gnu: Add bolt |
Date: |
Sun, 25 Dec 2022 17:22:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
phodina <phodina@protonmail.com> skribis:
> I've tried to simplify the service.
>
> However, for some reason the client boltctl does not work. It is restarted
> under different PID and the service does not fail.
Since it’s a D-Bus service, maybe we do not need to create a Shepherd
service for boltd? In that case, it will be started on-demand by
dbus-daemon, for instance the first time someone runs ‘boltctl’.
Is that acceptable or does it have to be started at boot time?
> $ boltctl list
> boltctl: error: could not create client: Error calling StartServiceByName for
> org.freedesktop.bolt: Failed to activate service 'org.freedesktop.bolt':
> timed out (service_start_timeout=25000ms)
>
> $ ps aux | grep boltd
> root 20923 0.0 0.0 230592 6744 ? Dsl 21:24 0:00
> /gnu/store/fhngddf8yfqsby06mwjbs99s1s83jh68-bolt-0.9.4/libexec/boltd
> pethod 20935 0.0 0.0 6528 1864 pts/6 S+ 21:24 0:00 grep
> --color=auto boltd
> $ ps aux | grep boltd
> root 22821 0.0 0.0 230592 6492 ? Ssl 21:33 0:00
> /gnu/store/fhngddf8yfqsby06mwjbs99s1s83jh68-bolt-0.9.4/libexec/boltd
> pethod 22979 0.0 0.0 6516 1988 pts/6 S+ 21:33 0:00 grep
> --color=auto boltd
> $ ps aux | grep boltd
> root 22980 0.0 0.0 230592 8672 ? Dsl 21:33 0:00
> /gnu/store/fhngddf8yfqsby06mwjbs99s1s83jh68-bolt-0.9.4/libexec/boltd
> pethod 23102 0.0 0.0 6504 1988 pts/6 S+ 21:33 0:00 grep
> --color=auto boltd
>
> $ ls /var/log/bolt*
> ls: cannot access '/var/log/bolt*': No such file or directory
Perhaps /var/log/messages has details?
Thanks,
Ludo’.