Your message dated Sat, 14 Aug 2010 12:42:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#592908: tryton-server: Default configuration has
confusing defaults
has caused the Debian Bug report #592908,
regarding tryton-server: Default configuration has confusing defaults
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
592908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tryton-server
Version: 1.6.1-1
Severity: minor
The default file installed in /etc/tryton.conf has the following entry:
# db_user = 'tryton'
The implication is that if it is uncommented then it should be equivalent to
the default.
However, if you run with:
db_user = 'tryton'
it does not work, since it cannot list the databases in the product. This is
because internally the configuration item is the literal (C-Style) string
"'tryton'". If you change the config file to:
db_user = tryton
then everything works as expected, assuming that your db user really is tryton
of course.
-- System Information:
Debian Release: 5.0.5
APT prefers stable
APT policy: (500, 'stable'), (300, 'testing'), (150, 'unstable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.24-27-xen (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tryton-server depends on:
ii adduser 3.110 add and remove users and groups
ii python 2.6.5-12 interactive high-level object-orie
ii python-dateutil 1.4.1-3 powerful extensions to the standar
ii python-genshi 0.6-1 Python XML-based template engine
ii python-lxml 2.2.6-1 pythonic binding for the libxml2 a
ii python-pkg-resources 0.6.14-1 Package Discovery and Resource Acc
ii python-psycopg2 2.2.1-1 Python module for PostgreSQL
ii python-relatorio 0.5.5-1 Python module to create reports fr
ii python-simplejson 2.1.1-1 simple, fast, extensible JSON enco
ii python-support 1.0.9 automated rebuilding support for P
Versions of packages tryton-server recommends:
ii logrotate 3.7.1-5 Log rotation utility
pn openoffice.org-core <none> (no description available)
pn openoffice.org-draw <none> (no description available)
pn openoffice.org-writer <none> (no description available)
ii postgresql 8.3.11-0lenny1 object-relational SQL database (su
ii postgresql-client 8.3.11-0lenny1 front-end programs for PostgreSQL
ii postgresql-client-8.3 [po 8.3.11-0lenny1 front-end programs for PostgreSQL
pn python-openoffice <none> (no description available)
pn python-openssl <none> (no description available)
pn python-pydot <none> (no description available)
ii python-tz 2010b-1 Python version of the Olson timezo
ii python-webdav 0.9.4-1 WebDAV server implementation in Py
Versions of packages tryton-server suggests:
pn python-psyco <none> (no description available)
pn python-sphinx <none> (no description available)
pn tryton-client | tryton-neso <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
On 08/13/2010 10:38 PM, Paul Wagland wrote:
> The default file installed in /etc/tryton.conf has the following entry:
>
> # db_user = 'tryton'
r...@debian:~# grep db_user /etc/trytond.conf
## Note: Only databases owned by db_user will be displayed in the
connection dialog
## of the Tryton client. db_user must have create permission for new
databases
#db_user = False
r...@debian:~#
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [email protected]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---