On 27/02/2013 7:29 p.m., franckm.2005@xxxxxxx wrote:
squid do not want to work on debian squeeze armel kernel 2.6.34. I have searched but not found a solution. Please do you have an idea ?
root@serveur:~# tail /var/log/squid/cache.log 2013/02/26 00:06:20| Starting Squid Cache version 2.7.STABLE9 for arm-debian-linux-gnu...
Time for an upgrade. The squeeze squid3 package is not too bad, although I would recommend using the squid3 package from the Wheezy distribution if you can.
2013/02/26 00:06:20| Process ID 1449 2013/02/26 00:06:20| With 1024 file descriptors available 2013/02/26 00:06:20| Using epoll for the IO loop 2013/02/26 00:06:20| comm_open: socket failure: (13) Permission denied FATAL: Could not create a DNS socket
There is your reason. Strange though. Squid uses a random outgoing port for DNS to avoid this type of problem amongst other things.
Amos