Opened 9 years ago
Closed 9 years ago
#1348 closed defect (fixed)
install_execd fails to start sge_execd daemon due to missing spool folder
Reported by: | chrisdag | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | 8.0.0b |
Component: | sge | Version: | 8.0.0a |
Severity: | minor | Keywords: | execd spool |
Cc: | chris@… |
Description
I just built 8.0.0a on a CentOS 5.6 x86_64 machine
While running the install scripts I ran into a repeatable issue. The install_execd script fails to start the sge_execd daemon - it complains about a missing "./active_jobs" folder inside the directory defined to be the exechost spool directory.
Steps to repeat:
- Install qmaster normally, I used all the defaults except for choosing classic spooling and not installing the start-on-boot-scripts
- Run ./install_execd and accept all the default suggestions for execd spoool location. This error will appear:
{{{Grid Engine execution daemon startup
Starting execution daemon. Please wait ...
Shutting down Grid Engine execution daemon
ls: /opt/sge/default/spool/dag/active_jobs: No such file or directory
Hit <RETURN> to continue >>
}}}
Not a fatal error as you can manually go into $CELL/common/ and manually run the sgeexecd start script and things will work fine.
However this may freak out new SGE users/installers
Attachments (1)
Change History (4)
Changed 9 years ago by chrisdag
comment:2 Changed 9 years ago by dlove
SGE <sge-bugs@liverpool.ac.uk> writes: > While running the install scripts I ran into a repeatable issue. The > install_execd script fails to start the sge_execd daemon - it complains > about a missing "./active_jobs" folder inside the directory defined to be > the exechost spool directory. Thanks. Is this actually different from the 6.2u5 behaviour? I'm not aware that anything much has changed in that area, and I wouldn't normally install that way.
comment:3 Changed 9 years ago by dlove
- Milestone changed from 8.0.0a to 8.0.0b
comment:4 Changed 9 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
In [4013/sge]:
(The changeset message doesn't reference this ticket)
screencap of error message