[squid-users] FATAL: mimeLoadIcon: cannot parse internal URL
Alberto Senni
alberto.senni at gmail.com
Mon Jun 1 13:45:28 UTC 2020
Hi to all,
on my linux Devuan configured as transparent router, squid 4 exit with
FATAL error (from syslog):
May 31 14:36:02 beofw (squid-1): FATAL: mimeLoadIcon: cannot parse
internal URL: http://beofw:0/squid-internal-static/icons/silk/image.png
May 31 14:36:02 beofw squid[3966]: Squid Parent: squid-1 process 4001
exited with status 1
May 31 14:36:02 beofw squid[3966]: Squid Parent: squid-1 process 4001
will not be restarted for 3600 seconds due to repeated, frequent failures
May 31 14:36:02 beofw squid[3966]: Exiting due to repeated, frequent
failures
but all is ok without intercept mode.
What is the problem ?
Thanks to all
Alberto Senni
my squid.conf is:
acl reteInterna src 192.168.100.0/24 # RFC 1918 local private network (LAN)
acl SSL_ports port 443 # RFC 4291 link-local (directly plugged) machines
acl Safe_ports port 80
acl Safe_ports port 21 # http
acl Safe_ports port 443 # ftp
acl Safe_ports port 70 # https
acl Safe_ports port 3128 # gopher
acl Safe_ports port 1025-65535 # wais
acl Safe_ports port 280 # unregistered ports
acl Safe_ports port 488 # http-mgmt
acl Safe_ports port 591 # gss-http
acl Safe_ports port 777 # filemaker
acl CONNECT method CONNECT # multiling http
#acl squidInt url_regex ^/squid-internal-static/
http_access allow reteInterna
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access allow localhost
http_access deny manager
http_access deny all
http_port 192.168.100.254:3128 transparent
host_verify_strict off
cache_dir ufs /var/spool/squid 100 16 256
coredump_dir /var/spool/squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
cache_effective_user proxy
cache_mgr root at studiozocca.com
check_hostnames off
cache_effective_group proxy
debug_options ALL,3
root at beofw:/home/alsen# uname -a
Linux beofw 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64
GNU/Linux
root at beofw:/home/alsen# squid -v
Squid Cache: Version 4.6
Service Name: squid
Debian linux
configure options: '--build=x86_64-linux-gnu' '--prefix=/usr'
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man'
'--infodir=${prefix}/share/info' '--sysconfdir=/etc'
'--localstatedir=/var' '--libexecdir=${prefix}/lib/squid' '--srcdir=.'
'--disable-maintainer-mode' '--disable-dependency-tracking'
'--disable-silent-rules' 'BUILDCXXFLAGS=-g -O2
-fdebug-prefix-map=/build/squid-EQa0Xz/squid-4.6=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -latomic'
'BUILDCXX=x86_64-linux-gnu-g++' '--with-build-environment=default'
'--enable-build-info=Debian linux' '--datadir=/usr/share/squid'
'--sysconfdir=/etc/squid' '--libexecdir=/usr/lib/squid'
'--mandir=/usr/share/man' '--enable-inline' '--disable-arch-native'
'--enable-async-io=8' '--enable-storeio=ufs,aufs,diskd,rock'
'--enable-removal-policies=lru,heap' '--enable-delay-pools'
'--enable-cache-digests' '--enable-icap-client'
'--enable-follow-x-forwarded-for'
'--enable-auth-basic=DB,fake,getpwnam,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB'
'--enable-auth-digest=file,LDAP'
'--enable-auth-negotiate=kerberos,wrapper'
'--enable-auth-ntlm=fake,SMB_LM'
'--enable-external-acl-helpers=file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,time_quota,unix_group,wbinfo_group'
'--enable-security-cert-validators=fake'
'--enable-storeid-rewrite-helpers=file'
'--enable-url-rewrite-helpers=fake' '--enable-eui' '--enable-esi'
'--enable-icmp' '--enable-zph-qos' '--enable-ecap'
'--disable-translation' '--with-swapdir=/var/spool/squid'
'--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid.pid'
'--with-filedescriptors=65536' '--with-large-files'
'--with-default-user=proxy' '--with-gnutls' '--enable-linux-netfilter'
'build_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-g -O2
-fdebug-prefix-map=/build/squid-EQa0Xz/squid-4.6=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall'
'LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -latomic'
'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CXX=x86_64-linux-gnu-g++'
'CXXFLAGS=-g -O2 -fdebug-prefix-map=/build/squid-EQa0Xz/squid-4.6=.
-fstack-protector-strong -Wformat -Werror=format-security'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20200601/7a4b7bb5/attachment.html>
More information about the squid-users
mailing list