[Bug 95660] Re: [needs-packaging] glsof

2015-05-14 Thread Mike Bartron
Looks like I mistakenly changed the status of this bug by mistake;
someone will need to change it back.

** Changed in: ubuntu
   Status: Confirmed => Fix Released

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

Title:
  [needs-packaging] glsof

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

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


[Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-05-14 Thread Franz Hsieh
I add some debug message in unity-settings-daemon/plugins/mouse module, and run 
tests.
Here are my founds:


1-a) Press Fn+F9, function touchpad_callback disables the touchpad.
1-b) However after touchpad is disabled, device_removed_cb is invoked, and it 
then calls ensure_touchpad_active.
1-c) The ensure_touchpad_active checks if toucpad is the only one pointer 
device on the platform, it will make touchpad always enabled.
1-d) However ensure_touchpad_active only changes the gsettings entries but 
leave the device disabled.

* Press Fn+F9 to disable touchpad

=== 1st TOUCHPAD HOTKEY TRIGGER START
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(1) gsettings 
KEY_TOUCHPAD_ENABLED value: 0
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set device disabled 
for "ETPS/2 Elantech Touchpad" (12)
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Disabled device "ETPS/2 Elantech 
Touchpad" (12)
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=0 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_removed_cb 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG ensure_touchpad_active 
ENTER ===, gsettings key: 0
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=1 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG ensure_touchpad_active 
EXIT ===, gsettings key: 1
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_removed_cb EXIT 
===

=== 1st TOUCHPAD HOTKEY TRIGGER END
===

2-a) Press Fn+F9 again the touchpad is still disabled.
2-b) The gsettings KEY_TOUCHPAD_ENABLED is set to 0 (FALSE), I think it is 
changed by usd-media-key.
2-c) I think because device is removed from the list, nothing happend in this 
stage.

* Press Fn+F9 to enable touchpad
=== 2nd TOUCHPAD HOTKEY TRIGGER START 
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=0 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===

=== 2nd TOUCHPAD HOTKEY TRIGGER END
===

3-a) Press Fn+F9 again, the gsettings KEY_TOUCHPAD_ENABLED is set to 1(TRUE), 
it should be set by usd-media-key
3-b) The touchpad_callback eanbles touchpad. 

* Press Fn+F9 to enable touchpad
=== 3rd TOUCHPAD HOTKEY TRIGGER START 
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=1 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: @@@ set_toucpad_enabled :12 @@@
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set device enabled for 
12
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Enabled device 12
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_added_cb ENTER 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting handedness on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting tap to click on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting motion on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Setting accel -1/-1, threshold 
-1 for device 'ETPS/2 Elantech Touchpad'
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting tap to click on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting edge scroll on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting horiz scroll on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set normal scroll for 
"ETPS/2 Elantech Touchpad"
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_added_cb EXIT 
===

=== 3rd TOUCHPAD HOTKEY TRIGGER END
===


According to my analysis, the touchpad disable hotkey should work fine if 
ensure_touchpad_active does nothing.
I looks the changelog in unity-settings-daemon, this function is added because 
of the issue:
  https://bugzilla.gnome.org/show_bug.cgi?id=685941

I think users should be able to disable the touchpad if there has control keys.
Should we keep ensure_touchpad_active this function?


** Bug watch added: GNOME Bug Tracker #685941

[Bug 1454817] Re: Screen shows "starting version 219" after upgrade to 2015.04

2015-05-14 Thread wateenellende
Note that this is NOT a duplicate of 1432171, see comment #23 there.

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

Title:
  Screen shows "starting version 219" after upgrade to 2015.04

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

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


[Bug 1432171] Re: [udev] Shows "starting version 219" boot message even with "quiet"

2015-05-14 Thread wateenellende
ok, see bug 1454817 for graphics issues

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

Title:
  [udev] Shows "starting version 219" boot message even with "quiet"

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

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


[Bug 1454975] PulseList.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397242/+files/PulseList.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] BootDmesg.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397233/+files/BootDmesg.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] [NEW] AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the open source driver

2015-05-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201302-12679 Dell OptiPlex 9020

There is no audio output available from the DisplayPort with the open source 
driver.
There are two output options here in the "Sound Settings": Analog Output and 
Speaker
Non of them could make the DP audio device (the speaker on the monitor) work.

Also, this is a desktop system, I can't hear anything with the Speaker
option.

Since we're unable to install the fglrx now, I will mark this one as a
blocker.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-37-generic 3.16.0-37.51~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
Uname: Linux 3.16.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 13 23:52:37 2015
InstallationDate: Installed on 2015-05-13 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)
--- 
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1697 F pulseaudio
 /dev/snd/controlC1:  ubuntu 1697 F pulseaudio
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=9201b911-af8a-4fe9-a8b1-544f1f394b6a
InstallationDate: Installed on 2015-05-13 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Dell Inc. OptiPlex 9020
Package: linux (not installed)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-generic 
root=UUID=9d6f549c-046c-4193-b58e-5ee4df6c0e0b ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-37-generic N/A
 linux-backports-modules-3.16.0-37-generic  N/A
 linux-firmware 1.127.11
RfKill:
 
Tags:  trusty
Uname: Linux 3.16.0-37-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 09/17/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd09/17/2013:svnDellInc.:pnOptiPlex9020:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 9020
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Medium
 Assignee: Keng-Yu Lin (lexical)
 Status: New


** Tags: 201302-12679 amd64 apport-bug apport-collected blocks-hwcert 
taipei-lab trusty

** Also affects: hwe-next
   Importance: Undecided
   Status: New

** Package changed: linux-lts-utopic (Ubuntu) => linux (Ubuntu)

** Tags added: apport-collected

** Description changed:

  CID: 201302-12679 Dell OptiPlex 9020
  
  There is no audio output available from the DisplayPort with the open source 
driver.
  There are two output options here in the "Sound Settings": Analog Output and 
Speaker
  Non of them could make the DP audio device (the speaker on the monitor) work.
  
  Also, this is a desktop system, I can't hear anything with the Speaker
  option.
  
  Since we're unable to install the fglrx now, I will mark this one as a
  blocker.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-37-generic 3.16.0-37.51~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 13 23:52:37 2015
  InstallationDate: Installed on 2015-05-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.10
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1697 F pulseaudio
+  /dev/snd/controlC1:  ubuntu 1697 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=9201b911-af8a-4fe9-a8b1-544f1f394b6a
+ InstallationDate: Installed on 2015-05-13 (0 days ago)
+ InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: Dell Inc. OptiPlex 9020
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-generic 
root=UUID=9d6f549c-046c-4193-b58e-5ee4df6c0e0b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubun

[Bug 1454975] CurrentDmesg.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397235/+files/CurrentDmesg.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] UdevDb.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1454975/+attachment/4397243/+files/UdevDb.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] UdevLog.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397244/+files/UdevLog.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] ProcModules.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397241/+files/ProcModules.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] ProcCpuinfo.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397238/+files/ProcCpuinfo.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] ProcEnviron.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397239/+files/ProcEnviron.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] ProcInterrupts.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397240/+files/ProcInterrupts.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] CRDA.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1454975/+attachment/4397234/+files/CRDA.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] Lspci.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1454975/+attachment/4397236/+files/Lspci.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] Lsusb.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1454975/+attachment/4397237/+files/Lsusb.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1454975] AlsaInfo.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397232/+files/AlsaInfo.txt

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1451357] Re: [Lenovo SazanW-2] system got hang and screen became black after execute upgrade under 14.04.2

2015-05-14 Thread Gabriel Zhi Chen
** Tags added: 201502-16843

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

Title:
  [Lenovo SazanW-2] system got hang and screen became black after
  execute upgrade under 14.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1451357/+subscriptions

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


[Bug 1454975] WifiSyslog.txt

2015-05-14 Thread Po-Hsu Lin
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1454975/+attachment/4397245/+files/WifiSyslog.txt

** Package changed: linux (Ubuntu) => linux-lts-utopic (Ubuntu)

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

Title:
  AMD Radeon HD 8570 / R7 240/340 OEM] [1002:6611] No DP audio with the
  open source driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1454975/+subscriptions

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


[Bug 1445799] Re: Can't add item to Places

2015-05-14 Thread Antonis Kanouras
Fixed in kde-baseapps 15.04.1, released yesterday.

See 
https://www.kde.org/announcements/fulllog_applications-15.04.1.php#kde-baseapps
Upstream bug is https://bugs.kde.org/show_bug.cgi?id=345174 .


** Bug watch added: KDE Bug Tracking System #345174
   https://bugs.kde.org/show_bug.cgi?id=345174

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

Title:
  Can't add item to Places

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

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


[Bug 1447425] Re: mono-sgen crashed with SIGABRT

2015-05-14 Thread Taloth Saldono
Interesting that I didn't find this bugreport earlier.

Samuel, can you look at
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450584 to see if
that's the problem OpenSim experiences? If so, try compile the master-
next branch of trusty to see if it fixes the issue for OpenSim.

Originally I thought this issue only occurred on VMs, but that might be 
incorrect.
Also if Fedora also experiences it  then someone will have to pick up their 
kernel sources, patch it, build it and test if those commits fix it on Fedora.

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

Title:
  mono-sgen crashed with SIGABRT

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

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


[Bug 1273890] Re: emulator camera does not take picture

2015-05-14 Thread Vicamo Yang
https://code-review.phablet.ubuntu.com/64 has disabled building
camera.goldfish.jpeg.so, which is used in class NV21JpegCompressor when
CAMERA_MSG_COMPRESSED_IMAGE is enabled. However, NV21JpegCompressor
doesn't do error handling well so camera_service dies in an assertion.

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

Title:
  emulator camera does not take picture

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

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


[Bug 1382291] Re: Account creation during first boot of an OEM image needs to scale based on resolution

2015-05-14 Thread Bruce.Ma
Merged the code(#39) to newest kittyhawk/unity-setttings-daemon .
The new unity-settings-daemon have been uploaded to lp.

 $ bzr push lp:~oem-solutions-group/kittyhawk/unity-settings-
daemon_Seb.lp1382291

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

Title:
  Account creation during first boot of an OEM image needs to scale
  based on resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1382291/+subscriptions

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


[Bug 1454866] Re: Sync mailman 1:2.1.18-2 (main) from Debian unstable (main)

2015-05-14 Thread Daniel Holbach
This bug was fixed in the package mailman - 1:2.1.18-2
Sponsored for Artur Rona (ari-tczew)

---
mailman (1:2.1.18-2) unstable; urgency=high

  * Fix security issue: path traversal through local_part.
Affects installations which use an Exim or Postfix transport
instead of fixed aliases; attacker needs to be able to place
files on the local filesystem.
(CVE-2015-2775, Closes: 781626)

 -- Thijs Kinkhorst   Mon, 06 Apr 2015 15:36:15 +

** Changed in: mailman (Ubuntu)
   Status: New => Fix Released

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

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

Title:
  Sync mailman 1:2.1.18-2 (main) from Debian unstable (main)

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

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


[Bug 1382291] Re: Account creation during first boot of an OEM image needs to scale based on resolution

2015-05-14 Thread Bruce.Ma
I tested these patch with newest kh2.0 image 
(kittyhawk2-trusty-amd64-iso-20150508-1.iso).
The UI was scaled correctly during installation.
But the unity-greeter was not shown correctly.

Patches:
lp:~oem-solutions-group/kittyhawk/gnome-desktop3.lp1382291
lp:~oem-solutions-group/kittyhawk/unity-settings-daemon_Seb.lp1382291


** Attachment added: "882391626.jpg"
   
https://bugs.launchpad.net/oem-priority/+bug/1382291/+attachment/4397247/+files/882391626.jpg

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

Title:
  Account creation during first boot of an OEM image needs to scale
  based on resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1382291/+subscriptions

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


[Bug 1414930] Re: [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't work

2015-05-14 Thread Liming Wang
I tested trusty with the -proposed kernel 3.13.0-53, the buttons of
touchpad work well.

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

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

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


[Bug 1382291] Re: Account creation during first boot of an OEM image needs to scale based on resolution

2015-05-14 Thread Bruce.Ma
Quote: 
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1286878/comments/19
>>> This bug was fixed in the package unity-settings-daemon - 
>>> 15.04.1+15.04.20150318-0ubuntu1

That fix is for unity-settings-daemon of vivid , I will try to backport
it to trusty.

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

Title:
  Account creation during first boot of an OEM image needs to scale
  based on resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1382291/+subscriptions

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


[Bug 1358835] Comment bridged from LTC Bugzilla

2015-05-14 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2015-03-05 10:05 EDT---
Verified:
gcc test.c -ldl -o test
ubuntu@vm19:~$ ./test 80
80
cpu 80 belongs to node 2
ubuntu@vm19:~$ numactl -H
available: 4 nodes (0-3)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
node 0 size: 969 MB
node 0 free: 445 MB
node 1 cpus: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
node 1 size: 1022 MB
node 1 free: 777 MB
node 2 cpus: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 
121 122 123 124 125 126 127
node 2 size: 1022 MB
node 2 free: 37 MB
node 3 cpus: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
node 3 size: 1017 MB
node 3 free: 907 MB
node distances:
node   0   1   2   3
0:  10  40  40  40
1:  40  10  40  40
2:  40  40  10  40
3:  40  40  40  10
ubuntu@vm19:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

--- Comment From mainam...@in.ibm.com 2015-03-19 05:43 EDT---
The test described in the bug fails in Ubuntu 14.04.2.

The following packages were tried as well: libnuma1 2.0.9~rc5-1ubuntu3
and numactl  2.0.9~rc5-1ubuntu3

In all cases the test failed. The efix for 14.04.1 provided by Thierry
Fauck worked but it was not used  in 14.04.02

--- Comment From mainam...@in.ibm.com 2015-03-25 10:41 EDT---
Any updates on this?

--- Comment From thierry.fa...@fr.ibm.com 2015-04-08 07:54 EDT---
Commit 573609fb2711b6c09090cc3fef9a771ae9eb246b sent to maintainers

>From 573609fb2711b6c09090cc3fef9a771ae9eb246b Mon Sep 17 00:00:00 2001
From: Thierry FAUCK - IBM LTC 
Date: Tue, 7 Apr 2015 17:53:34 +0200
Subject: [PATCH] libnuma.so On ppc64el, cpu number are not contigous

Commit 32075635db57c3d5efe12f8fb569af857e01ccad issuea warning message
/sys not mounted when it find a non existent cpu number, and that's the
default for multinode on ppc64el bare metal installed system. This patch
removes the message when the /sys entry doesn't exist, but use the return
code.

Signed-off-by: Thierry FAUCK - IBM LTC 

modified:   libnuma.c
---
libnuma.c |   22 +-
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/libnuma.c b/libnuma.c
index 3717d5b..98aa10f 100644
--- a/libnuma.c
+++ b/libnuma.c
@@ -1276,11 +1276,13 @@ numa_node_to_cpus_v1(int node, unsigned long *buffer, 
int bufferlen)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
bitmask.maskp = (unsigned long *)mask;
bitmask.size  = buflen_needed * 8;
numa_bitmask_setall(&bitmask);
@@ -1355,11 +1357,13 @@ numa_node_to_cpus_v2(int node, struct bitmask *buffer)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
- strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
+ strerror(errno));
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
numa_bitmask_setall(mask);
err = -1;
}
--
1.7.9.5

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1016010] Re: Adaptec SCSI controller causes modprobe hang

2015-05-14 Thread Tony Butt
This seems to have been resolved as of Ubuntu 14.04LTS.

Thanks.

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

Title:
  Adaptec SCSI controller causes modprobe hang

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

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


[Bug 1358835] libnuma.so.1 sum 55709

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: "libnuma.so.1 sum 55709"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397249/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1358835] Patch for libnuma.c

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-12-08 
16:02 EDT---


** Attachment added: "Patch for libnuma.c"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397250/+files/linuma_patch.diff

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1358835] new libnuma.so with fix

2015-05-14 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: "new libnuma.so with fix"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397248/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1454979] [NEW] Qtqr doesn't decode a QRcode

2015-05-14 Thread c3d
Public bug reported:

Description:Ubuntu 14.04.2 LTS
Release:14.04

qtqr:
  Installé : 1.4~bzr16-1ubuntu1
  Candidat : 1.4~bzr16-1ubuntu1
 Table de version :
 *** 1.4~bzr16-1ubuntu1 0
500 http://tw.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
100 /var/lib/dpkg/status

I was trying to decode a qrcode with my netbook camera. I had the image,
the recognition with the green square around the qrcode but then nothing
happened

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qtqr 1.4~bzr16-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
Uname: Linux 3.13.0-52-generic i686
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: i386
CurrentDesktop: Unity
Date: Thu May 14 15:25:32 2015
InstallationDate: Installed on 2015-01-13 (120 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
PackageArchitecture: all
SourcePackage: qr-tools
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Qtqr doesn't decode a QRcode

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

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

[Bug 1454882] Re: when swiping the launcher on the tutorial, it leaves the edge

2015-05-14 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: New => Triaged

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

Title:
  when swiping the launcher on the tutorial, it leaves the edge

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

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


[Bug 1438494] Re: ghostscript fails to correctly substitute cidf fonts

2015-05-14 Thread cliddell
Two things:

1) I *really* don't understand why Ghostscript configuration file are
being installed by poppler. It would be worth finding out how (and even
if) poppler actually uses them, because I rather feel poppler and
Ghostscript configurations *should* be separate. For example, if I get
time, I'll probably be tweaking the capabilities of cidfmap at some
point, which could, potentially, break poppler's use of these files.

2) the question of whether poppler will fall back to some other
substitute CIDFont is moot since, if poppler *does* use those
configuration files, it won't (normally) find the font files they
reference anyway. So even if poppler does use them, splitting them off
into a separate package and fixing the dependencies will work better for
poppler, too.

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

Title:
  ghostscript fails to correctly substitute cidf fonts

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

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


[Bug 1454882] Re: when swiping the launcher on the tutorial, it leaves the edge

2015-05-14 Thread Albert Astals Cid
Daniel, this was introduced by http://bazaar.launchpad.net/~unity-
team/unity8/trunk/revision/1758 can you have a look? And ideally get an
autotest?

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Daniel d'Andrada (dandrader)

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

Title:
  when swiping the launcher on the tutorial, it leaves the edge

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

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


[Bug 1449905] Re: Add Fraunhofer FDK AAC support to ffmpeg package

2015-05-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ffmpeg (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/1449905

Title:
  Add Fraunhofer FDK AAC support to ffmpeg package

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

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


[Bug 1273890] Re: emulator camera does not take picture

2015-05-14 Thread Vicamo Yang
But ubuntu/libhybris/compat/camera/camera_compatibility_layer.cpp always
asks for CAMERA_MSG_COMPRESSED_IMAGE... So sad.

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

Title:
  emulator camera does not take picture

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

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


[Bug 1262275] Re: Crash on display change after resuming from suspend

2015-05-14 Thread Takechika Narukawa
** Also affects: nvidia-graphics-drivers-331-updates (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/1262275

Title:
  Crash on display change after resuming from suspend

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

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


[Bug 1273890] Re: emulator camera does not take picture

2015-05-14 Thread Vicamo Yang
A short summary so far:
1) pull https://code-review.phablet.ubuntu.com/368
2) ln -s camera.goldfish.so /system/lib/hw/camera.default.so

TBD:
CAMERA_MSG_COMPRESSED_IMAGE not supported

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

Title:
  emulator camera does not take picture

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

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


[Bug 1449905] Re: Add Fraunhofer FDK AAC support to ffmpeg package

2015-05-14 Thread TomasHnyk
It is inferior in that the ffmpeg people say it is inferior
(https://trac.ffmpeg.org/wiki/Encode/AAC ) and one assumes they know
what they are talking about.

However, I do not understand. The code is in a separate package in
multiverse, as it is non-free, but why ffmpeg cannot be compiled with
its support? This non-free code would not be included in the ffmpeg
binary and I assume the bindings in the binary are free. How is this
different from proprietary modules in the kernel, for example?

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

Title:
  Add Fraunhofer FDK AAC support to ffmpeg package

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

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


[Bug 1445106] Re: [Notifications] turn the screen on

2015-05-14 Thread Matthew Paul Thomas
iOS and (reportedly) Windows Phone always wake the display for a few
seconds -- just as if you had tapped the home button or pressed the
sleep/wake button -- when a notification arrives of the sort that
appears on the lock screen.

Android used to do the same, but as of 5.0 apparently no longer does,
unless you (a) turn on the "Ambient display" setting, (b) use a Motorola
and leave on the "Active display" setting, or (c) install an app like
Glimpse Notifications. ("Using Android Lollipop's lock screen
notifications? Tired of having to press the power button to see them?
Then this app is for you!")

For Ubuntu, the relevant part of the spec says: "If the screen display
is off (black), the expected behaviour is to wake the phone by simply
tapping on the screen or by using the physical button on the side. Once
the display is active, user can interact with the notification bubbles."
 I think a couple of points need clearing up:

1. Should tapping the screen *normally* wake the phone, or is this
behavior specific to a certain period after a notification has arrived?
If the former, it would help to link to the relevant spec. If the
latter, how long is the period?

2. If a notification would play a sound, should this sound still play
even when the screen does not wake up?

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

Title:
  [Notifications] turn the screen on

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

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


[Bug 1444264] Re: During wizard, wifi can not be unchecked once wifi setup is done

2015-05-14 Thread Matthew Paul Thomas
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) => Andreea Pirvu (andreea-pirvu)

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

Title:
  During wizard, wifi can not be unchecked once wifi setup is done

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

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


[Bug 1453184] Re: BQ Aquaris invisible icons in panel and app selector

2015-05-14 Thread EricDHH
BQ Aquaris, ubuntutouch 14.10 (r22)

Bug exists on, the update give no change to it. Updates of installed
apps did not change the behaviour, the icons did not appear.

But here is a workaround: Remove and reinstall the bugged Apps.. Now the
icons are visible too.

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

Title:
  BQ Aquaris invisible icons in panel and app selector

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

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


[Bug 1454798] Re: No shortcut for installing an app on a device

2015-05-14 Thread Benjamin Zeller
On the publish mode there is a Button "Install on device". Thats what
you are looking for.

** Changed in: qtcreator-plugin-ubuntu (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/1454798

Title:
  No shortcut for installing an app on a device

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

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


[Bug 1358835] Comment bridged from LTC Bugzilla

2015-05-14 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2015-03-05 10:05 EDT---
Verified:
gcc test.c -ldl -o test
ubuntu@vm19:~$ ./test 80
80
cpu 80 belongs to node 2
ubuntu@vm19:~$ numactl -H
available: 4 nodes (0-3)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
node 0 size: 969 MB
node 0 free: 445 MB
node 1 cpus: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
node 1 size: 1022 MB
node 1 free: 777 MB
node 2 cpus: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 
121 122 123 124 125 126 127
node 2 size: 1022 MB
node 2 free: 37 MB
node 3 cpus: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
node 3 size: 1017 MB
node 3 free: 907 MB
node distances:
node   0   1   2   3
0:  10  40  40  40
1:  40  10  40  40
2:  40  40  10  40
3:  40  40  40  10
ubuntu@vm19:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

--- Comment From mainam...@in.ibm.com 2015-03-19 05:43 EDT---
The test described in the bug fails in Ubuntu 14.04.2.

The following packages were tried as well: libnuma1 2.0.9~rc5-1ubuntu3
and numactl  2.0.9~rc5-1ubuntu3

In all cases the test failed. The efix for 14.04.1 provided by Thierry
Fauck worked but it was not used  in 14.04.02

--- Comment From mainam...@in.ibm.com 2015-03-25 10:41 EDT---
Any updates on this?

--- Comment From thierry.fa...@fr.ibm.com 2015-04-08 07:54 EDT---
Commit 573609fb2711b6c09090cc3fef9a771ae9eb246b sent to maintainers

>From 573609fb2711b6c09090cc3fef9a771ae9eb246b Mon Sep 17 00:00:00 2001
From: Thierry FAUCK - IBM LTC 
Date: Tue, 7 Apr 2015 17:53:34 +0200
Subject: [PATCH] libnuma.so On ppc64el, cpu number are not contigous

Commit 32075635db57c3d5efe12f8fb569af857e01ccad issuea warning message
/sys not mounted when it find a non existent cpu number, and that's the
default for multinode on ppc64el bare metal installed system. This patch
removes the message when the /sys entry doesn't exist, but use the return
code.

Signed-off-by: Thierry FAUCK - IBM LTC 

modified:   libnuma.c
---
libnuma.c |   22 +-
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/libnuma.c b/libnuma.c
index 3717d5b..98aa10f 100644
--- a/libnuma.c
+++ b/libnuma.c
@@ -1276,11 +1276,13 @@ numa_node_to_cpus_v1(int node, unsigned long *buffer, 
int bufferlen)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
bitmask.maskp = (unsigned long *)mask;
bitmask.size  = buflen_needed * 8;
numa_bitmask_setall(&bitmask);
@@ -1355,11 +1357,13 @@ numa_node_to_cpus_v2(int node, struct bitmask *buffer)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
- strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
+ strerror(errno));
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
numa_bitmask_setall(mask);
err = -1;
}
--
1.7.9.5

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-05-14 Thread Ioannis Vranos
My post with all my typos fixed:

I have the same bug, "error -110" USB error messages, and when I reboot,
the computer's UEFI initialisation during boot, at the USB device stage,
is very slow.

The problem gets fixed temporarily, if you unplug the computer from the
power socket (or turn off the power switch, at the back of the
computer), and leave it off until the motherboard loses all its power.

It looks like it is some kernel 3.19 bug with USB ports. Some USB ports
remain powered on, if you shutdown the computer, for charging devices,
etc.

If you remove the power plug, all USB ports turn off, so the issue gets
fixed, until the issue reappears at some random time, when the kernel
gets loaded again.

The issue does not exist with *buntu 14.04/14.04.2, and 14.10.

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 1358835] Patch for libnuma.c

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-12-08 
16:02 EDT---


** Attachment added: "Patch for libnuma.c"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397259/+files/linuma_patch.diff

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1358835] new libnuma.so with fix

2015-05-14 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: "new libnuma.so with fix"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397257/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-05-14 Thread Mike
I just installed Ubuntu 15.04 RTM and almost three years after this
ticket has been opened this problem still persists. It' very hard to use
the OS when it can't properly handle such important thing as the work
with USB-drives.

There is no such issue with Fedora 21, which is also based on Nautilus
file manager.

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

Title:
  Nautilus says the USB stick is read only when it is not

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-05-14 Thread Ioannis Vranos
I have the sane bug, "error -110" USB error messages, and when I reboot,
the computer's UEFI initialisation during boot, at the USB device stage,
is very slow.

The problem gets fixed temporarily, if you unplug the computer from the
power socket (or turn off the power switch, at the back of the
computer), and leave it off until the motherboard loses all its power.

It looks like it is some kernel 3.19 bug with USB ports. Some USB ports
remain powered on, if you shutdown the computer, for charging devices,
etc.

If you remove the power plug, all USB ports turn off, so the issue gets
fixed, until the issue reappears at some random tie, when the kernel
gets loaded again.

The issue does not exist with buntus 14.04/14.04.2, and 14.10.

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 1444264] Re: During wizard, wifi can not be unchecked once wifi setup is done

2015-05-14 Thread Matthew Paul Thomas
Comparison: In the iOS setup you can go back to the "Choose a Wi-Fi
Network" screen and choose "Use Cellular Connection" instead.
 The Android and Windows Phone
first-run setups don't seem to let you disconnect from Wi-Fi once you
have connected.

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

Title:
  During wizard, wifi can not be unchecked once wifi setup is done

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-05-14 Thread Ioannis Vranos
I have the sane bug= I have the same bug

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 1358835] libnuma.so.1 sum 55709

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: "libnuma.so.1 sum 55709"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397258/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2015-05-14 Thread MD4
has anyone come up with a solution?

I have the same problem with a lenovo t410

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

Title:
  [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a
  while

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-05-14 Thread Ioannis Vranos
Or it may be some systemd bug.

It is definitely an *buntu 15.04 issue.

As I said, the workaround is to remove the computer's power cord  from
the power socket, until the motherboard loses all its power.

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 1453443] Re: Daily backup does not run daily

2015-05-14 Thread Andreas Olsson
Sounds like this rather is about the deja-dup frontend, given that
duplicity itself doesn't have any scheduling capabilities.

** Package changed: duplicity (Ubuntu) => deja-dup (Ubuntu)

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

Title:
  Daily backup does not run daily

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

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


[Bug 1454207] Re: Samsung 730U3E LCD backlight brightness control doesn't work

2015-05-14 Thread Stefan Burnicki
The default ubuntu kernel (currently 3.19.0-16) does not work for me.
In /sys/class/backlight there is only

intel_backlight ->
../../devices/pci:00/:00:02.0/drm/card0/card0-eDP-1/intel_backlight

However, with 4.1-rc3 there is

acpi_video0 -> 
../../devices/pci:00/:00:01.0/:01:00.0/backlight/acpi_video0
acpi_video1 -> ../../devices/pci:00/:00:02.0/backlight/acpi_video1
intel_backlight -> 
../../devices/pci:00/:00:02.0/drm/card0/card0-eDP-1/intel_backlight

The first one can be used to control my LCD backlight.

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

Title:
  Samsung 730U3E LCD backlight brightness control doesn't work

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

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


[Bug 1452956] Re: Stale lock file causes QtCreator to freeze when starting

2015-05-14 Thread Benjamin Zeller
The Qt version in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/landing-038  does not fix the freeze for me.

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

Title:
  Stale lock file causes QtCreator to freeze when starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1452956/+subscriptions

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


[Bug 1414930] Re: [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't work

2015-05-14 Thread Timo Aaltonen
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

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

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

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


[Bug 1454989] Re: Freeze after boot

2015-05-14 Thread anders
It is not a kernel freeze because I can press  and login to
the terminal, but X is unusable.

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

Title:
  Freeze after boot

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

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


[Bug 1454201] Re: Turning the screen on/off eventually causes USC to crash on krillin with 0.13

2015-05-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~afrantzis/mir/fix-1454201-usc-crash

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

Title:
  Turning the screen on/off eventually causes USC to crash on krillin
  with 0.13

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

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


[Bug 1454989] Re: Freeze after boot

2015-05-14 Thread anders


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

Title:
  Freeze after boot

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

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


[Bug 1449005] Re: trim does not work with Samsung 840 EVO after firmware update (EXT0DB6Q)

2015-05-14 Thread Marcuz93
@chiluk I quote rozwell's comment, I also did a secure erase and the
problem persisted.

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

Title:
  trim does not work with Samsung 840 EVO after firmware update
  (EXT0DB6Q)

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

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


[Bug 1454989] [NEW] Freeze after boot

2015-05-14 Thread anders
Public bug reported:

Sometimes I will get the screen seen on the attached picture if i leave the PC
idle for some time after boot. The image changes when pressing a key on the 
keyboard.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,snap,regex,place,grid,resize,compiztoolbox,gnomecompat,mousepoll,move,animation,workarounds,vpswitch,imgpng,expo,session,wall,unitymtgrabhandles,ezoom,fade,scale,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu May 14 10:09:48 2015
DistUpgraded: 2015-04-23 19:53:08,580 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation G84M [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:01f2]
InstallationDate: Installed on 2011-08-31 (1351 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
MachineType: Dell Inc. Inspiron 1720
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=bc46b217-a77a-490e-8b25-9fe396966dca ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to vivid on 2015-04-23 (20 days ago)
dmi.bios.date: 08/16/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0UK437
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd08/16/2007:svnDellInc.:pnInspiron1720:pvr:rvnDellInc.:rn0UK437:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1720
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1

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


** Tags: apport-bug compiz-0.9 false-gpu-hang freeze i386 ubuntu vivid

** Attachment added: "Picture of screen"
   https://bugs.launchpad.net/bugs/1454989/+attachment/4397264/+files/x2.jpg

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

Title:
  Freeze after boot

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

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


[Bug 1454693] Re: 'service cyrus-imapd stop' fails to stop cyrus-imapd, silently

2015-05-14 Thread Marius Gedminas
The init script is looking for /var/run/cyrmaster.pid, which doesn't
exist.  The actual pid file is /var/run/cyrus-master.pid

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

Title:
  'service cyrus-imapd stop' fails to stop cyrus-imapd, silently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-imapd-2.4/+bug/1454693/+subscriptions

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


[Bug 1454992] Re: package gir1.2-gconf-2.0 3.2.6-3ubuntu1 failed to install/upgrade: package gir1.2-gconf-2.0 is already installed and configured

2015-05-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gir1.2-gconf-2.0 3.2.6-3ubuntu1 failed to install/upgrade:
  package gir1.2-gconf-2.0 is already installed and configured

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

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


[Bug 1454992] [NEW] package gir1.2-gconf-2.0 3.2.6-3ubuntu1 failed to install/upgrade: package gir1.2-gconf-2.0 is already installed and configured

2015-05-14 Thread joseph hawkins
Public bug reported:

random error

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: gir1.2-gconf-2.0 3.2.6-3ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
Architecture: amd64
Date: Thu May 14 09:36:14 2015
DuplicateSignature: package:gir1.2-gconf-2.0:3.2.6-3ubuntu1:package 
gir1.2-gconf-2.0 is already installed and configured
ErrorMessage: package gir1.2-gconf-2.0 is already installed and configured
InstallationDate: Installed on 2015-05-08 (5 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: dpkg
Title: package gir1.2-gconf-2.0 3.2.6-3ubuntu1 failed to install/upgrade: 
package gir1.2-gconf-2.0 is already installed and configured
UpgradeStatus: Upgraded to vivid on 2015-05-09 (4 days ago)

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


** Tags: already-installed amd64 apport-package vivid

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

Title:
  package gir1.2-gconf-2.0 3.2.6-3ubuntu1 failed to install/upgrade:
  package gir1.2-gconf-2.0 is already installed and configured

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

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


[Bug 1454201] Re: Turning the screen on/off eventually causes USC to crash on krillin with 0.13

2015-05-14 Thread Daniel van Vugt
** Changed in: mir
   Status: Triaged => 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/1454201

Title:
  Turning the screen on/off eventually causes USC to crash on krillin
  with 0.13

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

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


[Bug 1358835] Comment bridged from LTC Bugzilla

2015-05-14 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2015-03-05 10:05 EDT---
Verified:
gcc test.c -ldl -o test
ubuntu@vm19:~$ ./test 80
80
cpu 80 belongs to node 2
ubuntu@vm19:~$ numactl -H
available: 4 nodes (0-3)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
node 0 size: 969 MB
node 0 free: 445 MB
node 1 cpus: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
node 1 size: 1022 MB
node 1 free: 777 MB
node 2 cpus: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 
121 122 123 124 125 126 127
node 2 size: 1022 MB
node 2 free: 37 MB
node 3 cpus: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
node 3 size: 1017 MB
node 3 free: 907 MB
node distances:
node   0   1   2   3
0:  10  40  40  40
1:  40  10  40  40
2:  40  40  10  40
3:  40  40  40  10
ubuntu@vm19:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

--- Comment From mainam...@in.ibm.com 2015-03-19 05:43 EDT---
The test described in the bug fails in Ubuntu 14.04.2.

The following packages were tried as well: libnuma1 2.0.9~rc5-1ubuntu3
and numactl  2.0.9~rc5-1ubuntu3

In all cases the test failed. The efix for 14.04.1 provided by Thierry
Fauck worked but it was not used  in 14.04.02

--- Comment From mainam...@in.ibm.com 2015-03-25 10:41 EDT---
Any updates on this?

--- Comment From thierry.fa...@fr.ibm.com 2015-04-08 07:54 EDT---
Commit 573609fb2711b6c09090cc3fef9a771ae9eb246b sent to maintainers

>From 573609fb2711b6c09090cc3fef9a771ae9eb246b Mon Sep 17 00:00:00 2001
From: Thierry FAUCK - IBM LTC 
Date: Tue, 7 Apr 2015 17:53:34 +0200
Subject: [PATCH] libnuma.so On ppc64el, cpu number are not contigous

Commit 32075635db57c3d5efe12f8fb569af857e01ccad issuea warning message
/sys not mounted when it find a non existent cpu number, and that's the
default for multinode on ppc64el bare metal installed system. This patch
removes the message when the /sys entry doesn't exist, but use the return
code.

Signed-off-by: Thierry FAUCK - IBM LTC 

modified:   libnuma.c
---
libnuma.c |   22 +-
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/libnuma.c b/libnuma.c
index 3717d5b..98aa10f 100644
--- a/libnuma.c
+++ b/libnuma.c
@@ -1276,11 +1276,13 @@ numa_node_to_cpus_v1(int node, unsigned long *buffer, 
int bufferlen)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
bitmask.maskp = (unsigned long *)mask;
bitmask.size  = buflen_needed * 8;
numa_bitmask_setall(&bitmask);
@@ -1355,11 +1357,13 @@ numa_node_to_cpus_v2(int node, struct bitmask *buffer)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(&line, &len, '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
- strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
+ strerror(errno));
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
numa_bitmask_setall(mask);
err = -1;
}
--
1.7.9.5

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1358835] new libnuma.so with fix

2015-05-14 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: "new libnuma.so with fix"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397303/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1453504] Re: Toshiba Click 2 Pro micro SD card not detected

2015-05-14 Thread Jolyon
** 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/1453504

Title:
  Toshiba Click 2 Pro micro SD card not detected

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

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


[Bug 1358835] Patch for libnuma.c

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-12-08 
16:02 EDT---


** Attachment added: "Patch for libnuma.c"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397305/+files/linuma_patch.diff

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


Re: [Bug 1038479] Re: [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a while

2015-05-14 Thread vbspam
I believe there is no solution and most likely will not be.

Why:
- The problem occurs in most cases after the warranty period.

- It is also somehow linked to the hardware deeper then one would expect 
(seems it lies somewhere in the Intel HDA switch/firmware programming). 
Although I still believe change in the kernel module may workaround it, 
nobody (even the kernel module developer) did not pick this to fix it. I 
tried to investigate what has to be done, but it was too far from my 
actual knowledge about that chip and kernel module programming.

If anyone wants to try it, I am willing to share what I have learned 
about this bug, but I have no time to actively contribute to it more 
then half an hour a day.


On 05/14/2015 10:11 AM, MD4 wrote:
> has anyone come up with a solution?
>
> I have the same problem with a lenovo t410
>

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

Title:
  [Satellite L755, Conexant CX20585, Speaker, Internal] fails after a
  while

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

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


[Bug 919801] Re: Unity dash file search is extremely slow

2015-05-14 Thread Wilson
Same problem here, at first use I'm used to wait 30 sec before I can
open any app, quite embarrassing at work.

I've noticed that users without home encryption have only a negligible
delay

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

Title:
  Unity dash file search is extremely slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-files/+bug/919801/+subscriptions

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


[Bug 1358835] libnuma.so.1 sum 55709

2015-05-14 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: "libnuma.so.1 sum 55709"
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4397304/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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


[Bug 1320752] Re: MAC Spoofing / Cloning for WiFi is broken in Trusty 14.04 / 14.10 and all others including Mint 17

2015-05-14 Thread Guest
In my optionion this is not a medium bug, but a really serious one!
I acknowledge there is a workaround, but that means one has to know there is 
actually a bug.

Most people will spend lots of time debugging their wifi client and ap because 
the error just states:
'wlan0: deauthenticating from 98:fc:11:f2:f7:43 by local choice (reason=3)'

This error message is of a such generic type, I wonder why it doesn't
just say: 'An error occurred'.

If one looks up the error code, he/she is even distracted furthermore:
reason 3 = 'Deauthenticated because sending STA is leaving (or has left) IBSS 
or ESS'

Because all the symptons point to the direction of a generic error with the ap 
or wifi connection,
I propose to change the importance to 'serious'

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

Title:
  MAC Spoofing / Cloning for WiFi  is broken in Trusty 14.04 / 14.10 and
  all others including Mint 17

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

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


[Bug 1453618] Re: package python-gpgme 0.3-1 failed to install/upgrade: package python-gpgme is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1402101 ***
https://bugs.launchpad.net/bugs/1402101

** This bug has been marked a duplicate of bug 1402101
   package x is already installed and configured

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

Title:
  package python-gpgme 0.3-1 failed to install/upgrade: package python-
  gpgme is already installed and configured

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

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


[Bug 1353718] Re: No reliable way to configure MAC address spoofing

2015-05-14 Thread Abhilash Anandan
*** This bug is a duplicate of bug 1320752 ***
https://bugs.launchpad.net/bugs/1320752

I still have this problem. It is very annoying. Is there anything I can
do to help get it fixed?

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

Title:
  No reliable way to configure MAC address spoofing

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

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


[Bug 1328065] Re: Gamepad not recognised in trusty

2015-05-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pcsxr (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/1328065

Title:
  Gamepad not recognised  in trusty

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

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


[Bug 1455002] [NEW] Thinkpad x200t backlight settings

2015-05-14 Thread EricDHH
Public bug reported:

ubuntu 15.04 AMD64

Howto reproduce this bug that did not exist up to ubuntu 14.10

Set your required backlight power with the Fn-Keys and shutdown the
machine. Now bootup again, the login screen and your desktop is on
lowest backlight power that can be set, maybe you have to lower the
light to see your display. You have to power the backlight up with the
Fn-Keys after login., but this will not survive next shutdown.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu May 14 11:00:23 2015
DistUpgraded: 2015-04-25 23:23:28,368 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 tp-smapi, 0.41, 3.13.0-49-generic, x86_64: installed
 tp-smapi, 0.41, 3.16.0-34-generic, x86_64: installed
 tp-smapi, 0.41, 3.19.0-15-generic, x86_64: installed
 tp-smapi, 0.41, 3.19.0-16-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:20e4]
   Subsystem: Lenovo Device [17aa:20e4]
InstallationDate: Installed on 2014-09-17 (238 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: LENOVO 7453WVK
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=dbb1913f-e1d6-42eb-b68f-221fd8326a6b ro quiet splash 
elevator=deadline vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to vivid on 2015-04-25 (18 days ago)
dmi.bios.date: 11/16/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7WET61WW (3.11 )
dmi.board.name: 7453WVK
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7WET61WW(3.11):bd11/16/2009:svnLENOVO:pn7453WVK:pvrThinkPadX200T:rvnLENOVO:rn7453WVK:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7453WVK
dmi.product.version: ThinkPad X200T
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Thu May 14 10:56:56 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   16401 
 vendor LEN
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu vivid

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

Title:
  Thinkpad x200t backlight settings

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

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


[Bug 1449005] Re: trim does not work with Samsung 840 EVO after firmware update (EXT0DB6Q)

2015-05-14 Thread Andrea Bravetti
@chiluk:
Nothing wrong electrically and NO data loss, simply the new firmware is buggy.
With EXT0DB6Q errors are every time on different sectors.
With "libata.force=noncq", or even better with a patched kernel 
(ATA_HORKAGE_NO_NCQ_TRIM for the "Samsung SSD 840 EVO") there is no error at 
all, no data loss and no errors.

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

Title:
  trim does not work with Samsung 840 EVO after firmware update
  (EXT0DB6Q)

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

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


[Bug 1453118] Re: package linux-headers-3.16.0-37 3.16.0-37.51~14.04.1 failed to install/upgrade: package linux-headers-3.16.0-37 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package linux-headers-3.16.0-37 3.16.0-37.51~14.04.1 failed to
  install/upgrade: package linux-headers-3.16.0-37 is already installed
  and configured

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

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


[Bug 1452934] Re: package linux-headers-3.13.0-52 3.13.0-52.85 failed to install/upgrade: package linux-headers-3.13.0-52 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package linux-headers-3.13.0-52 3.13.0-52.85 failed to
  install/upgrade: package linux-headers-3.13.0-52 is already installed
  and configured

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

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


[Bug 1453046] Re: package linux-headers-3.13.0-52-lowlatency 3.13.0-52.86 failed to install/upgrade: package linux-headers-3.13.0-52-lowlatency is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package linux-headers-3.13.0-52-lowlatency 3.13.0-52.86 failed to
  install/upgrade: package linux-headers-3.13.0-52-lowlatency is already
  installed and configured

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

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


[Bug 1452026] Re: package dnsmasq-base 2.68-1ubuntu0.1 failed to install/upgrade: package dnsmasq-base is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package dnsmasq-base 2.68-1ubuntu0.1 failed to install/upgrade:
  package dnsmasq-base is already installed and configured

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

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


[Bug 1452596] Re: package linux-image-3.16.0-37-generic 3.16.0-37.51~14.04.1 failed to install/upgrade: package linux-image-3.16.0-37-generic is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package linux-image-3.16.0-37-generic 3.16.0-37.51~14.04.1 failed to
  install/upgrade: package linux-image-3.16.0-37-generic is already
  installed and configured

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

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


[Bug 1449905] Re: Add Fraunhofer FDK AAC support to ffmpeg package

2015-05-14 Thread Carl Eugen Hoyos
Dynamic linking is exactly the same as "including". You cannot fulfil the 
requirements of the GPL for Fraunhofer AAC FDK, so it is not legal to 
distribute FFmpeg binaries with Fraunhofer AAC FDK library enabled if GPL was 
enabled for FFmpeg.
Please close this bug, there is nothing that can be done about it.

The native AAC encoder is of course not as good as the Fraunhofer AAC
encoder. Patches exist to improve our encoder, the quality will be
improved after the Google Summer of Code.

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

Title:
  Add Fraunhofer FDK AAC support to ffmpeg package

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

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


[Bug 1453360] Re: package libxext6:amd64 2:1.3.2-1ubuntu0.0.14.04.1 failed to install/upgrade: package libxext6:amd64 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package libxext6:amd64 2:1.3.2-1ubuntu0.0.14.04.1 failed to
  install/upgrade: package libxext6:amd64 is already installed and
  configured

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

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


[Bug 1452669] Re: package libtinyxml2.6.2:amd64 2.6.2-2 failed to install/upgrade: package libtinyxml2.6.2:amd64 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package libtinyxml2.6.2:amd64 2.6.2-2 failed to install/upgrade:
  package libtinyxml2.6.2:amd64 is already installed and configured

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

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


[Bug 1453259] Re: package libpolkit-gobject-1-0:amd64 0.105-8ubuntu3 failed to install/upgrade: package libpolkit-gobject-1-0:amd64 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package libpolkit-gobject-1-0:amd64 0.105-8ubuntu3 failed to
  install/upgrade: package libpolkit-gobject-1-0:amd64 is already
  installed and configured

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

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


[Bug 1452476] Re: package chromium-codecs-ffmpeg-extra 41.0.2272.76-0ubuntu1.1134 failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package chromium-codecs-ffmpeg-extra 41.0.2272.76-0ubuntu1.1134 failed
  to install/upgrade: package chromium-codecs-ffmpeg-extra is already
  installed and configured

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

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


[Bug 1453382] Re: package libvpx1:i386 1.3.0-3ubuntu1 failed to install/upgrade: package libvpx1:i386 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package libvpx1:i386 1.3.0-3ubuntu1 failed to install/upgrade: package
  libvpx1:i386 is already installed and configured

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

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


[Bug 1454472] Re: package libcurl3:amd64 7.35.0-1ubuntu2.5 failed to install/upgrade: package libcurl3:amd64 is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1309934 ***
https://bugs.launchpad.net/bugs/1309934

** This bug has been marked a duplicate of bug 1309934
   package x is already installed and configured

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

Title:
  package libcurl3:amd64 7.35.0-1ubuntu2.5 failed to install/upgrade:
  package libcurl3:amd64 is already installed and configured

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

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


[Bug 652978] Re: Notify-OSD should be suppressed when using the sound menu

2015-05-14 Thread Matthew Paul Thomas
Mirco, Lars:
(1) How is an app supposed to know whether a track change was triggered from 
the sound menu, or from any other software that sends MPRIS requests?
(2) Volume changes aren't triggered by apps. If indicator-sound isn't the 
appropriate home for the volume changes part of this bug, what is?

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

Title:
  Notify-OSD should be suppressed when using the sound menu

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

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


[Bug 1445554] Re: package libgtk-3-common 3.14.12-0ubuntu2 failed to install/upgrade: package libgtk-3-common is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package libgtk-3-common 3.14.12-0ubuntu2 failed to install/upgrade:
  package libgtk-3-common is already installed and configured

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

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


[Bug 1412057] Re: nvidia-prime 0.7 does not work as expected in 15.04

2015-05-14 Thread Abhisek Maiti
I'm affected by this bug since Kubuntu 14.04 LTS. Still in Kubuntu 15.04
it persists...

Kubuntu 15.04 64Bit
Linux 3.19.0-16-generic
Nvidia 346.47
nvidia-prime 0.8

Why bug fixing process is so slow in case of this package?? Please fix
it ASAP.

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

Title:
  nvidia-prime 0.7 does not work as expected  in 15.04

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

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


[Bug 1451134] Re: Default connection parameters fails when running dbsync

2015-05-14 Thread Pundaleek
Yes, now it works, thank you

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

Title:
  Default connection parameters fails when running dbsync

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

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


[Bug 1454812] Re: package libatk-wrapper-java 0.30.5-1 failed to install/upgrade: package libatk-wrapper-java is already installed and configured

2015-05-14 Thread dino99
*** This bug is a duplicate of bug 1446880 ***
https://bugs.launchpad.net/bugs/1446880

** This bug has been marked a duplicate of bug 1446880
   package x is already installed and configured

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

Title:
  package libatk-wrapper-java 0.30.5-1 failed to install/upgrade:
  package libatk-wrapper-java is already installed and configured

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