Your message dated Mon, 6 Aug 2007 10:49:01 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Fixed when changed helper tool
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: jffnms
Version: 0.8.1-2
Severity: important
I have tried to install jffnms with postgresql :
apt-get install postgresql
apt-get install php4-pgsql jffnms
(this way it doesn't try to install any mysql lib or app)
the installer prompts for a username/password for database administrator
with "root" as a default username.
I changed "root" to "postgres" which is the UNIX username of the
postgresql database admin on Debian (root isn't even a known user of
postgreql by default). I left the password blank since postgres doesn't
have one (* in /etc/shadow).
I guess (I don't know where to look for the installer script) that the
installer tried to connect to the database (on localhost in my case)
with the user/password given which wouldn't have worked even if the user
postgres had a password because by default (/etc/postgresql/pg_hba.conf)
users are supposed to be identified by the method "ident sameuser".
It would be simpler for the installer (which runs as root) to
"sudo -u postgres" the command(s) that create the jffnms database and
user.
Or to keep only one method of authentication wether the database is on
localhost or not (ie user/passwd), a warning should be given to
reconfigure /etc/postgresql/pg_hba.conf to enable user/passwd
authentication and set a passwd for postgres.
Or the installer script should give directions for the user to install
the database himself.
dpkg -s jffnms doesn't even report that the installation went wrong !
it says : "Status: install ok installed"
Alain Seité.
[EMAIL PROTECTED]
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages jffnms depends on:
ii apache2 2.0.54-4 next generation, scalable, extenda
ii apache2-mpm-worker [httpd] 2.0.54-4 high speed threaded model for Apac
ii debconf 1.4.30.13 Debian configuration management sy
ii php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii php4-cli 4:4.3.10-15 command-line interpreter for the p
ii php4-gd [php4-gd2] 4:4.3.10-15 GD module for php4
ii php4-pgsql 3:4.3.10-4 PostgreSQL module for php4
ii php4-snmp 4:4.3.10-15 SNMP module for php4
ii rrdtool 1.0.49-1 Time-series data storage and displ
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- debconf information:
* jffnms/dbcreate: true
jffnms/erroruid:
* jffnms/configapache: Apache
jffnms/createdb_error:
jffnms/deletelogs: 7
jffnms/compresslogs: 2
* jffnms/dbhost: localhost
jffnms/errorgid:
* jffnms/dbadmin: root
jffnms/dbuser: jffnms
* jffnms/dbtype: postgresql
* jffnms/upgradedb: true
jffnms/dbname: jffnms
jffnms/nosqlupgrade:
--- End Message ---
--- Begin Message ---
Package: jffnms
Version: 0.8.2-2
This problem was due to the old helper tool I used to create and update
databases. For a long while I have used dbconfig-common which should
not give this same result.
- Craig
--
Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/ Debian GNU/Linux, software should be Free
--- End Message ---