Bug#543271: udev rules

2009-10-25 Thread Bartosz Fenski aka fEnIo
On Thu, Oct 22, 2009 at 05:03:02PM +0200, Adam Cécile (Le_Vert) wrote:

 Bartosz, do you have some time to look at it ?
 If not, I'll try to work on the issue during this week end, however I'm 
 not sure I'll find the time to do so.

I've got some spare time right now and I'm starting to work on it, so if
you're working on it too tell me about it.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:fe...@debian.org | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - malopolskie v. - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-http://fenski.pl | xmpp:fe...@jabber.org | rlu:172001


signature.asc
Description: Digital signature


Bug#543271: Bug #543271: udev rules

2009-10-23 Thread Simon McVittie
tags 543271 + patch
thanks

I can confirm that Matthias' patch (which is tiny and obvious) is sufficient
to solve the immediate problem of /dev/fuse being owned by root:root. It's
a sufficiently annoying bug, with a sufficiently trivial fix, that I'd be
happy to NMU this if you're too busy...

I haven't addressed Marco's other criticisms of this package's interaction
with udev, which I think could reasonably be represented by #534572.

I suspect that this patch may also be enough to close #473545, without doing
strange things like reloading udev, chgrp'ing the device node yourself, etc.

Regards,
Simon
diffstat for fuse_2.7.4-2 fuse_2.7.4-2.1

 debian/fuse-utils.udev  |1 +
 fuse-2.7.4/debian/changelog |9 +
 fuse-2.7.4/debian/rules |1 +
 3 files changed, 11 insertions(+)

diff -u fuse-2.7.4/debian/changelog fuse-2.7.4/debian/changelog
--- fuse-2.7.4/debian/changelog
+++ fuse-2.7.4/debian/changelog
@@ -1,3 +1,12 @@
+fuse (2.7.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch from Matthias Heinz to make /dev/fuse owned by root:fuse,
+which is no longer done by udev since fuse is a non-standard group
+originating from this package. (Closes: #543271)
+
+ -- Simon McVittie s...@debian.org  Fri, 23 Oct 2009 14:58:40 +0100
+
 fuse (2.7.4-2) unstable; urgency=low
 
   * Ack previous NMU, thanks.
diff -u fuse-2.7.4/debian/rules fuse-2.7.4/debian/rules
--- fuse-2.7.4/debian/rules
+++ fuse-2.7.4/debian/rules
@@ -77,6 +77,7 @@
 	done
 endif
 	dh_installman -s
+	dh_installudev
 	dh_link -s
 	dh_strip -s
 	dh_compress -s -Xusr/share/doc/libfuse-dev/examples/
only in patch2:
unchanged:
--- fuse-2.7.4.orig/debian/fuse-utils.udev
+++ fuse-2.7.4/debian/fuse-utils.udev
@@ -0,0 +1 @@
+KERNEL==fuse, GROUP=fuse


signature.asc
Description: Digital signature


Bug#543271: udev rules

2009-10-22 Thread Raphael Geissert
Hi Bartosz, Adam,

Could you please care a bit more about the package and fix this annoying bug?
It's been two months and there has been no single message from either of you 
regarding this issue.

Regards,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543271: udev rules

2009-10-22 Thread Adam Cécile (Le_Vert)

Hi,

Bartosz, do you have some time to look at it ?
If not, I'll try to work on the issue during this week end, however I'm 
not sure I'll find the time to do so.


Regards, Adam.

Raphael Geissert a écrit :

Hi Bartosz, Adam,

Could you please care a bit more about the package and fix this annoying bug?
It's been two months and there has been no single message from either of you 
regarding this issue.


Regards,
  





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543271: udev rules

2009-08-23 Thread Marco d'Itri
Package: fuse-utils
Version: 2.7.4-2
Severity: important

I am forced to remove from the udev package the rules referencing
non-standard groups, so you will have to either use the new ConsoleKit
framework to set ACLs or ship a rules file with this content:

KERNEL==fuse, GROUP=fuse

Please also remove:
- if grep -qE '^udev /dev' /proc/mounts
- if [ -d /dev/.udevdb/ ]
- [ ! -f /etc/init.d/udev ] || invoke-rc.d udev reload

-- 
ciao,
Marco


signature.asc
Description: Digital signature