Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 19:06:51 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        Alban Hertroys <haramrae@gmail.com>
Cc:        freebsd-stable List <freebsd-stable@freebsd.org>
Subject:   Re: mountd Invalid radix node head (9-STABLE)
Message-ID:  <181405827.8588605.1389571611926.JavaMail.root@uoguelph.ca>
In-Reply-To: <213B8FEA-085A-48DF-BDB2-9837165CA1D6@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Alban Hertroys wrote:
> I=E2=80=99ve been messing around with my NFS exports definitions to add s=
ome
> new mount-points to the list and I got most of it working again (at
> least, the important bits).
>=20
> However, 2 exports in that file are causing problems. When I restart
> mountd, they log lines like:
>=20
> Jan 12 16:01:14 solfertje mountd[99349]: can't change attributes for
> /usr/home/smb: Invalid radix node head, rn: 0 0xfffffe0023e1c600
> Jan 12 16:01:14 solfertje mountd[99349]: bad exports list line
> /usr/home/smb     -mapall
> Jan 12 16:01:14 solfertje mountd[99349]: can't change attributes for
> /usr/home/vhosts/django: Invalid radix node head, rn: 0
> 0xfffffe0023e1c600
> Jan 12 16:01:14 solfertje mountd[99349]: bad exports list line
> /usr/home/vhosts/django     -mapall
>=20
> What does that message mean? Where do I look to fix this?
>=20
Are these paths (/usr/home/smb and /usr/home/vhosts/django) separate file
systems on the server from the others?

If they are on the same server file system as one of the other entries,
then the paths need to be added to that entry. You cannot have multiple
entries for the same server file system and exported host/subnet.

> $ cat /etc/exports
> V4: /usr/home
>=20
> #/usr/home \
> #    -alldirs \
> /usr/home/dalroi \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
> /usr/home/media \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
> /usr/home/media2 \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
> /usr/home/media3 \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
> /usr/home/smb \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
> /usr/home/vhosts/django \
>     -mapall=3Ddalroi \
>     -network 10.236.150.0/23
>=20
For example, if /usr/home/smb and /usr/home/vhosts/django are on
the same server file system as /usr/home/dalroi, then you need
a single entry for the 3 that looks like:
/usr/home/dalroi /usr/home/smb /usr/home/django -mapall=3Ddelaroi -network =
10.236.150.0/23

At least that's my recollection of it. The format for this hasn;t changed i=
n
ages.

If they are separate file systems on the server (separate mount points in /=
etc/fstab),
then I don't know what is broken.

rick

>=20
> It is possible that this is an issue with my (somewhat older)
> 9-STABLE, which is:
>=20
> FreeBSD solfertje 9.1-STABLE FreeBSD 9.1-STABLE #6: Mon Jun 10
> 20:46:00 CEST 2013
>     dalroi@solfertje:/usr/obj/usr/src/sys/ANTELOPE  amd64
>=20
> (Looks like the system has been running since that date too)
>=20
> Alban Hertroys
> --
> If you can't see the forest for the trees,
> cut the trees and you'll find there is no forest.
>=20
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
> "freebsd-stable-unsubscribe@freebsd.org"
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?181405827.8588605.1389571611926.JavaMail.root>