Your message dated Wed, 17 Jun 2009 15:30:21 +0930
with message-id <[email protected]>
and subject line Re: Bug#533337: xserver-xorg-input-wacom: wacom device created
with rw persmission for only root group.
has caused the Debian Bug report #533337,
regarding xserver-xorg-input-wacom: wacom device created with rw persmission
for only root group.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
533337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xserver-xorg-input-wacom
Version: 0.8.1.6-1
Severity: normal
I am unable to use my graphire tablet as a non-root user (with presure
sensativity). Normal use works, but gimp reports "permission denied".
Connecting the usb graphire results in this in /var/log/messages:
Jun 16 09:39:29 insitu kernel: [621587.736012] usb 3-2: new low speed USB
device
using uhci_hcd and address 9
Jun 16 09:39:29 insitu kernel: [621587.911006] usb 3-2: configuration #1 chosen
from 1 choice
Jun 16 09:39:29 insitu kernel: [621587.914907] input: Wacom Graphire as
/class/input/input108
Jun 16 09:39:29 insitu kernel: [621587.951044] usb 3-2: New USB device found,
idVendor=056a, idProduct=0010
Jun 16 09:39:29 insitu kernel: [621587.951051] usb 3-2: New USB device strings:
Mfr=1, Product=2, SerialNumber=0
Jun 16 09:39:29 insitu kernel: [621587.951054] usb 3-2: Product: ET-0405-UV1.1-1
Jun 16 09:39:29 insitu kernel: [621587.951056] usb 3-2: Manufacturer: WACOM
Jun 16 09:39:29 insitu logger: device 3-2:1.0 is bound to the wacom driver
Jun 16 09:39:29 insitu logger: no need to rebind
The device /dev/input/event8 gets created, with the following persmissions:
crw-rw---- 1 root root 13, 72 2009-06-16 09:40 /dev/input/event8
Also a symlink to this file is created:
lrwxrwxrwx 1 root root 6 2009-06-16 09:40 /dev/input/tablet-graphire -> event8
But since the device file (created by udev?) is only rw for the root group the
tablet-graphire device is not accessible by non-root user.
If I manually change the group to "plugdev" then the tablet works as expected.
I tried reloading the udev rules, reinstalling (and dpkg-reconfigure) of
xserver-xorg-input-wacom without success.
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages xserver-xorg-input-wacom depends on:
ii xserver-xorg-core 2:1.4.2-11 Xorg X server - core server
xserver-xorg-input-wacom recommends no packages.
Versions of packages xserver-xorg-input-wacom suggests:
ii wacom-tools 0.8.1.6-1 utilities for Wacom tablet devices
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On Tue, Jun 16, 2009 at 09:54:36AM -0700, B. Bogart wrote:
> Package: xserver-xorg-input-wacom
> Version: 0.8.1.6-1
> Severity: normal
>
> I am unable to use my graphire tablet as a non-root user (with presure
> sensativity). Normal use works, but gimp reports "permission denied".
Then you've almost certainly got some local configuration error,
but from the information here I can't really say what that might be.
Gimp shouldn't be trying to access this device directly, it should
be getting it from X, and X should be suid root because it needs to
do a whole bunch of things that only root can.
> Connecting the usb graphire results in this in /var/log/messages:
>
> Jun 16 09:39:29 insitu kernel: [621587.736012] usb 3-2: new low speed USB
> device
> using uhci_hcd and address 9
> Jun 16 09:39:29 insitu kernel: [621587.911006] usb 3-2: configuration #1
> chosen
> from 1 choice
> Jun 16 09:39:29 insitu kernel: [621587.914907] input: Wacom Graphire as
> /class/input/input108
> Jun 16 09:39:29 insitu kernel: [621587.951044] usb 3-2: New USB device found,
> idVendor=056a, idProduct=0010
> Jun 16 09:39:29 insitu kernel: [621587.951051] usb 3-2: New USB device
> strings:
> Mfr=1, Product=2, SerialNumber=0
> Jun 16 09:39:29 insitu kernel: [621587.951054] usb 3-2: Product:
> ET-0405-UV1.1-1
> Jun 16 09:39:29 insitu kernel: [621587.951056] usb 3-2: Manufacturer: WACOM
> Jun 16 09:39:29 insitu logger: device 3-2:1.0 is bound to the wacom driver
> Jun 16 09:39:29 insitu logger: no need to rebind
>
> The device /dev/input/event8 gets created, with the following persmissions:
> crw-rw---- 1 root root 13, 72 2009-06-16 09:40 /dev/input/event8
>
> Also a symlink to this file is created:
> lrwxrwxrwx 1 root root 6 2009-06-16 09:40 /dev/input/tablet-graphire -> event8
>
> But since the device file (created by udev?) is only rw for the root group
> the
> tablet-graphire device is not accessible by non-root user.
That all looks perfectly normal to me, there is no sign of a bug in
the wacom package itself here. And yes, the device and links are
created by udev.
> If I manually change the group to "plugdev" then the tablet works as expected.
If you really had some _special_ case where that was actually required
you can configure the owner and group in the udev rules for the tablet.
But I don't recommend that you do that here, it seems like you've got
some other configuration problem with X that you should sort out instead.
> I tried reloading the udev rules, reinstalling (and dpkg-reconfigure) of
> xserver-xorg-input-wacom without success.
The linuxwacom list might be a good place to talk through your xorg
config to see what you've missed, if it's not immediately evident to
you when you review how they suggest configuring xorg for the tablet.
There are docs for that on the web site.
I don't see a bug that requires tweaking this package though, so I'm
closing it as a pending issue here.
Sorry,
Ron
--- End Message ---