From owner-freebsd-current@FreeBSD.ORG Tue Nov 8 02:09:00 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A579216A41F for ; Tue, 8 Nov 2005 02:09:00 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCC343D45 for ; Tue, 8 Nov 2005 02:09:00 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so538343wxc for ; Mon, 07 Nov 2005 18:08:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aDUOfH2oKtyMFa39WUQlM6wdEDXFSa/CPVnsAJSN0YZRV1776bD6AGiN1TOUoF9DZUOY17l+dU9cnqKDEEgBHHVd+3MzofOjXaBkmBZHuauRry6EIUme1b4qoTP8licnl10/tgYh+O5F1OCIHgSrdrFKQim78SJ7sCl2Ii2+0wk= Received: by 10.70.31.10 with SMTP id e10mr3017229wxe; Mon, 07 Nov 2005 18:08:59 -0800 (PST) Received: by 10.70.105.13 with HTTP; Mon, 7 Nov 2005 18:08:58 -0800 (PST) Message-ID: <84dead720511071808m1b0c59e5i49992b478d4724af@mail.gmail.com> Date: Tue, 8 Nov 2005 07:38:59 +0530 From: Joseph Koshy To: Carlos Silva aka |Danger_Man| In-Reply-To: <436FD822.5000002@csilva.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <436FD822.5000002@csilva.org> Cc: freebsd-current@freebsd.org Subject: Re: Security updates without rebooting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 02:09:00 -0000 > Can someone explain how to apply security patches on the > system without rebooting the machine? Application programs can be stopped and restarted at will; you can do this in a controlled way using the application's startup script in /etc/rc.d/ if that exists. Kernel patches generally require a reboot though, though some simple changes to some kernel modules could get by with a 'kldunload' followed by a 'kldload'. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy