Hello:<br><br>While installing the XS 0.5.1 server, i found an of issue.<br><br>After running ./network_config and ./domain_config:<br><br>The squid proxy server didn&#39;t start.. I had to manually create the directory /library/cache.. &quot;chown&quot; it and &quot;chmod&quot; it for the squid user.. and re-create the cache<br>
<br>root@localhost # mkdir /library/cache<br>root@localhost # chown -R squid.squid /library/cache<br>root@localhost # chmod 750 -R&nbsp; /library/cache<br>root@localhost # squid -f /etc/squid/squid-xs.conf -z<br><br>it still throws a lot of warning messages, but it starts and it works.<br>