[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-12 Thread walt
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

[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Nikos Chantziaras
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Alan McKinnon
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'

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Alan McKinnon
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

[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread walt
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Daniel Pielmeier
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread James Cloos
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Dustin C. Hatch
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Alan McKinnon
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

[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread walt
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Daniel Campbell
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. >> >

[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Nikos Chantziaras
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Stefan G. Weichinger
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

Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Stefan G. Weichinger
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

[gentoo-user] Re: udev-197 moves from /usr/lib to /lib

2013-01-11 Thread Nikos Chantziaras
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