免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2893 | 回复: 5
打印 上一主题 下一主题

Succeeded in console but failed in Webmin??!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-24 17:27 |只看该作者 |倒序浏览
Can any one help me?
I run below command :
/usr/local/pgsql/bin/postmaster -i -S -D /usr/local/pgsql/data
it succeeded in console, but when I want to start my PostgreSQL in Webmin, there was an error occured:

Failed to start database server :

LOG:  00000: could not identify current directory: Permission denied
LOCATION:  find_my_exec, exec.c:195
FATAL:  XX000: /usr/local/pgsql/bin/postmaster: could not locate my own executable path
LOCATION:  PostmasterMain, postmaster.c:431


I have added path "/usr/local/pgsql/bin" to environment variable PATH, I don't know what problem it is, any one know it? Please help me, thank you!

论坛徽章:
0
2 [报告]
发表于 2005-08-24 17:50 |只看该作者

Succeeded in console but failed in Webmin??!!

LOG:  00000: could not identify current directory: Permission denied

论坛徽章:
0
3 [报告]
发表于 2005-08-25 08:32 |只看该作者

Succeeded in console but failed in Webmin??!!

但是为什么命令行可以启动我的数据库呢?命令都是相同的,而且我的数据库目录所有者正是用户postgres阿,怎么会permission denied呢?

论坛徽章:
0
4 [报告]
发表于 2005-08-25 09:46 |只看该作者

Succeeded in console but failed in Webmin??!!

http://www.pgsqldb.org/pgsqldoc-8.0c/postmaster-start.html

su -c 'pg_ctl -D /usr/local/pgsql/data -l serverlog' postgres

论坛徽章:
0
5 [报告]
发表于 2005-08-26 10:13 |只看该作者

Succeeded in console but failed in Webmin??!!

感谢joint的回帖!

su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres

上面的命令试过了还是不行。而且PostgreSQL8.0的手册中的这个命令好象缺少个参数“start”(蓝色字部分)。

我试着把postgres做了个符号连接(ln -s /usr/local/pgsql/bin/postres /usr/bin/postmaster, 因为/usr/local/pgsql/bin目录下的这个postmaster也是postgres的符号连接),启动命令改成:
su postgres -c "/usr/bin/postmaster -i -S -D /usr/local/pgsql/data"
结果还是那个错误提示。
我现在怀疑有可能是webmin的安装有问题,等我卸掉重装webmin看看结果如何。

论坛徽章:
0
6 [报告]
发表于 2005-08-26 10:41 |只看该作者

Succeeded in console but failed in Webmin??!!

很不幸,重装webmin后问题依旧     :em12:
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP