This script is for Slackware 12.0 only and may be outdated.

SlackBuilds Repository

12.0 > System > ivman (0.6.14)

ivman is a generic handler for HAL events. Originally for automounting,
it can now be used to run arbitrary commands when events or conditions
occur or properties are modified on your hardware (e.g., run a command
when you close your laptop's lid, run a command when a particular
device is attached or a particular CD is inserted, etc).

ivman allows you to have automount feature even if you don't use a
volume manager like KDE, GNOME, or XFCE includes. Just run ivman in
background, and if you're not root, be sure to also install pmount
that allows you to mount without being root and having the devices
listed on /etc/fstab.

NOTE FROM SUBMITTER:
I've discovered a bug (possibly known) in ivman with pumount usage,
since ivman doesn't have maintainer right now and I don't know where
to report it, I'll explain here how to easily solve it.
Note that this happens when using pumount as non-root; I haven't
tried using ivman as root.
It seems that when you remove a USB device without pumounting it
(which ivman should care of), ivman locks the device when calling
pumount.
This can be easily fixed by correcting your ivman's config files.
Set in $HOME/.ivman/IvmConfigBase.xml:
<ivm:Option name="mountcommand" value="pmount-hal '$hal.info.udi$'" />
<ivm:Option name="umountcommand" value="pumount -l '$hal.block.device$'" />

Maintained by: Guillermo Bonvehi
Keywords: ivman,hal,dbus
ChangeLog: ivman

Homepage:
http://ivman.sourceforge.net/

Source Downloads:
ivman-0.6.14.tar.bz2 (ebef12559268e2c5ea932cbb5aaa789e)

Download SlackBuild:
ivman.tar.gz
ivman.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
ivman.SlackBuild
ivman.info
slack-desc

Validated for Slackware 12.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds