Ticket #1109 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

Bug de création de répertoire saslauthd dans "var"

Reported by: mlutfy Assigned to: anonymous
Priority: normal Milestone: alternc-0.9.8
Component: Package Debian Version: alternc-0.9.7
Severity: minor Keywords: saslauthd
Cc:

Description

Après l'installation d'AlternC, le répertoire: /var/spool/postfix/var/run/saslauthd n'est pas créé automatiquement (le répertoire n'existe pas).

Je vois que initrep.sh essaie:

"dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd true"

Mais si on essaie la commande manuellement, dpkg-statoverride répond: "Une dérogation pour « /var/spool/postfix/var/run/saslauthd » existe déjà, abandon"

Il faudrait plutôt juste:

"dpkg-statoverride --quiet --add root sasl 710 /var/spool/postfix/var/run/saslauthd" (sans le --update)

ou .. pour être idiot-proof, exécuter les deux commandes. Sans ça, le courrier ne fonctionne pas du tout.

mathieu (bgm sur freenode)

p.s. référence interne de koumbit: #13530.

Change History

04/10/08 21:30:59 changed by anarcat

  • status changed from new to closed.
  • resolution set to fixed.

(In [2108]) add missing configuration that wasn't ran properly when installing, since initrep.sh was removed from the installation at some point. remove initrep.sh altogether since it's not required anymore. Closes: #1109.

04/14/08 05:34:44 changed by anarcat

we're still seeing this error on a 0.9.7 -> 0.9.8 upgrade:

An override for "/var/spool/postfix/var/run/saslauthd" already exists, aborting

I think it's harmless.