From owner-freebsd-questions Sun May 23 20: 8:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 253E5151AE for ; Sun, 23 May 1999 20:08:23 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id WAA75798; Sun, 23 May 1999 22:08:21 -0500 (CDT) (envelope-from dan) Date: Sun, 23 May 1999 22:08:21 -0500 From: Dan Nelson To: Len Conrad Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rc.conf error Message-ID: <19990523220820.B75505@dan.emsphone.com> References: <3738E1C2.E088A614@banet.net> <4.1.19990524044546.0130ad10@mail.go2france.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <4.1.19990524044546.0130ad10@mail.go2france.com>; from "Len Conrad" on Mon May 24 04:53:20 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), Len Conrad said: > FreeBSD 3.1-R. > > We set up one or two static routes in rc.conf. But during startup, we > always get errors at that point in the script. > > static-routes="route_main" > > route_main="-net a.b.c.0 d.e.f.g" Accoring to /etc/rc.network, it adds the "route_" string to every value in static-routes, so I think it should read: static-routes="main" route_main="-net a.b.c.0 d.e.f.g" > The script complains about bad syntax and error writing to socket. What is the exact error? -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message