Public bug reported:

Binary package hint: mailman

The logrotate.d script that comes with mailman sends root the message
"Re-opening all log files" every time it runs
"/usr/lib/mailman/bin/mailmanctl reopen". This is only informational,
and does not point to any problems. Thus, it should probably be silenced
using the "-q" switch:

        postrotate
            [ -f '/var/run/mailman/mailman.pid' ] && 
/usr/lib/mailman/bin/mailmanctl -q reopen || exit 0

Note that there are four occurrences of "mailmanctl" invoked from this
script at differing frequencies, so all would need to be updated.


lsb_release -rd:
Description:    Ubuntu 8.04.2
Release:        8.04


apt-cache policy mailman:
mailman:
  Installed: 1:2.1.9-9ubuntu1
  Candidate: 1:2.1.9-9ubuntu1
  Version table:
 *** 1:2.1.9-9ubuntu1 0
        500 http://packages hardy/main Packages
        100 /var/lib/dpkg/status

** Affects: mailman (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: mailman
  
  The logrotate.d script that comes with mailman sends root the message
  "Re-opening all log files" every time it runs
  "/usr/lib/mailman/bin/mailmanctl reopen". This is only informational,
  and does not point to any problems. Thus, it should probably be silenced
  using the "-q" switch:
  
          postrotate
              [ -f '/var/run/mailman/mailman.pid' ] && 
/usr/lib/mailman/bin/mailmanctl -q reopen || exit 0
+ 
+ Note that there are four occurrences of "mailmanctl" invoked from this
+ script at differing frequencies, so all would need to be updated.
  
  
  lsb_release -rd:
  Description:    Ubuntu 8.04.2
  Release:        8.04
  
  
  apt-cache policy mailman:
  mailman:
    Installed: 1:2.1.9-9ubuntu1
    Candidate: 1:2.1.9-9ubuntu1
    Version table:
   *** 1:2.1.9-9ubuntu1 0
          500 http://packages hardy/main Packages
          100 /var/lib/dpkg/status

-- 
Please add "-q" to logrotate.d script
https://bugs.launchpad.net/bugs/375657
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to