Bug#770455: activemq: apt-get purge doesn't remove the symlinks in /etc/activemq/instances-enabled

Emmanuel Bourg ebourg at apache.org
Fri Nov 21 12:25:33 UTC 2014


Source: activemq
Version: 5.6.0+dfsg1-2
Severity: normal

Purging an activemq installation leaves the symlinks in /etc/activemq/instances-enabled:

    ebourg at icare:~$ sudo apt-get purge activemq
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be REMOVED:
      activemq*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 223 kB disk space will be freed.
    Do you want to continue? [Y/n]
    (Reading database ... 235094 files and directories currently installed.)
    Removing activemq (5.6.0+dfsg1-2) ...
    [ ok ] Stopping ActiveMQ instance: activemq main (stopped).
    Purging configuration files for activemq (5.6.0+dfsg1-2) ...
    Removing user `activemq' ...
    Warning: group `activemq' has no more members.
    Done.
    dpkg: warning: while removing activemq, directory '/etc/activemq/instances-enabled' not empty so not removed
    
    ebourg at icare:~$ ls -l /etc/activemq/
    total 20
    drwxr-xr-x   3 root root  4096 Nov 21 13:12 .
    drwxr-xr-x 148 root root 12288 Nov 21 13:12 ..
    drwxr-xr-x   2 root root  4096 Sep 29 11:22 instances-enabled
    
    ebourg at icare:~$ ls -l /etc/activemq/instances-enabled/main
    lrwxrwxrwx 1 root root 38 Sep 29 11:22 /etc/activemq/instances-enabled/main -> /etc/activemq/instances-available/main



More information about the pkg-java-maintainers mailing list