Actions
Bug #3145
closeddirectory '/opt' not empty so not removed.
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
I'm removing rudder-agent on some servers, and I get this message with "dpkg --purge rudder-agent":
dpkg --purge rudder-agent (Reading database ... 21158 files and directories currently installed.) Removing rudder-agent ... Purging configuration files for rudder-agent ... dpkg: warning: while removing rudder-agent, directory '/opt/rudder/etc' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/opt/rudder' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/opt' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/var/rudder/cfengine-community/bin' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/var/rudder/cfengine-community/inputs' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/var/rudder/cfengine-community' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/var/rudder/tmp' not empty so not removed. dpkg: warning: while removing rudder-agent, directory '/var/rudder' not empty so not removed.
I think "/opt" should not be removed by rudder, empty or not.
Updated by Jonathan CLARKE over 11 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.4.5 to 2.4.6
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.4.6 to 2.4.7
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.4.7 to 2.4.8
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.8 to 2.4.9
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.9 to 2.4.10
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.10 to 2.4.11
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.11 to 2.4.12
Updated by Nicolas PERRON about 11 years ago
- Target version changed from 2.4.12 to 2.4.13
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from New to Rejected
I just checked our Debian packages, and none of them claim to own /opt:
$ find . -name dirs -exec grep -Hn "opt$" {} \; $
So closing this, as it is not our fault - I presume this is default behaviour for dpkg.
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions