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't start.. I had to manually create the directory /library/cache.. "chown" it and "chmod" 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 /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>