Package: flyspray
Version: 0.9.8-8
Severity: important
There is a Bug in the file flyspray.postinst, so it generate a random password
for the database but don't write it down properly. Just move the following part
from the beginning oft the "Configure flyspray"-Section to the end of the
"Configure database"-Section and it will work.
( umask 0027;
rm -f /etc/flyspray/debconf_info;
echo "dbtype = $dbdriver" >> /etc/flyspray/debconf_info ;
echo "dbhost = $dbserver" >> /etc/flyspray/debconf_info ;
echo "dbname = $dbname" >> /etc/flyspray/debconf_info ;
echo "dbuser = $dbuser" >> /etc/flyspray/debconf_info ;
echo "dbpass = $dbpass" >> /etc/flyspray/debconf_info ;
echo "debconf information saved in /etc/flyspray/debconf_info"
)
Thanks for taking care
Stephan Gitz
-- System Information:
Debian Release: 4.0
APT prefers etch
APT policy: (500, 'etch'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-486
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages flyspray depends on:
ii apache2 2.2.3-3.2 Next generation, scalable, extenda
ii apache2-mpm-prefork [httpd] 2.2.3-3.2 Traditional model for Apache HTTPD
ii debconf [debconf-2.0] 1.5.8 Debian configuration management sy
ii libapache2-mod-php5 5.2.0-7 server-side, HTML-embedded scripti
ii libphp-adodb 4.93a-1 The 'adodb' database abstraction l
ii php5 5.2.0-7 server-side, HTML-embedded scripti
ii php5-mysql 5.2.0-7 MySQL module for php5
ii ucf 2.0017 Update Configuration File: preserv
ii wwwconfig-common 0.0.48 Debian web auto configuration
Versions of packages flyspray recommends:
ii graphviz 2.8-2.4 rich set of graph drawing tools
ii php5-cli 5.2.0-7 command-line interpreter for the p
-- debconf information:
flyspray/dbadmpass: (password omitted)
flyspray/database_pass: (password omitted)
flyspray/database_name: flyspray
* flyspray/databasemgr_type: MySQL
flyspray/webgroup: www-data
flyspray/welcome:
flyspray/database_downgrade:
flyspray/database_user: flyspray
* flyspray/purge_removes_data: true
* flyspray/dbmyadmin: root
flyspray/database_upgrade:
* flyspray/webserver_type: Apache2
* flyspray/databasemgr_server: localhost
flyspray/webuser: www-data
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]