You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Alex Karasulu <ak...@apache.org> on 2008/04/14 18:37:57 UTC

Installer problem with attempt to delete opt directory

Hi Pierre,


I'm still seeing the following issue on Debian when trying to uninstall the
ApacheDS package:

root@newton:~# apt-get remove apacheds
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  apacheds
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives.
After unpacking 9542kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 120255 files and directories currently installed.)
Removing apacheds ...
dpkg - warning: while removing apacheds, unable to remove directory `/opt':
Device or resource busy - directory may be a mount point ?
dpkg - warning: while removing apacheds, unable to remove directory `/opt':
Device or resource busy - directory may be a mount point ?

Any idea what could be causing this.  I want to try to sort out this issue
before I release the ApacheDS installers subproject.

Thanks,
Alex

Re: Installer problem with attempt to delete opt directory

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Oh yeah, you're right.
Sorry about that.

Should we fix this for the 1.5.2 release ?

P-A

On Mon, Apr 14, 2008 at 8:46 PM, Alex Karasulu <ak...@apache.org> wrote:

> Also FYI in the prerm script you don't seem to be stopping the server.
>
> Alex
>
>
> On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> wrote:
>
> > Hi Alex,
> >
> > I stricly have no idea... :(
> >
> > That's a very weird issue.
> >
> > Your machine seem to have a "special" /opt partition.
> >
> > Pierre-Arnaud
> >
> >
> > On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> > wrote:
> >
> > > Pierre here's the output when following the method you recommended
> > > below:
> > >
> > > root@newton:~# dpkg -i
> > > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> > >
> > > Selecting previously deselected package apacheds.
> > > (Reading database ... 120073 files and directories currently
> > > installed.)
> > > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > > Setting up apacheds (1.5.2) ...
> > >
> > > root@newton:~# dpkg -r apacheds
> > > (Reading database ... 120149 files and directories currently
> > > installed.)
> > > Removing apacheds ...
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > >  root@newton:~#
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > > Alex
> > >
> > >
> > >
> > > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> > > wrote:
> > >
> > > > Will check right now.
> > > >
> > > > Alex
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > > pa@marcelot.net> wrote:
> > > >
> > > > > Hi Alex,
> > > > >
> > > > > This is really strange that I don't have this on my computer at
> > > > > the office. It runs Ubuntu 7.10.
> > > > >
> > > > > I'm using
> > > > > $ dpkg -i pathToInstaller
> > > > > to install the package.
> > > > >
> > > > > And,
> > > > > $ dpkg -r apacheds
> > > > > to remove it.
> > > > >
> > > > > You can maybe test with this command instead of apt-get.
> > > > >
> > > > > Is there any specific things on your /opt partition (any link or
> > > > > something like that) ?
> > > > >
> > > > > Thanks
> > > > >
> > > > > Pierre-Arnaud
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <
> > > > > akarasulu@apache.org> wrote:
> > > > >
> > > > > > Hi Pierre,
> > > > > >
> > > > > >
> > > > > > I'm still seeing the following issue on Debian when trying to
> > > > > > uninstall the ApacheDS package:
> > > > > >
> > > > > > root@newton:~# apt-get remove apacheds
> > > > > > Reading package lists... Done
> > > > > > Building dependency tree
> > > > > > Reading state information... Done
> > > > > > The following packages will be REMOVED:
> > > > > >   apacheds
> > > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > > > Need to get 0B of archives.
> > > > > > After unpacking 9542kB disk space will be freed.
> > > > > > Do you want to continue [Y/n]? Y
> > > > > > (Reading database ... 120255 files and directories currently
> > > > > > installed.)
> > > > > > Removing apacheds ...
> > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > >
> > > > > > Any idea what could be causing this.  I want to try to sort out
> > > > > > this issue before I release the ApacheDS installers subproject.
> > > > > >
> > > > > > Thanks,
> > > > > > Alex
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
This is a total mess.  I fixed the spring-xbean issues.  Now I've moved on
to discover that the installation footprint following the linux standards
for placing the db into /var/ directories etc breaks the dump code.   It
will also make it hard to implement the index command as well in later
releases.

That means while all this fancy separation of directories into different
areas of the file system was going on we never stopped to consider the
impact that it would have on the server-tools commands like dump.  It's
broken now.

On top of that I screwed up the release of the Daemon project which still
references the 10-SNAPSHOT version of the TLP pom.  I'll have to re-release
this bumping up the revision.

I will NOT fix these server-tools.jar issues now and will just deploy things
as they are for now.  We'll need to release again soon to fix this mess.

Alex

On Mon, Apr 14, 2008 at 3:08 PM, Alex Karasulu <ak...@apache.org> wrote:

> Hey PAM,
>
> Another quick question.  When you ran the ApacheDS tools jar before did it
> work properly while parsing the server.xml?
>
> I ask because I am getting this problem now which is probably due to not
> using xbean properly:
>
> loading settings from: /opt/apacheds-1.5.2/conf/server.xml
> log4j:WARN No appenders could be found for logger
> (org.springframework.context.support.FileSystemXmlApplicationContext).
> log4j:WARN Please initialize the log4j system properly.
> Exception in thread "main"
> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
> 6 in XML document from URL [file:/opt/apacheds-1.5.2/conf/server.xml] is
> invalid; nested exception is org.xml.sax.SAXParseException: cvc-elt.1:
> Cannot find the declaration of element 'spring:beans'.
> Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the
> declaration of element 'spring:beans'.
>         at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
>         at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)
>
>
> Wondering if you saw this issue at all.
>
> Thanks,
> Alex
>
>
>
> On Mon, Apr 14, 2008 at 2:48 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Perhaps there's some kind of default post remove script and the package
> > manager thinks apacheds is installed at /opt.  Maybe overriding this might
> > fix it.  If you don't have time to correct this let me know I'll try to read
> > up on some of the deb package howtos.
> >
> > Alex
> >
> >
> > On Mon, Apr 14, 2008 at 2:46 PM, Alex Karasulu <ak...@apache.org>
> > wrote:
> >
> > > Also FYI in the prerm script you don't seem to be stopping the server.
> > >
> > > Alex
> > >
> > >
> > > On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <
> > > pa@marcelot.net> wrote:
> > >
> > > > Hi Alex,
> > > >
> > > > I stricly have no idea... :(
> > > >
> > > > That's a very weird issue.
> > > >
> > > > Your machine seem to have a "special" /opt partition.
> > > >
> > > > Pierre-Arnaud
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> > > > wrote:
> > > >
> > > > > Pierre here's the output when following the method you recommended
> > > > > below:
> > > > >
> > > > > root@newton:~# dpkg -i
> > > > > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> > > > >
> > > > > Selecting previously deselected package apacheds.
> > > > > (Reading database ... 120073 files and directories currently
> > > > > installed.)
> > > > > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > > > > Setting up apacheds (1.5.2) ...
> > > > >
> > > > > root@newton:~# dpkg -r apacheds
> > > > > (Reading database ... 120149 files and directories currently
> > > > > installed.)
> > > > > Removing apacheds ...
> > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > >  root@newton:~#
> > > > >
> > > > > Any ideas?
> > > > >
> > > > > Thanks,
> > > > > Alex
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <
> > > > > akarasulu@apache.org> wrote:
> > > > >
> > > > > > Will check right now.
> > > > > >
> > > > > > Alex
> > > > > >
> > > > > >
> > > > > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > > > > pa@marcelot.net> wrote:
> > > > > >
> > > > > > > Hi Alex,
> > > > > > >
> > > > > > > This is really strange that I don't have this on my computer
> > > > > > > at the office. It runs Ubuntu 7.10.
> > > > > > >
> > > > > > > I'm using
> > > > > > > $ dpkg -i pathToInstaller
> > > > > > > to install the package.
> > > > > > >
> > > > > > > And,
> > > > > > > $ dpkg -r apacheds
> > > > > > > to remove it.
> > > > > > >
> > > > > > > You can maybe test with this command instead of apt-get.
> > > > > > >
> > > > > > > Is there any specific things on your /opt partition (any link
> > > > > > > or something like that) ?
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > Pierre-Arnaud
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <
> > > > > > > akarasulu@apache.org> wrote:
> > > > > > >
> > > > > > > > Hi Pierre,
> > > > > > > >
> > > > > > > >
> > > > > > > > I'm still seeing the following issue on Debian when trying
> > > > > > > > to uninstall the ApacheDS package:
> > > > > > > >
> > > > > > > > root@newton:~# apt-get remove apacheds
> > > > > > > > Reading package lists... Done
> > > > > > > > Building dependency tree
> > > > > > > > Reading state information... Done
> > > > > > > > The following packages will be REMOVED:
> > > > > > > >   apacheds
> > > > > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not
> > > > > > > > upgraded.
> > > > > > > > Need to get 0B of archives.
> > > > > > > > After unpacking 9542kB disk space will be freed.
> > > > > > > > Do you want to continue [Y/n]? Y
> > > > > > > > (Reading database ... 120255 files and directories currently
> > > > > > > > installed.)
> > > > > > > > Removing apacheds ...
> > > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > > >
> > > > > > > > Any idea what could be causing this.  I want to try to sort
> > > > > > > > out this issue before I release the ApacheDS installers subproject.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Alex
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Hey PAM,

Another quick question.  When you ran the ApacheDS tools jar before did it
work properly while parsing the server.xml?

I ask because I am getting this problem now which is probably due to not
using xbean properly:

loading settings from: /opt/apacheds-1.5.2/conf/server.xml
log4j:WARN No appenders could be found for logger
(org.springframework.context.support.FileSystemXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main"
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
6 in XML document from URL [file:/opt/apacheds-1.5.2/conf/server.xml] is
invalid; nested exception is org.xml.sax.SAXParseException: cvc-elt.1:
Cannot find the declaration of element 'spring:beans'.
Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the
declaration of element 'spring:beans'.
        at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
        at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)


Wondering if you saw this issue at all.

Thanks,
Alex


On Mon, Apr 14, 2008 at 2:48 PM, Alex Karasulu <ak...@apache.org> wrote:

> Perhaps there's some kind of default post remove script and the package
> manager thinks apacheds is installed at /opt.  Maybe overriding this might
> fix it.  If you don't have time to correct this let me know I'll try to read
> up on some of the deb package howtos.
>
> Alex
>
>
> On Mon, Apr 14, 2008 at 2:46 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Also FYI in the prerm script you don't seem to be stopping the server.
> >
> > Alex
> >
> >
> > On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> > wrote:
> >
> > > Hi Alex,
> > >
> > > I stricly have no idea... :(
> > >
> > > That's a very weird issue.
> > >
> > > Your machine seem to have a "special" /opt partition.
> > >
> > > Pierre-Arnaud
> > >
> > >
> > > On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> > > wrote:
> > >
> > > > Pierre here's the output when following the method you recommended
> > > > below:
> > > >
> > > > root@newton:~# dpkg -i
> > > > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> > > >
> > > > Selecting previously deselected package apacheds.
> > > > (Reading database ... 120073 files and directories currently
> > > > installed.)
> > > > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > > > Setting up apacheds (1.5.2) ...
> > > >
> > > > root@newton:~# dpkg -r apacheds
> > > > (Reading database ... 120149 files and directories currently
> > > > installed.)
> > > > Removing apacheds ...
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > >  root@newton:~#
> > > >
> > > > Any ideas?
> > > >
> > > > Thanks,
> > > > Alex
> > > >
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> > > > wrote:
> > > >
> > > > > Will check right now.
> > > > >
> > > > > Alex
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > > > pa@marcelot.net> wrote:
> > > > >
> > > > > > Hi Alex,
> > > > > >
> > > > > > This is really strange that I don't have this on my computer at
> > > > > > the office. It runs Ubuntu 7.10.
> > > > > >
> > > > > > I'm using
> > > > > > $ dpkg -i pathToInstaller
> > > > > > to install the package.
> > > > > >
> > > > > > And,
> > > > > > $ dpkg -r apacheds
> > > > > > to remove it.
> > > > > >
> > > > > > You can maybe test with this command instead of apt-get.
> > > > > >
> > > > > > Is there any specific things on your /opt partition (any link or
> > > > > > something like that) ?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Pierre-Arnaud
> > > > > >
> > > > > >
> > > > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <
> > > > > > akarasulu@apache.org> wrote:
> > > > > >
> > > > > > > Hi Pierre,
> > > > > > >
> > > > > > >
> > > > > > > I'm still seeing the following issue on Debian when trying to
> > > > > > > uninstall the ApacheDS package:
> > > > > > >
> > > > > > > root@newton:~# apt-get remove apacheds
> > > > > > > Reading package lists... Done
> > > > > > > Building dependency tree
> > > > > > > Reading state information... Done
> > > > > > > The following packages will be REMOVED:
> > > > > > >   apacheds
> > > > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > > > > Need to get 0B of archives.
> > > > > > > After unpacking 9542kB disk space will be freed.
> > > > > > > Do you want to continue [Y/n]? Y
> > > > > > > (Reading database ... 120255 files and directories currently
> > > > > > > installed.)
> > > > > > > Removing apacheds ...
> > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > >
> > > > > > > Any idea what could be causing this.  I want to try to sort
> > > > > > > out this issue before I release the ApacheDS installers subproject.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Alex
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
I've now seen this behavior as you stated in action.  You're dead on
target.  It will keep going up the file system directory hierarchy until it
deletes all ancestors of the installation unless there is another package
that is also installed under an ancestor.

Odd that this is not directly stated somewhere since it can spook people out
like it did me.

Alex

On Mon, Apr 14, 2008 at 6:27 PM, Michael Fladischer <mi...@fladi.at>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Alex,
>
> I'm still looking for an official comment from the dpkg developers
> regarding this behavior but haven't found one yet. It's not mentioned in
> the man pages and neither in the package maintainer guide.
> So far I can only tell you what I have found out while creating various
> packages for Debian. I'll let you know if I come across some online
> reference ...
>
> Reards,
> Michael
>
> Alex Karasulu wrote:
> > Oh that's great.  I guess you're quoting some source online?
> >
> > Thanks,
> > Alex
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFIA9pfhuoBH16pp9gRAj6lAKCT5+rQwBuX/HTwvRKlRqnf32xvWwCfZnXD
> aOsNGXU/4VaRCgAe5IWcpMw=
> =UyjW
> -----END PGP SIGNATURE-----
>

Re: Installer problem with attempt to delete opt directory

Posted by Michael Fladischer <mi...@fladi.at>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Alex,

I'm still looking for an official comment from the dpkg developers
regarding this behavior but haven't found one yet. It's not mentioned in
the man pages and neither in the package maintainer guide.
So far I can only tell you what I have found out while creating various
packages for Debian. I'll let you know if I come across some online
reference ...

Reards,
Michael

Alex Karasulu wrote:
> Oh that's great.  I guess you're quoting some source online?
> 
> Thanks,
> Alex
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIA9pfhuoBH16pp9gRAj6lAKCT5+rQwBuX/HTwvRKlRqnf32xvWwCfZnXD
aOsNGXU/4VaRCgAe5IWcpMw=
=UyjW
-----END PGP SIGNATURE-----

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Oh that's great.  I guess you're quoting some source online?

Thanks,
Alex

On Mon, Apr 14, 2008 at 5:11 PM, Fladischer Michael <mi...@fladi.at>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi!
>
> Maybe i can help you with this bogus behavior of the Debian package
> management:
>
> The error "dpkg - warning: while removing apacheds, directory `/opt' not
> empty so not removed." is triggered when dpkg tries to remove a package
> from a directory which is not used by any other Debian package, thus it
> looks empty to dpkg, but if you've placed other software under /opt it's
> not empty on the file-system layer.
>
> After installing you can check with "dpkg -S /opt" what packages depend
> on this directory. In my case, where I was able to reproduce this error,
> apacheds was the only owner of /opt inside the dpkg database.
>
> I'm not aware of any workaround to prevent this message as it's just
> doing it's intended job.
>
> Regards, Michael
>
> Pierre-Arnaud Marcelot schrieb:
> > Unfortunately, I don't think we have such a possibility.
> >
> > The script should not try to remove /opt. I don't know why it tries to
> > remove it on your machine.
> >
> > I'll be looking at some doco for this.
> >
> > P-A
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFIA8iUhuoBH16pp9gRAtc7AKCZqHIn2TwgzbHNxVydYm+BB9tYVwCg0S06
> H9/wAByq1NoWcRskURQw9AY=
> =Vvk5
> -----END PGP SIGNATURE-----
>

Re: Installer problem with attempt to delete opt directory

Posted by Fladischer Michael <mi...@fladi.at>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

Maybe i can help you with this bogus behavior of the Debian package
management:

The error "dpkg - warning: while removing apacheds, directory `/opt' not
empty so not removed." is triggered when dpkg tries to remove a package
from a directory which is not used by any other Debian package, thus it
looks empty to dpkg, but if you've placed other software under /opt it's
not empty on the file-system layer.

After installing you can check with "dpkg -S /opt" what packages depend
on this directory. In my case, where I was able to reproduce this error,
apacheds was the only owner of /opt inside the dpkg database.

I'm not aware of any workaround to prevent this message as it's just
doing it's intended job.

Regards, Michael

Pierre-Arnaud Marcelot schrieb:
> Unfortunately, I don't think we have such a possibility.
> 
> The script should not try to remove /opt. I don't know why it tries to
> remove it on your machine.
> 
> I'll be looking at some doco for this.
> 
> P-A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIA8iUhuoBH16pp9gRAtc7AKCZqHIn2TwgzbHNxVydYm+BB9tYVwCg0S06
H9/wAByq1NoWcRskURQw9AY=
=Vvk5
-----END PGP SIGNATURE-----

Re: Installer problem with attempt to delete opt directory

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Unfortunately, I don't think we have such a possibility.

The script should not try to remove /opt. I don't know why it tries to
remove it on your machine.

I'll be looking at some doco for this.

P-A

On Mon, Apr 14, 2008 at 8:48 PM, Alex Karasulu <ak...@apache.org> wrote:

> Perhaps there's some kind of default post remove script and the package
> manager thinks apacheds is installed at /opt.  Maybe overriding this might
> fix it.  If you don't have time to correct this let me know I'll try to read
> up on some of the deb package howtos.
>
> Alex
>
>
> On Mon, Apr 14, 2008 at 2:46 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Also FYI in the prerm script you don't seem to be stopping the server.
> >
> > Alex
> >
> >
> > On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> > wrote:
> >
> > > Hi Alex,
> > >
> > > I stricly have no idea... :(
> > >
> > > That's a very weird issue.
> > >
> > > Your machine seem to have a "special" /opt partition.
> > >
> > > Pierre-Arnaud
> > >
> > >
> > > On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> > > wrote:
> > >
> > > > Pierre here's the output when following the method you recommended
> > > > below:
> > > >
> > > > root@newton:~# dpkg -i
> > > > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> > > >
> > > > Selecting previously deselected package apacheds.
> > > > (Reading database ... 120073 files and directories currently
> > > > installed.)
> > > > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > > > Setting up apacheds (1.5.2) ...
> > > >
> > > > root@newton:~# dpkg -r apacheds
> > > > (Reading database ... 120149 files and directories currently
> > > > installed.)
> > > > Removing apacheds ...
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > >  root@newton:~#
> > > >
> > > > Any ideas?
> > > >
> > > > Thanks,
> > > > Alex
> > > >
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> > > > wrote:
> > > >
> > > > > Will check right now.
> > > > >
> > > > > Alex
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > > > pa@marcelot.net> wrote:
> > > > >
> > > > > > Hi Alex,
> > > > > >
> > > > > > This is really strange that I don't have this on my computer at
> > > > > > the office. It runs Ubuntu 7.10.
> > > > > >
> > > > > > I'm using
> > > > > > $ dpkg -i pathToInstaller
> > > > > > to install the package.
> > > > > >
> > > > > > And,
> > > > > > $ dpkg -r apacheds
> > > > > > to remove it.
> > > > > >
> > > > > > You can maybe test with this command instead of apt-get.
> > > > > >
> > > > > > Is there any specific things on your /opt partition (any link or
> > > > > > something like that) ?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Pierre-Arnaud
> > > > > >
> > > > > >
> > > > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <
> > > > > > akarasulu@apache.org> wrote:
> > > > > >
> > > > > > > Hi Pierre,
> > > > > > >
> > > > > > >
> > > > > > > I'm still seeing the following issue on Debian when trying to
> > > > > > > uninstall the ApacheDS package:
> > > > > > >
> > > > > > > root@newton:~# apt-get remove apacheds
> > > > > > > Reading package lists... Done
> > > > > > > Building dependency tree
> > > > > > > Reading state information... Done
> > > > > > > The following packages will be REMOVED:
> > > > > > >   apacheds
> > > > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > > > > Need to get 0B of archives.
> > > > > > > After unpacking 9542kB disk space will be freed.
> > > > > > > Do you want to continue [Y/n]? Y
> > > > > > > (Reading database ... 120255 files and directories currently
> > > > > > > installed.)
> > > > > > > Removing apacheds ...
> > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > >
> > > > > > > Any idea what could be causing this.  I want to try to sort
> > > > > > > out this issue before I release the ApacheDS installers subproject.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Alex
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Perhaps there's some kind of default post remove script and the package
manager thinks apacheds is installed at /opt.  Maybe overriding this might
fix it.  If you don't have time to correct this let me know I'll try to read
up on some of the deb package howtos.

Alex

On Mon, Apr 14, 2008 at 2:46 PM, Alex Karasulu <ak...@apache.org> wrote:

> Also FYI in the prerm script you don't seem to be stopping the server.
>
> Alex
>
>
> On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> wrote:
>
> > Hi Alex,
> >
> > I stricly have no idea... :(
> >
> > That's a very weird issue.
> >
> > Your machine seem to have a "special" /opt partition.
> >
> > Pierre-Arnaud
> >
> >
> > On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> > wrote:
> >
> > > Pierre here's the output when following the method you recommended
> > > below:
> > >
> > > root@newton:~# dpkg -i
> > > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> > >
> > > Selecting previously deselected package apacheds.
> > > (Reading database ... 120073 files and directories currently
> > > installed.)
> > > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > > Setting up apacheds (1.5.2) ...
> > >
> > > root@newton:~# dpkg -r apacheds
> > > (Reading database ... 120149 files and directories currently
> > > installed.)
> > > Removing apacheds ...
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > >  root@newton:~#
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > > Alex
> > >
> > >
> > >
> > > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> > > wrote:
> > >
> > > > Will check right now.
> > > >
> > > > Alex
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > > pa@marcelot.net> wrote:
> > > >
> > > > > Hi Alex,
> > > > >
> > > > > This is really strange that I don't have this on my computer at
> > > > > the office. It runs Ubuntu 7.10.
> > > > >
> > > > > I'm using
> > > > > $ dpkg -i pathToInstaller
> > > > > to install the package.
> > > > >
> > > > > And,
> > > > > $ dpkg -r apacheds
> > > > > to remove it.
> > > > >
> > > > > You can maybe test with this command instead of apt-get.
> > > > >
> > > > > Is there any specific things on your /opt partition (any link or
> > > > > something like that) ?
> > > > >
> > > > > Thanks
> > > > >
> > > > > Pierre-Arnaud
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <
> > > > > akarasulu@apache.org> wrote:
> > > > >
> > > > > > Hi Pierre,
> > > > > >
> > > > > >
> > > > > > I'm still seeing the following issue on Debian when trying to
> > > > > > uninstall the ApacheDS package:
> > > > > >
> > > > > > root@newton:~# apt-get remove apacheds
> > > > > > Reading package lists... Done
> > > > > > Building dependency tree
> > > > > > Reading state information... Done
> > > > > > The following packages will be REMOVED:
> > > > > >   apacheds
> > > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > > > Need to get 0B of archives.
> > > > > > After unpacking 9542kB disk space will be freed.
> > > > > > Do you want to continue [Y/n]? Y
> > > > > > (Reading database ... 120255 files and directories currently
> > > > > > installed.)
> > > > > > Removing apacheds ...
> > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > >
> > > > > > Any idea what could be causing this.  I want to try to sort out
> > > > > > this issue before I release the ApacheDS installers subproject.
> > > > > >
> > > > > > Thanks,
> > > > > > Alex
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Also FYI in the prerm script you don't seem to be stopping the server.

Alex

On Mon, Apr 14, 2008 at 2:43 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
wrote:

> Hi Alex,
>
> I stricly have no idea... :(
>
> That's a very weird issue.
>
> Your machine seem to have a "special" /opt partition.
>
> Pierre-Arnaud
>
>
> On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Pierre here's the output when following the method you recommended
> > below:
> >
> > root@newton:~# dpkg -i
> > /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
> >
> > Selecting previously deselected package apacheds.
> > (Reading database ... 120073 files and directories currently installed.)
> > Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> > Setting up apacheds (1.5.2) ...
> >
> > root@newton:~# dpkg -r apacheds
> > (Reading database ... 120149 files and directories currently installed.)
> > Removing apacheds ...
> > dpkg - warning: while removing apacheds, unable to remove directory
> > `/opt': Device or resource busy - directory may be a mount point ?
> > dpkg - warning: while removing apacheds, unable to remove directory
> > `/opt': Device or resource busy - directory may be a mount point ?
> >  root@newton:~#
> >
> > Any ideas?
> >
> > Thanks,
> > Alex
> >
> >
> >
> > On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> > wrote:
> >
> > > Will check right now.
> > >
> > > Alex
> > >
> > >
> > > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <
> > > pa@marcelot.net> wrote:
> > >
> > > > Hi Alex,
> > > >
> > > > This is really strange that I don't have this on my computer at the
> > > > office. It runs Ubuntu 7.10.
> > > >
> > > > I'm using
> > > > $ dpkg -i pathToInstaller
> > > > to install the package.
> > > >
> > > > And,
> > > > $ dpkg -r apacheds
> > > > to remove it.
> > > >
> > > > You can maybe test with this command instead of apt-get.
> > > >
> > > > Is there any specific things on your /opt partition (any link or
> > > > something like that) ?
> > > >
> > > > Thanks
> > > >
> > > > Pierre-Arnaud
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <ak...@apache.org>
> > > > wrote:
> > > >
> > > > > Hi Pierre,
> > > > >
> > > > >
> > > > > I'm still seeing the following issue on Debian when trying to
> > > > > uninstall the ApacheDS package:
> > > > >
> > > > > root@newton:~# apt-get remove apacheds
> > > > > Reading package lists... Done
> > > > > Building dependency tree
> > > > > Reading state information... Done
> > > > > The following packages will be REMOVED:
> > > > >   apacheds
> > > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > > Need to get 0B of archives.
> > > > > After unpacking 9542kB disk space will be freed.
> > > > > Do you want to continue [Y/n]? Y
> > > > > (Reading database ... 120255 files and directories currently
> > > > > installed.)
> > > > > Removing apacheds ...
> > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > > dpkg - warning: while removing apacheds, unable to remove
> > > > > directory `/opt': Device or resource busy - directory may be a mount point ?
> > > > >
> > > > > Any idea what could be causing this.  I want to try to sort out
> > > > > this issue before I release the ApacheDS installers subproject.
> > > > >
> > > > > Thanks,
> > > > > Alex
> > > > >
> > > > >
> > > >
> > > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi Alex,

I stricly have no idea... :(

That's a very weird issue.

Your machine seem to have a "special" /opt partition.

Pierre-Arnaud

On Mon, Apr 14, 2008 at 8:35 PM, Alex Karasulu <ak...@apache.org> wrote:

> Pierre here's the output when following the method you recommended below:
>
> root@newton:~# dpkg -i
> /home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb
>
> Selecting previously deselected package apacheds.
> (Reading database ... 120073 files and directories currently installed.)
> Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
> Setting up apacheds (1.5.2) ...
>
> root@newton:~# dpkg -r apacheds
> (Reading database ... 120149 files and directories currently installed.)
> Removing apacheds ...
> dpkg - warning: while removing apacheds, unable to remove directory
> `/opt': Device or resource busy - directory may be a mount point ?
> dpkg - warning: while removing apacheds, unable to remove directory
> `/opt': Device or resource busy - directory may be a mount point ?
> root@newton:~#
>
> Any ideas?
>
> Thanks,
> Alex
>
>
>
> On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Will check right now.
> >
> > Alex
> >
> >
> > On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> > wrote:
> >
> > > Hi Alex,
> > >
> > > This is really strange that I don't have this on my computer at the
> > > office. It runs Ubuntu 7.10.
> > >
> > > I'm using
> > > $ dpkg -i pathToInstaller
> > > to install the package.
> > >
> > > And,
> > > $ dpkg -r apacheds
> > > to remove it.
> > >
> > > You can maybe test with this command instead of apt-get.
> > >
> > > Is there any specific things on your /opt partition (any link or
> > > something like that) ?
> > >
> > > Thanks
> > >
> > > Pierre-Arnaud
> > >
> > >
> > > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <ak...@apache.org>
> > > wrote:
> > >
> > > > Hi Pierre,
> > > >
> > > >
> > > > I'm still seeing the following issue on Debian when trying to
> > > > uninstall the ApacheDS package:
> > > >
> > > > root@newton:~# apt-get remove apacheds
> > > > Reading package lists... Done
> > > > Building dependency tree
> > > > Reading state information... Done
> > > > The following packages will be REMOVED:
> > > >   apacheds
> > > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > > Need to get 0B of archives.
> > > > After unpacking 9542kB disk space will be freed.
> > > > Do you want to continue [Y/n]? Y
> > > > (Reading database ... 120255 files and directories currently
> > > > installed.)
> > > > Removing apacheds ...
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > > dpkg - warning: while removing apacheds, unable to remove directory
> > > > `/opt': Device or resource busy - directory may be a mount point ?
> > > >
> > > > Any idea what could be causing this.  I want to try to sort out this
> > > > issue before I release the ApacheDS installers subproject.
> > > >
> > > > Thanks,
> > > > Alex
> > > >
> > > >
> > >
> > >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Pierre here's the output when following the method you recommended below:

root@newton:~# dpkg -i
/home/akarasulu/ramdisk/bigbang/installers/apacheds/target/images/apacheds-1.5.2-amd64.deb

Selecting previously deselected package apacheds.
(Reading database ... 120073 files and directories currently installed.)
Unpacking apacheds (from .../apacheds-1.5.2-amd64.deb) ...
Setting up apacheds (1.5.2) ...

root@newton:~# dpkg -r apacheds
(Reading database ... 120149 files and directories currently installed.)
Removing apacheds ...
dpkg - warning: while removing apacheds, unable to remove directory `/opt':
Device or resource busy - directory may be a mount point ?
dpkg - warning: while removing apacheds, unable to remove directory `/opt':
Device or resource busy - directory may be a mount point ?
root@newton:~#

Any ideas?

Thanks,
Alex


On Mon, Apr 14, 2008 at 2:02 PM, Alex Karasulu <ak...@apache.org> wrote:

> Will check right now.
>
> Alex
>
>
> On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
> wrote:
>
> > Hi Alex,
> >
> > This is really strange that I don't have this on my computer at the
> > office. It runs Ubuntu 7.10.
> >
> > I'm using
> > $ dpkg -i pathToInstaller
> > to install the package.
> >
> > And,
> > $ dpkg -r apacheds
> > to remove it.
> >
> > You can maybe test with this command instead of apt-get.
> >
> > Is there any specific things on your /opt partition (any link or
> > something like that) ?
> >
> > Thanks
> >
> > Pierre-Arnaud
> >
> >
> > On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <ak...@apache.org>
> > wrote:
> >
> > > Hi Pierre,
> > >
> > >
> > > I'm still seeing the following issue on Debian when trying to
> > > uninstall the ApacheDS package:
> > >
> > > root@newton:~# apt-get remove apacheds
> > > Reading package lists... Done
> > > Building dependency tree
> > > Reading state information... Done
> > > The following packages will be REMOVED:
> > >   apacheds
> > > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > > Need to get 0B of archives.
> > > After unpacking 9542kB disk space will be freed.
> > > Do you want to continue [Y/n]? Y
> > > (Reading database ... 120255 files and directories currently
> > > installed.)
> > > Removing apacheds ...
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > > dpkg - warning: while removing apacheds, unable to remove directory
> > > `/opt': Device or resource busy - directory may be a mount point ?
> > >
> > > Any idea what could be causing this.  I want to try to sort out this
> > > issue before I release the ApacheDS installers subproject.
> > >
> > > Thanks,
> > > Alex
> > >
> > >
> >
> >
>

Re: Installer problem with attempt to delete opt directory

Posted by Alex Karasulu <ak...@apache.org>.
Will check right now.

Alex

On Mon, Apr 14, 2008 at 1:48 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
wrote:

> Hi Alex,
>
> This is really strange that I don't have this on my computer at the
> office. It runs Ubuntu 7.10.
>
> I'm using
> $ dpkg -i pathToInstaller
> to install the package.
>
> And,
> $ dpkg -r apacheds
> to remove it.
>
> You can maybe test with this command instead of apt-get.
>
> Is there any specific things on your /opt partition (any link or something
> like that) ?
>
> Thanks
>
> Pierre-Arnaud
>
>
> On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <ak...@apache.org>
> wrote:
>
> > Hi Pierre,
> >
> >
> > I'm still seeing the following issue on Debian when trying to uninstall
> > the ApacheDS package:
> >
> > root@newton:~# apt-get remove apacheds
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > The following packages will be REMOVED:
> >   apacheds
> > 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> > Need to get 0B of archives.
> > After unpacking 9542kB disk space will be freed.
> > Do you want to continue [Y/n]? Y
> > (Reading database ... 120255 files and directories currently installed.)
> > Removing apacheds ...
> > dpkg - warning: while removing apacheds, unable to remove directory
> > `/opt': Device or resource busy - directory may be a mount point ?
> > dpkg - warning: while removing apacheds, unable to remove directory
> > `/opt': Device or resource busy - directory may be a mount point ?
> >
> > Any idea what could be causing this.  I want to try to sort out this
> > issue before I release the ApacheDS installers subproject.
> >
> > Thanks,
> > Alex
> >
> >
>
>

Re: Installer problem with attempt to delete opt directory

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi Alex,

This is really strange that I don't have this on my computer at the office.
It runs Ubuntu 7.10.

I'm using
$ dpkg -i pathToInstaller
to install the package.

And,
$ dpkg -r apacheds
to remove it.

You can maybe test with this command instead of apt-get.

Is there any specific things on your /opt partition (any link or something
like that) ?

Thanks

Pierre-Arnaud

On Mon, Apr 14, 2008 at 6:37 PM, Alex Karasulu <ak...@apache.org> wrote:

> Hi Pierre,
>
>
> I'm still seeing the following issue on Debian when trying to uninstall
> the ApacheDS package:
>
> root@newton:~# apt-get remove apacheds
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages will be REMOVED:
>   apacheds
> 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> Need to get 0B of archives.
> After unpacking 9542kB disk space will be freed.
> Do you want to continue [Y/n]? Y
> (Reading database ... 120255 files and directories currently installed.)
> Removing apacheds ...
> dpkg - warning: while removing apacheds, unable to remove directory
> `/opt': Device or resource busy - directory may be a mount point ?
> dpkg - warning: while removing apacheds, unable to remove directory
> `/opt': Device or resource busy - directory may be a mount point ?
>
> Any idea what could be causing this.  I want to try to sort out this issue
> before I release the ApacheDS installers subproject.
>
> Thanks,
> Alex
>
>