Bug 901432 - Make cron job silent
Summary: Make cron job silent
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: polipo
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bernard Johnson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-18 07:55 UTC by Terje Røsten
Modified: 2014-08-16 00:31 UTC (History)
1 user (show)

Fixed In Version: polipo-1.1.1-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-30 05:29:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Terje Røsten 2013-01-18 07:55:21 UTC
Description of problem:

In the daily cron job su outputs ...killed to *stderr*. Remove this
message by redirecting stderr to /dev/null like this:

--- polipo.orig 2013-01-18 08:53:11.987630503 +0100
+++ polipo      2013-01-18 08:53:44.858799552 +0100
@@ -27,7 +27,7 @@
   # Since f17, the following su command prints "...killed." to stdout ???
   su -s /bin/sh -c \
     "nice polipo -x -c $CONFIG_FILE forbiddenFile=$FORBIDDEN_FILE > /dev/null" \
-    polipo
+    polipo 2>/dev/null
   # Instruct polipo to to discard its in-memory cache (signal USR2)
   kill -USR2 $(cat "$PIDFILE")
 fi

Comment 1 Fedora End Of Life 2013-07-03 20:02:23 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. 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 '17'.

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 17'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 17 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  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

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.

Comment 2 Terje Røsten 2013-11-24 13:15:13 UTC
Any hope for a fix soon? Should not be very difficult?

Comment 3 Fedora Update System 2014-08-02 23:17:49 UTC
polipo-1.1.1-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/polipo-1.1.1-1.fc19

Comment 4 Fedora Update System 2014-08-02 23:19:03 UTC
polipo-1.1.1-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/polipo-1.1.1-1.fc20

Comment 5 Fedora Update System 2014-08-16 00:31:00 UTC
polipo-1.1.1-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 6 Fedora Update System 2014-08-16 00:31:25 UTC
polipo-1.1.1-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.