Mouhab M. Yacoub
TheGreat
- Joined
- Jan 5, 2018
- Messages
- 3
- Reaction score
- 0
Any thoughts whether --> https://rockylinux.org/ might help or not help in our case?
If we can run an Incrediblebackup2020 on Centos and restore it to Debian, that will be amazingly easy!Even got incrediblerestore2021 to work from CentOS 7.
If you pull this off I'm moving my legacy 12/13 to your latest and greatest!Getting close. 38¢ development cost at Vultr. Even got incrediblerestore2021 to work from CentOS 7.![]()

Sounds like you missed out on making punch tape programmes for the mainframe, on a teleprinter - what a joy. And oh I didnt get round to using the 12" (I think) discs used by the local AGR nuclear power station.Ummm, I did love the PC Jr. Two sidecars with "extra" memory, a nice big 5.25" floppy (hole punched to double sided), external modem, and magnetic tape backups. What was not to love?
apt-get update
apt-get upgrade
reboot
cd /root
# verify Debian version (should be 10.7)
cat /etc/debian_version
# then and only then, proceed...
wget http://incrediblepbx.com/IncrediblePBX2021.sh
chmod +x IncrediblePBX2021.sh
./IncrediblePBX2021.sh
Can we go Public with this in Debian? Just want to ask before I try it.I think we're ready for the PIONEERS only. Still some rough edges, but it oughta work on a Debian 10 clean install...
As with Incredible PBX 2020, SIP is on UDP 5060 and PJsip is on UDP 5061. TM3 firewall is included.
Please post issues, comments, suggestions, bugs. DAHDI is not yet included.
Can we go Public with this in Debian? Just want to ask before I try it.
OK. I'm spinning up a VPS testbed with Debian 10 now. I'll try the Incredible2021 restore and see how it goes.No PUBLIC yet, but it's on my list.
OK. I'm spinning up a VPS testbed with Debian 10 now. I'll try the Incredible2021 restore and see how it goes.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
./IncrediblePBX2021.sh: line 184: make: command not found
./IncrediblePBX2021.sh: line 185: make: command not found
./IncrediblePBX2021.sh: line 186: make: command not found
mv: cannot stat '*.tar.gz': No such file or directory
var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/assert-with-keys.phpt
var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/issue_85_find_messages_should_not_trigger_catchable_fatal_error.phpt
var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/get_messages_should_include_all_validation_messages_in_a_chain.phpt
tar: Exiting with failure status due to previous errors
Failed to start mysqld.service: Unit mysqld.service not found.
./incrediblerestore2021: line 94: mysql: command not found
./incrediblerestore2021: line 95: mysql: command not found
./incrediblerestore2021: line 97: mysql: command not found
./incrediblerestore2021: line 99: mysql: command not found
./incrediblerestore2021: line 100: mysql: command not found
Failed to start apache2.service: Unit apache2.service not found.
./incrediblerestore2021: line 104: fwconsole: command not found
./incrediblerestore2021: line 105: fwconsole: command not found
./incrediblerestore2021: line 106: fwconsole: command not found
Restore finished. Reboot is recommended before use.
BACKUP: /backup/RP-2020.12.11.15.02-A16.15.0-F15.0-I2021.Beta1.tar.gz
backup/
@wardmundy here are my results so far:
1) Fresh Debian 10 install on Free Range Cloud
2) By default ssh by root disallowed. Had to modify /etc/sshd_config to allow root login and set port number.
3) IncrediblePBX2021.sh failed saying I had the incorrect Debian version. Did apt-get update and apt-get upgrade. Upgrade stopped and asked if I wanted to keep locally modified sshd_config changes. I said to keep local config. Got debian buster InRelease' changed its 'Version' value from '10.0' to '10.7' and script ran after that.
4) Install script stops wanting the ITU-T country code. It defaulted to 61 for Australia. . I changed to 1 for USA.Saw note at top of installation.
5) Install script stops and asks if you want to save current IPv4 configuration. Not sure but I answered Yes.
6) Install script proceeded and looked like everything installed correctly but status screen showed no services ready and fwconsole start did not work.
I'm reinstalling fresh Debian again and will report on progress. If it fails again, I'll look a little deeper into the install log.
@wardmundy install did not work. Here are some log excerpts:
Code:checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ./IncrediblePBX2021.sh: line 184: make: command not found ./IncrediblePBX2021.sh: line 185: make: command not found ./IncrediblePBX2021.sh: line 186: make: command not found mv: cannot stat '*.tar.gz': No such file or directoryCode:var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/assert-with-keys.phpt var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/issue_85_find_messages_should_not_trigger_catchable_fatal_error.phpt var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/get_messages_should_include_all_validation_messages_in_a_chain.phptCode:tar: Exiting with failure status due to previous errors Failed to start mysqld.service: Unit mysqld.service not found. ./incrediblerestore2021: line 94: mysql: command not found ./incrediblerestore2021: line 95: mysql: command not found ./incrediblerestore2021: line 97: mysql: command not found ./incrediblerestore2021: line 99: mysql: command not found ./incrediblerestore2021: line 100: mysql: command not found Failed to start apache2.service: Unit apache2.service not found. ./incrediblerestore2021: line 104: fwconsole: command not found ./incrediblerestore2021: line 105: fwconsole: command not found ./incrediblerestore2021: line 106: fwconsole: command not found Restore finished. Reboot is recommended before use. BACKUP: /backup/RP-2020.12.11.15.02-A16.15.0-F15.0-I2021.Beta1.tar.gz backup/
looks like vulture includes gcc pieces so I’ll add them
I can email you the whole install log if you want.
Didn't miss out on the text based star-trek game on the system 34, with 80 column punch-cards and disk drives that looked like round food dehydrators with a handle on top, lolSounds like you missed out on making punch tape programmes for the mainframe, on a teleprinter - what a joy. And oh I didnt get round to using the 12" (I think) discs used by the local AGR nuclear power station.
@wardmundy install did not work. Here are some log excerpts:
Code:checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ./IncrediblePBX2021.sh: line 184: make: command not found ./IncrediblePBX2021.sh: line 185: make: command not found ./IncrediblePBX2021.sh: line 186: make: command not found mv: cannot stat '*.tar.gz': No such file or directoryCode:var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/assert-with-keys.phpt var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/issue_85_find_messages_should_not_trigger_catchable_fatal_error.phpt var/www/html/admin/libraries/Composer/vendor/respect/validation/tests/integration/get_messages_should_include_all_validation_messages_in_a_chain.phptCode:tar: Exiting with failure status due to previous errors Failed to start mysqld.service: Unit mysqld.service not found. ./incrediblerestore2021: line 94: mysql: command not found ./incrediblerestore2021: line 95: mysql: command not found ./incrediblerestore2021: line 97: mysql: command not found ./incrediblerestore2021: line 99: mysql: command not found ./incrediblerestore2021: line 100: mysql: command not found Failed to start apache2.service: Unit apache2.service not found. ./incrediblerestore2021: line 104: fwconsole: command not found ./incrediblerestore2021: line 105: fwconsole: command not found ./incrediblerestore2021: line 106: fwconsole: command not found Restore finished. Reboot is recommended before use. BACKUP: /backup/RP-2020.12.11.15.02-A16.15.0-F15.0-I2021.Beta1.tar.gz backup/
I can email you the whole install log if you want.
Link up your team and customers Phone System
Live Chat
Video Conferencing
Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.
Check your inbox!
We’ve sent you an email. Click on the button in the email body to verify your email address – (if you can not find it, check your spam folder).
Upon verification you will be directed to the 3CX setup wizard.