Skip to content
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

Update script errors #230

Open
BCS64-IT opened this issue May 25, 2023 · 1 comment
Open

Update script errors #230

BCS64-IT opened this issue May 25, 2023 · 1 comment

Comments

@BCS64-IT
Copy link

Running PI.Alert on a virtual Debian server hosting PI-Hole ( latest version )
executing: curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_update.sh | bash

results in :
`Pi.Alert 3.02 (2021-04-24)

Update HW Vendors
Timestamp: 2023-05-25 05:44:00

Updating vendors DB (iab & oui)...
Traceback (most recent call last):
File "/root/pialert/back/pialert.py", line 1488, in
sys.exit(main())
File "/root/pialert/back/pialert.py", line 83, in main
res = update_devices_MAC_vendors('-s')
File "/root/pialert/back/pialert.py", line 264, in update_devices_MAC_vendors
update_output = subprocess.check_output (update_args)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sh', '/root/pialert/back/update_vendors.sh', '-s']' returned non-zero exit status 255.

  • Testing Pi.Alert Internet IP Lookup...

Pi.Alert 3.02 (2021-04-24)

Check Internet IP
Timestamp: 2023-05-25 05:44:00

Retrieving Internet IP...
XXX.146.XXX.XXX

Retrieving previous IP...
XXX.146.XXX.XXX
No changes to perform

Skipping Dynamic DNS update...

DONE!!!

  • Testing Pi.Alert Network scan...
    *** PLEASE WAIT A COUPLE OF MINUTES...
    WARNING: Cannot open MAC/Vendor file /usr/share/arp-scan/ieee-oui.txt: No such file or directory
    WARNING: Cannot open MAC/Vendor file /usr/share/arp-scan/ieee-iab.txt: No such file or directory
    grep: /usr/share/arp-scan/ieee-oui.txt: No such file or directory
    grep: /usr/share/arp-scan/ieee-oui.txt: No such file or directory
    grep: /usr/share/arp-scan/ieee-oui.txt: No such file or directory
    grep: /usr/share/arp-scan/ieee-oui.txt: No such file or directory
    grep: /usr/share/arp-scan/ieee-oui.txt: No such file or directory

Pi.Alert 3.02 (2021-04-24)`

@leiweibau
Copy link

If you are already using the latest version, why do you run the update script? There is no new version for over 2 years? As long as you don't use one of the maintained forks (which have their own update scripts), you won't need the updatescript. If you want to have support, you should also switch to the actively maintained forks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants