Merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/squid/oneiric into lp:ubuntu/oneiric/squid

Proposed by Ben Howard
Status: Merged
Merged at revision: 65
Proposed branch: lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/squid/oneiric
Merge into: lp:ubuntu/oneiric/squid
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/squid.upstart (+1/-1)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/squid/oneiric
Reviewer Review Type Date Requested Status
Clint Byrum (community) Needs Fixing
Review via email: mp+75025@code.launchpad.net

Description of the change

Revert of r64 as regression to bug 561779

To post a comment you must log in.
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hi Ben, so I think we can actually keep your bug fix and the fix for 561779.

The start on should probably just be

start on runlevel [2345]

And thats *it*

The reason being that in oneiric, runlevel [2345] will not be reached until all static network interfaces are brought up.

I see no reason to try and start it every time a network interface comes up.. its either configured to listen on 0.0.0.0, or its not and the required interfaces are listed in /etc/network/interfaces.

Go ahead and change it to that, and I'll upload. Thanks!

review: Needs Fixing
65. By Ben Howard

Complete revert of patch

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote :

Thanks Clint. I've uploaded a new diff with just runlevel [2345].

~Ben

On 09/19/2011 10:39 AM, Clint Byrum wrote:
> Review: Needs Fixing
>
> Hi Ben, so I think we can actually keep your bug fix and the fix for 561779.
>
> The start on should probably just be
>
> start on runlevel [2345]
>
> And thats *it*
>
> The reason being that in oneiric, runlevel [2345] will not be reached until all static network interfaces are brought up.
>
> I see no reason to try and start it every time a network interface comes up.. its either configured to listen on 0.0.0.0, or its not and the required interfaces are listed in /etc/network/interfaces.
>
> Go ahead and change it to that, and I'll upload. Thanks!
>
>

--

Ben Howard
<email address hidden>
Canonical USA, Inc
GPG ID 0x5406A866

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Thanks Ben! I fixed up the bug reference (seemed a typeo sent it off to a bug in glance), and uploaded. It should hit as "fix released" once beta2 freeze is over.

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 2011-09-06 12:12:53 +0000
3+++ debian/changelog 2011-09-19 18:28:27 +0000
4@@ -1,3 +1,11 @@
5+squid (2.7.STABLE9-4ubuntu4) oneiric; urgency=low
6+
7+ * debian/squid.upstart:
8+ - Revert "start after network and local file systems" as a regression
9+ to (LP: #561779). (LP: #826798)
10+
11+ -- Ben Howard <ben.howard@canonical.com> Mon, 19 Sep 2011 12:17:51 -0600
12+
13 squid (2.7.STABLE9-4ubuntu3) oneiric; urgency=low
14
15 * debian/squid.upstart:
16
17=== modified file 'debian/squid.upstart'
18--- debian/squid.upstart 2011-09-06 12:12:53 +0000
19+++ debian/squid.upstart 2011-09-19 18:28:27 +0000
20@@ -6,7 +6,7 @@
21
22 # The second "or" condition is to start squid in case it failed to start
23 # because no real interface was there.
24-start on runlevel [2345] and local-filesystems and net-device-up IFACE!=lo
25+start on runlevel [2345]
26 stop on runlevel [!2345]
27
28 # Disable DNS checks so we can start squid

Subscribers

People subscribed via source and target branches

to all changes: