[8.162][NOTABUG][UNREPRODUCIBLE] Socks requires boolean setting

Hi,
I just re-built my little box again, good fun. Anyway a completely new configuration and socks throws up a configuration error.

For the exact wording please see the attached screen shot.

I tried with and without the authentication box ticked, no difference.

Ian
Parents Reply Children
  • Hi Kai,
    current settings.


    socks = {
              "aaa" => [],
              "allowed_networks" => [
                                      "REF_DefaultInternalNetwork"
                                    ],
              "authentication" => 0,
              "status" => 1
            }

    2011:04:02-20:23:23 mobile-cats confd[4766]: I main::top-level:386() => id="310c" severity="info" sys="System" sub="confd" name="node changed" node="notifications->reboot_reason" value="{'0' => 'Rebooted by Up2Date'}" oldvalue="{'0' => ''}" user="system" srcip="127.0.0.1" sid="MMQhfLldftnGpptccTXu" facility="system" client="auisys.plx" pid="10358"
    2011:04:02-20:23:23 mobile-cats confd[4766]: I main::top-level:599() => id="310n" severity="info" sys="System" sub="confd" name="applied changes" user="system" srcip="127.0.0.1" sid="MMQhfLldftnGpptccTXu" facility="system" client="auisys.plx" pid="10358" version="23" storage="/cfg"
    2011:04:02-20:24:06 mobile-cats confd[4766]: I main::top-level:386() => id="310c" severity="info" sys="System" sub="confd" name="node changed" node="notifications->reboot_reason" value="{'0' => ''}" oldvalue="{'0' => 'Rebooted by Up2Date'}" user="system" srcip="127.0.0.1" sid="BzlVUFQrhandNYmrkhbP" facility="system" client="auisys.plx" pid="11016"
    2011:04:02-20:24:06 mobile-cats confd[4766]: I main::top-level:599() => id="310n" severity="info" sys="System" sub="confd" name="applied changes" user="system" srcip="127.0.0.1" sid="BzlVUFQrhandNYmrkhbP" facility="system" client="auisys.plx" pid="11016" version="24" storage="/cfg"
    2011:04:02-20:25:20 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="SOCKS_NETWORKS (Allowed networks for the SOCKS proxy are missing. | Will disable the SOCKS proxy.)" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set"
    2011:04:02-20:25:28 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="INCOMPATIBLE_DATA (The SOCKS proxy authentication switch requires boolean data.)" value="anonymous" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set" nodelist="socks->authentication" check="input" datatype="BOOL"
    2011:04:02-20:25:49 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="INCOMPATIBLE_DATA (The SOCKS proxy authentication switch requires boolean data.)" value="anonymous" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set" nodelist="socks->authentication" check="input" datatype="BOOL"
    2011:04:02-20:25:54 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="INCOMPATIBLE_DATA (The SOCKS proxy authentication switch requires boolean data.)" value="anonymous" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set" nodelist="socks->authentication" check="input" datatype="BOOL"
    2011:04:02-20:26:33 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="SOCKS_NETWORKS (Allowed networks for the SOCKS proxy are missing. | Will disable the SOCKS proxy.)" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set"
    2011:04:02-20:26:50 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="INCOMPATIBLE_DATA (The SOCKS proxy authentication switch requires boolean data.)" value="anonymous" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set" nodelist="socks->authentication" check="input" datatype="BOOL"
    2011:04:02-20:26:56 mobile-cats confd[9932]: W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="INCOMPATIBLE_DATA (The SOCKS proxy authentication switch requires boolean data.)" value="anonymous" user="admin" srcip="192.168.10.252" facility="webadmin" client="index.plx" call="set" nodelist="socks->authentication" check="input" datatype="BOOL"
    2011:04:02-20:29:17 mobile-cats confd[4766]: I main::top-level:386() => id="310c" severity="info" sys="System" sub="confd" name="node changed" node="packetfilter->rules" value="['REF_PacPacNtpFromTrave','REF_PacPacAnyFromTrave']" oldvalue="['REF_PacPacAnyFromTrave']" user="admin" srcip="192.168.10.252" sid="VywwGMhBlhXpvvmilbNN" facility="webadmin" client="index.plx" pid="9932"
    2011:04:02-20:29:17 mobile-cats confd[4766]: I main::top-level:502() => id="310a" severity="info" sys="System" sub="confd" name="object created" class="packetfilter" type="packetfilter" ref="REF_PacPacNtpFromTrave" objname="NTP from Travelling-Cats (Network) to Any" user="admin" srcip="192.168.10.252" sid="VywwGMhBlhXpvvmilbNN" facility="webadmin" client="index.plx" pid="9932"


    Ian