conffile change prompt on upgrade

Bug #1217263 reported by Sebastien Bacher
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ifupdown (Ubuntu)
Fix Released
High
Steve Langasek

Bug Description

While updating my saucy today, I got prompted about changes to "/etc/init.d/network":

"--- /etc/init.d/networking.dpkg-old 2013-05-18 07:37:44.000000000 +0200
+++ /etc/init.d/networking 2013-08-27 00:19:11.000000000 +0200
@@ -18,12 +18,20 @@

 . /lib/lsb/init-functions

+# Make sure that it's clear to the user that they shouldn't use this
+# script under upstart
+if init_is_upstart; then
+ echo "ERROR: Calling a sysvinit script on a system using upstart isn't supported. Please use the 'service' command instead."
+ exit 1
+fi
+
 CONFIGURE_INTERFACES=yes
 EXCLUDE_INTERFACES=
 VERBOSE=no

 [ -f /etc/default/networking ] && . /etc/default/networking

+verbose=""
 [ "$VERBOSE" = yes ] && verbose=-v

 process_exclusions() {"

That seems to be due to this update:
http://launchpadlibrarian.net/148488266/ifupdown_0.7.5ubuntu4_0.7.44ubuntu1.diff.gz

The versions concerned by the upgrades:
2013-08-27 11:05:36 upgrade ifupdown:i386 0.7.5ubuntu4 0.7.44ubuntu1

Revision history for this message
Sebastien Bacher (seb128) wrote :

Log of the upgrades

Revision history for this message
Sebastien Bacher (seb128) wrote :

Log of the upgrades

Revision history for this message
Stéphane Graber (stgraber) wrote :

Hmm, that's odd, I didn't get that on my machine or in my test containers...

Revision history for this message
Sebastien Bacher (seb128) wrote :
Steve Langasek (vorlon)
Changed in ifupdown (Ubuntu):
status: New → Triaged
importance: Undecided → High
Steve Langasek (vorlon)
Changed in ifupdown (Ubuntu):
status: Triaged → In Progress
assignee: nobody → Steve Langasek (vorlon)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ifupdown - 0.7.44ubuntu2

---------------
ifupdown (0.7.44ubuntu2) saucy; urgency=low

  * On upgrade from 0.7.5ubuntu4, handle the fact that our unmodified conffile
    may have a mismatch in the dpkg database and manually shuffle the file
    around on upgrade. LP: #1217263.

  [ Chris Arges ]
  * Backport a fix from upstream mercurial
    (http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/a93db3ecb8f0)
    for a race condition when updating the state file. LP: #1160490
 -- Steve Langasek <email address hidden> Sun, 01 Sep 2013 06:43:53 +0000

Changed in ifupdown (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.