tags 419041 + unreproducible
thanks
hi,
On Fri, Apr 13, 2007 at 02:34:47PM +0200, Christoph Haas wrote:
> The /etc/zabbix/dbconfig.php contains a MySQL configuration even though I have
> never touched the zabbix-server-mysql package and just installed
> zabbix-server-pgsql. You provide a nice dbconfig dialog and I had expected
> that information to be written to the dbconfig.php, too. It took a while
> until I figured out that the DB_TYPE has to be "POSTGRESQL".
the zabbix-server-pgsql package's debconf configuration doesnt mess with the
dbconfig.php shipped by zabbix-frontend-php. Did you configure
zabbix-frontend-php while installation? Usually MYSQL will be set as default,
if your debconf settings are noninteractive or your debconf is set to ignore
questions of lower/higher priorities.
Reconfiguring/installing zabbix-frontend-php with DEBIAN_FRONTEND set to
'dialog' and DEBCONF_PRIORITY set to high it starts asking the propper debconf
questions and does end up with POSTGRESQL in its dbconfig.php if chosen:
etch:/# cat /etc/zabbix/dbconfig.php
<?
$DB_TYPE='POSTGRESQL';
[..]
bye,
- michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]