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.
Actions