On Mon, Apr 19, 2004 at 12:16:09PM +0100, Richard Lewis wrote:
On Monday 19 April 2004 11:41, Charles Garcia-Tobin wrote: But now when I issue # dpkg-reconfigure noflushd I get this:
Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
dpkg-reconfigure: cannot connect to X server :0.0
I've also seen this kind of thing when trying to run X programs from a console in which I've su'ed to root. Any ideas what might be going on here?
It sounds like you chose the KDE frontend to debconf, so it /is/ trying to connect to your Xserver as root.
export XAUTHORITY=~youruser/.Xauthority
in the root session usually does the trick.
J.