[Bug 1061769] Re: sks postinst uses dpkg-vendor, but doesn't depend on dpkg-dev (nor should it)

2012-10-04 Thread Dustin Kirkland
** Description changed:

  A recent change to sks packaging uses the dpkg-vendor command to
  determine if the current OS derives from Ubuntu.  dpkg-vendor is
  provided by the dpkg-dev package, which sks does not, and should not
  depend on.
  
  In order for the postinst to behave properly, it needs to gracefully
  handle the situation where the dpkg-vendor command does not exist.
+ 
+ ubuntu@ip-10-195-165-105:~$ sudo apt-get install sks --reinstall
+ Reading package lists... Done
+ Building dependency tree   
+ Reading state information... Done
+ 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 6 not upgraded.
+ Need to get 0 B/802 kB of archives.
+ After this operation, 0 B of additional disk space will be used.
+ (Reading database ... 25941 files and directories currently installed.)
+ Preparing to replace sks 1.1.1+dpkgv3-7ubuntu0.2 (using 
.../sks_1.1.1+dpkgv3-7ubuntu0.2_amd64.deb) ...
+ Stopping sks daemons: sksrecon.. sksdb.. done.
+ Unpacking replacement sks ...
+ Processing triggers for ureadahead ...
+ Processing triggers for man-db ...
+ Setting up sks (1.1.1+dpkgv3-7ubuntu0.2) ...
+ debian-sks uid check: ok
+ debian-sks homedir check: ok
+ /var/lib/dpkg/info/sks.postinst: 76: /var/lib/dpkg/info/sks.postinst: 
dpkg-vendor: not found
+ Starting sks daemons: Not starting sks (as configured in /etc/default/sks)
+ 
+ 
+ == SRU ==
+ 
+ === IMPACT ===
+ This bug impacts any 12.04 server running SKS where dpkg-dev is not installed 
(which is often the case), and upgrades to the current package in 
precise-updates.  dpkg-dev would drag in a handful of development level 
utilities and compilers that many administrators would not want on their 
production server.
+ 
+ === TEST CASE ===
+ Take a 12.04 server installed prior to July 9, 2012, with SKS installed.  In 
my case, I started a 12.04 server in EC2, and commented out the two lines in 
/etc/apt/sources.list referencing precise-updates.  Install SKS:
+  $ sudo apt-get update && sudo apt-get install -y sks
+ Then, uncomment the precise-updates lines in /etc/apt/sources.list, and 
upgrade SKS:
+  $ sudo apt-get update && sudo apt-get install -y sks
+ 
+ === REGRESSION POTENTIAL ===
+ As implemented, minimal.
+ 
+ === MINIMAL PATCH ===
+ diff -Nru sks-1.1.3/debian/sks.postinst sks-1.1.3/debian/sks.postinst 

+ --- sks-1.1.3/debian/sks.postinst   2012-07-02 06:19:39.0 -0500   

+ +++ sks-1.1.3/debian/sks.postinst   2012-10-04 12:46:25.0 -0500   

+ @@ -73,7 +73,8 @@ 

+ if [ -r /var/lib/sks/berkeley_db.active ]; then   

+ OLD_BDB=$(cat /var/lib/sks/berkeley_db.active)

+ else  

+ -   if dpkg-vendor --derives-from Ubuntu; then

+ +   if (type dpkg-vendor >/dev/null && dpkg-vendor --derives-from 
Ubuntu) || \
+ +   [ -e /etc/dpkg/origins/ubuntu ]; then 

+ if dpkg --compare-versions "$2" lt "1.1.1+dpkgv3-6.1"; then   

+ OLD_BDB=4.7   

+ else

** Changed in: sks (Ubuntu Precise)
   Status: In Progress => Fix Committed

** Changed in: sks (Ubuntu Quantal)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to Precise Backports.
https://bugs.launchpad.net/bugs/1061769

Title:
  sks postinst uses dpkg-vendor, but doesn't depend on dpkg-dev (nor
  should it)

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1061769/+subscriptions

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 404394] Re: kvm-84: virtio on qcow2 broken (regression)

2009-11-07 Thread Dustin Kirkland
nentis-

Thanks for retesting.

I'm employed by Canonical to do this sort of work, and therefore won't
accept your bounty ;-)

Though I appreciate the gesture.

:-Dustin

-- 
kvm-84: virtio on qcow2 broken (regression)
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 404394] Re: kvm-84: virtio on qcow2 broken (regression)

2009-11-05 Thread Dustin Kirkland
Yes, Mathias.

We're interested in changes in behavior between 12.3 and 12.4.

-- 
kvm-84: virtio on qcow2 broken (regression)
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 404394] Re: kvm-84: virtio on qcow2 broken (regression)

2009-11-05 Thread Dustin Kirkland
I, too, tested raw images as well, and saw no problems.

-- 
kvm-84: virtio on qcow2 broken (regression)
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404394] Re: kvm-84: virtio on qcow2 broken (regression)

2009-11-04 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu Jaunty)
   Status: In Progress => Fix Committed

** Changed in: kvm (Ubuntu Hardy)
   Status: In Progress => Fix Committed

** Changed in: kvm (Ubuntu Intrepid)
   Status: In Progress => Fix Committed

-- 
kvm-84: virtio on qcow2 broken (regression)
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backporters, which is a direct subscriber.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404394] Re: kvm-84: virtio on qcow2 broken (regression)

2009-11-04 Thread Dustin Kirkland
** Summary changed:

- qcow2 corruption regression
+ kvm-84: virtio on qcow2 broken (regression)

-- 
kvm-84: virtio on qcow2 broken (regression)
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backporters, which is a direct subscriber.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404394] Re: qcow2 corruption regression

2009-11-04 Thread Dustin Kirkland
Uploaded to:
 * jaunty-proposed
 * intrepid-backports
 * hardy-backports

Awaiting archive approval.  Please test this ASAP.

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

-- 
qcow2 corruption regression
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backporters, which is a direct subscriber.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404394] Re: qcow2 corruption regression

2009-11-04 Thread Dustin Kirkland
And the Jaunty patch for jaunty-proposed.

** Attachment added: "jaunty-404294.debdiff"
   http://launchpadlibrarian.net/35112091/jaunty-404294.debdiff

** Description changed:

  Binary package hint: kvm
  
  Since the latest update to 1:84+dfsg-0ubuntu12, any existing or new kvm
  host using a qcow2 file encounters disk errors and eventual lockup
  inside the guest.
  
  The errors inside the guest (root is /dev/vda1, other filesystems are lvm on 
top of /dev/vda2).  This can happen at bootup if there is enough IO, or boot 
just fine and occur when IO picks up.
  
  REISERFS: abort (device dm3): Journal write error in flush_commit_list
  REISERFS: Aborting journal for filesystem on dm-3
  request_module: runaway loop modprobe binfmt-
  Buffer I/O error on device dm-3, logical block 1063056
  Buffer I/O error on device dm-3, logical block 1063072
  ... ad infinitum
  
  
  Converting the qcow2 to a raw and back to qcow2 does not work, nor does
  using the newer version of qemu-img (v0.10.0) from the 'qemu' package to
  convert the raw to qcow2.  Problems occur on 9.04 and 8.04 - both are
  x86_64 and have all the latest updates applied.
  
  KVM Host:
  Linux ronto 2.6.28-13-server #45-Ubuntu SMP Tue Jun 30 22:56:18 UTC 2009 
x86_64 GNU/Linux
  
  KVM Guests:
  Linux halfrun 2.6.24-24-server #1 SMP Tue Jun 30 20:24:57 UTC 2009 x86_64 
GNU/Linux
  Linux zack 2.6.28-13-server #45-Ubuntu SMP Tue Jun 30 22:56:18 UTC 2009 
x86_64 GNU/Linux
  
  LVM setup:
-  * /kvm is an LV on the Host where the guest qcow2 files are stored
-  * Each qcow2 file has two partitions, vda1 (root) and vda2 (a PV for LVs 
inside the Guests of which var/tmp/swap are LVs)
+  * /kvm is an LV on the Host where the guest qcow2 files are stored
+  * Each qcow2 file has two partitions, vda1 (root) and vda2 (a PV for LVs 
inside the Guests of which var/tmp/swap are LVs)
+ 
+ 
+ SRU Verification
+  1) Follow *precisely* the instructions in Comment #6 by Nathan.  This 
reproduces the problem for me every time on the *ubuntu12.3 version of the 
package.
+  2) Upgrade to the proposed version of this package, and retry those 
instructions.  The problem does not occur.
+ 

** Changed in: kvm (Ubuntu Hardy)
   Importance: Undecided => High

** Changed in: kvm (Ubuntu Karmic)
   Importance: Undecided => High

** Changed in: kvm (Ubuntu Intrepid)
   Importance: Undecided => High

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

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

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

-- 
qcow2 corruption regression
https://bugs.launchpad.net/bugs/404394
You received this bug notification because you are a member of Ubuntu
Backporters, which is a direct subscriber.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404060] Re: backport libvirt to hardy and intrepid

2009-09-14 Thread Dustin Kirkland
Uploaded to hardy-backports.

Thanks!
:-Dustin

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 404060] Re: backport libvirt to hardy and intrepid

2009-09-07 Thread Dustin Kirkland
James-

Thanks for syncing to intrepid.

Did you hit a blocker for syncing hardy?  I'd like to help ensure that
this gets done this week too...  What do you need from me?

:-Dustin

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-09-03 Thread Dustin Kirkland
Marking the intrepid task 'fix released', as kvm-84 has been rolled out
to intrepid-backports.

Now that that package has had some time to bake, and no issues have been
raised, I have uploaded to hardy-backports as well.

It should be in the queue, awaiting some archive-admin love...

:-Dustin

** Changed in: intrepid-backports
   Status: In Progress => Fix Released

** Changed in: hardy-backports
   Status: New => Fix Committed

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404060] Re: backport libvirt to hardy and intrepid

2009-09-03 Thread Dustin Kirkland
Subscribing ubuntu-archive-admin.

Michael ack'd this package a month or so ago.  Can we get it into
intrepid-backports now, and hardy-backports very soon?

:-Dustin

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-08-24 Thread Dustin Kirkland
Colin promoted it earlier today.

We're going make sure it doesn't break intrepid, and then do hardy
later this week.

:-Dustin

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-08-19 Thread Dustin Kirkland
Bump?  Any progress, backports team?

:-Dustin

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-29 Thread Dustin Kirkland
Sponsored to intrepid-backports.

Ensuring that that works before uploading to hardy-backports.

:-Dustin

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 259821] Re: Please backport libvirt-bin

2009-07-24 Thread Dustin Kirkland
*** This bug is a duplicate of bug 404060 ***
https://bugs.launchpad.net/bugs/404060

** This bug has been marked a duplicate of bug 404060
   backport libvirt to hardy and intrepid

-- 
Please backport libvirt-bin
https://bugs.launchpad.net/bugs/259821
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 321849] Re: Please backport Libvirt-bin 0.5.1 from Jaunty to Hardy

2009-07-24 Thread Dustin Kirkland
*** This bug is a duplicate of bug 404060 ***
https://bugs.launchpad.net/bugs/404060

** This bug has been marked a duplicate of bug 404060
   backport libvirt to hardy and intrepid

-- 
Please backport Libvirt-bin 0.5.1 from Jaunty to Hardy
https://bugs.launchpad.net/bugs/321849
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404060] Re: backport libvirt to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Attaching debdiff for intrepid.

:-Dustin

** Attachment added: "intrepid-libvirt-backport.debdiff"
   http://launchpadlibrarian.net/29482805/intrepid-libvirt-backport.debdiff

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404060] Re: backport libvirt to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Attaching debdiff for hardy.

:-Dustin

** Attachment added: "hardy-libvirt-backport.debdiff"
   http://launchpadlibrarian.net/29482779/hardy-libvirt-backport.debdiff

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 404060] [NEW] backport libvirt to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Public bug reported:

I have spent several weeks developing, testing, and stabilizing a
backport of Jaunty's libvirt to both Hardy and Intrepid.

This backport should be handled in conjunction with the backport of
Jaunty's kvm-84 to hardy.  While kvm-84 is not explicitly dependent on
this newer version of libvirt, it is strongly suggested to upgrade the
two together, in order to expose some of the new functionality and
address some issues.

See Bug #396721.

In the course of creating this backport, I have made a public call for testing 
(in my blog, #ubuntu-meeting, and on the ubuntu-server@ mailing list):
 * http://blog.dustinkirkland.com/2009/07/libvirt-backport.html

Packages have been provided for testing in the Ubuntu Virt PPA.

At this point, I'm proposing this upload to hardy-backports and
intrepid-backports. I'm also marking two other similar bugs duplicates
of this one, as it should solve both of those user's requests (Bug
#321849, Bug #259821).

:-Dustin

** Affects: hardy-backports
 Importance: Undecided
 Assignee: Michael Casadevall (mcasadevall)
 Status: New

** Affects: intrepid-backports
 Importance: Undecided
 Assignee: Michael Casadevall (mcasadevall)
 Status: New

** Also affects: intrepid-backports
   Importance: Undecided
   Status: New

** Changed in: hardy-backports
 Assignee: (unassigned) => Michael Casadevall (mcasadevall)

** Changed in: intrepid-backports
 Assignee: (unassigned) => Michael Casadevall (mcasadevall)

-- 
backport libvirt to hardy and intrepid
https://bugs.launchpad.net/bugs/404060
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Intrepid debdiff attached.

:-Dustin

** Attachment added: "intrepid-kvm-84-backport.debdiff"
   http://launchpadlibrarian.net/29481886/intrepid-kvm-84-backport.debdiff

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Hardy debdiff attached.

:-Dustin

** Attachment added: "hardy-kvm-84-backport.debdiff"
   http://launchpadlibrarian.net/29481882/hardy-kvm-84-backport.debdiff

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-24 Thread Dustin Kirkland
Jaunty's kvm-84 packages have been promoted from -proposed to -updates.

I think we're ready to proceed with the backport to hardy and intrepid.

:-Dustin

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-07 Thread Dustin Kirkland
Attaching a debdff for intrepid backport.

:-Dustin

** Attachment added: "intrepid-kvm-84.debdiff"
   http://launchpadlibrarian.net/28774805/intrepid-kvm-84.debdiff

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-07 Thread Dustin Kirkland
Attaching a cleaner debdiff for hardy backport.

:-Dustin

** Attachment added: "hardy-kvm-84.debdiff"
   http://launchpadlibrarian.net/28774724/hardy-kvm-84.debdiff

** Attachment removed: "out.debdiff"
   http://launchpadlibrarian.net/28774314/out.debdiff

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 252257] Re: please backport kvm

2009-07-07 Thread Dustin Kirkland
*** This bug is a duplicate of bug 396721 ***
https://bugs.launchpad.net/bugs/396721

** This bug has been marked a duplicate of bug 396721
   backport kvm-84 to hardy and intrepid

-- 
please backport kvm
https://bugs.launchpad.net/bugs/252257
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 299183] Re: Please backport kvm-72 and friends from intrepid to hardy

2009-07-07 Thread Dustin Kirkland
*** This bug is a duplicate of bug 396721 ***
https://bugs.launchpad.net/bugs/396721

** This bug has been marked a duplicate of bug 396721
   backport kvm-84 to hardy and intrepid

-- 
Please backport kvm-72 and friends from intrepid to hardy
https://bugs.launchpad.net/bugs/299183
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] Re: backport kvm-84 to hardy and intrepid

2009-07-07 Thread Dustin Kirkland
Full binary and source packages available in the PPA listed above.

Here, I'm attaching the debdiff between the package in jaunty-proposed
(sru pending) and the package I plan to upload to -backports, for your
review.

Changes between jaunty-proposed and the -backports package:
 * depend on a debhelper available in hardy
 * drop build depends on pulse audio, for hardy
 * add version'd depend on kvm-source (to use this backported kvm userspace, 
the user must also use the dkms-built kvm-source kvm kernel module)
 * drop configure-enablement of pulseaudio (for hardy compatibility)

:-Dustin

** Attachment added: "out.debdiff"
   http://launchpadlibrarian.net/28774314/out.debdiff

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 396721] [NEW] backport kvm-84 to hardy and intrepid

2009-07-07 Thread Dustin Kirkland
Public bug reported:

I have spent several months developing, testing, and stabilizing a
backport of Jaunty's kvm-84 to both Hardy and Intrepid.

Hardy shipped with kvm-62, and Intrepid with kvm-72.  While both of
these versions of kvm are suitable for some use cases, they both suffer
from some key design flaws.  Serious features are either missing, or
broken.  Most notably: smp and virtio.

Jaunty's kvm-84 is thoroughly more full featured, and in many ways, more
heavily tested.

In the course of creating this backport, I have made two public calls for 
testing (in my blog, #ubuntu-meeting, and on the ubuntu-server@ mailing list):
 * 
http://blog.dustinkirkland.com/2009/03/ubuntu-server-kvm-call-for-testing.html
 * http://blog.dustinkirkland.com/2009/06/kvm-84-backport-release-candidate.html

Packages have been provided for testing in the Ubuntu Virt PPA since March 
2009, and have been refined considerably during the testing and 
release-candidate, per feedback from a healthy testing community:
 * https://edge.launchpad.net/~ubuntu-virt/+archive/ppa

At this point, I'm proposing this upload to hardy-backports and
intrepid-backports.  I'm also marking two other similar bugs duplicates
of this one, as it should solve both of those user's requests (Bug
#252257, Bug #299183).

:-Dustin

** Affects: hardy-backports
 Importance: Undecided
 Status: In Progress

** Affects: intrepid-backports
 Importance: Undecided
 Status: In Progress

** Also affects: intrepid-backports
   Importance: Undecided
   Status: New

** Changed in: hardy-backports
   Status: New => In Progress

** Changed in: intrepid-backports
   Status: New => In Progress

-- 
backport kvm-84 to hardy and intrepid
https://bugs.launchpad.net/bugs/396721
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 334526] Re: Please backport espeak 1.40.02-0ubuntu1 from Jaunty to Intrepid

2009-03-18 Thread Dustin Kirkland
Per Jonathan's last comment, I'm going to mark this 'Incomplete', until
you guys can confirm that both packages have been tested adequately on
Intrepid.  After that, please mark 'Confirmed' again, and the ubuntu-
archive team will handle this request.

Thanks,
:-Dustin

** Changed in: intrepid-backports
   Status: Confirmed => Incomplete

-- 
Please backport espeak 1.40.02-0ubuntu1 from Jaunty to Intrepid
https://bugs.launchpad.net/bugs/334526
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 335692] Re: Please backport filezilla 3.2.2.1-1

2009-03-18 Thread Dustin Kirkland
processing bug 335692, package filezilla, reporter adri2000
 * Trying to backport filezilla...
  - 
  - 
  - 
I: Extracting filezilla_3.2.2.1-1.dsc ...  done.
I: Building backport of filezilla-3.2.2.1 as 3.2.2.1-1~intrepid1 ...  done.


** Changed in: intrepid-backports
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

-- 
Please backport filezilla 3.2.2.1-1
https://bugs.launchpad.net/bugs/335692
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 335692] Please backport filezilla 3.2.2.1-1

2009-03-18 Thread Dustin Kirkland
 * Trying to backport filezilla...
  - 
  - 
  - 
I: Extracting filezilla_3.2.2.1-1.dsc ...  done.
I: Building backport of filezilla-3.2.2.1 as 3.2.2.1-1~intrepid1 ...  done.


** Changed in: intrepid-backports
   Status: In Progress => Fix Released

-- 
Please backport filezilla 3.2.2.1-1
https://bugs.launchpad.net/bugs/335692
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 301433] Please sync texmaker 1.8-1 (Universe) from debian unstable (main)

2009-02-17 Thread Dustin Kirkland
[Updating] texmaker (1.7.1-2.1 [Ubuntu] < 1.8-1 [Debian])
 * Trying to add texmaker...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
I: texmaker [universe] -> texmaker_1.7.1-2.1 [universe].


** Changed in: texmaker (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Please sync texmaker 1.8-1 (Universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/301433
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 325812] Re: Please backport ubuntu-dev-tools 0.63 from Jaunty to Intrepid

2009-02-06 Thread Dustin Kirkland
 * Trying to backport ubuntu-dev-tools...
  - 
  - 
I: Extracting ubuntu-dev-tools_0.63.dsc ...  done.
I: Building backport of ubuntu-dev-tools-0.63 as 0.63~intrepid1 ...  done.


** Changed in: intrepid-backports
   Status: In Progress => Fix Released

-- 
Please backport ubuntu-dev-tools 0.63 from Jaunty to Intrepid
https://bugs.launchpad.net/bugs/325812
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 227464] Re: Please roll out security fixes from PHP 5.2.6

2008-07-10 Thread Dustin Kirkland
On Thu, Jul 10, 2008 at 10:14 AM, Andrew Cholakian
<[EMAIL PROTECTED]> wrote:
> Agreed spinkham, debian got the release out fast, what's going on here?

The Stable Release Update process for an Long Term Support release
such as Hardy involves a bit a work and justification on our end in
order to roll this out.  See:
 * https://wiki.ubuntu.com/StableReleaseUpdates

In the mean time, there's an unofficial, though usable, php-5.2.6
package in my PPA:
 * https://launchpad.net/~kirkland/+archive

:-Dustin

-- 
Please roll out security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 227464] Re: Please backport security fixes from PHP 5.2.6

2008-06-06 Thread Dustin Kirkland
For what it's worth, I also built php5 with and without Tormod's
debdiff.

I'm attaching a diff of the resulting test-results.txt (a regression
test suite built and run as part of php5's debuild).

No regressions reported by the test-results.txt diff.

:-Dustin

** Attachment added: "php5.test-results.diff"
   http://launchpadlibrarian.net/15087050/php5.test-results.diff

-- 
Please backport security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-06 Thread Dustin Kirkland
On Thu, Jun 5, 2008 at 3:51 PM, Tormod Volden <[EMAIL PROTECTED]> wrote:
> Here's a debdiff with the 5 stripped down security patches:

Thanks Tormod.

I've reviewed this debdiff.  It applies cleanly and php builds cleanly
for me.

Kees and Jamie generally review these sorts of security fixes, so I'm
going to subscribe the ubuntu-security team to this bug in Launchpad.
They should be able to review it and sponsor it for SRU.


:-Dustin

-- 
Please backport security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


Re: [Bug 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-04 Thread Dustin Kirkland
On Wed, Jun 4, 2008 at 3:58 PM, Tormod Volden <[EMAIL PROTECTED]> wrote:
> Mathias, shouldn't all security fixes go as SRU in hardy-security (or
> hardy-updates) and not in backports? Backports are for new features.

A complete merge of 5.2.6 would constitute a backport, as the version
has been bumped and new features have been added in addition to
security fixes.

Regarding SRU, see this comment:
https://bugs.edge.launchpad.net/ubuntu/+source/php5/+bug/227464/comments/8

I painstakingly collected url's to each of the PHP commit messages of
every security fix committed to PHP 5.2.6.  We're going to work on
applying each of those patches to PHP and proposing an SRU.  It's just
taking some time to get around to it ;-)  If someone else can prepare
a debdiff and attach to this bug, I'll be happy to review it.


:-Dustin

-- 
Please Backport PHP 5.2.6 -- fixes important security bugs
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports


[Bug 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-04 Thread Dustin Kirkland
I just modified the bug description, and added the Hardy-Backports
project.

Packages are available in my PPA for testing.

:-Dustin

** Summary changed:

- PHP 5.2.6 fixes important security bugs
+ Please Backport PHP 5.2.6 -- fixes important security bugs

** Also affects: hardy-backports
   Importance: Undecided
   Status: New

-- 
Please Backport PHP 5.2.6 -- fixes important security bugs
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports