Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Mar 2018 07:54:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226413] autofs behaviour with *
Message-ID:  <bug-226413-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226413

            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@FreeBSD.org
          Reporter: bunny.evans@gmail.com

Not sure if this is really a bug but it appears that way.=20
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@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@bunny:/ # ls -ld /home/goat
drwxr-xr-x  3 root  wheel  512 Mar  7 16:52 /home/goat


Confusing.

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



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