Bug 668763

Summary: /distribution/reservesys premature end with Warn
Product: [Retired] Beaker Reporter: Petr Beňas <pbenas>
Component: beahAssignee: Bill Peck <bpeck>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 0.6CC: bpeck, dcallagh, jburke, jstancek, mcsontos, mishin, pbunyan, pstehlik, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-10 05:23:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 662797    
Bug Blocks:    

Description Petr Beňas 2011-01-11 14:48:53 UTC
Description of problem:
On machine reboot the reservesys job was interrupted. 

Version-Release number of selected component (if applicable):


How reproducible:
unknown

Steps to Reproduce:
I've rebooted the machine via "reboot" command. I was logged into it via ssh twice. Was trying to get rid of unkillable process running on the other seassion. 
  
Actual results:
Upon execvpe /tmp/tmpdslL5i.sh ['/tmp/tmpdslL5i.sh', 'rh-tests-distribution-reservesys-2.0-45.noarch.rpm'] in environment id 475727328
: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 367, in _execvpe
    func(file, *argrest)
OSError: [Errno 2] No such file or directory

Expected results:
successful reboot

Additional info:
https://beaker.engineering.redhat.com/recipes/90914#task1015753
http://lab.rhts.englab.brq.redhat.com/beaker/logs/tasks/1015753/debug/task_beah_unexpected

Comment 1 Marian Csontos 2011-01-26 12:13:42 UTC
This might be caused by /tmp being scrapped and could be solved by moving off /tmp: Bug 662797.

Do you remember doing anything with /tmp?

Comment 2 Petr Beňas 2012-04-10 10:51:23 UTC
The chance I broke /tmp is low, but can't be 100% sure.

Comment 4 Dan Callaghan 2012-10-10 05:23:10 UTC
Assuming this will be fixed by moving harness stuff out of /tmp.

*** This bug has been marked as a duplicate of bug 662797 ***