http://bugs.skolelinux.org/show_bug.cgi?id=1419
--- Comment #6 from Petter Reinholdtsen <[email protected]> 2010-01-17 08:44:42 --- I can reproduce this PXE installation error almost every time now. I came across <URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499379#62 > suggesting to enable refresh_all_ims in squid3/squid.conf. I did not find that option for Squid version 2, but found something that looked similar enough (reload-into-ims). I tried enabling it like this, but it had no effect. PXE installs still fail. --- squid/squid.conf (revision 14) +++ squid/squid.conf (local) @@ -2735,11 +2735,11 @@ # used. # #Suggested default: -refresh_pattern ^ftp: 1440 20% 10080 -refresh_pattern ^gopher: 1440 0% 1440 -refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 -refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880 -refresh_pattern . 0 20% 4320 +refresh_pattern ^ftp: 1440 20% 10080 reload-into-ims +refresh_pattern ^gopher: 1440 0% 1440 reload-into-ims +refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 reload-into-ims +refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880 reload-into-ims +refresh_pattern . 0 20% 4320 reload-into-ims # TAG: quick_abort_min (KB) # TAG: quick_abort_max (KB) All the three packages that failed when I have been working on ths seem to be ~10k. Not sure if it is relevant or not. -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

