Bug#489141: xserver-xorg: X server sometimes refuses local xclients to connect
Hi, I'm seeing the same problem since my upgrade to lenny, /home is an NFS-mount. In my case the problem does not disappear by itself but I always need to do run 'mount -o remount,rw /home' on the NFS-client which solves the problem for some time. Both client and server are up-to-date lenny-systems: client: nfs-common 1:1.1.2-6lenny1 server: nfs-common 1:1.1.2-6lenny1 nfs-kernel-server1:1.1.2-6lenny1 /etc/exports: /home calvin(rw,async,no_root_squash,no_subtree_check) /etc/fstab: gw:/home /home nfs rsize=32768,wsize=32768,intr 0 0 This configuration did work without any problems for several years up to and including 'etch'. If there's anything I can do to narrow down the problem I'll be happy to do it. P.S.: running 'xauth list :0' instead of 'mount -o remount,rw /home' as suggested by Michael Hanke does also solve the problem in my case: [EMAIL PROTECTED]:~$ xclock No protocol specified Error: Can't open display: :0.0 [EMAIL PROTECTED]:~$ xauth list :0 calvin/unix:0 MIT-MAGIC-COOKIE-1 8acb0bbe4feaeb354a32d9c0ea683f8a [EMAIL PROTECTED]:~$ xclock (works) Raoul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#500358: Fix found
Processing commands for [EMAIL PROTECTED]: > fixed 500358 2:1.5.3-1 Bug#500358: mach64 stopped working on the Sun Ultra 5 graphics card after upgrade Bug#488669: kernel changes break X on sparc64/pci Bug marked as fixed in version 2:1.5.3-1. > Thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#500358: Fix found
fixed 500358 2:1.5.3-1 Thanks Hi Bastian On Thu, Nov 27, 2008 at 11:58:44PM +0100, Bastian Blank wrote: > reassign 500358 xserver-xorg-core > thanks > > On Tue, Nov 11, 2008 at 11:07:06PM +0100, Julien Cristau wrote: > > On Tue, Nov 11, 2008 at 22:10:03 +0100, Bastian Blank wrote: > > > I fail to see the _kernel_ bug it fixes. I now know that this change > > > triggers a bug in the old (considered broken by design[1]) PCI code in > > > _X.org_. > > The revert doesn't fix a kernel bug. It works around an X bug. I > > thought that was clear all along, sorry if it wasn't. > > So as it is now worked around, lets get the bug to the right package. Thanks for applying the workaround to the kernel. Recording that the bug is already fixed in X.org in experimental. Gaudenz -- Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. ~ Samuel Beckett ~ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#507131: xinit: Xmodmap not loaded
Package: xinit Version: 1.0.9-2 Severity: normal ~/.[Xx]modmap is not loaded anymore and there's no occurence of a call to xmodmap below /etc/X11/ at all -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24.4 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_DK.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xinit depends on: ii cpp 4:4.3.2-2 The GNU C preprocessor (cpp) ii libc6 2.7-16 GNU C Library: Shared libraries ii libx11-6 2:1.1.5-2 X11 client-side library xinit recommends no packages. xinit suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: found 504735 in 2:2.5.1-1
Processing commands for [EMAIL PROTECTED]: > found 504735 2:2.5.1-1 Bug#504735: xserver-xorg-video-intel: screen corruption when moving windows on desktop Bug marked as found in version 2:2.5.1-1. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#489051: xserver-xorg-video-vesa: fails to find valid modes
Hi all, Just to let you know that this seems to be fixed in xserver-xorg-video-vesa 2.0.0-2 (experimental). I could use a virtualbox with X when I upgraded to it. Regads -- Emmanuel Fleury I don't know why and I'm not yet motivated to fix it since my views on esd are mostly unprintable. -- Alan Cox -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Fixed in unstable
Processing commands for [EMAIL PROTECTED]: > fixed 505588 1:2.0.8-1 Bug#505588: xserver-xorg-input-evdev: Middle click is send when changing from console to X Bug marked as fixed in version 1:2.0.8-1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#505588: Fixed in unstable
fixed 505588 1:2.0.8-1 thanks Must have been , | commit 36d9b9f166a700d47322961d1768a6b8d6d5545c | Author: Peter Hutterer <[EMAIL PROTECTED]> | Date: Thu Oct 2 10:56:04 2008 +0930 | | Close fd on DEVICE_OFF. (LP #276887) | | Leaving the fd open means we still get keyboard events after VT switching | away. Coming back, some of these events are replayed on the application that | has the current focus. | | Reproduceable: | 1. open terminal, focus. | 2. VT switch away | 3. type something, preferably a password | 4. VT switch back, trigger a mouse event | 5. Observe the X server guessing your password. | | Closing the fd on DEVICE_OFF fixes this. Reopen is handled by the reopen | code introduced with | | commit 9930477cbeb4acfd070ae70894d13ffabfc347b8 | Author: Peter Hutterer <[EMAIL PROTECTED]> | Date: Tue Aug 26 14:33:40 2008 +0930 | | Attempt to re-open devices on read errors. ` I don't use evdev for the keyboard. I guess that is why it only happened in conjunction with gpm paste events. Robert Grimm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#491205: Consider closed
Well, I walked away from Debian for a few months because of this bug, as I just couldn't stand losing work randomly because of it. However, in the last four weeks of using Debian Lenny fully up-to-date I've been unable to replicate the lock-up. It simply doesn't crash or lock-up for any reason any more, even though I'm running an identical setup as when I suffered all the lockups. Since I'm the original bug reporter, I thought I'd weigh in and say that you can consider the bug closed as far as I'm concerened. Some combination of updates must have resolved it. I have waited several weeks to write this because I wanted to be absolutely sure the problem wouldn't re-occur. And so far, it hasn't. Best regards, Arthur -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]