[Bug 1308771] Re: Update Swedish spellcheck and hyphenation dictionaries

2014-06-18 Thread Gunnar Hjalmarsson
Hi Björn!

Are you in doubt about this, or can it be uploaded to trusty-proposed?

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

Title:
  Update Swedish spellcheck and hyphenation dictionaries

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

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

[Bug 1329082] Re: Lyx loses keystrokes

2014-06-18 Thread Evan Langlois
Yes! Thank you.  I don't see a "Close - Can't Reproduce" option.
Should it be marked invalid?

And yes, I figured when trying a new PPA I should just go ahead and
report it upstream, then on a whim I decided to just delete the config
and it fixed it - shameful to have it change the config and not
recognize the old format!

And I wouldn't say things are running as they should - Lyx is ... but
I've got problems I can't even figure out how to diagnose.  Seems to be
dbus-related problem  -  some sort of loop.  Locks up the whole desktop
for a couple of seconds at a time.  Fix one problem and another pops up.
I remember the days when Linux was simple and stable!

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

Title:
  Lyx loses keystrokes

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

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


[Bug 1329798] Re: install-guie: the signing_dir configuration (proxy-server.conf) is not correct

2014-06-18 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/101091
Committed: 
https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=644d42713de489a56de27fe57fa116f961b954dd
Submitter: Jenkins
Branch:stable/icehouse

commit 644d42713de489a56de27fe57fa116f961b954dd
Author: Keshava Bharadwaj 
Date:   Sat Jun 14 18:18:29 2014 +0530

Corrects proxy server conf in swift install guide

The install and configuration guide for object storage has
proxy-server.conf contents with /home/swift/keystone-signing as
signing directory. Without the directory being available swift proxy
service is unable to start. Signing directory is a temporary cache
directory which defaults to /tmp. Hence removing this entry makes
/tmp as default signing directory. This patch removes signing_dir
option to make swift use /tmp as signing directory implicitly.

Change-Id: I8b9b70b30af2767f48705acb14329833179b96fc
Closes-Bug: #1329798
(cherry picked from commit abed3e59e159136b39a498a013983d0cf9efded9)


** Tags added: in-stable-icehouse

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

Title:
  install-guie: the signing_dir configuration (proxy-server.conf) is not
  correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+subscriptions

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


[Bug 1331814] Re: Warning messages for handlers are never called

2014-06-18 Thread Hamilton Turner
Fixed. Ash/Dash don't support ERR traps, so I instead did this:

set +e
output=$(getopt -o '' -l $options -- "$@")
errout=$(getopt -o '' -l $options -- "$@" 2>&1 >/dev/null)
set -e

if [[ -n "$errout" ]]; then
warn_getopt $type
warn "$type Error: $errout"
fi

This results in much better logging during install, without stopping
output to console. For example:

$ cat /var/log/syslog | grep kickseed
> ... snip ... <
Jun 19 01:56:26 kickseed: Failed to parse %pre options
Jun 19 01:56:26 kickseed: %pre Error: getopt: unrecognized option 
'--log=/test.log'

I've also integrated this with test-kickseed, which outputs this:

$ ./test-kickseed custom-test.ks
getopt: unrecognized option '--log=/test.log'
LOG: Failed to parse some %pre options
LOG: %pre Error: getopt: unrecognized option '--log=/test.log'

As you can see, getopt still prints to stderr, but now we have log
messages printed as well.


** Changed in: kickseed (Ubuntu)
   Status: New => Fix Committed

** Changed in: kickseed (Ubuntu)
 Assignee: (unassigned) => Hamilton Turner (hamiltont-x)

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

Title:
  Warning messages for handlers are never called

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

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


[Bug 1331814] Re: Warning messages for handlers are never called

2014-06-18 Thread Hamilton Turner
Also, I added a "reference" file for kickstart that lists all commands
with all command options. By doing

$ ./test-kickseed tests/full-full-06-2014.ks

we can see which kickstart options are not currently supported, as they will 
print out "LOG" messages. It's 
not exactly test driven dev, but it's something ;-)

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

Title:
  Warning messages for handlers are never called

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

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


[Bug 1331320] Re: Differences between test-kickseed and real execution

2014-06-18 Thread Hamilton Turner
** Branch linked: lp:~hamiltont-x/kickseed/kickseed

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

Title:
  Differences between test-kickseed and real execution

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

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


[Bug 1329792] Re: gtkpopover widgets not rendered

2014-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+3.0 - 3.12.2-0ubuntu4

---
gtk+3.0 (3.12.2-0ubuntu4) utopic; urgency=medium

  * debian/patches/git-gtkpopover-set-background-and-popover-css.patch
- backport from master (lp: #1329792, gnome: #731834)
 -- Lars UebernickelWed, 18 Jun 2014 17:32:26 
+0200

** Changed in: gtk+3.0 (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/1329792

Title:
  gtkpopover widgets not rendered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1329792/+subscriptions

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


[Bug 1329082] Re: Lyx loses keystrokes

2014-06-18 Thread Scott Kostyshak
Hi Evan, thanks for the detailed report. So it sounds like this bug
report should be closed because we have never heard anything else like
it and we don't have anything else to reproduce the original problem.

As for the new problem, I see you've resolved it as stated here:
http://www.lyx.org/trac/ticket/9163

Hopefully there can be improvements to avoid such problems in the
future.

Glad you finally got things up and running as they should!

Scott

** Bug watch added: www.lyx.org/trac/ #9163
   http://www.lyx.org/trac/ticket/9163

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

Title:
  Lyx loses keystrokes

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

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


[Bug 979498] Re: kernel hangs in xlog_grant_log_space

2014-06-18 Thread dino99
EOL riched

** Changed in: linux (Ubuntu Quantal)
   Status: In Progress => Invalid

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

Title:
  kernel hangs in xlog_grant_log_space

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

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


[Bug 1331814] Re: Warning messages for handlers are never called

2014-06-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~hamiltont-x/kickseed/kickseed

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

Title:
  Warning messages for handlers are never called

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

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


[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04

2014-06-18 Thread KalaDude
I have the same problem with Ubuntu 14.04.  My canon camera still
connects, and a memory card reader still connects.  Out of curiosity, I
turned on an old computer with Ubuntu 12.04 and connected the Samsung
Note II and it was detected right away.

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

Title:
  Samsung Note II does not mount as drives after upgrade to 14.04

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

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


[Bug 1331452] Re: Please backport current CVEs for Precise LTS openssl098

2014-06-18 Thread Seth Arnold
Thanks for taking on this update; I have a few questions:

The changelog references a patch that isn't included:

+- debian/patches/fix_renegotiation.patch: add upstream commit to fix
+  renegotiation in ssl/s3_clnt.c, ssl/t1_lib.c.

Why was this patch dropped? It feels accidental, since it's still in the
changelog.

The modifications to the file crypto/cms/cms_smime.c appear to have been
dropped from debian/patches/CVE-2012-0884.patch. Was this intentional?

Thanks

** Changed in: openssl (Ubuntu Precise)
   Status: Confirmed => Incomplete

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0884

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

Title:
  Please backport current CVEs for Precise LTS openssl098

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

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


[Bug 712377] Re: Opening a known good *.deb with software centre, fails to install as lintian errors cannot be overidden

2014-06-18 Thread anewguy
I can confirm this still exists in the Software Center when using
xubuntu 14.04.  See attachment for screen shot of the errors - in this
case errors about object files.

** Attachment added: "Screenshot - 06192014 - 01:01:46 AM.png"
   
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/712377/+attachment/4134676/+files/Screenshot%20-%2006192014%20-%2001%3A01%3A46%20AM.png

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

Title:
  Opening a known good *.deb with software centre, fails to install as
  lintian errors cannot be overidden

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

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


[Bug 1331929] [NEW] package lazarus-ide-1.0.10 1.0.10+dfsg-1 failed to install/upgrade: cannot copy extracted data for './usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po' to '/usr/lib/lazarus/1.0.10

2014-06-18 Thread tahir
Public bug reported:

can't install package

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lazarus-ide-1.0.10 1.0.10+dfsg-1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Thu Jun 19 11:53:39 2014
DuplicateSignature: package:lazarus-ide-1.0.10:1.0.10+dfsg-1:cannot copy 
extracted data for './usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po' to 
'/usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po.dpkg-new': unexpected end 
of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po' to 
'/usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po.dpkg-new': unexpected end 
of file or stream
InstallationDate: Installed on 2014-06-06 (12 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: lazarus
Title: package lazarus-ide-1.0.10 1.0.10+dfsg-1 failed to install/upgrade: 
cannot copy extracted data for 
'./usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po' to 
'/usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po.dpkg-new': unexpected end 
of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package lazarus-ide-1.0.10 1.0.10+dfsg-1 failed to install/upgrade:
  cannot copy extracted data for
  './usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po' to
  '/usr/lib/lazarus/1.0.10/languages/lazaruside.sk.po.dpkg-new':
  unexpected end of file or stream

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

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


[Bug 1254220] Re: nm-connection-editor GUI enters an infinite loop with tk_file_chooser_select_filename: assertion 'filename != NULL' after selecting p12 file

2014-06-18 Thread Priit Pihus
Yes, still exists in 14.04 LTS and so far I've found no solution for it.
Pfsense exports keys in p12 format and it should affect a lot of users.

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

Title:
  nm-connection-editor GUI enters an infinite loop with
  tk_file_chooser_select_filename: assertion 'filename != NULL' after
  selecting p12 file

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

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


[Bug 1323967] Re: No Unity 3D support with Radeon APU E2-4000 with R2 Graphics [1002:9853]

2014-06-18 Thread Yung Shen
With kernel 3.15, mesa 10.3 and libdrm 2.4.54
Still quite laggy and no 3d support for unity.


** Attachment added: "packages.list"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323967/+attachment/4134675/+files/packages.list

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

Title:
  No Unity 3D support with Radeon APU E2-4000 with R2 Graphics
  [1002:9853]

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

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


[Bug 1322764] Re: apache2 does not work with shipped profiles

2014-06-18 Thread Steve Beattie
Kees,

I accepted most of the rest of the fixes you proposed in lp:apparmor
commit 2533. The exceptions to those I've submitted to the apparmor list
at https://lists.ubuntu.com/archives/apparmor/2014-June/005857.html with
an attempt to explain why I felt uncomfortable accepting them, but
giving you and others the opportunity to override my opinion on them.

Thanks!

** Changed in: apparmor
   Status: New => In Progress

** Changed in: apparmor
   Importance: Undecided => Medium

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

Title:
  apache2 does not work with shipped profiles

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

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


[Bug 1331923] Re: unity-2d-shell crashed with SIGSEGV

2014-06-18 Thread Apport retracing service
*** This bug is a duplicate of bug 936560 ***
https://bugs.launchpad.net/bugs/936560

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134665/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134667/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134668/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134669/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134670/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134671/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1331923/+attachment/4134672/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 936560
   unity-2d-shell crashed with SIGSEGV

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  unity-2d-shell crashed with SIGSEGV

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

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


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-06-18 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.openstack.org/101096

** Changed in: nova
   Status: Confirmed => In Progress

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

Title:
  live migration fails when use long hostname of a nova compute target
  host

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

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


[Bug 1331905] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2014-06-18 Thread Daniel Letzeisen
*** This bug is a duplicate of bug 1023645 ***
https://bugs.launchpad.net/bugs/1023645

** This bug has been marked a duplicate of bug 1023645
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build 
[error: ‘struct kernel_stat’ has no member named ‘cpustat’]

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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

[Bug 1318314] Re: brightness adjustment does not work on Thinkpad E145

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

** Changed in: fglrx-installer (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/1318314

Title:
  brightness adjustment does not work on Thinkpad E145

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

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


[Bug 1023645] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build [error: ‘struct kernel_stat’ has no member named ‘cpustat’]

2014-06-18 Thread Daniel Letzeisen
** No longer affects: ndiswrapper (Ubuntu Quantal)

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build [error: ‘struct kernel_stat’ has no member named ‘cpustat’]

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

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

[Bug 1331907] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2014-06-18 Thread Daniel Letzeisen
*** This bug is a duplicate of bug 1023645 ***
https://bugs.launchpad.net/bugs/1023645

** This bug has been marked a duplicate of bug 1331905
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

** This bug is no longer a duplicate of bug 1331905
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
** This bug has been marked a duplicate of bug 1023645
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build 
[error: ‘struct kernel_stat’ has no member named ‘cpustat’]

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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

[Bug 1309025] Re: systemd-logind assert failure: cgmanager-client.c:6322: Assertion failed in cgmanager_list_children_sync: proxy != NULL

2014-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 204-10ubuntu9

---
systemd (204-10ubuntu9) utopic; urgency=medium

  * Fix various issues with the cgmanager integration (LP: #1309025):
 - Always nih_free variables that were potentially nih allocated.
 - Always initialize the children listings to NULL.
 -- Stephane GraberWed, 18 Jun 2014 23:34:41 -0400

** Changed in: systemd (Ubuntu Utopic)
   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/1309025

Title:
  systemd-logind assert failure: cgmanager-client.c:6322: Assertion
  failed in cgmanager_list_children_sync: proxy != NULL

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

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


[Bug 1328767] Re: [Lenovo ThinkPad W530] Random PC freezes

2014-06-18 Thread Alex Shtof
Well, that was quick. It happens on an upstream kernel too. I am running
apport-collect again. The next attachments are from the upstream kernel.

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

Title:
  [Lenovo ThinkPad W530] Random PC freezes

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

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


[Bug 1328767] Re: [Lenovo ThinkPad W530] Random PC freezes

2014-06-18 Thread Alex Shtof
Apport-collect refuses to run under the mainline kernel. If you need any
more info please specify.

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

Title:
  [Lenovo ThinkPad W530] Random PC freezes

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

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


[Bug 1316901] Re: Wrong screen rotation at login

2014-06-18 Thread Pierre van Male
Hi,

The script from Daniel works for me too, but only with the login of the
user, not the "*"...

BR
Pierre

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

Title:
  Wrong screen rotation at login

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

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


[Bug 1331919] [NEW] Closed laptop just showing black screen when opened

2014-06-18 Thread Mike Valenza
Public bug reported:

This appears to be another example of bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1283938.  Like
other users who have reported this problem in this bug, I am finding
that the computer, which is running Xubuntu, will not wake up after
going to sleep when closing the laptop.  All I see is a black screen.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-29-generic 3.13.0-29.53
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic i686
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mike   2009 F pulseaudio
CurrentDesktop: XFCE
Date: Wed Jun 18 21:52:24 2014
HibernationDevice: RESUME=UUID=254b7140-5907-4df2-b1aa-f8671f6c654f
InstallationDate: Installed on 2014-06-05 (13 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Gateway Gateway M685
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=6476d1cb-6d18-4fbf-96eb-9b078025d0b6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-29-generic N/A
 linux-backports-modules-3.13.0-29-generic  N/A
 linux-firmware 1.127.2
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/17/2006
dmi.bios.vendor: Gateway
dmi.bios.version: 72.02
dmi.board.vendor: Gateway
dmi.board.version: 7202
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 8
dmi.chassis.vendor: Gateway
dmi.chassis.version: Rev.1
dmi.modalias: 
dmi:bvnGateway:bvr72.02:bd02/17/2006:svnGateway:pnGatewayM685:pvr3402439:rvnGateway:rn:rvr7202:cvnGateway:ct8:cvrRev.1:
dmi.product.name: Gateway M685
dmi.product.version: 3402439
dmi.sys.vendor: Gateway

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


** Tags: apport-bug i386 trusty

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

Title:
  Closed laptop just showing black screen when opened

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

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


[Bug 1331919] Status changed to Confirmed

2014-06-18 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/1331919

Title:
  Closed laptop just showing black screen when opened

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

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


[Bug 1329798] Fix proposed to openstack-manuals (stable/icehouse)

2014-06-18 Thread OpenStack Infra
Fix proposed to branch: stable/icehouse
Review: https://review.openstack.org/101091

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

Title:
  install-guie: the signing_dir configuration (proxy-server.conf) is not
  correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+subscriptions

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


[Bug 776701] Re: firewall command not implemented

2014-06-18 Thread Hamilton Turner
** Changed in: kickseed (Ubuntu)
   Status: Triaged => Confirmed

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

Title:
  firewall command not implemented

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

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


[Bug 1329798] Re: install-guie: the signing_dir configuration (proxy-server.conf) is not correct

2014-06-18 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/100057
Committed: 
https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=abed3e59e159136b39a498a013983d0cf9efded9
Submitter: Jenkins
Branch:master

commit abed3e59e159136b39a498a013983d0cf9efded9
Author: Keshava Bharadwaj 
Date:   Sat Jun 14 18:18:29 2014 +0530

Corrects proxy server conf in swift install guide

The install and configuration guide for object storage has
proxy-server.conf contents with /home/swift/keystone-signing as
signing directory. Without the directory being available swift proxy
service is unable to start. Signing directory is a temporary cache
directory which defaults to /tmp. Hence removing this entry makes
/tmp as default signing directory. This patch removes signing_dir
option to make swift use /tmp as signing directory implicitly.

Change-Id: I8b9b70b30af2767f48705acb14329833179b96fc
Closes-Bug: #1329798


** Changed in: openstack-manuals
   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/1329798

Title:
  install-guie: the signing_dir configuration (proxy-server.conf) is not
  correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+subscriptions

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


[Bug 1296705] Re: Amazon Prime Instant Video Does Not Work

2014-06-18 Thread Jeff Trull
Thanks T_W for that helpful observation.  I am now able to watching
Amazon Instant on Ubuntu (though not through Chrome as I used to).
Hopefully the AppArmor settings can be updated.

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

Title:
  Amazon Prime Instant Video Does Not Work

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

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


[Bug 1074169] Re: function keys not working [lenovo]

2014-06-18 Thread claw
Hey guys,

A 60 day expiry on this bug is not fair!  I couldn't repro the bug for
atleast a year after it first bit me, and I use my laptop 70% of each
day.

Please remove the expiry - thanks.

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

Title:
  function keys not working [lenovo]

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

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


[Bug 1330424] Re: /etc/init.d/samhain: invalid arguments

2014-06-18 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/samhain

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

Title:
  /etc/init.d/samhain: invalid arguments

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

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


[Bug 1154863] Re: 0 is returned on an error

2014-06-18 Thread Sworddragon
** Changed in: libimage-exiftool-perl (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/1154863

Title:
  0 is returned on an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimage-exiftool-perl/+bug/1154863/+subscriptions

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


[Bug 1330917] Re: Cannot receive MMS in Sonera (Finland) network

2014-06-18 Thread Martti Piirainen
** Attachment added: "Files from /home/phablet/.local/share/nuntium/store"
   
https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1330917/+attachment/4134647/+files/nuntium_store.tar.gz

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

Title:
  Cannot receive MMS in Sonera (Finland) network

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

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


[Bug 1330917] Re: Cannot receive MMS in Sonera (Finland) network

2014-06-18 Thread Martti Piirainen
The original WAP content type parsing bug is fixed in branch
lp:~sergiusens/nuntium/1330917, thanks.

But I immediately run into the next problem: The MMS PDU is now
downloaded, but cannot be decoded.

The attached logs shows two attempts (using the same SIM cards as earlier):
1. From a Jolla (Sailfish OS) device
2. From a Nexus 4 (Android 4.2.2) device

Both attempts show a similar "Unable to decode m-retrieve.conf: cannot
decode media type" error.

** Attachment added: "tested with branch lp:~sergiusens/nuntium/1330917"
   
https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1330917/+attachment/4134646/+files/nuntium.log

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

Title:
  Cannot receive MMS in Sonera (Finland) network

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

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


[Bug 1331915] [NEW] [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when headset is plugged in

2014-06-18 Thread Dan Poler
Public bug reported:

When a headset is plugged in (four-position plug with an inline mic) on
a typical laptop, the inline mic is switched to by default and when the
headset is unplugged, the system reverts to the internal mic. In this
case, there is never a switch to the inline mic. The system internal mic
stays active at all times.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  dpoler 2637 F pulseaudio
 /dev/snd/controlC0:  dpoler 2637 F pulseaudio
CurrentDesktop: Unity
Date: Wed Jun 18 22:17:43 2014
InstallationDate: Installed on 2014-05-29 (20 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Mic, Internal
Symptom_Type: No auto-switch between inputs
Title: [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/28/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: XPS 15 9530
dmi.board.vendor: Dell Inc.
dmi.board.version: A04
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/28/2014:svnDellInc.:pnXPS159530:pvrA04:rvnDellInc.:rnXPS159530:rvrA04:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: XPS 15 9530
dmi.product.version: A04
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug kernel-sound trusty

** Tags added: kernel-sound

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

Title:
  [XPS 15 9530, Realtek ALC668, Mic, Internal] No autoswitch when
  headset is plugged in

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

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


[Bug 662289] Re: I cannot stop Rhythmbox from scanning XDG_MUSIC_DIR

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/662289

Title:
  I cannot stop Rhythmbox from scanning XDG_MUSIC_DIR

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

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


[Bug 640158] Re: Unable to usefully transfer files to walkman

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/640158

Title:
  Unable to usefully transfer files to walkman

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

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


[Bug 654195] Re: text besides icon an option but displays as icons only

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/654195

Title:
  text besides icon an option but displays as icons only

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

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


[Bug 401065] Re: no puedo completar actualizaciones

2014-06-18 Thread Launchpad Bug Tracker
[Expired for lmodern (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lmodern (Ubuntu)
   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/401065

Title:
  no puedo completar actualizaciones

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

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


[Bug 606216] Re: connection status message for radio stations is incorrect

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/606216

Title:
  connection status message for radio stations is incorrect

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

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


[Bug 1302807] Re: [Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302807

Title:
  [Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD]
  suspend/resume failure

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

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


[Bug 645735] Re: Rhythmbox search by typing in to window does not work correctly

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/645735

Title:
  Rhythmbox search by typing in to window does not work correctly

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

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


[Bug 613430] Re: Rhythmbox freezes after every song

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/613430

Title:
  Rhythmbox freezes after every song

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

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


[Bug 622629] Re: Rhythmbox cannot import some files due to gstreamer internal error

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/622629

Title:
  Rhythmbox cannot import some files due to gstreamer internal error

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

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


[Bug 1302150] Re: kernel BUG at /build/buildd/linux-3.13.0/mm/slub.c:3365!

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302150

Title:
  kernel BUG at /build/buildd/linux-3.13.0/mm/slub.c:3365!

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

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


[Bug 1301669] Re: [ASUS K50IJ] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1301669

Title:
  [ASUS K50IJ] suspend/resume failure

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

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


[Bug 677042] Re: rhythmbox removes song from library when external visualization is closed

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/677042

Title:
  rhythmbox removes song from library when external visualization is
  closed

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

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


[Bug 1302804] Re: [MacBook6, 1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not resume from suspend properly (nothing clickable).

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302804

Title:
  [MacBook6,1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook
  does not resume from suspend properly (nothing clickable).

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

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


[Bug 1302648] Re: [ASUS F1A75-V PRO] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302648

Title:
  [ASUS F1A75-V PRO] suspend/resume failure

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

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


[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/672089

Title:
  GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT
  (object)' failed

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

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


[Bug 675603] Re: rhythmbox crash when opening .pls file from command line

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/675603

Title:
  rhythmbox crash when opening .pls file from command line

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

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


[Bug 978825] Re: Seeking disabled when starting podcast after downloading it

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/978825

Title:
  Seeking disabled when starting podcast after downloading it

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

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


[Bug 662642] Re: the search function doesn`t work correctly

2014-06-18 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   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/662642

Title:
  the search function doesn`t work correctly

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

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


[Bug 1252119] Re: Cannon CanoScan N670U drivers not working in Ubuntu 13:10

2014-06-18 Thread Launchpad Bug Tracker
[Expired for sane-backends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-backends (Ubuntu)
   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/1252119

Title:
  Cannon CanoScan N670U drivers not working in Ubuntu 13:10

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

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


[Bug 1301971] Re: [Hewlett-Packard Compaq Presario CQ61 Notebook PC] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1301971

Title:
  [Hewlett-Packard Compaq Presario CQ61 Notebook PC] suspend/resume
  failure

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

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


[Bug 1268838] Re: Unable to mount audio disc - Message did not receive a reply (timeout by message bus)

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1268838

Title:
  Unable to mount audio disc - Message did not receive a reply (timeout
  by message bus)

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

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


[Bug 1303080] Re: [Lenovo IdeaPad Y510P] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303080

Title:
  [Lenovo IdeaPad Y510P] suspend/resume failure

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

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


[Bug 1301796] Re: general protection fault: 0000 [#1] SMP

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1301796

Title:
  general protection fault:  [#1] SMP

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

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


[Bug 1302785] Re: [Lenovo V570] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302785

Title:
  [Lenovo V570] suspend/resume failure

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

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


[Bug 1302682] Re: [ASUS P52Jc] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1302682

Title:
  [ASUS P52Jc] suspend/resume failure

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

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


[Bug 1301097] Re: [Apple Inc. MacBookAir5, 2] suspend/resume failure [non-free: wl]

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1301097

Title:
  [Apple Inc. MacBookAir5,2] suspend/resume failure [non-free: wl]

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

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


[Bug 1303322] Re: [Asus V-P7H55E] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303322

Title:
  [Asus V-P7H55E] suspend/resume failure

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

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


[Bug 1303433] Re: [SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B] suspend/resume failure [non-free: fglrx]

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303433

Title:
  [SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B]
  suspend/resume failure [non-free: fglrx]

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

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


[Bug 1303342] Re: [Acer C720] Touchpad not working after kernel upgrade

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303342

Title:
  [Acer C720] Touchpad not working after kernel upgrade

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

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


[Bug 1303277] Re: [Lenovo ThinkPad X220] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303277

Title:
  [Lenovo ThinkPad X220] suspend/resume failure

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

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


[Bug 1303442] Re: [Dell Inspiron 6000] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303442

Title:
  [Dell Inspiron 6000] suspend/resume failure

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

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


[Bug 1309888] Re: 045e:0745 [Lenovo IdeaPad S310] Wireless mouse is not working after reboot.

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1309888

Title:
  045e:0745 [Lenovo IdeaPad S310] Wireless mouse is not working after
  reboot.

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

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


[Bug 1308311] Re: uvcvideo kernel module crash

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1308311

Title:
  uvcvideo kernel module crash

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

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


[Bug 1305172] Re: Frequent system hangs, pcieport bus error messages

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1305172

Title:
  Frequent system hangs, pcieport bus error messages

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

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


[Bug 1309859] Re: the installation is broken

2014-06-18 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   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/1309859

Title:
  the installation is broken

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

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


[Bug 1306761] Re: [ASUS U38N] suspend/resume failure [non-free: wl fglrx]

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1306761

Title:
  [ASUS U38N] suspend/resume failure [non-free: wl fglrx]

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

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


[Bug 1309345] Re: [Gateway LT28] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1309345

Title:
  [Gateway LT28] suspend/resume failure

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

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


[Bug 1308213] Re: [Dell Latitude E4300] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1308213

Title:
  [Dell Latitude E4300] suspend/resume failure

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

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


[Bug 1303586] Re: [Dell Latitude E5500] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303586

Title:
  [Dell Latitude E5500] suspend/resume failure

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

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


[Bug 1305651] Re: [Hewlett-Packard HP Pavilion dv6000 (RY642EA#ABF)] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1305651

Title:
  [Hewlett-Packard HP Pavilion dv6000 (RY642EA#ABF)] suspend/resume
  failure

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

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


[Bug 1303552] Re: kernel BUG at include/net/cfg80211.h:3150!

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1303552

Title:
  kernel BUG at include/net/cfg80211.h:3150!

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

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


[Bug 1308460] Re: Wifi and wired connection don't work on linux 3.11.0-19

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1308460

Title:
  Wifi and wired connection don't work on linux 3.11.0-19

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

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


[Bug 1309887] Re: [ASUS N53SM] suspend/resume failure

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1309887

Title:
  [ASUS N53SM] suspend/resume failure

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

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


[Bug 1309875] Re: [HP EliteBook Folio 9470m Notebook PC] Touchpad not recognized after upgrade 13.10->14.04

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1309875

Title:
  [HP EliteBook Folio 9470m Notebook PC] Touchpad not recognized after
  upgrade 13.10->14.04

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

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


[Bug 1310036] Re: 05e3:0608 Ubuntu 14.04 does not recognize usb devices in usb hub.

2014-06-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   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/1310036

Title:
  05e3:0608 Ubuntu 14.04 does not recognize usb devices in usb hub.

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

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


[Bug 1329798] Re: install-guie: the signing_dir configuration (proxy-server.conf) is not correct

2014-06-18 Thread OpenStack Infra
** Changed in: openstack-manuals
 Assignee: Diane Fleming (diane-fleming) => keshava (kb-sankethi)

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

Title:
  install-guie: the signing_dir configuration (proxy-server.conf) is not
  correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+subscriptions

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


[Bug 1309025] Re: systemd-logind assert failure: cgmanager-client.c:6322: Assertion failed in cgmanager_list_children_sync: proxy != NULL

2014-06-18 Thread Stéphane Graber
Ok, so after spending some more time on it with Serge, we found and
fixed a few problems with the cgmanager patch for systemd-logind. Pretty
much each of the fixes could explain what we've been seeing, so
hopefully this will be the end of it (combined with the cgmanager fix
from Michael Terry which already landed in both utopic and trusty).

I'm removing the cgmanager task as I believe this side has now been
separately fixed and am tracking these bugfixes for trusty and utopic
now.

** Changed in: cgmanager (Ubuntu)
   Status: Incomplete => Invalid

** Also affects: systemd (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cgmanager (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Utopic)
   Importance: Medium
 Assignee: Stéphane Graber (stgraber)
   Status: Confirmed

** Also affects: cgmanager (Ubuntu Utopic)
   Importance: Medium
   Status: Invalid

** No longer affects: cgmanager (Ubuntu)

** No longer affects: cgmanager (Ubuntu Trusty)

** No longer affects: cgmanager (Ubuntu Utopic)

** Changed in: systemd (Ubuntu Utopic)
   Status: Confirmed => In Progress

** Changed in: systemd (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu Utopic)
   Importance: Medium => High

** Changed in: systemd (Ubuntu Trusty)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

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

Title:
  systemd-logind assert failure: cgmanager-client.c:6322: Assertion
  failed in cgmanager_list_children_sync: proxy != NULL

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

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

[Bug 1322798] Re: Crashes occasionally on boot due to a bad free() call

2014-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.24-0ubuntu7

---
cgmanager (0.24-0ubuntu7) trusty-proposed; urgency=medium

  [ Michael Terry ]
  * debian/patches/0007-fix-crash-on-free.patch:  (LP: #1322798)
- Fix possible crash when freeing an IO channel
 -- Serge HallynTue, 27 May 2014 12:33:21 -0500

** Changed in: cgmanager (Ubuntu Trusty)
   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/1322798

Title:
  Crashes occasionally on boot due to a bad free() call

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

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


[Bug 1315277] Re: [Dell Inspiron 1525] Trusty freezes on resume from suspend

2014-06-18 Thread Iuri Diniz
I did a bisect and found the bad commit: #1331654 (it's a upstream bug)

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

Title:
  [Dell Inspiron 1525] Trusty freezes on resume from suspend

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

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


[Bug 1322798] Update Released

2014-06-18 Thread Stéphane Graber
The verification of the Stable Release Update for cgmanager has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Crashes occasionally on boot due to a bad free() call

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

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


[Bug 1331909] [NEW] Python Traceback issues when maas login

2014-06-18 Thread Ardian Nur Fazri
Public bug reported:

Hello,

I want to report a bug.

I'm sorry for my bad english.

This is my ubuntu :

Description:Ubuntu 14.04 LTS
Release:14.04

I have been installed ubuntu server include maas via "Multiple server install 
with MAAS" on HP Proliant ML370 G5.
I successfull install a node, and comission it untill ready (Status is Ready 
now).

When i want to start node, MAAS said i need to register SSH key first on
preference.

So, i want to login into maas via command line whit this command :

sudo maas login [my_account] [http://my_ip/MAAS/api/1.0] [my_api_key]

then this report appear :

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/maascli/__main__.py", line 20, in 

main()
  File "/usr/lib/python2.7/dist-packages/maascli/__init__.py", line 29, in main
locale.setlocale(locale.LC_ALL, "")
  File "/usr/lib/python2.7/locale.py", line 579, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting


I think that commands was right, because when i use maas-cli this report appear 
:

WARNING: The maas-cli command is deprecated and will be removed in a future
  version.  From now on please use 'maas' instead.
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/maascli/__main__.py", line 20, in 

main()
  File "/usr/lib/python2.7/dist-packages/maascli/__init__.py", line 29, in main
locale.setlocale(locale.LC_ALL, "")
  File "/usr/lib/python2.7/locale.py", line 579, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting

Thanks before.

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


** Tags: login maas

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

Title:
  Python Traceback issues when maas login

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

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


[Bug 1309025] Re: systemd-logind assert failure: cgmanager-client.c:6322: Assertion failed in cgmanager_list_children_sync: proxy != NULL

2014-06-18 Thread Stéphane Graber
** Description changed:

+ SRU:
+ 
+ Rationale: systemd-logind randomly crashes on random systems, usually
+ with a similar traceback or most commonly with a corrupted one. We've
+ identified a few problems in the patch, most of which can account for
+ the symptoms people have seen and all of which being obviously correct
+ bugfixes.
+ 
+ Testcase: Get the fixes into utopic and trusty-proposed, wait for a week
+ for new reports (here and on errors.ubuntu.com), if none were reported,
+ push to -updates. While we know what we've fixed, actually reproducing
+ the bug in the wild is notoriously difficult, we attempted various kind
+ of stress tests over the past 2 months without much luck...
+ 
+ Regression potential: All the fixes are very simple, very targeted and
+ pretty obvious, so if we do end up breaking something else as the result
+ of that, it's most likely another bug that was hidden behind incorrect
+ behaviour. Any such bug should be easy to deal with or we can always
+ revert to the current state (better the devil you know).
+ 
+ 
+ === Original bug report ===
  Occurred after a dist-upgrade, reboot and logging in.
  
  Any needed logs will be added later
  
  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: systemd-services 204-5ubuntu20
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AssertionMessage: cgmanager-client.c:6322: Assertion failed in 
cgmanager_list_children_sync: proxy != NULL
  Date: Thu Apr 17 14:53:58 2014
  ExecutablePath: /lib/systemd/systemd-logind
  InstallationDate: Installed on 2012-10-08 (555 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121008)
  ProcCmdline: /lib/systemd/systemd-logind
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
+  TERM=linux
+  PATH=(custom, no user)
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
-  cgmanager_list_children_sync () from /lib/x86_64-linux-gnu/libcgmanager.so.0
-  ?? ()
-  ?? ()
-  ?? ()
-  ?? ()
+  cgmanager_list_children_sync () from /lib/x86_64-linux-gnu/libcgmanager.so.0
+  ?? ()
+  ?? ()
+  ?? ()
+  ?? ()
  Title: systemd-logind assert failure: cgmanager-client.c:6322: Assertion 
failed in cgmanager_list_children_sync: proxy != NULL
  UpgradeStatus: Upgraded to trusty on 2013-10-26 (172 days ago)
  UserGroups: utah

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

Title:
  systemd-logind assert failure: cgmanager-client.c:6322: Assertion
  failed in cgmanager_list_children_sync: proxy != NULL

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

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

[Bug 1331654] Re: [Dell Inspiron 1525] Cannot resume from suspend

2014-06-18 Thread Iuri Diniz
** Attachment added: "bisect log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331654/+attachment/4134631/+files/bisect.log

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

Title:
  [Dell Inspiron 1525] Cannot resume from suspend

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

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


[Bug 1331908] [NEW] Kmail PIM Setting Exporter window empty

2014-06-18 Thread milton hagler
Public bug reported:

Using Kmail 4.13 with Ubuntu 14.04 x64, the "Tool" --> "Export Kmail
Data" window comes up empty without content when launched. If I launch
the tool from the command line, I receive this error message:

$ pimsettingexporter
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.

** Affects: kdepim (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/1331908

Title:
  Kmail PIM Setting Exporter window empty

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

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


[Bug 1331654] Re: [Dell Inspiron 1525] Cannot resume from suspend

2014-06-18 Thread Iuri Diniz
I did a bisect and found the first bad commit:

18442d08786472c63a0a80c27f92b033dffc26de is the first bad commit
commit 18442d08786472c63a0a80c27f92b033dffc26de
Author: Ville Syrjälä 
Date:   Fri Sep 13 16:00:08 2013 +0300

drm/i915: Fix port_clock and adjusted_mode.clock readout all over

Now that adjusted_mode.clock no longer contains the pixel_multiplier, we
can kill the get_clock() callback and instead do the clock readout
in get_pipe_config().

Also i9xx_crtc_clock_get() can now extract the frequency of the PCH
DPLL, so use it to populate port_clock accurately for PCH encoders.
For DP in port A the encoder is still responsible for filling in
port_clock. The FDI adjusted_mode.clock extraction is kept in place
for some extra sanity checking, but we no longer need to pretend it's
also the port_clock.

In the encoder get_config() functions fill out adjusted_mode.clock
based on port_clock and other details such as the DP M/N values,
HDMI 12bpc and SDVO pixel_multiplier. For PCH encoders we will then
do an extra sanity check to make sure the dotclock we derived from
the FDI configuratiuon matches the one we derive from port_clock.

DVO doesn't exist on PCH platforms, so it doesn't need to anything
but assign adjusted_mode.clock=port_clock. And DDI is HSW only, so
none of the changes apply there.

v2: Use hdmi_reg color format to detect 12bpc HDMI case
v3: Set adjusted_mode.clock for LVDS too
v4: Rename ironlake_crtc_clock_get to ironlake_pch_clock_get,
eliminate the useless link_freq variable.

Signed-off-by: Ville Syrjälä 
Reviewed-by: Jani Nikula 
Signed-off-by: Daniel Vetter 

:04 04 28aa8dae70bff05e84a62d6b66eaa54e331690bd 
55c4132a8c8e9088505ad5647a7b79735f5a1f54 M  drivers
==

So, it seems it's a upstream bug

Also, only occurs if someone is logged (in a fresh boot,  if I suspend
from lightdm, it resumes well). Maybe something related between some
software (compiz?) and DRM layer

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

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

Title:
  [Dell Inspiron 1525] Cannot resume from suspend

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

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

[Bug 1331654] Re: [Dell Inspiron 1525] Cannot resume from suspend

2014-06-18 Thread Iuri Diniz
Upstream kernel [linux-
image-3.15.0-031500-generic_3.15.0-031500.201406111300_amd64.deb] has
the bug

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

Title:
  [Dell Inspiron 1525] Cannot resume from suspend

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

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


[Bug 1331907] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2014-06-18 Thread Phillipe Lustosa
Public bug reported:

não entendo disso.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-51.76~precise1-generic 3.5.7.33
Uname: Linux 3.5.0-51-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.5.0-51-generic
Date: Thu Jun 19 00:35:58 2014
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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

[Bug 1331905] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2014-06-18 Thread Phillipe Lustosa
Public bug reported:

não entendo disso.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-51.76~precise1-generic 3.5.7.33
Uname: Linux 3.5.0-51-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.5.0-51-generic
Date: Thu Jun 19 00:34:40 2014
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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

[Bug 1331904] [NEW] Assertion with invalid JSON string

2014-06-18 Thread Michi Henning
Public bug reported:

The following code parses the JSON string successfully, but then asserts
where indicated:

Json::Value root;
Json::Reader reader;
std::string s = R"(
"a": "b" 
)";
if (!reader.parse(s, root))
abort();
std::cerr << "parse OK" << std::endl;

auto a = root["a"];  // Asserts at json_value.cpp:1136

The output is:

parse OK
src/lib_json/json_value.cpp:1136: Json::Value& 
Json::Value::resolveReference(const char*, bool): Assertion `type_ == nullValue 
|| type_ == objectValue' failed.

parse() should report that the parse failed, but doesn't.

** Affects: libjsoncpp (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/1331904

Title:
  Assertion with invalid JSON string

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

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


[Bug 1331895] Re: nVidia GF119M [GeForce 705M][10de:105b] Xorg terminates when running hybrid suspend

2014-06-18 Thread Po-Hsu Lin
It works fine with the open-source driver

** Attachment added: "Xorg-opensource.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331895/+attachment/4134616/+files/Xorg.0.log

** Package changed: linux (Ubuntu) => nvidia-graphics-drivers-331
(Ubuntu)

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

Title:
  nVidia GF119M [GeForce 705M][10de:105b] Xorg terminates when running
  hybrid suspend

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

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


[Bug 1330331] Re: Video memory Fully not detectable

2014-06-18 Thread Daryl Hughes
sent to:  "radeontop dev(s): https://github.com/clbr/radeontop";

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

Title:
  Video memory Fully not detectable

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

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


  1   2   3   4   5   6   7   8   >