Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Jolly Roger Newsgroups: comp.sys.mac.system Subject: Re: System error or Firefox error? Date: 1 Oct 2016 21:07:09 GMT Organization: People for the Ethical Treatment of Pirates Lines: 48 Message-ID: References: X-Trace: individual.net w7TTEIqoD+URsIOh9Oc+BgLIlPyqjXu0yibhPRDpaIOVe9sj+Q Cancel-Lock: sha1:TntG15/4BqOqmWtg50SiRSFVhwo= Mail-Copies-To: nobody User-Agent: slrn/1.0.1 (Darwin) Xref: csiph.com comp.sys.mac.system:95032 On 2016-10-01, Jolly Roger wrote: > On 2016-10-01, Paul Magnussen wrote: >> My wife and I both have Administrator accounts on our MacBook Pro >> (running El Capitan); but when she's logged on and Firefox has an update >> that she tries to install, she gets the following message: >> >> "Unable to Update >> >> A recommended security and stability update is available, but you do not >> have the system permissions required to install it. Please contact tour >> system administrator, or try from an account that has permission to >> install software on this computer." >> >> There's no further information. >> >> Any ideas, please? >> >> Paul Magnussen > > To start, I'd check the ownership, group, and permissions of all of the > files within the application package. One or more of them likely denies > access to her user account or group. > > To quickly list all of the files with their owner, group, and permission > settings, run this ls command: > > ls -lR /Applications/Firefox.app > > One quick way to list any files whose group is *not* admin, would be to > run this find command: > > find /Applications/Firefox.app -not -group admin > > Post the results here if you need help understanding them. It would also be helpful to know the output of the id command from her account - do this in a terminal window: su heraccountname (enter her password when prompted) id Paste the output in a post here. -- E-mail sent to this address may be devoured by my ravenous SPAM filter. I often ignore posts from Google. Use a real news client instead. JR