SOLVED Enchilada-upgrade fails - Window size too small

unsichtbarre

Member
Joined
May 17, 2009
Messages
140
Reaction score
5
When I try to do the Enchilada upgrade, it fails with this:
****** WARNING WARNING WARNING WARNING ******
Window size is too small: 80 x 24
Resize console window to at least 82 x 30.
Otherwise, Asterisk may fail to compile.
****** WARNING WARNING WARNING WARNING ******

Enchilada requires Incredible PBX 13-13.3 with GV OAuth.
This happens while SSH connected with Putty, and using the VMRC.
This also happened on the OVA that I downloaded, but is now on my own VM build of CentOS: centos-release-7-4.1708.el7.centos.x86_64

THX
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,219
Ignore it. The window size is only important in Phase 2 of initial install with the Asterisk build step with make menuselect. Just be sure your window is at least 80 x 25.
 
Last edited:

unsichtbarre

Member
Joined
May 17, 2009
Messages
140
Reaction score
5
Problem is - it dumps me right back at the shell:
****** WARNING WARNING WARNING WARNING ******
Window size is too small: 80 x 24
Resize console window to at least 82 x 30.
Otherwise, Asterisk may fail to compile.
****** WARNING WARNING WARNING WARNING ******

Enchilada requires Incredible PBX 13-13.3 with GV OAuth.
WARNING: Always run Incredible PBX behind a secure hardware-based firewall.
root@pbx4:~ $

Probably related to this from the Enchelada.sh script:
COLUMNSIZE=`echo -e "cols"|tput -S`
LINESIZE=`echo -e "lines"|tput -S`

if [[ "$COLUMNSIZE" -lt "82" ]] || [[ "$LINESIZE" -lt "30" ]]; then
echo " "
echo "****** WARNING WARNING WARNING WARNING ******"
echo "Window size is too small: $COLUMNSIZE x $LINESIZE"
echo Resize console window to at least 82 x 30.
# echo Do it NOW before continuing with the install.
echo "Otherwise, Asterisk may fail to compile."
echo "****** WARNING WARNING WARNING WARNING ******"
echo " "
# exit
fi

I could simply remove those lines if unimportant?
 

unsichtbarre

Member
Joined
May 17, 2009
Messages
140
Reaction score
5
It seems to be looking for exactly 82 X 30 because my build is the following:
root@pbx4:~ $ echo -e "cols"|tput -S
237
WARNING: Always run Incredible PBX behind a secure hardware-based firewall.
root@pbx4:~ $ echo -e "lines"|tput -S
63
WARNING: Always run Incredible PBX behind a secure hardware-based firewall.
root@pbx4:~ $
 

unsichtbarre

Member
Joined
May 17, 2009
Messages
140
Reaction score
5
OK, it seems that I've been barking up the wrong tree - wget http://incrediblepbx.com/incrediblepbx-13-13-LEAN.tar.gz has installed:

Incredible PBX/FAX 13-13.2 for CentOS 7

Asterisk: UP Apache: UP MySQL: UP
SendMail: UP IPtables: UP SSH: UP
LAN port: UP Fail2Ban: UP Webmin: UP
GV OAUTH: UP PortKnock: UP NR VPN: UP
FaxGetty: DN IAX Modem: DN HylaFax: UP

RAM: 2880MB CentOS 7.4.1708 Disk: 28GB

Asterisk 13.18.4 Incredible 13.0.120.10

System Time: Fri Jan 5 10:01:38 MST 2018

< OK >

Where the Enchalada upgrader clearly requires 13.3
 

Members online

No members online now.

Forum statistics

Threads
25,810
Messages
167,754
Members
19,240
Latest member
nikko
Get 3CX - Absolutely Free!

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.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top