From owner-freebsd-questions@FreeBSD.ORG Thu Jan 25 20:15:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 259D216A400 for ; Thu, 25 Jan 2007 20:15:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0F50813C442 for ; Thu, 25 Jan 2007 20:15:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (a17-128-113-38.apple.com [17.128.113.38]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l0PKFlpF027068; Thu, 25 Jan 2007 12:15:47 -0800 (PST) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id 826884007E; Thu, 25 Jan 2007 12:15:47 -0800 (PST) X-AuditID: 11807126-a3e85bb000000245-84-45b90ff33aaf Received: from [17.214.13.96] (unknown [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 6887C40078; Thu, 25 Jan 2007 12:15:47 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 25 Jan 2007 12:15:47 -0800 To: "V.I.Victor" X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: Is a re-boot req'd after changing 'resolv.conf' ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 20:15:48 -0000 On Jan 25, 2007, at 11:53 AM, V.I.Victor wrote: > I'm simply going to change 2 "nameserver" ip-addresses. > > Most of what I've found re. 'resolv.conf' implies it can just be > changed on-the-fly. However, other sources (mostly upgrading info) > have a reboot involved. > > So -- re-boot or not? (Note: this is a static-ip box running v5.4.) There is no reason to reboot after changing /etc/resolv.conf. Almost everything will be using the standard resolver routines from libc and will pick up the new nameservers just fine. -- -Chuck