Bug 7250 - Update tor to fix up systemd unit
Summary: Update tor to fix up systemd unit
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 2
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: MGA2-64-OK mga2-32-OK
Keywords: validated_update
Depends on:
Blocks:
 
Reported: 2012-08-30 01:30 CEST by Colin Guthrie
Modified: 2012-09-04 22:00 CEST (History)
3 users (show)

See Also:
Source RPM: tor-0.2.2.35-5.mga2.src.rpm
CVE:
Status comment:


Attachments

Description Colin Guthrie 2012-08-30 01:30:13 CEST
Advisory Text
=============

The version of Tor shipped in Mageia 2 did not have correctly formed systemd unit and thus failed to start.

This updated version corrects this problem and restores working behaviour


SRPMS: tor-0.2.2.35-5.2.mga2.src.rpm
Comment 1 Colin Guthrie 2012-08-30 01:33:19 CEST
For reference, bug originally reported in bug #6843 There are also (separate) issues in drakxtools, but that's technically separate to this.
Comment 2 Eduard Beliaev 2012-08-31 04:50:14 CEST
Testing complete on Mageia 2 x86_64, no problems encountered.

CC: (none) => ed_rus099
Whiteboard: (none) => MGA2-64-OK

Comment 3 claire robinson 2012-08-31 16:21:07 CEST
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 i586

Hardware: i586 => All
Whiteboard: MGA2-64-OK => MGA2-64-OK mga2-32-OK

Comment 4 claire robinson 2012-08-31 16:22:01 CEST
Validating

See comment 0 for advisory and srpm

Could sysadmin please push from core/updates_testing to core/updates

Thanks!

Keywords: (none) => validated_update
CC: (none) => sysadmin-bugs

Comment 5 Thomas Backlund 2012-09-04 22:00:32 CEST
Update pushed:
https://wiki.mageia.org/en/Support/Advisories/MGAA-2012-0184

Status: NEW => RESOLVED
CC: (none) => tmb
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.