PlaneShift

Support => Linux Specific Issues => Topic started by: Ecolem on July 03, 2007, 06:06:21 pm

Title: Permission Denied?
Post by: Ecolem on July 03, 2007, 06:06:21 pm
Hi all,
im still very much learning Ubuntu Feisty but im no mug when it comes to messages like

"There was an error launching the application. Details:Failed to execute child process '(the location)' (Permission Denied)"

Appreciate the help in advance
Title: Re: Permission Denied?
Post by: kougaro on July 03, 2007, 06:40:18 pm
It looks like you should change the rights on the so called child process. Maybe you do not have the right to use it, this kind of things happened to me, afer i installed using sudo.
Title: Re: Permission Denied?
Post by: Ecolem on July 04, 2007, 08:36:08 am
i see. Any heads up as to how i could do that? :P

thanks
Title: Re: Permission Denied?
Post by: kougaro on July 04, 2007, 02:39:19 pm
hmmm, maybe you could post the whole error? instead of "the location"?  ;)

Maybe try   sudo chmod 755 -R "the location"
Title: Re: Permission Denied?
Post by: tanuva on July 04, 2007, 03:12:24 pm
"-r" may be dangerous, lets first see what the location is...  :-\