Testing this out on an AzureVM instance as I have easy access to that at the moment without setting up billing anywhere else.
Here are some things I saw during install... And at the end it was a failed attempt.
There was a warning that the version of NodeJS being used is no longer supported... Is/was that fixed during the install with an update, or what? Seems running currently maintained versions would provide more security:
Node.js 11.x is no longer actively supported!
I don't know the reasons behind the choices or any incompatibilities later versions may have introduced, so I'll leave this as "just mentioning it" and not as a problem.
I also saw this, but couldn't find the related error:
.
.
.
home/asterisk/.node/lib/node_modules/npm-cache/.jshintignore
home/asterisk/.node/lib/node_modules/npm-cache/README.md
home/asterisk/.node/lib/node_modules/npm-cache/.jshintrc
home/asterisk/.node/lib/node_modules/npm-cache/index.js
home/asterisk/.node/lib/node_modules/npm-cache/CONTRIBUTING.md
home/asterisk/.node/lib/node_modules/npm-cache/util/
home/asterisk/.node/lib/node_modules/npm-cache/util/logger.js
home/asterisk/.node/lib/node_modules/npm-cache/util/parseUtils.js
tar: Exiting with failure status due to previous errors
and
Setting base permissions...chmod: changing permissions of '/var/www/html/index.php': Operation not permitted
chown: changing ownership of '/var/www/html/index.php': Operation not permitted
and a bit further on:
Running Asterisk post from Clearlytrunking module
No valid token found for Clearly Trunking
Running Asterisk post from Core module
Running Asterisk post from Dahdiconfig module
Running Asterisk post from Smsclient module
Running Asterisk post from Ucp module
Starting UCP Node Server...
[>---------------------------] < 1 sec
Started UCP Node Server. PID is 8697
Reload Started
[FATAL] Running an unsupported version of Asterisk. Supported Asterisk versions: 13, 14, 15, 16, 17. Detected Asterisk version: 18.1.1
Taking too long? Customize the chown command, See http://wiki.freepbx.org/display/FOP/FreePBX+Chown+Conf
Setting Permissions...
Setting base permissions...chmod: changing permissions of '/var/www/html/index.php': Operation not permitted
chown: changing ownership of '/var/www/html/index.php': Operation not permitted
Done
That showed up a bit later too...
Starting UCP Node Server...
[>---------------------------] < 1 sec
Started UCP Node Server. PID is 11215
Reload Started
[FATAL] Running an unsupported version of Asterisk. Supported Asterisk versions: 13, 14, 15, 16, 17. Detected Asterisk version: 18.1.1
Random line:
./IncrediblePBX2021.sh: line 540: debconf-set-selection: command not found
And then when it finished it cleared the terminal so I couldn't look for more. But after it rebooted, I can no longer get into the system. I rebooted it from the Azure console, still cannot get in. Guess I have to wipe and start over. Not really familiar with Azure, looks like I have to destroy the VM and reload, so working on it. Also, I was logged in as the user created during the install, and used `sudo bash` before installing things, but this time I am going to change things so I can log in as root in case it matters.