Advertisement
Guest User

Untitled

a guest
Oct 14th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. user@user-VirtualBox:/etc/init.d$ ./squid3 start
  2. Rather than invoking init scripts through /etc/init.d, use the service(8)
  3. utility, e.g. service squid3 start
  4.  
  5. Since the script you are attempting to invoke has been converted to an
  6. Upstart job, you may also use the start(8) utility, e.g. start squid3
  7. start: Rejected send message, 1 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=2168 comm="start squid3 ") 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")
  8. user@user-VirtualBox:/etc/init.d$ ./squid3 start^C
  9. user@user-VirtualBox:/etc/init.d$ ./squid3 restart
  10. Rather than invoking init scripts through /etc/init.d, use the service(8)
  11. utility, e.g. service squid3 restart
  12.  
  13. Since the script you are attempting to invoke has been converted to an
  14. Upstart job, you may also use the stop(8) and then start(8) utilities,
  15. e.g. stop squid3 ; start squid3. The restart(8) utility is also available.
  16. start: Rejected send message, 1 matched rules; type="method_call", sender=":1.82" (uid=1000 pid=2226 comm="start squid3 ") 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")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement