https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285148
Bug ID: 285148
Summary: [autofs] special_media logger facility should be
higher than 'info'
Product: Base System
Version: 14.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
If the relevant fusefs modules are not installed autofs exits with an error
after logging to the 'info' facility. Unfortunately those log messages are
never delivered anywhere so the reason for the failure is unclear.
This should be at least 'notice' so that it appears in `/var/log/messages`, but
is probably better if it is 'error'. The `exit 1` from the `special_media`
script causes an error log (on console and dmesg) from automountd so the
explanatory text might as well appear there as well.
--
You are receiving this mail because:
You are the assignee for the bug.