[Bug 1410383] [NEW] wrong process name match in logrotate script

Launchpad Bug Tracker 1410383 at bugs.launchpad.net
Tue Mar 3 15:11:03 UTC 2015


You have been subscribed to a public bug:

Logrotate scrpit supplied by puppetmaster package tries to send signal
after rotating logs. Unfortunately it matches against  process name that
doesn't exists. As a result puppet master process doesn't release log
file descriptor that grows infinitely.

There is:
    pkill -USR2 -u puppet -f puppetmasterd || true

While it should be:
    pkill -USR2 -u puppet -f "puppet master" || true


Description:	Ubuntu 14.04.1 LTS
Release:	14.04

puppetmaster:
  Installed: 3.4.3-1
  Candidate: 3.4.3-1
  Version table:
 *** 3.4.3-1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

** Affects: puppet (Ubuntu)
     Importance: High
         Status: Triaged


** Tags: patch
-- 
wrong process name match in logrotate script
https://bugs.launchpad.net/bugs/1410383
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu.



More information about the Ubuntu-server-bugs mailing list