From owner-freebsd-questions@FreeBSD.ORG Thu Jul 23 18:13:48 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661891065670 for ; Thu, 23 Jul 2009 18:13:48 +0000 (UTC) (envelope-from rjhjr0@gmail.com) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by mx1.freebsd.org (Postfix) with ESMTP id E66A58FC23 for ; Thu, 23 Jul 2009 18:13:47 +0000 (UTC) (envelope-from rjhjr0@gmail.com) Received: by ewy20 with SMTP id 20so256274ewy.43 for ; Thu, 23 Jul 2009 11:13:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=TuV6OJ87m9uTayR2z0elmzLuAP5dBMhJUv1sKQMvz+0=; b=fPv9aWi0IKcaQhIejCmPGm+nSY7+CP/1ykoVOcNLAD4Ucw2DMRruT/IjP1FY56jvnL ZHxZ3x0OKSmJ/Qan5d/JN622x7jRhIgp4lDguFmC33CQn/fkmlHPTxXmCdDAbjyKrAg/ NQWtb9YdS6Yv6pt031IK9cKsGeYuirpJtlf98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=wp9QSpRl4fG9P21N2RWqWWoGFOFpO3WFOfJvWeHm8UKkfvUbReiCIJrqN6svCRF8Fc DskRDq3U5oxIhgSjMSu8ld9zPOAEjtAWBPBqWzlCAP2NDYmH8r5TH9/mtUppwC7N+YuJ ZvQnxsgGA2K0c+bunl/UxNaga8Hc3QTMw/XiY= Received: by 10.216.11.200 with SMTP id 50mr713428wex.183.1248371034938; Thu, 23 Jul 2009 10:43:54 -0700 (PDT) Received: from localhost (ip98-163-115-74.dc.dc.cox.net [98.163.115.74]) by mx.google.com with ESMTPS id u14sm5017360gvf.5.2009.07.23.10.43.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 10:43:54 -0700 (PDT) Date: Thu, 23 Jul 2009 13:43:50 -0400 From: Bob Hall To: questions@freebsd.org Message-ID: <20090723174350.GA1346@stamfordbru> Mail-Followup-To: Bob Hall , questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Restarting hal 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, 23 Jul 2009 18:13:48 -0000 Thanks to Manolis Kiagias's suggestion, I was able to get ctrl+alt+bksp working in xorg again. However, I've noticed that just restarting hal leaves me with no mouse or keyboard in X. I have to reboot the system to get a mouse & keyboard in X. Is there a way to get hal to reload its configuration withou rebooting? I've tried sending a HUP signal and I've tried "rc.d/hal restart", but so far rebooting is the only thing that works properly. Thanks