public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] udevinfo - where is it
@ 2008-10-23 10:29 Helmut Jarausch
  2008-10-23 10:41 ` Jacques Montier
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-23 10:29 UTC (permalink / raw
  To: gentoo-user

Hi,

I have a recent GenToo system (udev-130-r1) but I cannot
find the utility  'udevinfo'
Which package contains it?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:29 [gentoo-user] udevinfo - where is it Helmut Jarausch
@ 2008-10-23 10:41 ` Jacques Montier
  2008-10-23 10:45   ` Helmut Jarausch
  2008-10-23 10:45 ` Christian Franke
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Jacques Montier @ 2008-10-23 10:41 UTC (permalink / raw
  To: gentoo-user

Helmut Jarausch a gentiment tapote:
> Hi,
>
> I have a recent GenToo system (udev-130-r1) but I cannot
> find the utility  'udevinfo'
> Which package contains it?
>
> Many thanks for a hint,
>
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>
>
>   
Hi

$ qfile udevinfo
$ sys-fs/udev (/usr/bin/udevinfo)

Cheers,

--
Jacques



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:29 [gentoo-user] udevinfo - where is it Helmut Jarausch
  2008-10-23 10:41 ` Jacques Montier
@ 2008-10-23 10:45 ` Christian Franke
  2008-10-23 10:46 ` Justin
  2008-10-23 10:56 ` Dave Jones
  3 siblings, 0 replies; 8+ messages in thread
From: Christian Franke @ 2008-10-23 10:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

On 10/23/2008 12:29 PM, Helmut Jarausch wrote:
> I have a recent GenToo system (udev-130-r1) but I cannot
> find the utility  'udevinfo'
> Which package contains it?

With my udev-124-r1 it is in the udev package. But /usr/bin/udevinfo is
just a symlink to /sbin/udevadm, so maybe you should look for the latter.

Add: Just built 130-r1. In the messages for it is:
"If you build an initramfs including udev, then please make sure that
the /sbin/udevadm binary gets included,  and your scripts changed to use
it, as it replaces the old helper apps udevinfo, udevtrigger, ..."

Regards,
Christian Franke


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:41 ` Jacques Montier
@ 2008-10-23 10:45   ` Helmut Jarausch
  0 siblings, 0 replies; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-23 10:45 UTC (permalink / raw
  To: gentoo-user

On 23 Oct, Jacques Montier wrote:
> Helmut Jarausch a gentiment tapote:
>> Hi,
>>
>> I have a recent GenToo system (udev-130-r1) but I cannot
>> find the utility  'udevinfo'
>> Which package contains it?
>>
>> Many thanks for a hint,
>>
>> Helmut Jarausch
>>
>> Lehrstuhl fuer Numerische Mathematik
>> RWTH - Aachen University
>> D 52056 Aachen, Germany
>>
>>
>>   
> Hi
> 
> $ qfile udevinfo
> $ sys-fs/udev (/usr/bin/udevinfo)
> 

Unfortunately this is not the case here.

I believe
/sbin/udevadm
looks like a replacement, but I'm not sure.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:29 [gentoo-user] udevinfo - where is it Helmut Jarausch
  2008-10-23 10:41 ` Jacques Montier
  2008-10-23 10:45 ` Christian Franke
@ 2008-10-23 10:46 ` Justin
  2008-10-23 11:03   ` Helmut Jarausch
  2008-10-23 10:56 ` Dave Jones
  3 siblings, 1 reply; 8+ messages in thread
From: Justin @ 2008-10-23 10:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

Helmut Jarausch schrieb:
> Hi,
>
> I have a recent GenToo system (udev-130-r1) but I cannot
> find the utility  'udevinfo'
> Which package contains it?
>
> Many thanks for a hint,
>
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>
>   
udev has some problem with upgrading and loosing functions. I noticed
this a while ago. But all udev function like udevinfo, udevmonitor are
symlinks to udevadm. You can get all functionalities with "udevadm
info/monitor" etc.

http://www.portagefilelist.de


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:29 [gentoo-user] udevinfo - where is it Helmut Jarausch
                   ` (2 preceding siblings ...)
  2008-10-23 10:46 ` Justin
@ 2008-10-23 10:56 ` Dave Jones
  3 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2008-10-23 10:56 UTC (permalink / raw
  To: gentoo-user

Helmut Jarausch wrote on 23/10/08 12:29:
> I have a recent GenToo system (udev-130-r1) but I cannot
> find the utility  'udevinfo'
> Which package contains it?

sys-fs/udev



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 10:46 ` Justin
@ 2008-10-23 11:03   ` Helmut Jarausch
  2008-10-23 11:26     ` David Relson
  0 siblings, 1 reply; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-23 11:03 UTC (permalink / raw
  To: gentoo-user

On 23 Oct, Justin wrote:

> udev has some problem with upgrading and loosing functions. I noticed
> this a while ago. But all udev function like udevinfo, udevmonitor are
> symlinks to udevadm. You can get all functionalities with "udevadm
> info/monitor" etc.
> 
> http://www.portagefilelist.de


Many thanks to all of you who helped.

(just a note: the symlinks are not installed automatically here)

Helmut.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] udevinfo - where is it
  2008-10-23 11:03   ` Helmut Jarausch
@ 2008-10-23 11:26     ` David Relson
  0 siblings, 0 replies; 8+ messages in thread
From: David Relson @ 2008-10-23 11:26 UTC (permalink / raw
  To: gentoo-user

On Thu, 23 Oct 2008 13:03:10 +0200 (CEST)
Helmut Jarausch wrote:

> On 23 Oct, Justin wrote:
> 
> > udev has some problem with upgrading and loosing functions. I
> > noticed this a while ago. But all udev function like udevinfo,
> > udevmonitor are symlinks to udevadm. You can get all
> > functionalities with "udevadm info/monitor" etc.
> > 
> > http://www.portagefilelist.de
> 
> 
> Many thanks to all of you who helped.
> 
> (just a note: the symlinks are not installed automatically here)
> 
> Helmut.
> 

Being curious and learning I didn't have the udevinfo symlink, I
created it and ran it:

# ( cd /sbin ; ln -s udevadm udevinfo )
# udevinfo
the program '/bin/bash' called 'udevinfo', it should use 'udevadm info
<options>', this will stop working in a future release missing option

I understand this to mean that the symlinks are obsolete and are being
deleted by newer ebuilds.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-10-23 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 10:29 [gentoo-user] udevinfo - where is it Helmut Jarausch
2008-10-23 10:41 ` Jacques Montier
2008-10-23 10:45   ` Helmut Jarausch
2008-10-23 10:45 ` Christian Franke
2008-10-23 10:46 ` Justin
2008-10-23 11:03   ` Helmut Jarausch
2008-10-23 11:26     ` David Relson
2008-10-23 10:56 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox