Project

General

Profile

Actions

Bug #3864

closed

The logrotate file of Debian and Ubuntu is duplicated since the name from the packaging is wrong

Bug #3864: The logrotate file of Debian and Ubuntu is duplicated since the name from the packaging is wrong

Added by Nicolas PERRON almost 13 years ago. Updated over 11 years ago.

Status:
Released
Priority:
3
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

The logrotate file of Rudder is duplicated on Debian and Ubuntu:

root@server:~# ls -lh /etc/logrotate.d/rudder*
-rw------- 1 root root 1.1K Aug 19 15:06 /etc/logrotate.d/rudder
-rw-r--r-- 1 root root 1.1K Jul 31 17:38 /etc/logrotate.d/rudder-server-root
root@server:~# dpkg -L rudder-server-root | grep logrotate
/etc/logrotate.d
/etc/logrotate.d/rudder-server-root

Related issues 2 (0 open2 closed)

Related to Rudder - Bug #3981: Package rudder-server-root still install /etc/init.d/logrotate.d/rudder-server-root on Debian/Ubuntu (affects Rudder 2.4.8, 2.6.4, 2.6.5, 2.7.1 and 2.7.2)ReleasedJonathan CLARKEActions
Related to Rudder - Bug #3980: /etc/init.d/rudder-server-root is no more installed on Debian/Ubuntu (affects Rudder 2.4.8, 2.6.4, 2.6.5, 2.7.1 and 2.7.2 )ReleasedJonathan CLARKEActions

Updated by Nicolas PERRON almost 13 years ago Actions #1

  • Status changed from New to Pending technical review
  • Assignee changed from Nicolas PERRON to Matthieu CERDA
  • % Done changed from 0 to 100
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/102

Pull Request URL added: https://github.com/Normation/rudder-packages/pull/102

Matthieu could you review it please ?

Updated by Nicolas PERRON almost 13 years ago Actions #2

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:b8f796aaf280da18a1a7380094c13118674c51a8.

Updated by Jonathan CLARKE almost 13 years ago Actions #3

Applied in changeset commit:1f13ca718712b386eba9ab55616ddf4d4a1ecbcb.

Updated by Nicolas PERRON almost 13 years ago Actions #4

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.4.8, which was released today.
Check out:

Updated by Dennis Cabooter almost 13 years ago Actions #5

And it's there again.. \0/

# lsb_release -d
Description:    Ubuntu 12.04.3 LTS
# dpkg -l | grep rudder-server-root 
ii  rudder-server-root                   2.6.5-precise0                    Configuration management and audit tool - root server base package
# ls -lh /etc/logrotate.d/rudder*
-rw------- 1 root root 1.6K Sep  9 10:05 /etc/logrotate.d/rudder
-rw-r--r-- 1 root root 1.6K Sep  6 19:22 /etc/logrotate.d/rudder-server-root
# dpkg -L rudder-server-root | grep logrotate
/etc/logrotate.d
/etc/logrotate.d/rudder-server-root

Updated by Nicolas PERRON almost 13 years ago Actions #6

  • Status changed from Released to Discussion

Hmm...I suppose this is caused by the conffiles:

$ cat rudder-server-root/debian/conffiles
/opt/rudder/etc/rudder-passwords.conf
/etc/logrotate.d/rudder-server-root

Updated by Nicolas PERRON almost 13 years ago Actions #7

The code has not fixed the issue and had added a new one: /etc/init.d/rudder-server-root is no more installed:

$ dpkg-deb --contents rudder-server-root_2.4.7-squeeze0_all.deb | grep "init.d" 
drwxr-xr-x root/root         0 2013-07-29 22:50 ./etc/init.d/
-rwxr-xr-x root/root      1776 2013-07-29 22:49 ./etc/init.d/rudder-server-root

$ dpkg-deb --contents rudder-server-root_2.4.8-squeeze0_all.deb | grep "init.d" 

It should be reverted

Updated by Nicolas PERRON almost 13 years ago Actions #8

I've opened two bugs for it: #3980 and #3981

Updated by Jonathan CLARKE over 12 years ago Actions #9

  • Status changed from Discussion to Pending technical review

Nicolas PERRON wrote:

I've opened two bugs for it: #3980 and #3981

These bugs have been fixed. Reclosing this issue.

Updated by Jonathan CLARKE over 12 years ago Actions #10

  • Status changed from Pending technical review to Released

Updated by Benoît PECCATTE over 11 years ago Actions #11

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: PDF Atom