mountd suddenly stopped working
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Sat Jun 30 21:07:30 UTC 2012
On Sat, 30 Jun 2012 16:21:18 +0200, Ronald Klop wrote:
> On Sat, 30 Jun 2012 15:53:53 +0200, Marcin Wisnicki
> <mwisnicki+freebsd at gmail.com> wrote:
>
>> I have just rebooted an old system after 100 days of uptime and this
>> came up:
>>
>> Jun 30 15:39:00 ghost mountd[1592]: can't change attributes for
>> /tftpboot Jun 30 15:39:00 ghost mountd[1592]: bad exports list line
>> /tftpboot -ro -mapall
>>
>
> Than probably somebody changed something else. Can you provide the
> content of your exports file?
>
OK, I've found the reason.
There were two paths exported with same attributes:
/tftpboot -ro -mapall=nobody
/vol/tank1 -ro -mapall=nobody
As long as there is a filesystem mounted on /vol/tank1, above exports
will work. Since I've disconnected that drive, there was nothing mounted
this time.
Apparently mountd does not allow exporting multiple paths from a single
filesystem on separate lines if they happen to have identical attributes.
More information about the freebsd-stable
mailing list