Thanks, yeah tried that too but not errors... /[root@dxb-squid34 ~]# squid -N -d 100 2014/07/24 13:38:18| Warning: empty ACL: acl blockfiles urlpath_regex -i "/etc/squid/local/bad/blockfiles" 2014/07/24 13:38:18| Current Directory is /root 2014/07/24 13:38:18| Starting Squid Cache version 3.4.6 for x86_64-unknown-linux-gnu... 2014/07/24 13:38:18| Process ID 12812 2014/07/24 13:38:18| Process Roles: master worker 2014/07/24 13:38:18| With 4096 file descriptors available 2014/07/24 13:38:18| Initializing IP Cache... 2014/07/24 13:38:18| DNS Socket created at 0.0.0.0, FD 6 2014/07/24 13:38:18| Adding nameserver 10.11.1.11 from squid.conf 2014/07/24 13:38:18| Adding nameserver 10.11.1.12 from squid.conf 2014/07/24 13:38:18| helperOpenServers: Starting 0/100 'squidGuard' processes 2014/07/24 13:38:18| helperOpenServers: No 'squidGuard' processes needed. 2014/07/24 13:38:18| Logfile: opening log /var/log/squid/access.log 2014/07/24 13:38:18| WARNING: log name now starts with a module name. Use 'stdio:/var/log/squid/access.log' 2014/07/24 13:38:18| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 2014/07/24 13:38:18| Logfile: opening log /var/log/squid/store.log 2014/07/24 13:38:18| WARNING: log name now starts with a module name. Use 'stdio:/var/log/squid/store.log' 2014/07/24 13:38:18| Swap maxSize 210944000 + 2097152 KB, estimated 16387780 objects 2014/07/24 13:38:18| Target number of buckets: 819389 2014/07/24 13:38:18| Using 1048576 Store buckets 2014/07/24 13:38:18| Max Mem size: 2097152 KB 2014/07/24 13:38:18| Max Swap size: 210944000 KB 2014/07/24 13:38:18| Rebuilding storage in /cache2/squid (clean log) 2014/07/24 13:38:18| Rebuilding storage in /cache3/squid (clean log) 2014/07/24 13:38:18| Rebuilding storage in /cache4/squid (clean log) 2014/07/24 13:38:18| Using Least Load store dir selection 2014/07/24 13:38:18| Current Directory is /root 2014/07/24 13:38:18| Finished loading MIME types and icons. 2014/07/24 13:38:18| HTCP Disabled. / Nicolás wrote > Hi, > > El 24/07/2014 7:31, israelsilva1 escribió: >> Hi everyone. >> >> I have compiled squid 3.4.6 from binaries. >> /Linux dxb-squid34 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC >> 2013 >> x86_64 x86_64 x86_64 GNU/Linux >> >> CentOS release 6.5 (Final) >> / >> squid.conf: >> /http_port 8081 >> / >> >> I have squid running: >> >> [...] >> >> Can you help me finding out why this will not start listening? >> SElinux is disabled. >> Same squid conf is working on another server (squid 3.5.1HEAD) >> >> I suspect this is a permission issue? >> >> Thanks. >> >> -- >> View this message in context: >> http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-not-listening-on-any-port-tp4667004.html >> Sent from the Squid - Users mailing list archive at Nabble.com. > > You could try starting squid3 in both no-daemon and debug mode and see > why it fails. Try running: squid3 -N -d 100 > > This should print some extra info in your console to help you determine > why is it helping. > > Regards. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-not-listening-on-any-port-tp4667004p4667013.html Sent from the Squid - Users mailing list archive at Nabble.com.