Results 1 to 9 of 9

Thread: Installation of Adobe AIR: permission denied

  1. #1
    Join Date
    Aug 2006
    Location
    Uppsala, Sweden
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Installation of Adobe AIR: permission denied

    Hi there,

    I tried to install Adobe AIR, after downloading a file 'AdobeAIRInstaller.bin' from their download URL: http://get.adobe.com/air/. To my disappointment, I can't install it:
    Code:
    # chmod 777 AdobeAIRInstaller.bin
    # file AdobeAIRInstaller.bin 
    AdobeAIRInstaller.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
    # ./AdobeAIRInstaller.bin 
    -su: ./AdobeAIRInstaller.bin: Permission denied
    ..and can't figure out what's wrong. Has anyone succeeded in installing AIR? Please tell me how. Or if you might have an idea of what I've forgotten, please drop a message. Thank you!
    PGP public key: 0xB39B0BA9

  2. #2
    Join Date
    Sep 2008
    Beans
    519

    Re: Installation of Adobe AIR: permission denied

    looks like it's trying to run "su" .. so it might work if executed as root, using sudo

    but heck.. why would it need to run "su"?

  3. #3
    Join Date
    Aug 2006
    Location
    Uppsala, Sweden
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installation of Adobe AIR: permission denied

    No idea. Should have mentioned of course: I'm doing all this after running:
    Code:
    sudo su -
    Any ideas?
    PGP public key: 0xB39B0BA9

  4. #4
    Join Date
    Sep 2008
    Beans
    519

    Re: Installation of Adobe AIR: permission denied

    try with just

    chmod +x file.bin

    and

    sudo ./file.bin

  5. #5
    Join Date
    Aug 2006
    Location
    Uppsala, Sweden
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installation of Adobe AIR: permission denied

    Quote Originally Posted by renkinjutsu View Post
    try with just

    chmod +x file.bin

    and

    sudo ./file.bin
    I've done that too; ran chmod 777 afterwards, which gives even more permission, to explain that it can't be done any further. A summary:
    • The file has rwx permission
    • I am doing everything as root
    • The file is owned by root
    • I'm doing all of this in a directory where I'm allowed to

    Any ideas? I know it's tricky and I just hoped that someone had a problem with AIR too. You can go to the URL and try to install it too, it's a beautiful tool anyway.
    Last edited by qrwe; November 19th, 2009 at 09:11 AM. Reason: Serious misspelling :-)
    PGP public key: 0xB39B0BA9

  6. #6
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installation of Adobe AIR: permission denied

    Why not install the new Adobe Air 2 beta. It's working just fine and there is a deb on its download page for easy installation (i.e. the deb file in the Adobe AIR 2 Runtime section)

  7. #7
    Join Date
    Aug 2006
    Location
    Uppsala, Sweden
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installation of Adobe AIR: permission denied

    Quote Originally Posted by kostkon View Post
    Why not install the new Adobe Air 2 beta. It's working just fine and there is a deb on its download page for easy installation (i.e. the deb file in the Adobe AIR 2 Runtime section)
    Wow, that was definitely something I was looking for, worked immediately when installing it and then installing AIR apps!
    It's strange that they haven't released any .deb-packages for the stable version, especially when they mention in a blog (official Adobe dev-blog) that their Linux products are mainly designed for SuSE, Redhat and Ubuntu. But it's not a concern for me anymore now.
    Once again: thanks everyone for your help!

    PS. Wonder if I should mark this thread [SOLVED], there might be more AIR-issues for other fellows in the future and the subject is very general after all..
    PGP public key: 0xB39B0BA9

  8. #8
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installation of Adobe AIR: permission denied

    Quote Originally Posted by qrwe View Post
    PS. Wonder if I should mark this thread [SOLVED], there might be more AIR-issues for other fellows in the future and the subject is very general after all..
    Actually, your problem was simple, at least I believe so.

    You didn't need to run it as root neither change its ownership. You only needed to make it executable and run it. It would have asked for your admin password later in the installation process.

  9. #9
    Join Date
    Aug 2006
    Location
    Uppsala, Sweden
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installation of Adobe AIR: permission denied

    You only needed to make it executable and run it.
    That was what I did at first. When it didn't work, I went on with.. well, the rest.
    PGP public key: 0xB39B0BA9

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
  •