[Bug 1549507] Re: vim in xenial not compiled with python support

2016-02-25 Thread Robert Hooker
** Changed in: vim (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

** Changed in: vim (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/1549507

Title:
  vim in xenial not compiled with python support

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

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


[Bug 1546260] rebased patch set

2016-02-25 Thread bugproxy
--- Comment on attachment From amo...@au1.ibm.com 2016-02-25 22:00 
EDT---


The toc alignment patch didn't apply cleanly after Anton's patches.  This 
tarfile contains a rebased patchset including Anton's patches.

** Attachment added: "rebased patch set"
   
https://bugs.launchpad.net/bugs/1546260/+attachment/4581464/+files/kexec-patches.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/1546260

Title:
  kexec/kdump not working in ubuntu 16.04

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

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


[Bug 981555] Re: [i965gm mesa] False GPU lockup render.IPEHR: 0x79050003

2016-02-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   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/981555

Title:
  [i965gm mesa] False GPU lockup  render.IPEHR: 0x79050003

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

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


[Bug 981555]

2016-02-25 Thread Christopher M. Penalver
Invalid downstream.

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

Title:
  [i965gm mesa] False GPU lockup  render.IPEHR: 0x79050003

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

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


[Bug 1549942] Re: php-imagick failing autopkgtests

2016-02-25 Thread Bug Watch Updater
** Changed in: imagemagick
   Status: Unknown => 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/1549942

Title:
  php-imagick failing autopkgtests

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

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


[Bug 1546108] Re: Latest Vagrant box for Ubuntu Xenial is failing to boot

2016-02-25 Thread LoOoD
I'm also having to add an optical drive now.

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

Title:
  Latest Vagrant box for Ubuntu Xenial is failing to boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1546108/+subscriptions

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


[Bug 1538409] Re: blueman-applet crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out

2016-02-25 Thread HolyHoundz
*** This bug is a duplicate of bug 1533206 ***
https://bugs.launchpad.net/bugs/1533206

my labtop doesnt have bluetooth hardware so why it installing in first
place

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

Title:
  blueman-applet crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.DBus.Error.TimedOut: Failed to
  activate service 'org.bluez': timed out

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
You have to send email to the author


define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
-
-static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
-   struct snd_ctl_elem_value *ucontrol)
-{
-   struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
-   struct sigmatel_spec *spec = codec->spec;
-
-   ucontrol->value.integer.value[0] = spec->clfe_swap;
-   return 0;
-}
-
-static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
-   struct snd_ctl_elem_value *ucontrol)
-{
-   struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
-   struct sigmatel_spec *spec = codec->spec;
-   hda_nid_t nid = kcontrol->private_value & 0xff;
-   unsigned int val = !!ucontrol->value.integer.value[0];
-
-   if (spec->clfe_swap == val)
-   return 0;
-
-   spec->clfe_swap = val;
-
-   snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
-   spec->clfe_swap ? 0x4 : 0x0);
-
-   return 1;
-}
-

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1318678] Re: haveged consumes 100% cpu when used with -w > 4067

2016-02-25 Thread Richard Collins
This also affects me. It's 2016, still no changes, it seems.
 - Ubuntu 14.04.4 LTS (Server) (32-bit i686)
 - haveged 1.7c-1
 - 4067 entropy_avail, 4096 poolsize
 - 4.2.0-27-generic

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

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

Title:
  haveged consumes 100% cpu when used with -w > 4067

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

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


[Bug 1318678] Re: haveged consumes 100% cpu when used with -w > 4067

2016-02-25 Thread Richard Collins
note: same bug reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740117

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

Title:
  haveged consumes 100% cpu when used with -w > 4067

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=36c9db7a1aca3396b26004a3c41f27e2b735536f

Some idt codec specific feature were lost when using generic parser

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
That's very weird, all my xenial test systems show lxc-container-
default-cgns in the apparmor_status output

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

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
That's very weird, all my xenial test systems show lxc-container-
default-cgns in the apparmor_status output

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1548587] Re: Ubuntu 15.10 VMWare guest won't show UI after upgrading to 4.2.0-30

2016-02-25 Thread Kamal Mostafa
The fix for this issue is in the pipeline, scheduled for release
tomorrow.

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

Title:
  Ubuntu 15.10 VMWare guest won't show UI after upgrading to 4.2.0-30

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

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


[Bug 1498129] Re: Asus Xonar U7 S/PDIF output not recognized by pulseaudio

2016-02-25 Thread Raymond
Some characters are unsafe


http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=4dc44bb34aab2b23ab45c8e61e4b17bf2cf58959


You have to send email to alsa devel mailing list how to add your sound card

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

Title:
  Asus Xonar U7 S/PDIF output not recognized by pulseaudio

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

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


[Bug 347113] Re: orca dies on starting: RuntimeError: could not load typelib

2016-02-25 Thread zoushidong
** Changed in: gnome-orca (Ubuntu)
   Status: Expired => Fix Committed

** Changed in: gnome-orca (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  orca dies on starting: RuntimeError: could not load typelib

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

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


[Bug 1546694] Re: Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

2016-02-25 Thread legendaire
output:

alias:  usb:v04CAp3010d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp300Fd*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp300Dd*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp300Bd*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp3008d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp3007d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp3006d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp3005d*dc*dsc*dp*ic*isc*ip*in*
alias:  usb:v04CAp3004d*dc*dsc*dp*ic*isc*ip*in*

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

Title:
  Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

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

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


[Bug 1538774] Re: thumbnailer-admin fails with relative path

2016-02-25 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu)
   Status: Fix Committed => In Progress

** Branch linked: lp:~michihenning/thumbnailer/relative-path

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

Title:
  thumbnailer-admin fails with relative path

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
The easy way to determine which node is which jack is jack detect

If jack detect fail, need to test the output channel of each jack by
speaker test and. Input source by capture

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
For 7.1

Line in must change to line out with same def association

0x0c 0x0101304e

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1548785] Re: linux-lts-vivid: 3.19.0-52.58~14.04.1 -proposed tracker

2016-02-25 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.19.0-52.58~14.04.1 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:Tuesday, 23. February 2016 12:02 UTC
  kernel-stable-master-bug:1548548
  kernel-stable-Prepare-package-end:Thursday, 25. February 2016 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 25. February 2016 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 25. February 2016 21:48 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 26. February 2016 00:01 UTC
  kernel-stable-Verification-testing-start:Friday, 26. February 2016 00:01 UTC
  kernel-stable-Certification-testing-start:Friday, 26. February 2016 00:01 UTC
  kernel-stable-Security-signoff-start:Friday, 26. February 2016 00:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 26. February 2016 00:01 UTC
+ kernel-stable-Security-signoff-end:Friday, 26. February 2016 02:01 UTC

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

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

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

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


[Bug 1550090] [NEW] linux-image-3.19.0-51-generic fails to boot to desktop under VMWare Player

2016-02-25 Thread Alex Murray
Public bug reported:

After updating my VMWare Player install of Ubuntu 14.04 amd64 to linux-
image-3.19.0-51-generic it fails to boot - plymouth appears to hang
during boot and so it never reaches the GDM login screen - also seems I
am not alone:

http://askubuntu.com/questions/738083/ubuntu-14-04-4-lts-hangs-on-boot-after-latest-dist-upgrade-in-vmware
http://ubuntuforums.org/showthread.php?t=2314723

Booting from the previous kernel 3.19.0-49-generic works fine.

** Affects: initramfs-tools (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/1550090

Title:
  linux-image-3.19.0-51-generic fails to boot to desktop under VMWare
  Player

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread William Grant
I grabbed 2.0.0~rc3-0ubuntu2 before I wrote those comments, as I noticed
the cgfs changes. My last reboot was this morning, between upgrading to
-0ubuntu1 and -0ubuntu2, so I think the apparmor stuff is still broken.
The profile doesn't even appear if I explicitly apparmor_parser -r, -a,
-R in any combination, though --debug definitely shows it parsing that
file. It's very, very weird.

This is all with Linux 4.4.0-7, since I hadn't noticed 4.4.0-8 sitting
in -proposed. I might retry with that.

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

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1533461] Re: No headset microphone is detected in sound settings on a Dell laptop

2016-02-25 Thread Hui Wang
** Tags removed: verification-needed-vivid
** Tags added: verification-done-vivid

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

Title:
  No headset microphone is detected in sound settings on a Dell laptop

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread William Grant
I grabbed 2.0.0~rc3-0ubuntu2 before I wrote those comments, as I noticed
the cgfs changes. My last reboot was this morning, between upgrading to
-0ubuntu1 and -0ubuntu2, so I think the apparmor stuff is still broken.
The profile doesn't even appear if I explicitly apparmor_parser -r, -a,
-R in any combination, though --debug definitely shows it parsing that
file. It's very, very weird.

This is all with Linux 4.4.0-7, since I hadn't noticed 4.4.0-8 sitting
in -proposed. I might retry with that.

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 978115] Re: [gm45 mesa] GPU lockup render.IPEHR: 0x60020100

2016-02-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   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/978115

Title:
  [gm45 mesa] GPU lockup  render.IPEHR: 0x60020100

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

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


[Bug 976489] Re: [arrandale mesa] GPU lockup render.IPEHR: 0x02000000

2016-02-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   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/976489

Title:
  [arrandale mesa] GPU lockup  render.IPEHR: 0x0200

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

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


[Bug 982010] Re: [gm45 mesa] GPU lockup render.IPEHR: 0x78080003

2016-02-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   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/982010

Title:
  [gm45 mesa] GPU lockup  render.IPEHR: 0x78080003

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
As your analog loopback use afg instead of audio mixer widget,  the
driver may power down the input path and output path

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1546442] sosreport from pinelp3

2016-02-25 Thread bugproxy
--- Comment (attachment only) From pt...@cn.ibm.com 2016-02-25 20:43 
EDT---


** Attachment added: "sosreport from pinelp3"
   
https://bugs.launchpad.net/bugs/1546442/+attachment/4581457/+files/sosreport-pinelp3.bz136929-20160225193950.tar.xz

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

Title:
  ISST-LTE: Ubuntu 16.04 LPAR has Kernel panic when running base, IO,
  NFS, TCP tests together

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

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


[Bug 982010]

2016-02-25 Thread Christopher M. Penalver
Invalid downstream.

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

Title:
  [gm45 mesa] GPU lockup  render.IPEHR: 0x78080003

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=c7cd0ef66aade29e37ee08821a0e195ee776c6e6

Jack detect fail mean widget will be powered down

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-25 Thread Raymond
Do you mean jack detect work on ubuntu 14.04 live usb?  Kernel 4.2

Pin default are incorrect since use of generic parser

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/log/sound/pci/hda?ofs=50

You need to perform git bisect to find out which commit is the cause of
the regression

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

Title:
  [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
  dropouts or crackling sound

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

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


[Bug 976489]

2016-02-25 Thread Christopher M. Penalver
Invalid downstream.

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

Title:
  [arrandale mesa] GPU lockup  render.IPEHR: 0x0200

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

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


[Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-25 Thread Daniel van Vugt
OK, try this then:

$ cp ~/.cache/upstart/unity8.log.1.gz ~/Documenti/
$ sudo zcat /var/log/lightdm/unity-system-compositor.log.1.gz > 
~/Documents/unity-system-compositor.log

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

Title:
  Unity 8/Mir  doesn't load

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

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


[Bug 1502311] Re: Support a Traditional Chinese input method

2016-02-25 Thread extraym...@gmail.com
Hi, is there any updates?

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

Title:
  Support a Traditional Chinese input method

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

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


[Bug 1548758] Re: linux-keystone: 3.13.0-50.75 -proposed tracker

2016-02-25 Thread Ike Panhc
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

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

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

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

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


[Bug 1393842] Re: libvirt does not grant qemu-guest-agent channel perms

2016-02-25 Thread Serge Hallyn
Confirmed this has regressed in xenial

** Changed in: libvirt (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  libvirt does not grant qemu-guest-agent channel perms

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1550084] Status changed to Confirmed

2016-02-25 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/1550084

Title:
  package linux-image-4.4.0-7-generic 4.4.0-7.22 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1549646] Re: Unity8 crashes with heap corruption every time on logout

2016-02-25 Thread Daniel van Vugt
I considered that but our Mir demo servers on mesa do not experience
such problems. That's why I logged it against Unity8.

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

Title:
  Unity8 crashes with heap corruption every time on logout

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

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


[Bug 1522422] Re: Update to php 7.0

2016-02-25 Thread Colan Schwartz
In response to #53, speaking for the Drupal community, I'd like to
report that we have Drupal 8 passing on PHP 7.  See
https://www.drupal.org/node/3060/qa for details.

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

Title:
  Update to php 7.0

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

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


[Bug 1550084] [NEW] package linux-image-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-02-25 Thread Tomas Cassidy
Public bug reported:

This appeared when doing an upgrade from 15.10 to Xenial Beta 1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-7-generic 4.4.0-7.22
ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  administrator   1682 F pulseaudio
 /dev/snd/controlC0:  administrator   1682 F pulseaudio
Date: Fri Feb 26 12:22:33 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
HibernationDevice: RESUME=UUID=c7aaacb2-3dce-4af3-b898-dc2fc52b23f8
InstallationDate: Installed on 2014-04-22 (674 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: ZOTAC ZBOX-ID41
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic 
root=UUID=b9ab8fda-0f78-47b1-9080-580161fb3043 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36
RfKill:
 0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.4.0-7-generic 4.4.0-7.22 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
UpgradeStatus: Upgraded to xenial on 2016-02-26 (0 days ago)
dmi.bios.date: 05/05/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080016
dmi.board.asset.tag: NA
dmi.board.name: ZBOX-ID41
dmi.board.vendor: ZOTAC
dmi.board.version: XX
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/05/2011:svnZOTAC:pnZBOX-ID41:pvrXX:rvnZOTAC:rnZBOX-ID41:rvrXX:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: ZBOX-ID41
dmi.product.version: XX
dmi.sys.vendor: ZOTAC

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-7-generic 4.4.0-7.22 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1393842] Re: libvirt does not grant qemu-guest-agent channel perms

2016-02-25 Thread Serge Hallyn
Confirmed this has regressed in xenial

** Changed in: libvirt (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  libvirt does not grant qemu-guest-agent channel perms

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

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


[Bug 1522422] Re: Update to php 7.0

2016-02-25 Thread Colan Schwartz
In response to #53, speaking for the Drupal community, I'd like to
report that we have Drupal 8 passing on PHP 7.  See
https://www.drupal.org/node/3060/qa for details.

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

Title:
  Update to php 7.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1545969] Re: webbrowser-app crashes with SIGABRT every time I start it

2016-02-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1520537 ***
https://bugs.launchpad.net/bugs/1520537

Yeah let's assume this is bug 1520537 for now. Wait and see.

Of course I never found it when I logged this one against webbrowser-
app; it's a different package.

** This bug has been marked a duplicate of bug 1520537
   webbrowser-app crashes after 1 sec on unity8

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

Title:
  webbrowser-app crashes with SIGABRT every time I start it

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

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


[Bug 1549662] onibi (i386) - tests ran: 155, failed: 0

2016-02-25 Thread Brad Figg
tests ran: 155, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-8.23/onibi__4.4.0-8.23__2016-02-25_23-03-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/1549662

Title:
  linux: 4.4.0-8.23 -proposed tracker

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

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


[Bug 1544279] Re: symfony: update and bootstrap for PHP7.0 support

2016-02-25 Thread Nish Aravamudan
Thanks Steve, not sure why I saw failures here. I believe the attached
debdiff will fix the autopkgtest failures.

** Patch added: "symfony_2.7.9+dfsg-1ubuntu2.2.7.9+dfsg-1ubuntu3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/symfony/+bug/1544279/+attachment/4581436/+files/symfony_2.7.9+dfsg-1ubuntu2.2.7.9+dfsg-1ubuntu3.debdiff

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

Title:
  symfony: update and bootstrap for PHP7.0 support

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

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


[Bug 1445595] Re: Empty trash from Launcher results in Nautilus window opening

2016-02-25 Thread Treviño
** Changed in: unity
   Status: Confirmed => Fix Committed

** Changed in: unity
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: unity
Milestone: None => 7.4.0

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

Title:
  Empty trash from Launcher results in Nautilus window opening

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

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

[Bug 1548785] Re: linux-lts-vivid: 3.19.0-52.58~14.04.1 -proposed tracker

2016-02-25 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   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/1548785

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

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

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


[Bug 1421184] Re: Merge latest version (2.48.3-1) with Debian

2016-02-25 Thread Shane Synan
Merging/backporting Unison 2.48 to Ubuntu 16.04/14.04 might be required
to avoid the issue where newer builds of Unison 2.40 segfault due to a
change in the OCaml library (version 4.01.0 -> 4.02.3).

See Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1543374
And Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807019  
(thanks to ~linuxien_ref for linking to this on the Ubuntu bug report)

I have 14.04 clients and a 16.04 server and I will be happy to do any
needed testing.

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

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

Title:
  Merge latest version (2.48.3-1) with Debian

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

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


[Bug 1550037] Re: linux: 4.2.0-30.36 -proposed tracker

2016-02-25 Thread Adam Conrad
** Changed in: linux (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/1550037

Title:
  linux: 4.2.0-30.36 -proposed tracker

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

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


[Bug 1546447] Re: error processing archive /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in

2016-02-25 Thread Shane Synan
In the meantime, I managed to work around the issue with multiple trials
of apt-get that resulted in something like the following:

sudo apt-get remove -f python-pip-whl python3-pip python-chardet-whl 
python-html5lib-whl python-virtualenv python3-virtualenv virtualenv
sudo apt-get autoremove
sudo apt-get install python3-pip python3-virtualenv virtualenv # (Optionally, 
python-virtualenv if you need that too)

At your own risk; I cannot guarantee this workaround will succeed for
you.

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

Title:
  error processing archive /var/cache/apt/archives/python-pip-
  whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python-
  wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in package
  python-html5lib-whl 0.999-3build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1546447/+subscriptions

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


[Bug 978115]

2016-02-25 Thread Christopher M. Penalver
Invalid downstream.

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

Title:
  [gm45 mesa] GPU lockup  render.IPEHR: 0x60020100

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

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


[Bug 1548785] Re: linux-lts-vivid: 3.19.0-52.58~14.04.1 -proposed tracker

2016-02-25 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

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

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

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


[Bug 1549942] Re: php-imagick failing autopkgtests

2016-02-25 Thread Nish Aravamudan
** Summary changed:

- imagemagick: add missing backports for issue 54
+ php-imagick failing autopkgtests

** Also affects: php-imagick (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: php-imagick (Ubuntu)
   Importance: Undecided => Low

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

Title:
  php-imagick failing autopkgtests

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

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


[Bug 1549899] Re: package linux-image-4.2.0-30-generic 4.2.0-30.35 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

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

** Changed in: initramfs-tools (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/1549899

Title:
  package linux-image-4.2.0-30-generic 4.2.0-30.35 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1523199] Re: Wily installer uses wrong seed location for systemd-random-seed.service

2016-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.21.47

---
ubiquity (2.21.47) xenial; urgency=medium

  [ Marc Deslauriers ]
  * scripts/plugininstall.py: Write initial random seed to systemd
location (LP: #1523199)

  [ Jonathan Riddell ]
  * kde_ui.py: strip any quotes from the lsb-release values
  * Allow for alternate logos

  [ Mathieu Trudel-Lapierre ]
  * ubi-prepare: when non-free is disabled, drop the foss_disclaimer_extra
widget, and make the whole nonfree_vbox invisible (third-party drivers and
such are non-free, and disabling Secure Boot is unnecessary if you don't
install any non-free drivers). (LP: #1549816)

 -- Mathieu Trudel-Lapierre   Thu, 25 Feb 2016
14:41:41 -0500

** Changed in: ubiquity (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Wily installer uses wrong seed location for systemd-random-
  seed.service

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

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


[Bug 979836] Re: [i945g] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 render.IPEHR: 0x7d8e0001

2016-02-25 Thread Christopher M. Penalver
As per https://bugs.freedesktop.org/show_bug.cgi?id=48796#c7 .

** No longer affects: xserver-xorg-video-intel (Ubuntu)

** Project changed: xserver-xorg-video-intel => xserver-xorg-video-intel
(Ubuntu)

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: High => Undecided

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => New

** Changed in: xserver-xorg-video-intel (Ubuntu)
 Remote watch: freedesktop.org Bugzilla #48796 => None

** Changed in: xserver-xorg-video-intel (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/979836

Title:
  [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 render.IPEHR:
  0x7d8e0001

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

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


[Bug 1549552] Re: php packages: add php-xml dependencies

2016-02-25 Thread Nish Aravamudan
** Patch added: "php-sabre-dav-2.1_2.1.9-1.2.1_2.1.9-1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php-sabre-dav-2.1/+bug/1549552/+attachment/4581414/+files/php-sabre-dav-2.1_2.1.9-1.2.1_2.1.9-1ubuntu1.debdiff

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

Title:
  php packages: add php-xml dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-sabre-dav-2.1/+bug/1549552/+subscriptions

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


[Bug 1549816] Re: ubiquity crashed with AttributeError in set_allow_nonfree(): 'PageGtk' object has no attribute 'prepare_foss_disclaimer_extra'

2016-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.21.47

---
ubiquity (2.21.47) xenial; urgency=medium

  [ Marc Deslauriers ]
  * scripts/plugininstall.py: Write initial random seed to systemd
location (LP: #1523199)

  [ Jonathan Riddell ]
  * kde_ui.py: strip any quotes from the lsb-release values
  * Allow for alternate logos

  [ Mathieu Trudel-Lapierre ]
  * ubi-prepare: when non-free is disabled, drop the foss_disclaimer_extra
widget, and make the whole nonfree_vbox invisible (third-party drivers and
such are non-free, and disabling Secure Boot is unnecessary if you don't
install any non-free drivers). (LP: #1549816)

 -- Mathieu Trudel-Lapierre   Thu, 25 Feb 2016
14:41:41 -0500

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  ubiquity crashed with AttributeError in set_allow_nonfree(): 'PageGtk'
  object has no attribute 'prepare_foss_disclaimer_extra'

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

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


[Bug 979836] [NEW] [i945g] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 render.IPEHR: 0x7d8e0001

2016-02-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hangs whenever i stream video in fullscreen/switch to other processes w/
alt-tab.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu1
Architecture: i386
Chipset: i945g
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Apr 12 14:54:13 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 
render.IPEHR: 0x7d8e0001 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01ad]
   Subsystem: Dell Device [1028:01ad]
InterpreterPath: /usr/bin/python2.7
MachineType: Dell Inc. OptiPlex GX620
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=8da9a36e-4c13-455c-b0c3-f62819edfde3 ro splash quiet vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 render.IPEHR: 
0x7d8e0001
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/20/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0KH290
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/20/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0KH290:rvr:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex GX620
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 freeze i386 precise ubuntu
-- 
[i945g] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 render.IPEHR: 
0x7d8e0001
https://bugs.launchpad.net/bugs/979836
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1526079] Re: Mouse cursor sometimes becomes invisible

2016-02-25 Thread Christopher M. Penalver
** Tags removed: bios-outdated-2.19
** Tags added: bios-outdated-2.22

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

Title:
  Mouse cursor sometimes becomes invisible

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

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


[Bug 386855] Re: [945gm mesa] Segfault when using colorfilter plugin

2016-02-25 Thread Christopher M. Penalver
As per https://bugs.freedesktop.org/show_bug.cgi?id=22772#c7 .

** No longer affects: xserver-xorg-video-intel (Ubuntu)

** Project changed: xserver-xorg-video-intel => xserver-xorg-video-intel
(Ubuntu)

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Medium => Undecided

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: In Progress => New

** Changed in: xserver-xorg-video-intel (Ubuntu)
 Remote watch: freedesktop.org Bugzilla #22772 => None

** Changed in: xserver-xorg-video-intel (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/386855

Title:
  [945gm mesa] Segfault when using colorfilter plugin

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

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


Re: [Bug 1447038] Re: Shutdown/Restart of live session guest does not work in Virtualbox, and VMWare

2016-02-25 Thread Phill Whiteside
it also occurs on bare metal. It seems to be a race issue where a process
is starting before the previous one has things settled. But, it is pain so
we do need a geek to agree to look at it and we minions provide logs and
testing to them. I'm up for being a minion  :)

On 25 February 2016 at 12:10, amjjawad  <1447...@bugs.launchpad.net>
wrote:

> Testing Ubuntu GNOME 16.04 Beta 1 20160225.1 (amd64) and this bug is
> alive and doing well.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1447038
>
> Title:
>   Shutdown/Restart of live session guest does not work in Virtualbox,
>   and VMWare
>
> Status in Release Notes for Ubuntu:
>   Fix Released
> Status in casper package in Ubuntu:
>   Triaged
>
> Bug description:
>   Hardware: https://gist.github.com/anonymous/e613830ce44594c5cf93
>
>   Running a live guest, 20150422 15.04 image.  Cannot shutdown/restart
>   using normal procedure/menu item.  Must hard power off the guest.
>
>   Steps to reproduce:
>   - Start up live session in Virtualbox or VMWare preferably with the
> latest daily ISO
>   - Select "Shut Down" in the system GUI
>
>   Expected results:
>   - The system shuts down and the VM reports that it is shut down
>
>   Actual results:
>   - The system does not shut down and instead remains on a blank screen
>
>   Known affected flavors:
>   - Ubuntu
>   - Xubuntu
>   - Ubuntu GNOME
>   - Lubuntu
>   - Kubuntu
>   - Ubuntu MATE
>
>   Notes:
>   - The bug does not occur after installation, only in the live session
>   - Does not affect 14.10 and earlier
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu-release-notes/+bug/1447038/+subscriptions
>

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

Title:
  Shutdown/Restart of live session guest does not work in Virtualbox,
  and VMWare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1447038/+subscriptions

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

[Bug 1549347] Re: [FFe Requested] Please update nginx to 1.9.12

2016-02-25 Thread Thomas Ward
** Summary changed:

- Please update nginx to 1.9.12
+ [FFe Requested] Please update nginx to 1.9.12

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

Title:
  [FFe Requested] Please update nginx to 1.9.12

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

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


[Bug 1549347] Re: [FFe Requested] Please update nginx to 1.9.12

2016-02-25 Thread Thomas Ward
** Summary changed:

- Please update nginx to 1.9.12
+ [FFe Requested] Please update nginx to 1.9.12

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

Title:
  [FFe Requested] Please update nginx to 1.9.12

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549662] kili (amd64) - tests ran: 1, failed: 1

2016-02-25 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-8.23/kili__4.4.0-8.23__2016-02-25_20-13-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/1549662

Title:
  linux: 4.4.0-8.23 -proposed tracker

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

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


[Bug 1546654] Re: Standard configuration proposal

2016-02-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "onboard_1.2.0-0ubuntu2.debdiff" seems to be a debdiff.
The ubuntu-sponsors team has been subscribed to the bug report so that
they can review and hopefully sponsor the debdiff.  If the attachment
isn't a patch, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are member of the ~ubuntu-sponsors,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  Standard configuration proposal

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

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


[Bug 1549662] fozzie (i386) - tests ran: 155, failed: 0

2016-02-25 Thread Brad Figg
tests ran: 155, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-8.23/fozzie__4.4.0-8.23__2016-02-25_22-22-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/1549662

Title:
  linux: 4.4.0-8.23 -proposed tracker

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

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


[Bug 1526079] Re: Mouse cursor sometimes becomes invisible

2016-02-25 Thread Stephen Eisenhauer
Changing the resolution with xrandr has not been successful in bringing
the cursor back recently, but attempting to switch to another user (and
then returning to the original session) DOES cause the cursor to
reappear. This at least gives me a workaround (and hopefully hints at a
fix).

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

Title:
  Mouse cursor sometimes becomes invisible

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

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


[Bug 386855] [NEW] [945gm mesa] Segfault when using colorfilter plugin

2016-02-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

when trying to use colorfilter, this is what happens:

- I press the keyboard shortcut
- Everything except the mouse freezes
- About 5 seconds later compiz crashes

When run in the terminal, i get this message:

Mesa 7.4.1 implementation error: i915_program_error: Exceeded max ALU 
instructions
Please report at bugzilla.freedesktop.org
Segmentation fault

I've never used colorfilter before, so I don't know if this is a
regression or not.  I'm using Karmic. I'll do a backtrace later tonight.

ProblemType: Bug
Architecture: i386
Date: Sat Jun 13 18:49:36 2009
DistroRelease: Ubuntu 9.10
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. MXC061
NonfreeKernelModules: wl
Package: compiz 1:0.8.2-0ubuntu12
PackageArchitecture: all
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.30-9-generic 
root=UUID=ddf993ab-d008-4974-9167-9b21b8e87c0c ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
SourcePackage: compiz
Uname: Linux 2.6.30-9-generic i686
dmi.bios.date: 04/02/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 0MG532
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd04/02/2007:svnDellInc.:pnMXC061:pvr:rvnDellInc.:rn0MG532:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MXC061
dmi.sys.vendor: Dell Inc.

[lspci]
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
Subsystem: Dell Device [1028:01d8]
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
Subsystem: Dell Device [1028:01d8]

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 945gm apport-bug colorfilter i386 karmic
-- 
[945gm mesa] Segfault when using colorfilter plugin
https://bugs.launchpad.net/bugs/386855
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1546559] Re: Can't set multiple VPN connection properties in rapid succession

2016-02-25 Thread Jonas G. Drange
** Also affects: canonical-devices-system-image
   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/1546559

Title:
  Can't set multiple VPN connection properties in rapid succession

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

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


[Bug 1548864] Re: Ubuntu GNOME Xenial live image boots to tty1

2016-02-25 Thread Erick Brunzell
"IS this the same hardware that you see the garbled images on?"

Yes, one set is, but bug #1507255 has been fixed since about the
4.4.0-6-generic kernel.

I don't have access to that hardware at this moment but I will have
again later tonight of tomorrow.

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

Title:
  Ubuntu GNOME Xenial live image boots to tty1

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

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


[Bug 1548785] Re: linux-lts-vivid: 3.19.0-52.58~14.04.1 -proposed tracker

2016-02-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

** Changed in: kernel-sru-workflow/certification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.19.0-52.58~14.04.1 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:Tuesday, 23. February 2016 12:02 UTC
  kernel-stable-master-bug:1548548
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 25. February 2016 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 25. February 2016 00:01 UTC
- kernel-stable-phase-changed:Thursday, 25. February 2016 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 25. February 2016 21:48 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Friday, 26. February 2016 00:01 UTC
+ kernel-stable-Verification-testing-start:Friday, 26. February 2016 00:01 UTC
+ kernel-stable-Certification-testing-start:Friday, 26. February 2016 00:01 UTC
+ kernel-stable-Security-signoff-start:Friday, 26. February 2016 00:01 UTC
+ proposed-announcement-sent:True
+ kernel-stable-Regression-testing-start:Friday, 26. February 2016 00:01 UTC

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

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

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

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


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

2016-02-25 Thread Brad Figg
tests ran: 155, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-8.23/dagmar__4.4.0-8.23__2016-02-25_22-13-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/1549662

Title:
  linux: 4.4.0-8.23 -proposed tracker

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

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


[Bug 1550061] [NEW] package kde-l10n-si (not installed) failed to install/upgrade: 正试图覆盖 /usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包 khelpcenter 4:5.4.2-0ubuntu1

2016-02-25 Thread David.Feng
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: kde-l10n-si (not installed)
Uname: Linux 4.4.2 aarch64
ApportVersion: 2.19.1-0ubuntu5
Architecture: arm64
Date: Fri Feb 26 07:45:54 2016
DuplicateSignature: package:kde-l10n-si:(not installed):正试图覆盖 
/usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包 khelpcenter 
4:5.4.2-0ubuntu1
ErrorMessage: 正试图覆盖 
/usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包 khelpcenter 
4:5.4.2-0ubuntu1
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: kde-l10n-si
Title: package kde-l10n-si (not installed) failed to install/upgrade: 正试图覆盖 
/usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包 khelpcenter 
4:5.4.2-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-l10n-si (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package arm64 wily

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

Title:
  package kde-l10n-si (not installed) failed to install/upgrade: 正试图覆盖
  /usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包
  khelpcenter 4:5.4.2-0ubuntu1

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

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

[Bug 1550061] Re: package kde-l10n-si (not installed) failed to install/upgrade: 正试图覆盖 /usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包 khelpcenter 4:5.4.2-0ubuntu1

2016-02-25 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/1550061

Title:
  package kde-l10n-si (not installed) failed to install/upgrade: 正试图覆盖
  /usr/share/locale/si/LC_MESSAGES/kcmhtmlsearch.mo,它同时被包含于软件包
  khelpcenter 4:5.4.2-0ubuntu1

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

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

[Bug 1547144] Re: [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

2016-02-25 Thread Carl-Daniel Hailfinger
Thank you!

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

Title:
  [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

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

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


[Bug 1549954] Re: [FFe] Please sync openlp 2.4-1 from debian unstable

2016-02-25 Thread Stefano Rivera
This was ready to go before FF, and I held you back by making you fix
some things :)

So, I'll happily wave an FFe in your direction (and sponsor the sync).
no reverse-deps, unseeded, no brainer!

** Changed in: openlp (Ubuntu)
   Status: New => Triaged

** Changed in: openlp (Ubuntu)
   Status: Triaged => 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/1549954

Title:
  [FFe] Please sync openlp 2.4-1 from debian unstable

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

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


[Bug 1549954] Re: [FFe] Please sync openlp 2.4-1 from debian unstable

2016-02-25 Thread Stefano Rivera
This bug was fixed in the package openlp - 2.4-1
Sponsored for Raoul Snyman (raoul-snyman)

---
openlp (2.4-1) unstable; urgency=low

  * New upstream release
  * Migrate to PyQt5. Closes: #784614
  * Update copyright file
  * Fix patches for new upstream version
  * Fixed up insecure URLs to source and website
  * Disable running tests when packaging for now

 -- Raoul Snyman   Tue, 23 Feb 2016 23:04:54 +0200

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

Title:
  [FFe] Please sync openlp 2.4-1 from debian unstable

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

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


[Bug 1547144] Re: [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

2016-02-25 Thread Stefano Rivera
Seems reasonable to me. FFe granted.

** Changed in: flashrom (Ubuntu)
   Status: New => Triaged

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

Title:
  [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

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

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


[Bug 1549352] Re: New message to contact only opens messaging app

2016-02-25 Thread Tiago Salem Herrmann
** Branch unlinked: lp:~tiagosh/messaging-
app/set_width_based_on_screen_size

** Branch linked: lp:~tiagosh/messaging-app/fix_leaks_and_empty_view

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

Title:
  New message to contact only opens messaging app

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

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


[Bug 1546694] Re: Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

2016-02-25 Thread Jeremy
Show

modinfo ath3k | grep -i 04ca

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

Title:
  Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

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

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


[Bug 1546694] Re: Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

2016-02-25 Thread Jeremy
Forgot one thing

echo ath3k | sudo tee -a /etc/modules

Then reboot

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

Title:
  Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)

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

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


[Bug 1549552] Re: php packages: add php-xml dependencies

2016-02-25 Thread Nish Aravamudan
** Summary changed:

- phpab: add php-xml dependencies
+ php packages: add php-xml dependencies

** Also affects: php-sabre-http (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: php-sabredav (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: php-sabredav (Ubuntu)
   Importance: Undecided => Low

** Changed in: php-sabre-http (Ubuntu)
   Importance: Undecided => Low

** Patch added: "php-sabre-http_4.2.1-2.4.2.1-2ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php-sabredav/+bug/1549552/+attachment/4581400/+files/php-sabre-http_4.2.1-2.4.2.1-2ubuntu1.debdiff

** No longer affects: php-sabredav (Ubuntu)

** Also affects: php-sabre-dav-2.1 (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/1549552

Title:
  php packages: add php-xml dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-sabre-dav-2.1/+bug/1549552/+subscriptions

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


[Bug 1549928] Re: package linux-image-3.19.0-51-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

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

** Changed in: linux-lts-vivid (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/1549928

Title:
  package linux-image-3.19.0-51-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1547144] Re: [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

2016-02-25 Thread Carl-Daniel Hailfinger
# seeded-in-ubuntu flashrom
flashrom's binaries are not seeded.

# reverse-depends flashrom
No reverse dependencies found

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

Title:
  [FFe] sync flashrom_0.9.9~rc1+r1942-1 from Debian unstable

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

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


[Bug 1550056] [NEW] repeated closing of dash in pd will result in dash never returning

2016-02-25 Thread kevin gunn
Public bug reported:

on mako pd, if you repeatedly close the dash, it seems that sometimes the dash 
will never restart.
reboot required for dash to return.

we please just make red 'x' a minimize for dash

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: canonical-pocket-desktop
 Importance: Undecided
 Status: New

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Also affects: unity8 (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/1550056

Title:
  repeated closing of dash in pd will result in dash never returning

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

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


[Bug 1550053] [NEW] /usr/bin/adbd:11:is_phone_locked:service_to_fd:create_local_service_socket:handle_packet:transport_socket_events

2016-02-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding android-tools.  This problem was most recently seen with
version 4.2.2+git20130218-3ubuntu43, the problem page at
https://errors.ubuntu.com/problem/e1d5ffb3ca5a1602e70438259f300fb6df2de532
contains more details.

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


** Tags: xenial

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

Title:
  
/usr/bin/adbd:11:is_phone_locked:service_to_fd:create_local_service_socket:handle_packet:transport_socket_events

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

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


[Bug 1550051] [NEW] /usr/lib/chromium-browser/chromium-browser:11:media::AudioManagerPulse::SampleRateInfoCallback:context_get_server_info_callback:run_action:dispatch_timeout:pa_mainloop_dispatch

2016-02-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding chromium-browser.  This problem was most recently seen with
version 48.0.2564.116-0ubuntu0.14.04.1., the problem page at
https://errors.ubuntu.com/problem/340d764b491d80d07102e30cb60cf84f6f3e433c
contains more details.

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


** Tags: kylin-14.10 precise saucy trusty utopic vivid wily

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

Title:
  /usr/lib/chromium-browser/chromium-
  
browser:11:media::AudioManagerPulse::SampleRateInfoCallback:context_get_server_info_callback:run_action:dispatch_timeout:pa_mainloop_dispatch

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

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


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

2016-02-25 Thread Treviño
Not completely. While this change improve things on zeitgeist side (not
fully), the unity lens part has still some room for improvements I
think.

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

Title:
  Unity dash file search is extremely slow

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

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


[Bug 1550050] [NEW] repeating phantom key when bt disconnects

2016-02-25 Thread kevin gunn
Public bug reported:

using mako, every no and then when having bt mouse/keyboard connected - you 
will see when selecting a text box there is a repeating character (there is no 
specific character, but always repeats)
it seems to be related somehow to bt devices disconnecting
the only cure is a reboot

** Affects: canonical-devices-system-image
 Importance: Undecided
 Assignee: John McAleely (john.mcaleely)
 Status: New

** Affects: canonical-pocket-desktop
 Importance: Undecided
 Status: New

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

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

Title:
  repeating phantom key when bt disconnects

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

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


[Bug 1541635] Comment bridged from LTC Bugzilla

2016-02-25 Thread bugproxy
--- Comment From ukri...@us.ibm.com 2016-02-25 18:31 EDT---
I have verified that Wily SRU has the patches I requested. I have modified the 
tag to verification-done-wily.

Thanks !

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

Title:
  Backport upstream cxlflash commits to Ubuntu 15.10 (Wily) SRU stream

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

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


[Bug 1550054] [NEW] /usr/bin/kactivitymanagerd:11:QSqlDatabase::close:QSqlDatabase::~QSqlDatabase:QHashNode:QHash:QHashData::free_helper

2016-02-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding kactivities-kf5.  This problem was most recently seen with
version 5.18.0-0ubuntu1~ubuntu16.04~ppa3, the problem page at
https://errors.ubuntu.com/problem/ff90e4c8d75eaae6e8bac3bed5935ddeb4de7435
contains more details.

** Affects: kactivities-kf5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: wily xenial

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

Title:
  
/usr/bin/kactivitymanagerd:11:QSqlDatabase::close:QSqlDatabase::~QSqlDatabase:QHashNode:QHash:QHashData::free_helper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kactivities-kf5/+bug/1550054/+subscriptions

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
Hmm, does /etc/init.d/apparmor reload fix the profile not being loaded?

We've not been introducing new profiles very often and those profiles
are loaded through apparmor includes so I can certainly see a standard
dh_apparmor being confused by it and not reloading everything properly
on upgrade.

But forcing an apparmor reload or rebooting the machine sure should fix
that.

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

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
As for the cgroups, we've noticed at least one issue in the cgfs logic
of LXC which was fixed earlier today, the package is still going through
QA (currently in proposed), should make it to the release pocket within
a couple of hours.

The fix was specifically to fix unprivileged but root-owned containers
failing to start due to using the wrong cgroup paths. I'm not sure if
that covers this bug's specific case. If it doesn't then we'll have to
look at this more closely.


Note that those regressions are showing up as a result of us removing cgmanager 
and switching to straight cgroupfs, things also got slightly more messy as that 
particular LXC change ended up landing right around the same time as the first 
cgns enabled kernel which also happened to be broken when used in unprivileged 
containers.

So what we know right now is:
 - lxc prior to 2.0.0~rc3-0ubuntu2 will fail to setup cgroups for unprivileged 
containers spawned by the root user, leading to container startup failures
 - linux prior to 4.4.0-8-generic will fail to mount cgroupfs inside 
unprivileged containers, leading to container starting up but pid1 immediately 
failing and no other processes getting spawned.

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

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
As for the cgroups, we've noticed at least one issue in the cgfs logic
of LXC which was fixed earlier today, the package is still going through
QA (currently in proposed), should make it to the release pocket within
a couple of hours.

The fix was specifically to fix unprivileged but root-owned containers
failing to start due to using the wrong cgroup paths. I'm not sure if
that covers this bug's specific case. If it doesn't then we'll have to
look at this more closely.


Note that those regressions are showing up as a result of us removing cgmanager 
and switching to straight cgroupfs, things also got slightly more messy as that 
particular LXC change ended up landing right around the same time as the first 
cgns enabled kernel which also happened to be broken when used in unprivileged 
containers.

So what we know right now is:
 - lxc prior to 2.0.0~rc3-0ubuntu2 will fail to setup cgroups for unprivileged 
containers spawned by the root user, leading to container startup failures
 - linux prior to 4.4.0-8-generic will fail to mount cgroupfs inside 
unprivileged containers, leading to container starting up but pid1 immediately 
failing and no other processes getting spawned.

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Stéphane Graber
Hmm, does /etc/init.d/apparmor reload fix the profile not being loaded?

We've not been introducing new profiles very often and those profiles
are loaded through apparmor includes so I can certainly see a standard
dh_apparmor being confused by it and not reloading everything properly
on upgrade.

But forcing an apparmor reload or rebooting the machine sure should fix
that.

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1541635] Re: Backport upstream cxlflash commits to Ubuntu 15.10 (Wily) SRU stream

2016-02-25 Thread Uma Krishnan
** Description changed:

  == Comment: #0 - UMA KRISHNAN  - 2016-02-03 16:41:26
  ==
+ 
  
  The following fixes for cxlflash are upstreamed as of 4.5-rc1, please
  backport them to Wily SRU stream:
  
  
- b45cdbaf9f7f0486847c52f60747fb108724652a cxlflash: Resolve oops in 
wait_port_offline
+ 
+ b45cdbaf9f7f0486847c52f60747fb108724652a cxlflash: Resolve oops in
+ wait_port_offline
+ 
  
  ee91e332a6e6e9b939f60f6e1bd72fb2def5290d cxlflash: Fix to resolve cmd
  leak after host reset
  
+ 
  85599218914dadad3347eaa4337e71f09f39e78f cxlflash: Removed driver date
  print
+ 
  
  21891a452a42afc2313f1e3a69040e46c1d068c1 cxlflash: drop unlikely before
  IS_ERR_OR_NULL
  
+ 
  f2dd80ecca5f06b46134f2bd811f046c503c756c powerpc/powernv: Panic on
  unhandled Machine Check
+ 
+ 
  
  
  As an FYI, these 2 fixes were also upstreamed but are already present in
  the Wily SRU stream (they were accepted by Canonical as SAUCE/noup):
  
  
- d5e26bb1d812ba74f29b6bcbc88c3dbfb3eed824 cxlflash: Fix to avoid virtual LUN 
failover failure
+ 
+ d5e26bb1d812ba74f29b6bcbc88c3dbfb3eed824 cxlflash: Fix to avoid virtual
+ LUN failover failure
+ 
  
  a9be294ecb3b9dc82b15625631b153f871181d16 cxlflash: Fix to escalate
  LINK_RESET also on port 1

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

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

Title:
  Backport upstream cxlflash commits to Ubuntu 15.10 (Wily) SRU stream

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread William Grant
lxc-container-default-cgns doesn't show up in apparmor_status, despite
the other three being there.

If I hack a container's config to use lxc-container-default rather than
lxc-container-default-cgns, hack that profile to allow cgfs, and start
that container, lxc-container-default-cgns shows up and other unmodified
containers can now start. Weird.

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

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


<    1   2   3   4   5   6   7   8   9   10   >