啊,自己把问题解决了,好开心!
原来原因是,postgresql的所有者为默认的postgresql,我运行"chown -R temp GreenOdoo-8.0-linux64"命令,把所有者改成temp就可以运行了。
多谢大家^^
[quote author=meatleung link=topic=16484.msg29138#msg29138 date=1413187122]
[quote author=保定-粉刷匠 link=topic=16484.msg29125#msg29125 date=1413025601]
用普通用户登录Linux,然后下载绿色版,解压并运行start.sh
[/quote]
您好,十分感谢^^
我新建了用户"temp",并通过修改sudoers文件赋予其root权限。接着将文件下载至/home/temp,运行./start.sh的时候,还是有问题(参见附件图片),都是类似chmod:changing permissions of xxx :Operation not permitted。
请问是什么原因呢?
我百度到的一个方案是(http://blog.chinaunix.net/uid-26642180-id-3755517.html):
[quote]首先先查看一下属性
lsattr config.cache.inc.php
----i-------- config.cache.inc.php
然后去除i这个属性
chattr config.cache.inc.php
经过这一步操作后,就可以使用chmod来修改文件属性了[/quote]
而我运行lsattr start.sh文件的结果是:
-------------e-- start.sh
然后不知道怎么办了
[/quote]
meatleung
-
Ubuntu 14.04安装+运行GreenOpenERP -
Ubuntu 14.04安装+运行GreenOpenERP[quote author=保定-粉刷匠 link=topic=16484.msg29125#msg29125 date=1413025601]
用普通用户登录Linux,然后下载绿色版,解压并运行start.sh
[/quote]
您好,十分感谢^_^
我新建了用户"temp",并通过修改sudoers文件赋予其root权限。接着将文件下载至/home/temp,运行./start.sh的时候,还是有问题(参见附件图片),都是类似chmod:changing permissions of xxx :Operation not permitted。
请问是什么原因呢?
我百度到的一个方案是(http://blog.chinaunix.net/uid-26642180-id-3755517.html):
[quote]首先先查看一下属性
lsattr config.cache.inc.php
----i-------- config.cache.inc.php
然后去除i这个属性
chattr config.cache.inc.php
经过这一步操作后,就可以使用chmod来修改文件属性了[/quote]
而我运行lsattr start.sh文件的结果是:
-------------e-- start.sh
然后不知道怎么办了 -
Ubuntu 14.04安装+运行GreenOpenERP请问,我运行./start.sh时,提示出错,信息如下,请问怎么解决:
pg_ctl.bin: cannot be run as root
Please log in (using, e.g., "su") as the (unprivileged) user that will
own the server process.
Running as user 'root' is a security risk, aborting.
看上去似乎是PG数据库的问题?我百度了下,只找到这个针对“pg_ctl.bin: cannot be run as root”的帖子:<br / http://blog.163.com/digoal@126/blog/static/163877040201281111553769/ br />但是不太看得懂博主的内容