Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. pi@pwnagotchi:~ $ systemctl status pwnagotchi
  2. ● pwnagotchi.service - pwnagotchi Deep Reinforcement Learning instrumenting bettercap for WiFI pwning.
  3. Loaded: loaded (/etc/systemd/system/pwnagotchi.service; enabled; vendor preset: enabled)
  4. Active: activating (auto-restart) (Result: exit-code) since Wed 2019-07-10 01:23:32 BST; 3s ago
  5. Docs: https://pwnagotchi.ai
  6. Process: 634 ExecStart=/usr/bin/pwnagotchi-launcher (code=exited, status=1/FAILURE)
  7. Main PID: 634 (code=exited, status=1/FAILURE)
  8. pi@pwnagotchi:~ $ journalctl -fu pwnagotchi
  9. -- Logs begin at Wed 2019-07-10 01:21:16 BST. --
  10. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: self._implementation.initialize()
  11. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/papirus.py", line 39, in initialize
  12. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: self._display = EPD()
  13. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/papirus/epd.py", line 65, in __init__
  14. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: self._lm75b = LM75B()
  15. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/papirus/lm75b.py", line 23, in __init__
  16. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: self._bus = smbus.SMBus(busnum)
  17. Jul 10 01:23:32 pwnagotchi pwnagotchi-launcher[634]: FileNotFoundError: [Errno 2] No such file or directory
  18. Jul 10 01:23:32 pwnagotchi systemd[1]: pwnagotchi.service: Main process exited, code=exited, status=1/FAILURE
  19. Jul 10 01:23:32 pwnagotchi systemd[1]: pwnagotchi.service: Failed with result 'exit-code'.
  20. ^C
  21. pi@pwnagotchi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement