[Bug 1501281] Re: Frequent freezes on 15.04 with kernel 3.19.0-29+

2016-03-03 Thread Miguel Rodríguez
It does exist in Wily. Will try xenial one of these days and report back
about it.

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

Title:
  Frequent freezes on 15.04 with kernel 3.19.0-29+

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

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


[Bug 1537359] Re: package postgresql-common 169git1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-03 Thread Alberto Salvia Novella
** Changed in: postgresql-common (Ubuntu)
   Importance: Undecided => High

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

Title:
  package postgresql-common 169git1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1546838] Re: compiz segfaulting on Parallels VM (MBP)

2016-03-03 Thread Alberto Salvia Novella
** Changed in: compiz (Ubuntu)
   Importance: Undecided => High

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

Title:
  compiz segfaulting on Parallels VM (MBP)

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

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


[Bug 1547944] Re: package linux-image-extra-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-03-03 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  package linux-image-extra-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

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

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


[Bug 1551446] Re: xenial amd64 dialy boots to black wallpaper in live session.

2016-03-03 Thread Alberto Salvia Novella
** Changed in: lubuntu-artwork (Ubuntu)
   Importance: Undecided => High

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

Title:
  xenial amd64 dialy boots to black wallpaper in live session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/1551446/+subscriptions

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


[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-03-03 Thread Dan Watkins
** Description changed:

  On Azure, cloud-init relies on the system-uuid as based by SMBIOS a
  unique ID for a cloud instance.  If this ID ever changes, then cloud-
  init will attempt to reprovision the VM.
  
  This recent kernel patch in the Ubuntu kernel incorrectly modifies the
  endianness for some SMBIOS fields, which has the effect causing cloud-
  init to think that the system-uuid has changed:
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  trusty.git/commit/drivers/firmware?id=3ec24c55be6c543797ba3ee9a227a5631aef607e
  
  cloud-init needs to consider both the reported UUID and the "first three
  fields endian-reversed" UUID as the same, so that users shifting between
  unaffected kernels and affected kernels, or affected kernels and fixed
  kernels do not see their instances reprovisioned.
  
  [Impact]
  
  The impact is that cloud-init attempts to reprovision VMs when they
  reboot to use the new kernel, often causing the customer to lose access
  to their VM.
  
  Once the kernel is fixed, rebooting from an affected kernel to the new
  kernel will have the same effect.
  
  [Test Case]
  
  Failure:
  
  1) Boot an Azure instance using an image with a pre-broken kernel (e.g. 
b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04_3-LTS-amd64-server-20160201-en-us-30GB)
  2) Upgrade the kernel and reboot.
  3) SSH to the instance; you will observe that you are prompted to change SSH 
host keys because cloud-init has run again.
  
  Success (upgrade from not broken->broken):
  
  1) Boot an Azure instance using an image with a pre-broken kernel (e.g. 
b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04_3-LTS-amd64-server-20160201-en-us-30GB)
  2) Install the new version of cloud-init.
  3) Upgrade the kernel and reboot.
  4) Observe that you are not prompted when SSHing to instance, as cloud-init 
has not run again.
+ 5) Make a note of the instance ID in use (i.e. the target of 
/var/lib/cloud/instance
+ 6) Reboot again.
+ 7) Observe that the instance ID has not changed.
  
  Success (upgrade from broken->fixed):
  1) Boot an Azure instance using an image with a broken kernel (e.g. 
b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04_4-LTS-amd64-server-20160222-en-us-30GB)
  2) Install the new version of cloud-init.
  3) Upgrade to the fixed kernel (once it is available) and reboot.
  4) Observe that you are not prompted when SSHing to instance, as cloud-init 
has not run again.
  
  Success (upgrade from not broken->fixed):
  1) Boot an Azure instance using an image with a pre-broken kernel (e.g. 
b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04_3-LTS-amd64-server-20160201-en-us-30GB)
  2) Install the new version of cloud-init.
  3) Upgrade to the fixed kernel (once it is available) and reboot.
  4) Observe that you are not prompted when SSHing to instance, as cloud-init 
has not run again.
  
  [Regression Potential]
  
  The change is limited to the Azure data source.  It affects how instance
  IDs are determined, but the change does so in a limited way.

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

Title:
  Fix UUID endianness patch breaks cloud-init on Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1551419/+subscriptions

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


[Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-03 Thread Valentin Brasov
While the freeze with the "[drm] HPD interrupt..." message happened 4
times yesterday afternoon after installing the 4.2 kernel, this morning
(early morning)  I reverted to 3.19  kernel and no freezes happened
anymore afterwards. So this really looks like a problem with the 4.2
kernel. I will try to move this bug from Xorg to kernel.

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

Title:
  After upgrade to 4.2 kernel Ubuntu 14.04 LTS randomly freezes
  completely

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

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


[Bug 1550444] Re: Parole media player segfaults when seeking forward in a video file

2016-03-03 Thread Alberto Salvia Novella
** Changed in: parole (Ubuntu)
   Importance: Undecided => High

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

Title:
  Parole media player segfaults when seeking forward in a video file

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

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


[Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-03 Thread Valentin Brasov
After reverting from 4.2 kernel (linux-generic-lts-wily) back to 3.19
kernel (linux-generic-lts-vivid) the freezes stopped.

** Package changed: xorg (Ubuntu) => linux-meta (Ubuntu)

** Description changed:

  I am not sure whether this is related to Xorg because of following:
  
  Today it happened a few times this complete freeze. Before today never
  happened. Today I did a normal system update in the morning, then a
  ditro upgrade which just upgraded a few unimportant packages, then the
  first freeze happened. Later I upgraded the kernel from 3.19.0 to 4.2.0
  and after that a few more freezes happened. I attached the apt log
  generated today and including the last update yesterday:
  apt_log_for_day_with_upgrade_to_kernel4.2.log. Each time this happened,
  before freeze I saw in the log something like:
  
-9492 Mar  2 14:00:08 my-ubunty kernel: [ 2514.659171] [drm] HPD
+    9492 Mar  2 14:00:08 my-ubunty kernel: [ 2514.659171] [drm] HPD
  interrupt storm detected on connector HDMI-A-1: switching from hotplug
  detection to polling
  
  And once or twice I saw right after that something like:
  
-9493 Mar  2 14:01:13 my-ubuntu compiz: pam_ecryptfs: seteuid error
+    9493 Mar  2 14:01:13 my-ubuntu compiz: pam_ecryptfs: seteuid error
  Then some binary content
  
  I also use disk encryption (the one from Ubuntu).
+ 
+ Each time the freezing happened, the mouse and keyboard weer dead and
+ the screen was frozen in whatever content was displaying at that point.
+ So the only think I could do is to press the power button for 5 seconds.
  
  Thank you.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 4.2.0-30.36~14.04.1-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Wed Mar  2 16:35:13 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
-  bcmwl, 6.30.223.248+bdcom, 3.19.0-51-generic, x86_64: installed
-  bcmwl, 6.30.223.248+bdcom, 4.2.0-30-generic, x86_64: installed
+  bcmwl, 6.30.223.248+bdcom, 3.19.0-51-generic, x86_64: installed
+  bcmwl, 6.30.223.248+bdcom, 4.2.0-30-generic, x86_64: installed
  EcryptfsInUse: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Today
  GraphicsCard:
-  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: Dell Device [1028:05fe]
-Subsystem: Dell Device [1028:05fe]
+  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: Dell Device [1028:05fe]
+    Subsystem: Dell Device [1028:05fe]
  InstallationDate: Installed on 2015-09-28 (156 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. XPS 15 9530
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro cgroup_enable=memory swapaccount=1 quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: XPS 15 9530
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/15/2014:svnDellInc.:pnXPS159530:pvrA07:rvnDellInc.:rnXPS159530:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: XPS 15 9530
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Wed Mar  2 16:15:49 2016
  xserver.configfile: default
  xserver.errors:
-  Failed to load module "nvidia" (module does not exist, 0)
-  Failed to load module "nvidia" (module does not exist, 0)
-  NOUVEAU(G0): Failed to initialise context object: 2D_NVC0 (0)
-  NOUVEAU(G0): Error initialising accele

[Bug 1552681] Re: package virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-03 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/1552681

Title:
  package virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1552681] [NEW] package virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-03 Thread laobuda
Public bug reported:

I have nothing else

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic i686
ApportVersion: 2.19.1-0ubuntu5
Architecture: i386
Date: Tue Feb 16 09:46:17 2016
DuplicateSignature: 
package:virtualbox-ext-pack:5.0.14-1~ubuntu1.15.10.1:subprocess new 
pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2016-01-14 (49 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 wily

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

Title:
  package virtualbox-ext-pack 5.0.14-1~ubuntu1.15.10.1 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1539939] Re: missing menu in top panel

2016-03-03 Thread Alberto Salvia Novella
** Changed in: unity (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  missing menu in top panel

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

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


[Bug 1544270] Re: package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-03 Thread Alberto Salvia Novella
** Changed in: lightdm (Ubuntu)
   Importance: Undecided => High

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

Title:
  package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1550704] Re: Type Cover (3) touchpad not working on Surface Pro 3

2016-03-03 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  Type Cover (3) touchpad not working on Surface Pro 3

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

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


[Bug 1551283] Re: "Region & Language" settings should allow you to set keyboard input method system

2016-03-03 Thread Gunnar Hjalmarsson
I see, so you do have both language-selector-common and im-config. In
that case it's important that we do *something*.

Just switching to ibus by default all over would be a slightly more
complex change.

It should be noted that as regards the Chinese languages, pkg_depends
does currently (16.04) not pull any ibus IM engine. The switch to fcitx
as the default for CJKV languages has been done at request of the CJKV
users.

Does fcitx at all work on Ubuntu GNOME? I can't tell for sure, but I
know that it was possible to use fcitx in Unity before unity-control-
center had been changed to support fcitx. However, then you had to use
the fcitx tools for enabling and switching between input methods. It
would need to be tested for Ubuntu GNOME.

So we have two options, I suppose:

1) Same as Unity (if it works), which is in accordance with what most
   CJKV users prefer, but would result in a more complex UI for input
   method switching for them (i.e. g-c-c can't be used).

2) ibus default all over, which would not break the use of g-c-c for IM
   handling.

@Tim: Your decision. ;)

@Aron: Any thoughts on the topic?

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

Title:
  "Region & Language" settings should allow you to set keyboard input
  method system

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

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


[Bug 1548867] Re: After upgrading to 4.2.0.30 there's no desktop

2016-03-03 Thread Marco van Zwetselaar
@jsalisbury I think you copied the files to the wrong directory. I
guessed from timestamps that they might be in
http://kernel.ubuntu.com/~jsalisbury/lp1498667/ . I am now running
without issues on kernel 4.1.0-040100.201603021615 from that directory.
However I didn't install the headers deb so I guess that I'm running
with any DKMS modules.

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

Title:
  After upgrading to 4.2.0.30 there's no desktop

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

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


[Bug 1450068] Re: Icons missing in Plasma/KDE after upgrade to Ubuntu 15.04

2016-03-03 Thread Alberto Salvia Novella
** Changed in: kubuntu-meta (Ubuntu)
   Importance: Undecided => High

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

Title:
  Icons missing in Plasma/KDE after upgrade to Ubuntu 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1450068/+subscriptions

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


[Bug 1510589] Re: firefox listed as hard dependency of package

2016-03-03 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

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

** Changed in: ubuntu-mate-meta (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/1510589

Title:
  firefox listed as hard dependency of package

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

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


[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.trusty.trunk

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

Title:
  webbrowser-app crashes after 1 sec on unity8

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

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


[Bug 1517625] Re: Typo in hooks/biosdevname

2016-03-03 Thread Bartosz Kosiorek
It is working perfectly on Trusty and Xenial.
Thanks.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Typo in hooks/biosdevname

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

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


[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-03-03 Thread Andy Whitcroft
** Also affects: linux-keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-keystone (Ubuntu Vivid)
   Status: New => Invalid

** Changed in: linux-keystone (Ubuntu)
   Status: New => Invalid

** Changed in: linux-keystone (Ubuntu Trusty)
   Status: New => Fix Committed

** Changed in: linux-keystone (Ubuntu Trusty)
   Importance: Undecided => Critical

** Changed in: linux-keystone (Ubuntu Trusty)
 Assignee: (unassigned) => Luis Henriques (henrix)

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

Title:
  Fix UUID endianness patch breaks cloud-init on Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1551419/+subscriptions

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


[Bug 1248194] Re: Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device: /dev/dvd (No such file or directory) -- Ubuntu Saucy

2016-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-mplayer (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/1248194

Title:
  Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device:
  /dev/dvd (No such file or directory) -- Ubuntu Saucy

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

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


[Bug 1248194] Re: Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device: /dev/dvd (No such file or directory) -- Ubuntu Saucy

2016-03-03 Thread Dirk F
Linked to gnome-mplayer and mplayer2, which appear to be the affected
packages rather than mplayer itself.

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

Title:
  Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device:
  /dev/dvd (No such file or directory) -- Ubuntu Saucy

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

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


[Bug 1531925] Re: Can't connect Logitech Living Room Keyboard [LE]

2016-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-system-settings (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/1531925

Title:
  Can't connect Logitech Living Room Keyboard [LE]

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1531925/+subscriptions

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


[Bug 1248194] Re: Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device: /dev/dvd (No such file or directory) -- Ubuntu Saucy

2016-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mplayer2 (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/1248194

Title:
  Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device:
  /dev/dvd (No such file or directory) -- Ubuntu Saucy

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

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


[Bug 1552675] [NEW] Ubuntu 16.04 on a HP Elite x2 1012 G1

2016-03-03 Thread Franz M. Safar
Public bug reported:

I tried to install the "ubuntu-gnome-16.04-beta1-desktop-amd64" from an
USB-Stick and it crashed while copying in the background. I´ve tried it
several times and the crash happens after selecting the partition where
to install but is independent of the progress within the further
configuration dialogues.

The LiveSystem works quite well with some minor exceptions. 
- the keys for lowering the backlight [fn]-f9 and or increasing backlight 
intensity [fn]-f10 are not working
- the audio volume buttons at the side of the tablet (next to the power switch) 
are not working

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.46
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CasperVersion: 1.367
Date: Thu Mar  3 13:02:34 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
LiveMediaBuild: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160225.1)
ProcEnviron:
 LANGUAGE=de_AT.UTF-8
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.46 ubuntu-gnome xenial

** Attachment added: "syslog+partman.tar.gz"
   
https://bugs.launchpad.net/bugs/1552675/+attachment/4587443/+files/syslog+partman.tar.gz

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

Title:
  Ubuntu 16.04 on a HP Elite x2 1012 G1

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

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

[Bug 1524943] Re: Missing trust-store integration for IAP

2016-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings -
0.3+16.04.20160226.1-0ubuntu1

---
ubuntu-system-settings (0.3+16.04.20160226.1-0ubuntu1) xenial; urgency=medium

  * Add InAppPurchases to privacy plug-in. Update translation template.
Fix translation template to not include full path to settings.js
file. (LP: #1524943)

 -- Rodney Dawes   Fri, 26 Feb 2016 19:07:26
+

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Missing trust-store integration for IAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524943/+subscriptions

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


[Bug 1546847] Re: Fonts-droid has been deprecated and removed, use fonts-droid-fallback instead of fonts-droid

2016-03-03 Thread LocutusOfBorg
** Changed in: ubuntustudio-default-settings (Ubuntu)
   Status: New => Fix Released

** Changed in: ubuntukylin-theme (Ubuntu)
   Status: New => Fix Released

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

Title:
  Fonts-droid has been deprecated and removed, use fonts-droid-fallback
  instead of fonts-droid

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

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


[Bug 1551615] Re: Alternative chain verification failure after 1024b root CAs removal

2016-03-03 Thread Marc Deslauriers
Marcin,

It looks like your bank renewed their SSL cert on Feb 9th, and they
forgot to include the intermediate certificate.

This is a configuration problem on their end and has nothing to do with
Ubuntu updates.

Tell them to go to the following page and type in ebank.db-pbc.pl for
more information :

https://cryptoreport.websecurity.symantec.com/checker/views/certCheck.jsp

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

Title:
  Alternative chain verification failure after 1024b root CAs removal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1551615/+subscriptions

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


[Bug 1248194] Re: Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device: /dev/dvd (No such file or directory) -- Ubuntu Saucy

2016-03-03 Thread Dirk F
There are multiple issues underlying this.

First, gnome-mplayer (like many other video players) may look by default
at /dev/dvd, but that device is no longer created by default.

You can restore this by (sudo) copying /lib/rules.d/60-cdrom_id.rules to
/etc/udev/rules.d/60-cdrom_id.rules and changing the line beginning
KERNEL="sr0" as follows:

KERNEL=="sr0", SYMLINK+="cdrom dvd", OPTIONS+="link_priority=-100"

Note that the concept of a /dev/dvd doesn't allow for multiple DVD drives. You 
have to use /dev/sr0, or make a suitable change to the above line if your 
preferred DVD drive is /dev/sr2, say. 
   
Then, according to Debian bug report 
, the upstream distro 
on which Lubuntu is based used Mplayer2 in a version compiled without support 
for DVD menus (able to play  dvd://1 for track 1 but not dvdnav://). 
gnome-mplayer offers 3 ways of opening a DVD with the File>Disc>... menu, but 
all rely on parsing the DVD menu structure and so fail. You can however add the 
VOB files from the DVD's VIDEO_TS directory to a playlist and play that.

gnome-mplayer is also unable to play a track as in dvd://1, presumably
because it tries to use the menu structure in that case as well, even
though the underlying mplayer can do so.

While the discussion of the above Debian bug indicates that this issue
may be fixed in an upcoming LTS, you install SMPlayer  (don't "Enable
DVD menus (experimental)"). Not only does SMPlayer work better than
gnome-mplayer, but in my view it's a much better thought-out and
realised user interface that should be considered as a replacement for
gnome-mplayer in future Lubuntu releases.



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

** Also affects: gnome-mplayer (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mplayer2 (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/1248194

Title:
  Gnome-Mplayer cannot play commercial videos: Couldn't open DVD device:
  /dev/dvd (No such file or directory) -- Ubuntu Saucy

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

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


[Bug 1552656] Re: package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/remoting-webapp.v2.zip' to '/usr/li

2016-03-03 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: corrupted-package

** Changed in: chromium-browser (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/1552656

Title:
  package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1. failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/remoting-webapp.v2.zip' to '/usr/lib/chromium-browser
  /remoting-webapp.v2.zip.dpkg-new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1552656/+subscriptions

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


[Bug 1550448] grub-installer_multi-prep.debdiff

2016-03-03 Thread bugproxy
Default Comment by Bridge

** Attachment added: "grub-installer_multi-prep.debdiff"
   
https://bugs.launchpad.net/bugs/1550448/+attachment/4587442/+files/grub-installer_multi-prep.debdiff

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

Title:
  [PowerVM] Ubuntu 16.04 does not install bootloader on multiple PReP
  partitions in Software RAID1 configuration

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

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


[Bug 1552247] dagmar (i386) - tests ran: 155, failed: 0

2016-03-03 Thread Brad Figg
tests ran: 155, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-10.25/dagmar__4.4.0-10.25__2016-03-03_10-26-00/results-index.html

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

Title:
  linux: 4.4.0-10.25 -proposed tracker

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

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


[Bug 1552485] Re: linux-keystone: 3.13.0-51.76 -proposed tracker

2016-03-03 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

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

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

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


[Bug 1476987] Re: Headset mic support for a Dell machine

2016-03-03 Thread Anthony Wong
** Changed in: hwe-next
   Status: Fix Committed => Fix Released

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

Title:
  Headset mic support for a Dell machine

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

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


[Bug 1544875] Re: Cards flicker when changing department in the dash

2016-03-03 Thread Albert Astals Cid
** Branch linked: lp:~aacid/unity8/appStoreCardWeirdSizing

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Albert Astals Cid (aacid)

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

Title:
  Cards flicker when changing department in the dash

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

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


[Bug 1552332] Re: [Ubuntu 16.04] Help to flush kernel panics to console

2016-03-03 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial)
   Importance: High
 Assignee: Canonical Kernel Team (canonical-kernel-team)
   Status: Triaged

** Changed in: linux (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  [Ubuntu 16.04] Help to flush kernel panics to console

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

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


[Bug 1552337] Re: linux: 3.19.0-54.60 -proposed tracker

2016-03-03 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Released

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

Title:
  linux: 3.19.0-54.60 -proposed tracker

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

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


[Bug 1454656] Re: Add support for Conexant codecs CX20721, CX20722, CX20723 and CX20724

2016-03-03 Thread Anthony Wong
** Changed in: hwe-next
   Status: Fix Committed => Fix Released

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

Title:
  Add support for Conexant codecs CX20721, CX20722, CX20723 and CX20724

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

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


[Bug 1452175] Re: Add headset mic some variants of Dell Inspiron 5548

2016-03-03 Thread Anthony Wong
** Changed in: hwe-next
   Status: Fix Committed => Fix Released

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

Title:
  Add headset mic some variants of Dell Inspiron 5548

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

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


[Bug 1408295] Re: Enable mic mute hotkey and LEDs for an HP machine

2016-03-03 Thread Anthony Wong
** Changed in: hwe-next
   Status: Fix Committed => Fix Released

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

Title:
  Enable mic mute hotkey and LEDs for an HP machine

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

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


[Bug 1552316] Re: linux: 3.13.0-81.125 -proposed tracker

2016-03-03 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Released

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

Title:
  linux: 3.13.0-81.125 -proposed tracker

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

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


[Bug 1552485] Re: linux-keystone: 3.13.0-51.76 -proposed tracker

2016-03-03 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel) => Ike Panhc (ikepanhc)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.13.0-51.76 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 03. March 2016 01:03 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Thursday, 03. March 2016 01:03 UTC
  kernel-stable-master-bug:1552316
  kernel-stable-Promote-to-proposed-end:Thursday, 03. March 2016 07:02 UTC
  kernel-stable-Certification-testing-end:Thursday, 03. March 2016 07:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 03. March 2016 07:02 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Thursday, 03. March 2016 12:02 UTC
+ kernel-stable-Promote-to-proposed-start:Thursday, 03. March 2016 12:02 UTC
+ kernel-stable-phase-changed:Thursday, 03. March 2016 12:02 UTC

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

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

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

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


[Bug 1552486] Re: linux-lts-trusty: 3.13.0-81.125~precise1 -proposed tracker

2016-03-03 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Luis Henriques 
(henrix)

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

Title:
  linux-lts-trusty: 3.13.0-81.125~precise1 -proposed tracker

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

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


[Bug 1552515] Re: linux-lts-vivid: 3.19.0-54.60~14.04.1 -proposed tracker

2016-03-03 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Luis Henriques 
(henrix)

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

Title:
  linux-lts-vivid: 3.19.0-54.60~14.04.1 -proposed tracker

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

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


[Bug 1514839] Re: ppa-purge misbehaves if repository update fails

2016-03-03 Thread Jarno Suni
Oh, but aptitude couldn't do anything, either. Maybe it was better to exit with 
error code in this case.
Maybe the script could test for internet connection before using apt-get or 
aptitude?

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

Title:
  ppa-purge misbehaves if repository update fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ppa-purge/+bug/1514839/+subscriptions

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


[Bug 1552668] Status changed to Confirmed

2016-03-03 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  BUG: unable to handle kernel paging request at 7f4cd3dac000

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

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


[Bug 1549480] Re: Xorg freeze

2016-03-03 Thread Christopher M. Penalver
Wolf Rogner, what a tangled situation. Let us move past it for now, and
we can circle back on that if required.

Despite this, in order to allow additional upstream developers to examine the 
issue, at your earliest convenience, could you please test the latest upstream 
kernel available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? 
Please keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Also, you don't need to apport-collect further unless specifically
requested to do so.

Once testing of the latest upstream kernel is complete, please mark this
report Status Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: regression-update

** Changed in: xorg (Ubuntu)
   Importance: Low => Medium

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Xorg freeze

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

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


[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.wily.trunk

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

Title:
  webbrowser-app crashes after 1 sec on unity8

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

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


[Bug 1548887] Re: [MIR] ubuntu-snappy

2016-03-03 Thread Michael Vogt
powerpc build is fixed in my latest xenial upload.

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

Title:
  [MIR] ubuntu-snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-peterh-liner/+bug/1548887/+subscriptions

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


[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-03-03 Thread Andy Whitcroft
** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Importance: Undecided => Critical

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

Title:
  Fix UUID endianness patch breaks cloud-init on Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1551419/+subscriptions

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


[Bug 1552352] Re: linux-lts-utopic: 3.16.0-65.85~14.04.1 -proposed tracker

2016-03-03 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

Title:
  linux-lts-utopic: 3.16.0-65.85~14.04.1 -proposed tracker

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

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


[Bug 778293] Re: [Upstream] Custom Animation not repeating

2016-03-03 Thread Christopher M. Penalver
Maurice Clerc, this is actually Fixed Released appropriately as defined
in https://wiki.ubuntu.com/Bugs/Status.

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

Title:
  [Upstream] Custom Animation not repeating

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

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


[Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christopher M. Penalver
** Tags added: trusty

** Changed in: mesa (Ubuntu)
   Importance: Low => Medium

** Changed in: mesa (Ubuntu)
   Status: Incomplete => Triaged

** Tags added: saucy

** Tags added: regression-release

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

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

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

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


[Bug 1549403] Re: [FFe]: improvements and fixes to cloud-init networking

2016-03-03 Thread Martin Pitt
Many thanks for addressing this. Fixing this for an LTS is much
appreciated indeed, as it will make the cloud images much more useful
particularly for "real hardware" use cases, and also get rid of some
gross hacks in e. g. autopkgtest, and fix the broken ppc64el images
along the way (bug 1541757).

Do you have a plan how to test and roll this out? I can help testing
this on various architectures and cloud+QEMU, but I think before this
lands in the  official cloud images this should be tested from a PPA (e.
g. by running dist-upgrade on a current cloud image and removing the
ifnames=0 hack from the grub config).

FF approved, thanks!

** Changed in: cloud-init (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/1549403

Title:
  [FFe]: improvements and fixes to cloud-init networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1549403/+subscriptions

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


[Bug 1037256] Re: Sorting items by names do not work properly

2016-03-03 Thread Romain Bousson
same issue, ubuntu 14.04, nautilus 3.10.1, fr_FR.UTF-8 for all LC_***.
I tested with LC_COLLATE=C or POSIX : the behaviour is slightly different, but 
I can't get a true classic alphanumeric sorting.

Would it be possible to implement a checkbox option on the Nautilus Preferences 
menu, in order to select :
- keeping the "intelligent (or not so) nautilus sorting type"
- use a regular alphanumeric sorting.

That would be so great.
I a m not used to the collaborative nautilus developpment, so where can I post 
this feature demand ?
Thanks

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

Title:
  Sorting items by names do not work properly

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

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


[Bug 1552668] [NEW] BUG: unable to handle kernel paging request at 00007f4cd3dac000

2016-03-03 Thread Daniel Holbach
Public bug reported:

No idea what happened.

ProblemType: KernelOops
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-9-generic 4.4.0-9.24
ProcVersionSignature: Ubuntu 4.4.0-9.24-generic 4.4.3
Uname: Linux 4.4.0-9-generic x86_64
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  daniel 2422 F pulseaudio
Date: Thu Mar  3 12:32:55 2016
DuplicateSignature: BUG: unable to handle kernel paging request at location 
RIP: 0010:location  location anon_vma_clone+0x99/0x200
Failure: oops
HibernationDevice: RESUME=UUID=9bc14055-971b-4ccc-a5b7-f42c3d313c8c
InstallationDate: Installed on 2015-04-30 (307 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: LENOVO 429149G
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9-generic 
root=UUID=457973fc-512e-4b6a-b65b-85f15fa85b7b ro console=tty1 console=ttyS0 
panic=-1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
SourcePackage: linux
SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
Title: BUG: unable to handle kernel paging request at 7f4cd3dac000
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/18/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET46WW (1.16 )
dmi.board.asset.tag: Not Available
dmi.board.name: 429149G
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:bvr8DET46WW(1.16):bd05/18/2011:svnLENOVO:pn429149G:pvrThinkPadX220:rvnLENOVO:rn429149G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 429149G
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops kernel-oops xenial

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

Title:
  BUG: unable to handle kernel paging request at 7f4cd3dac000

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

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


[Bug 1514587] Re: [Dell Inc. Dell Precision M3800] suspend/resume failure

2016-03-03 Thread Christopher M. Penalver
Joachim Van der Auwera, this bug report is being closed due to your last
comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1514587/comments/37
regarding this being due to hardware failure. For future reference you
can manage the status of your own bugs by clicking on the current status
in the yellow line and then choosing a new status in the revealed drop
down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Importance: Medium => Undecided

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

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

Title:
  [Dell Inc. Dell Precision M3800] suspend/resume failure

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

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


[Bug 1541997] Re: dmesg flooded with xhci_hcd warnings "WARN Event TRB for slot 1 ep 8 with no TDs queued?"

2016-03-03 Thread Christopher M. Penalver
PascalC, it will help immensely if you filed a new report with the Ubuntu 
repository kernel (not mainline/upstream) via a terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  dmesg flooded with xhci_hcd warnings "WARN Event TRB for slot 1 ep 8
  with no TDs queued?"

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

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


[Bug 1547571] Re: [FFe] KDE Meta

2016-03-03 Thread Iain Lane
If these are all ready to go and can be uploaded straight away, then
approved.

I say this because it causes a lot of churn in autopkgtest when you do a
KDE mass upload, so I want it to be done as quickly as possible. :)

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

Title:
  [FFe] KDE Meta

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

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


[Bug 1552632] Re: mlx4_core Set UAR page size to 4KB regardless of system page size

2016-03-03 Thread Rafael David Tinoco
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  mlx4_core Set UAR page size to 4KB regardless of system page size

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

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


[Bug 1552668] Re: BUG: unable to handle kernel paging request at 00007f4cd3dac000

2016-03-03 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/1552668

Title:
  BUG: unable to handle kernel paging request at 7f4cd3dac000

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

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


[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.xenial.trunk

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

Title:
  webbrowser-app crashes after 1 sec on unity8

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

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


[Bug 1543480] dmesg of guest

2016-03-03 Thread bugproxy
--- Comment (attachment only) From lakun...@in.ibm.com 2016-03-03 06:25 
EDT---


** Attachment added: "dmesg of guest"
   https://bugs.launchpad.net/bugs/1543480/+attachment/4587423/+files/gdmsg.txt

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

Title:
  ISST-KVM:Ubuntu1510:abakvm: abag3 guest hung while running stress
  test.

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

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


[Bug 1552507] Re: [MIR/FFE] Promoting a11y-profile-manager to main.

2016-03-03 Thread Iain Lane
If you can get the QA team to spend some time looking at this once it's
in, then I'm okay with the FFe.

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

Title:
  [MIR/FFE] Promoting a11y-profile-manager to main.

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

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


[Bug 1552368] Re: IPv6 address is not displayed in 'Start SSH' invitation during booting the installer

2016-03-03 Thread bugproxy
--- Comment From brueck...@de.ibm.com 2016-03-03 06:19 EDT---
A problem fix is attached on the Debian bug report:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816600

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

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

Title:
  IPv6 address is not displayed in 'Start SSH' invitation during booting
  the installer

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

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


[Bug 1552660] Re: gnome-software crashed with SIGSEGV in g_menu_model_get_n_items()

2016-03-03 Thread Apport retracing service
*** This bug is a duplicate of bug 1552150 ***
https://bugs.launchpad.net/bugs/1552150

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1552150
   Gnome Software center crashes on startup when LIM (Local Integrated Menus) 
is enabled

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-software crashed with SIGSEGV in g_menu_model_get_n_items()

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

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


[Bug 1550366] Re: [FFE]: powerstat, sync to 0.02.08

2016-03-03 Thread Iain Lane
Thanks, this seems fine - do it.

** Changed in: powerstat (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/1550366

Title:
  [FFE]: powerstat, sync to 0.02.08

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

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


[Bug 1552247] dwalin (amd64) - tests ran: 66, failed: 1

2016-03-03 Thread Brad Figg
tests ran:  66, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-10.25/dwalin__4.4.0-10.25__2016-03-03_11-02-00/results-index.html

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

Title:
  linux: 4.4.0-10.25 -proposed tracker

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

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


[Bug 1538262] Re: Connection to Microsoft Designer Keyboard not possible

2016-03-03 Thread Jonas G. Drange
** Changed in: bluez (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Connection to Microsoft Designer Keyboard not possible

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

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


[Bug 1548686] Re: 7 cookiejar tests started failing

2016-03-03 Thread Olivier Tilloy
** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => 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/1548686

Title:
  7 cookiejar tests started failing

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

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


[Bug 1549480] Re: Xorg freeze

2016-03-03 Thread Wolf Rogner
I'm stuck somewhere in the middle.

a) I have installed Ubuntu natively on my Mac. No OS X installed.
b) I can boot from an external drive. I have OS X 10.11.3. This OS fixes the 
BIOS on the fly.
c) I cannot install the BIOS updates that both you or Apple supplies as they 
require OS X 10.9.5 (which I haven't).
d) even if I restore a very old backup with 10.8.5, I cannot upgrade to 10.9.5 
as it suggests 10.11. immediately.
e) Apple support does not offer suggestions (other than sending it in or 
leaving it as it is as 10.11. fixes it implicitly)

So, my BIOS is like it is, cannot be changed.

Any suggestions?

** Changed in: xorg (Ubuntu)
   Status: Incomplete => New

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

Title:
  Xorg freeze

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

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


[Bug 1551145] Re: [regression] unit test failures after Qt update

2016-03-03 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [regression] unit test failures after Qt update

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

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


[Bug 1552621] Re: Can't login to desktop autometically after oem-config is finished on OEM mode

2016-03-03 Thread Franz Hsieh
** Also affects: ubiquity
   Importance: Undecided
   Status: New

** Package changed: ubiquity (Ubuntu) => oem-priority

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

Title:
  Can't login to desktop autometically after oem-config is finished on
  OEM mode

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

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


[Bug 1514231] Re: Huawei Broadband stick not recognized

2016-03-03 Thread Wolf Rogner
There was no more in the syslog. (well at least not for another few
minutes)

Sorry

This is in direct relation to bug #1514229.

We experimented with different modem sticks. Only a very old one got the
connection and switch from mass storage to modem correctly.

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

Title:
  Huawei Broadband stick not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1514231/+subscriptions

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


[Bug 1552337] Re: linux: 3.19.0-54.60 -proposed tracker

2016-03-03 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

Title:
  linux: 3.19.0-54.60 -proposed tracker

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

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


[Bug 1552652] Re: USB WWAN Modem is not detected until I run usb_modeswitch myself

2016-03-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: usb-modeswitch (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/1552652

Title:
  USB WWAN Modem is not detected until I run usb_modeswitch myself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+subscriptions

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


[Bug 1552627] Re: mlx4_en didn't choose time-stamping shift value according to HW frequency

2016-03-03 Thread Rafael David Tinoco
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  mlx4_en didn't choose time-stamping shift value according to HW
  frequency

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

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


[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-03 Thread Chris Coulson
Missing information in chrome://gpu/ is bug 1552657

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

Title:
  Webbrowser slow scroll and artifact rendering on freiza

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1550371/+subscriptions

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-03 Thread thijs van severen
yet another fyi :
i created a ticket @Nividia that points to this launchpad ticket : nvidia 
ticket #160303-14

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

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1552653] Re: webbrowser-app crashed with SIGABRT in QMessageLogger::fatal()

2016-03-03 Thread Apport retracing service
*** This bug is a duplicate of bug 1538601 ***
https://bugs.launchpad.net/bugs/1538601

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of private bug 1538601

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  webbrowser-app crashed with SIGABRT in QMessageLogger::fatal()

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

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


[Bug 1552656] Re: package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/remoting-webapp.v2.zip' to '/usr/li

2016-03-03 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/1552656

Title:
  package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1. failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/remoting-webapp.v2.zip' to '/usr/lib/chromium-browser
  /remoting-webapp.v2.zip.dpkg-new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1552656/+subscriptions

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


[Bug 1540753] Re: Video thumbnails don't go into full-size cache

2016-03-03 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Video thumbnails don't go into full-size cache

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540753/+subscriptions

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


[Bug 1541836] Re: Transparent PNG files have a black color background

2016-03-03 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Wishlist

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Transparent PNG files have a black color background

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1541836/+subscriptions

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


[Bug 1525861] Re: "Online Accounts" isn't properly integrated

2016-03-03 Thread Bug Watch Updater
** Changed in: gnome-calendar
   Status: Confirmed => Won't Fix

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

Title:
  "Online Accounts" isn't properly integrated

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

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


[Bug 1524941] Re: pay-service not handling IAP purchases json correctly from server

2016-03-03 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  pay-service not handling IAP purchases json correctly from server

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524941/+subscriptions

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


[Bug 1532719] Re: Preserve transparency in logos

2016-03-03 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => Wishlist

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Preserve transparency in logos

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532719/+subscriptions

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


[Bug 1524943] Re: Missing trust-store integration for IAP

2016-03-03 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

** Changed in: canonical-devices-system-image
   Status: Fix Committed => In Progress

** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Missing trust-store integration for IAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524943/+subscriptions

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


[Bug 1526929] Re: Purchase not treated as failed on dbus errors

2016-03-03 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Purchase not treated as failed on dbus errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526929/+subscriptions

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


[Bug 1552656] [NEW] package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/remoting-webapp.v2.zip' to '/usr/

2016-03-03 Thread Luís de Sousa
Public bug reported:

Ubuntu keeps on reporting "system problem". It seems related with
Chromium, but I am not able to remove the package - I get an unmet
dependencies error.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: chromium-browser 48.0.2564.116-0ubuntu0.14.04.1.
Uname: Linux 3.10.18 armv7l
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: armhf
Date: Sun Feb 21 17:39:43 2016
DpkgHistoryLog:
 Start-Date: 2016-02-21  17:37:32
 Commandline: apt-get install -f
 Upgrade: chromium-browser:armhf (45.0.2454.101-0ubuntu0.14.04.1.1099, 
48.0.2564.82-0ubuntu0.14.04.1.1108), icedtea-7-jre-jamvm:armhf 
(7u91-2.6.3-0ubuntu0.14.04.1, 7u95-2.6.4-0ubuntu0.14.04.1)
DuplicateSignature: 
package:chromium-browser:48.0.2564.116-0ubuntu0.14.04.1.:cannot copy 
extracted data for './usr/lib/chromium-browser/remoting-webapp.v2.zip' to 
'/usr/lib/chromium-browser/remoting-webapp.v2.zip.dpkg-new': unexpected end of 
file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/remoting-webapp.v2.zip' to 
'/usr/lib/chromium-browser/remoting-webapp.v2.zip.dpkg-new': unexpected end of 
file or stream
SourcePackage: chromium-browser
Title: package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1. failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/remoting-webapp.v2.zip' to 
'/usr/lib/chromium-browser/remoting-webapp.v2.zip.dpkg-new': unexpected end of 
file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
modified.conffile..etc.default.chromium.browser: [deleted]
mtime.conffile..etc.chromium.browser.default: 2015-11-12T16:19:13.369998

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package armhf 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/1552656

Title:
  package chromium-browser 48.0.2564.116-0ubuntu0.14.04.1. failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/remoting-webapp.v2.zip' to '/usr/lib/chromium-browser
  /remoting-webapp.v2.zip.dpkg-new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1552656/+subscriptions

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


[Bug 1408672] Re: Please drop huge oxideqt-dbg package

2016-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.xenial.next

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

Title:
  Please drop huge oxideqt-dbg package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1408672/+subscriptions

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


[Bug 1552500] Re: No properties installed in /etc/java-8-openjdk/

2016-03-03 Thread UlfZibis
A little nit:
Vorgeschlagene Pakete:
  openjdk-8-demo icedtea-8-plugin openjdk-8-jre-jamvm fonts-ipafont-gothic
  fonts-ipafont-mincho fonts-indic
...
root@ThinkPad-T500:/# apt-get install openjdk-8-demo icedtea-8-plugin 
openjdk-8-jre-jamvm fonts-ipafont-gothic fonts-ipafont-mincho fonts-indic
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Paket icedtea-8-plugin ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Für Paket »icedtea-8-plugin« existiert kein Installationskandidat.


So icedtea-8-plugin was replaced by icedtea-plugin and should be corrected in 
the package, right?

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

Title:
  No properties installed in /etc/java-8-openjdk/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1552500/+subscriptions

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

[Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christian Zigotzky
** Description changed:

  Hi all,
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
- The Mesa version 11.1.2-1 doesn't work too on ubuntu MATE 16.04 PowerPC.
+ This issue affects sdl2 applications either.
+ 
+ The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
+ PowerPC.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
  In my point of view, the problem is in the source file p_format.h in the
  directory src/gallium/include/pipe/. There is some code for translating
  colors for big-endian machines. The problem is, this code is only for
  the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
  don't need this translating code but IBM pSeries machines without
  graphics cards need this code. This code translates the colors in a
  wrong way for Radeon graphics cards. I removed this code and after
  compiling Mesa again, the colors are displayed correctly. I released
  some unofficial Mesa versions with this patch.
  
  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html
  
  Hardware:
  
  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD
  
  More information:
  
  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html
  
  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

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

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

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

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

[Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-03-03 Thread Jean-Baptiste Lallement
** Changed in: canonical-pocket-desktop
   Status: New => Fix Committed

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

Title:
  xapp window should reflect app name rather than "Xmir root window"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542028/+subscriptions

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


[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-03-03 Thread Luis Henriques
** Also affects: linux-lts-utopic (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-lts-utopic (Ubuntu Vivid)
   Status: New => Invalid

** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Status: New => Fix Committed

** Changed in: linux-lts-utopic (Ubuntu Trusty)
 Assignee: (unassigned) => Luis Henriques (henrix)

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

Title:
  Fix UUID endianness patch breaks cloud-init on Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1551419/+subscriptions

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


[Bug 1543480] qemu- abag3.logs for build 55

2016-03-03 Thread bugproxy
--- Comment (attachment only) From lakun...@in.ibm.com 2016-03-03 05:40 
EDT---


** Attachment added: "qemu- abag3.logs for build 55"
   https://bugs.launchpad.net/bugs/1543480/+attachment/4587397/+files/abag3.txt

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

Title:
  ISST-KVM:Ubuntu1510:abakvm: abag3 guest hung while running stress
  test.

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

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


[Bug 1552652] Re: USB WWAN Modem is not detected until I run usb_modeswitch myself

2016-03-03 Thread Will Cooke
** Attachment added: "usbmodeswitch.1.log"
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+attachment/4587395/+files/usbmodeswitch.1.log

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

Title:
  USB WWAN Modem is not detected until I run usb_modeswitch myself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+subscriptions

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


[Bug 1552652] [NEW] USB WWAN Modem is not detected until I run usb_modeswitch myself

2016-03-03 Thread Will Cooke
Public bug reported:


Running on Xenial and updated this morning.

If I plug in my ZTE WCDMA WWAN modem (USB ID 19d2:0031) while my laptop
is switched off, then power it on and log in then /sometimes/ it is
detected (once out of about 10 goes).  If I plug it in after I've
already logged in it is yet to be detected correctly (tried about 10
times).


syslog.1.txt and usbmodeswitch.1.log are logs from boot up with the modem 
attached.


If I run:

sudo usb_modeswitch -W -v 19d2 -p 0103 -K

(see manual.usb_modeswitch.log) then the modem is picked up and
available for use.

As a side note, in "Set up a Mobile Broadband Connection" I see two
modems:  "ZTE WCDMA Technologies MSM" and also "zte_0".

** Affects: usb-modeswitch (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "syslog.1.txt"
   
https://bugs.launchpad.net/bugs/1552652/+attachment/4587385/+files/syslog.1.txt

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

Title:
  USB WWAN Modem is not detected until I run usb_modeswitch myself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+subscriptions

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


[Bug 1552652] Re: USB WWAN Modem is not detected until I run usb_modeswitch myself

2016-03-03 Thread Will Cooke
** Attachment added: "manual.usb_modeswitch.log"
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+attachment/4587396/+files/manual.usb_modeswitch.log

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

Title:
  USB WWAN Modem is not detected until I run usb_modeswitch myself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1552652/+subscriptions

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


[Bug 1543480] host dmesg logs

2016-03-03 Thread bugproxy
--- Comment (attachment only) From lakun...@in.ibm.com 2016-03-03 05:38 
EDT---


** Attachment added: "host dmesg logs"
   https://bugs.launchpad.net/bugs/1543480/+attachment/4587383/+files/dmesg.txt

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

Title:
  ISST-KVM:Ubuntu1510:abakvm: abag3 guest hung while running stress
  test.

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

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


<    6   7   8   9   10   11   12   13   >