TUTORIAL Making AvantFax Cover Page

Eliad

Active Member
Joined
Aug 13, 2017
Messages
619
Reaction score
127
I did a bit more digging, after many failed installs I think i just might find the problem.
the /etc/rc.d/rc.local file i gave you was wrong. I corrected it. Note iptables restart is after fwconsole. Also did not apply any of the patches when you log into the server. I think it might be one of the patches that could get us in trouble. Hope this helps
 

RoboLord

Member
Joined
Aug 18, 2017
Messages
56
Reaction score
5
Eliad, you are my hero! This change to "/etc/rc.d/rc.local" fixed the problem. Hopefully the script can get updated for the next release. Cheers and beers to you! Just to clarify for future readers:

/etc/rc.d/rc.local

needs to have two lines of code changed because they happen out of order. Default is:

touch /var/lock/subsys/local
sleep 5
/root/sig-fix
sleep 5
/usr/local/sbin/iptables-restart
sleep 5
/usr/local/sbin/fwconsole start
sleep 10
$(which faxgetty) -D ttyIAX0
$(which faxgetty) -D ttyIAX1
$(which faxgetty) -D ttyIAX2
$(which faxgetty) -D ttyIAX3
exit 0
Should be changed to:

touch /var/lock/subsys/local
sleep 5
/root/sig-fix
sleep 5
/usr/local/sbin/fwconsole start
sleep 5
/usr/local/sbin/iptables-restart
sleep 10
$(which faxgetty) -D ttyIAX0
$(which faxgetty) -D ttyIAX1
$(which faxgetty) -D ttyIAX2
$(which faxgetty) -D ttyIAX3
exit 0
Then roboot!
 
Last edited:

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