Hi,Alex,

Thanks for your help. I run squid with the option d1 and its output is as followings
2022/03/03 09:17:39 kid1| Current Directory is /root
2022/03/03 09:17:39 kid1| Starting Squid Cache version 4.17 for x86_64-pc-linux-gnu...
2022/03/03 09:17:39 kid1| Service Name: squid
2022/03/03 09:17:39 kid1| Process ID 239617
2022/03/03 09:17:39 kid1| Process Roles: worker
2022/03/03 09:17:39 kid1| With 1024 file descriptors available
2022/03/03 09:17:39 kid1| Initializing IP Cache...
2022/03/03 09:17:39 kid1| DNS Socket created at [::], FD 5
2022/03/03 09:17:39 kid1| DNS Socket created at 0.0.0.0, FD 8
2022/03/03 09:17:39 kid1| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2022/03/03 09:17:39 kid1| Logfile: opening log daemon:/var/log/squid/access.log 2022/03/03 09:17:39 kid1| Logfile Daemon: opening log /var/log/squid/access.log 2022/03/03 09:17:39 kid1| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2022/03/03 09:17:39 kid1| Store logging disabled
2022/03/03 09:17:39 kid1| Swap maxSize 0 + 262144 KB, estimated 20164 objects
2022/03/03 09:17:39 kid1| Target number of buckets: 1008
2022/03/03 09:17:39 kid1| Using 8192 Store buckets
2022/03/03 09:17:39 kid1| Max Mem  size: 262144 KB
2022/03/03 09:17:39 kid1| Max Swap size: 0 KB
2022/03/03 09:17:39 kid1| Using Least Load store dir selection
2022/03/03 09:17:39 kid1| Current Directory is /root
2022/03/03 09:17:39 kid1| Finished loading MIME types and icons.
2022/03/03 09:17:39 kid1| HTCP Disabled.

the only line in squid.conf is http_port 3128
On 2022/3/2 22:45, Alex Rousskov wrote:
On 3/1/22 21:15, 苏 格 wrote:

I run squid 4.17 on ubuntu 20.04.4 and it starts without any error. But no matter what TCP port I specify, it won’t listen on it.Netstat -tunpal shows only udp port associated with squid.

I have compiled it using the following options:

  ./configure  --prefix=/usr/local --localstatedir=/var --libexecdir=${prefix}/lib/squid  --srcdir=. --datadir=${prefix}/share/squid --sysconfdir=/etc/squid --with-default-user=proxy --with-logdir=/var/log --with-pidfile=/var/run/squid.pid --enable-ssl --enable-dlmalloc --enable-gnuregex --enable-xmalloc-debug --enable-xmalloc-debug-trace --enable-xmalloc-statistics --enable-async-io --enable-icmp --enable-delay-pools --enable-useragent-log--enable-kill-parent-hack --enable-cachemgr-hostname --enable-htpc --enable-forw-via-db --enable-cache-digests --enable-follow-x-forwarded-for --enable-auth --enable-linux-netfilter --with-openssl --with-filedescriptors=65536 --enable-ltdl-convenience

Do you use "workers" in squid.conf? If yes, try temporary setting that directive to 1 or starting Squid with "-N" to see whether this is an SMP-related problem.

Please share cache.log output that appears when you start Squid. That log may be in /var/log, but I am not sure (and it depends, in part, on your Squid configuration). If there is no output there, you may need to start your Squid by hand and give a "-d1" command line option (among others) to see startup output on the console.

Sharing you *_port directives may also be helpful.

Alex.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to