从 ppa:rayanayar/tryton-3.0 安装 Tryton 3.0 后,如https://gist.github.com/sharoonthomas/5857450上的 gist 脚本中所示,尝试通过以下方式创建新数据库时,我总是得到“错误的服务器密码” Tryton 客户端。
这是为什么?我已经按照规定在 /etc/trytond.conf 中输入了全局数据库管理员密码:
# Configure the Tryton server password
admin_passwd = my_admin_password
我已经检查过了
- tryton 用户存在于 postgreSQL 和 Linux 用户中,并且在 trytond.conf 中有他的名字和密码
PostgreSQL 服务器 ist restartet
root@Tryton:~# service postgresql restart * Restarting PostgreSQL 9.1 database server [ OK ]
Tryton 服务器重新启动并运行
root@Tryton:~# sudo /etc/init.d/tryton-server restart * Restarting Tryton Application Platform trytond start-stop-daemon: warning: failed to kill 50063: No such process [ OK ] root@Tryton:~# ps aux | grep trytond tryton 37312 0.2 1.0 292796 17368 ? Sl Mar01 7:45 /usr/bin/python /usr/bin/trytond --config=/etc/trytond.conf --logfile=/var/log/tryton/trytond.log root 40178 0.0 2.0 576524 34776 pts/4 Sl+ Mar01 0:03 gedit /etc/trytond.conf root 50332 0.0 0.0 8112 896 pts/6 S+ 10:45 0:00 grep --color=auto trytond
python 正在监听端口 localhost:8000
root@Tryton:~# netstat -tupan | grep python tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 37312/python
在“创建配置文件”中输入“localhost”和“8000”时,客户端显示“创建”按钮