Marcus, I just confirmed that your patch works as well. I will use it
for the gutsy upload. Thank you!
--
Permissions on /dev/usblp* don't agree with cupsys
https://bugs.launchpad.net/bugs/76077
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact f
** Changed in: libgphoto2 (Debian)
Status: Unknown => Fix Released
--
Permissions on /dev/usblp* don't agree with cupsys
https://launchpad.net/bugs/76077
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Bug watch added: Debian Bug tracker #408253
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408253
** Also affects: libgphoto2 (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408253
Importance: Unknown
Status: Unknown
--
Permissions on /dev/usblp* don't agree wi
libgphoto2 (2.3.0-0ubuntu2) feisty; urgency=low
.
* packaging/generic/print-camera-list.c: Ignore zero vendor IDs, since they
will match on parent devices without a vendor/product ID (since we have to
use ATTRS, not just ATTR). This avoids messing up other device's
permissions.
This ATTRS line with two entries was caused by libgphoto2 2.3.1, which
had a small bug there.
I am using this patch, but please verify yourself.
** Attachment added: "fix.patch"
http://librarian.launchpad.net/6422096/xx.pat
--
Permissions on /dev/usblp* don't agree with cupsys
https://l
** Changed in: libgphoto2 (Ubuntu)
Status: In Progress => Fix Committed
--
Permissions on /dev/usblp* don't agree with cupsys
https://launchpad.net/bugs/76077
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
On Tue, Feb 13, 2007 at 02:03:57PM -, Patrice Vetsel wrote:
> temporary workaround is to do :
> sudo addgroup cupsys plugdev
> sudo /etc/init.d/cupsys restart
Please don't. If you are affected by this bug and require a workaround,
do:
sudo chgrp lp /dev/usblp0
This must be done each time th
Ah, got it. s/ATTRS/ATTR/ in the does the trick, since that won't catch
parent devices without vendor/product ID.
** Changed in: udev (Ubuntu)
Status: Confirmed => Rejected
--
Permissions on /dev/usblp* don't agree with cupsys
https://launchpad.net/bugs/76077
--
ubuntu-bugs mailing list
Will do the workaround in libgphoto2.
Keeping udev task open, since this does not look right nevertheless.
** Changed in: libgphoto2 (Ubuntu)
Importance: Undecided => High
Assignee: (unassigned) => Martin Pitt
Status: Unconfirmed => In Progress
** Changed in: libgphoto2 (Ubuntu)
The cause is this line in 45-libgphoto2.rules:
ATTRS{idVendor}=="", ATTRS{idProduct}=="", MODE="0660",
GROUP="plugdev"
Of course this is a bogus line and should be removed from the libgphoto2
rules, but still, this rule is not supposed to match on a printer with
nonzero vendor/product IDs
temporary workaround is to do :
sudo addgroup cupsys plugdev
sudo /etc/init.d/cupsys restart
** Changed in: udev (Ubuntu)
Importance: Undecided => High
Status: Unconfirmed => Confirmed
--
Permissions on /dev/usblp* don't agree with cupsys
https://launchpad.net/bugs/76077
--
ubuntu-bu
I poked around at this some more, and found something interesting. If
the "last_rule" option is added to the rule on line 37, the device node
gets created with the correct group. This leads me to believe that some
other rule later in the chain is overwriting the GROUP, however I was
unable to fin
I just ran into this problem as well. My USB printer wouldn't work, I
noticed "permission denied" in the logs.
I found something interesting in /etc/udev/rules.d/40-permissions.rules.
Line 12 reads:
SUBSYSTEMS=="usb", GROUP="plugdev"
Obviously, this puts all USB devices
This bug is still around in current Feisty. Scott?
--
Permissions on /dev/usblp* don't agree with cupsys
https://launchpad.net/bugs/76077
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
14 matches
Mail list logo