码迷,mamicode.com
首页 > 其他好文 > 详细

service XXX start启动报start: Rejected send message, 1 matche

时间:2014-12-08 10:32:50      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   io   ar   on   art   问题   log   

转,原文地址:http://blog.sina.com.cn/s/blog_56d8ea9001018w1l.html

【问题】start: Rejected send messag
现象:
crifan@crifan-ubuntu10:~/develop$ service tftpd-hpa start
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.147" (uid=1000 pid=3506 comm="start) interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply=0 destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init"))


【解决办法】
需要root权限才可以正常运行:
crifan@crifan-ubuntu10:~/develop$ sudo service tftpd-hpa start
start: Job is already running: tftpd-hpa

【总结】
Linux在权限方面管理的很严格,安全是安全了,但是当由于权限问题导致出错的时候,却没有对应的提示,往往让人摸不着头脑,很是悲剧啊。。

service XXX start启动报start: Rejected send message, 1 matche

标签:des   blog   http   io   ar   on   art   问题   log   

原文地址:http://www.cnblogs.com/hubavyn/p/4150463.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!