From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 12:06:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA59106567D for ; Fri, 5 Sep 2008 12:06:17 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id BCE018FC1D for ; Fri, 5 Sep 2008 12:06:16 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so232425yxb.13 for ; Fri, 05 Sep 2008 05:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tISPQHozcSQyPfky6JiP7WLU56V2lL+b9+V0zXpKNKI=; b=rFVJkz9ubqamGetrsm/FojM9flM0Re+TnTIFEK4lMw88fgYFHakVVMjMPhO3yol/08 /k0jEYXIn3A1CdIXTLPO7NFYpc/ZWHbOUnkZAJ+i3dsgglqwqp3KWsiPARB902I8HqxN MFqyhkoC/wvqsxyWYnMa5pd2PHz6XQx0JCYpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OEIAy+Yh+7gaJgHEHttkDR+MfWO/qf52sbbxBQBbvB46rMlQkJd97tZWOpJoV0dpCW W/vbKQN/6gNThP0EJ/cYhQSBfedrRGHUEkDtcqdSwhDcXRtHCXQAZ2/EqsO6PoXzFQ8G gOoMTV+dg2wbTnz4XH7yLGV4zBxZl7NTCXsXQ= Received: by 10.142.238.9 with SMTP id l9mr4033308wfh.125.1220616374954; Fri, 05 Sep 2008 05:06:14 -0700 (PDT) Received: by 10.142.233.12 with HTTP; Fri, 5 Sep 2008 05:06:14 -0700 (PDT) Message-ID: Date: Fri, 5 Sep 2008 15:06:14 +0300 From: "Vlad GURDIGA" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: freebsd-update 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: Fri, 05 Sep 2008 12:06:17 -0000 Hello, I've run today "freebsd-update fetch" and it found some updates, including /boot/kernel/kernel: The following files will be updated as part of updating to 7.0-RELEASE-p4: /boot/kernel/kernel /boot/kernel/kernel.symbols /usr/src/sys/amd64/amd64/exception.S /usr/src/sys/conf/newvers.sh /usr/src/sys/kern/vfs_mount.c /usr/src/sys/netinet6/icmp6.c Then I ran "freebsd-update install" # freebsd-update install Installing updates... done. I guess this does not update my running kernel and I have to reboot to really update it. Right? Or is there any way to do this without reboot? O course I doubt it but I'd like to make sure I'm not missing some magic feature... :-). Thanks!