From owner-freebsd-hackers Fri Dec 1 00:30:58 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA11961 for hackers-outgoing; Fri, 1 Dec 1995 00:30:58 -0800 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA11952 for ; Fri, 1 Dec 1995 00:30:54 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id AAA24033 for ; Fri, 1 Dec 1995 00:28:27 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA09641; Fri, 1 Dec 1995 09:26:04 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA25435; Fri, 1 Dec 1995 09:26:03 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA22495; Fri, 1 Dec 1995 09:12:29 +0100 From: J Wunsch Message-Id: <199512010812.JAA22495@uriah.heep.sax.de> Subject: Re: Ifconfig fixed/Now MOUNTD! ;) To: rls@kilroy.id.net (Robert Shady) Date: Fri, 1 Dec 1995 09:12:29 +0100 (MET) Cc: freebsd-hackers@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199511302141.QAA00607@server.id.net> from "Robert Shady" at Nov 30, 95 04:41:48 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1167 Sender: owner-hackers@freebsd.org Precedence: bulk As Robert Shady wrote: > > Okay, the 'ifconfig' alias problem is now taken care of. Turns out, you > *MUST* include a netmask of all 255's in the alias statement or it will > not work... Only if your aliases are in the same network mask as the primary address. (This seems to be the most (ab)used case now.) > Nov 30 16:31:29 server mountd[102]: Can't change attributes for /usr/local. > Nov 30 16:31:29 server mountd[102]: Bad exports list line /usr/local -maproot > Here is my /etc/exports file: > ============================= ... > /archives -maproot=0 zeus hades ... > /usr/local -maproot=0 zeus hades > /dev/wd0a 756078 601380 94210 86% / RTFM exports(5): BUGS The export options are tied to the local mount points in the kernel and must be non-contradictory for any exported subdirectory of the local server mount point. [...] Your /archives and /usr/local are both part of the / file system. So write it as /archives /usr/local -maproot=0 zeus hades -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)