Merge lp:~jamesodhunt/ubuntu/lucid/procps/fix-for-bug-771372 into lp:ubuntu/lucid/procps

Proposed by James Hunt
Status: Needs review
Proposed branch: lp:~jamesodhunt/ubuntu/lucid/procps/fix-for-bug-771372
Merge into: lp:ubuntu/lucid/procps
Diff against target: 32 lines (+13/-1)
2 files modified
debian/changelog (+9/-0)
debian/upstart (+4/-1)
To merge this branch: bzr merge lp:~jamesodhunt/ubuntu/lucid/procps/fix-for-bug-771372
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+84779@code.launchpad.net

Description of the change

  * Make procps job run twice: as early as possible (for kernel
    parameters such as kernel.printk) and then after all network
    interfaces are up (to account for any kernel parameters relating
    to recently loaded networking modules) (LP: #771372).

To post a comment you must log in.

Unmerged revisions

33. By James Hunt

Make procps job run twice: as early as possible (for kernel
parameters such as kernel.printk) and then after all network
interfaces are up (to account for any kernel parameters relating
to recently loaded networking modules) (LP: #771372).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-12-16 11:06:56 +0000
3+++ debian/changelog 2011-12-07 15:07:56 +0000
4@@ -1,3 +1,12 @@
5+procps (1:3.2.8-1ubuntu5) lucid; urgency=low
6+
7+ * Make procps job run twice: as early as possible (for kernel
8+ parameters such as kernel.printk) and then after all network
9+ interfaces are up (to account for any kernel parameters relating
10+ to recently loaded networking modules) (LP: #771372).
11+
12+ -- James Hunt <james.hunt@ubuntu.com> Wed, 07 Dec 2011 14:53:24 +0000
13+
14 procps (1:3.2.8-1ubuntu4) lucid; urgency=low
15
16 * debian/sysctl.d/10-zeropage.conf*: Reestablish a procps-controlled
17
18=== modified file 'debian/upstart'
19--- debian/upstart 2009-09-15 03:26:56 +0000
20+++ debian/upstart 2011-12-07 15:07:56 +0000
21@@ -5,7 +5,10 @@
22
23 description "set sysctls from /etc/sysctl.conf"
24
25-start on virtual-filesystems
26+instance $UPSTART_EVENTS
27+env UPSTART_EVENTS=
28+
29+start on virtual-filesystems or stopped networking
30
31 task
32 script

Subscribers

People subscribed via source and target branches

to all changes: