Results 1 to 4 of 4

Thread: installation error : resource/jre/bin/java: Permission denied

  1. #1
    Join Date
    Nov 2010
    Beans
    147

    installation error : resource/jre/bin/java: Permission denied

    hello

    i'm trying to install a software.
    it's a plc software for Siemens Logo software.

    it can be found here.

    http://www.automation.siemens.com/mc...emo%20software

    when i try to install it: sudo sh ./Setup.bin

    i get the next error.


    Launching installer...

    exec: 2470: /tmp/install.dir.8681/Linux/resource/jre/bin/java: Permission denied


    could somebody shed a light on a possible problem.

    thanks

  2. #2
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: installation error : resource/jre/bin/java: Permission denied

    Code:
    sudo chmod a+x /tmp/install.dir.8681/Linux/resource/jre/bin/java
    will add execute permission to that file, which I imagine the lack is the cause of the "Permission denied" error.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  3. #3
    Join Date
    Nov 2010
    Beans
    147

    Re: installation error : resource/jre/bin/java: Permission denied

    thanks,

    but saddly it does not work

    any other ideas ?

  4. #4
    Join Date
    Feb 2009
    Location
    South Africa
    Beans
    16
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: installation error : resource/jre/bin/java: Permission denied

    Have you posted this question on the Siemens forum?

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
  •