daily pastebin goal
39%
SHARE
TWEET

Untitled

a guest Oct 14th, 2012 101 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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")
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top