dapper -> edgy dist-upgrade prompts for questions

Bug #63693 reported by Fabio Massimo Di Nitto
6
Affects Status Importance Assigned to Milestone
initramfs-tools (Ubuntu)
Fix Released
High
Adam Conrad

Bug Description

Setting up initramfs-tools (0.69ubuntu14) ...

Configuration file `/etc/initramfs-tools/initramfs.conf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ? Your options are:
    Y or I : install the package maintainer's version
    N or O : keep your currently-installed version
      D : show the differences between the versions
      Z : background this process to examine the situation
 The default action is to keep your current version.
*** initramfs.conf (Y/I/N/O/D/Z) [default=N] ?

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

On fresh dapper install, dist-upgrade to edgy. Nothing fancy installed or changed. Just the bare default.

Fabio

Revision history for this message
Onkar Shinde (onkarshinde) wrote :

This is not a bug. This is how it works from command line.

If you upgrade from GUI, it won't ask any questions and will keep your configuration files by default.

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

Onkar, you clearly either don't understand what i wrote or don't understand how configfiles work.

If i do *not* customize configfiles, these should be updated from the old version to the new one without questions, no matter what kind of system tool i use to upgrade.

Fabio

Revision history for this message
Matt Zimmerman (mdz) wrote :

Fabio, please find out how this conffile was modified. I'd start by looking at the diff from dpkg and comparing the current one on disk to the version in the dapper package.

Matt Zimmerman (mdz)
Changed in initramfs-tools:
importance: Undecided → High
Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

--- /etc/initramfs-tools/initramfs.conf 2006-10-06 06:37:30.000000000 +0200
+++ /etc/initramfs-tools/initramfs.conf.dpkg-new 2006-02-17 05:51:30.0000
00000 +0100
@@ -57,4 +57,4 @@
 # configured in conf.d/resume. Manually specifying "resume=" on your
 # kernel command line will always override this setting.

-RESUME=/dev/hda5
+#RESUME=

It looks to me like some preinst/postinst code in dapper initramfs is broken and still adds RESUME partition to initramfs.conf or the preinst sed to set that value back isn't kicking in on first install?

Fabio

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: [Bug 63693] Re: dapper -> edgy dist-upgrade prompts for questions

On Fri, Oct 06, 2006 at 04:40:14AM -0000, Fabio Massimo Di Nitto wrote:
> --- /etc/initramfs-tools/initramfs.conf 2006-10-06 06:37:30.000000000 +0200
> +++ /etc/initramfs-tools/initramfs.conf.dpkg-new 2006-02-17 05:51:30.0000
> 00000 +0100
> @@ -57,4 +57,4 @@
> # configured in conf.d/resume. Manually specifying "resume=" on your
> # kernel command line will always override this setting.
>
> -RESUME=/dev/hda5
> +#RESUME=
>
> It looks to me like some preinst/postinst code in dapper initramfs is
> broken and still adds RESUME partition to initramfs.conf or the preinst
> sed to set that value back isn't kicking in on first install?

You must have been upgrading from an old system if that's the case; the
current stuff doesn't touch initramfs.conf.

--
 - mdz

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

nope.. that was a freshly installed dapper and upgraded to edgy.. retested this morning twice. I think there is something else mangling that file. something in d-i perhaps?

Fabio

Revision history for this message
Matt Zimmerman (mdz) wrote :

On Fri, Oct 06, 2006 at 06:03:14PM -0000, Fabio Massimo Di Nitto wrote:
> nope.. that was a freshly installed dapper and upgraded to edgy..
> retested this morning twice. I think there is something else mangling
> that file. something in d-i perhaps?

Would have to be d-i.

--
 - mdz

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

Colin,

do you recall any hack in d-i that would have mangled /etc/initramfs-tools/initramfs.conf to set the proper RESUME partition in dapper?

Fabio

Revision history for this message
Colin Watson (cjwatson) wrote :

Pre-releases of dapper did this (base-installer), but final dapper wasn't supposed to. It does:

                if [ -n "$ramdiskconf" -a "$resume" ]; then
                        if [ "$package" = initramfs-tools ]; then
                                mkdir -p /target/etc/mkinitramfs/conf.d
                                echo "RESUME=$resume" > /target/etc/mkinitramfs/conf.d/resume
                        elif [ -f $ramdiskconf ] ; then
                                sed -e "s@^#* *RESUME=.*@RESUME=$resume@" < $ramdiskconf > $ramdiskconf.new &&
                                        mv $ramdiskconf.new $ramdiskconf
                        else
                                echo "RESUME=$resume" >> $ramdiskconf
                        fi
                fi

$package will always be initramfs-tools for us.

Note that initramfs-tools' maintainer scripts mangle the RESUME setting too, but I just checked dapper's version and it appears to be correct. So, I'm not sure what was at fault here.

Revision history for this message
Colin Watson (cjwatson) wrote :

Oh, I note that Debian decided to gratuitously move /etc/mkinitramfs to /etc/initramfs-tools in the version in Edgy. It's entirely possible that the migration code in the preinst is broken.

Adam Conrad (adconrad)
Changed in initramfs-tools:
assignee: nobody → adconrad
Revision history for this message
Adam Conrad (adconrad) wrote :

Fixed in initramfs-tools-0.69ubuntu16

Changed in initramfs-tools:
status: Unconfirmed → 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.