[Pkg-virtualbox-devel] Bug#441634: virtualbox-ose: Not backwards compatible with previous version

Frans Pop elendil at planet.nl
Mon Sep 10 19:02:01 UTC 2007


Package: virtualbox-ose
Version: 1.5.0-dfsg2-1

After upgrading from 1.4.0svn4130-dfsg-1 the one VM I had been using to play
around with failed to start. It complained about a variable being missing
from the VM config file.

This was easy to fix by deleting the old VM and creating a new one
(virtualbox luckily does not keep that much important data with the machine;
except for snapshots of course).

I later compared the old and new config files (old was still on disk), and
it looks like the culprit was the "hostMode" field for Uart/Port (I'm not
100% sure the error was about hostMode, but it looked familiar; it should
be possible to reproduce):
       <Uart>
-        <Port IOBase="1016" IRQ="4" enabled="false" server="true" slot="0"/>
-        <Port IOBase="1016" IRQ="4" enabled="false" server="true" slot="1"/>
+        <Port IOBase="0x3f8" IRQ="4" enabled="false" hostMode="Disconnected" slot="0"/>
+        <Port IOBase="0x3f8" IRQ="4" enabled="false" hostMode="Disconnected" slot="1"/>
       </Uart>

Upstream should really make sure that new versions are at least backwards
compatible and do necessary conversions on upgrade.

Cheers,
FJP
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-virtualbox-devel/attachments/20070910/602ed3c3/attachment.pgp 


More information about the Pkg-virtualbox-devel mailing list