On Mon, Jan 12, 2009 at 10:50:20AM +1300, Amos Jeffries wrote: > I'd say that your old squid binary was not built with it then. I did use squid-2.7-STABLE5 before, and it was compiled with the large files option. I have looked into configure.log in the sourcetree to confirm. > I expect squid to upgrade the format on next shutdown or restart. > If this is a recurring warning you can try and delete the swap.state file > while Squid is running. It should create a new one with it's preferred > format. I tried, but unfortunately this doesn't help. Did try with a test install with the same configure options on a test-computer, and I get the same. The new squid is configured with: Squid Cache: Version 3.0.STABLE11 configure options: '--prefix=/usr' '--sysconfdir=/etc/squid' '--bindir=/usr/sbin' '--sbindir=/usr/sbin' '--localstatedir=/var' '--libexecdir=/usr/sbin' '--datadir=/usr/share/squid' '--libdir=/usr/lib64' '--with-dl' '--sharedstatedir=/var/squid' '--enable-async-io=32' '--enable-disk-io=AIO,Blocking,DiskDaemon,DiskThreads' '--enable-removal-policies=heap,lru' '--enable-icmp' '--enable-delay-pools' '--enable-esi' '--enable-icap-client' '--enable-kill-parent-hack' '--enable-snmp' '--enable-arp-acl' '--enable-htcp' '--enable-ssl' '--enable-forw-via-db' '--enable-cache-digests' '--enable-linux-netfilter' '--with-large-files' '--enable-epoll' '--enable-underscores' '--enable-auth=basic,digest,ntlm,negotiate' '--enable-basic-auth-helpers=DB,LDAP,MSNT,NCSA,PAM,POP3,SASL,SMB,YP,getpwnam,multi-domain-NTLM,squid_radius_auth' '--enable-ntlm-auth-helpers=SMB,no_check,fakeauth' '--enable-negotiate-auth-helpers=squid_kerb_auth' '--enable-digest-auth-helpers=eDirectory,ldap,password' '--enable-external-acl-helpers=ip_user,ldap_group,session,unix_group,wbinfo_group' '--enable-ntlm-fail-open' '--enable-stacktraces' '--enable-x-accelerator-vary' '--with-default-user=squid' cache.log says: [....] 2009/01/12 08:02:37| Version 1 of swap file without LFS support detected... 2009/01/12 08:02:37| Rebuilding storage in /var/cache/squid/cache01 (CLEAN) 2009/01/12 08:02:37| Version 1 of swap file without LFS support detected... 2009/01/12 08:02:37| Rebuilding storage in /var/cache/squid/cache02 (CLEAN) 2009/01/12 08:02:37| Version 1 of swap file without LFS support detected... 2009/01/12 08:02:37| Rebuilding storage in /var/cache/squid/cache03 (CLEAN) 2009/01/12 08:02:37| Using Least Load store dir selection 2009/01/12 08:02:37| Set Current Directory to /var/cache/squid 2009/01/12 08:02:37| Loaded Icons. [....] Do you have any idea where to look at to solve this? I'm somewhat puzzled now...