I managed to fix this. I removed my Varnish install
apt-get remove varnish replaced "deb http://repo.varnish-cache.org/debian/ maverick varnish-2.1" with "deb http://gb.archive.ubuntu.com/ubuntu/ maverick-proposed restricted main multiverse universe" in source.list apt-get update apt-get install varnish varnishtop now seems to be working fine on 32bit, (am now using varnish_2.1.3-7ubuntu0.1_i386.deb and libvarnish1_2.1.3-7ubuntu0.1_i386.deb). Best, David On Tue, Feb 8, 2011 at 11:29 PM, David Murphy <[email protected]> wrote: > Hello > > I've installed (as of 8th Feb 2011) the latest Varnish on my 32bit > Ubuntu 10.10 (macbook pro) using following: > > curl http://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add - > echo "deb http://repo.varnish-cache.org/debian/ $(lsb_release -s -c) > varnish-2.1" >> /etc/apt/sources.list > apt-get update > apt-get install varnish > > Varnish runs fine but when I run > > varnishtop -i rxurl > > I get a segfault as soon as I load a web page to pass data through Varnish. > > I've checked numerous threads and got the impression that this issue > was fixed (I recall having the same problem on Ubunutu 6 months ago) - > any way I can solve this? > > Thanks, David > _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
