Activity log for bug #1627931

Date Who What changed Old value New value Message
2016-09-27 05:47:26 Jesse Schalken bug added bug
2016-12-30 20:01:58 Jeremy Bícha cloud-images: status New Confirmed
2017-01-13 10:16:26 Chris Glass cloud-images: assignee Chris Glass (tribaal)
2017-01-13 10:23:06 Chris Glass branch linked lp:~tribaal/livecd-rootfs/xenial-fix-ova-manifest
2017-01-13 10:28:18 Chris Glass branch linked lp:~tribaal/livecd-rootfs/yakkety-fix-ova-manifest
2017-01-13 10:32:04 Chris Glass branch linked lp:~tribaal/livecd-rootfs/fix-ova-manifest
2017-01-13 11:00:44 Chris Glass cloud-images: status Confirmed In Progress
2017-01-13 11:00:51 Chris Glass cloud-images: importance Undecided High
2017-01-13 13:07:24 Chris Glass branch linked lp:~tribaal/livecd-rootfs/zesty-fix-ova-manifest
2017-01-16 10:10:06 Chris Glass branch unlinked lp:~tribaal/livecd-rootfs/zesty-fix-ova-manifest
2017-01-16 10:10:22 Chris Glass branch unlinked lp:~tribaal/livecd-rootfs/yakkety-fix-ova-manifest
2017-01-16 10:10:51 Chris Glass branch unlinked lp:~tribaal/livecd-rootfs/xenial-fix-ova-manifest
2017-01-17 16:33:42 Ion Jaureguialzo Sarasola bug added subscriber Ion Jaureguialzo Sarasola
2017-02-03 21:29:59 Brian Murray bug task added livecd-rootfs (Ubuntu)
2017-02-03 22:44:52 Launchpad Janitor livecd-rootfs (Ubuntu): status New Fix Released
2017-03-17 19:06:19 Robert C Jennings branch linked lp:~rcj/livecd-rootfs/yakkety-proposed
2017-03-17 19:06:29 Robert C Jennings branch linked lp:~rcj/livecd-rootfs/xenial-proposed
2017-03-21 21:06:05 Robert C Jennings description Opening the current "xenial-server-cloudimg-amd64.ova" file from cloud-images.ubuntu.com in VirtualBox produces this error: Failed to import appliance C:/Users/Jesse/Downloads/xenial-server-cloudimg-amd64.ova. Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest. Result Code: VBOX_E_FILE_ERROR (0x80BB0004) Component: ApplianceWrap Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e} The ubuntu-xenial-16.04-cloudimg.mf inside the .ova has this contents: SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 1a9d4ebadf89aa3a12a20f9933b5f88e3b0edcb00fa286c653356bc2ff9d4a29 SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= eaca73e5217e0d12f1b5bfbbec039f445c89b807d0c5aba11f842639abb40d35 After changing ".ovf.ovf" to ".ovf" and saving the file inside the .ova, importing the .ova works. [Impact] * Users will be unable to import OVA disk images with tools that check the manifest to verify file checksums [Test Case] $ apt-get install virtualbox $ wget http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64.ova ## Requires version newer than 5.0.32_Ubuntur112930 in zesty) $ vboxmanage -version 5.1.18_Ubuntur114002 $ vboxmanage import xenial-server-cloudimg-amd64.ova 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%... Progress state: VBOX_E_FILE_ERROR VBoxManage: error: Appliance import failed VBoxManage: error: Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 886 of file VBoxManageAppliance.cpp ## Expecting import success [Regression Potential] * Very low: If a tool is checking the manifest and has been modified to strip a duplicate ".ovf" from the name to allow the current image to work but also removed handing for valid files it would fail (but we know this is not true as there exists in the manifest a file that is already specified with the correct filename). [Original Description] Opening the current "xenial-server-cloudimg-amd64.ova" file from cloud-images.ubuntu.com in VirtualBox produces this error:     Failed to import appliance C:/Users/Jesse/Downloads/xenial-server-cloudimg-amd64.ova.     Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest.     Result Code: VBOX_E_FILE_ERROR (0x80BB0004)     Component: ApplianceWrap     Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e} The ubuntu-xenial-16.04-cloudimg.mf inside the .ova has this contents:     SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 1a9d4ebadf89aa3a12a20f9933b5f88e3b0edcb00fa286c653356bc2ff9d4a29     SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= eaca73e5217e0d12f1b5bfbbec039f445c89b807d0c5aba11f842639abb40d35 After changing ".ovf.ovf" to ".ovf" and saving the file inside the .ova, importing the .ova works.
2017-03-21 21:07:32 Robert C Jennings description [Impact] * Users will be unable to import OVA disk images with tools that check the manifest to verify file checksums [Test Case] $ apt-get install virtualbox $ wget http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64.ova ## Requires version newer than 5.0.32_Ubuntur112930 in zesty) $ vboxmanage -version 5.1.18_Ubuntur114002 $ vboxmanage import xenial-server-cloudimg-amd64.ova 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%... Progress state: VBOX_E_FILE_ERROR VBoxManage: error: Appliance import failed VBoxManage: error: Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 886 of file VBoxManageAppliance.cpp ## Expecting import success [Regression Potential] * Very low: If a tool is checking the manifest and has been modified to strip a duplicate ".ovf" from the name to allow the current image to work but also removed handing for valid files it would fail (but we know this is not true as there exists in the manifest a file that is already specified with the correct filename). [Original Description] Opening the current "xenial-server-cloudimg-amd64.ova" file from cloud-images.ubuntu.com in VirtualBox produces this error:     Failed to import appliance C:/Users/Jesse/Downloads/xenial-server-cloudimg-amd64.ova.     Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest.     Result Code: VBOX_E_FILE_ERROR (0x80BB0004)     Component: ApplianceWrap     Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e} The ubuntu-xenial-16.04-cloudimg.mf inside the .ova has this contents:     SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 1a9d4ebadf89aa3a12a20f9933b5f88e3b0edcb00fa286c653356bc2ff9d4a29     SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= eaca73e5217e0d12f1b5bfbbec039f445c89b807d0c5aba11f842639abb40d35 After changing ".ovf.ovf" to ".ovf" and saving the file inside the .ova, importing the .ova works. [Impact]  * Users will be unable to import OVA disk images with tools that check the manifest to verify file checksums [Test Case] $ apt-get install virtualbox $ wget http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64.ova ## Requires version newer than 5.0.32_Ubuntur112930 in zesty) $ vboxmanage -version 5.1.18_Ubuntur114002 $ vboxmanage import xenial-server-cloudimg-amd64.ova 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%... Progress state: VBOX_E_FILE_ERROR VBoxManage: error: Appliance import failed VBoxManage: error: Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 886 of file VBoxManageAppliance.cpp ## Expecting import success "Successfully imported the appliance." [Regression Potential]  * Very low: If a tool is checking the manifest and has been modified to strip a duplicate ".ovf" from the name to allow the current image to work but also removed handing for valid files it would fail (but we know this is not true as there exists in the manifest a file that is already specified with the correct filename). [Original Description] Opening the current "xenial-server-cloudimg-amd64.ova" file from cloud-images.ubuntu.com in VirtualBox produces this error:     Failed to import appliance C:/Users/Jesse/Downloads/xenial-server-cloudimg-amd64.ova.     Digest mismatch (VERR_NOT_EQUAL): 'ubuntu-xenial-16.04-cloudimg.ovf.ovf' not found in the 2nd manifest.     Result Code: VBOX_E_FILE_ERROR (0x80BB0004)     Component: ApplianceWrap     Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e} The ubuntu-xenial-16.04-cloudimg.mf inside the .ova has this contents:     SHA256(ubuntu-xenial-16.04-cloudimg.vmdk)= 1a9d4ebadf89aa3a12a20f9933b5f88e3b0edcb00fa286c653356bc2ff9d4a29     SHA256(ubuntu-xenial-16.04-cloudimg.ovf.ovf)= eaca73e5217e0d12f1b5bfbbec039f445c89b807d0c5aba11f842639abb40d35 After changing ".ovf.ovf" to ".ovf" and saving the file inside the .ova, importing the .ova works.
2017-03-23 20:10:08 Brian Murray livecd-rootfs (Ubuntu Yakkety): status New Fix Committed
2017-03-23 20:10:10 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-03-23 20:10:13 Brian Murray bug added subscriber SRU Verification
2017-03-23 20:10:21 Brian Murray tags verification-needed
2017-03-23 20:17:25 Brian Murray livecd-rootfs (Ubuntu Xenial): status New Fix Committed
2017-03-23 22:15:55 Mathew Hodson livecd-rootfs (Ubuntu): importance Undecided High
2017-03-23 22:15:57 Mathew Hodson livecd-rootfs (Ubuntu Xenial): importance Undecided High
2017-03-23 22:15:59 Mathew Hodson livecd-rootfs (Ubuntu Yakkety): importance Undecided High
2017-03-27 19:06:42 Robert C Jennings tags verification-needed verification-done
2017-03-30 06:34:12 Launchpad Janitor livecd-rootfs (Ubuntu Xenial): status Fix Committed Fix Released
2017-03-30 06:34:28 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2017-04-03 19:35:42 Launchpad Janitor livecd-rootfs (Ubuntu Yakkety): status Fix Committed Fix Released
2017-06-01 19:01:27 Robert C Jennings nominated for series Ubuntu Trusty
2017-06-01 19:01:56 Robert C Jennings branch linked lp:~rcj/livecd-rootfs/trusty-proposed_ubuntu-cpc
2017-06-01 19:23:15 Robert C Jennings branch unlinked lp:~rcj/livecd-rootfs/trusty-proposed_ubuntu-cpc
2017-09-13 18:22:17 Robert C Jennings branch unlinked lp:~rcj/livecd-rootfs/xenial-proposed
2017-09-29 17:45:56 Francis Ginther tags verification-done id-587c9d1faefa1389c5543492 verification-done
2017-09-29 17:47:21 Francis Ginther tags id-587c9d1faefa1389c5543492 verification-done id-5878b7f940cb3d1226960cd7 id-587c9d1faefa1389c5543492 verification-done
2018-01-08 14:35:20 Chris Glass cloud-images: status In Progress Fix Released
2019-05-18 03:49:29 Mathew Hodson bug task added livecd-rootfs (Ubuntu Trusty)
2019-05-18 03:50:25 Mathew Hodson livecd-rootfs (Ubuntu Trusty): importance Undecided High
2019-05-18 03:50:25 Mathew Hodson livecd-rootfs (Ubuntu Trusty): status New Fix Released