On 01/12/2013 03:00 AM, Helmut Jarausch wrote:
> On 01/11/2013 03:04:01 PM, walt wrote:
>>
>> The problem is caused because many apps including lvm2 install their udev
>> config scripts in /usr/lib/udev/rules.d/ (where they never belonged in the
>> first place IMO) and they should instead now go in
On 12/01/13 00:33, Walter Dnes wrote:
On Fri, Jan 11, 2013 at 10:42:37AM -0600, Canek Pel??ez Vald??s wrote
No, because the problem has never been in udev (nor systemd, for that
matter). It fixes how *Gentoo* packages udev; probably the devs read
the following comment from Lennart (note it was
On Fri, 11 Jan 2013 15:30:54 -0500
James Cloos wrote:
> Or, just:
>
> :; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/
> | awk -F/ '{print "=" $5 "/" $6}' | xargs emerge -pv
>
> which should be fastest.
The original command runs quicker than the time it takes to parse
your'
On Fri, 11 Jan 2013 13:36:13 -0800
walt wrote:
> On 01/11/2013 12:18 PM, Alan McKinnon wrote:
> > On Fri, 11 Jan 2013 11:52:14 -0800
> > walt wrote:
> >
> >> On 01/11/2013 07:14 AM, Nikos Chantziaras wrote:
> >>> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort
> >>> -u); do ech
On 01/11/2013 12:18 PM, Alan McKinnon wrote:
> On Fri, 11 Jan 2013 11:52:14 -0800
> walt wrote:
>
>> On 01/11/2013 07:14 AM, Nikos Chantziaras wrote:
>>> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort
>>> -u); do echo "=$p"; done)
>>
>> qfile stopped working for me many weeks ag
James Cloos schrieb am 11.01.2013 21:30:
> Or, just:
>
> :; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/ | awk
> -F/ '{print "=" $5 "/" $6}' | xargs emerge -pv
>
> which should be fastest.
>
> -JimC
Or "emerge -av /usr/lib/udev". See "man emerge 1"
--
Regards
Daniel
Or, just:
:; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/ | awk -F/
'{print "=" $5 "/" $6}' | xargs emerge -pv
which should be fastest.
-JimC
--
James Cloos OpenPGP: 1024D/ED7DAEA6
On 1/11/2013 09:14, Nikos Chantziaras wrote:
On 11/01/13 16:04, walt wrote:
This seems to me like very happy news indeed, but I'm interested in
contrary
opinions. There's a recent thread discussing how udev-197 breaks
lvm2, but
that's a trivial fix once you know about it.
The problem is caused
On Fri, 11 Jan 2013 11:52:14 -0800
walt wrote:
> On 01/11/2013 07:14 AM, Nikos Chantziaras wrote:
> > emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort
> > -u); do echo "=$p"; done)
>
> qfile stopped working for me many weeks ago and I wish I could get it
> working again. All the
On 01/11/2013 07:14 AM, Nikos Chantziaras wrote:
> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do echo
> "=$p"; done)
qfile stopped working for me many weeks ago and I wish I could get it working
again.
All the other portage utils work normally, though. Any idea how to
On 01/11/2013 09:14 AM, Nikos Chantziaras wrote:
> On 11/01/13 16:04, walt wrote:
>> This seems to me like very happy news indeed, but I'm interested in
>> contrary
>> opinions. There's a recent thread discussing how udev-197 breaks
>> lvm2, but
>> that's a trivial fix once you know about it.
>>
>
On 11/01/13 19:51, Stefan G. Weichinger wrote:
Am 11.01.2013 16:14, schrieb Nikos Chantziaras:
Running this command (all in one line):
emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do
echo "=$p"; done)
should re-emerge all packages that still have files there. After t
Am 11.01.2013 16:14, schrieb Nikos Chantziaras:
> Running this command (all in one line):
>
> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do
> echo "=$p"; done)
>
> should re-emerge all packages that still have files there. After that,
> /usr/lib/udev should no longer
Am 11.01.2013 16:14, schrieb Nikos Chantziaras:
> Running this command (all in one line):
>
> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do
> echo "=$p"; done)
>
> should re-emerge all packages that still have files there. After that,
> /usr/lib/udev should no longer
On 11/01/13 16:04, walt wrote:
This seems to me like very happy news indeed, but I'm interested in contrary
opinions. There's a recent thread discussing how udev-197 breaks lvm2, but
that's a trivial fix once you know about it.
The problem is caused because many apps including lvm2 install thei
15 matches
Mail list logo