The first error is Setting up bacula-director-pgsql (2.0.3-2) ... Installing new version of config file /etc/bacula/scripts/make_catalog_backup ... dbconfig-common: writing config to /etc/dbconfig-common/bacula-director-pgsql.conf Replacing config file /etc/dbconfig-common/bacula-director-pgsql.conf with new version Processing configuration .../usr/share/bacula-director/postinst-common: line 18: /etc/bacula/bacula-dir.conf.dpkg-tmp: No such file or
The line in postinst-common is sed -e "s/@hostname@/`hostname`/" < $SOURCE > $TARGET It looks as if bacula-common is supposed to provide bacula-dir.conf.dpkg-tmp, but instead it supplies bacula-dir.conf. Only the latter file is listed in bacula-common.list. However, this difficulty probably did not affect the later error in my case, since I already had /etc/bacula/bacula-dir.conf. In that case $TARGET is /etc/bacula/bacula-dir.conf-dist, which means my existing file would probably have been used anyway. Since I don't understand the installation process, this is all speculative. Ross -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

