Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to install rdev?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Wurgl
n00b
n00b


Joined: 14 Aug 2005
Posts: 27

PostPosted: Wed Nov 09, 2005 8:33 pm    Post subject: How to install rdev? Reply with quote

Hi guys!

I am seraching for this neat program rdev. I tried emerge --search rdev and emerger --searchdesc rdev, but I could not find it. In which package is this program hidden?
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Nov 09, 2005 8:38 pm    Post subject: Reply with quote

Code:
equery b rdev
sys-apps/util-linux

It's part of the core system, since it manipulates the kernel directly.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Wurgl
n00b
n00b


Joined: 14 Aug 2005
Posts: 27

PostPosted: Wed Nov 09, 2005 8:49 pm    Post subject: Reply with quote

[quote="adaptr"][code]equery b rdev
sys-apps/util-linux[/code]
It's part of the core system, since it manipulates the kernel directly.[/quote]

[code]hasnoname ~ # emerge -s util-linux
Searching...
[ Results for search key : util-linux ]
[ Applications found : 1 ]

* sys-apps/util-linux
Latest version available: 2.12i-r1
Latest version installed: 2.12i-r1
Size of downloaded files: 1,933 kB
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/
Description: Various useful Linux utilities
License: GPL-2
[/code]

So, util-linux is installed.

[code]
hasnoname ~ # locate rdev
/usr/include/linux/etherdevice.h
/usr/include/linux/trdevice.h
/usr/share/doc/libsdl-1.2.8-r1/html/docs/html/sdlkeyboardevent.html
/usr/share/mime/inode/chardevice.xml
/usr/lib64/perl5/site_perl/5.8.6/x86_64-linux/linux/etherdevice.ph
/usr/lib64/perl5/site_perl/5.8.6/x86_64-linux/linux/trdevice.ph
/usr/lib64/perl5/site_perl/5.8.6/x86_64-linux/etherdevice.ph
/usr/lib64/perl5/site_perl/5.8.6/x86_64-linux/trdevice.ph
/usr/src/linux-2.6.12-gentoo-r6/include/linux/etherdevice.h
/usr/src/linux-2.6.12-gentoo-r6/include/linux/trdevice.h
/usr/src/linux-2.6.12-gentoo-r6/include/config/i2c/chardev.h
/usr/kde/3.4/share/mimelnk/inode/chardevice.desktop
/usr/kde/3.4/share/icons/crystalsvg/32x32/devices/chardevice.png
/usr/kde/3.4/share/icons/crystalsvg/16x16/devices/chardevice.png
/usr/kde/3.4/share/icons/crystalsvg/64x64/devices/chardevice.png
/usr/kde/3.4/share/icons/crystalsvg/48x48/devices/chardevice.png
/usr/kde/3.4/share/icons/crystalsvg/scalable/devices/chardevice.svgz
/usr/kde/3.4/share/icons/crystalsvg/128x128/devices/chardevice.png
/usr/kde/3.4/share/icons/Locolor/16x16/filesystems/chardevice.png
/usr/kde/3.4/share/icons/Locolor/32x32/filesystems/chardevice.png
/usr/kde/3.4/share/icons/kdeclassic/16x16/filesystems/chardevice.png
/usr/kde/3.4/share/icons/kdeclassic/32x32/filesystems/chardevice.png
/usr/kde/3.4/share/icons/kdeclassic/48x48/filesystems/chardevice.png
/usr/kde/3.4/share/icons/slick/16x16/filesystems/chardevice.png
/usr/kde/3.4/share/icons/slick/22x22/filesystems/chardevice.png
/usr/kde/3.4/share/icons/slick/32x32/filesystems/chardevice.png
/usr/kde/3.4/share/icons/slick/48x48/filesystems/chardevice.png
/usr/kde/3.4/share/icons/slick/64x64/filesystems/chardevice.png
/usr/kde/3.4/include/kfilterdev.h
[/code]

But no rdev :-(

Masked out for AMD64?
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Nov 09, 2005 9:30 pm    Post subject: Reply with quote

You already have it - that's what equery does.
Are you running this as root ?
You'd better.

BTW, a single executable inside a package can't be masked - only an entire package can.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Wurgl
n00b
n00b


Joined: 14 Aug 2005
Posts: 27

PostPosted: Thu Nov 10, 2005 7:18 am    Post subject: Reply with quote

adaptr wrote:
You already have it - that's what equery does.
Are you running this as root ?
You'd better.

BTW, a single executable inside a package can't be masked - only an entire package can.


Something is wrong here.

Code:

me@hasnoname ~ $ su -
Password:
hasnoname ~ # equery
-bash: equery: command not found
hasnoname ~ # rdev
-bash: rdev: command not found
hasnoname ~ # uname -a
Linux hasnoname 2.6.12-gentoo-r6 #11 SMP Sun Sep 25 23:10:04 CEST 2005 x86_64 AMD Opteron(tm) Processor 244 AuthenticAMD GNU/Linux
hasnoname ~ # echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3:/usr/qt/3/bin:/usr/kde/3.4/sbin:/usr/kde/3.4/bin


Maybe I did something wrong during the installation, I am totally confused :(

How can I install rdev and what is equery?
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Thu Nov 10, 2005 5:45 pm    Post subject: Reply with quote

You cannot install rdev - it is part of the core system package util-linux; if that were missing the system wouldn't even boot.
Equery is part of portage; if that is missing - really missing - then something is definitely b0rked.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
El_Presidente_Pufferfish
Veteran
Veteran


Joined: 11 Jul 2002
Posts: 1179
Location: Seattle

PostPosted: Thu Nov 10, 2005 5:56 pm    Post subject: Reply with quote

adaptr wrote:

Equery is part of portage; if that is missing - really missing - then something is definitely b0rked.


equery is party of gentoolkit, i think
Back to top
View user's profile Send private message
omp
Retired Dev
Retired Dev


Joined: 10 Sep 2005
Posts: 1018
Location: Glendale, California

PostPosted: Thu Nov 10, 2005 6:05 pm    Post subject: Reply with quote

El_Presidente_Pufferfish wrote:
equery is party of gentoolkit, i think
I also think the same, but I'm not too sure.
_________________
meow.
Back to top
View user's profile Send private message
Wurgl
n00b
n00b


Joined: 14 Aug 2005
Posts: 27

PostPosted: Thu Nov 10, 2005 6:16 pm    Post subject: Reply with quote

omp wrote:
El_Presidente_Pufferfish wrote:
equery is party of gentoolkit, i think
I also think the same, but I'm not too sure.


Yep! equery is definitely in gentoolkit. Thanks.

Still missing rdev.
Code:

hasnoname ~ # equery b rdev
[ Searching for file(s) rdev in *... ]
hasnoname ~ #

:-(
Back to top
View user's profile Send private message
gentsquash
l33t
l33t


Joined: 03 Nov 2004
Posts: 753
Location: Still a Gentoo beginner.

PostPosted: Thu Nov 10, 2005 9:13 pm    Post subject: Reply with quote

Do you have a file yclept /usr/sbin/rdev ?
_________________
Your thread resolved? Putting [SOLVED] in its title helps all Gentooers. (Button "edit" , first post)
Prof. Jonathan LF King, Mathematics dept., University of Florida
Back to top
View user's profile Send private message
Wurgl
n00b
n00b


Joined: 14 Aug 2005
Posts: 27

PostPosted: Fri Nov 11, 2005 5:09 am    Post subject: Reply with quote

gentsquash wrote:
Do you have a file yclept /usr/sbin/rdev ?


Code:

hasnoname ~ # ls /usr/sbin/r<TAB><TAB>
rarpd        readprofile  reject       rexecd       rmd160       rpc.mountd   rpcinfo      rshd
rdisc        regenworld   restore-tar  rlogind      rmt          rpc.nfsd     rscsi        run-crons
hasnoname ~ # locate yclept
hasnoname ~ #


Neither a /usr/sbin/rdev, nor anywhere a file yclept.

I mean, I helped myself and copied rdev from gentoo, but this is a 32 bit program, and I would like the 64 bit version :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum