Re: svn doesnt connect to server

2009-06-03 Thread Brad King
Peter Robinson wrote: For what ever reason I was not able to downgrade as above. If your /etc/apt/sources.list does not refer to 'stable' then the method I posted may not work. > I then uninstalled the 0.28.4-1 version and installed the previous one from /var/cache/apt/archives# dpkg -i lib

Re: svn doesnt connect to server

2009-06-02 Thread Brad King
Brad King wrote: Then run 'sudo apt-get install libneon27-gnutls'. It should downgrade the package. Bad version: libneon27-gnutls (0.28.4-1) Good version: libneon27-gnutls (0.28.2-6.1) It looks like this is already known: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529

Re: svn doesnt connect to server

2009-06-02 Thread Brad King
Hi Peter, I had the same problem this morning and then saw your message. I used 'ldd' to see what libraries the svn client uses, and then looked at which ones changed when I updated yesterday. Then I backed off one package at a time until the problem went away. My client works again after downgr

Xvfb crashes due to dbus/hal problems

2008-07-31 Thread Brad King
Hello, I'd like to report the bug described below but I'm unsure what package is the culprit. I run tests of a project that needs an X server on a nightly basis. For years I've been running them off-screen using Xvfb. I start an instance: Xvfb :52 -screen 0 1024x768x24 -fbdir /tmp/xvfb.52 -a