[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gzip: exim_dbmbuild.8.gz: Permission denied



Hallo,

seit kurzem bekommt mein root immer diese Meldung:

,----
| run-parts: /etc/cron.weekly/man-db exited with return code 3
`----

Ich bin der Sache auf den Grund gegangen und verstehe es nicht:
Die verursachende Zeile im Script man-db (in /etc/cron.daily/)

,----
|     start-stop-daemon --start --pidfile /dev/null \
|                       --startas /usr/lib/man-db/mandb --oknodo --chuid man \
|                       -- --no-purge >/dev/null 2>/dev/null
`----

Ich hab die als root mal händisch aufgerufen und weder 1> noch 2> nach
dev/null umgeleitet.

    start-stop-daemon --start --pidfile /dev/null \
                      --startas /usr/lib/man-db/mandb --oknodo --chuid man \
                      -- --no-purge

Das Resultat:
Wait...gzip: /usr/share/man/man8/exim_dbmbuild.8.gz: Permission denied

Eine Untersuchung der Rechte ergibt:

ridcully:/# cd /usr/share/man/man8; ls -ld exim*
-rw-r-----    1 root     root        16619 Aug 19 19:40 exim.8.gz
-rw-r-----    1 root     root         2430 Aug 19 19:40 exim_db.8.gz
-rw-r-----    1 root     root          823 Aug 19 19:40 exim_dbmbuild.8.gz
-rw-r-----    1 root     root           53 Aug 19 19:40 exim_dumpdb.8.gz
-rw-r-----    1 root     root           52 Aug 19 19:40 exim_fixdb.8.gz
-rw-r-----    1 root     root         1039 Aug 19 19:40 exim_lock.8.gz
-rw-r-----    1 root     root           53 Aug 19 19:40 exim_tidydb.8.gz
-rw-r-----    1 root     root          586 Aug 19 19:40 eximconfig.8.gz
-rw-r-----    1 root     root         1981 Aug 19 19:40 eximstats.8.gz

alle Rechte gleich.

Warum wird mir "permission denied" angezeigt bei exim_dbmbuild.8.gz,
root hat doch alles notwendigen Rechte


TIA


Heino

(debian woody r1)



Reply to: