Bug 760474 - Tinyproxy and systemd boot on F17
Summary: Tinyproxy and systemd boot on F17
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: tinyproxy
Version: 19
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Jeremy Hinegardner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-06 09:46 UTC by GreyHat
Modified: 2013-09-23 00:01 UTC (History)
7 users (show)

Fixed In Version: tinyproxy-1.8.3-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-21 08:33:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fixes to spec (6.79 KB, patch)
2013-06-27 09:27 UTC, Tomasz Torcz
no flags Details | Diff

Description GreyHat 2011-12-06 09:46:36 UTC
Description of problem:
There is actually no up to date package for F16. Standard boot (/etc/init.d/tinyproxy) fail and there is no systemd config file.

Version-Release number of selected component (if applicable):
tinyproxy-1.8.2-2.fc15.i686

How reproducible:
Installing tinyproxy and try to launch.

Steps to Reproduce:
1. yum install tinyproxy
2. /etc/init.d/tinyproxy
  
Actual results:
The daemon fail boot.

Expected results:
The daemon boot whit systemd

Additional info:
I propose to build a new package for F16 with the correction:
- Remove file /etc/init.d/tiniyproxy

+ Add file : /lib/systemd/system/tinyproxy.service :

[Unit]
Description=Tinyproxy Web Proxy Server
After=network.target

[Service]
PIDFile=/var/run/tinyproxy/tinyproxy.pid
ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf -d

[Install]
WantedBy=multi-user.target

+ Add file /etc/tmpfiles.d/tinyproxy.conf :

D /var/run/tinyproxy 0750 tinyproxy tinyproxy -

And after that it works with the command : chkconfig tinyproxy on

Comment 1 Ben 2012-04-20 12:31:39 UTC
Is there any estimate for when this bug will be fixed? Will an update for F16 be pushed?

Comment 2 Joe Wrigley 2012-10-02 13:42:14 UTC
I can confirm that simply adding /etc/tmpfiles.d/tinyproxy.conf with the recommended contents above, and restarting, solved the problems of tinyproxy starting in F17.

Comment 3 Fedora End Of Life 2013-01-16 13:59:18 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Alan Pevec 2013-01-24 18:38:05 UTC
(In reply to comment #0)
> + Add file : /lib/systemd/system/tinyproxy.service :

This is not critical

> + Add file /etc/tmpfiles.d/tinyproxy.conf :
> 
> D /var/run/tinyproxy 0750 tinyproxy tinyproxy -

but this is and it's still missing F17

Comment 5 Tomasz Torcz 2013-06-18 07:28:26 UTC
This is still a problem with F19...

Comment 6 Tomasz Torcz 2013-06-27 09:27:08 UTC
Created attachment 766021 [details]
fixes to spec

Will the ProvenPackager please stand up?

Comment 7 Jeremy Hinegardner 2013-06-28 16:18:21 UTC
I'm happy to give the package to anyone, and I apologize for effectively abandoning this package. 

I'll make time to get this applied next week if no one steps up first.

Comment 8 Sebastien Pasche 2013-09-02 06:19:15 UTC
Is this applied to F19/F20 ? Need a test ?

Comment 9 Fedora Update System 2013-09-09 05:48:56 UTC
tinyproxy-1.8.3-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/tinyproxy-1.8.3-1.fc19

Comment 10 Fedora Update System 2013-09-09 05:49:34 UTC
tinyproxy-1.8.3-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/tinyproxy-1.8.3-1.fc20

Comment 11 Fedora Update System 2013-09-09 16:22:27 UTC
Package tinyproxy-1.8.3-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing tinyproxy-1.8.3-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-16165/tinyproxy-1.8.3-1.fc20
then log in and leave karma (feedback).

Comment 12 Fedora Update System 2013-09-21 08:33:15 UTC
tinyproxy-1.8.3-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2013-09-23 00:01:26 UTC
tinyproxy-1.8.3-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


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