Replies: 3 comments 5 replies
-
Hi @na6vj - feel free to open a PR once you get it running - you can probably create a separate debian.13 install script, e.g.
and we can rename the old ones to then we need to update https://github.com/jokob-sk/NetAlertX/blob/main/docs/HW_INSTALL.md |
Beta Was this translation helpful? Give feedback.
-
The script appears to be running now but I have a few problems:
7:03:37 [NSLOOKUP] Script finished 07:03:37 [HELPER] ⚠ ERROR not processed set_type: {"dataType":"array","elements":[{"elementType":"select","elementOptions":[{"multiple":"true","ordeable":"true"}],"transformers":[]},{"elementType":"button","elementOptions":[{"sourceSuffixes":[]},{"separator":""},{"cssClasses":"col-xs-12"},{"onClick":"selectChange(this)"},{"getStringKey":"Gen_Change"}],"transformers":[]}]}
If someone helps me get past the initial UI URL access, I can at least try to work the other stuff. |
Beta Was this translation helpful? Give feedback.
-
Progress! I found the nginx config files, and discovered that it is actually configured to listen on port 20211 , not 20212 as advertised.
So now, I can access the UI at http://server1:20211 !! Next issue: The UI complains: And there are these errors in /var/log/nginx/error.log:
Although it did discover 15 devices !!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a few issues with this.
First, the workarounds:
I have not installed the openrc package - this conflicts with systemd
the PHP packages seem to require this repo before they can be installed:
wget -qO - https://packages.sury.org/php/README.txt | sudo bash -x
debian-13 has python 3-13 installed, but the install script is trying to mess with python 3.11, and I get these errors:
E: Unable to locate package python3.11-venv
E: Couldn't find any package by glob 'python3.11-venv'
E: Couldn't find any package by regex 'python3.11-venv'
I will go ahead and used the already installed python 3.13.
More reports as I progress....
Beta Was this translation helpful? Give feedback.
All reactions