Results 1 to 4 of 4

Thread: Permission denied

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Permission denied

    When I try to run the qt tutorials from tuxradar.com, I get a permission error.

    http://img195.imageshack.us/img195/8...reenshoths.png

    I can run the program from command line, just not from the Qt Creator, is there a setting in the program that I can change to fix this?

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Permission denied

    Check the permissions on the executable you are trying to run.
    I'm a rebel in the S.D.G.

  3. #3
    Join Date
    Sep 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Permission denied

    I am log in as root, I shouldn't encounter permission issues...
    It has to be a setting somewhere...

  4. #4
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Permission denied

    Well, I'm not sure you will be able to run any application that has no 'execution' flag set on it (even as root). Here's a proof:

    Qt Code:
    1. root@atnt/home/myuser/workspace# ls -l mk_cache_fs
    2. -rw-r--r-- 1 myuser users 1271 2009-09-29 13:16 mk_cache_fs
    3. root@atnt/home/myuser/workspace# ./mk_cache_fs
    4. ./mk_cache_fs: Permission denied.
    To copy to clipboard, switch view to plain text mode 
    I'm a rebel in the S.D.G.

Similar Threads

  1. Permission denied
    By lixo1 in forum Qt Tools
    Replies: 4
    Last Post: 27th March 2009, 09:01
  2. exe permission denied
    By phillip_Qt in forum Qt Programming
    Replies: 1
    Last Post: 30th October 2007, 07:47
  3. Permission denied
    By thomasjoy in forum Qt Programming
    Replies: 1
    Last Post: 17th October 2007, 20:37
  4. QFtp and Permission Denied
    By J-jayz-Z in forum Qt Programming
    Replies: 2
    Last Post: 22nd August 2007, 16:15
  5. Permission denied error during linking
    By bashamehboob in forum Newbie
    Replies: 2
    Last Post: 15th April 2006, 13:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.