From owner-freebsd-stable@FreeBSD.ORG Mon Jan 13 00:06:59 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45A0E849 for ; Mon, 13 Jan 2014 00:06:59 +0000 (UTC) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8731DBF for ; Mon, 13 Jan 2014 00:06:58 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: X-IronPort-AV: E=Sophos;i="4.95,649,1384318800"; d="scan'208";a="87436205" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 12 Jan 2014 19:06:51 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id E56FDB4033; Sun, 12 Jan 2014 19:06:51 -0500 (EST) Date: Sun, 12 Jan 2014 19:06:51 -0500 (EST) From: Rick Macklem To: Alban Hertroys Message-ID: <181405827.8588605.1389571611926.JavaMail.root@uoguelph.ca> In-Reply-To: <213B8FEA-085A-48DF-BDB2-9837165CA1D6@gmail.com> Subject: Re: mountd Invalid radix node head (9-STABLE) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [172.17.91.209] X-Mailer: Zimbra 7.2.1_GA_2790 (ZimbraWebClient - FF3.0 (Win)/7.2.1_GA_2790) Cc: freebsd-stable List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 00:06:59 -0000 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