| commit | 9b53e1def19a8143bb35aef48d2791a347642e90 | [log] [download] |
|---|---|---|
| author | Igor Sukhih <igor@openvz.org> | Wed Nov 07 17:26:13 2007 +0300 |
| committer | Kir Kolyshkin <kir@openvz.org> | Wed Nov 07 17:26:13 2007 +0300 |
| tree | 305a2d0812c61f10b51d39383383101c4383bc85 | |
| parent | 88a7f551249eb7e63fc731bfe832f308debd6cf7 [diff] |
Fix for init from upstart on Ubuntu eats 99% CPU The problem is upstart expects file descriptors 0, 1, and 2 to be opened, which was not the case. Fix by opening /dev/null for those. http://bugzilla.openvz.org/662