[Bug 997269] Re: dovecot imap broken by apparmor policy

2014-10-19 Thread Bug Watch Updater
** Changed in: apparmor (Debian)
   Status: Confirmed = Fix Released

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

Title:
  dovecot imap broken by apparmor policy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/997269/+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 1380229] Re: Potential Vulnerability for X509 Certificate Verification

2014-10-19 Thread Markus Frosch
Nagios NRPE does not have any usage of x509 certificates.

The TLS code is broken by design and never has been secure. This is
known for years.

Only thing the tool does is to initiate a crypted connection based on
a on compile time generated DH key, no verification whatsoever.

This is a major upstream design flaw and can't be fixed just with a
patch.

There is a long discussion on the Debian bug tracker:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547092

** Bug watch added: Debian Bug tracker #547092
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547092

** Changed in: nagios-nrpe (Ubuntu)
   Status: New = Opinion

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

Title:
  Potential Vulnerability for X509 Certificate Verification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1380229/+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 1326739] Re: [ubunutu 14.04] hp-dv5 resume instantly from suspend mode

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pm-utils (Ubuntu)
   Status: New = Confirmed

-- 
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/1326739

Title:
  [ubunutu 14.04] hp-dv5 resume instantly from suspend mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1326739/+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 1374730] Re: X509 certificate verification problem

2014-10-19 Thread Jerry Zhang
** Description changed:

- Hostname verification is an important step when verifying X509
- certificates, however, people tend to miss the step when using SSL/TLS,
- which might cause severe man in the middle attack and break the entire
- TLS mechanism.
- 
- We believe that keepalived didn't check whether the hostname matches the
- name in the ssl certificate and the expired date of the certificate.
+ When using OpenSSL, one needs to follow a certain process to ensure the
+ verification of the certificate is successful. But we believe that
+ keepalived didn't follow the correct process of verifying X509
+ certificate which makes certain attacks possible.
  
  We found the vulnerability by static analysis, typically, a process of 
verfication involves calling a chain of API, and we can deduce whether the 
communication process is vulnerable by detecting whether the process satisfies 
a certain relation.
  The result format is like this:
  notice: Line Number@Method Name, Source File
  
  We provide this result to help developers to locate the problem faster.
  
  This is the result for keepalived:
  PDG]ssl_connect'1
-   [Found]SSL_connect()
-   [HASH] 1598777261 [LineNo]@ 211[Kind]call-site[Char] SSL_connect()[Src] 
/home/roca/workspace/codebase/code/ubuntu_pkg/keepalived/keepalived-1.2.2/keepalived/check/check_ssl.c
-   [Warning] SSL_new() not found!
+  [Found]SSL_connect()
+  [HASH] 1598777261 [LineNo]@ 211[Kind]call-site[Char] SSL_connect()[Src] 
/home/roca/workspace/codebase/code/ubuntu_pkg/keepalived/keepalived-1.2.2/keepalived/check/check_ssl.c
+  [Warning] SSL_new() not found!
  [PDG]ssl_connect
-   [Found]SSL_connect()
-   [HASH] 2061808858 [LineNo]@ 107[Kind]call-site[Char] SSL_connect()[Src] 
/home/roca/workspace/codebase/code/ubuntu_pkg/keepalived/keepalived-1.2.2/genhash/ssl.c
-   [Warning] SSL_new() not found!
+  [Found]SSL_connect()
+  [HASH] 2061808858 [LineNo]@ 107[Kind]call-site[Char] SSL_connect()[Src] 
/home/roca/workspace/codebase/code/ubuntu_pkg/keepalived/keepalived-1.2.2/genhash/ssl.c
+  [Warning] SSL_new() not found!
  
- 
- We don't have a POC because we didn't succeed in configuring this software or 
don't know the way to verify the vulnerability. But through the analysis of the 
source code, we believe it breaks the ssl certificate verfication protocol.
+ We don't have a POC because we didn't succeed in configuring this
+ software or don't know the way to verify the vulnerability. But through
+ the analysis of the source code, we believe it breaks the ssl
+ certificate verfication protocol.
  
  for more information about the importance of checking hostname:
  see http://people.stfx.ca/x2011/x2011ucj/SSL/p38-georgiev.pdf
  
  Thanks.

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

Title:
  X509 certificate verification problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1374730/+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 87455] Re: No Ubuntu statusmap icon

2014-10-19 Thread Daniel Lintott
This has actually been fixed in version 0.8 as shown in the now linked
debian bug

** Bug watch added: Debian Bug tracker #603577
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603577

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

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

Title:
  No Ubuntu statusmap icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-images/+bug/87455/+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 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2014-10-19 Thread unicorp99
on my Ubuntu 12.04 LTS 32bit last update, i5 - 16GB RAM kernel 3.2

Checking `chkutmp'...   *** stack smashing 
detected ***: ./chkutmp terminated
=== Backtrace: =
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0xb7637ce5]
/lib/i386-linux-gnu/libc.so.6(+0x104c9a)[0xb7637c9a]
./chkutmp[0x8048aff]
./chkutmp[0x8048ccd]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb754c4d3]
./chkutmp[0x8048661]
=== Memory map: 
08048000-0804a000 r-xp  09:00 240394180  /usr/lib/chkrootkit/chkutmp
0804a000-0804b000 r--p 1000 09:00 240394180  /usr/lib/chkrootkit/chkutmp
0804b000-0804c000 rw-p 2000 09:00 240394180  /usr/lib/chkrootkit/chkutmp
08179000-0819a000 rw-p  00:00 0  [heap]
b74fe000-b751a000 r-xp  09:00 90308982   
/lib/i386-linux-gnu/libgcc_s.so.1
b751a000-b751b000 r--p 0001b000 09:00 90308982   
/lib/i386-linux-gnu/libgcc_s.so.1
b751b000-b751c000 rw-p 0001c000 09:00 90308982   
/lib/i386-linux-gnu/libgcc_s.so.1
b7532000-b7533000 rw-p  00:00 0 
b7533000-b76d7000 r-xp  09:00 90310333   
/lib/i386-linux-gnu/libc-2.15.so
b76d7000-b76d9000 r--p 001a4000 09:00 90310333   
/lib/i386-linux-gnu/libc-2.15.so
b76d9000-b76da000 rw-p 001a6000 09:00 90310333   
/lib/i386-linux-gnu/libc-2.15.so
b76da000-b76dd000 rw-p  00:00 0 
b76f2000-b76f5000 rw-p  00:00 0 
b76f5000-b76f6000 r-xp  00:00 0  [vdso]
b76f6000-b7716000 r-xp  09:00 90310350   /lib/i386-linux-gnu/ld-2.15.so
b7716000-b7717000 r--p 0001f000 09:00 90310350   /lib/i386-linux-gnu/ld-2.15.so
b7717000-b7718000 rw-p 0002 09:00 90310350   /lib/i386-linux-gnu/ld-2.15.so
bfaa2000-bfc1a000 rw-p  00:00 0  [stack]
Aborted (core dumped)

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

Title:
  chkutmp assert failure: *** stack smashing detected ***: ./chkutmp
  terminated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/623144/+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 1246236] Re: pxe boot from maas fails due to time out

2014-10-19 Thread Julian Edwards
** Changed in: maas
   Status: New = Incomplete

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 87455] Re: No Ubuntu statusmap icon

2014-10-19 Thread Bug Watch Updater
** Changed in: nagios-images (Debian)
   Status: Unknown = Fix Released

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

Title:
  No Ubuntu statusmap icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-images/+bug/87455/+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 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-19 Thread Julian Edwards
Kiko, this is not a maas bug, it's a packaging bug, for which bugs are
targeted to the ubuntu task.

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

Title:
  pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373261/+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 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-19 Thread Julian Edwards
** Changed in: maas
   Status: New = Incomplete

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

Title:
  LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382190/+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 1362481] Re: openldap upgrade fails. chwon of olcDbDirectory, /var/lib/ldap not empty and missing backup of suffix

2014-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/openldap

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

Title:
  openldap upgrade fails. chwon of olcDbDirectory, /var/lib/ldap not
  empty and missing backup of suffix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1362481/+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 1003854] Re: Database upgrade/migration fails with nested db directories (lucid to precise)

2014-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/openldap

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

Title:
  Database upgrade/migration fails with nested db directories (lucid to
  precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1003854/+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 1382845] Re: Mouse buttons are ignored

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New = Confirmed

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

Title:
  Mouse buttons are ignored

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

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


[Bug 1382845] Re: Mouse buttons are ignored

2014-10-19 Thread Luis Alvarado
I am also experiencing this since 2 days ago on my tests. I also face
the same problem with the background window receiving the clicks and the
front windows caring less about them.

At first I thought it was the mouse (logitech anywhere) so I changed
batteries. I could move the cursor but no clicks. I even disassembled
the mouse. Nothing. I then used another logitech. Same problem. It was
not until I went back to 14.04 or tested on my neighbor's computer that
I saw the problem.

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

Title:
  Mouse buttons are ignored

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

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


[Bug 1382916] [NEW] Show Desktop icon changes its position on unity launcher when changing background

2014-10-19 Thread Ljiljan Veselinović
Public bug reported:

When changing background image in Ubuntu 14.04 (or any earlier version)
AND option Add Show Desktop Icon on Launcher is previously enabled in
Appareance Settings - Show dekstop icon will change its position
(order) in launcher (toolbar). So if it was second icon in launcher, it
will become the last.

This only occurs when changing background image.

** Affects: unity (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/1382916

Title:
  Show Desktop icon changes its position on unity launcher when
  changing background

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

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


[Bug 1347305]

2014-10-19 Thread Josiah-l
Created attachment 8507360
OS X 10.10 Compose Proposal

Alternatively, I would suggest following what OS X does now, and have
full lines with the header background the same color as the input area.

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 380630] Re: should have option to verify disc content without burning

2014-10-19 Thread Bug Watch Updater
Launchpad has imported 13 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=77312.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2004-03-11T19:14:56+00:00 Helge Hielscher wrote:

Version:(using KDE KDE 3.2.0)

Sometimes I forget to check verify written data before burning. K3B
could need a function to verify a burned disk afterwards.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/0


On 2004-06-15T11:44:51+00:00 Jospoortvliet wrote:

this whould be really nice. I vote for it.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/1


On 2004-06-29T17:48:32+00:00 Itai Seggev wrote:

I also like this idea

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/2


On 2004-08-23T20:11:14+00:00 Belgabor wrote:

While we're at proposing improvements for verifying I suggest speeding
it up somehow. Here k3b takes ~25 mins to verify a disk while diffing
the files takes ~3.5 mins...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/3


On 2004-08-24T08:30:23+00:00 Jospoortvliet wrote:

k3b computes a md5sum for both files, then compares them. md5sum is
quite slow, indeed diffing might be faster...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/4


On 2005-04-25T00:15:06+00:00 Adrien Cordonnier wrote:

*** This bug has been confirmed by popular vote. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/5


On 2006-09-22T15:37:58+00:00 Christoph Burger-Scheidlin wrote:

*** Bug 103490 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/6


On 2006-09-22T18:02:37+00:00 Christoph Burger-Scheidlin wrote:

*** Bug 116427 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/7


On 2006-11-13T23:09:25+00:00 Christoph Burger-Scheidlin wrote:

Just to clarify, you want a redo of the md5 sums later on, as opposed to
some quick way on inserting a cd and checking if this is the cd that was
burned from this project (This is different, because the file content
might have changed in the meantime and no md5 can be calculated)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/8


On 2006-11-14T23:28:29+00:00 Helge Hielscher wrote:

Ideally it would display the different files as requested in 
Bug 77310: verification: mark different files in the project view

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/9


On 2006-11-15T19:39:24+00:00 Christoph Burger-Scheidlin wrote:

If that is the ideal solution, is it ok to close this one as a duplicate
of bug 77310?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/10


On 2006-11-15T21:57:23+00:00 Helge Hielscher wrote:

no this bug is about verifying after burning, bug 77310 is about how to
display the result of verification in general

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/11


On 2008-05-28T22:10:13+00:00 FiNeX wrote:

*** Bug 162689 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/380630/comments/12


** Changed in: k3b
   Status: Confirmed = Unknown

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

Title:
  should have option to verify disc content without burning

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

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


[Bug 1347305]

2014-10-19 Thread Guido Zoellner
I am delighted by what I am reading here most recently, and I am a fan
of Richard's mockup, too.

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1347305] Re: Address fields are grey when composing messages

2014-10-19 Thread Bug Watch Updater
** Changed in: thunderbird
   Status: Confirmed = In Progress

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1382917] [NEW] Installer crashed after installing from USB drive to USB drive using btrfs

2014-10-19 Thread agent_J
Public bug reported:

I created Ubuntu 14.04 USB drive using unetbootin. Booted system using
UEFI boot. I install system from USB stick to USB 2.0 connected hard
drive. I create btrfs root partition and swap partition on USB hard
disk. After some time installer fails with error saying that source
image is corrupted.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CasperVersion: 1.340
Date: Sun Oct 19 15:47:42 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.8 ubuntu

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

Title:
  Installer crashed after installing from USB drive to USB drive using
  btrfs

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

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


[Bug 1382919] [NEW] Seems not to use deltas at all

2014-10-19 Thread Ilari
Public bug reported:

I cannot see that this is using deltas at all, just loads normal way.
(And sometimes has problems to do even that.)

** Affects: debdelta (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/1382919

Title:
  Seems not to use deltas at all

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

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


[Bug 1382920] [NEW] package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »

2014-10-19 Thread rinal...@altern.org
Public bug reported:

i dont know

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: kde-window-manager-common 4:4.11.12-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Sat Oct 18 15:13:02 2014
DuplicateSignature: 
package:kde-window-manager-common:4:4.11.12-0ubuntu1:tentative de remplacement 
de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
ErrorMessage: tentative de remplacement de « 
/usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
InstallationDate: Installed on 2013-06-19 (486 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: kde-workspace
Title: package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
UpgradeStatus: Upgraded to utopic on 2014-10-18 (0 days ago)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages utopic

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

Title:
  package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,
  qui appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

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


[Bug 1378949] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-10-19 Thread Aaron Taggert
Same Issue while upgrading to Linux Utopic 3.16.0-23-generic #30-Ubuntu
SMP Thu Oct 16 13:17:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+subscriptions

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


[Bug 1378949] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-10-19 Thread Aaron Taggert
It won't let me downgrade to noveau. I was hoping a reinstall would fix.

** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+attachment/4239848/+files/dmesg.txt

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+subscriptions

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


[Bug 1382920] Re: package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,

2014-10-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,
  qui appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

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

[Bug 1378949] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-10-19 Thread Aaron Taggert
[alt@Utopic Documents]$ sudo apt-get purge nvidia-331
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-17 linux-headers-3.16.0-17-generic 
linux-image-3.16.0-17-generic linux-image-extra-3.16.0-17-generic 
linux-signed-image-3.16.0-17-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  nvidia-331
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 182 MB disk space will be freed.
Do you want to continue? [Y/n] y

(Reading database ... 217406 files and directories currently installed.)
Removing nvidia-331 (331.89-0ubuntu5) ...
stop: Unknown job: nvidia-persistenced
userdel: user nvidia-persistenced is currently used by process 1739
dpkg: error processing package nvidia-331 (--remove):
 subprocess installed post-removal script returned error exit status 8
Errors were encountered while processing:
 nvidia-331
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+subscriptions

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


[Bug 1380355] Re: installation of `icedtea-netx` breaks link group `itweb-settings` and fails

2014-10-19 Thread lianergoist
FYI: This bug also affect i386.

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

Title:
  installation of `icedtea-netx` breaks link group `itweb-settings` and
  fails

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

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


[Bug 1378949] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-10-19 Thread Aaron Taggert
I believe I fixed this by killing the process that the 'nvidia' user was using 
then purging and reinstalling. We'll see how it goes. The issue seemed to be 
from a bad DKMS build which I seem to remember something about when I did my 
last 'dist-upgrade'. Apt no longer complains about broken pakages and sudo lshw 
-c video | grep 'configuration'
 shows nvidia drivers in use.

** Attachment added: Not a fix of the problem but it seems to get you back to 
golden after you encounter it.
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+attachment/4239859/+files/Attempting%20to%20reinstall%20nvidia%20driver

** Tags added: dkms

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1378949/+subscriptions

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


[Bug 1308111] Re: Unity 8 Desktop Preview has no screensaver/lockscreen

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity8-desktop-session (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unity 8 Desktop Preview has no screensaver/lockscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8-desktop-session/+bug/1308111/+subscriptions

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


[Bug 1382922] [NEW] Sync virtualbox 4.3.18-dfsg-1 (multiverse) from Debian unstable (contrib)

2014-10-19 Thread LocutusOfBorg
Public bug reported:

Please sync virtualbox 4.3.18-dfsg-1 (multiverse) from Debian unstable
(contrib)

Changelog entries since current utopic version 4.3.14-dfsg-1build1:

virtualbox (4.3.18-dfsg-1) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Imported Upstream release.
  * Add myself to uploaders.
  * Patch refresh.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Wrap-and-sort control file.
  * Fix lintian warnings:
- Remove old hardening-wrapper
- Remove broken symlinks.

  [ Felix Geyer ]
  * Remove myself from uploaders.

 -- Gianfranco Costamagna costamagnagianfra...@yahoo.it  Fri, 17 Oct
2014 11:54:01 +0200

** Affects: virtualbox (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/1382922

Title:
  Sync virtualbox 4.3.18-dfsg-1 (multiverse) from Debian unstable
  (contrib)

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

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


[Bug 871709] Re: package liblog4net1.2-cil 1.2.10+dfsg-4 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 9

2014-10-19 Thread Antonius Riha
This  should be set to Won't Fix.

** Changed in: log4net (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/871709

Title:
  package liblog4net1.2-cil 1.2.10+dfsg-4 failed to install/upgrade: 子进程
  已安装 post-installation 脚本 返回了错误号 9

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

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

[Bug 1382925] [NEW] Upgrade for Utopic needed

2014-10-19 Thread dino99
Public bug reported:

Utopic archive have not been upgraded since  March 2014, and still point
to 14.04.1

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubuntu-gnome-default-settings 14.04.1
ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
Uname: Linux 3.16.0-23-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu7
Architecture: i386
CurrentDesktop: GNOME
Date: Sun Oct 19 09:50:50 2014
PackageArchitecture: all
SourcePackage: ubuntu-gnome-default-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-gnome-default-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 utopic

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

Title:
  Upgrade for Utopic needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-gnome-default-settings/+bug/1382925/+subscriptions

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


[Bug 1382922] Re: Sync virtualbox and guest additions 4.3.18-dfsg-1 (multiverse) from Debian unstable (contrib)

2014-10-19 Thread LocutusOfBorg
fixing xorg 1.16 incompatibilities

** Summary changed:

- Sync virtualbox 4.3.18-dfsg-1 (multiverse) from Debian unstable (contrib)
+ Sync virtualbox and guest additions 4.3.18-dfsg-1 (multiverse) from Debian 
unstable (contrib)

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

Title:
  Sync virtualbox and guest additions 4.3.18-dfsg-1 (multiverse) from
  Debian unstable (contrib)

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

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


[Bug 1382919] ProcEnviron.txt

2014-10-19 Thread Ilari
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1382919/+attachment/4239885/+files/ProcEnviron.txt

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

Title:
  Seems not to use deltas at all

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

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


[Bug 1311918] Re: Scale / Expose plugin should keep relative window sizing

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

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

Title:
  Scale / Expose plugin should keep relative window sizing

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

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


[Bug 114224] Re: Burn additional CDs with k3b

2014-10-19 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=159000.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-03-09T10:55:52+00:00 usr wrote:

Version:   1.0.3 (using KDE 3.5.8)
Installed from:Ubuntu Packages
OS:Linux

Copying a CD with K3b:
1. Say copy, choose writing speed and number of copies
2. read CD to image
3. write image to empty CD(s)
4. erase image (without further asking, which means that after step 1 there is 
NO way to change the number of copies)

It would be nice to have:
4. ask if user wants additional CD(s)
5. if not, erase image

Several of my users complain like
Why do i have to decide the number of copies before?
NERO always asked me...!

Entry of Launchpad:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/114224

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/114224/comments/1

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

Title:
  Burn additional CDs with k3b

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

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


[Bug 1382919] Re: Seems not to use deltas at all

2014-10-19 Thread Ilari
apport information

** Tags added: apport-collected precise

** Description changed:

- I cannot see that this is using deltas at all, just loads normal way.
- (And sometimes has problems to do even that.)
+ I cannot see that this is using deltas at all, just loads normal way. (And 
sometimes has problems to do even that.)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu17.7
+ Architecture: i386
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.1)
+ MarkForUpload: True
+ Package: debdelta 0.50+2
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63
+ Tags:  precise
+ Uname: Linux 3.2.0-70-generic i686
+ UnreportableReason: Tämä ei ole virallinen Ubuntu-paketti. Poista kolmansien 
osapuolten paketit ja yritä sitten uudelleen.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1382919/+attachment/4239884/+files/Dependencies.txt

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

Title:
  Seems not to use deltas at all

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

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

[Bug 1382929] [NEW] ERROR:nss_util.cc(856) NSS error code: -8018

2014-10-19 Thread dino99
Public bug reported:

when i report an issue from the terminal (ubuntu-gnome-desktop) i get
that error when chromium-browser 37 open the login page:

oem@u32:~$ ubuntu-bug ubuntu-gnome-default-settings
oem@u32:~$ Created new window in existing browser session.
[4094:4133:1019/095113:ERROR:nss_util.cc(856)] After loading Root Certs, 
loaded==false: NSS error code: -8018
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0221
^C
oem@u32:~$ ubuntu-bug libnss-mdns
oem@u32:~$ Created new window in existing browser session.
[5458:5497:1019/100037:ERROR:nss_util.cc(856)] After loading Root Certs, 
loaded==false: NSS error code: -8018

That system is using systemd-boot as default, and is a single desktop
without lan/wan or sharing, but with wine installed. So that bug can
affect an other package.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: libnss-mdns 0.10-6
ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
Uname: Linux 3.16.0-23-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu7
Architecture: i386
CurrentDesktop: GNOME
Date: Sun Oct 19 10:00:25 2014
SourcePackage: nss-mdns
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nss-mdns (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 systemd-boot utopic

** Description changed:

  when i report an issue from the terminal (ubuntu-gnome-desktop) i get
  that error when chromium-browser 37 open the login page:
  
  oem@u32:~$ ubuntu-bug ubuntu-gnome-default-settings
  oem@u32:~$ Created new window in existing browser session.
  [4094:4133:1019/095113:ERROR:nss_util.cc(856)] After loading Root Certs, 
loaded==false: NSS error code: -8018
  
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf
 failure in syscall 0221
  ^C
  oem@u32:~$ ubuntu-bug libnss-mdns
  oem@u32:~$ Created new window in existing browser session.
  [5458:5497:1019/100037:ERROR:nss_util.cc(856)] After loading Root Certs, 
loaded==false: NSS error code: -8018
  
- 
- That system is using systemd-boot as default
+ That system is using systemd-boot as default, and is a single desktop
+ without lan/wan or sharing, but with wine installed. So that bug can
+ affect an other package.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libnss-mdns 0.10-6
  ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
  Uname: Linux 3.16.0-23-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu7
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Oct 19 10:00:25 2014
  SourcePackage: nss-mdns
  UpgradeStatus: No upgrade log present (probably fresh install)

** Tags added: systemd-boot

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

Title:
  ERROR:nss_util.cc(856)  NSS error code: -8018

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

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


[Bug 1050666] Re: Compiz scale plugin: picking a window changes position of windows in the next scale

2014-10-19 Thread Eridani Rodríguez
*** This bug is a duplicate of bug 730617 ***
https://bugs.launchpad.net/bugs/730617

** This bug has been marked a duplicate of bug 730617
   Window management - When using scale/spread, windows don't keep their order

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

Title:
  Compiz scale plugin: picking a window changes position of windows in
  the next scale

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

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


[Bug 1382867] Re: No way to set other search engines

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  No way to set other search engines

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

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


[Bug 1382934] [NEW] Wrong installation path since trusty release

2014-10-19 Thread Oliver Weis
Public bug reported:

Between the precise and the trusty versions of this package the path to
the daemon has changed. In precise it installs to

/usr/sbin/rtpproxy

but in trusty it installs to

/usr/bin/rtpproxy

Since the /etc/init.d/rtpproxy script has not been changed, rtpproxy
wont start at all in trusty, unless the path in the init script is
adjusted manually.

** Affects: rtpproxy (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/1382934

Title:
  Wrong installation path since trusty release

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

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


[Bug 1382869] Re: Click scope slow to start after reboot

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-scope-click (Ubuntu)
   Status: New = Confirmed

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

Title:
  Click scope slow to start after reboot

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

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


[Bug 1382917] Re: Installer crashed after installing from USB drive to USB drive using btrfs

2014-10-19 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with your installation media (CD/DVD).
You can verify the integrity of the Ubuntu ISO files you downloaded by
following the instructions at
https://help.ubuntu.com/community/HowToMD5SUM.  You might also retry
your installation with new media.  In the event that is is not in fact
an error with your installation media please set the bug's status back
to New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

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

** Tags added: ident-mismatch

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

Title:
  Installer crashed after installing from USB drive to USB drive using
  btrfs

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

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


[Bug 1382897] Re: Thunar open default not respecting the mime type editor nor its own setting on default open with

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: thunar (Ubuntu)
   Status: New = Confirmed

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

Title:
  Thunar open default not respecting the mime type editor nor its own
  setting on default open with

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

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


[Bug 1382897] Re: Thunar open default not respecting the mime type editor nor its own setting on default open with

2014-10-19 Thread Elfy
I see that, dealt with the pdf's by editing
/usr/share/applications/mimeinfo.cache bug 574342

I'm also seeing torrrents opened by archive manager

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

Title:
  Thunar open default not respecting the mime type editor nor its own
  setting on default open with

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

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


[Bug 1382863] Re: Utopic freezes while booting the ISO image

2014-10-19 Thread Harjeet Singh
Adding Kernel log file.

** Attachment removed: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1382863/+attachment/4239707/+files/kern.log

** Attachment added: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1382863/+attachment/4239892/+files/kern.log

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

Title:
  Utopic freezes while booting the ISO image

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

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


[Bug 1243806] Re: The names column has its width dictated by other columns

2014-10-19 Thread Alex Burfee
this bug is not invalid. this bug exists and is very annoying.

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

Title:
  The names column has its width dictated by other columns

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

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


[Bug 796871] Re: qualcomm modem wont work

2014-10-19 Thread Viktor
** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/796871/+attachment/2167802/+files/Dependencies.txt

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

Title:
  qualcomm modem wont work

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

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


[Bug 1382614] Re: Resizing for high resolution displays does not make sense

2014-10-19 Thread Erlenmayr
** Also affects: unity-control-center (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/1382614

Title:
  Resizing for high resolution displays does not make sense

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-control-center/+bug/1382614/+subscriptions

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


[Bug 1382863] Re: Utopic freezes while booting the ISO image

2014-10-19 Thread Harjeet Singh
Replicated also against - Ubuntu Desktop Utopic 20141017 amd64

** Attachment added: kern-ubuntu-desktop.log
   
https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1382863/+attachment/4239893/+files/kern-ubuntu-desktop.log

** Tags added: ubuntu

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

Title:
  Utopic freezes while booting the ISO image

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

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


[Bug 1382939] [NEW] text and some graphics munged in lubuntu

2014-10-19 Thread Lars Noodén
Public bug reported:

See the attached image at full-scale.  This is from a fresh install and
the graphics, especially the text, are bad.  What should happen is that
the text is readable and the graphics good-looking.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxde (not installed)
ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Oct 19 12:09:44 2014
InstallationDate: Installed on 2014-10-19 (0 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Alpha amd64+mac (20141017.1)
SourcePackage: lxde-common
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxde-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug iso-testing utopic

** Attachment added: 2014-10-19-120410_1680x1050_scrot.png
   
https://bugs.launchpad.net/bugs/1382939/+attachment/4239894/+files/2014-10-19-120410_1680x1050_scrot.png

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

Title:
  text and some graphics munged in lubuntu

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

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


[Bug 1382939] Re: text and some graphics munged in lubuntu

2014-10-19 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1382939

** Tags added: iso-testing

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

Title:
  text and some graphics munged in lubuntu

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

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


[Bug 1270808] Re: iwlwifi 0000:01:00.0: fail to flush all tx fifo queues Q 2

2014-10-19 Thread Emmanuel Grumbach
Note that this bug has been reported to be fixed by the proposed patch.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1361809/comments/7

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

Title:
  iwlwifi :01:00.0: fail to flush all tx fifo queues Q 2

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

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


[Bug 1382462] Re: Desktop/windows painted incorrectly in dual monitor configuration

2014-10-19 Thread Piotr Kołaczkowski
Installing Nvidia 340.46 driver does not fix the problem (and adds one
more - incorrect rendering of menu highlight - but this driver is not
officially supported by ubuntu yet, so never mind).

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

Title:
  Desktop/windows painted incorrectly in dual monitor configuration

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

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


[Bug 1382942] [NEW] [needs-packaging] python-hustle

2014-10-19 Thread Pander
Public bug reported:

name: python-hustle

description: A column oriented, embarrassingly distributed relational
event database.

license: MIT

url: https://github.com/tspurway/hustle

** Affects: ubuntu
 Importance: Undecided
 Status: Confirmed


** Tags: needs-packaging

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

Title:
  [needs-packaging] python-hustle

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

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


[Bug 1382941] Re: [needs-packaging] python-lmdb

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New = Confirmed

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

Title:
  [needs-packaging] python-lmdb

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

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


[Bug 1382941] [NEW] [needs-packaging] python-lmdb

2014-10-19 Thread Pander
Public bug reported:

name: python-lmdb

description: Universal Python binding for the LMDB 'Lightning' Database

license: OpenLDAP Public License

url: https://github.com/dw/py-lmdb/

** Affects: ubuntu
 Importance: Undecided
 Status: Confirmed


** Tags: needs-packaging

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

Title:
  [needs-packaging] python-lmdb

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

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


[Bug 1382942] Re: [needs-packaging] python-hustle

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New = Confirmed

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

Title:
  [needs-packaging] python-hustle

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

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


[Bug 1186538] Re: GFDL with invariant section

2014-10-19 Thread Bug Watch Updater
** Changed in: dico (Debian)
   Status: New = 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/1186538

Title:
  GFDL with invariant section

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

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


[Bug 1382943] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-10-19 Thread mathieg2
sudo dpkg-reconfigure nvidia-331
[sudo] password for X: 
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia-331
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
Loading new nvidia-331-331.89 DKMS files...
Building only for 3.13.0-14-generic
Building for architecture x86_64
Building initial module for 3.13.0-14-generic
Done.

nvidia_331:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-14-generic/updates/dkms/

depmod

DKMS: install completed.
Processing triggers for initramfs-tools (0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-14-generic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382943/+subscriptions

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


[Bug 1382943] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-10-19 Thread mathieg2
Public bug reported:

Error on apt-get dist-upgrade. Did not read the messages

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
DKMSKernelVersion: 3.16.0-23-generic
Date: Sun Oct 19 10:29:39 2014
InstallationDate: Installed on 2013-11-27 (326 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-09-26 (22 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382943/+subscriptions

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


[Bug 1303564] Re: Please update rkhunter to 1.4.2

2014-10-19 Thread Bug Watch Updater
** Changed in: rkhunter (Debian)
   Status: New = 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/1303564

Title:
  Please update rkhunter to 1.4.2

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

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


[Bug 997269] Re: dovecot imap broken by apparmor policy

2014-10-19 Thread Bug Watch Updater
** Changed in: apparmor (Debian)
   Status: Confirmed = 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/997269

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 1362521] Re: juno: not a valid cloud-archive name

2014-10-19 Thread Matteo Panella
Right now, the only way of getting Juno on 14.04 is by using the old
manual method (eg. install ubuntu-cloud-keyring and create a listfile in
/etc/apt/sources.list.d).

I'd wait for the greenlight from Canonical, though: the last upload
happened two days ago, so the archive might still not be ready for prime
time.

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

Title:
  juno: not a valid cloud-archive name

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1362521/+subscriptions

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


[Bug 1160322] Re: [ 21.125934] INFO @wl_cfg80211_attach : Registered CFG80211 phy

2014-10-19 Thread Damir Butmir
That workaround (comment #14) does NOT work for me. It successfully
returns FRAMEBUFFER=y in the terminal but doesn't actually correct the
problem.

I am seeing this message 100% of the time on boot, however in my case it
is a little differentI am running a dual monitor setup and on my
primary monitor I see the expected LightDM login screen. I used to see
the exact same screen on my external secondary monitor as well up until
a recent slew of updates. Now on my secondary screen it just shows a
purple background with this cfg80211 etc text on it

Ubuntu 12.04 LTS x64

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

Title:
  [   21.125934] INFO @wl_cfg80211_attach : Registered CFG80211 phy

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

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


[Bug 1380249] Re: [Lenovo IdeaPad Y550P] Mute LED indication is inverted

2014-10-19 Thread Anatoly Trosinenko
I have tested the following packages:

linux-headers-3.17.1-031701_3.17.1-031701.201410150735_all.deb
linux-headers-3.17.1-031701-generic_3.17.1-031701.201410150735_amd64.deb
linux-image-3.17.1-031701-generic_3.17.1-031701.201410150735_amd64.deb

The problem still present.

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

Title:
  [Lenovo IdeaPad Y550P] Mute LED indication is inverted

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

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


[Bug 1376875] Re: OpenGL GLX error

2014-10-19 Thread Mathias Dietrich
This workaround http://askubuntu.com/a/538907/22153 works with Radeon
open source drivers.

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

Title:
  OpenGL GLX error

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

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


[Bug 1377726] Re: Xorg crashed with SIGABRT in glamor_set_screen_pixmap()

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

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

Title:
  Xorg crashed with SIGABRT in glamor_set_screen_pixmap()

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

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


[Bug 1311247] Re: [Grubenv] error: malformed file, press any key to continue

2014-10-19 Thread Paviluf
Same problem on Netrunner 14 (kubuntu fork)

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

Title:
  [Grubenv] error: malformed file, press any key to continue

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

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


[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Mathias Gottschlag
I am in the process of reverse engineering the protocol. I have executed
the Windows 8.1 driver in a VM and have written a short program which
puts the touchpad into the proprietary mode. The code can be found here:

https://github.com/mgottschlag/focaltech-tools

If anybody wants to join me, before a proper driver can be written, the
next step is to decipher the report packet stream - so if anybody wants
to run the program on their machine and try to find out some information
about the packet format, go ahead. I am going to collect my findings in
the github wiki at the link above.

Example output (from a single finger moving to the left):

reset, device id = 00
status: 69 80 80
status: 36 53 03
status: 00 13 0d
status: 0b 03 00
status: 23 bd f8
(the interesting part starts here)
packet: 03 01 00 00 00 00
packet: 06 17 ce 03 b8 10
packet: 06 17 ce 03 b8 10
packet: 06 17 ce 03 b8 10
packet: 06 17 cc 03 b8 20
[...]
packet: 06 15 a4 03 d4 20
packet: 06 15 9a 03 d4 20
packet: 06 15 8d 03 d4 10
packet: 06 15 76 03 d2 10
packet: 03 00 00 00 00 00

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

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

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


[Bug 1362848] Re: ubuntu 14.04 after install nvidia binary driver 331.89 black screen and freeze

2014-10-19 Thread Salvatore Martire
Installed nvidia-331-updates but still the problem persists.
If I sudo modprobe nvidia I get the error modprobe: ERROR: could not insert 
'nvidia_331_updates': Invalid argument and if I try prime-switch nvidia I 
get /etc/modprobe.d is not a file
In attachment also my Xorg.0.log when booting after prime-select nvidia

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1362848/+attachment/4239930/+files/Xorg.0.log

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

Title:
  ubuntu 14.04 after install nvidia binary driver  331.89  black screen
  and freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1362848/+subscriptions

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


[Bug 1382950] [NEW] package libcogl-path-dev 1.18.2-2 failed to install/upgrade: tentative de remplacement de « /usr/include/cogl/cogl-path/cogl-path-types.h », qui appartient aussi au paquet libcogl-

2014-10-19 Thread Valentin Quequet
Public bug reported:

Doing nothing special except upgrading obsolete packages.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libcogl-path-dev 1.18.2-2
ProcVersionSignature: Ubuntu 3.16.0-23.30-lowlatency 3.16.4
Uname: Linux 3.16.0-23-lowlatency x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Sun Oct 12 19:48:14 2014
DuplicateSignature: package:libcogl-path-dev:1.18.2-2:tentative de remplacement 
de « /usr/include/cogl/cogl-path/cogl-path-types.h », qui appartient aussi au 
paquet libcogl-dev 1.16.2-1
ErrorMessage: tentative de remplacement de « 
/usr/include/cogl/cogl-path/cogl-path-types.h », qui appartient aussi au paquet 
libcogl-dev 1.16.2-1
InstallationDate: Installed on 2014-03-28 (204 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140328)
SourcePackage: cogl
Title: package libcogl-path-dev 1.18.2-2 failed to install/upgrade: tentative 
de remplacement de « /usr/include/cogl/cogl-path/cogl-path-types.h », qui 
appartient aussi au paquet libcogl-dev 1.16.2-1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  package libcogl-path-dev 1.18.2-2 failed to install/upgrade: tentative
  de remplacement de « /usr/include/cogl/cogl-path/cogl-path-types.h »,
  qui appartient aussi au paquet libcogl-dev 1.16.2-1

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

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

[Bug 1314556] Re: Unable to mount Android MTP device

2014-10-19 Thread Silviu C.
Same problem with a Sansa e260:
Bus 001 Device 007: ID 0781:7420 SanDisk Corp. Sansa E200 series (mtp)

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

Title:
  Unable to mount Android MTP device

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

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


[Bug 1382950] Re: package libcogl-path-dev 1.18.2-2 failed to install/upgrade: tentative de remplacement de « /usr/include/cogl/cogl-path/cogl-path-types.h », qui appartient aussi au paquet libcogl-de

2014-10-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libcogl-path-dev 1.18.2-2 failed to install/upgrade: tentative
  de remplacement de « /usr/include/cogl/cogl-path/cogl-path-types.h »,
  qui appartient aussi au paquet libcogl-dev 1.16.2-1

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

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

[Bug 704123] Re: Network Manager asks for the PIN even if it is memorized

2014-10-19 Thread Rüdiger Kupper
I confirm that the PIN prompt does appear over again. It even pops up at
the login screen, as Daniel described in comment #40.

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

Title:
  Network Manager asks for the PIN even if it is memorized

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

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


[Bug 1380229] Re: Potential Vulnerability for X509 Certificate Verification

2014-10-19 Thread Markus Frosch
Nagios NRPE does not have any usage of x509 certificates.

The TLS code is broken by design and never has been secure. This is
known for years.

Only thing the tool does is to initiate a crypted connection based on
a on compile time generated DH key, no verification whatsoever.

This is a major upstream design flaw and can't be fixed just with a
patch.

There is a long discussion on the Debian bug tracker:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547092

** Bug watch added: Debian Bug tracker #547092
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547092

** Changed in: nagios-nrpe (Ubuntu)
   Status: New = Opinion

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

Title:
  Potential Vulnerability for X509 Certificate Verification

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

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


[Bug 1379446] Re: gnome-control-center.real crashed with SIGSEGV in gtk_lock_button_set_permission()

2014-10-19 Thread Tim
** Description changed:

  g-c-c 3.14 crashes when loading the Backup panel
+ (This also affects 3.12 in utopic)
  
- ProblemType: Crash
- DistroRelease: Ubuntu 14.10
+ ProblemType: CrashDistroRelease: Ubuntu 14.10
  Package: gnome-control-center 1:3.14.0-1ubuntu1~utopic1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
  Uname: Linux 3.16.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Thu Oct  9 19:30:35 2014
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2014-09-19 (20 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Alpha amd64 
(20140917)
  ProcCmdline: /usr/bin/gnome-control-center.real --overview
  SegvAnalysis:
-  Segfault happened at: 0x7faac2be3743 gtk_lock_button_set_permission+99:
cmp%rax,(%rdx)
-  PC (0x7faac2be3743) ok
-  source %rax ok
-  destination (%rdx) (0x6a65643a706c6568) not located in a known VMA region 
(needed writable region)!
+  Segfault happened at: 0x7faac2be3743 gtk_lock_button_set_permission+99:
cmp%rax,(%rdx)
+  PC (0x7faac2be3743) ok
+  source %rax ok
+  destination (%rdx) (0x6a65643a706c6568) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
- Signal: 11
- SourcePackage: gnome-control-center
+ Signal: 11SourcePackage: gnome-control-center
  StacktraceTop:
-  gtk_lock_button_set_permission () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
-  ?? ()
-  ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
-  ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
-  g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  gtk_lock_button_set_permission () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
+  ?? ()
+  ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
+  ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
+  g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center.real crashed with SIGSEGV in 
gtk_lock_button_set_permission()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  usr_lib_gnome-control-center: deja-dup 32.0-0ubuntu1

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

Title:
  gnome-control-center.real crashed with SIGSEGV in
  gtk_lock_button_set_permission()

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

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

[Bug 1382954] [NEW] guvcview core dumps

2014-10-19 Thread Lars Noodén
Public bug reported:

guvcview won't launch from the menu and when launched from the terminal
it is evident that is because it coredumps.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: guvcview 1.7.3-1.1build2
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
CasperVersion: 1.345
CurrentDesktop: LXDE
Date: Sun Oct 19 11:37:22 2014
LiveMediaBuild: Lubuntu 14.10 Utopic Unicorn - Alpha amd64+mac (20141016)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: guvcview
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing utopic

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

Title:
  guvcview core dumps

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

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


[Bug 1382954] Re: guvcview core dumps

2014-10-19 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1382954

** Tags added: iso-testing

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

Title:
  guvcview core dumps

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

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


[Bug 1382956] [NEW] cannot change hdmi monitor resolution anymore

2014-10-19 Thread rolfman
Public bug reported:

since a few weeks cannot set resolution to 1360 x 768 anymore...didnt
change anything...just updates..

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
CurrentDesktop: LXDE
Date: Sun Oct 19 12:38:27 2014
InstallationDate: Installed on 2014-06-09 (131 days ago)
InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
LightdmConfig:
 [SeatDefaults]
 autologin-user=rolf
 autologin-user-timeout=0
 user-session=Lubuntu
 greeter-session=lightdm-gtk-greeter
LightdmGreeterLog: ** (lightdm-gtk-greeter:30754): WARNING **: Failed to load 
user image: Failed to open file '/home/rolf/.face': No such file or directory
LightdmGreeterLogOld: ** (lightdm-gtk-greeter:1225): WARNING **: Failed to load 
user image: Failed to open file '/home/rolf/.face': No such file or directory
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  cannot change hdmi monitor resolution anymore

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

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


[Bug 846407] Re: xrdp is not able to transmitt unity desktop correct - different clients

2014-10-19 Thread Roland Giesler
I think we should make a new concerted effort to get this addressed:

1. It doesn't seem any client can remotely connection to Unity-3D. That 
includes X2Go, xrdp, nxclient and possibly others.
2. This is a core component of LTSP for instance, which cannot run Unity-3D 
either

The least we should be able to get from the Ubuntu Devs is a roadmap or
plan.  If they don't want to fix it, they should tell us why.

** Also affects: x2goclient (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/846407

Title:
  xrdp is not able to transmitt unity desktop correct - different
  clients

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

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


[Bug 1376206] Re: Mono: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies

2014-10-19 Thread Antonius Riha
This is not a log4net package issue. It is a GoogleSync Plugin issue, because 
the plugin depends on the binary release from apache/log4net, which is ok on 
.NET/Windows but doesn't work on platforms that build and package log4net 
themselves like Debian or Ubuntu.
The reason for the public key mismatch is that the GoogleSync plugin probably 
references a log4net release that uses the apache signing key (Public Key 
Token: 1b44e1d426115821). This secret part of this signing key has not been 
published by the log4net upstream authors, hence it's impossible for 
Debian/Ubuntu packagers to sign their log4net dll with that key. (Note: Due to 
log4net being free software it needs to be distributed and built from source by 
the packagers)

** Package changed: log4net (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Invalid

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

Title:
  Mono: Could not load file or assembly 'log4net, Version=1.2.10.0,
  Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its
  dependencies

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

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


[Bug 1368901] Re: /bin/mail is hardcoded into module

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libapache-mod-evasive (Ubuntu)
   Status: New = Confirmed

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

Title:
  /bin/mail is hardcoded into module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-evasive/+bug/1368901/+subscriptions

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


[Bug 911981] Re: tracker-store uses 100% cpu and fills all the disk space in home partition

2014-10-19 Thread Mark
I confirm this serious bug with Ubuntu 14.04 LTS with the latest
updates.

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

Title:
  tracker-store uses 100% cpu and fills all the disk space in home
  partition

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

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


[Bug 903765] Re: package libgl1-mesa-glx 7.10.2-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-10-19 Thread Oibaf
No longer an issue.

** Changed in: mesa (Ubuntu)
   Status: New = 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/903765

Title:
  package libgl1-mesa-glx 7.10.2-0ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 411451] Re: [ATI][KMS][R300] Compiz boots to white screen with Mesa 7.6+git

2014-10-19 Thread Oibaf
This was probably fixed since the switch to r300 gallium driver. Reopen
if it's still an issue.

** Changed in: mesa (Ubuntu)
   Status: Confirmed = 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/411451

Title:
  [ATI][KMS][R300] Compiz boots to white screen with Mesa 7.6+git

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

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


[Bug 1382661] Re: Support for JLINK in 0.8.0 requires small patch

2014-10-19 Thread Tormod Volden
The Debian package build-depends on libusb-1.0-0-dev so the patch should
not be an issue here.

Johnny, does the 0.8.0-1 in the repos work fine for you?

https://launchpad.net/ubuntu/+source/openocd/0.8.0-1


** Changed in: openocd (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/1382661

Title:
  Support for JLINK in 0.8.0 requires small patch

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

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


[Bug 883118] Re: aceleration 3D

2014-10-19 Thread Oibaf
Is this still an issue with Ubuntu 14.04 or later?

** Changed in: mesa (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/883118

Title:
  aceleration 3D

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

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


[Bug 588980] Re: [RV770] Dumped into login screen while using google earth

2014-10-19 Thread Oibaf
Obsolete bug. Reopen if needed.

** Changed in: mesa (Ubuntu)
   Status: Confirmed = 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/588980

Title:
  [RV770] Dumped into login screen while using google earth

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

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


[Bug 1382959] [NEW] package libbonobo2-bin 2.32.1-3 failed to install/upgrade: tentative de remplacement de « /usr/lib/x86_64-linux-gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui appartient aussi

2014-10-19 Thread Valentin Quequet
Public bug reported:

When doing upgrades.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libbonobo2-bin 2.32.1-3
ProcVersionSignature: Ubuntu 3.16.0-23.30-lowlatency 3.16.4
Uname: Linux 3.16.0-23-lowlatency x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Tue Oct 14 09:52:57 2014
DuplicateSignature: package:libbonobo2-bin:2.32.1-3:tentative de remplacement 
de « /usr/lib/x86_64-linux-gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui 
appartient aussi au paquet libbonobo2-0:amd64 2.32.1-0ubuntu5
ErrorMessage: tentative de remplacement de « 
/usr/lib/x86_64-linux-gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui 
appartient aussi au paquet libbonobo2-0:amd64 2.32.1-0ubuntu5
InstallationDate: Installed on 2014-03-28 (204 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140328)
SourcePackage: libbonobo
Title: package libbonobo2-bin 2.32.1-3 failed to install/upgrade: tentative de 
remplacement de « 
/usr/lib/x86_64-linux-gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui 
appartient aussi au paquet libbonobo2-0:amd64 2.32.1-0ubuntu5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  package libbonobo2-bin 2.32.1-3 failed to install/upgrade: tentative
  de remplacement de « /usr/lib/x86_64-linux-
  gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui appartient aussi
  au paquet libbonobo2-0:amd64 2.32.1-0ubuntu5

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

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

[Bug 1382958] [NEW] package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »

2014-10-19 Thread Valentin Quequet
*** This bug is a duplicate of bug 1382920 ***
https://bugs.launchpad.net/bugs/1382920

Public bug reported:

Don't remember.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: kde-window-manager-common 4:4.11.12-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.30-lowlatency 3.16.4
Uname: Linux 3.16.0-23-lowlatency x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Wed Oct 15 00:49:14 2014
DuplicateSignature: 
package:kde-window-manager-common:4:4.11.12-0ubuntu1:tentative de remplacement 
de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
ErrorMessage: tentative de remplacement de « 
/usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
InstallationDate: Installed on 2014-03-28 (204 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140328)
SourcePackage: kde-workspace
Title: package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,
  qui appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

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

[Bug 1382960] [NEW] package plasma-dataengines-workspace 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.j

2014-10-19 Thread Valentin Quequet
Public bug reported:

Voila

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: plasma-dataengines-workspace 4:4.11.12-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.30-lowlatency 3.16.4
Uname: Linux 3.16.0-23-lowlatency x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Wed Oct 15 00:49:07 2014
DuplicateSignature: 
package:plasma-dataengines-workspace:4:4.11.12-0ubuntu1:tentative de 
remplacement de « 
/usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js », qui 
appartient aussi au paquet plasma-widgets-workspace 4:4.11.11-0ubuntu0.1
ErrorMessage: tentative de remplacement de « 
/usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js », qui 
appartient aussi au paquet plasma-widgets-workspace 4:4.11.11-0ubuntu0.1
InstallationDate: Installed on 2014-03-28 (204 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140328)
SourcePackage: kde-workspace
Title: package plasma-dataengines-workspace 4:4.11.12-0ubuntu1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js », qui 
appartient aussi au paquet plasma-widgets-workspace 4:4.11.11-0ubuntu0.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  package plasma-dataengines-workspace 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js »,
  qui appartient aussi au paquet plasma-widgets-workspace
  4:4.11.11-0ubuntu0.1

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

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

[Bug 1382959] Re: package libbonobo2-bin 2.32.1-3 failed to install/upgrade: tentative de remplacement de « /usr/lib/x86_64-linux-gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui appartient aussi a

2014-10-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libbonobo2-bin 2.32.1-3 failed to install/upgrade: tentative
  de remplacement de « /usr/lib/x86_64-linux-
  gnu/bonobo/servers/Bonobo_Sample_Echo.server », qui appartient aussi
  au paquet libbonobo2-0:amd64 2.32.1-0ubuntu5

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

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

[Bug 1382920] Re: package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kde-workspace (Ubuntu)
   Status: New = Confirmed

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

Title:
  package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,
  qui appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

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

[Bug 1382958] Re: package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,

2014-10-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1382920 ***
https://bugs.launchpad.net/bugs/1382920

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1382920
   package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 », qui 
appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

Title:
  package kde-window-manager-common 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/doc/kde/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 »,
  qui appartient aussi au paquet kde-workspace-data 4:4.11.11-0ubuntu0.1

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

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

[Bug 1382960] Re: package plasma-dataengines-workspace 4:4.11.12-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js 

2014-10-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package plasma-dataengines-workspace 4:4.11.12-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/kde4/apps/plasma/shareprovider/im9/contents/code/main.js »,
  qui appartient aussi au paquet plasma-widgets-workspace
  4:4.11.11-0ubuntu0.1

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

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

[Bug 1380443] Re: my ubuntu does not detect external monitors

2014-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New = Confirmed

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

Title:
  my ubuntu does not detect external monitors

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

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


[Bug 1382963] [NEW] [K42F, Realtek ALC269VB, Black Headphone Out, Right] No sound at all

2014-10-19 Thread muhammad c. aditya
Public bug reported:

I experience this after accidentaly start rhytmbox and audacity in same
time. after that, there is no sound at all with jack audio. built in
speaker still works.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caisar11372 F pulseaudio
CurrentDesktop: Unity
Date: Sun Oct 19 19:35:31 2014
InstallationDate: Installed on 2014-10-11 (7 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
Symptom_Card: Built-in Audio - HDA Intel MID
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caisar11372 F pulseaudio
Symptom_Jack: Black Headphone Out, Right
Symptom_Type: No sound at all
Title: [K42F, Realtek ALC269VB, Black Headphone Out, Right] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/08/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 422
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K42F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr422:bd12/08/2010:svnASUSTeKComputerInc.:pnK42F:pvr1.0:rvnASUSTeKComputerInc.:rnK42F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K42F
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  [K42F, Realtek ALC269VB, Black Headphone Out, Right] No sound at all

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

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


[Bug 1381910] Re: Workaround for CVE-2014-3566 (POODLE) required

2014-10-19 Thread Ryan Tucker
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3566

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

Title:
  Workaround for CVE-2014-3566 (POODLE) required

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

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


[Bug 1374734] Re: X509 certificate verification problem

2014-10-19 Thread AlexanderBurger
This is fixed with PicoLisp version 3.1.8.6

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

Title:
  X509 certificate verification problem

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

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


  1   2   3   4   >