-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cap_activate: eth1: No such device exists #190
Comments
Hi there! Can you please follow the advice in this thread? https://github.com/jokob-sk/Pi.Alert/issues/163 Also, make sure eth1 is the correct interface. If unsure, Run iwconfig in your container to find your interface name(s) (e.g.: eth0, eth1). Post the result of iwconfig here to help with debugging if you still have troubles. Thanks, |
Hello and thanks for the reply, Thanks |
Hi, Please follow the instructions here : https://github.com/jokob-sk/Pi.Alert/blob/main//dockerfiles/README.md#config-pialertconf Thanks, |
Sorry, I didn't see that part of the documentation, i set that variable as follows:
I see from the logs that nmap successfuly scan the network but another error occours and the gui is ureachable
This segment keeps repeating itself many times |
Hi there! Can you please follow the advice in this thread? https://github.com/jokob-sk/Pi.Alert/issues/163 |
I did follow the thread, I've already set
and the url to my http://192.168.1.58:20211 (if the field is the REPORT_DASHBOARD_URL) but now the container logs display just
I've also tried to ssh into the container and create the /home/pi/pialert/front/api folder and set ENABLE_API to true but the problem in my previous comment persists |
Thanks for the information. Can you try to stop your container and start it after a few hours? It's possible your IP was temporarily blacklisted as it tried to retrieve the new version of the container too often from github. |
No luck, sorry |
I'm really sorry to have bothered you, it was a firewall issue on my end, thank you for your time anyway! |
Thank you for the update. Glad to hear it's working now 😉👍 |
Not sure if I should add on to this issue or create a new one, but is there a reason for completely changing the pialert.conf file? The old one had SCAN_SUBNETS=["--localnet'] so that the config file didn't need to be manually configured, it just worked. From the old config:
EDIT: Trying to fix the formatting. |
Hi! There were cases where this didn't work and was not desired, but feel free to use j |
Hello,
I am running Pi.Alert on docker via docker-compose with the latest tag, the compose file is the same one as the dockerhub example 1.
Pi.Alert is not reachable at all and it doens't start, looking at the container logs i see this
Any tips on what to do?
Thanks in advance.
The text was updated successfully, but these errors were encountered: