Advertisement
Guest User

Untitled

a guest
Jul 17th, 2014
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. pi@raspberrypi /etc/init.d $ sudo service telldusd status
  2. [FAIL] telldusd is not running ... failed!
  3. pi@raspberrypi /etc/init.d $ sudo service telldusd start
  4. start-stop-daemon: --start needs --exec or --startas
  5. Try 'start-stop-daemon --help' for more information.
  6. pi@raspberrypi /etc/init.d $ start-stop-daemon --start telldusd
  7. start-stop-daemon: need at least one of --exec, --pidfile, --user or --name
  8. Try 'start-stop-daemon --help' for more information.
  9. pi@raspberrypi /etc/init.d $ /etc/init.d/telldusd start
  10. start-stop-daemon: --start needs --exec or --startas
  11. Try 'start-stop-daemon --help' for more information.
  12. pi@raspberrypi /etc/init.d $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement