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?
Please make sure you run the installer as root user and not with sudo. Which linux distribution do you use?
whoami = root linux = debian etch (at my first server a have the same linux, but i must oversee something
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