Hi,

I added a '--retry TERM/10/KILL/5'that gives enough time to the stop
operation succeed. Here is the output of a vivid system without the
patch:

root@vivid-puppetmaster:~# service puppetmaster restart ; sleep 10 ; service 
puppetmaster restart
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...fail!

And here it is with the patch applied:

root@vivid-puppetmaster:~# for i in {0..10}; do service puppetmaster restart ; 
sleep 10 ;done
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.
 * Restarting puppet master
   ...done.


** Patch added: "lp1315021_vivid.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/puppetmaster/+bug/1315021/+attachment/4312243/+files/lp1315021_vivid.debdiff

** Changed in: puppetmaster (Ubuntu)
     Assignee: (unassigned) => Felipe Reyes (freyes)

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

Title:
  Service restart fails because process has not exited

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppetmaster/+bug/1315021/+subscriptions

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

Reply via email to