devfs ignores pass0 entry at boot time

Denise H. G. darcsis at gmail.com
Sun Mar 9 15:27:31 UTC 2008


Mark Nowiasz <buckaroo at gmx.de> writes:

> Hi all,
>
> There appears to be a small and vexing bug in devfs. I've got the following 
> devfs.rules:
>
> [system=10]
> 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är 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är 13:57 /dev/pass0
>
> Do you have any ideas what's wrong?

try to write like this:

    add path `pass*` mode 660 

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

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

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


More information about the freebsd-stable mailing list