Bug#920862: xorg: Input doesn't work on LTSP clients while X is running, works otherwise

2019-01-30 Thread Lasse Flygenring-Harrsen
Oh, allright. Then I know where to look. Thanks.

On Wed, Jan 30, 2019, 18:12 Michel Dänzer  On 2019-01-30 10:34 a.m., Michel Dänzer wrote:
> > On 2019-01-29 10:39 p.m., Lasse Flygenring-Harrsen wrote:
> >> Package: xorg
> >> Version: 1:7.7+19
> >> Severity: critical
> >> Justification: breaks the whole system
> >>
> >> Dear Maintainer,
> >>
> >> I have been running a Fat-client LTSP (pxe network booted clients
> getting their software from NBD on a server) system at the school were i
> work
> >> for a couple of months, however recently input stopped working an all
> >> physical hardware, the system boots fine and the Displaymanager (LDM in
> >> my case) works fine except for the fact that keyboard and mouse input
> >> doesn't work. I have managed to get to a shell on the machines and in
> >> text mode TTY's keyboard input works fine and i have confirmed that
> >> both mouse and keyboard is being detected with lsusb. I also tried
> >> starting KDE with startkde, and X seems to work fine there as well
> except
> >> for the lack of keyboard input, same with xinit and xterm. I have also
> tried PS/2 input on the
> >> machines with the same results. The weirdest
> >> thing however is that virtual machines that boot from the same server do
> >> work, both with KVM and VirtualBox that are configured to simulate USB
> inputs. I have
> >> included the contents of /var/log/Xorg.0.log from one of the affected
> >> physical computers below. The problem seems to affect both the stable
> >> and testing branch, I have tried reinstallintg with both. With the same
> >> results.
> >>
> >> [...]
> >>
> >> [  1357.201] (II) config/udev: Adding input device Logitech USB Optical
> Mouse (/dev/input/mouse0)
> >> [  1357.201] (II) No input driver specified, ignoring this device.
> >> [  1357.201] (II) This device may have been added with another device
> file.
> >> [  1357.201] (II) config/udev: Adding input device ImPS/2 Logitech
> Wheel Mouse (/dev/input/mouse1)
> >> [  1357.202] (II) No input driver specified, ignoring this device.
> >> [  1357.202] (II) This device may have been added with another device
> file.
> >> [  1361.133] (II) Server terminated successfully (0). Closing log file.
> >
> > Looks like there are no input drivers that Xorg can use. Is either
> > xserver-xorg-input-libinput or xserver-xorg-input-evdev installed?
>
> Actually, I misinterpreted that.
>
> Your system seems to only have /dev/input/mouse* devices, but the
> xserver-xorg-input-libinput/evdev drivers only work with
> /dev/input/event*. This isn't an X bug but probably some kind of issue
> between the kernel and udev.
>
>
> --
> Earthling Michel Dänzer   |   http://www.amd.com
> Libre software enthusiast | Mesa and X developer
>


Bug#920862: xorg: Input doesn't work on LTSP clients while X is running, works otherwise

2019-01-30 Thread Michel Dänzer
On 2019-01-30 10:34 a.m., Michel Dänzer wrote:
> On 2019-01-29 10:39 p.m., Lasse Flygenring-Harrsen wrote:
>> Package: xorg
>> Version: 1:7.7+19
>> Severity: critical
>> Justification: breaks the whole system
>>
>> Dear Maintainer,
>>
>> I have been running a Fat-client LTSP (pxe network booted clients getting 
>> their software from NBD on a server) system at the school were i work
>> for a couple of months, however recently input stopped working an all
>> physical hardware, the system boots fine and the Displaymanager (LDM in
>> my case) works fine except for the fact that keyboard and mouse input
>> doesn't work. I have managed to get to a shell on the machines and in
>> text mode TTY's keyboard input works fine and i have confirmed that
>> both mouse and keyboard is being detected with lsusb. I also tried
>> starting KDE with startkde, and X seems to work fine there as well except
>> for the lack of keyboard input, same with xinit and xterm. I have also tried 
>> PS/2 input on the
>> machines with the same results. The weirdest
>> thing however is that virtual machines that boot from the same server do
>> work, both with KVM and VirtualBox that are configured to simulate USB 
>> inputs. I have
>> included the contents of /var/log/Xorg.0.log from one of the affected
>> physical computers below. The problem seems to affect both the stable
>> and testing branch, I have tried reinstallintg with both. With the same
>> results.  
>>
>> [...]
>>
>> [  1357.201] (II) config/udev: Adding input device Logitech USB Optical 
>> Mouse (/dev/input/mouse0)
>> [  1357.201] (II) No input driver specified, ignoring this device.
>> [  1357.201] (II) This device may have been added with another device file.
>> [  1357.201] (II) config/udev: Adding input device ImPS/2 Logitech Wheel 
>> Mouse (/dev/input/mouse1)
>> [  1357.202] (II) No input driver specified, ignoring this device.
>> [  1357.202] (II) This device may have been added with another device file.
>> [  1361.133] (II) Server terminated successfully (0). Closing log file.
> 
> Looks like there are no input drivers that Xorg can use. Is either
> xserver-xorg-input-libinput or xserver-xorg-input-evdev installed?

Actually, I misinterpreted that.

Your system seems to only have /dev/input/mouse* devices, but the
xserver-xorg-input-libinput/evdev drivers only work with
/dev/input/event*. This isn't an X bug but probably some kind of issue
between the kernel and udev.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast | Mesa and X developer



Bug#920862: xorg: Input doesn't work on LTSP clients while X is running, works otherwise

2019-01-30 Thread Michel Dänzer
On 2019-01-29 10:39 p.m., Lasse Flygenring-Harrsen wrote:
> Package: xorg
> Version: 1:7.7+19
> Severity: critical
> Justification: breaks the whole system
> 
> Dear Maintainer,
> 
> I have been running a Fat-client LTSP (pxe network booted clients getting 
> their software from NBD on a server) system at the school were i work
> for a couple of months, however recently input stopped working an all
> physical hardware, the system boots fine and the Displaymanager (LDM in
> my case) works fine except for the fact that keyboard and mouse input
> doesn't work. I have managed to get to a shell on the machines and in
> text mode TTY's keyboard input works fine and i have confirmed that
> both mouse and keyboard is being detected with lsusb. I also tried
> starting KDE with startkde, and X seems to work fine there as well except
> for the lack of keyboard input, same with xinit and xterm. I have also tried 
> PS/2 input on the
> machines with the same results. The weirdest
> thing however is that virtual machines that boot from the same server do
> work, both with KVM and VirtualBox that are configured to simulate USB 
> inputs. I have
> included the contents of /var/log/Xorg.0.log from one of the affected
> physical computers below. The problem seems to affect both the stable
> and testing branch, I have tried reinstallintg with both. With the same
> results.  
> 
> [...]
> 
> [  1357.201] (II) config/udev: Adding input device Logitech USB Optical Mouse 
> (/dev/input/mouse0)
> [  1357.201] (II) No input driver specified, ignoring this device.
> [  1357.201] (II) This device may have been added with another device file.
> [  1357.201] (II) config/udev: Adding input device ImPS/2 Logitech Wheel 
> Mouse (/dev/input/mouse1)
> [  1357.202] (II) No input driver specified, ignoring this device.
> [  1357.202] (II) This device may have been added with another device file.
> [  1361.133] (II) Server terminated successfully (0). Closing log file.

Looks like there are no input drivers that Xorg can use. Is either
xserver-xorg-input-libinput or xserver-xorg-input-evdev installed?


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast | Mesa and X developer



Bug#920862: xorg: Input doesn't work on LTSP clients while X is running, works otherwise

2019-01-29 Thread Lasse Flygenring-Harrsen
Package: xorg
Version: 1:7.7+19
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

I have been running a Fat-client LTSP (pxe network booted clients getting their 
software from NBD on a server) system at the school were i work
for a couple of months, however recently input stopped working an all
physical hardware, the system boots fine and the Displaymanager (LDM in
my case) works fine except for the fact that keyboard and mouse input
doesn't work. I have managed to get to a shell on the machines and in
text mode TTY's keyboard input works fine and i have confirmed that
both mouse and keyboard is being detected with lsusb. I also tried
starting KDE with startkde, and X seems to work fine there as well except
for the lack of keyboard input, same with xinit and xterm. I have also tried 
PS/2 input on the
machines with the same results. The weirdest
thing however is that virtual machines that boot from the same server do
work, both with KVM and VirtualBox that are configured to simulate USB inputs. 
I have
included the contents of /var/log/Xorg.0.log from one of the affected
physical computers below. The problem seems to affect both the stable
and testing branch, I have tried reinstallintg with both. With the same
results.  
i

 /var/log/Xorg.0.log 
[  1356.849] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[  1356.849] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[  1356.849] Current Operating System: Linux ltsp982 4.18.0-1-amd64 #1 SMP 
Debian 4.18.6-1 (2018-09-06) x86_64
[  1356.849] Kernel command line: BOOT_IMAGE=vmlinuz-4.18.0-1-amd64 ro 
initrd=initrd.img-4.18.0-1-amd64 init=/sbin/init-ltsp quiet root=/dev/nbd0 
BOOTIF=01-2c-fd-a1-e2-9f-70
[  1356.849] Build Date: 25 October 2018  06:15:23PM
[  1356.849] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[  1356.849] Current version of pixman: 0.36.0
[  1356.849]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1356.849] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1356.849] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 29 19:31:33 
2019
[  1356.849] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1356.850] (==) No Layout section.  Using the first Screen section.
[  1356.850] (==) No screen section available. Using defaults.
[  1356.850] (**) |-->Screen "Default Screen Section" (0)
[  1356.850] (**) |   |-->Monitor ""
[  1356.850] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[  1356.850] (==) Automatically adding devices
[  1356.850] (==) Automatically enabling devices
[  1356.850] (==) Automatically adding GPU devices
[  1356.850] (==) Max clients allowed: 256, resource mask: 0x1f
[  1356.850] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1356.850]Entry deleted from font path.
[  1356.850] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[  1356.850] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1356.850] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  1356.850] (II) Loader magic: 0x55d74ed61e20
[  1356.850] (II) Module ABI versions:
[  1356.850]X.Org ANSI C Emulation: 0.4
[  1356.850]X.Org Video Driver: 24.0
[  1356.850]X.Org XInput driver : 24.1
[  1356.850]X.Org Server Extension : 10.0
[  1356.851] (--) using VT number 2

[  1356.851] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[  1356.853] (--) PCI:*(9@0:0:0) 1002:15dd:1002:15dd rev 198, Mem @ 
0xe000/268435456, 0xf000/2097152, 0xfe50/524288, I/O @ 
0xe000/256, BIOS @ 0x/131072
[  1356.853] (II) LoadModule: "glx"
[  1356.853] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1356.854] (II) Module glx: vendor="X.Org Foundation"
[  1356.854]compiled for 1.20.3, module version = 1.0.0
[  1356.854]ABI class: X.Org Server Extension, version 10.0
[  1356.854] (==) Matched ati as autoconfigured driver 0
[  1356.854] (==) Matched modesetting as autoconfigured driver 1
[  1356.854] (==) Matched fbdev as autoconfigured driver 2
[  1356.854] (==) Matched vesa as autoconfigured driver 3
[  1356.854] (==) Assigned the driver to the xf86ConfigLayout
[  1356.854] (II) LoadModule: "ati"
[  1356.854] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  1356.854] (II) Module ati: vendor="X.Org Foundation"
[  1356.854]compiled for 1.20.1,