ViciBox v.12.0.2 released

Support forum for the ViciBox ISO Server Install and ISO LiveCD Demo

Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba

Re: ViciBox v.12.0.2 released

Postby williamconley » Thu Feb 06, 2025 12:45 pm

kashinc wrote:anyone else having issues with FastAGI not starting with the new install?


/usr/share/astguiclient/FastAGI_log.pl --debugX
SERVER LOGGING ON: LEVEL-4 FILE-/var/log/astguiclient/FastAGIchildLOG.2025-02-06
2025/02/06-09:36:24 VDfastAGI (type Net::Server::PreFork) starting! pid(3241)
Resolved [*]:4577 to [::]:4577, IPv6
Not including resolved host [0.0.0.0] IPv4 because it will be handled by [::] IPv6
Binding to TCP port 4577 on host :: with IPv6
2025/02/06-09:36:24 Can't connect to TCP port 4577 on :: [Invalid argument]
at line 66 in file /usr/lib/perl5/vendor_perl/5.26.1/Net/Server/Proto/TCP.pm
2025/02/06-09:36:24 Server closing!


Please do not double-post.

viewtopic.php?f=4&t=42223&p=153914#p153914
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

Re: ViciBox v.12.0.2 released

Postby carpenox » Thu Feb 06, 2025 2:23 pm

try to disable ipv6
Alma Linux 9.5 | SVN Version: 3920 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: ViciBox v.12.0.2 released

Postby williamconley » Thu Feb 06, 2025 3:55 pm

carpenox wrote:try to disable ipv6

He did. That's what caused the crash.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

Re: ViciBox v.12.0.2 released

Postby carpenox » Thu Feb 06, 2025 4:19 pm

yea he told me in my discord, thats strange though because many people are having this issue
Alma Linux 9.5 | SVN Version: 3920 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: ViciBox v.12.0.2 released

Postby williamconley » Fri Feb 07, 2025 10:53 am

carpenox wrote:yea he told me in my discord, thats strange though because many people are having this issue


It's not that strange. A lot of us reflexively disable IPv6 (it offends us as you know, lol). So a lot of people end up with this issue as the OS is not the only thing dealing with IPv6. Many packages do not "verify with the OS" that IPv6 is enabled or disabled and their configuration is then screwy if it's not there. Binding is a particular moment when IPv4 vs IPv6 can crash many applications.

Examples:

Code: Select all
/etc/ssh/sshd_config
ListenAddress 0.0.0.0

/etc/postfix/main.cf.default
inet_protocols = ipv4

/etc/postfix/main.cf
inet_protocols = ipv4


We used to turn off IPv6 in GRUB (totally disable it) but have found that using yast instead causes less issues. Specifically with python-nftables.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

Re: ViciBox v.12.0.2 released

Postby kashinc » Sat Feb 08, 2025 3:42 am

You were absolutely correct; it solved my issue. Thank you!


williamconley wrote:
carpenox wrote:yea he told me in my discord, thats strange though because many people are having this issue


It's not that strange. A lot of us reflexively disable IPv6 (it offends us as you know, lol). So a lot of people end up with this issue as the OS is not the only thing dealing with IPv6. Many packages do not "verify with the OS" that IPv6 is enabled or disabled and their configuration is then screwy if it's not there. Binding is a particular moment when IPv4 vs IPv6 can crash many applications.

Examples:

Code: Select all
/etc/ssh/sshd_config
ListenAddress 0.0.0.0

/etc/postfix/main.cf.default
inet_protocols = ipv4

/etc/postfix/main.cf
inet_protocols = ipv4


We used to turn off IPv6 in GRUB (totally disable it) but have found that using yast instead causes less issues. Specifically with python-nftables.
kashinc
 
Posts: 79
Joined: Thu Apr 23, 2015 12:04 pm

Re: ViciBox v.12.0.2 released

Postby carpenox » Sat Feb 08, 2025 11:17 am

nice, great postback
Alma Linux 9.5 | SVN Version: 3920 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: ViciBox v.12.0.2 released

Postby carpenox » Sun Mar 16, 2025 8:21 am

anyone else had any issues since the 3916 updates for agent performance reports?
Alma Linux 9.5 | SVN Version: 3920 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: ViciBox v.12.0.2 released

Postby dspaan » Sat Apr 26, 2025 12:42 pm

Hi guys, i've started to tryout the vicibox 12 ISO but i'm running into the problem with yast firewall that was reported on before:

Image

I noticed that if you have a freshly installed system this does not happen, it happens after either running vicibox-express or vicibox-install.

Running zypper ref && zypper up does not fix it.

There is only one instance for ssh in /etc/firewalld/zones/external.xml

Image

So how do i fix this?

By the way i used the ISO from here: http://www.vicibox.com/server/index.html

PS: This still has the specs for Vicibox 11 on that page!
Regards, Dennis

Vicibox 9.0.1
Version: 2.14b0.5
SVN Version: 3199
DB Schema Version: 1588
Build: 200310-1801
dspaan
 
Posts: 1380
Joined: Fri Aug 21, 2009 1:40 pm
Location: The Netherlands

Re: ViciBox v.12.0.2 released

Postby williamconley » Sat Apr 26, 2025 1:25 pm

have you tried firewall-cmd --state at the cli yourself to see what the results are for YOU when you are root?

might be a permissions issue, among the myriad possibilities.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

Re: ViciBox v.12.0.2 released

Postby carpenox » Mon Apr 28, 2025 6:26 pm

Alma Linux 9.5 | SVN Version: 3920 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Previous

Return to ViciBox Server Install and Demo

Who is online

Users browsing this forum: No registered users and 73 guests