From owner-freebsd-questions@freebsd.org Fri Dec 30 11:39:02 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC5BC96A15 for ; Fri, 30 Dec 2016 11:39:02 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B8451FC8 for ; Fri, 30 Dec 2016 11:38:59 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id uBUBctPc022315; Fri, 30 Dec 2016 12:38:55 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: FreeBSD 11.0 i386, XDM 1.1.11_6, XFCE 4.12_1 -- How to enable GUI shutdown and restart? To: David Christensen , freebsd-questions@freebsd.org References: <2c0d9213-1adc-48b7-bdf6-a6b4a577d726@bananmonarki.se> <622bd615-48b9-031a-65d8-3c7daf663cb9@holgerdanske.com> <09d1385a-6356-b732-ddd4-ebd678c25419@bananmonarki.se> <507828f7-6621-15f8-f55d-0ad172857fc1@holgerdanske.com> From: Bernt Hansson Message-ID: Date: Fri, 30 Dec 2016 12:38:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <507828f7-6621-15f8-f55d-0ad172857fc1@holgerdanske.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 11:39:02 -0000 On 2016-12-30 05:32, David Christensen wrote: > On 12/27/16 23:01, Bernt Hansson wrote: >> You do have dbus_enable="YES" in /etc/rc.conf? Not sure if you need >> hald_enable="YES" too. > > Thanks for the reply. > > > 2016-12-29 19:28:58 toor@t7400 ~ > # cat /etc/rc.conf > hostname="t7400" > ifconfig_bfe0="DHCP" > sshd_enable="YES" > ntpd_enable="YES" > powerd_enable="YES" > # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable > dumpdev="AUTO" > zfs_enable="YES" > > 2016-12-29 19:29:04 toor@t7400 ~ > # ll /etc/rc.conf.d > total 9 > drwxr-xr-x 2 root wheel 2 2016/09/28 20:41:10 ./ > drwxr-xr-x 25 root wheel 113 2016/12/27 19:20:28 ../ > > > Apparently, dbus is not enabled. Add a file: > > 2016-12-29 19:29:17 toor@t7400 ~ > # echo 'dbus_enable="YES"' > /etc/rc.conf.d/dbus.conf > > > shutdown -p, boot, login, Xfce mouse -> Log Out -> Shut Down and -> > Restart are still greyed out. Dbus is installed? Think it comes with xfce but not sure. If it does not work you have to work some magic with devd i think.