zoukankan      html  css  js  c++  java
  • 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在权限方面管理的很严格,安全是安全了,但是当由于权限问题导致出错的时候,却没有对应的提示,往往让人摸不着头脑,很是悲剧啊。。

  • 相关阅读:
    重载运算符强化2-返回值
    重载运算符强化--返回值
    重载运算符
    有名对象,匿名对象
    自定义jsp标签
    XML的解析
    DTD概述
    HashTable和HashMap区别
    同步与异步的概念
    List集合
  • 原文地址:https://www.cnblogs.com/hubavyn/p/4150463.html
Copyright © 2011-2022 走看看