Merge lp:~clint-fewbar/ubuntu/natty/squid/no-expect-fork into lp:ubuntu/natty/squid

Proposed by Clint Byrum
Status: Merged
Merged at revision: 57
Proposed branch: lp:~clint-fewbar/ubuntu/natty/squid/no-expect-fork
Merge into: lp:ubuntu/natty/squid
Diff against target: 34 lines (+8/-3)
2 files modified
debian/changelog (+7/-0)
debian/squid.upstart (+1/-3)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/natty/squid/no-expect-fork
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+45916@code.launchpad.net

Description of the change

Fixes the bug by dropping expect fork

This does extend the already existing race between squid's started event and it listening for connections. There don't seem to be any blocking operations before the fork, so this race condition is already as long as its going to be, also I'm not aware of any job files that depend on squid's started event before connecting to it.

To post a comment you must log in.

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 2010-09-27 23:31:35 +0000
3+++ debian/changelog 2011-01-11 21:34:15 +0000
4@@ -1,3 +1,10 @@
5+squid (2.7.STABLE9-2.1ubuntu2) natty; urgency=low
6+
7+ * Run squid with -N and drop 'expect fork' to prevent HUP's from
8+ causing upstart to lose track of squid. (LP: #573853)
9+
10+ -- Clint Byrum <clint@ubuntu.com> Tue, 11 Jan 2011 10:49:37 -0800
11+
12 squid (2.7.STABLE9-2.1ubuntu1) natty; urgency=low
13
14 * Merge from debian unstable. Remaining changes:
15
16=== modified file 'debian/squid.upstart'
17--- debian/squid.upstart 2010-09-27 12:27:09 +0000
18+++ debian/squid.upstart 2011-01-11 21:34:15 +0000
19@@ -8,8 +8,6 @@
20 and net-device-up IFACE!=lo)
21 stop on runlevel[!2345]
22
23-expect fork
24-
25 pre-start script
26 if [ -f /etc/default/squid ]; then
27 . /etc/default/squid
28@@ -78,5 +76,5 @@
29 . /etc/default/squid
30 fi
31
32- exec /usr/sbin/squid $SQUID_ARGS
33+ exec /usr/sbin/squid -N $SQUID_ARGS
34 end script

Subscribers

People subscribed via source and target branches

to all changes: