
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
Ubuntu10.04上新立得安装5.06,无法连接服务器
-
自动安装的,找不到程序链接,只能命令行
1、openerp-client : 提示无法连接服务器
2、ps aux | grep openerp
openerp 5171 0.0 0.7 54212 18632 ? Sl 11:17 0:00 /usr/bin/python ./openerp-server.py --config=/etc/openerp-server.conf
3、openerp-server.log:
[2011-06-23 12:12:28,633] ERROR:dbpool:[01]:
[2011-06-23 12:12:28,634] ERROR:dbpool:[02]: Environment Information :
[2011-06-23 12:12:28,634] ERROR:dbpool:[03]: System : Linux-2.6.32-32-generic-i686-with-Ubuntu-10.04-lucid
[2011-06-23 12:12:28,634] ERROR:dbpool:[04]: OS Name : posix
[2011-06-23 12:12:28,634] ERROR:dbpool:[05]: LSB Version: 。。。。。。
[2011-06-23 12:12:28,634] ERROR:dbpool:[06]: Distributor ID: Ubuntu
[2011-06-23 12:12:28,634] ERROR:dbpool:[07]: Description: Ubuntu 10.04.2 LTS
[2011-06-23 12:12:28,635] ERROR:dbpool:[08]: Release: 10.04
[2011-06-23 12:12:28,635] ERROR:dbpool:[09]: Codename: lucid
[2011-06-23 12:12:28,635] ERROR:dbpool:[10]: Operating System Release : 2.6.32-32-generic
[2011-06-23 12:12:28,635] ERROR:dbpool:[11]: Operating System Version : #62-Ubuntu SMP Wed Apr 20 21:54:21 UTC 2011
[2011-06-23 12:12:28,635] ERROR:dbpool:[12]: Operating System Architecture : 32bit
[2011-06-23 12:12:28,635] ERROR:dbpool:[13]: Operating System Locale : en_US.UTF8
[2011-06-23 12:12:28,636] ERROR:dbpool:[14]: Python Version : 2.6.5
[2011-06-23 12:12:28,636] ERROR:dbpool:[15]: OpenERP-Server Version : 5.0.6
[2011-06-23 12:12:28,636] ERROR:dbpool:[16]: Last revision No. & ID :
[2011-06-23 12:12:28,636] ERROR:dbpool:[17]: Unable to connect to template1: FATAL: Ident authentication failed for user "openerp" -
网上搜了下,需要改POSTGRESQL的认证方式配置,改了以后,最后一行变成
Unable to connect to template1: fe_sendauth: no password supplied
我用户openerp是默认空密码。是不是一定要个密码?现在怎么才能在psql里设置该用户的密码呢?
我的/etc/openerp-server.conf:
[options]
verbose = True
debug_mode = False
logfile = /var/log/openerp-server.log
process_user = openerp
interface = localhost
debug_mode = False
secure = False
smtp_server = localhost
smtp_user = False
smtp_password = False
db_user = openerp
db_password =
db_host =
db_port = 5432 -
不会玩PSQL,索性重建个帐号给openerp用。搞定。
本来想删贴,算了,还是留着说不定有帮助。
总的来说,ubuntu下默认安装openerp还是省心的,但是POSTGRESQL需要注意。建议先安装、配置PSQL,修改认证方式,然后就是要手动设置用户名帐号。(参考http://brunogirin.blogspot.com/2010/05/installing-openerp-on-ubuntu-1004-lts.html) -
嗯... 不错... 还是推荐弄个用户玩的.