Bug 215911 - automountd fails with strange error on config parse error
Summary: automountd fails with strange error on config parse error
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: Edward Tomasz Napierala
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2017-01-09 17:16 UTC by Mathieu Arnold
Modified: 2017-01-21 12:05 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2017-01-09 17:16:28 UTC
After an update to 11.0, automountd would not start:

# /etc/rc.d/automount start
Assertion failed: (path[0] == '/'), function create_directory, file /usr/src/usr.sbin/autofs/common.c, line 136.
Abort trap (core dumped)

It was because of an unfortunate merge leftover from freebsd-update, /etc/auto_master's first line was "========".

It could say something a bit less intimidating.