From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 06:44:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A36916A4CE for ; Mon, 15 Nov 2004 06:44:47 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5F843D53 for ; Mon, 15 Nov 2004 06:44:46 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004111506444111200mhag9e> (Authid: jayobrien@att.net); Mon, 15 Nov 2004 06:44:41 +0000 Message-ID: <41985058.7030304@att.net> Date: Sun, 14 Nov 2004 22:44:40 -0800 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: How to make configuration changes without a reboot? (resolved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 06:44:47 -0000 Jay O'Brien wrote: >> I learned that in order to make changes to the screen saver, >> I had to reboot the computer. Those changes, made by >> sysinstall, appear in /etc/rc.conf. >> >> Is there a way to make such changes take effect without >> rebooting? (Version 5.3 RELEASE, i386) Matthew T. Lager wrote: > You can do a shutdown now to get to single user mode, then > execute an exit which will boot back into multi-user mode. > All rc scripts will be re-initilized and you won't have to > reboot the entire system (be sure to only do this on the > console obviously)... Olivier Nicole wrote: > Maybe you can try to unload the screen saver module and > reload it, look at kldload(8), kldstat(8) and kldunload(8) Matt, Oliver: Thanks! I found that the shutdown/exit worked fine for changing the blanktime, but it wouldn't change the logo unless the logo was first unloaded using first kldstat and then kldunload. I needed guidance from both of you, thanks very much! Jay O'Brien