Bug 59572 - Сервис tor запускается с устаревшим параметром group
Summary: Сервис tor запускается с устаревшим параметром group
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: tor (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-17 14:57 MSK by Alexander Makeenkov
Modified: 2026-06-27 14:49 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 2026-06-17 14:57:27 MSK
tor-0.4.9.9-alt1

В логах сервиса присутствует сообщение: [warn] Skipping obsolete configuration option "Group"

Причина - запуск утилиты с параметром --group:

# systemctl cat tor | grep ExecStart
ExecStart = /usr/bin/tor --runasdaemon 0 -f /etc/tor/torrc --user _tor --group _tor

Предупреждение на работу сервиса не влияет.
Comment 1 Anton Farygin 2026-06-17 15:06:46 MSK
Спасибо, поправлю
Comment 2 Repository Robot 2026-06-27 14:49:36 MSK
tor-0.4.9.11-alt1 -> sisyphus:

Sat Jun 27 2026 Anton Farygin <rider@altlinux> 0.4.9.11-alt1
- 0.4.9.9 -> 0.4.9.11
- removed obsoleted Group option from unit file (Closes: #59572)