写的很详细,收藏
xiaoxu125634
-
CentOS6.4下源代码安装以及nginx配置 -
Redhat as5 python2.7 安装openerp7.0出现RuntimeError: maximum recursion dept直接用GreeOpenERP就可以了,方便好用!!
-
GreenOpenERP -- 绿色版 OpenERP for windows/linux , 源码运行 解压即用[quote author=matrowang link=topic=5811.msg27712#msg27712 date=1395279786]
8可以做成服务自动启动,不错的。
7我貌似有问题。
Ubuntu 12.04
[/quote]
同求,怎么把7.0做成服务。
8.0怎么做的呀? -
GreenOpenERP -- 绿色版 OpenERP for windows/linux , 源码运行 解压即用[quote author=xiaoxu125634 link=topic=5811.msg27707#msg27707 date=1395230332]
求助,我在linux下运行遇到问题了,在centos 64服务器上下载解压了GreenOpenERP 7.0,然后通过IP:8069访问就数据库连接不上的错误
[quote] File "/home/openerp/GreenOpenERP-7.0-latest-linux-x64/python/lib/python2.7/site-packages/psycopg2/init.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
OperationalError: could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?[/quote]
我把iptables服务关了也没用。
没有用root用户运行,因为提示不要用的,所以建了一个openerp用户,来运行的。
帮忙看看,谢谢!
[/quote]
[b]好吧,没人回复,自己找解决办法了,把解决的过程说下:[/b]
遇到上面的问题后,查看postgresql.log,里面提到的错误是“FATAL: could not create semaphores: No space left on device DETAIL: Failed system call was semget(5432001, 17, 03600). ....”,还有一大段没贴出来,意思就是要么减少链接数要么调整内核的设置,想着内核的东西还是不要动的好,所以在conf里面修改了连接数,从100降到20,用openerp用户运行了,sh start.sh后,访问 域名:8069 后,还是一样的错误。
实在没办法,只能参考了安装分区的另一篇文章,准备老老实实一个个安装配置,可是又出现问题了,在service postgresql-9.3 initdb 这一步的时候,提示failed,查看/var/lib/pgsql/9.3/pgstartup.log文件,又见到了和上面一样的错误,这时候才意识到,原来不是因为软件是绿色的问题,搜“DETAIL: Failed system call was semget(1, 17, 03600)” 文章,找到一篇中文文章,http://my.oschina.net/Kenyon/blog/120355,讲解很详细,英语的文章也不一定有这么详细。关键还是里面的内容帮助我解决了问题,简单说下解决办法:
[root@goodyard tmp]# cat /proc/sys/kernel/sem
250 32000 32 128
[root@goodyard tmp]# sysctl -w kernel.sem="500 64000 50 150"
kernel.sem = 500 64000 50 150
[root@goodyard tmp]# cat /proc/sys/kernel/sem
500 64000 50 150
再去“service postgresql-9.3 initdb”的时候已经可以成功了,然后又返回到绿色版去,su - openerp -c"sh /home/openerp/GreenOpenERP-7.0-latest-linux-x64/start.sh",也成功了。
希望对大家有帮助! -
GreenOpenERP -- 绿色版 OpenERP for windows/linux , 源码运行 解压即用求助,我在linux下运行遇到问题了,在centos 64服务器上下载解压了GreenOpenERP 7.0,然后通过IP:8069访问就数据库连接不上的错误
[quote] File "/home/openerp/GreenOpenERP-7.0-latest-linux-x64/python/lib/python2.7/site-packages/psycopg2/init.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
OperationalError: could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?[/quote]
我把iptables服务关了也没用。
没有用root用户运行,因为提示不要用的,所以建了一个openerp用户,来运行的。
帮忙看看,谢谢! -
有没有Prestashop 连接 OpenERP的经验者传授点经验啊!!我本地测试了 openerp-connector prestashoperpconnect这些connector,只有一开始的时候部分数据同步成功了,包括简单商品、分类、订单状态、客户信息这些都过来了,但是有可选属性的商品、订单这些都没有同步成功。
有没有做过Prestashop 连接 OpenERP成功的人来指点下。