Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Mar 2008 23:11:39 +0800
From:      darcsis@gmail.com (Denise H. G.)
To:        Mark Nowiasz <buckaroo@gmx.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: devfs ignores pass0 entry at boot time
Message-ID:  <864pbg7x04.fsf@pluton.xbsd.name>
In-Reply-To: <200803091415.59328.buckaroo@gmx.de> (Mark Nowiasz's message of "Sun\, 9 Mar 2008 14\:15\:58 %2B0100")
References:  <200803091415.59328.buckaroo@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Nowiasz <buckaroo@gmx.de> writes:

> Hi all,
>
> There appears to be a small and vexing bug in devfs. I've got the followi=
ng=20
> devfs.rules:
>
> [system=3D10]
> add path 'da0*' mode 660 group wheel user mark
> add path 'da1*' mode 600 group wheel user mark
> add path 'usb*' group cups
> add path 'usb*' mode 0666
> add path 'ugen*' group cups
> add path 'ugen*' mode 0666
> add path 'cd*' mode 660 group wheel user mark
> add path 'pass0' mode 660 group wheel user mark
>
> All entries except the pass0 are working fine:
>
> tower# ls -la /dev/pass0
> crw-------  1 root  operator    0, 107  9 M=E4r 13:57 /dev/pass0
>
> After /etc/rc.d/devfs restart
>
> tower# ls -la /dev/pass0
> crw-rw-rw-  1 mark  wheel    0, 107  9 M=E4r 13:57 /dev/pass0
>
> Do you have any ideas what's wrong?

try to write like this:

    add path `pass*` mode 660=20

there is no problem with my 7-STABLE/amd64.

>
> I'm using 7.0-STABLE/amd64
>=20=20
> Regards,
> Mark
> --=20
> Every four seconds a woman has a baby.  Our problem is to find this woman=
 and=20
> stop her.
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"

--=20
Denise H. G. <darcsis-AT-gmail-DOT-com>



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