From owner-freebsd-current Mon Jul 27 09:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17553 for freebsd-current-outgoing; Mon, 27 Jul 1998 09:40:58 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from wit393107.student.utwente.nl (root@wit393107.student.utwente.nl [130.89.235.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17542 for ; Mon, 27 Jul 1998 09:40:48 -0700 (PDT) (envelope-from gelderen@mediaport.org) Received: from wit395301.student.utwente.nl ([130.89.235.121]:30471 "HELO deskfix" ident: "NO-IDENT-SERVICE") by wit393107.student.utwente.nl with SMTP id <4112-234>; Mon, 27 Jul 1998 18:40:13 +0200 Message-ID: <001e01bdb97d$365f2ea0$1400000a@deskfix.local> From: "Jeroen C. van Gelderen" To: Subject: Minor order problem in rc.conf Date: Mon, 27 Jul 1998 18:40:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just installed a 3.0-980520-SNAP machine as a firewall and masquearading machine. I noticed the new natd_* options and decided to use them. All went fine, except for one thing: ntpdate doesn't work at startup. It appears that in order for ntpdate to work the masquerading code must be running, otherwise the firewall diverts packets from the outside interface to the not-yet started natd... Has this been fixed, or shall I try to fix the startup scripts? Cheers, Jeroen -- Jeroen C. van Gelderen -- gelderen@mediaport.org => Fight Spam! Join CAUCE! -- http://www.cauce.org -----Original Message----- From: Thomas Dean To: FreeBSD-current@FreeBSD.ORG Date: maandag 27 juli 1998 18:07 Subject: Savecore_enable not in rc.conf |Should savecore_enable be in rc.conf? | |/etc/rc contains: | |# enable dumpdev so that savecore can see it |if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} ]; then | dumpon ${dumpdev} |fi | |# /var/crash should be a directory or a symbolic link |# to the crash directory if core dumps are to be saved. |if [ "X${savecore_enable}" = X"YES" -a -d /var/crash ]; then | echo -n checking for core dump... | savecore /var/crash |fi | | |Should we change rc.conf? | |dumpdev="NO" # Device name to crashdump to (if enabled). |savecore_enable="NO" # Save kernel core dumps (if enables). | |To Unsubscribe: send mail to majordomo@FreeBSD.org |with "unsubscribe freebsd-current" in the body of the message | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message