Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2009 19:28:39 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        freebsd-stable@freebsd.org
Subject:   Re: devd question
Message-ID:  <20090302182839.GA89715@slackbox.xs4all.nl>
In-Reply-To: <49ABDDE2.6090402@icyb.net.ua>
References:  <y9lljrq1z89.fsf@deinprogramm.de> <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Mar 02, 2009 at 03:23:46PM +0200, Andriy Gapon wrote:
> on 28/02/2009 16:34 Kostik Belousov said the following:
> > On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote:
> >> I'm trying to make devd run an stty command whenever a USB serial devi=
ce
> >> is attached.  Unfortunately, $device-name is ucom[0-9] and the device
> >> names are /dev/cuaU[0-9] - how do I get the correct name in the device
> >> action?  I haven't found a way to extract the number by itself, so I'm
> >> stuck with specifying a separate rule for each number, like so:
> >>
> >> attach 100 {
> >>         device-name "ucom0";
> >>         action "stty -f /dev/cuaU0.init raw";
> >> };
> >>
> >> Help would be much appreciated!
> >=20
> > There are some other notifications that are send through devctl when
> > cdev is created. They have system set to DEVFS, subsystem to CDEV,
> > and type CREATE. The data is the /dev node name. I am not sure how
> > to assign the action in the devd.
>=20
> A tested example:
> notify 1000 {
>         match   "system"                "DEVFS";
>         match   "subsystem"             "CDEV";
>         match   "cdev"                  "^da[0-9]+$";
>         action  "echo 't120o3l32 b>c+f+16' > /dev/speaker";
> };

This system is missing from the devd.conf manual page, nor is DEVFS
mentioned in /usr/share/examples/etc/devd.conf. Is it documented
somewhere else?
=20
Roland
--=20
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

--J2SCkAp4GZ/dPZZf
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (FreeBSD)

iEYEARECAAYFAkmsJVcACgkQEnfvsMMhpyUn0gCfacV40ZT6CQlVU5FqTAeTgdW/
N6wAn0Wecz2nKWiTme2hqRX870gfm/Mp
=/GbZ
-----END PGP SIGNATURE-----

--J2SCkAp4GZ/dPZZf--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090302182839.GA89715>