Public bug reported:

Hi,

For quite a while we experienced that execd (from Debian/Ubuntu packages)
was not starting on our Ubuntu 10.04 (6.2u4) nor 11.04 (6.2u5) during bootup. 
Starting them manually was no problem.

Many months later I figured that the /etc/init.d/gridengine-exec 
was started before the network was up&running, a consequence 
of the move to upstart as init replacement.

gridengine packages should ship upstart jobs, to be able to 
properly depend on networking being available.

Yours,
Steffen


description "SGE Execution Daemon init script"
author "gridengine team ?"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2]

pre-start script
    # do my work here to start the service
    # Read configuration variable file if it is present
    [ -r /etc/default/gridengine ] && . /etc/default/gridengine
end script

post-stop script
    # do work here to stop the service
end script

exec /usr/sbin/sge_execd

** Affects: gridengine (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724983

Title:
  Move to upstart scripts

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to