[Bug 1341065] [NEW] Authentication error when load 0.9 spec

2014-07-12 Thread Tonal
Public bug reported:

Authentication error when load 0.9 spec.

Code for reproduce bug (tx_error.py):
# -*- coding: utf-8 -*-
from twisted.internet.defer import inlineCallbacks
from twisted.internet import reactor
from twisted.internet.protocol import ClientCreator
from twisted.python import log

from txamqp.protocol import AMQClient
from txamqp.client import TwistedDelegate

import txamqp.spec

@inlineCallbacks
def gotConnection(conn, username, password):
print Connected to broker.
yield conn.authenticate(username, password)
print Authenticated. Ready to receive messages

chan0 = yield conn.channel(0)
yield chan0.connection_close()

reactor.stop()

if __name__ == __main__:

host = 'localhost'
port = 5672
vhost = '/'
username = 'guest'
password = 'guest'
SPEC = 'https://www.rabbitmq.com/resources/specs/amqp0-9.stripped.xml'
#SPEC = 'https://www.rabbitmq.com/resources/specs/amqp0-9-1.xml'

spec = txamqp.spec.load(SPEC)

delegate = TwistedDelegate()

d = ClientCreator(reactor, AMQClient, delegate=delegate, vhost=vhost,
spec=spec).connectTCP(host, port)

d.addCallback(gotConnection, username, password)

def whoops(err):
if reactor.running:
log.err(err)
reactor.stop()

d.addErrback(whoops)

reactor.run()

Console output:
$ python tx-error.py
Connected to broker.
Unhandled Error
Traceback (most recent call last):
Failure: txamqp.client.Closed: [Failure instance: Traceback (failure with no 
frames): class 'twisted.internet.error.ConnectionLost': Connection to the 
other side was lost in a non-clean fashion.
]

In last trunk all work Ok.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-txamqp 0.6.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
NonfreeKernelModules: fglrx wl
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Jul 12 14:08:59 2014
InstallationDate: Installed on 2011-12-10 (944 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: txamqp
UpgradeStatus: Upgraded to trusty on 2014-04-23 (80 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Authentication error when load 0.9 spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/txamqp/+bug/1341065/+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 1226833] Re: zend (php-fpm) crashes in high load/memory server

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

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

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

Title:
  zend (php-fpm) crashes in high load/memory server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1226833/+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 1226833] Re: zend (php-fpm) crashes in high load/memory server

2014-07-12 Thread David Gurtner
** This bug is no longer a duplicate of bug 1225546
   php5-fpm crashed with SIGSEGV in ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER()

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

Title:
  zend (php-fpm) crashes in high load/memory server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1226833/+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 1340866] Re: python-repoze.who does not install into /usr/lib/python2.7/dist-packages/repoze namespace and thus not available from pythonpath

2014-07-12 Thread Dimitri John Ledkov
Also see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744367

** Summary changed:

- can not be used togeather with repoze.lru
+ python-repoze.who does not install into 
/usr/lib/python2.7/dist-packages/repoze namespace and thus not available from 
pythonpath

** Changed in: python-repoze.who (Ubuntu)
   Status: New = Confirmed

** Also affects: python-repoze.who (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-repoze.who (Ubuntu Utopic)
   Importance: Undecided
   Status: Confirmed

** Changed in: python-repoze.who (Ubuntu Trusty)
 Assignee: (unassigned) = Dimitri John Ledkov (xnox)

** Changed in: python-repoze.who (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: python-repoze.who (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: python-repoze.who (Ubuntu Utopic)
   Status: Confirmed = Fix Committed

** Changed in: python-repoze.who (Ubuntu Utopic)
   Status: Fix Committed = Fix Released

** Also affects: python-repoze.lru (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-repoze.lru (Ubuntu Utopic)
   Status: New = Fix Released

** Changed in: python-repoze.lru (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: python-repoze.lru (Ubuntu Trusty)
   Importance: Undecided = Medium

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

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

Title:
  python-repoze.who does not install into /usr/lib/python2.7/dist-
  packages/repoze namespace and thus not available from pythonpath

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-repoze.lru/+bug/1340866/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-07-12 Thread dann frazier
OK, turns out it was a firmware setting that Manoj was missing in the
previous comment.

On a system with the correct setting, this is what freeipmi shows w/o my branch:
root@ubuntu:/home/ubuntu# bmc-info --no-probing --driver-type=SSIF 
--driver-address=0x10 --driver-device=/dev/i2c-2 --get-device-id
ipmi_cmd_get_device_id: internal system error

And this is with my branch:
root@ubuntu:/home/ubuntu# bmc-info --no-probing --driver-type=SSIF 
--driver-address=0x10 --driver-device=/dev/i2c-2
Device ID : 20
Device Revision   : 0
Device SDRs   : supported
Firmware Revision : 1.30
Device Available  : yes (normal operation)
IPMI Version  : 2.0
Sensor Device : supported
SDR Repository Device : unsupported
SEL Device: supported
FRU Inventory Device  : supported
IPMB Event Receiver   : unsupported
IPMB Event Generator  : supported
Bridge: unsupported
Chassis Device: supported
Manufacturer ID   : Hewlett-Packard (11)
Product ID: 8449

System Firmware Version   :
System Name   : ProLiant m800 Server Cartridge
Primary Operating System Name :
Operating System Name :

Channel Information
Channel Number   : 0
Medium Type  : IPMB (I2C)
Protocol Type: IPMB-1.0
Active Session Count : 0
Session Support  : session-less
Vendor ID: Intelligent Platform Management Interface forum (7154)

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-07-12 Thread dann frazier
** Changed in: freeipmi (Ubuntu)
   Status: New = Confirmed

** Changed in: freeipmi (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1031063] Re: internal error no supported architecture for os type 'hvm'

2014-07-12 Thread Joe Gordon
** Changed in: nova
   Status: Confirmed = Invalid

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

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+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 1314189] Re: instance creation fails on compute nodes with 175 instances with neutron security groups enabled

2014-07-12 Thread Ihar Hrachyshka
This is a known issue in how neutron passes security group rules thru
messaging queue. There are several spec proposals for Juno to solve the
issue:

https://review.openstack.org/#/c/104522/
https://review.openstack.org/#/c/100761/

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

Title:
  instance creation fails on compute nodes with  175 instances with
  neutron security groups enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1314189/+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 1312362] Re: Can't copy a file from SMB share to the local file system: Software caused connection abort

2014-07-12 Thread mycroes
Same issue happens for me with a Shuttle Omninas KD20, which doesn't
give shell access (and the known hack to get shell access doesn't work
on latest firmware). Strange thing is that it doesn't happen on every
file. Also, it seems that smbclient will happily fetch the files without
issues, even though Nautilus will consistently fail to copy the file, as
will gedit fail to open it. I filed a support request at shuttle with a
link to samba bug 10548
(https://bugzilla.samba.org/show_bug.cgi?id=10584), hoping that will get
me somewhere.

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

Title:
  Can't copy a file from SMB share to the local file system: Software
  caused connection abort

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1312362/+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 1341195] [NEW] KVM guests getting slow by time

2014-07-12 Thread Tamas Papp
Public bug reported:

There is a post with very similar symptoms on serverfault:

http://serverfault.com/questions/609881/windows-server-2012-on-kvm-on-
ubuntu-14-04-runs-well-for-a-while-and-then-slows/612084#612084


Basically all kind of KVM guests are getting slow by time, both windows or 
linux. The more running guests, it happens sooner.
Switching back to Saucy kernel is a good workaround.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qemu-kvm 2.0.0+dfsg-2ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Sat Jul 12 22:18:49 2014
SourcePackage: qemu
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  KVM guests getting slow by time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1341195/+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 1341223] [NEW] package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-07-12 Thread Suthisilp Jamnarnwej
Public bug reported:

It failed to upgrade SAMBA

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.32-62.125-generic 2.6.32.62+drm33.26
Uname: Linux 2.6.32-62-generic i686
Architecture: i386
Date: Sun Jul 13 07:22:47 2014
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SNMPVersion:
 NET-SNMP version:  5.4.2.1
 Web:   http://www.net-snmp.org/
 Email: net-snmp-cod...@lists.sourceforge.net
SourcePackage: net-snmp
SyslogSnmpd:
 Jul 13 07:20:02 neptune snmpd[1311]: Connection from UDP: 
[127.0.0.1]:56143-[127.0.0.1]
 Jul 13 07:25:02 neptune snmpd[1311]: Connection from UDP: 
[127.0.0.1]:56143-[127.0.0.1]
 Jul 13 07:30:02 neptune snmpd[1311]: Connection from UDP: 
[127.0.0.1]:56143-[127.0.0.1]
SyslogSnmptrapd:
 
Title: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
mtime.conffile..etc.snmp.snmpd.conf: 2012-03-18T19:44:46.797251

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


** Tags: apport-package i386 lucid

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.3 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1341223/+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 1321885] Re: IPMI detection and automatic setting fail in ubuntu 14.04 maas

2014-07-12 Thread juan c caballero
The work around fixed the problem with poweredge 1950 not poweredge
1750.

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

Title:
  IPMI detection and automatic setting fail in ubuntu 14.04 maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1321885/+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 1340102] Re: [Gigabyte GA-Z87M-D3H] USB devices only sometimes work in Ubuntu, but work in bios/uefi/Windows

2014-07-12 Thread Christopher M. Penalver
Rob Whyte, the issue you are reporting is an upstream one. Could you
please report this problem through the appropriate channel by following
the instructions _verbatim_ at
https://wiki.ubuntu.com/Bugs/Upstream/kernel ?

Please provide a direct URL to your e-mail to the mailing list once you
have made it so that it may be tracked.

Thank you for your understanding.

** Tags removed: kernel-bug-exists-upstream-3.16.0-031600rc4-generic
** Tags added: kernel-bug-exists-upstream-3.16-rc4

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

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

Title:
  [Gigabyte GA-Z87M-D3H] USB devices only sometimes work in Ubuntu, but
  work in bios/uefi/Windows

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

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


[Bug 1340130] Re: support new multi-distribution PPA upload path

2014-07-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/dput-ng/utopic-
proposed

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

Title:
  support new multi-distribution PPA upload path

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

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


[Bug 1213338] Re: Displaylink slow graphic performance on Ubuntu 13

2014-07-12 Thread Christopher M. Penalver
WinEunuchs2Unix, thank you for your comment. So your hardware and problem may 
be tracked, could you please file a new report by executing the following in a 
terminal:
ubuntu-bug xorg

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

For more on this, please see the official Ubuntu documentation:
Ubuntu X.Org Team, Ubuntu Bug Control, and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report will delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  Displaylink slow graphic performance on Ubuntu 13

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

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


[Bug 1339939] Re: [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15 kernel

2014-07-12 Thread Tim
I tested with updated bios but as expected that didnt help, exactly the
same issue as before

7UET94WW (3.24 )
10/17/2012

I also tested the 3.16-rc4 mainline kernel which, drm completely fails
on that. it seems the upstream efforts to workaround this issue have in
fact made it far worse!


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

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

Title:
  [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15
  kernel

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

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


[Bug 1225270] Re: [Satellite L350D PSLE8C-03G019] Cooling fans not responding to temperature increase on first startup causing overheating. Works after suspend resume though

2014-07-12 Thread Christopher M. Penalver
Michael Pancoe, the issue you are reporting is an upstream one. Could
you please report this problem through the appropriate channel by
following the instructions _verbatim_ at
https://wiki.ubuntu.com/Bugs/Upstream/kernel ?

Please provide a direct URL to your e-mail to the mailing list once you
have made it so that it may be tracked.

As a WORKAROUND, one may utilize the modifications noted in 
https://help.ubuntu.com/community/PowerManagement/ReducedPower .
Thank you for your understanding.

** Tags added: kernel-bug-exists-upstream-3.16-rc4

** Tags added: raring

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

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

Title:
  [Satellite L350D PSLE8C-03G019] Cooling fans not responding to
  temperature increase on first startup causing overheating. Works after
  suspend  resume though

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

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


[Bug 1339939] Re: [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15 kernel

2014-07-12 Thread Christopher M. Penalver
Tim, the next step is to fully commit bisect the kernel in order to
identify the offending commit. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection ?

** Tags removed: bios-outdated-3.24
** Tags added: kernel-bug-exists-upstream-3.16-rc4 latest-bios-3.24

** Changed in: linux (Ubuntu)
   Importance: Low = Medium

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

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

Title:
  [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15
  kernel

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

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


[Bug 1338730] Re: Store does nothing when no-internet flag is enabled

2014-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scope-click -
0.1+14.10.20140711.1-0ubuntu1

---
unity-scope-click (0.1+14.10.20140711.1-0ubuntu1) utopic; urgency=medium

  [ Alejandro J. Cura (alecu) ]
  * New upstream release.
- Display preloaded core apps at the top in a dedicated headerless
  category.
- More in line with latest designs: use big card for app of the week, pass
  search string in a canned query of Ubuntu Store link.
- Store preview: screenshots first, then the icon/header  buttons.
- Display number of results found in the Store when performing search.
- Drop the no-internet setting check, as store requires explicit search
  now. (LP: #1338730)
- Updated the autopilot tests to use the split scopes.

  [ Ubuntu daily release ]
  * New rebuild forced
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Jul 2014 
22:12:19 +

** Changed in: unity-scope-click (Ubuntu)
   Status: Fix Committed = 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/1338730

Title:
  Store does nothing when no-internet flag is enabled

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

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


[Bug 1341058] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-07-12 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/1341058

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1341058] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-07-12 Thread nywe...@gmail.com
Public bug reported:

This was just a normal upgrade and error was thown. Architecture is
different then other bugs and is a little newer Package version.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.8.0-42.63~precise1-generic 3.8.13.23
Uname: Linux 3.8.0-42-generic i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.13.0-30-generic
Date: Sat Jul 12 02:08:36 2014
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1317449] Re: Please update to a version 3.8.2

2014-07-12 Thread b3nmore
** Changed in: sqlite3 (Ubuntu)
   Status: Fix Released = 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/1317449

Title:
  Please update to a version  3.8.2

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

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


[Bug 1317449] Re: Please update to a version 3.8.2

2014-07-12 Thread b3nmore
I took the liberty to changed the status from 'Fix Released' - 'In
Progress' to keep it in the open bug list. Since the issue remains for
trusty, the majority of ubuntu users is still affected (as one can see
by the still growing numbers of dups of kde bug tracker).

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

Title:
  Please update to a version  3.8.2

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

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


[Bug 1340130] Re: support new multi-distribution PPA upload path

2014-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package dput-ng - 1.7ubuntu1

---
dput-ng (1.7ubuntu1) utopic; urgency=medium

  * Drop trailing /ubuntu from ppa stanza, to support the new form of the
upload path needed for PPAs based on derived distributions.  Also switch
ubuntu stanza to upload to /ubuntu rather than / (LP: #1340130)
-  Changes shamelessly cribbed from Colin Watson's dput update
 -- Scott Kitterman sc...@kitterman.com   Sat, 12 Jul 2014 01:27:34 -0400

** Changed in: dput-ng (Ubuntu)
   Status: In Progress = 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/1340130

Title:
  support new multi-distribution PPA upload path

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

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


[Bug 1339939] Re: [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15 kernel

2014-07-12 Thread Tim
From the upstream bugs and discussion it seems this has been somewhat
elusive to track down.

https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg660042.html

I will however try run a bisect

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

Title:
  [Lenovo ThinkPad T400] intel graphics fail after suspend with 3.15
  kernel

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

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


[Bug 1340376] Re: [Lenovo ThinkPad Edge E540] Suspend Failure

2014-07-12 Thread Jörn Horstmann
Christpher, thanks for guiding me through this process. The bug still
exists in the latest upstream rc:

$ uname -a
Linux JH-EDGE-E540 3.16.0-031600rc4-generic #201407061635 SMP Sun Jul 6 
20:36:26 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Attached is the dmesg output after following the steps described at
https://wiki.ubuntu.com/DebuggingKernelSuspend

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.16-rc4

** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1340376/+attachment/4150986/+files/dmesg.txt

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

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

Title:
  [Lenovo ThinkPad Edge E540] Suspend Failure

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

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


[Bug 1293569] Re: iwlwifi-7260-8.ucode causes network disconnections problems

2014-07-12 Thread Tim Gardner
Uploaded 1.127.5 which restores iwlwifi-7260-8.ucode

** Changed in: linux-firmware (Ubuntu Trusty)
   Status: Fix Released = Fix Committed

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

Title:
  iwlwifi-7260-8.ucode causes network disconnections problems

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

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


[Bug 931336] Re: Remmina package doesn't provide .desktop file

2014-07-12 Thread Whoopie
@John Pye: it's absolutely fixed, do you have precise-updates activated?

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

Title:
  Remmina package doesn't provide .desktop file

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

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


[Bug 1341065] [NEW] Authentication error when load 0.9 spec

2014-07-12 Thread Tonal
Public bug reported:

Authentication error when load 0.9 spec.

Code for reproduce bug (tx_error.py):
# -*- coding: utf-8 -*-
from twisted.internet.defer import inlineCallbacks
from twisted.internet import reactor
from twisted.internet.protocol import ClientCreator
from twisted.python import log

from txamqp.protocol import AMQClient
from txamqp.client import TwistedDelegate

import txamqp.spec

@inlineCallbacks
def gotConnection(conn, username, password):
print Connected to broker.
yield conn.authenticate(username, password)
print Authenticated. Ready to receive messages

chan0 = yield conn.channel(0)
yield chan0.connection_close()

reactor.stop()

if __name__ == __main__:

host = 'localhost'
port = 5672
vhost = '/'
username = 'guest'
password = 'guest'
SPEC = 'https://www.rabbitmq.com/resources/specs/amqp0-9.stripped.xml'
#SPEC = 'https://www.rabbitmq.com/resources/specs/amqp0-9-1.xml'

spec = txamqp.spec.load(SPEC)

delegate = TwistedDelegate()

d = ClientCreator(reactor, AMQClient, delegate=delegate, vhost=vhost,
spec=spec).connectTCP(host, port)

d.addCallback(gotConnection, username, password)

def whoops(err):
if reactor.running:
log.err(err)
reactor.stop()

d.addErrback(whoops)

reactor.run()

Console output:
$ python tx-error.py
Connected to broker.
Unhandled Error
Traceback (most recent call last):
Failure: txamqp.client.Closed: [Failure instance: Traceback (failure with no 
frames): class 'twisted.internet.error.ConnectionLost': Connection to the 
other side was lost in a non-clean fashion.
]

In last trunk all work Ok.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-txamqp 0.6.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
NonfreeKernelModules: fglrx wl
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Jul 12 14:08:59 2014
InstallationDate: Installed on 2011-12-10 (944 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: txamqp
UpgradeStatus: Upgraded to trusty on 2014-04-23 (80 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Authentication error when load 0.9 spec

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

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


[Bug 1154740] Re: Incorrect Incorrect answer message in parallel / meridian question

2014-07-12 Thread Jordi Mas
Thanks Simon

In your first comment, you say

A meridian is a line of constant longitude passing between the poles
and through a given place on the earth's surface. That is, meridians
traverse from east to west like the lines of longitude. 

See:
http://www.firefightermath.org/index.php?option=com_contentview=articleid=61Itemid=75

Longitude lines (called meridians) run north and south and circle the
planet from pole to pole.

Or: http://www.rmg.co.uk/explore/astronomy-and-time/astronomy-
facts/history/the-prime-meridian-at-greenwich

A meridian is a north-south line selected as the zero reference line
for astronomical observations. 

Based on this the proposal in your last comment is incorrect. Let me
know your thoughts.  Feel free to propose a new improved sentence.

Jordi,

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

Title:
  Incorrect Incorrect answer message in parallel / meridian question

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

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


[Bug 1341068] [NEW] Intel Corporation Centrino Advanced-N 6235 wifi is slow

2014-07-12 Thread orlexy
Public bug reported:

Intel Corporation Centrino Advanced-N 6235 wifi is slow

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-30-generic 3.13.0-30.55
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  orlexy 2126 F pulseaudio
CurrentDesktop: Unity
Date: Sat Jul 12 10:37:18 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-06-27 (14 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: LENOVO 20042
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=70e21e10-256e-4d84-b19a-6fb393f2b46d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-30-generic N/A
 linux-backports-modules-3.13.0-30-generic  N/A
 linux-firmware 1.127.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/28/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 29CN38WW(V2.15)
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: LENOVO
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnLENOVO:bvr29CN38WW(V2.15):bd01/28/2011:svnLENOVO:pn20042:pvrLenovoG560:rvnLENOVO:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: 20042
dmi.product.version: Lenovo G560
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug trusty

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

Title:
  Intel Corporation Centrino Advanced-N 6235 wifi is slow

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

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


[Bug 1341068] Status changed to Confirmed

2014-07-12 Thread Brad Figg
This change was made by a bot.

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

Title:
  Intel Corporation Centrino Advanced-N 6235 wifi is slow

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

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


[Bug 1341072] [NEW] package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package ocl-icd-libopencl1:amd64

2014-07-12 Thread Brian Loften
Public bug reported:

Wine was updated to 1.7.21, caused this error

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-opencl-dev 5.5.22-3ubuntu1
ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
Uname: Linux 3.15.0-6-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
Date: Tue Jul  8 18:23:33 2014
DpkgTerminalLog:
 Preparing to unpack .../nvidia-opencl-dev_5.5.22-3ubuntu1_amd64.deb ...
 Unpacking nvidia-opencl-dev:amd64 (5.5.22-3ubuntu1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/nvidia-opencl-dev_5.5.22-3ubuntu1_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also 
in package ocl-icd-libopencl1:amd64 2.1.3-4
DuplicateSignature: package:nvidia-opencl-dev:5.5.22-3ubuntu1:trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package 
ocl-icd-libopencl1:amd64 2.1.3-4
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', 
which is also in package ocl-icd-libopencl1:amd64 2.1.3-4
InstallationDate: Installed on 2014-07-02 (10 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140520)
SourcePackage: nvidia-cuda-toolkit
Title: package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in 
package ocl-icd-libopencl1:amd64 2.1.3-4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-cuda-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict utopic

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

Title:
  package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is
  also in package ocl-icd-libopencl1:amd64 2.1.3-4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1341072/+subscriptions

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


[Bug 1307236] Re: NVidia Issues - blurry text after upgrading from 13.10 to 14.04

2014-07-12 Thread Levi Bard
I experienced this problem as well, with 340.24-0ubuntu1~xedgers14.04.1.
Disabling the FXAA setting in nvidia-settings and restarting X worked around it 
for me.

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

Title:
  NVidia Issues - blurry text after upgrading from 13.10 to 14.04

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

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


[Bug 649647] Re: Update to Luminance HDR (qtpfsgui) 2.2.0

2014-07-12 Thread eyelash
** Changed in: qtpfsgui (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/649647

Title:
  Update to Luminance HDR (qtpfsgui) 2.2.0

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

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


[Bug 1341072] Re: package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package ocl-icd-libopencl1:amd64

2014-07-12 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/1341072

Title:
  package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is
  also in package ocl-icd-libopencl1:amd64 2.1.3-4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1341072/+subscriptions

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


[Bug 525430] Re: page catching

2014-07-12 Thread madbiologist
Is this still occurring on Ubuntu 14.04 Trusty Tahr with Firefox 30?

** Changed in: firefox-3.5 (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/525430

Title:
  page catching

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

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


[Bug 1341073] [NEW] GtkStack doesn't render a background

2014-07-12 Thread POJAR GEO
Public bug reported:

GtkStack currently doesn't render a background, so theming it isn't possible.
Also, this causes issues with native X11 windows under Ubuntu where the
GtkStack will appear black or transparent, i.e. the background colour of the
top-level X11 window.

This breaks the stack transitions. Compare before/after on page 2 of
widget-factory.

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Screenshot from 2014-07-10 14:05:58.png
   
https://bugs.launchpad.net/bugs/1341073/+attachment/4151026/+files/Screenshot%20from%202014-07-10%2014%3A05%3A58.png

** Bug watch added: GNOME Bug Tracker #733027
   https://bugzilla.gnome.org/show_bug.cgi?id=733027

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=733027
   Importance: Unknown
   Status: Unknown

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

Title:
   GtkStack doesn't render a background

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

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


[Bug 1196263] Re: Libre Office 4.0 Paper Tray

2014-07-12 Thread Harald Nikolisin
Inmo you can close this bug - newer version (4.2) are not affected.

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

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

Title:
  Libre Office 4.0 Paper Tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1196263/+subscriptions

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


[Bug 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2014-07-12 Thread madbiologist
The Displayport MST support is finally being merged.  There is a second
article on Phoronix describing how the support will be included in the
3.17 kernel - see
http://www.phoronix.com/scan.php?page=news_itempx=MTczNzM

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

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1104230/+subscriptions

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


[Bug 1340544] Re: gnome-rr: The minimum brightness can not be 0.

2014-07-12 Thread Bug Watch Updater
** Changed in: gnome-desktop
   Importance: Wishlist = Low

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

Title:
  gnome-rr: The minimum brightness can not be 0.

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

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


[Bug 1341073] Re: GtkStack doesn't render a background

2014-07-12 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown = Fix Released

** Changed in: gtk
   Importance: Unknown = Medium

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

Title:
   GtkStack doesn't render a background

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

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2014-07-12 Thread Adnan
Fixed the behaviour by using CompizConfig Settings Manager. Please make
it part of Unity control panel

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 876033] Re: twisted.python.usage.UsageError: Unknown command: carbon-cache

2014-07-12 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/876033

Title:
  twisted.python.usage.UsageError: Unknown command: carbon-cache

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

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


[Bug 876033] Re: twisted.python.usage.UsageError: Unknown command: carbon-cache

2014-07-12 Thread vak
The same mess in Ubuntu 14.04 and the whole picture is not fully clear .

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

Title:
  twisted.python.usage.UsageError: Unknown command: carbon-cache

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

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


[Bug 182414] Re: evince consuming a lot of memory

2014-07-12 Thread madbiologist
** Tags added: gutsy hardy intrepid

** Tags added: karmic

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

Title:
  evince consuming a lot of memory

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

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


[Bug 1341073] Re: GtkStack doesn't render a background

2014-07-12 Thread POJAR GEO
This bug is fixed here:
https://git.gnome.org/browse/gtk+/commit/?id=02ccfb5d62430590b11b2d3e34b6100e4a6ddcda

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

Title:
   GtkStack doesn't render a background

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

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


[Bug 1341078] [NEW] Video randomly freezes. drivers/gpu/drm/drm_crtc.c

2014-07-12 Thread Tomas
Public bug reported:

this bug appears randomly. i dont know what triggers this bug or to
witch packet it belongs. when i get this error, everythin freezes, only
mouse is moving. im using GNOME Shell 3.10.4. dmesg shows:

[ 7682.51] [ cut here ]
[ 7682.516713] WARNING: CPU: 1 PID: 1140 at 
/build/buildd/linux-3.13.0/drivers/gpu/drm/drm_crtc.c:2097 
drm_mode_set_config_internal+0xd6/0xe0 [drm]()
[ 7682.516774] Modules linked in: ctr ccm pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) snd_hda_codec_realtek snd_hda_codec_hdmi bnep rfcomm 
binfmt_misc hid_generic usbhid hid uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core videodev nls_iso8859_1 kvm_amd kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul ath3k glue_helper 
ablk_helper btusb cryptd bluetooth joydev serio_raw snd_hda_intel snd_hda_codec 
snd_hwdep snd_pcm arc4 snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi ath9k ath9k_common ath9k_hw snd_seq ath snd_seq_device mac80211 
snd_timer snd cfg80211 k10temp i2c_piix4 radeon ttm drm_kms_helper soundcore 
drm i2c_algo_bit wmi video mac_hid parport_pc ppdev lp parport psmouse ahci 
libahci r8169 mii
[ 7682.516779] CPU: 1 PID: 1140 Comm: Xorg Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
[ 7682.516781] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 
535U3C/NP535U3C-A01EE, BIOS P07RAS.W73.130411.LEO 04/11/2013
[ 7682.516787]  0009 8800874efab0 8171a324 

[ 7682.516791]  8800874efae8 810676bd 880139e310a0 

[ 7682.516795]  880095301000 88009454c060 0080 
8800874efaf8
[ 7682.516796] Call Trace:
[ 7682.516808]  [8171a324] dump_stack+0x45/0x56
[ 7682.516814]  [810676bd] warn_slowpath_common+0x7d/0xa0
[ 7682.516819]  [8106779a] warn_slowpath_null+0x1a/0x20
[ 7682.516846]  [a0094f36] drm_mode_set_config_internal+0xd6/0xe0 
[drm]
[ 7682.516860]  [a00eff41] drm_fb_helper_set_par+0x71/0xf0 
[drm_kms_helper]
[ 7682.516867]  [813c77c1] fb_set_var+0x191/0x430
[ 7682.516873]  [810a2ce0] ? update_curr+0x80/0x180
[ 7682.516880]  [813d47a1] fbcon_blank+0x1d1/0x2d0
[ 7682.516885]  [8109814d] ? ttwu_do_activate.constprop.74+0x5d/0x70
[ 7682.516892]  [8145cdb8] do_unblank_screen+0xb8/0x1f0
[ 7682.516897]  [81452b1a] complete_change_console+0x5a/0xe0
[ 7682.516901]  [81453b4a] vt_ioctl+0xfaa/0x11c0
[ 7682.516906]  [811dc384] ? mntput+0x24/0x40
[ 7682.516911]  [8144758d] tty_ioctl+0x26d/0xbb0
[ 7682.516918]  [811cfa20] do_vfs_ioctl+0x2e0/0x4c0
[ 7682.516921]  [8109dd94] ? vtime_account_user+0x54/0x60
[ 7682.516927]  [811cfc81] SyS_ioctl+0x81/0xa0
[ 7682.516932]  [8172aeff] tracesys+0xe1/0xe6
[ 7682.516935] ---[ end trace 54f89ecfaa291f44 ]---

lspci -v | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Trinity [Radeon HD 7500G] (prog-if 00 [VGA controller])

sudo lshw -c video

  *-display   
   description: VGA compatible controller
   product: Trinity [Radeon HD 7500G]
   vendor: Advanced Micro Devices, Inc. [AMD/ATI]
   physical id: 1
   bus info: pci@:00:01.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
   configuration: driver=radeon latency=0
   resources: irq:44 memory:c000-cfff ioport:f000(size=256) 
memory:feb0-feb3

lsb_release -rd

Description:Ubuntu 14.04 LTS
Release:14.04

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


** Tags: crtc drm video

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 491531] Re: Evince uses too much memory

2014-07-12 Thread madbiologist
Is this still occurring on Ubuntu 14.04 Trusty Tahr with poppler
0.24.5-2ubuntu4 ?

** Changed in: poppler (Ubuntu)
   Status: Triaged = Incomplete

** Tags added: karmic

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

Title:
  Evince uses too much memory

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

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


[Bug 182414] Re: evince consuming a lot of memory

2014-07-12 Thread madbiologist
Is this still occurring on Ubuntu 14.04 Trusty Tahr with poppler
0.24.5-2ubuntu4 ?

** Changed in: poppler (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  evince consuming a lot of memory

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

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


[Bug 1336831] Re: upgrade to 14.04 completely scrambles screen - rendering machine useless

2014-07-12 Thread madbiologist
** Tags added: trusty

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

Title:
  upgrade to 14.04 completely scrambles screen - rendering machine
  useless

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

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


[Bug 1341083] [NEW] [systemd-boot] [utopic] ufw status 'inactive' at cold boot

2014-07-12 Thread dino99
Public bug reported:

Always get an 'inactive' status when the system is booted, even if the
setting is set to be 'active' into the 'system settings'

oem@dev32:~$ sudo ufw status
[sudo] password for oem: 
Status: inactive

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ufw 0.34~rc-0ubuntu3
ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
Uname: Linux 3.16.0-3-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.4-0ubuntu2
Architecture: i386
CurrentDesktop: GNOME
Date: Sat Jul 12 11:07:30 2014
PackageArchitecture: all
SourcePackage: ufw
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** 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/1341083

Title:
  [systemd-boot] [utopic] ufw status 'inactive' at cold boot

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

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


[Bug 1014054] Re: Huawei E220 modem will not connect in Ubuntu 12.04

2014-07-12 Thread Bug Watch Updater
** Changed in: modemmanager
   Status: Incomplete = Expired

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

Title:
  Huawei E220 modem will not connect in Ubuntu 12.04

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

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


[Bug 1341078] Missing required logs.

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

apport-collect 1341078

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

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

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

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

** Tags added: trusty

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1336849] Re: linux-keystone: 3.13.0-7.10 -proposed tracker

2014-07-12 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Incomplete = 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/1336849

Title:
  linux-keystone: 3.13.0-7.10 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1336849/+subscriptions

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


[Bug 1081019] Re: Benchmark for Harddisk fail

2014-07-12 Thread msth67
I can report the same issue in Lubuntu 14.04 32 bit:trying to benchmark my SSD 
fails after few seconds with the message:
#benchmark error (read only)#
Error seeking to offset 2329718784 (g-io-error-quark, 13)

Interestingly,I've tried with a live CD of  Lucid 10.04 and it can
perform the read-only benchmark,can't tell about the read  write
benchmark because the SSD is already partitioned.


On a side note,I also can't run self-tests on this disk with Lubuntu,even if it 
SMART data are apparently available in Disk Utilit,I'm getting this error 
message: 
 #disk self-test error#
sk_disk_smart_self_test: Operation not supported (udisks-error-quark, 0)

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

Title:
  Benchmark for Harddisk fail

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

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


[Bug 1317315] Re: slow graphics

2014-07-12 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/1317315

Title:
  slow graphics

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

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


[Bug 1302574] Re: computer randomly freezes with screen coruption (Radeon HD 5750, IOMMU enabled)

2014-07-12 Thread madbiologist
Kernels 3.16-rc4, 3.15.5, and 3.14.12 contain a patch which fixes some
hangs caused by the new radeon DPM (dynamic power management) code:

drm/radeon/dpm: fix typo in vddci setup for eg/btc

eg is Evergreen (HD5000 series) and btc is Barts, Turks, Caicos.

A PPA of the 3.14.12 kernel is available at http://kernel.ubuntu.com
/~kernel-ppa/mainline/ and instructions on how to install and uninstall
it are available at https://wiki.ubuntu.com/Kernel/MainlineBuilds

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

Title:
  computer randomly freezes with screen coruption (Radeon HD 5750, IOMMU
  enabled)

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

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


[Bug 1341090] [NEW] Xubuntu crash with Unetbootin

2014-07-12 Thread Salt
Public bug reported:

Donwload and install the LiveUSB with Unetbootin, this bug I have on
Lubuntu and now in Xubuntu...

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7 [modified: 
lib/partman/automatically_partition/question]
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
CasperVersion: 1.340
Date: Sat Jul 12 11:35:19 2014
InstallCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed 
boot=casper only-ubiquity  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
LiveMediaBuild: Xubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=es_ES.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages trusty ubiquity-2.18.7 xubuntu

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

Title:
  Xubuntu crash with Unetbootin

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

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


[Bug 876033] Re: twisted.python.usage.UsageError: Unknown command: carbon-cache

2014-07-12 Thread vak
OK, i've got some twisted installation in 
/usr/local/lib/python2.7/dist-packages that messy jumped in. 
Manually deleted and happy.

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

Title:
  twisted.python.usage.UsageError: Unknown command: carbon-cache

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

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


[Bug 1341078] BootDmesg.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151049/+files/BootDmesg.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] CurrentDmesg.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151051/+files/CurrentDmesg.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] CRDA.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1341078/+attachment/4151050/+files/CRDA.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] Lsusb.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1341078/+attachment/4151054/+files/Lsusb.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] Re: Video randomly freezes. drivers/gpu/drm/drm_crtc.c

2014-07-12 Thread Tomas
apport information

** Tags added: apport-collected

** Description changed:

  this bug appears randomly. i dont know what triggers this bug or to
  witch packet it belongs. when i get this error, everythin freezes, only
  mouse is moving. im using GNOME Shell 3.10.4. dmesg shows:
  
  [ 7682.51] [ cut here ]
  [ 7682.516713] WARNING: CPU: 1 PID: 1140 at 
/build/buildd/linux-3.13.0/drivers/gpu/drm/drm_crtc.c:2097 
drm_mode_set_config_internal+0xd6/0xe0 [drm]()
  [ 7682.516774] Modules linked in: ctr ccm pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) snd_hda_codec_realtek snd_hda_codec_hdmi bnep rfcomm 
binfmt_misc hid_generic usbhid hid uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core videodev nls_iso8859_1 kvm_amd kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul ath3k glue_helper 
ablk_helper btusb cryptd bluetooth joydev serio_raw snd_hda_intel snd_hda_codec 
snd_hwdep snd_pcm arc4 snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi ath9k ath9k_common ath9k_hw snd_seq ath snd_seq_device mac80211 
snd_timer snd cfg80211 k10temp i2c_piix4 radeon ttm drm_kms_helper soundcore 
drm i2c_algo_bit wmi video mac_hid parport_pc ppdev lp parport psmouse ahci 
libahci r8169 mii
  [ 7682.516779] CPU: 1 PID: 1140 Comm: Xorg Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
  [ 7682.516781] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 
535U3C/NP535U3C-A01EE, BIOS P07RAS.W73.130411.LEO 04/11/2013
  [ 7682.516787]  0009 8800874efab0 8171a324 

  [ 7682.516791]  8800874efae8 810676bd 880139e310a0 

  [ 7682.516795]  880095301000 88009454c060 0080 
8800874efaf8
  [ 7682.516796] Call Trace:
  [ 7682.516808]  [8171a324] dump_stack+0x45/0x56
  [ 7682.516814]  [810676bd] warn_slowpath_common+0x7d/0xa0
  [ 7682.516819]  [8106779a] warn_slowpath_null+0x1a/0x20
  [ 7682.516846]  [a0094f36] drm_mode_set_config_internal+0xd6/0xe0 
[drm]
  [ 7682.516860]  [a00eff41] drm_fb_helper_set_par+0x71/0xf0 
[drm_kms_helper]
  [ 7682.516867]  [813c77c1] fb_set_var+0x191/0x430
  [ 7682.516873]  [810a2ce0] ? update_curr+0x80/0x180
  [ 7682.516880]  [813d47a1] fbcon_blank+0x1d1/0x2d0
  [ 7682.516885]  [8109814d] ? ttwu_do_activate.constprop.74+0x5d/0x70
  [ 7682.516892]  [8145cdb8] do_unblank_screen+0xb8/0x1f0
  [ 7682.516897]  [81452b1a] complete_change_console+0x5a/0xe0
  [ 7682.516901]  [81453b4a] vt_ioctl+0xfaa/0x11c0
  [ 7682.516906]  [811dc384] ? mntput+0x24/0x40
  [ 7682.516911]  [8144758d] tty_ioctl+0x26d/0xbb0
  [ 7682.516918]  [811cfa20] do_vfs_ioctl+0x2e0/0x4c0
  [ 7682.516921]  [8109dd94] ? vtime_account_user+0x54/0x60
  [ 7682.516927]  [811cfc81] SyS_ioctl+0x81/0xa0
  [ 7682.516932]  [8172aeff] tracesys+0xe1/0xe6
  [ 7682.516935] ---[ end trace 54f89ecfaa291f44 ]---
  
  lspci -v | grep VGA
  00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Trinity [Radeon HD 7500G] (prog-if 00 [VGA controller])
  
  sudo lshw -c video
  
*-display   
 description: VGA compatible controller
 product: Trinity [Radeon HD 7500G]
 vendor: Advanced Micro Devices, Inc. [AMD/ATI]
 physical id: 1
 bus info: pci@:00:01.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0
 resources: irq:44 memory:c000-cfff ioport:f000(size=256) 
memory:feb0-feb3
  
  lsb_release -rd
  
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  tomas  2276 F pulseaudio
+  /dev/snd/pcmC1D0p:   tomas  2276 F...m pulseaudio
+  /dev/snd/controlC0:  tomas  2276 F pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=545231a6-176b-4042-a8df-ad34eee43ebe
+ InstallationDate: Installed on 2014-05-08 (64 days ago)
+ InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131017)
+ MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U3C
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=0155a3b6-1ea0-4daf-b2cd-595f2d16fdb3 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-30-generic N/A
+  linux-backports-modules-3.13.0-30-generic  N/A
+  linux-firmware 1.127.4
+ Tags:  trusty
+ Uname: Linux 3.13.0-30-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 

[Bug 1341078] IwConfig.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151052/+files/IwConfig.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] Lspci.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1341078/+attachment/4151053/+files/Lspci.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] ProcModules.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151058/+files/ProcModules.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] ProcInterrupts.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151057/+files/ProcInterrupts.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] ProcCpuinfo.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151055/+files/ProcCpuinfo.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] RfKill.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1341078/+attachment/4151060/+files/RfKill.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] ProcEnviron.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151056/+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/1341078

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] PulseList.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151059/+files/PulseList.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] UdevDb.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1341078/+attachment/4151061/+files/UdevDb.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1341078] WifiSyslog.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151063/+files/WifiSyslog.txt

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

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1295032] Re: 3840x2160 fails with 30Hz with HDMI

2014-07-12 Thread madbiologist
** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  3840x2160 fails with 30Hz with HDMI

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

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


[Bug 825989] Re: radeon driver power management is very bad: GPU always runs at maximum clock speed

2014-07-12 Thread madbiologist
Radeon dynamic power management was introduced in the 3.11 kernel and
further refined in the 3.13 kernel used by Ubuntu 14.04 Trusty Tahr.

** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/825989

Title:
  radeon driver power management is very bad: GPU always runs at maximum
  clock speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/825989/+subscriptions

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


[Bug 1341078] UdevLog.txt

2014-07-12 Thread Tomas
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1341078/+attachment/4151062/+files/UdevLog.txt

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

Title:
  Video randomly freezes. drivers/gpu/drm/drm_crtc.c

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-07-12 Thread David Lee
Hi,

As I've already made the permanent changes by hand to my Ubuntu
installation, I am unable to check if the subsequent kernel versions
have this issue fixed without performing a clean reinstall, which I am
unwilling to do at the moment. Please confirm with the respective teams
to ensure that the fix is in place. Thanks.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1311975] Re: package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches auch in Paket ocl-icd-libopencl1:amd6

2014-07-12 Thread Graham Inggs
** This bug is no longer a duplicate of bug 1247736
   [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

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

Title:
  package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben,
  welches auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1311975/+subscriptions

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

[Bug 1325526] Re: package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches auch in Paket ocl-icd-libopencl1:amd6

2014-07-12 Thread Graham Inggs
*** This bug is a duplicate of bug 1311975 ***
https://bugs.launchpad.net/bugs/1311975

** This bug has been marked a duplicate of bug 1311975
   package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: 
Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches 
auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

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

Title:
  package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben,
  welches auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1325526/+subscriptions

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

[Bug 1341072] Re: package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package ocl-icd-libopencl1:amd64

2014-07-12 Thread Graham Inggs
*** This bug is a duplicate of bug 1311975 ***
https://bugs.launchpad.net/bugs/1311975

** This bug has been marked a duplicate of bug 1311975
   package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: 
Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches 
auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

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

Title:
  package nvidia-opencl-dev 5.5.22-3ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is
  also in package ocl-icd-libopencl1:amd64 2.1.3-4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1341072/+subscriptions

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

[Bug 1311975] Re: package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches auch in Paket ocl-icd-libopencl1:amd6

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

** Changed in: nvidia-cuda-toolkit (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/1311975

Title:
  package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben,
  welches auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1311975/+subscriptions

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

[Bug 1271138] Re: Several icons stopped showing since updating to Trusty

2014-07-12 Thread David Lee
I have noticed that this issue is yet to be fixed, a recent update to
nm-applet.desktop still has this issue. Please fix. You can see in my
above post that the problem can be solved by using dbus-launch.

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

Title:
  Several icons stopped showing since updating to Trusty

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

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


[Bug 1240104] Re: Edges are cut off on HD TV connected via HDMI

2014-07-12 Thread madbiologist
Please run xrandr --verbose again while the TV is connected and attach
the output here.

** Changed in: unity (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/1240104

Title:
  Edges are cut off on HD TV connected via HDMI

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

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


[Bug 1311975] Re: package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches auch in Paket ocl-icd-libopencl1:amd6

2014-07-12 Thread Graham Inggs
** Also affects: ocl-icd (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben,
  welches auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1311975/+subscriptions

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

[Bug 1247736] Re: [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

2014-07-12 Thread Graham Inggs
** No longer affects: ocl-icd (Debian)

** Also affects: nvidia-graphics-drivers-304 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-304 (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/1247736

Title:
  [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1247736/+subscriptions

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


[Bug 1330325] Re: Desktop hung

2014-07-12 Thread madbiologist
Given that you have a Richland APU, this might be fixed by the BAPM
(Balanced Average Power Management) support which has been added to the
upstream 3.16 kernel.

A PPA of the 3.16-rc4 kernel can be found at http://kernel.ubuntu.com
/~kernel-ppa/mainline/ and instructions on how to install and uninstall
it are available at https://wiki.ubuntu.com/Kernel/MainlineBuilds

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

Title:
  Desktop hung

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

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


[Bug 1267958] Re: mousepad always prints line numbers

2014-07-12 Thread Bug Watch Updater
Launchpad has imported 12 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=9813.

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 2013-01-28T15:07:59+00:00 Christian Hesse wrote:

When printing with mousepad I get line numbers on the paper though this
option is disable in printing options.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/0


On 2013-01-28T15:08:41+00:00 Christian Hesse wrote:

Btw, tested with latest git (0.3.0-12-g8d234ab).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/1


On 2013-05-11T10:49:58+00:00 b3nmore wrote:

My guess: gtk_source_print_compositor_set_print_line_numbers () is not
set to 0 if 'print line numbers' is unchecked. In both cases the value
of line_number_increment is used, which is always in [1,100].

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/2


On 2013-06-05T11:42:34+00:00 b3nmore wrote:

Created attachment 5056
Should fix, that line numbers are always printed

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/3


On 2013-06-06T15:43:56+00:00 b3nmore wrote:

Created attachment 5057
Fixes: line numbers are always printed

Additionally set print-line_number_increment = 0, since this is stored
and restored when printing the next time.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/4


On 2013-07-24T16:51:17+00:00 b3nmore wrote:

Created attachment 5103
Should fix: line numbers are always printed

Second approach was too simple and left
gtk_source_print_compositor_set_print_line_numbers in some cases in
undefined/wrong state. The attached patch hopefully handles this more
robust.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/5


On 2013-10-14T03:57:46+00:00 Andreldm1989-j wrote:

(In reply to b3nmore from comment #5)
 Created attachment 5103 [details]
 Should fix: line numbers are always printed
 
 Second approach was too simple and left
 gtk_source_print_compositor_set_print_line_numbers in some cases in
 undefined/wrong state. The attached patch hopefully handles this more robust.

Sorry, but the patch doesn't solve the problem here.
Also notice that the patch tries to rename the filename and has to be applied 
on the mousepad/mousepad folder(where the source files are), I think it should 
be applied on mousepad(where the configs files are).
I'll try to investigate this problem soon.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/6


On 2013-10-14T15:09:06+00:00 b3nmore wrote:

(In reply to André Miranda from comment #6)
 Sorry, but the patch doesn't solve the problem here.
 Also notice that the patch tries to rename the filename ...
Hm, this is strange. How did you apply the patch exactly?
 ... and has to be
 applied on the mousepad/mousepad folder(where the source files are), ...
Yes, this how patches usually are used. You change (in this case) 
mousepad-print.c by applying the patch to it. Then you compile mousepad and the 
resulting binary shouldn't show the corresponding issue anymore.
 ... I think
 it should be applied on mousepad(where the configs files are).
No idea, what you mean by this.
 I'll try to investigate this problem soon.
Good luck.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1267958/comments/7


On 2013-10-14T21:49:34+00:00 Andreldm1989-j wrote:

(In reply to b3nmore from comment #7)
 (In reply to André Miranda from comment #6)
  Sorry, but the patch doesn't solve the problem here.
  Also notice that the patch tries to rename the filename ...
 Hm, this is strange. How did you apply the patch exactly?
git apply ~/mousepad-print.patch
But I must have done something wrong, now the fix seems to be working just 
nicely :)

  ... and has to be
  applied on the mousepad/mousepad folder(where the source files are), ...
 Yes, this how patches usually are used. You change (in this case)
 mousepad-print.c by applying the patch to it. Then you compile mousepad and
 the resulting binary shouldn't show the corresponding issue anymore.
  ... I think
  it 

[Bug 1325165] Re: DPM support is broken in radeon APUs with HD 8000 radeon chips

2014-07-12 Thread madbiologist
As you said, this is fixed by the BAPM (Balanced Average Power
Management) support which has been added to the upstream 3.16 kernel.

For other people following this bug, a PPA of the 3.16-rc4 kernel can be
found at http://kernel.ubuntu.com/~kernel-ppa/mainline/ and instructions
on how to install and uninstall it are available at
https://wiki.ubuntu.com/Kernel/MainlineBuilds

For now, I think that Fix Committed is appropriate, and Fix Released
once Ubuntu 14.10 Utopic Unicorn is released in October.

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Fix Committed

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

Title:
  DPM support is broken in radeon APUs with HD 8000 radeon chips

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1325165/+subscriptions

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


[Bug 1285440] Re: xfce4-whiskermenu-plugin Switch Users functionality

2014-07-12 Thread Brian McNeil
Following comments elsewhere from Toz (which turned out most-helpful),
I've effectively copied the gdmflexiserver file
(/usr/lib/lightdm/lightdm/gdmflexiserver) from a 13.10 install of Ubuntu
Studio into a 14.04 environment. That resolves the issue without
resorting to locking the screen and selecting 'New Login'.

It not only resolves the issue with whiskermenu, the standard 'Action
Buttons' panel no longer shows Switch User as greyed-out.

The relevant command in gdmflexiserver doesn't make reference to gnome,
being as-follows:

dbus-send --system --type=method_call --print-reply
--dest=org.freedesktop.DisplayManager $XDG_SEAT_PATH
org.freedesktop.DisplayManager.Seat.SwitchToGreeter

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

Title:
  xfce4-whiskermenu-plugin Switch Users functionality

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-whiskermenu-plugin/+bug/1285440/+subscriptions

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


[Bug 1341100] [NEW] High CPU usage (100%) by different applications 14.04 LTS

2014-07-12 Thread VeVe
Public bug reported:

Hi,

I've noticed that many applications randomly use 100% of the CPU cores
for an indefinitely period of time.

For example...
* the Shotwell Viewer (without doing anything with it... just left a picture 
opened)
* the YELP application (isn't this just like a html viewer?) 

Here is an image of the curious process 
http://s4.postimg.org/idmqgei71/Screenshot_from_2014_07_12_13_25_11.png

Additional info:

Description:Ubuntu 14.04 LTS
Release:14.04

yelp:
  Instalat:   3.10.2-0ubuntu1
  Candidează: 3.10.2-0ubuntu1
  Tabela de versiuni:
 *** 3.10.2-0ubuntu1 0
500 http://ro.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

shotwell:
  Instalat:   0.18.0-0ubuntu4
  Candidează: 0.18.0-0ubuntu4
  Tabela de versiuni:
 *** 0.18.0-0ubuntu4 0
500 http://ro.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: 14.04 cpu high process random ubuntu

** Attachment added: a screenshot of the curious high cpu usage process
   
https://bugs.launchpad.net/bugs/1341100/+attachment/4151066/+files/Screenshot%20from%202014-07-12%2013%3A25%3A11.png

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

Title:
  High CPU usage (100%) by different applications 14.04 LTS

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

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

[Bug 1341101] [NEW] virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel module failed to build

2014-07-12 Thread Guido Scholz
Public bug reported:

Updating the kernel package in Ubuntu 12.04.4 LTS to linux-image-
generic-lts-trusty (3.13.0.30.26) results in a failing virtualbox-dkms
module compilation:


$ LANG=C sudo dpkg-reconfigure virtualbox-dkms
--
Deleting module version: 4.1.12
completely from the DKMS tree.
--
Done.
Loading new virtualbox-4.1.12 DKMS files...
Building only for 3.13.0-30-generic
Building initial module for 3.13.0-30-generic
Error! Bad return status for module build on kernel: 3.13.0-30-generic (x86_64)
Consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information.


Here is the content of /var/lib/dkms/virtualbox/4.1.12/build/make.log:

DKMS make.log for virtualbox-4.1.12 for kernel 3.13.0-30-generic (x86_64)
Sat Jul 12 12:34:19 CEST 2014
make: Entering directory `/usr/src/linux-headers-3.13.0-30-generic'
  LD  /var/lib/dkms/virtualbox/4.1.12/build/built-in.o
  LD  /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/built-in.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.o
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c: In function 
'vboxdrvLinuxUid':
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:226:5: 
error: incompatible types when returning type 'kuid_t' but 'RTUID' was expected
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c: In function 
'vboxdrvLinuxGid':
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:235:5: 
error: incompatible types when returning type 'kgid_t' but 'RTGID' was expected
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c: In function 
'vboxdrvLinuxEuid':
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:244:5: 
error: incompatible types when returning type 'kuid_t' but 'RTUID' was expected
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:248:1: 
warning: control reaches end of non-void function [-Wreturn-type]
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c: In function 
'vboxdrvLinuxUid':
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:230:1: 
warning: control reaches end of non-void function [-Wreturn-type]
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c: In function 
'vboxdrvLinuxGid':
/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.c:239:1: 
warning: control reaches end of non-void function [-Wreturn-type]
make[2]: *** 
[/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/SUPDrv-linux.o] Error 1
make[1]: *** [/var/lib/dkms/virtualbox/4.1.12/build/vboxdrv] Error 2
make: *** [_module_/var/lib/dkms/virtualbox/4.1.12/build] Error 2
make: Leaving directory `/usr/src/linux-headers-3.13.0-30-generic'

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-30.55~precise1-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-30-generic
Date: Sat Jul 12 11:58:05 2014
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel 
module failed to build
UpgradeStatus: Upgraded to precise on 2012-12-16 (572 days ago)
VirtualBox.ModInfo:

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


** Tags: amd64 apport-package precise

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

Title:
  virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel
  module failed to build

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

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


[Bug 1341101] Re: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel module failed to build

2014-07-12 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/1341101

Title:
  virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel
  module failed to build

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

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


[Bug 1341103] Re: No Sound (Realtek ALC887)

2014-07-12 Thread Sander Hollebrand
PulseAudio verbose log was requested, so hereby provided :D

** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1341103/+attachment/4151078/+files/pulseverbose.log

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

Title:
  No Sound (Realtek ALC887)

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

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


[Bug 1341103] [NEW] No Sound (Realtek ALC887)

2014-07-12 Thread Sander Hollebrand
Public bug reported:

After updating to the 3.13.0-30-generic kernel sound has stopped
working. DMESG gives numerous errors about unknow symbols and
disagreeing about version of symbol while loading the snd_hda_codec.

Reverting to a previous kernel (3.13.0-29-generic) restores sound.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: hostname 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: GNOME
Date: Sat Jul 12 11:35:33 2014
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/24/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97P-D3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3:bd04/24/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ97P-D3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97P-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z97P-D3
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug trusty

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

Title:
  No Sound (Realtek ALC887)

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

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


[Bug 1341106] [NEW] System hangs after connecting or disconnecting external monitor

2014-07-12 Thread Samuel Dário Falcão Gabriel del Bello
Public bug reported:

Each time I connect or disconnect the external monitor my ubuntu system
will hang and a Hard reboot is necessary. Only way I manage to have the
external monitor working is to plug it before booting. Which gets quite
annoying after a while.

I had the exact same problem already with ubuntu 12.04 and was hoping
the upgrade of the system to last release 14.04 would solve it. Although
it did not. I am using  a vaio vgn-sr19xn with Intel Graphics Media
Accelerator (GMA) 4500MHD. The external monitor is a Samsung Tv.

In the wiki says it is a known problem, although I was wondering weather there 
is some fix for this?
Which info do you need from me?

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

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

Title:
  System hangs after connecting or disconnecting external monitor

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

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


[Bug 1341106] Missing required logs.

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

apport-collect 1341106

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

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

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

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

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

Title:
  System hangs after connecting or disconnecting external monitor

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

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


[Bug 1341108] [NEW] Backlight brightness control regressed from logarithmic scale to linear scale

2014-07-12 Thread Anders Kaseorg
Public bug reported:

After upgrading from kernel 3.15.0-6 to kernel 3.16.0-3, the backlight
became very difficult to control near the low end of the scale. The
lowest setting now turns the backlight completely off, but the second-
lowest setting is too bright. Meanwhile, the difference between the
highest several settings is nearly imperceptible.

This happened because /sys/class/backlight/acpi_video0/brightness has
disappeared in kernel 3.16 in favor of
/sys/class/intel_backlight/brightness. But the relationship between
acpi_video0 and intel_backlight is not linear.  As acpi_video varies
[0,1,2,…,13,14,15], intel_backlight varies as
[52,87,139,…,2557,3358,4437].

I measured the exact relationship between the two scales on kernel 3.15
and plotted it with the intel_backlight values on a logarithmic scale
(see attachment). You can see that the function intel_backlight =
60*(4/3)^acpi_video0 is a good fit.

It’s well known that perceived brightness varies logarithmically with
physical intensity (Fechner’s law), so it’s no surprise that the
acpi_video0 scale was more useful. Either the kernel or GNOME should
adjust the intel_backlight scale to logarithmic.

(I’m running utopic on a Lenovo Thinkpad T510.)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-3-generic 3.16.0-3.8
ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
Uname: Linux 3.16.0-3-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  anders 2179 F pulseaudio
CurrentDesktop: GNOME
Date: Sat Jul 12 07:06:12 2014
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=fd305e7c-c58c-4061-8105-5cda63c38849
InstallationDate: Installed on 2010-12-05 (1315 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
MachineType: LENOVO 4313CTO
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-3-generic 
root=/dev/mapper/fdisk-ubuntu ro init=/lib/systemd/systemd quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-3-generic N/A
 linux-backports-modules-3.16.0-3-generic  N/A
 linux-firmware1.132
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2013-10-31 (254 days ago)
dmi.bios.date: 09/26/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 6MET92WW (1.52 )
dmi.board.name: 4313CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6MET92WW(1.52):bd09/26/2012:svnLENOVO:pn4313CTO:pvrThinkPadT510:rvnLENOVO:rn4313CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4313CTO
dmi.product.version: ThinkPad T510
dmi.sys.vendor: LENOVO

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

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


** Tags: amd64 apport-bug regression-release utopic

** Attachment added: intel_backlight vs. acpi_video0 brightness scales
   
https://bugs.launchpad.net/bugs/1341108/+attachment/4151081/+files/backlight-scale.png

** Summary changed:

- Backlight control regressed from logarithmic scale to linear scale
+ Backlight brightness control regressed from logarithmic scale to linear scale

** Also affects: gnome-settings-daemon (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/1341108

Title:
  Backlight brightness control regressed from logarithmic scale to
  linear scale

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

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

[Bug 1311975] Re: package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben, welches auch in Paket ocl-icd-libopencl1:amd6

2014-07-12 Thread Bug Watch Updater
** Changed in: ocl-icd (Debian)
   Status: Unknown = New

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

Title:
  package nvidia-opencl-dev 5.0.35-7ubuntu1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libOpenCL.so« zu überschreiben,
  welches auch in Paket ocl-icd-libopencl1:amd64 2.1.3-4 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1311975/+subscriptions

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

  1   2   3   4   >