[Bug 1923066] Re: greenbone-security-assistant ftbfs, trying to access the network

2021-04-09 Thread Raphaël Hertzog
The package is not removed from Debian unstable, only from testing to
not be in stable. But the package is voluntarily in "contrib" because
it's not self-contained and indeed requires network access to download
many dependencies.

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

Title:
  greenbone-security-assistant ftbfs, trying to access the network
  (removed from -release)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/greenbone-security-assistant/+bug/1923066/+subscriptions

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

[Bug 1490362] Re: Double free in coders/tga.c:221

2015-11-27 Thread Raphaël Hertzog
FYI the problem can only be triggered with recent versions of
ImageMagick. I reproduced it with 6.9.1.2 (in Debian experimental right
now) but not with 6.8.9.9 (in Debian Unstable right now) and any older
version.

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

Title:
  Double free in coders/tga.c:221

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1490362/+subscriptions

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


[Bug 1459747] Re: Integer and Buffer overflow in coders/icon.c

2015-11-26 Thread Raphaël Hertzog
That bug only works on 32 bit systems because ReadBlobLSBLong() reads 4
bytes and returns an "unsigned int" which is then stored in a "size_t"
(the length variable) which is usually 64 bit on 64 bit systems. So
length+14 does not overflow and the huge memory allocation simply fails.

Note that old versions of ImageMagick added 12 and not 16 to the length
so that the sample corruption.ico also doesn't work to reproduce the bug
in old versions (I looked at 6.6.0.4 for the needs of Debian Squeeze).
Attached is another version of the file that should work on such
versions.

** Attachment added: "Icon to reproduce the problem with old versions of 
Imagemagick ("
   
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1459747/+attachment/4525861/+files/corruption.ico

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

Title:
  Integer and Buffer overflow in coders/icon.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1459747/+subscriptions

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

[Bug 1512781] Re: CVE-2015-5602 - Unauthorized Privilege Escalation

2015-11-06 Thread Raphaël Hertzog
> The #else portion of the code may be fine, I haven't studied it
extensively

I doubt this, it relies on comparing inode numbers and devices numbers
returned by lstat() and fstat(). lstat() just like O_FOLLOW only
considers the final component of the path. If it's a symlink, it returns
data about the symlink otherwise it returns data about the file (even
though it's accessed through symlinks).

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

Title:
  CVE-2015-5602 - Unauthorized Privilege Escalation

To manage notifications about this bug go to:
https://bugs.launchpad.net/sudo/+bug/1512781/+subscriptions

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


Re: [Bug 1228971] Re: No indicator for dropbox

2013-09-27 Thread Raphaël Hertzog
On Fri, 27 Sep 2013, Adam Dingle wrote:
 By the way, is the Dropbox indicator implemented by the proprietary
 Dropbox binary, or by nautilus-dropbox itself?

The former. nautilus-dropbox is just a downloader + wrapper + nautilus
integration.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/

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

Title:
  No indicator for dropbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1228971/+subscriptions

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

[Bug 1196253] Re: can't install nautilus-dropbox: GpgmeError: Invalid crypto engine

2013-07-28 Thread Raphaël Hertzog
Debian Unstable has libgpgme11 1.4.2-0.1 and I can't reproduce the
problem. So this is somewhat Ubuntu specific. But the Ubuntu specific
changes on gpgme1.0 are mainly tweaked dependencies so it would be a bit
weird to have an entirely different behaviour just because of this.

Can you try in with libgpgme11 1.4.2-0.1ubuntu2 and with gnupg2
installed ?

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

Title:
  can't install nautilus-dropbox: GpgmeError: Invalid crypto engine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1196253/+subscriptions

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


[Bug 1123034] Re: dpkg --add-architecture not implemented in Ubuntu 12.04.1 LTS

2013-02-12 Thread Raphaël Hertzog
Ubuntu 12.04 has an earlier implementation of multiarch where it uses
the --foreign-architecture options that you see in
/etc/dpkg/dpkg.cfg.d/multiarch. Newer versions of ubuntu have the latest
multiarch implementation where dpkg --add-architecture is supported.

This is not a bug. I don't know what you expect. In any case, the new
multiarch implementation won't be deployed to LTS 12.04 at this point.

** Changed in: dpkg (Ubuntu)
   Status: New = Invalid

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

Title:
  dpkg --add-architecture not implemented in Ubuntu 12.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1123034/+subscriptions

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


[Bug 1075422] Re: unable to read /tmp/mkinitramfs_*

2012-11-05 Thread Raphaël Hertzog
This is not a dpkg bug but one that is triggered by update-initramfs
from initramfs-tools. Thus reassigning.

** Package changed: dpkg (Ubuntu) = initramfs-tools (Ubuntu)

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

Title:
  unable to read /tmp/mkinitramfs_*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1075422/+subscriptions

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


Re: [Bug 1020833] Re: the filename /var/dpkg/info/e2fslibs.list does not match

2012-10-25 Thread Raphaël Hertzog
Hi,

On Wed, 24 Oct 2012, Chris Denneen wrote:
 This should be e2fsprogs:amd64.list because its not a all architecture like 
 xml-core for example.
 root@ubuntu:/var/log# ls -la /var/lib/dpkg/info/e2fsprogs.list 
 -rw-r--r-- 1 root root 3006 Oct 24 14:13 /var/lib/dpkg/info/e2fsprogs.list

No, dpkg uses pkg:arch.list for packages which are “Multi-Arch: same”.
All the other packages use pkg.list.

Since e2fsprogs is not “Multi-Arch: same”, it's perfectly correct.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/

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

Title:
  the filename /var/dpkg/info/e2fslibs.list does not match

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1020833/+subscriptions

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

[Bug 162046] Re: Deb packages should include configuration files installed in the home directory

2012-10-08 Thread Raphaël Hertzog
Leftover configuration files are not inconvenient, they are the norm
even for dpkg-managed conffiles. And Debian policy forbids packages to
play with the content of /home.

I'm afraid that dpkg is not the right answer for your problem. Maybe
there can be a new tool that hooks into dpkg to detect removals... but
in general I would rather not auto-remove user configuration during a
package removal.

** Changed in: dpkg (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  Deb packages should include configuration files installed in the home
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/162046/+subscriptions

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


Re: [Bug 1061106] Re: dpkg cannot restore packages

2012-10-04 Thread Raphaël Hertzog
Hello,

On Wed, 03 Oct 2012, David Bensimon wrote:
 Here is what I see in the terminal.

So you had important error messages displayed. :-)

dpkg's --set-selections behaviour has changed and prior to the
--set-selections call, you should make sure that dpkg knows about
all the available packages.

You can use dselect update (of dselect) or sync-available (of
dctrl-tools) or directly apt-cache dumpavail | sudo dpkg --update-avail
to do this.

See http://lists.debian.org/20120319083527.ga4...@gaara.hadrons.org for
the discussion between me and the other dpkg maintainer on this topic.

 status invalid

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/


** Changed in: dpkg (Ubuntu)
   Status: New = Invalid

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

Title:
  dpkg cannot restore packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1061106/+subscriptions

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

[Bug 1035467] Re: package libudisks2-0 (not installed) failed to install/upgrade: package libudisks2-0 is not installed, cannot configure them.

2012-10-04 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libudisks2-0 (not installed) failed to install/upgrade:
  package libudisks2-0 is not installed, cannot configure them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1035467/+subscriptions

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


[Bug 1036433] Re: Packaging system no longer meets users needs

2012-10-04 Thread Raphaël Hertzog
Hi, this is a very high level complaint that doesn't bring us forward.
We have tools to easily create Debian packages out of external
repositories like Perl's CPAN (dh-make-perl) or Ruby's gems (gem2deb) so
it's not really an intrinsic problem of dpkg or APT. It's more that
someone needs to write the appropriate glue-layer that makes it easy to
create packages for all those software.

** Changed in: dpkg (Ubuntu)
   Status: New = Opinion

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

Title:
  Packaging system no longer meets users needs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1036433/+subscriptions

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


Re: [Bug 1061106] Re: dpkg cannot restore packages

2012-10-03 Thread Raphaël Hertzog
Hi,

On Wed, 03 Oct 2012, David Bensimon wrote:
   On 10.04 I ran:
   dpkg --get-selections  dpkg.selection 
 
   On 12.10 I ran:
   sudo dpkg --set-selections  dpkg.selection 
   sudo apt-get dselect-upgrade  
 
   What happened:
   The packages listed in dpkg.selection were not installed

None of the packages were installed or only a subset?

What was the output of sudo apt-get dselect-upgrade ?

Can you attach your dpkg.selection and the output of dpkg
--get-selections on your 12.10 installation after having tried
the --set-selections ? Did youn sudo dpkg --set-selections 
dpkg.selection output any error message ?

I'm trying to find out whether dpkg is not recording the selections
or if apt-get is not acting on them.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/

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

Title:
  dpkg cannot restore packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1061106/+subscriptions

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

[Bug 1059931] Re: package alacarte 0.13.2-2ubuntu4 failed to install/upgrade: package alacarte is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package alacarte 0.13.2-2ubuntu4 failed to install/upgrade: package
  alacarte is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1059931/+subscriptions

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


[Bug 1059891] Re: package libtotem0 3.0.1-0ubuntu21.1 failed to install/upgrade: package libtotem0 is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libtotem0 3.0.1-0ubuntu21.1 failed to install/upgrade: package
  libtotem0 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1059891/+subscriptions

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


[Bug 1058561] Re: package grub-pc 2.00-7ubuntu1 failed to install/upgrade: package grub-pc is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package grub-pc 2.00-7ubuntu1 failed to install/upgrade: package grub-
  pc is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1058561/+subscriptions

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


[Bug 1057241] Re: package libdbus-1-3 1.4.18-1ubuntu1.1 failed to install/upgrade: package libdbus-1-3 is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libdbus-1-3 1.4.18-1ubuntu1.1 failed to install/upgrade:
  package libdbus-1-3 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1057241/+subscriptions

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


[Bug 1056955] Re: package python-wadllib 1.1.4-1ubuntu1.1 failed to install/upgrade: ErrorMessage: package python-wadllib is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package python-wadllib 1.1.4-1ubuntu1.1 failed to install/upgrade:
  ErrorMessage: package python-wadllib is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1056955/+subscriptions

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


[Bug 1056717] Re: package dkms 2.2.0.3-1ubuntu3 failed to install/upgrade: package dkms is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package dkms 2.2.0.3-1ubuntu3 failed to install/upgrade: package dkms
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1056717/+subscriptions

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


[Bug 1056195] Re: package linux-generic-pae 3.2.0.31.34 failed to install/upgrade: package linux-generic-pae is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package linux-generic-pae 3.2.0.31.34 failed to install/upgrade:
  package linux-generic-pae is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1056195/+subscriptions

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


[Bug 1054881] Re: package resolvconf 1.63ubuntu16 failed to install/upgrade: package resolvconf is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package resolvconf 1.63ubuntu16 failed to install/upgrade: package
  resolvconf is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1054881/+subscriptions

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


[Bug 1054476] Re: package udisks 1.0.4-5ubuntu2.1 failed to install/upgrade: package udisks is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package udisks 1.0.4-5ubuntu2.1 failed to install/upgrade: package
  udisks is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1054476/+subscriptions

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


[Bug 1054312] Re: package resolvconf 1.67ubuntu2 failed to install/upgrade: package resolvconf is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package resolvconf 1.67ubuntu2 failed to install/upgrade: package
  resolvconf is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1054312/+subscriptions

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


[Bug 1027560] Re: Every time I log in to Ubuntu this massage pops up that there is a error in system

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  Every time I log in to Ubuntu this massage pops up that there is a
  error in system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1027560/+subscriptions

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


[Bug 993772] Re: precise failed to install: dpkg segfaults

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 998492 ***
https://bugs.launchpad.net/bugs/998492

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 998492, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 998492
   Fails to detect package download errors on architectures other than amd64

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

Title:
  precise failed to install: dpkg segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/993772/+subscriptions

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


[Bug 978255] Re: package apturl 0.4.1ubuntu4.1 failed to install/upgrade: package apturl is already installed and configured

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package apturl 0.4.1ubuntu4.1 failed to install/upgrade: package
  apturl is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/978255/+subscriptions

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


[Bug 950108] Re: dpkg assert failure: dpkg: ../../src/archives.c:968: tarobject: Assertion `r == stab.st_size' failed.

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 573696 ***
https://bugs.launchpad.net/bugs/573696

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 573696, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 573696
   dpkg: ../../src/archives.c:763: tarobject: Assertion `r == stab.st_size' 
failed. Aborted

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

Title:
  dpkg assert failure: dpkg: ../../src/archives.c:968: tarobject:
  Assertion `r == stab.st_size' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/950108/+subscriptions

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


[Bug 963690] Re: dpkg assert failure: dpkg: ../../src/archives.c:978: tarobject: Assertion `r == stab.st_size' failed.

2012-10-02 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 573696 ***
https://bugs.launchpad.net/bugs/573696

** This bug is no longer a duplicate of bug 950108
   dpkg assert failure: dpkg: ../../src/archives.c:968: tarobject: Assertion `r 
== stab.st_size' failed.
** This bug has been marked a duplicate of bug 573696
   dpkg: ../../src/archives.c:763: tarobject: Assertion `r == stab.st_size' 
failed. Aborted

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

Title:
  dpkg assert failure: dpkg: ../../src/archives.c:978: tarobject:
  Assertion `r == stab.st_size' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/963690/+subscriptions

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


Re: [Bug 1059279] [NEW] Sync nautilus-dropbox 1.4.0-3 (multiverse) from Debian unstable (non-free)

2012-10-01 Thread Raphaël Hertzog
On Sun, 30 Sep 2012, Logan Rosen wrote:
 Public bug reported:
 
 Please sync nautilus-dropbox 1.4.0-3 (multiverse) from Debian unstable
 (non-free)

Thank you Logan for this request. I second it. Without this, many users
will hit the problem.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/

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

Title:
  Sync nautilus-dropbox 1.4.0-3 (multiverse) from Debian unstable (non-
  free)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1059279/+subscriptions

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

Re: [Bug 947664] Re: Unpacking linux-headers unbelievably slow in Lubuntu Precise (Beta 1)

2012-09-22 Thread Raphaël Hertzog
Hello,

On Sun, 16 Sep 2012, Benedikt wrote:
 I can confirm this bug in a quantal vbox. In a Precise vbox the unpack
 process takes under one minute. Under quantal it takes longer than 5
 min. Linux Headers is the only package that has this problem.

Are you using btrfs in quantal but ext4 in precise ?

That might explain the difference.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/

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

Title:
  Unpacking linux-headers unbelievably slow in Lubuntu Precise (Beta 1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/947664/+subscriptions

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

[Bug 1052423] [NEW] Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
Public bug reported:

While trying to package something that requires zend framework and
wanting this package to work both for Debian and Ubuntu I noticed that
Debian has zendframework and Ubuntu has zend-framework.

This divergence probably happened because Frank Habermann was not aware
of the Ubuntu package when he created the package for Debian.

That said this is not a good reason to keep divergent and conflicting
packages in Debian and Ubuntu. I hereby ask you to consider merging your
efforts on the Debian side. I'm going to subscribe Frank Habermann to
this bug.

** Affects: zend-framework (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1052423] Re: Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
For reference this is the bug that required the Debian package to be
blacklisted:
https://bugs.launchpad.net/ubuntu/+source/zendframework/+bug/580507

I would hope that Stephan could instead contribute the goodies to the
Debian package so that everybody benefits from it. I'm not sure if this
is still relevant nowadays though.

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1052423] Re: Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
Hi Stefan, thank you for your quick answer.

I'm not familiar with all this, but why were those ZendX addons not
packaged separately if they are addons and not provided in the main
zendframework tarball?

Also why are you suggesting to wait for zend framework 2.0 to resolve
this issue? Is there anything special in that version? Does it integrate
or obsolete the above addons?

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1052423] Re: Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
I'm taking the liberty to move the status to triaged because opinion is
a sort of soft wontfix.

Would you be willing to maintain a Debian package for those addons so
that Ubuntu can then use the official Debian packages with just an added
dependency to ease the transition? I'll open a separate bug on the
Debian side to get the naming fixed and to track this on the Debian side
too.

** Changed in: zend-framework (Ubuntu)
   Status: Opinion = Triaged

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1052423] Re: Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
 1. the naming of the Debian package was wrong, libphp-zend-framework
is more the usual naming convention.

Note that you have libzend-framework-php in Ubuntu and not libphp-zend-
framework. Also upstream does not put a dash between zend and framework,
although they use upper case letters to distinguish both words...

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1052423] Re: Please sync with Debian

2012-09-18 Thread Raphaël Hertzog
** Bug watch added: Debian Bug tracker #688033
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688033

** Also affects: zendframework (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688033
   Importance: Unknown
   Status: Unknown

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

Title:
  Please sync with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1052423/+subscriptions

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


[Bug 1038681] Re: package gambas2-gb-gtk 2.23.1-1ubuntu3 failed to install/upgrade: package gambas2-gb-gtk is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package gambas2-gb-gtk 2.23.1-1ubuntu3 failed to install/upgrade:
  package gambas2-gb-gtk is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1038681/+subscriptions

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


[Bug 1038827] Re: package libqtgui4 4:4.8.1-0ubuntu4.2 failed to install/upgrade: package libqtgui4 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libqtgui4 4:4.8.1-0ubuntu4.2 failed to install/upgrade:
  package libqtgui4 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1038827/+subscriptions

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


[Bug 1044158] Re: package libavahi-compat-libdnssd1 0.6.30-5ubuntu2 failed to install/upgrade: package libavahi-compat-libdnssd1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libavahi-compat-libdnssd1 0.6.30-5ubuntu2 failed to
  install/upgrade: package libavahi-compat-libdnssd1 is already
  installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1044158/+subscriptions

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


[Bug 1038460] Re: package libnss3-1d 3.12.9+ckbi-1.82-0ubuntu0.10.04.4 failed to install/upgrade: package libnss3-1d is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libnss3-1d 3.12.9+ckbi-1.82-0ubuntu0.10.04.4 failed to
  install/upgrade: package libnss3-1d is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1038460/+subscriptions

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


[Bug 1036741] Re: package libmysqlclient18 5.5.22-0ubuntu1 failed to install/upgrade: package libmysqlclient18 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libmysqlclient18 5.5.22-0ubuntu1 failed to install/upgrade:
  package libmysqlclient18 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1036741/+subscriptions

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


[Bug 1036733] Re: package glib-networking-common 2.32.1-1ubuntu1 failed to install/upgrade: package glib-networking-common is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package glib-networking-common 2.32.1-1ubuntu1 failed to
  install/upgrade: package glib-networking-common is already installed
  and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1036733/+subscriptions

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


[Bug 1034619] Re: package libbonoboui2-common 2.24.5-0ubuntu1.1 failed to install/upgrade: package libbonoboui2-common is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libbonoboui2-common 2.24.5-0ubuntu1.1 failed to
  install/upgrade: package libbonoboui2-common is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1034619/+subscriptions

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


[Bug 1034360] Re: package ntpdate 1:4.2.6.p3+dfsg-1ubuntu3.1 failed to install/upgrade: package ntpdate is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package ntpdate 1:4.2.6.p3+dfsg-1ubuntu3.1 failed to install/upgrade:
  package ntpdate is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1034360/+subscriptions

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


[Bug 1033788] Re: package nvidia-current 295.40-0ubuntu1.1 failed to install/upgrade: package nvidia-current is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package nvidia-current 295.40-0ubuntu1.1 failed to install/upgrade:
  package nvidia-current is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1033788/+subscriptions

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


[Bug 1033735] Re: package libgnutls26 2.8.5-2ubuntu0.2 failed to install/upgrade: package libgnutls26 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libgnutls26 2.8.5-2ubuntu0.2 failed to install/upgrade:
  package libgnutls26 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1033735/+subscriptions

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


[Bug 1036926] Re: package python3.2 3.2.3-0ubuntu3 failed to install/upgrade: package python3.2 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package python3.2 3.2.3-0ubuntu3 failed to install/upgrade: package
  python3.2 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1036926/+subscriptions

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


[Bug 1032020] Re: package cpp-4.7 4.7.1-6ubuntu1 failed to install/upgrade: package cpp-4.7 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package cpp-4.7 4.7.1-6ubuntu1 failed to install/upgrade: package
  cpp-4.7 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1032020/+subscriptions

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


[Bug 1030493] Re: package libexif12 0.6.20-2ubuntu0.1 failed to install/upgrade: package libexif12 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libexif12 0.6.20-2ubuntu0.1 failed to install/upgrade: package
  libexif12 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1030493/+subscriptions

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


[Bug 1030482] Re: package linux-image-3.2.0-27-generic 3.2.0-27.43 failed to install/upgrade: package linux-image-3.2.0-27-generic is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package linux-image-3.2.0-27-generic 3.2.0-27.43 failed to
  install/upgrade: package linux-image-3.2.0-27-generic is already
  installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1030482/+subscriptions

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


[Bug 1029467] Re: package libtirpc1 0.2.2-5 failed to install/upgrade: package libtirpc1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libtirpc1 0.2.2-5 failed to install/upgrade: package libtirpc1
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1029467/+subscriptions

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


[Bug 1028282] Re: package libmusicbrainz4-3 4.0.3-0ubuntu0.1 failed to install/upgrade: package libmusicbrainz4-3 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libmusicbrainz4-3 4.0.3-0ubuntu0.1 failed to install/upgrade:
  package libmusicbrainz4-3 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1028282/+subscriptions

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


[Bug 1027493] Re: package libavahi-core7 0.6.30-5ubuntu2 failed to install/upgrade: package libavahi-core7 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libavahi-core7 0.6.30-5ubuntu2 failed to install/upgrade:
  package libavahi-core7 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1027493/+subscriptions

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


[Bug 1026303] Re: package nvidia-173-updates 173.14.35-0ubuntu2 failed to install/upgrade: package nvidia-173-updates is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package nvidia-173-updates 173.14.35-0ubuntu2 failed to
  install/upgrade: package nvidia-173-updates is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1026303/+subscriptions

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


[Bug 1024181] Re: package gsfonts-x11 0.22 failed to install/upgrade: package gsfonts-x11 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package gsfonts-x11 0.22 failed to install/upgrade: package
  gsfonts-x11 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1024181/+subscriptions

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


[Bug 1024180] Re: package libbamf0 0.2.118-0ubuntu0.2 failed to install/upgrade: package libbamf0 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libbamf0 0.2.118-0ubuntu0.2 failed to install/upgrade: package
  libbamf0 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1024180/+subscriptions

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


[Bug 1024632] Re: package libgnutls26 2.12.14-5ubuntu3.1 failed to install/upgrade: package libgnutls26 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libgnutls26 2.12.14-5ubuntu3.1 failed to install/upgrade:
  package libgnutls26 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1024632/+subscriptions

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


[Bug 1022631] Re: package cron 3.0pl1-120ubuntu4 failed to install/upgrade: package cron is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1022629
   package libdbusmenu-glib4 0.6.2-0ubuntu0.1 failed to install/upgrade: 
package libdbusmenu-glib4 is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package cron 3.0pl1-120ubuntu4 failed to install/upgrade: package cron
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022631/+subscriptions

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


[Bug 1022630] Re: package libdbusmenu-gtk3-4 0.6.2-0ubuntu0.1 failed to install/upgrade: package libdbusmenu-gtk3-4 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1022629
   package libdbusmenu-glib4 0.6.2-0ubuntu0.1 failed to install/upgrade: 
package libdbusmenu-glib4 is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libdbusmenu-gtk3-4 0.6.2-0ubuntu0.1 failed to install/upgrade:
  package libdbusmenu-gtk3-4 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022630/+subscriptions

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


[Bug 1022230] Re: package libgcrypt11 1.4.4-5ubuntu2.1 failed to install/upgrade: package libgcrypt11 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libgcrypt11 1.4.4-5ubuntu2.1 failed to install/upgrade:
  package libgcrypt11 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022230/+subscriptions

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


[Bug 1027366] Re: package libtiff4 3.9.5-2ubuntu1.2 failed to install/upgrade: package libtiff4 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libtiff4 3.9.5-2ubuntu1.2 failed to install/upgrade: package
  libtiff4 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1027366/+subscriptions

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


[Bug 1021079] Re: package libkms1 2.4.32-1ubuntu1 failed to install/upgrade: package libkms1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libkms1 2.4.32-1ubuntu1 failed to install/upgrade: package
  libkms1 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1021079/+subscriptions

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


[Bug 1020626] Re: package dpkg-dev 1.16.1.2ubuntu7 failed to install/upgrade: package dpkg-dev is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package dpkg-dev 1.16.1.2ubuntu7 failed to install/upgrade: package
  dpkg-dev is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1020626/+subscriptions

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


[Bug 1022131] Re: package nvidia-settings-updates 295.33-0ubuntu1 failed to install/upgrade: package nvidia-settings-updates is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package nvidia-settings-updates 295.33-0ubuntu1 failed to
  install/upgrade: package nvidia-settings-updates is already installed
  and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022131/+subscriptions

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


[Bug 1027262] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6 failed to install/upgrade: package bcmwl-kernel-source is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6 failed to
  install/upgrade: package bcmwl-kernel-source is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1027262/+subscriptions

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


[Bug 1026927] Re: package java-common 0.43ubuntu2 failed to install/upgrade: package java-common is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package java-common 0.43ubuntu2 failed to install/upgrade: package
  java-common is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1026927/+subscriptions

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


[Bug 1022629] Re: package libdbusmenu-glib4 0.6.2-0ubuntu0.1 failed to install/upgrade: package libdbusmenu-glib4 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libdbusmenu-glib4 0.6.2-0ubuntu0.1 failed to install/upgrade:
  package libdbusmenu-glib4 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022629/+subscriptions

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


[Bug 1019890] Re: package fakeroot 1.18.2-1 failed to install/upgrade: package fakeroot is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package fakeroot 1.18.2-1 failed to install/upgrade: package fakeroot
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019890/+subscriptions

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


[Bug 1022166] Re: package libc6-i386 2.15-0ubuntu10 failed to install/upgrade: package libc6-i386 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libc6-i386 2.15-0ubuntu10 failed to install/upgrade: package
  libc6-i386 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1022166/+subscriptions

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


[Bug 1021464] Re: package libcairo-script-interpreter2 1.10.2-6.1ubuntu3 failed to install/upgrade: package libcairo-script-interpreter2 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libcairo-script-interpreter2 1.10.2-6.1ubuntu3 failed to
  install/upgrade: package libcairo-script-interpreter2 is already
  installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1021464/+subscriptions

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


[Bug 1019655] Re: package fglrx-amdcccle-updates 2:8.960-0ubuntu1 failed to install/upgrade: package fglrx-amdcccle-updates is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package fglrx-amdcccle-updates 2:8.960-0ubuntu1 failed to
  install/upgrade: package fglrx-amdcccle-updates is already installed
  and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019655/+subscriptions

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


[Bug 1019572] Re: package dkms 2.2.0.3-1ubuntu3 failed to install/upgrade: package dkms is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package dkms 2.2.0.3-1ubuntu3 failed to install/upgrade: package dkms
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019572/+subscriptions

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


[Bug 1019434] Re: package fakeroot 1.18.2-1 failed to install/upgrade: package fakeroot is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package fakeroot 1.18.2-1 failed to install/upgrade: package fakeroot
  is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019434/+subscriptions

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


[Bug 1019433] Re: package libgii1 1:1.0.2-4ubuntu2 failed to install/upgrade: package libgii1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libgii1 1:1.0.2-4ubuntu2 failed to install/upgrade: package
  libgii1 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019433/+subscriptions

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


[Bug 1019089] Re: package fglrx 2:8.960-0ubuntu1 failed to install/upgrade: package fglrx is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package fglrx 2:8.960-0ubuntu1 failed to install/upgrade: package
  fglrx is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1019089/+subscriptions

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


[Bug 1052061] Re: fatal error while release-upgrad

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 1015567 ***
https://bugs.launchpad.net/bugs/1015567

** This bug has been marked a duplicate of bug 1015567
   upgrade failed: mixed non-coinstallable and coinstallable package instances 
present

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

Title:
  fatal error while release-upgrad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1052061/+subscriptions

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


[Bug 1037431] Re: update-alternatives crashed with SIGSEGV in main()

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  update-alternatives crashed with SIGSEGV in main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1037431/+subscriptions

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


[Bug 969481] Re: dpkg crashed with SIGSEGV

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/969481/+subscriptions

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


[Bug 966393] Re: dpkg crashed with SIGSEGV

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/966393/+subscriptions

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


[Bug 953595] Re: dpkg crashed with SIGABRT in __assert_fail_base()

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg crashed with SIGABRT in __assert_fail_base()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/953595/+subscriptions

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


[Bug 966392] Re: dpkg-query crashed with SIGABRT in __assert_fail_base()

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg-query crashed with SIGABRT in __assert_fail_base()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/966392/+subscriptions

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


[Bug 908521] Re: dpkg crashed with signal 7 in __libc_start_main()

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg crashed with signal 7 in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/908521/+subscriptions

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


[Bug 950108] Re: dpkg assert failure: dpkg: ../../src/archives.c:968: tarobject: Assertion `r == stab.st_size' failed.

2012-09-17 Thread Raphaël Hertzog
** Visibility changed to: Public

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

Title:
  dpkg assert failure: dpkg: ../../src/archives.c:968: tarobject:
  Assertion `r == stab.st_size' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/950108/+subscriptions

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


[Bug 1051815] Re: package odbcinst1debian2 2.2.14p2-5ubuntu3 failed to install/upgrade: package odbcinst1debian2 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1051810
   package libgif4 4.1.6-9ubuntu1 failed to install/upgrade: package libgif4 is 
already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package odbcinst1debian2 2.2.14p2-5ubuntu3 failed to install/upgrade:
  package odbcinst1debian2 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1051815/+subscriptions

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


[Bug 1051810] Re: package libgif4 4.1.6-9ubuntu1 failed to install/upgrade: package libgif4 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libgif4 4.1.6-9ubuntu1 failed to install/upgrade: package
  libgif4 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1051810/+subscriptions

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


[Bug 1051271] Re: package nautilus-dropbox 0.7.1-2 failed to install/upgrade: package nautilus-dropbox is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package nautilus-dropbox 0.7.1-2 failed to install/upgrade: package
  nautilus-dropbox is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1051271/+subscriptions

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


[Bug 1051200] Re: package libglib2.0-0 2.32.3-0ubuntu1 failed to install/upgrade: package libglib2.0-0 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libglib2.0-0 2.32.3-0ubuntu1 failed to install/upgrade:
  package libglib2.0-0 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1051200/+subscriptions

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


[Bug 1049924] Re: package fglrx-updates 2:8.960-0ubuntu1.1 failed to install/upgrade: package fglrx-updates is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package fglrx-updates 2:8.960-0ubuntu1.1 failed to install/upgrade:
  package fglrx-updates is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1049924/+subscriptions

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


[Bug 1049471] Re: package firefox 15.0+build1-0ubuntu0.12.04.1 failed to install/upgrade: package firefox is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package firefox 15.0+build1-0ubuntu0.12.04.1 failed to
  install/upgrade: package firefox is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1049471/+subscriptions

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


[Bug 1048880] Re: package openssl 1.0.1-4ubuntu5.5 failed to install/upgrade: package openssl is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package openssl 1.0.1-4ubuntu5.5 failed to install/upgrade: package
  openssl is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1048880/+subscriptions

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


[Bug 1047663] Re: package gsfonts-x11 0.22 failed to install/upgrade: package gsfonts-x11 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package gsfonts-x11 0.22 failed to install/upgrade: package
  gsfonts-x11 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1047663/+subscriptions

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


[Bug 1044524] Re: package python-xlib 0.14+20091101-1 failed to install/upgrade: package python-xlib is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package python-xlib 0.14+20091101-1 failed to install/upgrade: package
  python-xlib is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1044524/+subscriptions

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


[Bug 1044525] Re: package python-xlib 0.14+20091101-1 failed to install/upgrade: package python-xlib is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1044524
   package python-xlib 0.14+20091101-1 failed to install/upgrade: package 
python-xlib is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package python-xlib 0.14+20091101-1 failed to install/upgrade: package
  python-xlib is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xlib/+bug/1044525/+subscriptions

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


[Bug 1042587] Re: package libcupscgi1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupscgi1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1042586
   package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package 
libcupsmime1 is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libcupscgi1 1.5.3-0ubuntu4 failed to install/upgrade: package
  libcupscgi1 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1042587/+subscriptions

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


[Bug 1042588] Re: package libsqlite3-0 3.7.9-2ubuntu1.1 failed to install/upgrade: package libsqlite3-0 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1042586
   package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package 
libcupsmime1 is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libsqlite3-0 3.7.9-2ubuntu1.1 failed to install/upgrade:
  package libsqlite3-0 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1042588/+subscriptions

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


[Bug 1038682] Re: package gambas2-gb-gtk 2.23.1-1ubuntu3 failed to install/upgrade: package gambas2-gb-gtk is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

** This bug is no longer a duplicate of bug 1038681
   package gambas2-gb-gtk 2.23.1-1ubuntu3 failed to install/upgrade: package 
gambas2-gb-gtk is already installed and configured
** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package gambas2-gb-gtk 2.23.1-1ubuntu3 failed to install/upgrade:
  package gambas2-gb-gtk is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1038682/+subscriptions

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


[Bug 1042023] Re: package libdevmapper1.02.1 2:1.02.48-4ubuntu7.1 failed to install/upgrade: package libdevmapper1.02.1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libdevmapper1.02.1 2:1.02.48-4ubuntu7.1 failed to
  install/upgrade: package libdevmapper1.02.1 is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1042023/+subscriptions

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


[Bug 1042586] Re: package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package libcupsmime1 is already installed and configured

2012-09-17 Thread Raphaël Hertzog
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package libcupsmime1 1.5.3-0ubuntu4 failed to install/upgrade: package
  libcupsmime1 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1042586/+subscriptions

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


Re: [Bug 1043591] [NEW] 'sudo dpkg --configure -a' E: _cache-open() failed, please report

2012-08-31 Thread Raphaël Hertzog
Hello,

On Thu, 30 Aug 2012, Launchpad Bug Tracker wrote:
 You have been subscribed to a public bug:
 
 i tried to install wine on linux mint 12 lisa and got the following
 report 'sudo dpkg --configure -a' i tried running this in terminal and
 got E:_cache-open()failed, please report i am fairly new to linux and
 cannot figure out how to correct this problem. can you help?
 arth...@live.com

Can you attach the full transcript of the error?

The “E: _cache-open()” message is not from dpkg. So this bug needs to be
reassigned somewhere else. APT has errors starting with E: but since you
invoked dpkg directly it seems weird to see an APT error message. But
maybe some postinst script uses APT indirectly... but in order to know we
need a copy of what you had on your terminal.

 status incomplete

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Do you like what I do? Support my free software work on Debian and Ubuntu:
→ http://raphaelhertzog.com/support-my-work/


** Changed in: dpkg (Ubuntu)
   Status: New = Incomplete

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

Title:
  'sudo dpkg --configure -a' E: _cache-open() failed,please report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1043591/+subscriptions

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

  1   2   3   4   5   6   7   8   9   10   >