[Bug 1274466] Re: apt-ftparchive on-disk cache format changed between lucid and precise, results in Packages files with silently corrupted checksums fields

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/apt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274466 Title: apt-ftparchive on-disk cache format changed between lucid and precise, results in Pack

[Bug 1085043] Re: empty variable after "read -t" is used

2014-07-09 Thread Jonas Björk
This bug is still present. $ lsb_release -rd lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 $ apt-cache policy bash apt-cache policy bash bash: Installed: 4.3-7ubuntu1 Candidate: 4.3-7ubuntu1 Version table: *** 4.3-7ubuntu1 0 500 http://se.archive.ubuntu.com

[Bug 500069] Re: USB file transfer causes system freezes; ops take hours instead of minutes

2014-07-09 Thread Simplexion
I have a brand new motherboard and the issue still remains. I guess I will have to reinstall Ubuntu. I haven't had to reinstall it in about 5 years. So annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1338870] Re: linux-armadaxp: 3.2.0-1636.52 -proposed tracker

2014-07-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Fix Released ** Description changed: This bug is for tracking the 3.2.0-1636.52 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the a

[Bug 1338675] Re: GPU lockup IPEHR: 0x0a080001 IPEHR: 0x01000000

2014-07-09 Thread Chris Wilson
*** This bug is a duplicate of bug 1274779 *** https://bugs.launchpad.net/bugs/1274779 ** This bug is no longer a duplicate of bug 1338673 GPU lockup IPEHR: 0x0a080001 IPEHR: 0x0100 ** This bug has been marked a duplicate of bug 1274779 [ivb] hang on pageflip (IPEHR: 0x0a01 or 0

[Bug 1176325] Re: re-sync gupnp-dlna 0.10.1-2 from debian

2014-07-09 Thread Jackson Doak
** Changed in: gupnp-dlna (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176325 Title: re-sync gupnp-dlna 0.10.1-2 from debian To manage notifications ab

[Bug 1338673] Re: GPU lockup IPEHR: 0x0a080001 IPEHR: 0x01000000

2014-07-09 Thread Chris Wilson
*** This bug is a duplicate of bug 1274779 *** https://bugs.launchpad.net/bugs/1274779 ** This bug has been marked a duplicate of bug 1274779 [ivb] hang on pageflip (IPEHR: 0x0a01 or 0x0a080001 depending on pipe) -- You received this bug notification because you are a member of Ubuntu

[Bug 1338266] Re: Random Freeze Intel Gen7 14.04

2014-07-09 Thread Chris Wilson
At least attach the Xorg.0.log even if it doesn't contain an error. You will also need to source a more up-to-date driver than found with 14.04, like xorg-edgers. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New => Incomplete -- You received this bug notification because you a

[Bug 1339536] [NEW] Sync ibutils 1.5.7-3 (universe) from Debian unstable (main)

2014-07-09 Thread Jackson Doak
Public bug reported: Please sync ibutils 1.5.7-3 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Pass --with-tk-lib and --with-ibdm-lib to help configure find tcl/tk in its multiarch locations. This fixes FTBFS: error: TK: failed to fi

[Bug 1339506] Re: In Utopic importing Gdk requires $XDG_RUNTIME_DIR or $DISPLAY

2014-07-09 Thread Martin Pitt
It's not a segfault, it's a g_error() and thus a SIGABRT. This happens in gdk_display_manager_open_display(): It iterates over all available backends, and as there is no $DISPLAY the X.org backend fails. Then it tries the wayland backend but there is no $XDG_RUNTIME_DIR either so it fails as well.

[Bug 1339537] [NEW] Sync mail-notification 5.4.dfsg.1-12 (universe) from Debian unstable (main)

2014-07-09 Thread Jackson Doak
Public bug reported: Please sync mail-notification 5.4.dfsg.1-12 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Resync with Debian, remaining change: - Don't link with -lbsd-compat, which has been removed. Fixed in debian Changelog entri

[Bug 1053861] Re: W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F191A5A8844C542

2014-07-09 Thread Martin Pitt
Apparently you didn't use add-apt-repository (which fetches the PPA key automatically), but just added the apt source manually without adding the key? ** No longer affects: apport (Ubuntu) ** Project changed: apport => null-and-void ** Changed in: null-and-void Status: New => Invalid --

[Bug 1332120] Re: panic error while backup mailboxes with doveadm backup

2014-07-09 Thread Lars
Is there anyone working on this report? This isn't only a bug report but also a fix report. And the fix isn't from someone strange on the net but the original author of dovecot. So _please_ fix this. This packet is essential for an imap mail server. Thanks Lars -- You received this bug notifi

[Bug 494067]

2014-07-09 Thread grantk
This issue -- of improving KDE + Firefox integration, generally, and of getting Firefox to use Dolphin, specifically -- has languished for a long time. It has, after all, been percolating, unresolved, for ~ 12 yrs now. Atm, it's basically dead & inactive. I'm hoping that that can be reversed. If

[Bug 1339413] Re: Emblems for apps that are not pinned to launcher don't show up in the launcher

2014-07-09 Thread Michał Sawicz
** Summary changed: - Apps that are not pinned to launcher or are pinned don't show up in the launcher + Emblems for apps that are not pinned to launcher don't show up in the launcher ** Summary changed: - Emblems for apps that are not pinned to launcher don't show up in the launcher + Emblems

[Bug 431975] Re: downloading a torrent to an encrypted home partition hangs and uses 100% CPU

2014-07-09 Thread Nelson Castillo
Part of the issue (why it takes so long) is that ecryptfs does not support sparse files. So an operation that is fast in an unencrypted fs is slow with ecryptfs. $ time truncate -s 2000M file.img # ecryptfs real 0m26.239s user 0m0.001s sys 0m22.984s $ time truncate -s 2000M file.img # unencr

[Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-09 Thread Erlenmayr
@zefling-r: Which audo encoder does your avconv select? As far as I know there are several available in Ubuntu repos, including libfdk-aac, libvo-aac and faac. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-07-09 Thread Martti Piirainen
oFono fix proposal at https://github.com/rilmodem/ofono/pull/99 . With this fix, SIM card removal is signalled to D-Bus clients root@ubuntu-phablet:~# /usr/share/ofono/scripts/monitor-ofono {SimManager} [/ril_0] Present = False and a "Please Reboot" dialog can be implemented on top. -- You

[Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-09 Thread Erlenmayr
Dudes this is obviously an avconv bug, not a Firefox bug. New avconv and ffmpeg work. You cannot fix Firefox to play corrupt video files, only because VLC is tolerant. avconv should create clean and valid files, such that we know that they work on all WebM players including mobile devices. -- You

[Bug 1204339] Re: AMD Radeon HD 7640G[1002:9903] Unable to resume from suspend with radeon driver

2014-07-09 Thread Yang Kun (YK)
** Changed in: linux (Ubuntu) Assignee: AceLan Kao (acelankao) => Liming Wang (wangliming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204339 Title: AMD Radeon HD 7640G[1002:9903] Unable to

[Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-07-09 Thread Martti Piirainen
This needs to be fixed in oFono, too. oFono currently doesn't signal SIM removal to its clients (it should do so via property org.ofono.SimManager.Present). In bug 1329926, I wrote "currently, there are no proper UNSOL_RESPONSE_SIM_STATUS_CHANGED events coming out of the RIL API" but that's not en

[Bug 1233967] Re: [ASUS X200CA] Wireless Led shows off after resume from suspend

2014-07-09 Thread Yang Kun (YK)
** Changed in: hwe-next Assignee: AceLan Kao (acelankao) => Liming Wang (wangliming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233967 Title: [ASUS X200CA] Wireless Led shows off after resu

[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2014-07-09 Thread Yang Kun (YK)
** Changed in: linux (Ubuntu) Assignee: AceLan Kao (acelankao) => Liming Wang (wangliming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1133168 Title: can't adjust brightness via hotkeys(Fn+F6

[Bug 1336746] Re: [xorg-edgers] nvidia-331-uvm DKMS build error on Trusty - kernel package linux-headers-3.13.0-30-generic is not supported

2014-07-09 Thread Rico Tzschichholz
** Changed in: nvidia-graphics-drivers-331 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1336746 Title: [xorg-edgers] nvidia-331-uvm DKMS build error on T

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

2014-07-09 Thread b3nmore
** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317449 Title: Please update to a version > 3.8.2 To manage notifications about this bug go to: https://bugs.launchpad.net/digika

[Bug 1332306] Re: Hot-swapped SIMs should be detected and prompt user to reboot

2014-07-09 Thread Martti Piirainen
** Changed in: ofono (Ubuntu) Assignee: (unassigned) => Martti Piirainen (piiramar) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332306 Title: Hot-swapped SIMs should be detected and prompt u

[Bug 1315932] Re: digikam 3.5 crashes on several occasions

2014-07-09 Thread b3nmore
*** This bug is a duplicate of bug 1317449 *** https://bugs.launchpad.net/bugs/1317449 ** This bug has been marked a duplicate of bug 1317449 Please update to a version > 3.8.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1233967] Re: [ASUS X200CA] Wireless Led shows off after resume from suspend

2014-07-09 Thread Yang Kun (YK)
** Changed in: linux (Ubuntu) Assignee: AceLan Kao (acelankao) => Liming Wang (wangliming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233967 Title: [ASUS X200CA] Wireless Led shows off afte

[Bug 1339561] [NEW] "grub-install/dev/sda" failed

2014-07-09 Thread Kurt Saban
Public bug reported: Ubuntu 14.04 was not running well, so I tried to wipe the SSD drive and start over. Now, I cannot do anything with that drive. I am new to Linux and Ubuntu. Any help would be appreciated. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.7 ProcVersionSign

[Bug 1333638] Re: [Dell Vostro 5470] Unable to control brightness with the Intel GPU / nVidia GPU + proprietary driver

2014-07-09 Thread Edward Lin
Backlight control works with the kernel mentioned in #10. But backlight dims slowly. System has same behavior on 3.16-r3 Suspect that dim behavior is the hardware/BIOS issue. I will submit a sauce patch for Dell Inspiron 5547/5447/5737 and Vostro 5470. -- You received this bug notification becau

[Bug 1250401] Re: [Dell Inspiron 5737] brightness could not be controlled by the indicator applet "System settings -> Brightness and Lock"" but sysfs works

2014-07-09 Thread Edward Lin
Backlight works with the kernel mentioned in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1333638/comments/10. I will submit a sauce patch for Dell Inspiron 5547/5447/5737 and Vostro 5470. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1332437] Re: [Dell Inspiron 5547/5447] Unable to contorl brightness with fglrx driver on AMD Radeon R7 M260 [1002:6900]

2014-07-09 Thread Edward Lin
Backlight works with the kernel mentioned in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1333638/comments/10. I will submit a sauce patch for Dell Inspiron 5547/5447/5737 and Vostro 5470. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1339567] [NEW] Touchscreen 22b9:2968 needs to be quirked

2014-07-09 Thread Jesse Sung
Public bug reported: This device generates ABS_Z and ABS_RX events instead of ABS_X and ABS_Y. Upstream commit 3179e8e6 is needed to make it work. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Jesse Sung (wenchien) Status: Confirmed -- You received this bug notif

[Bug 1310313] Re: Dual monitor configuration not saved (

2014-07-09 Thread Matthias Jordan
So, I've got this issue on another machine (Dell Inspiron). What can I do to help getting this fixed? It's really annoying since it also happens occasionally after the screen saver kicked in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1300434] Re: package steam (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-07-09 Thread Hoàng Đức Đuy
Yes. it did work from terminal: sudo apt-get install steam -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300434 Title: package steam (not installed) failed to install/upgrade: subprocess new pre-

[Bug 1233967] Re: [ASUS X200CA] Wireless Led shows off after resume from suspend

2014-07-09 Thread AceLan Kao
Doh, the patches have been submitted for almost one year, I forgot to check its status. I'll write to the maintainer again soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233967 Title: [ASUS X

[Bug 1339570] [NEW] Sync joe 3.7-2.4 (universe) from Debian unstable (main)

2014-07-09 Thread Jackson Doak
Public bug reported: Please sync joe 3.7-2.4 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Use autotools-dev for newer arches. Fixed in debian Changelog entries since current utopic version 3.7-2.3ubuntu1: joe (3.7-2.4) unstable; urgency=l

[Bug 1321602] Re: chromium browser chews 100% CPU in epoll_wait()

2014-07-09 Thread James Hunt
Interestingly, the problem is also seen if chromium is restarted and one of the tabs is http://translate.google.com - closing that tab resolves the cpu usage issue, and subsequently opening a new tab and going to http://translate.google.com does *not* manifest the problem. -- You received this bu

[Bug 1317263] Re: mtp-server crash when transferring music on #15

2014-07-09 Thread Peter Hultqvist
Broken for me on #119, flo, when I transfer from Ubuntu 14.04 using nautilus. Every time at 2.1 GB I get the following message in the mtp-server.log MtpServer.cpp:439] got unsupported command UNKNOWN Nautilus says nothing, it stays pending at 2.1 GB After this I need to reconnect the cable to g

[Bug 1339561] Re: "grub-install/dev/sda" failed

2014-07-09 Thread Ubuntu Foundations Team Bug Bot
Exception during installation: Jul 9 07:38:04 ubuntu /plugininstall.py: Traceback (most recent call last): Jul 9 07:38:04 ubuntu /plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 1770, in Jul 9 07:38:04 ubuntu /plugininstall.py: install.run() Jul 9 07:38:04 ubuntu /pl

[Bug 1337696] Re: python3-click is installing its tests in /usr/lib/python3/dist-packages/tests/

2014-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~cjwatson/click/fix-tests-installation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337696 Title: python3-click is installing its tests in /usr/lib/python3/dist- packages/te

[Bug 1309984] Re: Middle-click mutes more channels than unmutes

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xfce4-mixer (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/1309984 Title:

[Bug 1093393] Re: Whenever I tried to save my work, Inkscape crashes

2014-07-09 Thread Fahad
@jazzynico Now i am using netrunner 13.10 (based on kubuntu 13.10) and Inkscape 0.48.4 r9939. I don't face this problem anymore. What I suspect the cause of this problem is that I was using a new version of gime 2.8 and I installed a new version of libpoppler which differs form the official vers

[Bug 1339567] Re: Touchscreen 22b9:2968 needs to be quirked

2014-07-09 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Utopic) Importance: Undecided Assignee: Jesse Sung (wenchien) Status: Confirmed ** Changed in: linux (Ubuntu Utopic) Status: Confirmed => Fix Released ** Change

[Bug 1314095] Re: Unity Lockscreen in 14.04 can't unlock when using LDAP account

2014-07-09 Thread Joost Ringoot
Hello Jan, Apparently the LTSP authentication method for the client is not the same as for the server, I was to hastly to say that sssd was installed in the LTSP client like it is on the server, it is not by default. There are no errors "unix_chkpwd" in the logs but: Jul 9 08:44:58 zotac-44 co

[Bug 1330352] Re: autopilot failure with SwipeToDeleteTestCase

2014-07-09 Thread Timo Jyrinki
I added notes-app here, since it now started failing: http://ci.ubuntu.com/smokeng/utopic/touch/mako/120:20140708.2:20140708/8940/notes_app/ The test should be probably removed since deletion now happens by swiping right. ** Also affects: notes-app Importance: Undecided Status: New --

[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-09 Thread Ondergetekende
We haven't been able to reproduce the issues under lab conditions, and I'm not willing to use our production setup as a guinypig anymore. These issues have cost me too much credibility already. We believe #1326367 is causing this, as we've bisected this issue to be between 3.13.0-27.50 and 3.13.0-

[Bug 1339585] [NEW] [needs-packaging] Budgie Desktop

2014-07-09 Thread Fred
Public bug reported: Budgie Desktop is a simple desktop using libmutter and a panel. Budgie Desktop integrates with the GNOME stack URL: https://github.com/evolve-os/budgie-desktop License: GPLv2 ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packaging --

[Bug 1339594] [NEW] usermod don't update the ACL in /media, when a uid has changed

2014-07-09 Thread J N
Public bug reported: usermod don't update the ACL when the uid of a user have been change. This bug happens when I has changed the uid of my login. All permitions have been change correctly. But when I plug a USB key, it was impossible to read the key. But when I check the permition, everything

[Bug 1338654] Re: linux: 3.2.0-67.100 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux (Ubuntu Precise) 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/1338654 Title

[Bug 1336145] Re: linux-lowlatency: 3.2.0-66.68 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338871 *** https://bugs.launchpad.net/bugs/1338871 ** This bug has been marked a duplicate of bug 1338871 linux-lowlatency: 3.2.0-67.69 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1335906] Re: linux: 3.2.0-66.99 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338654 *** https://bugs.launchpad.net/bugs/1338654 ** This bug has been marked a duplicate of bug 1338654 linux: 3.2.0-67.100 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1338611] Re: linux-lts-quantal: 3.5.0-54.80~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-quantal (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/1338611 T

[Bug 1339567] Re: Touchscreen 22b9:2968 needs to be quirked

2014-07-09 Thread Tim Gardner
** Changed in: linux (Ubuntu Trusty) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1339567 Title: Touchscreen 22b9:2968 needs to be quirked To manage not

[Bug 1338611] Re: linux-lts-quantal: 3.5.0-54.80~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-quantal (Ubuntu Precise) 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/13

[Bug 1336400] Re: linux-lts-quantal: 3.5.0-53.79~precise1 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338611 *** https://bugs.launchpad.net/bugs/1338611 ** This bug has been marked a duplicate of bug 1338611 linux-lts-quantal: 3.5.0-54.80~precise1 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1293384] Re: Compiz CPU usage dramatically increased in Ubuntu 14.04

2014-07-09 Thread Renne
I'm running 64-bit Ubuntu 14.04 Desktop on a Fujitsu Siemens Amilo Si 2636 notebook. Just in this moment Compiz eats up 150% of CPU (Core 2 DUO) with only one Firefox window and tab opened. I can only type one char per second. Scrolling down a website needs up to ONE minute. The Battery runtime has

[Bug 1338579] Re: linux-lts-raring: 3.8.0-44.65~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-raring (Ubuntu Precise) 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/133

[Bug 1338579] Re: linux-lts-raring: 3.8.0-44.65~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-raring (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/1338579 Ti

[Bug 1297670] Re: [Dell XPS13 9333] klog, method: Critical Failures

2014-07-09 Thread Alex Hung
[0.296769] pnp 00:0a: unknown resource type 19 in _CRS [0.296772] pnp 00:0a: can't evaluate _CRS: 1 [0.296796] pnp 00:0a: Plug and Play ACPI device, IDs DLL060a PNP0c50 (active) >From the error messages (as above), it can be found that kernel complains type >19 is unknown, and type 1

[Bug 1335912] Re: linux-lts-raring: 3.8.0-43.64~precise1 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338579 *** https://bugs.launchpad.net/bugs/1338579 ** This bug has been marked a duplicate of bug 1338579 linux-lts-raring: 3.8.0-44.65~precise1 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1339607] [NEW] "Unencrypted private keys are insecure" message is vague and unhelpful

2014-07-09 Thread Andrea Corbellini
Public bug reported: Steps to reproduce: 1. Set up a wireless connection with WPA security and an unencrypted private key. 2. Make sure Network Manager will connect as soon as the wireless network is available. 2. Reboot the computer. What happens: Network manager will connect to the network du

[Bug 1339608] [NEW] Transmageddon fails to convert .flv due to Python problem

2014-07-09 Thread John Rose
Public bug reported: In Trusty, Transmageddon fails to convert .flv due to Python problem: though it worked OK in Precise i.e. this is a regression bug. The .flv file has video codec H.264 & audio codec MPEG-4 AAC. I set Output Format as MPEG-4 with Audio Codec as Audio Passthrough & Video Codec a

[Bug 1335644] Re: Plymouth doesn't show box for security key

2014-07-09 Thread zhangchao
** Changed in: ubuntukylin Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335644 Title: Plymouth doesn't show box for security key To manage notification

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-09 Thread Richard Foltyn
*** This bug is a duplicate of bug 1303736 *** https://bugs.launchpad.net/bugs/1303736 Lutz, could you post exactly what you have in your acpi/lid.sh? Thanks. I created one myself and run xrandr --auto or xrandr --display :0.0 --auto on the 'button/lid open' event, but it does not do anything

[Bug 1339609] [NEW] md raid resync causing KVM guests overload

2014-07-09 Thread Stanislav Bocinec
Public bug reported: Everytime /usr/share/mdadm/checkarray RAID consistency check is being executed (started on first sunday of a month by /etc/cron.d/mdadm) on Ubuntu 12.04.4 KVM hypervisor, KVM guests running on the host (Ubuntu/Debian/Scientific linux/Windows ) start to swap, freeze, throwing

[Bug 1338766] Re: linux-lts-saucy: 3.11.0-26.44~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-saucy (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/1338766 Tit

[Bug 1338766] Re: linux-lts-saucy: 3.11.0-26.44~precise1 -proposed tracker

2014-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-lts-saucy (Ubuntu Precise) 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/1338

[Bug 1336840] Re: linux-lts-saucy: 3.11.0-25.43~precise1 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338766 *** https://bugs.launchpad.net/bugs/1338766 ** This bug is no longer a duplicate of bug 1336805 linux-lts-saucy: 3.11.0-25.43~precise1 -proposed tracker ** This bug has been marked a duplicate of bug 1338766 linux-lts-saucy: 3.11.0-26.44~precise

[Bug 1336805] Re: linux-lts-saucy: 3.11.0-25.43~precise1 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338766 *** https://bugs.launchpad.net/bugs/1338766 ** This bug has been marked a duplicate of bug 1338766 linux-lts-saucy: 3.11.0-26.44~precise1 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1336143] Re: linux-ti-omap4: 3.2.0-1451.70 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338869 *** https://bugs.launchpad.net/bugs/1338869 ** This bug has been marked a duplicate of bug 1338869 linux-ti-omap4: -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1333638] Re: [Dell Vostro 5470] Unable to control brightness with the Intel GPU / nVidia GPU + proprietary driver

2014-07-09 Thread Po-Hsu Lin
Verified with 14.04 stock image on this system again (in both UEFI / legacy mode), just like what Edward commented in comment #12, it dims slowly with both of the Intel and nVidia GPU. Therefore I will mark this bug as Invalid. Thanks! ** Changed in: hwe-next/trusty Status: New => Invalid

Re: [Aims] [Bug 1314095] Re: Unity Lockscreen in 14.04 can't unlock when using LDAP account

2014-07-09 Thread Jan Groenewald
Hi Joost, I think those kwallet errors are harmless if you don't use KDE; I commented mine out. 0 root@muizenberg:/etc/pam.d#grep kwal * lightdm:#authoptionalpam_kwallet.so lightdm:#session optionalpam_kwallet.so auto_start lightdm.all.allowed:#authoptionalpam_kwall

[Bug 1297670] Re: [Dell XPS13 9333] klog, method: Critical Failures

2014-07-09 Thread Alex Hung
The below patch is most likely the fix as it will not scan i2c anymore; however, it cannot be cherry-pick'ed cleanly and compile will fail. commit 48459340b92b00ae1a75179f168ef20d3e61f264 Author: Zhang Rui Date: Fri May 30 14:35:34 2014 +0200 ACPI / scan: use platform bus type by default f

[Bug 1336839] Re: linux-ppc: -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338764 *** https://bugs.launchpad.net/bugs/1338764 ** This bug has been marked a duplicate of bug 1338764 linux-ppc: -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1336838] Re: linux-lowlatency: 3.11.0-25.19 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1338763 *** https://bugs.launchpad.net/bugs/1338763 ** This bug has been marked a duplicate of bug 1338763 linux-lowlatency: 3.11.0-26.20 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1313446] Re: window disappears on toggle shade

2014-07-09 Thread Olleg
** This bug is no longer a duplicate of bug 985430 Can't unshade windows -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313446 Title: window disappears on toggle shade To manage notifications ab

[Bug 1336142] Re: linux-ec2: 2.6.32-367.82 -proposed tracker

2014-07-09 Thread Brad Figg
*** This bug is a duplicate of bug 1339215 *** https://bugs.launchpad.net/bugs/1339215 ** This bug has been marked a duplicate of bug 1339215 linux-ec2: -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1339522] Re: Fitness, Health And Why

2014-07-09 Thread Filip Sohajek
** Tags added: spam ** Changed in: sudo (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1339522 Title: Fitness, Health And Why To manage notifications about th

[Bug 1338051] Re: Epoptes does not honor group membership granted on per-session basis via pam_group

2014-07-09 Thread Fotis Tsamis
** Package changed: epoptes (Ubuntu) => epoptes ** Changed in: epoptes Status: New => Confirmed ** Changed in: epoptes Assignee: (unassigned) => Fotis Tsamis (phantomas) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1072518] Re: Restart networking crashes dbus and the desktop manager

2014-07-09 Thread Filiprino
Now you got a broken system. How can I bring down all interfaces at once now? If I have network-manager enabled is nm who controls the interfaces and the ifup/ifdown scripts don't to their work. Now I have to take my hands out of the keyboard to move the mouse to the up right corner of the screen.

[Bug 1210125] Re: Update to 3.12

2014-07-09 Thread Amr Ibrahim
** Tags added: utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210125 Title: Update to 3.12 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-user-

[Bug 1251930] Re: [4.8 regression] internal compiler error while compiling OpenCV 2.4.7

2014-07-09 Thread Charles Baylis
Fix merged from FSF release branches ** Changed in: gcc-linaro Status: Confirmed => Fix Released ** Changed in: gcc-linaro Assignee: Charles Baylis (cbaylis) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1162781] Re: bluez package out of date, 5.3 is available

2014-07-09 Thread Amr Ibrahim
** Tags added: utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1162781 Title: bluez package out of date, 5.3 is available To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1339610] Re: unity8 crashed with SIGSEGV in mir::frontend::ClientBufferTracker::client_has()

2014-07-09 Thread Daniel van Vugt
Incomplete. The retracing service can only decipher crashes from pure Ubuntu installations where all packages have known debug symbols available. So no PPAs or bespoke packages. ** Information type changed from Private to Public ** Also affects: mir Importance: Undecided Status: New **

[Bug 1338666] Re: ppc64le kernel module nx_crypto blocks loading other kernel modules

2014-07-09 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Utopic) Importance: Medium Status: Fix Committed ** Changed in: linux (Ubuntu Trusty) Status: New => In Progress ** Changed in: linux (Ubuntu Trusty) Assignee:

[Bug 752542] Re: ACPI DSDT info

2014-07-09 Thread Patrick
ASUS N750JK Hybrid laptop ** Attachment added: "ASUSTeK_COMPUTER_INC.-N750JK.tar.gz" https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/4148693/+files/ASUSTeK_COMPUTER_INC.-N750JK.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1295653] Re: [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-07-09 Thread Charles Baylis
Fix committed on trunk and 4.7/4.8 release branches ** Changed in: gcc Importance: Medium => Undecided ** Changed in: gcc Status: Confirmed => New ** Changed in: gcc Remote watch: GCC Bugzilla #60609 => None -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1093393] Re: Whenever I tried to save my work, Inkscape crashes

2014-07-09 Thread jazzynico
@Fahad - Thanks for reporting back. Since the issue was not due to Inkscape (or indirectly), I'm closing the report Invalid for the Inkscape project. ** Changed in: inkscape Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1295653] Re: [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-07-09 Thread Charles Baylis
fix committed to FSF branches ** Changed in: gcc-linaro Status: New => Fix Released ** Changed in: gcc-linaro Assignee: Charles Baylis (cbaylis) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1295653] Re: [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-07-09 Thread Charles Baylis
Fix committed to trunk/4.7/4.8 branches ** Changed in: gcc Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1295653 Title: [4.8/4.9 Regression] Error: value of 256

[Bug 1337253] Re: Doesn't apply --include to newly installed clicks

2014-07-09 Thread Martin Pitt
Many thanks Jamie! I implemented this now in http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git;a=commitdiff;h=b33d5a6e . While that workaround is now 3.84 times more ugly than before ☺ it reduces the time for doing this from ~ 1 minute to ~ 1 second, which is great. -- You received

[Bug 786790] Re: Xerces is not linked in GDAL-Util-Package

2014-07-09 Thread annalisapg
I just compiled my Gdals 1.10.0 with xerces and expat support.. and I still can't get .gml support - is there any other experiencing this problem? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1313787] Re: Multistrap is broken in 14.04

2014-07-09 Thread Phoenix
I'm also affected by this bug. Would be nice to see the fix in the repos really soon! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313787 Title: Multistrap is broken in 14.04 To manage notificati

[Bug 1339215] Re: linux-ec2: 2.6.32-368.83 -proposed tracker

2014-07-09 Thread Stefan Bader
** Summary changed: - linux-ec2: -proposed tracker + linux-ec2: 2.6.32-368.83 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1339215 Title: linux-ec2: 2.6.32-368.83 -proposed trac

[Bug 1339215] Re: linux-ec2: 2.6.32-368.83 -proposed tracker

2014-07-09 Thread Brad Figg
** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-packa

[Bug 752542] Re: ACPI DSDT info

2014-07-09 Thread Patrick
ASUS N750JK Hybrid laptop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/752542 Title: ACPI DSDT info To manage notifications about this bug go to: https://bugs.launchpad.net/bumblebee/+bug/752542/+

[Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-07-09 Thread Jaime Marques
@Chirstopher, Hey could you sync the ppa again? a new update came out and broke it :/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288747 Title: [334] Parts of the UI randomly flicker when moving

[Bug 1338697] Re: Alarm sound url read from a saved alarm is always empty

2014-07-09 Thread Christian Dywan
I've debugged this a bit, and it appears the sound gets set initially from the backend but gets lost somewhere after filling in the alarms model. So in code modules/Ubuntu/Components/plugin/ucalarmmodel.cpp refresh() Q_FOREACH(const AlarmData &data, alarms) will not have the sound anymore even if

[Bug 1339610] Re: unity8 crashed with SIGSEGV in mir::frontend::ClientBufferTracker::client_has()

2014-07-09 Thread Oliver Grawert
this is a pure ubuntu installation running the tests in the labs ... it indeed might be that the installation of the tests taint the virgin installation ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

  1   2   3   4   5   6   7   >