Bug 54393 - Unit fenrir.service could not be found
Summary: Unit fenrir.service could not be found
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-fenrir (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Artem Semenov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-21 09:53 MSK by Alexander Makeenkov
Modified: 2025-05-21 10:39 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Makeenkov 2025-05-21 09:53:29 MSK
- Версия пакета:
1.9.9-alt1

- Шаги воспроизведения:
# apt-get install fenrir
# systemctl status fenrir

- Получаемый результат:
Unit fenrir.service could not be found.

- Причина:
Некорректное название сервиса:
# rpm -ql fenrir | grep systemd
/usr/lib/systemd/system/fenrir

- Решение:
# mv /usr/lib/systemd/system/fenrir /usr/lib/systemd/system/fenrir.service
Comment 1 Repository Robot 2025-05-21 10:39:57 MSK
python3-module-fenrir-1.9.9-alt2 -> sisyphus:

 Wed May 21 2025 Artem Semenov <savoptik@altlinux> 1.9.9-alt2
 - Fixed systemd service name (Closes: 54393)