[Bug 226413] autofs behaviour with *

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 7 07:54:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226413

            Bug ID: 226413
           Summary: autofs behaviour with *
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: bunny.evans at gmail.com

Not sure if this is really a bug but it appears that way. 
Not sure about severity, maybe no one uses the automounter.

To reproduce:

/etc/auto_master
-------------------------->8---------------
/home   auto_home
-------------------------->8---------------

/etc/auto_home
-------------------------->8---------------
bunny  localhost:/tank/home/&
*      localhost:/usr/home/&
-------------------------->8---------------
according to the description, * is a wildcard match.

cd /home/goat

succeeds

There is no /usr/home/goat

root at bunny:/ # dmesg | grep goat
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5
WARNING: autofs_trigger_one: request for /home/goat/ completed with error 5

root at bunny:/ # ls -ld /home/goat
drwxr-xr-x  3 root  wheel  512 Mar  7 16:52 /home/goat


Confusing.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list