Zentyal Forum, Linux Small Business Server

Zentyal Server => Other modules => Topic started by: tunsa on September 29, 2020, 11:56:30 am

Title: Problem with Squid version 2.7
Post by: tunsa on September 29, 2020, 11:56:30 am
Hi everyone!
I am having problem with squid. When I doing restart squid.
Code: [Select]
root@mail:~# service zentyal squid restart
Use of uninitialized value $netmask in split at /usr/share/perl5/EBox/NetWrappers.pm line 405.
Use of uninitialized value $network in concatenation (.) or string at /usr/share/perl5/EBox/NetWrappers.pm line 449.
 * Restarting Zentyal module: squid                                      [ OK ]
405 line
Code: [Select]
    return unpack("%B*", pack("CCCC", split(/\./, $netmask)));
449 line
Code: [Select]
    return "$network/$bits";

Help me please solve problem with my squid
Title: Re: Problem with Squid version 2.7
Post by: doncamilo on October 05, 2020, 08:09:13 am
 :)

Did you check your network interfaces? It seems that some of them haven't properly configured the netmask.

Cheers!