Results 1 to 3 of 3
Hi guys,
I have a new server, upgraded to php 5.3 so wordpress would work.
Using plesk, 10.2, 64 bit system 4 gigs of ram,
I'm trying to set up ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-27-2011 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 17
execv("/bin/bash") failed system error: No such file or directory
Hi guys,
I have a new server, upgraded to php 5.3 so wordpress would work.
Using plesk, 10.2, 64 bit system 4 gigs of ram,
I'm trying to set up a corn tab with the following,
php -q /var/www/vhosts/blogengage.com/httpdocs/file-here.php
When I get the e-mail I get the following error,
execv("/bin/bash") failed
system error: No such file or directory
Godaddy will not help so I'm all alone here,
Is there a way to fix this?
EDIT:
Hi guys, I found one article,
h**p://kb.parallels.com/en/111351
To resolve the issue, set one of the valid shell options for the domain system user.
I'm not sure how to set up the valid shell options for the domain system user
- 08-29-2011 #2
Hello
you look at the following ,system was prompted very clear,It's meaning that You don't install bash the environment!!!!!! do you understand?
HTML Code:execv("/bin/bash") failed system error: No such file or directory
- 09-02-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 36
Can you tell us what does the /var/www/vhosts/blogengage.com/httpdocs/file-here.php file do? Do you have bash installed?
What do you get when running:
Code:which bash


Reply With Quote
