From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 23:37:49 2009 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 44CDF1065680 for ; Fri, 16 Jan 2009 23:37:49 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 297248FC1C for ; Fri, 16 Jan 2009 23:37:49 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by QMTA02.emeryville.ca.mail.comcast.net with comcast id 4Jut1b00V0QkzPwA2PdqPJ; Fri, 16 Jan 2009 23:37:50 +0000 Received: from bsd.remdog.net ([76.102.24.75]) by OMTA02.emeryville.ca.mail.comcast.net with comcast id 4Pdo1b0091dCpWs8NPdpW6; Fri, 16 Jan 2009 23:37:49 +0000 Message-ID: <49711A4E.10305@comcast.net> Date: Fri, 16 Jan 2009 15:37:50 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.19 (X11/20090115) MIME-Version: 1.0 To: Jerry McAllister References: <4970F8CE.4090307@comcast.net> <200901161234.41120.beech@freebsd.org> <497103F6.3090701@comcast.net> <20090116223032.GB39667@gizmo.acns.msu.edu> In-Reply-To: <20090116223032.GB39667@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Beech Rintoul , freebsd-questions@freebsd.org Subject: Re: skype permissions 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, 16 Jan 2009 23:37:51 -0000 Jerry McAllister wrote: > On Fri, Jan 16, 2009 at 02:02:30PM -0800, Rem P Roberti wrote: > > >>> On Friday 16 January 2009 12:14:54 Rem P Roberti wrote: >>> >>> >>>> I have just installed Skype and the only way that I can launch the >>>> program is >>>> as root. I know that that is a permissions thing, but I can't figure >>>> out how to >>>> bring up the program as user, or if that is even possible. >>>> >>>> Rem >>>> >>>> >>> This problem only happens on certain setups and we have been unable to >>> find out why it's happening. Skype should (and does) work as a normal user >>> and shouldn't require any permission changes. >>> >>> Please post the output of any errors you're seeing and the output of uname >>> -a. Also, how are you starting skype? What linux_base are you running? >>> >>> Beech >>> >>> >>> >> The output of uname -a: FreeBSD bsd.remdog.net 7.1-RELEASE FreeBSD >> 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 >> root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> The only way that I can start Skype is via the command line as root. If >> I try to launch >> the program as user this results: /usr/local/bin/skype: >> /usr/local/share/skype/skype: Permission denied >> >> I am currently running linux_base-fc6-6_5 which I installed as per >> UPDATING 20080318. >> > > I have never used skype, (might try one of these days) but > is it possible you have to set the Set-UID bit? > eg chmod 4755 /usr/local/bin/skype ?? > That's a little nasty, but... > > ////jerry > > > It was worth a shot, but nothing doing. What's interesting is that on another system that had PC-BSD installed the program would play alright, but if you closed down the system and rebooted it would ask for root's password in order for Skype to play. Something's definitely weird here. Rem