[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-17 Thread Launchpad Bug Tracker
This bug was fixed in the package kvm - 1:84+dfsg-0ubuntu12.3

---
kvm (1:84+dfsg-0ubuntu12.3) jaunty-proposed; urgency=low

  * Cherry-pick qcow2 corruption patch from upstream git
- Fix-at-least-one-cause-of-qcow2-corruption.-Nolan.patch,
LP: #392295
  * Cherry-pick patch series from upstream to fix segfaults when
cancelling DMA operations in virtual machines. LP: #359447
  * Cherry-pick dma error handling patch from upstream git, LP: #359447
- Fix-DMA-API-when-handling-an-immediate-error-from-bl.patch
  * debian/control: depend on linux-server and linux-generic headers;
this may be a bit overkill, as you only need one of the two,
however, we don't know which one of the two until postinst;
because of this, we get *tons* of bug reports about kvm-source not
being able to build because of missing headers (even though we print
a helpful warning message in postinst), LP: #394953
  * debian/kvm-source.postinst: touch reboot-required to ensure that
the new kvm module gets loaded and running
  * debian/source_kvm.py: only collect packages related to kvm for apport,
LP: #382077

 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 07 Jul 2009 14:22:26
-0500

** Changed in: kvm (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-15 Thread Kenyon Ralph
I just installed kvm-source 1:84+dfsg-0ubuntu15 on a latest karmic
server install. It installed cleanly.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-15 Thread Kenyon Ralph
Just installed kvm-source 1:84+dfsg-0ubuntu12.3 from jaunty-proposed on
a fresh jaunty server install with all updates. Installed cleanly.

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-11 Thread Kenyon Ralph
On 2009-07-10T12:36:26-, Dustin Kirkland dustin.kirkl...@gmail.com wrote:
To verify this, you will need a rather trim system, without kvm, build-
essential, dkms, or much along the lines of kernel headers.  Enable
-proposed and 'apt-get install kvm-source'.  That should pull in a stack
of build dependencies and headers, and the kvm module should then build,
using dkms.

I should be able to verify this fix with a fresh server install next 
week.

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-10 Thread Dustin Kirkland
To verify this, you will need a rather trim system, without kvm, build-
essential, dkms, or much along the lines of kernel headers.  Enable
-proposed and 'apt-get install kvm-source'.  That should pull in a stack
of build dependencies and headers, and the kvm module should then build,
using dkms.

:-Dustin

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-08 Thread Martin Pitt
No, it's because the package fails to install. This should be avoided at
all costs, the message should rather say how to fix the problem (install
missing packages) and then manually start the build process. Or, already
fail in the preinst, so that you don't end up with unconfigured packages
in your system. However, I'm fine with adding all the -headers
dependencies.

** Tags added: verification-needed

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread Dustin Kirkland
This a problem that gets reported repeatedly.  I have a fix uploading to
jaunty-proposed, in conjunction with a much higher SRU.

The kvm-source package is a dkms build of the kvm module.  In order to
build this, you *must* have the kernel headers installed for any kernel
that you want to build kvm and boot.

Currently, we're depending on linux-headers-server | linux-headers-
generic | linux-headers.

This isn't good enough, though, as the user might have linux-headers and
linux-headers-generic installed, but is running the linux-server kernel.
In which, the dkms build fails, and reports the following helpful,
informative message:


*

ERROR: Missing kernel headers.


You appear to have at least some kernel headers

installed, but you do not have the necessary

headers to build kvm-source against this kernel.


You might try installing the meta package:

 $ sudo apt-get install linux-headers-server

or specifically

 $ sudo apt-get install linux-headers-2.6.28-13-server

to obtain the necessary build dependencies.


*

This message tells users exactly how to solve the problem, however we
still get bug reports by the truckload.

Thus, I'm proposing that we depend on all of linux-headers-server,
linux-headers-generic, linux-headers.  This will involve installing
extra headers on some systems.  However, this is contained to users
installing kvm-source, and will help avoid a lot of headaches.

Proposing for SRU, in conjunction with Bug #359447 and Bug #382077.

:-Dustin

** Changed in: kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: kvm (Ubuntu)
   Status: New = In Progress

** Changed in: kvm (Ubuntu)
Milestone: None = jaunty-updates

** Changed in: kvm (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Also affects: kvm (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: kvm (Ubuntu Jaunty)
   Importance: Undecided = Low

** Changed in: kvm (Ubuntu Jaunty)
   Status: New = Confirmed

** Changed in: kvm (Ubuntu Jaunty)
Milestone: None = jaunty-updates

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu Jaunty)
   Status: Confirmed = Fix Committed

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package kvm - 1:84+dfsg-0ubuntu15

---
kvm (1:84+dfsg-0ubuntu15) karmic; urgency=low

  * Cherry-pick qcow2 corruption patch from upstream git
- Fix-at-least-one-cause-of-qcow2-corruption.-Nolan.patch
  * Cherry-pick dma error handling patch from upstream git, LP: #359447
- Fix-DMA-API-when-handling-an-immediate-error-from-bl.patch
  * debian/control: depend on linux-server and linux-generic headers;
this may be a bit overkill, as you only need one of the two,
however, we don't know which one of the two until postinst;
because of this, we get *tons* of bug reports about kvm-source not
being able to build because of missing headers (even though we print
a helpful warning message in postinst), LP: #394953
  * debian/kvm-source.postinst: touch reboot-required to ensure that
the new kvm module gets loaded and running

 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 07 Jul 2009 14:06:52
-0500

** Changed in: kvm (Ubuntu)
   Status: In Progress = Fix Released

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread Kenyon Ralph
On 2009-07-07T18:52:44-, Dustin Kirkland dustin.kirkl...@gmail.com wrote:
This message tells users exactly how to solve the problem, however we
still get bug reports by the truckload.

I think this is because apport suggests to report a bug when the 
installation fails. It doesn't know about the helpful message.

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread Dustin Kirkland
Good point.  Thanks.  Should be fixed in the upload proposed.

:-Dustin

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 394953] Re: package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-02 Thread Kenyon Ralph

** Attachment added: AllPkgs.txt
   http://launchpadlibrarian.net/28642190/AllPkgs.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/28642191/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/28642192/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28642193/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/28642194/DpkgTerminalLog.gz

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/28642196/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/28642197/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/28642198/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/28642199/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/28642200/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/28642201/ProcModules.txt

-- 
package kvm-source 1:84+dfsg-0ubuntu11 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/394953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs