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

Subscribers

People subscribed via source and target branches

to all changes: