Hi Willem, NB, there is no need to Cc: [email protected] or the pkg-bacula mailing list.
On Mon, 05 Aug 2013 12:06:41 +0200, W. van den Akker wrote: > The reason why the execute bit is not set is because the DB_NAME > variable is empty. Can you elaborate on that? There is nothing in bacula-director-pgsql's postinst or /usr/share/bacula-director/postinst-common about execute bit for delete_catalog_backup. Actually, this seems like a duplicate of #714161, which should be fixed in postinst-common, something like: --8<---------------cut here---------------start------------->8--- --- postinst-common 2013-04-16 16:43:11.000000000 +0200 +++ postinst-common 2013-08-08 17:58:10.889357991 +0200 @@ -28,4 +28,7 @@ chown root:bacula $TARGET chmod 640 $TARGET +DELETE_CATALOG_BACKUP="/etc/bacula/scripts/delete_catalog_backup" +chmod 755 "$DELETE_CATALOG_BACKUP" + exit 0 --8<---------------cut here---------------end--------------->8--- Thx, bye, Gismo / Luca
signature.asc
Description: PGP signature

