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


    转,原文地址: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在权限方面管理的很严格,安全是安全了,但是当由于权限问题导致出错的时候,却没有对应的提示,往往让人摸不着头脑,很是悲剧啊。。

  • 相关阅读:
    按钮常用
    MySQL常用Json函数
    MySQL所有函数及操作符
    MySQL常用时间函数
    MySQL常用聚合函数
    Shiro整合Spring
    Shiro集成Web
    Shrio授权验证详解
    Shrio认证详解+自定义Realm
    Shiro入门
  • 原文地址:https://www.cnblogs.com/hubavyn/p/4150463.html
Copyright © 2020-2023  润新知