* Re: [ANNOUNCE] udev 152 release
2010-04-20 7:55 [ANNOUNCE] udev 152 release Kay Sievers
@ 2010-04-21 3:46 ` Robby Workman
2010-04-21 4:19 ` Robby Workman
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Robby Workman @ 2010-04-21 3:46 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 806 bytes --]
On Tue, 20 Apr 2010 09:55:16 +0200
Kay Sievers <kay.sievers@vrfy.org> wrote:
> The tarball can be found here:
> ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
> ...
> udev 152
I rambled around the IRC channel a bit before I figured out
what the heck was wrong, and I'm only posting here because I
suspect someone else might run across this and be equally
baffled trying to find what is later an obvious thing :-)
Somehow the configure and configure.ac inside the udev-152 source
tarball has this:
./configure: with_firmware_path="/lib/fimware/updates:/lib/fimware"
./configure.ac: [with_firmware_path="/lib/fimware/updates:/lib/fimware"]
I don't see that string in the git repo, so I guess there was
a typo when running autogen.sh on your end of things.
-RW
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] udev 152 release
2010-04-20 7:55 [ANNOUNCE] udev 152 release Kay Sievers
2010-04-21 3:46 ` Robby Workman
@ 2010-04-21 4:19 ` Robby Workman
2010-10-03 6:55 ` Andreas Metzler
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Robby Workman @ 2010-04-21 4:19 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]
On Tue, 20 Apr 2010 22:46:19 -0500
Robby Workman <rw@rlworkman.net> wrote:
> On Tue, 20 Apr 2010 09:55:16 +0200
> Kay Sievers <kay.sievers@vrfy.org> wrote:
>
> > The tarball can be found here:
> > ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
> > ...
> > udev 152
>
>
> I rambled around the IRC channel a bit before I figured out
> what the heck was wrong, and I'm only posting here because I
> suspect someone else might run across this and be equally
> baffled trying to find what is later an obvious thing :-)
>
> Somehow the configure and configure.ac inside the udev-152 source
> tarball has this:
>
> ./configure: with_firmware_path="/lib/fimware/updates:/lib/fimware"
> ./configure.ac:
> [with_firmware_path="/lib/fimware/updates:/lib/fimware"]
>
> I don't see that string in the git repo, so I guess there was
> a typo when running autogen.sh on your end of things.
Ooh, I take that back. I'm blind.
configure.ac in git has the bad string. I suspect it's easier
to just fix yourself as opposed to applying a patch, but just
in case:
http://git.rlworkman.net/gitweb.cgi?p=udev.git;a=commitdiff;h=24e229e4c0bbbb0c882f70cab40be9d03c67be91
-RW
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] udev 152 release
2010-04-20 7:55 [ANNOUNCE] udev 152 release Kay Sievers
2010-04-21 3:46 ` Robby Workman
2010-04-21 4:19 ` Robby Workman
@ 2010-10-03 6:55 ` Andreas Metzler
2010-10-03 11:17 ` Kay Sievers
2010-10-03 11:59 ` Andreas Metzler
4 siblings, 0 replies; 6+ messages in thread
From: Andreas Metzler @ 2010-10-03 6:55 UTC (permalink / raw)
To: linux-hotplug
Kay Sievers <kay.sievers <at> vrfy.org> writes:
[...]
> Here comes a new udev version.
[...]
> udev 152
[...]
> The option "all_partitions" was removed from udev. This should not be
> needed for usual hardware. Udev can not safely make assumptions
> about non-existing partition major/minor numbers, and therefore no
> longer provide this unreliable and unsafe option.
[...]
Hello,
is there a officially suggested replacement for "all_partitions"?
USB-cardreaders are not "unusual", but nevertheless usually do not report
media-changes (See
http://www.reactivated.net/writing_udev_rules.html#example-usbcardreader).
thanks, cu andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ANNOUNCE] udev 152 release
2010-04-20 7:55 [ANNOUNCE] udev 152 release Kay Sievers
` (2 preceding siblings ...)
2010-10-03 6:55 ` Andreas Metzler
@ 2010-10-03 11:17 ` Kay Sievers
2010-10-03 11:59 ` Andreas Metzler
4 siblings, 0 replies; 6+ messages in thread
From: Kay Sievers @ 2010-10-03 11:17 UTC (permalink / raw)
To: linux-hotplug
On Sun, Oct 3, 2010 at 08:55, Andreas Metzler
<ametzler@downhill.at.eu.org> wrote:
> Kay Sievers <kay.sievers <at> vrfy.org> writes:
> [...]
>> Here comes a new udev version.
> [...]
>> udev 152
> [...]
>> The option "all_partitions" was removed from udev. This should not be
>> needed for usual hardware. Udev can not safely make assumptions
>> about non-existing partition major/minor numbers, and therefore no
>> longer provide this unreliable and unsafe option.
> [...]
>
> is there a officially suggested replacement for "all_partitions"?
> USB-cardreaders are not "unusual", but nevertheless usually do not report
> media-changes (See
> http://www.reactivated.net/writing_udev_rules.html#example-usbcardreader).
No, not in udev. The main device node needs to be polled periodically.
This is usually done by udisks, a simple 'touch' will also do.
Currently it's being worked on to add polling to the kernel itself.
Kay
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] udev 152 release
2010-04-20 7:55 [ANNOUNCE] udev 152 release Kay Sievers
` (3 preceding siblings ...)
2010-10-03 11:17 ` Kay Sievers
@ 2010-10-03 11:59 ` Andreas Metzler
4 siblings, 0 replies; 6+ messages in thread
From: Andreas Metzler @ 2010-10-03 11:59 UTC (permalink / raw)
To: linux-hotplug
Kay Sievers <kay.sievers@vrfy.org> wrote:
> On Sun, Oct 3, 2010 at 08:55, Andreas Metzler
> <ametzler@downhill.at.eu.org> wrote:
>> Kay Sievers <kay.sievers <at> vrfy.org> writes:
>> [...]
>>> Here comes a new udev version.
>> [...]
>>> udev 152
>> [...]
>>> The option "all_partitions" was removed from udev. This should not be
>>> needed for usual hardware. Udev can not safely make assumptions
>>> about non-existing partition major/minor numbers, and therefore no
>>> longer provide this unreliable and unsafe option.
>> [...]
>> is there a officially suggested replacement for "all_partitions"?
>> USB-cardreaders are not "unusual", but nevertheless usually do not report
>> media-changes (See
>> http://www.reactivated.net/writing_udev_rules.html#example-usbcardreader).
> No, not in udev. The main device node needs to be polled periodically.
> This is usually done by udisks, a simple 'touch' will also do.
> Currently it's being worked on to add polling to the kernel itself.
Isn't polling evil(TM)?
I would be (and was) perfectlywithe leightweight solution of of
automatically get /dev/sdX[1-8] and symlinks /dev/cardreader/sd[1-8]
instead of just /dev/sdX and the symlink /dev/cardreader/sd when udev
detects the presence of the cardreader device. Whether the number of
device nodes exactly matches the number of partitions on the inserted
sd-card is not really of importance for me.
cu andreas
^ permalink raw reply [flat|nested] 6+ messages in thread