Fedora scheint ja nicht gerade auf dem Laufenden zu sein

[root@localhost etc]# dnf info tryton
Letzte Prüfung auf abgelaufene Metadaten: vor 0:28:31 am Thu May 12 
12:23:32 2016.
Installierte Pakete
Name        : tryton
Arch        : noarch
Epoch       : 0
Version     : 2.6.1
Release     : 6.fc23
Größe       : 4.0 M
Paketquelle : @System
Aus Paketqu : fedora


[root@localhost etc]# dnf info trytond
Letzte Prüfung auf abgelaufene Metadaten: vor 0:38:22 am Thu May 12 
12:23:32 2016.
Installierte Pakete
Name        : trytond
Arch        : noarch
Epoch       : 0
Version     : 2.6.2
Release     : 5.fc23
Größe       : 4.6 M
Paketquelle : @System
Aus Paketqu : fedora
Zusammenfas : Server for the Tryton application framework
URL         : http://www.tryton.org


Bin zumindest jetzt soweit gekommen, dass die Datenbank angelegt wurde (ir* 
und res* Tabellen und Sequenzen sind installiert). Jetzt kämpfe ich weiter 
mit dem Login.  Das System akzeptiert weder admin noch tryton als Login.

Und hier noch die /etc/trytond.conf

#This file is part of Tryton.  The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
[options]

# Activate the json-rpc protocol
jsonrpc = [::]:8000
#ssl_jsonrpc = False

# This is the hostname used when generating tryton URI
#hostname_jsonrpc =

# Configure the path of json-rpc data
#jsondata_path = /var/www/localhost/tryton

# Activate the xml-rpc protocol
#xmlrpc = *:8069
#ssl_xmlrpc = False

# Activate the webdav protocol
#webdav = *:8080
#ssl_webdav = False

# This is the hostname used when generating WebDAV URI
#hostname_webdav =

# Configure the database type
# allowed values are postgresql, sqlite, mysql
db_type = postgresql

# Configure the database connection
## 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
## to be able to use automatic database creation with the Tryton client.
db_host = localhost
db_port = 8000
#db_user = False
db_user = tryton
db_password = XXXXXXXXXX
#db_password = False
#db_minconn = 1
#db_maxconn = 64

# Configure the postgresql path for the executable
#pg_path = None

# Configure the Tryton server password
#admin_passwd = admin

# Configure the path of the files for the pid and the logs
#pidfile = False
#logfile = False

#privatekey = server.pem
#certificate = server.pem

# Configure the SMTP connection
#smtp_server = localhost
#smtp_port = 25
#smtp_ssl = False
#smtp_tls = False
#smtp_password = False
#smtp_user = False

# Configure the path to store attachments and sqlite database
#data_path = /var/lib/trytond

# Allow to run more than one instance of trytond
#multi_server = False

# Configure the session timeout (inactivity of the client in sec)
#session_timeout = 600

# Enable auto-reload of modules if changed
#auto_reload = True

# Prevent database listing
#prevent_dblist = False

# Enable cron
# cron = True

# unoconv connection
#unoconv = pipe,name=trytond;urp;StarOffice.ComponentContext

# Number of retries on database operational error
# retry = 5

# Default database language code
# language = en_US

# Timezone of the server
# timezone = False



-- 
Sie erhalten diese Nachricht, weil Sie Mitglied der Google Groups-Gruppe 
"tryton-de" sind.
Weitere Optionen: https://groups.google.com/d/optout

Antwort per Email an