| Summary: | Update tor to fix up systemd unit | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Colin Guthrie <mageia> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | ed_rus099, sysadmin-bugs, tmb |
| Version: | 2 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MGA2-64-OK mga2-32-OK | ||
| Source RPM: | tor-0.2.2.35-5.mga2.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Colin Guthrie
2012-08-30 01:30:13 CEST
For reference, bug originally reported in bug #6843 There are also (separate) issues in drakxtools, but that's technically separate to this. Testing complete on Mageia 2 x86_64, no problems encountered. CC:
(none) =>
ed_rus099 Testing i586
Before
------
# systemctl start tor.service
# systemctl status tor.service
tor.service - Anonymizing overlay network for TCP
Loaded: loaded (/lib/systemd/system/tor.service; enabled)
Active: failed (Result: exit-code) since Fri, 31 Aug 2012 15:14:51 +0100; 5s ago
Process: 16274 ExecStop=/bin/kill -INT $MAINPID (code=exited, status=1/FAILURE)
Process: 16272 ExecStart=/usr/bin/tor --runasdaemon 0 --quiet (code=exited, status=255)
CGroup: name=systemd:/system/tor.service
After
-----
# urpmi tor
Migrating sysvinit service 'tor' to systemd native unit 'tor.service' via systemd install rules.
# systemctl start tor.service
# systemctl status tor.service
tor.service - Anonymizing overlay network for TCP
Loaded: loaded (/lib/systemd/system/tor.service; enabled)
Active: active (running) since Fri, 31 Aug 2012 15:17:20 +0100; 3s ago
Main PID: 16444 (tor)
CGroup: name=systemd:/system/tor.service
Testing complete mga2 i586Hardware:
i586 =>
All Validating See comment 0 for advisory and srpm Could sysadmin please push from core/updates_testing to core/updates Thanks! Keywords:
(none) =>
validated_update Update pushed: https://wiki.mageia.org/en/Support/Advisories/MGAA-2012-0184 Status:
NEW =>
RESOLVED |