Gentoo Archives: gentoo-user

From: hb-xxl@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] customized init script
Date: Tue, 23 Feb 2010 10:05:42
Message-Id: 4B839D81.1060308@web.de
In Reply to: [gentoo-user] customized init script by Kaushal Shriyan
1 On 23.02.2010 09:41, Kaushal Shriyan wrote:
2 > * Starting ScriptRunner ...
3 > /sbin/start-stop-daemon: Unable to start
4 > /usr/local/scriptrunner/bin/startup.sh: Exec format error (Exec format
5 > error) [ ok ]
6 >
7 Looks like your startup.sh is not an executable. As I assume startup.sh
8 is a shell script. So it has to use "#!/bin/bash" as its first line and
9 has to be marked executable (at least chmod u+rx startup.sh).

Replies

Subject Author
Re: [gentoo-user] customized init script Stroller <stroller@××××××××××××××××××.uk>