[9.065][QUESTION] HTTP Proxy Error Messages on initial load

Hi, I just rebuilt my UTM to increase the drive space to 40gb. After installing, the initial http proxy log has these messages
2013:02:05-21:16:52 gatekeeper URID[6239]: T=6239 ------ 5   } // libsxl3/lib-sxl3-attribute/sxl3-attribute.c:154
2013:02:05-21:16:52 gatekeeper URID[6239]: T=6239 ------ 3 - [warn] cannot load long poll urilist from file '/persist/perl-data/etc/data/urilist/longpoll.urilist'
2013:02:05-21:16:52 gatekeeper URID[6239]: T=6239 ------ 3 - [warn] cannot load Admin tld urilist from file '/opt/ws/conf/admin.urilist'
2013:02:05-21:16:52 gatekeeper URID[6242]: T=6239  10012 3 - Warning: could not set SO_RCVBUF to 33554432; instead it is set to 327680; consider e.g. sysctl -w net.core.rmem_max=33554432;continuing but packet loss may occur at higher loads
2013:02:05-21:16:52 gatekeeper httpproxy[6260]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="main" file="httpproxy.c" line="241" message="reading configuration"

Its interesting that the proxy has some tcp tuning built in for receive buffer etc. Any chance we can control it with cc comandline? 

Regards
Bill
Parents
  • hi Bill , 

    this was my one of very 1st post and thank fully today only i got replay 


    https://community.sophos.com/products/unified-threat-management/astaroorg/f/80/t/64791

    are they same issuse ,atleast error message are same 

    [HTML] 2013:01:18-22:07:47 acenn URID[7220]: T=7220 ------ 5   - return OK // set SXL2_ENUM_ATTRIBUTE_STR_CONFIG_LOCAL_DNS_IP_1=127.0.0.1
    2013:01:18-22:07:47 acenn URID[7220]: T=7220 ------ 5   } // libsxl3/lib-sxl3-attribute/sxl3-attribute.c:154
    2013:01:18-22:07:47 acenn URID[7220]: T=7220 ------ 3 - [warn] cannot load long poll urilist from file '/persist/perl-data/etc/data/urilist/longpoll.urilist'
    2013:01:18-22:07:47 acenn URID[7220]: T=7220 ------ 3 - [warn] cannot load Admin tld urilist from file '/opt/ws/conf/admin.urilist'
    2013:01:18-22:07:47 acenn URID[7225]: T=7220  10012 3 - Warning: could not set SO_RCVBUF to 33554432; instead it is set to 425984; consider e.g. sysctl -w net.core.rmem_max=33554432;continuing but packet loss may occur at higher loads
    2013:01:18-22:07:48 acenn httpproxy[7250]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="main" file="httpproxy.c" line="241" message="reading configuration"
    2013:01:18-22:07:48 acenn httpproxy[7250]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="main" file="httpproxy.c" line="261" message="reading profiles"
    2013:01:18-22:07:48 acenn httpproxy[7250]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="domain_regex_slist_init" file="confd-client.c" line="1036" message="compilation of regex '*.dropbox.com' failed: Error while compiling regular expression *.dropbox.com at ch  [/HTML]


    thanks
  • You are right, they are the same. I saw that your post was related to regex and didn't read it all the way carefully. I don't have any regex errors but in your post the developers are saying to ignore these errors. Thanks for pointing out.

    However I would still be interested in tcp tuning feature if possible.

    Regards
    Bill
  • Hi,


    However I would still be interested in tcp tuning feature if possible.


    The link below is offering some commands that can help you check/increase the TCP send/ receive buffer size on your box. 

    Linux Tune Network Stack (Buffers Size) To Increase Networking Performance

    Maybe it's useful. [:)]
    Regards,
  • Hi Bianca and thanks for the link. I know how to do tcp tuning but on my system
    gatekeeper:/var/log # cat /proc/sys/net/core/rmem_max 
    163840

    and 
    gatekeeper:/var/log # cat /proc/sys/net/ipv4/tcp_rmem
    4096    87380   6291456
    gatekeeper:/var/log # 

    but on the http proxy log
    2013:02:05-21:16:52 gatekeeper URID[6242]: T=6239  10012 3 - Warning: could not set SO_RCVBUF to 33554432; instead it is set to 327680; consider e.g. sysctl -w net.core.rmem_max=33554432;continuing but packet loss may occur at higher loads

    Which lead me to believe that they were not the same[:S]
    Regards
    Bill
Reply
  • Hi Bianca and thanks for the link. I know how to do tcp tuning but on my system
    gatekeeper:/var/log # cat /proc/sys/net/core/rmem_max 
    163840

    and 
    gatekeeper:/var/log # cat /proc/sys/net/ipv4/tcp_rmem
    4096    87380   6291456
    gatekeeper:/var/log # 

    but on the http proxy log
    2013:02:05-21:16:52 gatekeeper URID[6242]: T=6239  10012 3 - Warning: could not set SO_RCVBUF to 33554432; instead it is set to 327680; consider e.g. sysctl -w net.core.rmem_max=33554432;continuing but packet loss may occur at higher loads

    Which lead me to believe that they were not the same[:S]
    Regards
    Bill
Children