evilsocket / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
https://pwnagotchi.ai/
Other
7.58k stars 1.14k forks source link

Pwnagotchi error not start/displaying ??? #984

Closed lildaze closed 3 years ago

lildaze commented 3 years ago

inkyphat pm368

pi@pwnagotchi:/etc/systemd/system $ systemctl start pwnagotchi.service ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units === Authentication is required to start 'pwnagotchi.service'. Authenticating as: root Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure ==== AUTHENTICATION FAILED === Failed to start pwnagotchi.service: Access denied See system logs and 'systemctl status pwnagotchi.service' for details.

pi@pwnagotchi:/etc/systemd/system $ systemctl status pwnagotchi.service ● pwnagotchi.service - pwnagotchi Deep Reinforcement Learning instrumenting bett Loaded: loaded (/etc/systemd/system/pwnagotchi.service; enabled; vendor prese Active: activating (auto-restart) (Result: exit-code) since Wed 2019-07-10 03 Docs: https://pwnagotchi.ai Process: 966 ExecStart=/usr/bin/pwnagotchi-launcher (code=exited, status=1/FAI Main PID: 966 (code=exited, status=1/FAILURE)

daberkow commented 3 years ago

Have you tried "sudo systemctl start pwnagotchi.service", perhaps run "sudo systemctl status pwnagotchi.service" and see if it says its active or not.

Starting the app manually by running "sudo /usr/bin/pwnagotchi-launcher" will show it starting and give error messages.

evilsocket commented 3 years ago

you should use sudo as @daberkow mentioned, the errors i see there are due to permissions, which is expected as you're running commands as normal user instead of root