On Tue, Nov 18, 2003 at 09:43:52AM -0800, Ken Treis wrote: > I just upgraded one of my briQ-based servers to the latest from sarge, > and now I get segmentation faults when apt reads package lists: > > # apt-get update > [various sites hit] > Fetched 7066B in 0s (7482B/s) > Segmentation faultsts... 1% [...]
I've encountered a similiar error on x86/woody having a rather big sources.list when apt's cache became too small and the internal database couldn't be updated/expanded. You might wanna try to increase to cache size with the following: echo "APT::Cache-Limit \"104857600\";" > /etc/apt/apt.conf.d/30cache But it's more of a guess though. Joe