Bug 54847 - Ошибка запуска сервиса kea-ctrl-agent
Summary: Ошибка запуска сервиса kea-ctrl-agent
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kea (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Limachko
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-19 10:19 MSK by Alexander Makeenkov
Modified: 2025-09-05 12:40 MSK (History)
2 users (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-06-19 10:19:44 MSK
- Версия пакета:
kea-2.7.9-alt1

- Шаги воспроизведения:
# apt-get install kea
# systemctl start kea-ctrl-agent; journalctl -f

- Получаемый результат:
kea-ctrl-agent[1877]: ERROR CTRL_AGENT_CONFIG_FAIL Control Agent configuration failed: socket path:/run/kea does not exist or does not have permssions = 750
kea-ctrl-agent[1877]: 2025-06-19 10:14:11.587 FATAL [kea-ctrl-agent.dctl/1877.139656900646784] DCTL_CONFIG_FILE_LOAD_FAIL Control-agent reason: socket path:/run/kea does not exist or does not have permssions = 750
kea-ctrl-agent[1877]: Service failed: Could Not load configuration file: socket path:/run/kea does not exist or does not have permssions = 750
systemd[1]: kea-ctrl-agent.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: kea-ctrl-agent.service: Failed with result 'exit-code'.

При этом:

# stat /run/kea
  Файл: /run/kea
  Размер: 40            Блоков: 0          Блок В/В: 4096   каталог
Устройство: 0/22        Инода: 1908        Ссылки: 2
Доступ: (0755/drwxr-xr-x)  Uid: (  981/    _kea)   Gid: (  964/    _kea)

Если сделать `# chmod 750 /run/kea` и снова запустить, то сервис падает с такой же ошибкой, а права на `/run/kea` снова становятся 755.

Не воспроизводится на версии 2.7.8-alt1.
Comment 1 Alexander Makeenkov 2025-09-05 12:40:15 MSK
На текущей версии 3.0.0-alt2 не воспроизводится.