> I only run sa-update once per day and the last two days it has failed > with a SHA1 verification error.
> [2208] dbg: channel: reading MIRRORED.BY file > [2208] dbg: channel: found mirror > http://daryl.dostech.ca/sa-update/sare/90_2tld.cf/ > [2208] dbg: channel: found mirror > http://updates.sa-update.com/sare/90_2tld.cf/ > [2208] dbg: channel: selected mirror > http://updates.sa-update.com/sare/90_2tld.cf It is selecting a bad mirror. The domain expired recently. :-/ > channel: SHA1 verification failed, channel failed > Is this a temporary mirror problem or something I should investigate > further? As a quick fix, just remove or comment out the bad mirror in all your MIRRORED.BY files. This should do: sed -i -e '/^http:\/\/updates.sa-update.com/ s/^/# /' */MIRRORED.BY -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}