[Bug 298928] Re: apt-get produce an error when I tray install or unisntall slapd
Jean-Baptiste Lallement
jeanbaptiste.lallement at gmail.com
Mon Nov 24 11:13:40 GMT 2008
Thanks for your report.
The cause of the failure is:
=====
Desempaquetando slapd (de .../slapd_2.4.11-0ubuntu6_i386.deb) ...
Procesando activadores para man-db ...
Configurando slapd (2.4.11-0ubuntu6) ...
Backing up /etc/ldap/slapd.d/ in /var/backups/slapd-2.4.11-0ubuntu6... done.
chown: no se puede acceder a «/var/run/slapd»: No existe el fichero ó directorio
dpkg: error al procesar slapd (--configure):
el subproceso post-installation script devolvió el código de salida de error 1
=====
This is due to /var/run being of type tmpfs . The fix is to modify the
initscript to create the directory in /var/run/ if it does not exist,
and then remove anything to do with /var/run from the postinst.
** Changed in: openldap (Ubuntu)
Importance: Undecided => Medium
Status: New => Triaged
--
apt-get produce an error when I tray install or unisntall slapd
https://bugs.launchpad.net/bugs/298928
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
More information about the Ubuntu-server-bugs
mailing list