[Bug 1247803] Re: dnsmasq temporarily breaks DNS resolution when starting for the first time

2013-12-23 Thread Thomas Hood
We certainly don't want to run resolvconf -u too few times. That is
the bug.

It causes no logical malfunction to run resolvconf -u too many times,
but doing so is not efficient. When a resolvconf update occurs then all
the scripts in /etc/resolvconf/update.d/ get run. If a heavy update
script is present (one that copies files, reconfigures things and/or
restarts services, etc.) then the update can take a significant amount
of time. In that case it's bad to do an extra, unnecessary update. And I
think it's ugly to do two updates in a row if one is sufficient.

 The proposed conditional only suppresses running resolvconf -u
 if ENABLED=1 and resolvconf is not being used (ie IGNORE_RESOLVCONF=yes).
 Is this really such a common case that adding complexity to get the minor
 optimization of not running resolvconf -u is worth it?

You have a point there. Perhaps it is, perhaps it is not worth the added
code complexity in the postinst. The maintainer will be the judge.

 Also, doesn't your argument about ENABLED=0 later being changed
 to ENABLED=1 also apply to IGNORE_RESOLVCONF=yes later being
 changed to IGNORE_RESOLVCONF=no?

No, I don't think it applies. In the ENABLED=0 case, resolvconf doesn't
get run by the dnsmasq initscript. So unless the postinst does
resolvconf -u there is nothing to ensure that if dnsmasq is later
restarted with ENABLED=1 and IGNORE_RESOLVCONF=no then
/var/run/dnsmasq/resolv.conf will have been written. In the ENABLED=1
IGNORE_RESOLVCONF=yes case resolvconf does get run in the dnsmasq
initscript and /var/run/dnsmasq/resolv.conf gets written (even though it
won't be used). So if dnsmasq is later restarted with ENABLED=1 and
IGNORE_RESOLVCONF=no then /var/run/dnsmasq/resolv.conf is ready.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1247803

Title:
  dnsmasq temporarily breaks DNS resolution when starting for the first
  time

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

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


[Bug 1263699] [NEW] vmhgfs loaded after filesystems are mounted

2013-12-23 Thread Maarten Boekhold
Public bug reported:

the open-vm-tools init.d script is executed after the mountall upstart
job, which causes the mounting of hgfs filesystems to fail at startup...

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1263699

Title:
  vmhgfs loaded after filesystems are mounted

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

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


[Bug 1102366] Re: libapache2-mod-php5: Segmentation fault on mediawiki POST requests after apache2 reload

2013-12-23 Thread Marc Deslauriers
This is related to the following php bug:
https://bugs.php.net/bug.php?id=62129

The following commits are probably required:
http://git.php.net/?p=php-src.git;a=commit;h=336a8e1943af85bb49cb5986d897d967ba73dcc0
http://git.php.net/?p=php-src.git;a=commit;h=ba3234888dfbe14dadac7ac6c403a58bc1fdd220

This affects quantal and raring, as the upstream changes are in the php
version included in saucy.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1102366

Title:
  libapache2-mod-php5: Segmentation fault on mediawiki POST requests
  after apache2 reload

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

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


[Bug 1263702] [NEW] Latest version is using deprecated code

2013-12-23 Thread psypher
Public bug reported:

The latest version 2.3 of python-boto is not the same version as the pip
or github version and is using deprecated code. On an Ubuntu Raring EC2
AMI with python-boto preinstalled I am unable to run newer boto commands
from version 2.21 like conn.get_all_reservations which does not exists
in the Ubuntu packaged version but does exists in the github and pip
version.

How is python-boto able to be version 2.3 when it's not the latest
version of the actual SDK which is at 2.21??

** Affects: python-boto (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1263702

Title:
  Latest version is using deprecated code

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

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


[Bug 1263703] [NEW] Warn on noquery in ntp.conf

2013-12-23 Thread DustWolf
Public bug reported:

The restrict row comments of the default /etc/ntp.conf configuration
file should more explicity warn(!) against the dropping on noquery or
similar options, because their removal might cause the server to become
vulenrable to (become a party in) DoS attacks.

Many admins have mistakenly removed the block, thinking they have either
enabled the server to be queried from the subnet in question or made it
more usable by doing so. This resulted in a number of reflection attacks
via NTP we have been seeing in the past few days.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1263703

Title:
  Warn on noquery in ntp.conf

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

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


[Bug 1263704] [NEW] pci_devices does not terminate at computer shutdown

2013-12-23 Thread welfare31
Public bug reported:

I have a clean install of 13.10 using the 3.11 kernel. I have previously
reported this bug with the 2.12 kernel (Bug #1261898), when I used
apportcollect it instructed me to use standard Kernel and re-report if
bug persists; it does...

When I shutdown or restart the process hangs. I press a key and I see:

**Killing all remaining processes ... [fail]** (fail is in red)
This is followed by more info (sometime referring to nm-dispatcher or modem and 
always ends:

mount:/ is busy

will now restart (or halt as the case may be)
Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

I have seen relatively similar problems but none match mine exactly, I
have attempted using:

sudo shutdown -P now

or

sudo shutdown -H now

or

sudo reboot

But the results are the same.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: pm-utils 1.4.1-12ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Mon Dec 23 14:15:34 2013
ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
InstallationDate: Installed on 2013-10-19 (64 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterpreterPath: /bin/dash
MarkForUpload: True
OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 691 
667 4514 759 710
PackageArchitecture: all
ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, no user)
SourcePackage: pm-utils
Title: pci_devices does not terminate at computer shutdown
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy shutdown-hang

** Description changed:

  I have a clean install of 13.10 using the 3.11 kernel. I have previously
- reported this bug with the 2.12 kernel, when I used apport collect it
- instructed me to use standard Kernel and re-report if bug persists; it
- does...
+ reported this bug with the 2.12 kernel (Bug #1261898), when I used
+ apportcollect it instructed me to use standard Kernel and re-report if
+ bug persists; it does...
  
  When I shutdown or restart the process hangs. I press a key and I see:
  
  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:
  
  mount:/ is busy
  
  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.
  
  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:
  
  sudo shutdown -P now
  
  or
  
  sudo shutdown -H now
  
  or
  
  sudo reboot
  
  But the results are the same.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
-  LC_COLLATE=C
-  PATH=(custom, no user)
+  LC_COLLATE=C
+  PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1263704

Title:
  pci_devices does not terminate at computer shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1263704/+subscriptions

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


[Bug 1252627] Re: [MIR] build dependencies for python-django-compressor

2013-12-23 Thread Michael Terry
Likewise, the dep on python-beautifulsoup should be switched to python-
bs4.  So I'll open a task for python-django-compressor on this bug to
drop the python-django-discover-runner dep and switch the beautiful soup
dep.

** Also affects: python-django-compressor (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django-compressor in Ubuntu.
https://bugs.launchpad.net/bugs/1252627

Title:
  [MIR] build dependencies for python-django-compressor

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

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


[Bug 1102366] Re: libapache2-mod-php5: Segmentation fault on mediawiki POST requests after apache2 reload

2013-12-23 Thread Marc Deslauriers
I have uploaded a php5 package with the patch to my testing PPA here:

https://launchpad.net/~mdeslaur/+archive/testing

Please test it, and if it solves the problem, please comment, and I will
upload it to quantal-proposed. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1102366

Title:
  libapache2-mod-php5: Segmentation fault on mediawiki POST requests
  after apache2 reload

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

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


[Bug 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-12-23 Thread Michael Terry
php-json is fine from a packaging/maintainability POV.  Approved.

** Also affects: pkg-php-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: php-json (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1242726

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+subscriptions

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


[Bug 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-12-23 Thread Michael Terry
pkg-php-tools is fine too!  Small and simple.  Approved.

Now php5 just needs to move these two packages back to Recommends from
Suggests.

** Changed in: pkg-php-tools (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1242726

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+subscriptions

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


[Bug 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2013-12-23 Thread Michael Terry
Follow https://wiki.ubuntu.com/UbuntuMainInclusionRequirements and flesh
this bug's description out with the requested information.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1081489

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

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

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


[Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2013-12-23 Thread Serge Hallyn
reproduced with:

sudo qemu-debootstrap --verbose --components=main,universe --arch=s390x
stable x


** Changed in: qemu (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1256546

Title:
  qemu-s390x-static: segmentation fault entering chroot

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

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


[Bug 1263738] [NEW] login console 0 in user namespace container is not configured right

2013-12-23 Thread Serge Hallyn
Public bug reported:

When you create a container in a private user namespace, when you start the
container without the '-d' flag, that console is not properly set up.  Logging 
in
gives you

-bash: no job control in this shell

and hitting ctrl-c reboots the container.

Consoles from 'lxc-console -n $container' behave correctly.

This may be a kernel issue, as discussed here:

http://lists.linuxcontainers.org/pipermail/lxc-
devel/2013-October/005843.html

so also marking this as affecting the kernel.

This can be worked around, but really needs to be fixed before trusty is
frozen.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: lxc (Ubuntu)
 Importance: High
 Status: Triaged

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1263738

Title:
  login console 0 in user namespace container is not configured right

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

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


[Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2013-12-23 Thread Serge Hallyn
Also reproduced with today's git HEAD, after doing

git clone git://git.qemu.org/qemu.git
cd qemu
./configure --target-list=s390x-linux-user --static --disable-system
make clean  make -j4
sudo cp s390x-linux-user/qemu-s390x /usr/bin/qemu-s390x-static
sudo qemu-debootstrap --verbose --components=main,universe --arch=s390x stable y

** Also affects: qemu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1256546

Title:
  qemu-s390x-static: segmentation fault entering chroot

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

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


[Bug 1263738] Missing required logs.

2013-12-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1263738

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1263738

Title:
  login console 0 in user namespace container is not configured right

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

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


[Bug 1244272] Re: Consider setting ServerKeyBits 768 to 1024

2013-12-23 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:6.4p1-2

---
openssh (1:6.4p1-2) unstable; urgency=high


  * Increase ServerKeyBits value in package-generated sshd_config to 1024
(closes: #727622, LP: #1244272).
  * Restore patch to disable OpenSSL version check (closes: #732940).

 -- Colin Watson cjwat...@debian.org  Mon, 23 Dec 2013 10:44:04 +

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1244272

Title:
  Consider setting ServerKeyBits 768 to 1024

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

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


[Bug 175316] Re: no IDN in nslookup and host

2013-12-23 Thread Jonathan Stewart
Hi,

IDN is not optional on the internet today.

The IANA is publishing several IDN top level domains:
http://www.iana.org/domains/root/db

As it currently stands, I am having a difficult time using Ubuntu as a
professional internet operator at an ISP, because my only choice is
hacks like this:

reaper@silverstar:~$ dig ns $(idn2 한국)

On CentOS 6.5, the query is simple:
jgs@whmdev:~$ dig ns 한국

The man page of dig has the same message for at least 2 years, staing
it's a compile time option.  Please compile it into the next version of
this package.

Is there any reason not to build dig with IDN support?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

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

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


[Bug 1263738] Re: login console 0 in user namespace container is not configured right

2013-12-23 Thread Serge Hallyn
** Tags added: bot-stop-nagging

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1263738

Title:
  login console 0 in user namespace container is not configured right

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

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


[Bug 1263738] Missing required logs.

2013-12-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1263738

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1263738

Title:
  login console 0 in user namespace container is not configured right

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

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


[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2013-12-23 Thread netmasta10bt
I think this is this same bug 708493 re surging again...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1254085

Title:
  ssh fails to connect to VPN host - hangs at 'expecting
  SSH2_MSG_KEX_ECDH_REPLY'

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

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


[Bug 1263765] [NEW] snmpd does not notice when a disk is added

2013-12-23 Thread LaMont Jones
Public bug reported:

snmpd does not notice when a disk is added to the system after snmpd is
started.

It should at a minimum arrange to do so.

Observed in snmpd 5.4.3~dfsg-2.4ubuntu1.1

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1263765

Title:
  snmpd does not notice when a disk is added

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

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


[Bug 1260845] Re: libkrb5-dev version 1.10-beta1 has broken RDNS support

2013-12-23 Thread Nathan Rosenblum
*** This bug is a duplicate of bug 571572 ***
https://bugs.launchpad.net/bugs/571572

Sorry about the delayed response. I'll answer your questions in the
other bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1260845

Title:
  libkrb5-dev version 1.10-beta1 has broken RDNS support

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

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


[Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2013-12-23 Thread Nathan Rosenblum
[Replying from a duplicating issue:]

This affects any system using MIT's Kerberos in the 1.10 series prior to
1.10.2-final. To the best of my knowledge, no 1.11 series releases were
affected by this issue, and 1.9 remains affected. The upstream patch [1]
applies cleanly against the Ubuntu 12.04 krb5-1.10+dfsg~beta1 source
package, with which I've successfully built and deployed my own
packages.

I believe that all Ubuntu versions from Precise through Saucy are
affected, though maybe some of the later variants (I have only looked
into Precise) have a glibc that fixes the underlying issue. There is no
harm in applying both the workaround here and the glibc fix.

[1]
https://github.com/krb5/krb5/commit/57738b357e8b03bcb7af2f147c97cb84d0ce96e2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/571572

Title:
  krb5 prefers the reverse pointer no matter what for locating service
  tickets.

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

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


[Bug 1263808] [NEW] Segfault when backgrounding process or on system suspend/resume

2013-12-23 Thread Danny Guinther
Public bug reported:

beanstalkd 1.9 segfaults whenever it is run in the foreground and
backgrounded with CTRL-Z then returned to the foreground with fg. It
also segfaults when run as a daemon and the system resumes from being
suspended.

The problem is with beanstalkd, not with Ubuntu. This bug was introduced
here:
https://github.com/kr/beanstalkd/commit/e284badf079db519db8fdd2e86959f2ee17240be

I've submitted a patch for this issue, but master hasn't been updated in
~6 months, so I wouldn't count on it getting merged soon. The patch is
very minimal and can be found here:
https://github.com/kr/beanstalkd/pull/221. I've also attached a diff to
this bug report.

Beyond the example cases I mentioned above, the truth of the bug is that
beanstalkd will crash anytime epoll_wait returns EINTR to beanstalkd. I
don't know a lot about epoll_wait, so I can't say when else that would
be an issue.

I've tested that this issue exists when beanstalkd 1.9 is built on
Precise and the issue exists with the package available with Trusty. The
package version of beanstalkd on Precise does not segfault.

I don't know if it's something particular to the Trusty build, but
beanstalkd 1.9 claims to be built with debug symbols, however when I try
to open the core dump with gdb, it says that no debugging symbols were
found. As such, I've not included a core. If it would be helpful for me
to provide a core dump and a beanstalkd bin with debug symbols, let me
know.

** Affects: beanstalkd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch

** Patch added: Not sure what correct patch format is. This is a diff that 
fixes the issue.
   
https://bugs.launchpad.net/bugs/1263808/+attachment/3934869/+files/epoll_wait_segfault_fix.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beanstalkd in Ubuntu.
https://bugs.launchpad.net/bugs/1263808

Title:
  Segfault when backgrounding process or on system suspend/resume

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

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


[Bug 1244272] Re: Consider setting ServerKeyBits 768 to 1024

2013-12-23 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1244272

Title:
  Consider setting ServerKeyBits 768 to 1024

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

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


[Bug 1248116] Re: PulseAudio switch rapidly port making the sound horrible

2013-12-23 Thread Raymond
it is strange that there are numerous hda_power_count in your trace log

https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers

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

Title:
  PulseAudio switch rapidly port making the sound horrible

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

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


[Bug 998367] Re: fingerprint login can't access encrypted home user account

2013-12-23 Thread carlosv
Ok... I get your point. I understand your idea about the fingerprints.

Nevertheless, I think is fair to give the opportunity to the user to
choose either use or not to use the fingerprints to identify. The
information that you shared makes a valid point, but in my opinion the
final decision must be taken by the user, understanding the risk that it
involves.

Therefore, I think is necessary to solve this bug.

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

Title:
  fingerprint login  can't access encrypted home user account

To manage notifications about this bug go to:
https://bugs.launchpad.net/fingerprint-gui/+bug/998367/+subscriptions

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


[Bug 1263624] [NEW] [HP Pavilion 14] Critical failure KlogAcpiCrtInvalidThreshold found in fwts report

2013-12-23 Thread Po-Hsu Lin
Public bug reported:

CID: 201304-13249 HP Pavilion 14

A Critical failure found in kernel error log check:

FAILED [CRITICAL] KlogAcpiCrtInvalidThreshold: Test 1, CRITICAL Kernel message:
[ 2.586545] [Firmware Bug]: Invalid critical threshold (0)

ADVICE: ACPI _CRT (Critical Trip Point) is returning a threshold lower than zero
degrees Celsius which is clearly incorrect.


There are many other HIGH/CRITICAL failures, but they have been filed somewhere 
else

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.8.0-34-generic 3.8.0-34.49~precise1
ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.8.0-34-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1714 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xc361 irq 47'
   Mixer name   : 'Intel PantherPoint HDMI'
   Components   : 'HDA:10ec0282,103c196e,0013 
HDA:80862806,80860101,0010'
   Controls  : 27
   Simple ctrls  : 10
Date: Mon Dec 23 02:48:31 2013
HibernationDevice: RESUME=UUID=2dac9cf6-8647-472c-a875-d5a15346e631
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MachineType: Hewlett-Packard HP Pavilion 14 Notebook PC
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-34-generic 
root=UUID=ca0395cd-d9f7-4e0f-b6f7-f77390de5af4 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-34-generic N/A
 linux-backports-modules-3.8.0-34-generic  N/A
 linux-firmware1.79.9
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux-lts-raring
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/28/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.06
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 196E
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 95.19
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.06:bd05/28/2013:svnHewlett-Packard:pnHPPavilion14NotebookPC:pvr08901000590620100:rvnHewlett-Packard:rn196E:rvr95.19:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion 14 Notebook PC
dmi.product.version: 08901000590620100
dmi.sys.vendor: Hewlett-Packard

** Affects: linux-lts-raring (Ubuntu)
 Importance: Undecided
 Assignee: Firmware Test Suite Bug Team (firmware-bug-team)
 Status: New


** Tags: 201304-13249 amd64 apport-bug blocks-hwcert precise 
qa-kernel-lts-testing running-unity taipei-lab

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

Title:
  [HP Pavilion 14] Critical failure KlogAcpiCrtInvalidThreshold found
  in fwts report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1263624/+subscriptions

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


[Bug 1263624] Re: [HP Pavilion 14] Critical failure KlogAcpiCrtInvalidThreshold found in fwts report

2013-12-23 Thread Po-Hsu Lin
** Attachment added: fwts_results.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1263624/+attachment/3934641/+files/fwts_results.log

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

Title:
  [HP Pavilion 14] Critical failure KlogAcpiCrtInvalidThreshold found
  in fwts report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1263624/+subscriptions

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


[Bug 1263392] Re: I no longer have a shut down on that menu

2013-12-23 Thread Maarten Lankhorst
** Tags added: bot-stop-nagging

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

Title:
  I no longer have a shut down on that menu

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

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


[Bug 1242633] Re: unity pointer barriers sru bug

2013-12-23 Thread Maarten Lankhorst
The linked bug already happened before the upload, so not a regression.

** Tags removed: verification-failed

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

Title:
  unity pointer barriers sru bug

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

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


[Bug 927073] Re: crash-applet says its chrashed but works normally for me, little strange.

2013-12-23 Thread Hans Deragon
Start streamtuner2 from a terminal and check if you see any error
message there.  If so, please cutpaste it here.

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

Title:
   crash-applet says its chrashed but works normally for me, little
  strange.

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

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


[Bug 992411] Re: network-manager: Please don't Depend on dnsmasq-base

2013-12-23 Thread Fredrik Wendt
This is a very unfortunate security issue, and a slow down of name
resolution in the case of VPN tunnels. I'd propose that the importance
be set to High.

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

Title:
  network-manager: Please don't Depend on dnsmasq-base

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/992411/+subscriptions

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


[Bug 1262982] Re: dialer-app crashed: QUbuntu: Could not create application instance

2013-12-23 Thread Martin Pitt
Gerry, so is this exclusively a problem with running tests with the
--desktop-file-hint hack? Then we can mark this as a dupe of bug1263182.
Or Is there still a Mir issue independent of that? Thanks!

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

Title:
  dialer-app crashed: QUbuntu: Could not create application instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-mir/+bug/1262982/+subscriptions

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


[Bug 973999] Re: Abnormal character after Chinese character in the Chrome

2013-12-23 Thread Mingyi
I found the solution.
I changed the setting of Input Method in the Google Chrome, from IBus to XIM, 
then solved this problem.
It might be the problem of IBus.


** Attachment added: chewing - Google 搜尋 - Google Chrome_002.png
   
https://bugs.launchpad.net/ubuntu/+source/ibus-chewing/+bug/973999/+attachment/3934643/+files/chewing%20-%20Google%20%E6%90%9C%E5%B0%8B%20-%20Google%20Chrome_002.png

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

Title:
  Abnormal character after Chinese character in the Chrome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-chewing/+bug/973999/+subscriptions

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

[Bug 579534] Re: Rotate button doesn't work on HP TM2 laptop

2013-12-23 Thread carlosv
Hi

I just tried the daily-live Ubuntu release 14.04 and the regression
still there. Rotation button still not working.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Rotate button doesn't work on HP TM2 laptop

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

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


[Bug 1256338] Re: [needs packaging][new version] 3.0.2 (or newer)

2013-12-23 Thread Amr Ibrahim
3.0.2 is in trusty now.

** Changed in: kid3 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [needs packaging][new version] 3.0.2 (or newer)

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

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


[Bug 1263140] Re: reboot does not terminate at computer shutdown

2013-12-23 Thread James Hunt
Thanks for reporting this issue. It sounds like a kernel issue. Also, it
looks like you are running a custom kernel?

** Also affects: linux (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/1263140

Title:
  reboot does not terminate at computer shutdown

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

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


[Bug 1228681] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1228681/+subscriptions

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


[Bug 1084073] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

** This bug is no longer a duplicate of bug 1084065
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1084073/+subscriptions

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


[Bug 1194918] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1194918/+subscriptions

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


[Bug 1229274] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1229274/+subscriptions

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


[Bug 1263140] Missing required logs.

2013-12-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1263140

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1263140

Title:
  reboot does not terminate at computer shutdown

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

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


[Bug 1084071] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

** This bug is no longer a duplicate of bug 1084065
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1084071/+subscriptions

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


[Bug 1219349] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1219349/+subscriptions

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


[Bug 1246431] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1246431/+subscriptions

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


[Bug 1069565] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1069565/+subscriptions

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


[Bug 1245979]

2013-12-23 Thread Tsu Jan
@neutrino
As you see, many users have confirmed that it's an nVidia bug, and it affects 
other apps too. So, the Akonadi devs can do nothing about it.

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

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

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


[Bug 1048427] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1048427/+subscriptions

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


[Bug 1058117] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1058117/+subscriptions

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


[Bug 1230031] Re: dbus-daemon consumes 100% cpu without reason

2013-12-23 Thread Jacques du Preez
Same problem here. Ubuntu unity 13.10. 100% cpu on startup, fans kick in
immediately. Have to kill dbus-deamon to correct. Checking the internet
I have seen people complaining about this issue since 2009 on various
distributions including Ubuntu and OpenSuse? Hope this Bug gets fixed
soon, very nervy!

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

Title:
  dbus-daemon consumes 100% cpu without reason

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

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


[Bug 1263597] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1263597/+subscriptions

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


Re: [Bug 1263469] Re: [backport-request] 12.04.4 needs a newer version of lightDM-KDE

2013-12-23 Thread Harald Sitter
On Mon, Dec 23, 2013 at 2:47 AM, Flames_in_Paradise
1263...@bugs.launchpad.net wrote:
 An Optimus driven Laptop will then automatically demand for LightDM,
 since it will  become an dependency in 12.04.4

This is not what the changelog says?
kdm users are not forced to install lightdm now that nvidia depends
on nvidia-prime.

Also this doesn't explain how lightdm-kde would be insufficient to use
for hybrid setups. If I recall correctly lightdm-kde was fully
functional in 12.04, a bit rough around the edges, then again so is
using a hybrid setup in general.

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

Title:
  [backport-request] 12.04.4 needs a newer version of lightDM-KDE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-kde/+bug/1263469/+subscriptions

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


[Bug 1019956] Re: package friendly-recovery 0.2.25 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1019956/+subscriptions

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


[Bug 991886] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/991886/+subscriptions

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


[Bug 1075312] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1075312/+subscriptions

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


[Bug 994448] Re: package friendly-recovery 0.2.25 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/994448/+subscriptions

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


[Bug 1084065] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1084065/+subscriptions

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


[Bug 1022192] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1022192/+subscriptions

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


[Bug 1043112] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1043112/+subscriptions

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


[Bug 991520] Re: package friendly-recovery 0.2.25 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/991520/+subscriptions

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


[Bug 1038975] Re: package friendly-recovery 0.2.25 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1038975/+subscriptions

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

[Bug 1019567] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1019567/+subscriptions

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


[Bug 1013581] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1013581/+subscriptions

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


[Bug 1078066] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1078066/+subscriptions

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


[Bug 986787] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/986787/+subscriptions

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


[Bug 1002059] Re: package friendly-recovery 0.2.25 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 976979 ***
https://bugs.launchpad.net/bugs/976979

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 976979, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 976979
   package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1002059/+subscriptions

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


[Bug 885324]

2013-12-23 Thread Scott Ritchie
Nominating for 1.6.2 so I can put it into Ubuntu 14.04 LTS and Wine
won't be the only package still using old lcms.

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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


[Bug 1263233] Re: Mixxx crashes at scratching - floating point exception

2013-12-23 Thread RJ Ryan
Workaround added in 
https://github.com/mixxxdj/mixxx/commit/1cbbf166802453fa0c670aa50380520f17b1104c

If you can still get it to crash, please let me know.

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

Title:
  Mixxx crashes at scratching - floating point exception

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

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


[Bug 1258919] Re: 067b:2305 printing issue with parallel-to-usb adapter

2013-12-23 Thread Till Kamppeter
Please do the following on Ubuntu 13.10:

Do you have a file named

/usr/share/cups/usb/org.cups.usb-quirks

Can you attach it?

Can you follow the instructions of the section USB printer does not
print or prints garbage on
https://wiki.ubuntu.com/DebuggingPrintingProblems?

Please also try editing the line

0x067b 0x2305 no-reattach soft-reset unidir

in

/usr/share/cups/usb/org.cups.usb-quirks

Do not change the 0x067b 0x2305 in the beginning, but try other
combinations of issue workarounds as described in the initial comments
of the file. If you are successful with a combination, please tell us.


** Changed in: cups (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/1258919

Title:
  067b:2305 printing issue with parallel-to-usb adapter

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

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


[Bug 976979] Re: package friendly-recovery 0.2.25 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
** Description changed:

- trying 12.04
+ Steps to reproduce:
+ 1. Perform a distribution upgrade to Ubuntu 12.04.
  
  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: friendly-recovery 0.2.25
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  Date: Sun Apr  8 14:09:14 2012
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  PackageArchitecture: all
  SourcePackage: friendly-recovery
  Title: package friendly-recovery 0.2.25 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to precise on 2012-04-09 (0 days ago)

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

Title:
  package friendly-recovery 0.2.25 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/976979/+subscriptions

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


[Bug 1091371] Re: gvfs incorrect mime types integration into Kubuntu

2013-12-23 Thread Harald Sitter
** Package changed: kdebase (Ubuntu) = gvfs (Ubuntu)

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

Title:
  gvfs incorrect mime types integration into Kubuntu

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

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


[Bug 1263595] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1229311] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** Package changed: memtest86+ (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1246430] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** Package changed: memtest86+ (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1220891] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

** This bug is no longer a duplicate of bug 1220890
   package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 981398] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 976975] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 965804] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 905923] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1156212] Re: package memtest86 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86  4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 885216] Re: package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1262663] Re: DS9 exits with buffer overflow detected

2013-12-23 Thread Ole Streicher
** Changed in: saods9 (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/1262663

Title:
  DS9 exits with buffer overflow detected

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

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


[Bug 973438] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1250196] Re: sane plustek backend not working on USB 3 root hub

2013-12-23 Thread Mark
I have a CanoScan LiDE 20 which worked fine unless i got a new notebook
with usb 3.0 although the scanner is well recognized. I have been
testing with kubuntu 12.04 and kubuntu 13.10. With both the scanner
works with the old usb 2.0 notebook and does not with the new one.

The new notebook claims to also have usb 2.0, but it does not matter
where i put the scanner in.

notebook@acer:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 011: ID 04a9:220d Canon, Inc. CanoScan N670U/N676U/LiDE 20
Bus 003 Device 002: ID 1bcf:2c55 Sunplus Innovation Technology Inc. 
Bus 003 Device 003: ID 04ca:300b Lite-On Technology Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I used the following commands to get the attached debug output (please see file 
sanedebug.txt):

root@acer:~# export LIBUSB_DEBUG=255
root@acer:~# export SANE_DEBUG_DLL=255
root@acer:~# export SANE_DEBUG_SANEI_USB=255
root@acer:~# export USB_DEBUG=255
root@acer:~# export SANE_DEBUG_PLUSTEK=255
root@acer:~# scanimage -L 2sanedebug.txt


This snippet from the attached debug output shows the occurence of the error:

#

[plustek] MISC I/O after RESET: 0x66, 0x16, 0x91
[sanei_usb] sanei_usb_write_bulk: trying to write 4 bytes
[sanei_usb] 000 01 07 00 01 
libusbx: debug [add_to_flying_list] arm timerfd for timeout in 3ms (first 
in line)
libusbx: debug [submit_bulk_transfer] need 1 urbs for new transfer with length 4
libusbx: debug [libusb_handle_events_timeout_completed] doing our own event 
handling
libusbx: debug [handle_events] poll() 4 fds with timeout in 6ms
libusbx: debug [handle_events] poll() returned 1
libusbx: debug [reap_for_handle] urb type=3 status=-71 transferred=0
libusbx: debug [handle_bulk_completion] handling completion status -71 of bulk 
urb 1/1
libusbx: debug [handle_bulk_completion] low level error -71
libusbx: debug [disarm_timerfd] 
libusbx: debug [usbi_handle_transfer_completion] transfer 0xc74d78 has callback 
0x7f610b80c7f0
libusbx: debug [sync_transfer_cb] actual_length=0
[sanei_usb] sanei_usb_write_bulk: write failed: Input/output error
libusbx: debug [libusb_clear_halt] endpoint 3
libusbx: error [op_clear_halt] clear_halt failed error -1 errno 71

#

Unfortunately I could not get any information about the error code
-71.


** Attachment added: debug output
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1250196/+attachment/3934647/+files/sanedebug.txt

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

Title:
  sane plustek backend not working on USB 3 root hub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1250196/+subscriptions

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


[Bug 951774] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1056111] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił
  kod błędu 1

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

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

[Bug 874395] Re: package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
** Changed in: memtest86+ (Ubuntu)
   Status: In Progress = Confirmed

** Description changed:

- non ha installato il pacchetto
+ Steps to reproduce:
+ 1. Upgrade an from Lucid or Oneiric to Precise.
  
  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: memtest86+ 4.20-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Fri Oct 14 17:58:26 2011
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: memtest86+
  Title: package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (0 days ago)

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

Title:
  package memtest86+ 4.20-1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1059112] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1016008] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1132866] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

** This bug is no longer a duplicate of bug 1132860
   package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1220889] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

** This bug is no longer a duplicate of bug 1220890
   package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1051117] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1043113] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1052656] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1075458] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1044908] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1200980] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 951777] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

** This bug is no longer a duplicate of bug 951774
   package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 1041562] Re: package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-23 Thread Sami Jaktholm
*** This bug is a duplicate of bug 874395 ***
https://bugs.launchpad.net/bugs/874395

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 874395, 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 874395
   package memtest86+ 4.20-1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package memtest86+ 4.20-1.1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/1041562/+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   >