[Buildbot-devel] Command Error

Ravindra Parihar imravin at gmail.com
Thu Jun 10 07:40:11 UTC 2010


Hi All,

I am running below command in master.cfg.
               command=[' if [ -d _trial_temp ]; then' ,'sudo', 'chown',
'-R','buildmaster:buildmaster','_trial_temp;', 'fi'])

But when the buildbot 0.7.11p3 execute the command it get failed  with error
-
======================
Upon execvpe  if [ -d _trial_temp ]; then [' if [ -d _trial_temp ]; then',
'sudo', 'chown', '-R', 'buildmaster:buildmaster', '_trial_temp;', 'fi'] in
environment id 85827488
:Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/twisted/internet/process.py",
line 396, in _fork
    executable, args, environment)
  File "/usr/lib64/python2.4/site-packages/twisted/internet/process.py",
line 442, in _execChild
    os.execvpe(executable, args, environment)
  File "/usr/lib64/python2.4/os.py", line 350, in execvpe
    _execvpe(file, args, env)
  File "/usr/lib64/python2.4/os.py", line 379, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
program finished with exit code 1
========================

Please suggest what could be the error and how to resolve this error.

Thanks,
Ravi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100610/e1a17fe1/attachment.html>


More information about the devel mailing list