From owner-freebsd-questions@FreeBSD.ORG Mon Jul 23 07:52:06 2007 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 D750316A419 for ; Mon, 23 Jul 2007 07:52:06 +0000 (UTC) (envelope-from ABabiy@shaw.ca) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id B3F5113C461 for ; Mon, 23 Jul 2007 07:52:06 +0000 (UTC) (envelope-from ABabiy@shaw.ca) Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JLM00LNSGIHFD80@l-daemon> for FreeBSD-questions@freebsd.org; Mon, 23 Jul 2007 01:51:53 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JLM00GC4GIELP10@pd4mr4so.prod.shaw.ca> for FreeBSD-questions@freebsd.org; Mon, 23 Jul 2007 01:51:51 -0600 (MDT) Received: from FreeBSD-i386.xfce.com ([70.71.25.56]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JLM006P6GICRD00@l-daemon> for FreeBSD-questions@freebsd.org; Mon, 23 Jul 2007 01:51:49 -0600 (MDT) Date: Mon, 23 Jul 2007 00:52:03 -0700 From: Andriy Babiy To: FreeBSD-questions@freebsd.org Message-id: <20070723005203.5027eef1@FreeBSD-i386.xfce.com> Organization: home-i386 MIME-version: 1.0 X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Cc: Subject: xfce4 enable shutdown 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: Mon, 23 Jul 2007 07:52:06 -0000 Hi everybody, I'm experiencing a minor problem with xfce4 - can't enable reboot/shutdown options in the menu. I had the following lines in my sudoers file (I used the second one): 1) %groupname ALL = NOPASSWD:/usr/local/libexec/xfsm-shutdown-helper 2) ALIAS_NAME ALL = (ALL) NOPASSWD: ALL It worked just fine this morning. I upgraded some ports - all of them are up-to-date now; I tried either of the lines and both, but reboot/shutdown options are disabled. I am still able to reboot/shutdown from the console using: sudo shutdown -r (or -p) now But the menu options stay disabled. xfce documentation and google refer to the above mentioned lines. What can I do else to enable reboot/shutdown options? Thank you in advance! Andriy