Author Topic: [SOLVED] Permission Denied  (Read 533 times)

Online MerReady

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 167
[SOLVED] Permission Denied
« on: July 25, 2010, 12:19:12 PM »
Hello,

First I want to thank Tex for adding Lomoco to the reps. Now my problem is that I get an Permission Denied error if I try to run Lomoco in terminal as user or su. What can I do to solve this? Thank you.
« Last Edit: July 30, 2010, 12:49:01 AM by Texstar »
Gaming Rig AMD FX8350/ Gigabyte 970A-UD3/ 8 gigs DDR3-2133/ XFX HD5800 | Intel core2 duo e4600 oc 3.0ghz/ MSI G41M4-F / 4gb Corsair DDR2 / Zotec 9800 GTX amp Edition | ASUS F3KA Laptop AMD TL66x2 2.3ghz, 4gb, ATI mobility 2600 512mb, Seagte 500gb

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6245
Re: Permission Denied
« Reply #1 on: July 25, 2010, 12:25:33 PM »

can you post the full error message here?
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online MerReady

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 167
Re: Permission Denied
« Reply #2 on: July 25, 2010, 12:45:27 PM »
Thanks for the reply. This is what I get:

[chris@localhost ~]$ lomoco -i
bash: /usr/bin/lomoco: Permission denied
[chris@localhost ~]$ su
Password:
[root@localhost chris]# lomoco -i
bash: /usr/bin/lomoco: Permission denied
Gaming Rig AMD FX8350/ Gigabyte 970A-UD3/ 8 gigs DDR3-2133/ XFX HD5800 | Intel core2 duo e4600 oc 3.0ghz/ MSI G41M4-F / 4gb Corsair DDR2 / Zotec 9800 GTX amp Edition | ASUS F3KA Laptop AMD TL66x2 2.3ghz, 4gb, ATI mobility 2600 512mb, Seagte 500gb

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6245
Re: Permission Denied
« Reply #3 on: July 25, 2010, 12:52:29 PM »

what does this command give you?(copy and paste it on the terminal)

ls -l /usr/bin/lomoco
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online MerReady

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 167
Re: Permission Denied
« Reply #4 on: July 25, 2010, 12:59:28 PM »
[chris@localhost ~]$ ls -l /usr/bin/lomoco
-rw-r--r-- 1 root root 19336 2010-07-25 05:24 /usr/bin/lomoco
Gaming Rig AMD FX8350/ Gigabyte 970A-UD3/ 8 gigs DDR3-2133/ XFX HD5800 | Intel core2 duo e4600 oc 3.0ghz/ MSI G41M4-F / 4gb Corsair DDR2 / Zotec 9800 GTX amp Edition | ASUS F3KA Laptop AMD TL66x2 2.3ghz, 4gb, ATI mobility 2600 512mb, Seagte 500gb

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6245
Re: Permission Denied
« Reply #5 on: July 25, 2010, 01:07:54 PM »

you are getting that error because the execution bit is not set, you can set it with this command run as root. Post any additional error msgs you are getting if the program continue to fail to run after running the below command

chmod +x /usr/bin/lomoco

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online MerReady

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 167
Re: (Solved)Permission Denied
« Reply #6 on: July 25, 2010, 01:32:57 PM »
That fixed it. Thank you.  :)
Gaming Rig AMD FX8350/ Gigabyte 970A-UD3/ 8 gigs DDR3-2133/ XFX HD5800 | Intel core2 duo e4600 oc 3.0ghz/ MSI G41M4-F / 4gb Corsair DDR2 / Zotec 9800 GTX amp Edition | ASUS F3KA Laptop AMD TL66x2 2.3ghz, 4gb, ATI mobility 2600 512mb, Seagte 500gb