permission denied

Discussion in 'Installation/Configuration' started by vogelor, Mar 2, 2007.

  1. vogelor

    vogelor New Member

    i tried to install ispconfig on my second server (the first is working fine).
    after downloading ispconfig (wget) and unpacking it i changed to install_ispconfig and run ./setup
    then i got the error

    bash: ./setup /bin/sh: bad interpreter: Permission denied

    can anybody tell me, whats going wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure you run the installer as root user and not with sudo.

    Which linux distribution do you use?
     
  3. vogelor

    vogelor New Member

    whoami = root
    linux = debian etch

    (at my first server a have the same linux, but i must oversee something
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    What is the output of:

    which sh

    and:

    ls -la /bin/sh
     
  5. vogelor

    vogelor New Member

    which sh:
    /bin/sh

    ls -la /bin/sh:
    lrwxrwxrwx 1 root root 4 Feb 28 19:48 /bin/sh -> bash
     
  6. vogelor

    vogelor New Member

    Got It

    i got it.
    the system was "made" by my hoster.
    he mounted /tmp with "noexec, nosuid" and so i can't start any script inside /tmp

    thank you for helping!

    Olli
     

Share This Page