rented a host, now SWR wont ./startup

Posted by Jobey5000 on Wed 12 May 2004 04:48 PM — 4 posts, 17,321 views.

#0
umm i dunno whats wrong here but this is what i get when i type ./starup<-- this file has had the port edited for startup

~/releaserip/bin$ ./starup &
[1] 27897
bash: ./starup: /bin/bash: bad interpreter: Permission denied
[1]+ Exit 126 ./starup
USA #1
Ask your sysadmin where the shell interpreter is located. Then change the first line of the startup script to reflect that. I admit to being very surprised that you're getting permission denied to /bin/bash, though.
USA #2
Quote:
~/releaserip/bin$ ./starup &
[1] 27897
bash: ./starup: /bin/bash: bad interpreter: Permission denied
[1]+ Exit 126 ./starup





shouldnt it be /startup ... not starup?
Canada #3
You can also type:

whereis bash

To make sure that you have the right path. What platform is the host on?