Linux Commands Examples

A great documentation place for Linux commands

upstart-udev-bridge

Bridge between Upstart and udev


see also : init

Synopsis

upstart-udev-bridge [OPTIONS]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

Some examples of Upstart events generated by this bridge:
net-device-added

Event emitted when a network device is added.

net-device-removed

Event emitted when a network device is removed.

graphics-card-added

Event emitted when a graphics device is available to the system.


description

upstart-udev-bridge receives information about kernel uevents that udev(8) has completed and creates init(8) events for them.

It emits events which match the pattern "S-device-A" where 'S' is the udev subsystem and 'A' is one of added, changed or removed, which correspond to the past tense of the udev 'action'.

See udev(7) and for further details.

Assuming /sys is mounted, possible values for subsystem for your system are viewable via /sys/class/.

options

--daemon

Detach and run in the background.

--debug

Enable debugging output.

--help

Show brief usage summary.

--no-strip

Do not modify udev message contents. By default, all udev data will have non-printable bytes removed. This option reverts the behaviour to not modifying the data in any way. This option is not recommended since specifying it could result in udev(7) events not being emitted as Upstart events should any of your hardware expose non-printable characters to the kernel. You can establish whether this is happening by running without specifying this option but with the --debug option.

--verbose

Enable verbose output.

copyright

Copyright © 2009,2010,2011 Canonical Ltd.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


bugs

Report bugs at <https://launchpad.net/ubuntu/+source/upstart/+bugs>


see also

init init udev


author

Written by Scott James Remnant <scott[:at:]netsplit[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback