LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting partition(s) by label - Reboot required?? (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-partition-s-by-label-reboot-required-615096/)

mbr 05-11-2010 07:50 AM

Quote:

Originally Posted by archtoad6 (Post 3963314)
Where do I find udevtrigger?

I'm running MEPIS 8.0.15, KDE 3.5.10, kernel 2.6.27-1-mepis-smp.

It is a part of the "udev" package, which should be installed by default.

Type this to check it up:
Code:

~$ dpkg -S udevtrigger
If you get this:

udev: /sbin/udevtrigger
udev: /usr/share/man/man8/udevtrigger.8.gz

you are all set.

amn 05-12-2010 04:41 AM

Or if you don't use dpkg

just do a "whereis udevtrigger"

archtoad6 05-16-2010 08:13 AM

I should have been more clear ...
Quote:

Originally Posted by archtoad6 (Post 3963314)
Code:

~# aptitude search udevtrigger
~#


I meant the extra blank line to show that it's not in any package available from my current repositories, let alone installed on my system.


Quote:

Originally Posted by archtoad6 (Post 3963314)
Where do I find udevtrigger?

I meant where, as "in what repository", not how, like locate, find, whereis, dpkg -S, udev<TAB>, etc.


Quote:

Originally Posted by archtoad6 (Post 3963314)
I'm running MEPIS 8.0.15, KDE 3.5.10, kernel 2.6.27-1-mepis-smp.

I normally don't bother w/ so much system info., but I was hoping for an answer specific to mine. See below:

Code:

# dpkg -S udevtrigger
dpkg: *udevtrigger* not found.

So it's not in any installed package, but udev is installed:
Code:

# aptitude search udev
p  ludevit    - converter from standard Slovak into the L.
i  udev      - /dev/ and hotplug management daemon
p  uudeview  - Smart multi-file multi-part decoder (command line)

These are the commands that start w/ "udev", udevtrigger is not among them:
Code:

# udev<TAB>
udevadm    udevd      udevinfo    udevsettle

Finally, here is the version of udev that is installed:
Code:

# dpkg -l udev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version          Description
+++-======-================-===================================================
ii  udev  0.125-7+lenny3  /dev/ and hotplug management daemon

I suspect that the version which MEPIS 8.0.15 uses is older & that is why it doesn't contain udevtrigger.


All times are GMT -5. The time now is 09:48 AM.