[Bug 1522413] Re: [Ubuntu 16.04] Container migration on ppc64le

2016-04-10 Thread Steve Langasek
xenial currently includes criu version 2.0 and linux 4.4, so it appears
this is resolved for 16.04.

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

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

Title:
  [Ubuntu 16.04] Container migration on ppc64le

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

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


[Bug 1568689] [NEW] ISST-LTE: pVM: systemtap doesn't work

2016-04-10 Thread bugproxy
Public bug reported:

---Problem Description---
When trying to run a systemtap script on 16.04 system, it failed:

% sudo stap-prep
% echo $?
0
% cat hello-world.stp 
probe begin
{
print ("hello world\n")
exit () 
}
% sudo stap hello-world.stp
In file included from /usr/share/systemtap/runtime/print.c:17:0,
 from /usr/share/systemtap/runtime/runtime_context.h:22,
 from 
/tmp/stapw1yMsZ/stap_ae4b6091c8f7cbb8e04c712b8dbc0cc5_938_src.c:55:
/usr/share/systemtap/runtime/linux/print.c: In function 
?_stp_print_kernel_info?:
/usr/share/systemtap/runtime/linux/print.c:242:20: error: ?struct module? has 
no member named ?module_core?
 THIS_MODULE->module_core,
^
/usr/share/systemtap/runtime/linux/print.c:243:37: error: ?struct module? has 
no member named ?core_size?
 (unsigned long) (THIS_MODULE->core_size - 
THIS_MODULE->core_text_size)/1024,
 ^
/usr/share/systemtap/runtime/linux/print.c:243:62: error: ?struct module? has 
no member named ?core_text_size?
 (unsigned long) (THIS_MODULE->core_size - 
THIS_MODULE->core_text_size)/1024,
  ^
/usr/share/systemtap/runtime/linux/print.c:244:44: error: ?struct module? has 
no member named ?core_text_size?
(unsigned long) (THIS_MODULE->core_text_size)/1024,
^
scripts/Makefile.build:258: recipe for target 
'/tmp/stapw1yMsZ/stap_ae4b6091c8f7cbb8e04c712b8dbc0cc5_938_src.o' failed
make[1]: *** [/tmp/stapw1yMsZ/stap_ae4b6091c8f7cbb8e04c712b8dbc0cc5_938_src.o] 
Error 1
Makefile:1396: recipe for target '_module_/tmp/stapw1yMsZ' failed
make: *** [_module_/tmp/stapw1yMsZ] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compilation failed.  [man error::pass4]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.

 
---uname output---
Linux pinelp3 4.4.0-9-generic #24-Ubuntu SMP Mon Feb 29 19:28:28 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
 
Machine Type = CHRP IBM,8408-E8E lpar 
 ---Debugger---
A debugger was configured, however the system did not enter into the debugger
 
---Steps to Reproduce---
 1. install systemtap
2. install linux-image-4.4.0-9-generic-dbgsym and linux-headers-4.4.0-9-generic
3. run 'stap hello-world.stp'
 
Userspace tool common name: stap 
 
The userspace tool has the following bit modes: 64-bit 

Userspace rpm: systemtap 2.9-2ubuntu1

Userspace tool obtained from project website:  na

== Comment: #3 - Ping Tian Han - 2016-03-08 01:07:56 ==
I have tested with upstream systemtap-3.0-22001, it works just fine.

== Comment: #5 - Naveen N. Rao - 2016-03-08 08:32:25 ==
This is due to systemtap 2.9 not supporting v4.4 kernel. Since systemtap 3.0 is 
not out yet, at the least, we will need to backport commits 
3f040971e7efb4d323fcb63d83b4337f355c60db, 
2736131dfe0aa562d62ffa7f12886e544b7f0eb0 and perhaps 
dfb5f085c90cad2f3c61dfb9b17d82006cb02c24 for this to work.

== Comment: #9 - Hemant K. Shaw - 2016-04-05 09:34:13 ==
There is another problem with systemtap 2.9/0.165, Debian version 2.9-2ubuntu2.

# ./stap --all-modules -e 'probe timer.profile {print_stack(backtrace()); 
exit()}'
In file included from 
/home/ubuntu/stap/share/systemtap/runtime/transport/control.c:14:0,
 from 
/home/ubuntu/stap/share/systemtap/runtime/transport/transport.c:76,
 from 
/home/ubuntu/stap/share/systemtap/runtime/linux/print.c:17,
 from /home/ubuntu/stap/share/systemtap/runtime/print.c:17,
 from 
/home/ubuntu/stap/share/systemtap/runtime/runtime_context.h:22,
 from 
/tmp/stapBSi1Rw/stap_6c706d9945fa6d3cbd10db339742aa70_3670_src.c:170:
/home/ubuntu/stap/share/systemtap/runtime/transport/symbols.c: In function 
?_stp_module_update_self?:
/home/ubuntu/stap/share/systemtap/runtime/transport/symbols.c:243:44: error: 
?struct module? has no member named ?symtab?
if (attr->address == (unsigned long) mod->symtab)
^
/home/ubuntu/stap/share/systemtap/runtime/transport/symbols.c:245:9: error: 
?struct module? has no member named ?num_symtab?
  mod->num_symtab * sizeof(mod->symtab[0]);
 ^
/home/ubuntu/stap/share/systemtap/runtime/transport/symbols.c:245:34: error: 
?struct module? has no member named ?symtab?
  mod->num_symtab * sizeof(mod->symtab[0]);
  ^
scripts/Makefile.build:258: recipe for target 
'/tmp/stapBSi1Rw/stap_6c706d9945fa6d3cbd10db339742aa70_3670_src.o' failed
make[1]: *** [/tmp/stapBSi1Rw/stap_6c706d9945fa6d3cbd10db339742aa70_3670_src.o] 
Error 1
Makefile:1396: recipe for target '_module_/tmp/stapBSi1Rw' failed
make: *** [_module_/tmp/stapBSi1Rw] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compilation failed.  [man error::pass4]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.

Commit 

[Bug 1568686] Re: evolution crashed with SIGSEGV in webkit_dom_html_image_element_set_src()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  evolution crashed with SIGSEGV in
  webkit_dom_html_image_element_set_src()

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

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


[Bug 1549455] Re: Unity 8 doesn't load on Intel Pineview graphics [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

2016-04-10 Thread Emanuele Antonio Faraone
** Description changed:

  This bug Makes the pc UNUSABLE
  when I try to launch Unity 8 and Mir, after writing the password on the login 
(in the image attached) the bar to enter the password disappears and my 
computer screen stays stuck without them let me do anything. the connection 
begins to separate and reattach alone and I can only move the cursor. it makes 
the computer unusable and I am forced to restart forced to then enter into 
Unity 7. represented in the screenshot is the lock status after entering the 
password.
- Version: unity8.11+16.04.201602.16.1
- Version of Mir : 0.20.1
+ Version: unity8.12+16.04.201604.01.1
+ Version of Mir : 0.21

-- 
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 doesn't load on Intel Pineview graphics [qtubuntu: ASSERT:
  "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

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 1568663] Re: Errors were encountered while processing: initramfs-tools

2016-04-10 Thread Pavlushka
Here is some more:

update-initramfs: deferring update (trigger activated)
Setting up mousepad (0.3.0-2) ...
Processing triggers for initramfs-tools-ubuntu-touch (0.72) ...
Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
update-initramfs: Generating /boot/initrd.img-initrd.img-3.13.0-79.123-generic
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
grep: /boot/config-initrd.img-3.13.0-79.123-generic: No such file or directory
WARNING: missing /lib/modules/initrd.img-3.13.0-79.123-generic
Device driver support needs thus be built-in linux image!
depmod: FATAL: initrd.img-3.13.0-79.123-generic: not absolute path.
depmod: ERROR: could not open directory 
/tmp/mkinitramfs_4WyiK4/lib/modules/3.13.0-79-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
E: No boot partition found !
run-parts: /etc/initramfs/post-update.d//zz-flash-touch-initrd exited with 
return code 1
dpkg: error processing package initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for menu (2.1.46ubuntu1) ...E: Sub-process /usr/bin/dpkg 
returned an error code (1)

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

Title:
  Errors were encountered while processing:  initramfs-tools

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

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


[Bug 1546260] Comment bridged from LTC Bugzilla

2016-04-10 Thread bugproxy
--- Comment From praveen.pan...@in.ibm.com 2016-04-11 00:44 EDT---
Hi

Verified this bug on friday build (8april-2016) and seem me problem got
fixed .

Regards
Praveen

-- 
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/+source/kexec-tools/+bug/1546260/+subscriptions

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


[Bug 1568667] Re: apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 1568660

2016-04-10 Thread Pavlushka
Finally I collected the app-report using apport-cli.

** Description changed:

  apport-collect 1568660
  usage: whoopsie-upload-all [-h] [-t TIMEOUT]
  whoopsie-upload-all: error: unrecognized arguments: 1568660
+ 
+ apport-collect 1568663
+ usage: whoopsie-upload-all [-h] [-t TIMEOUT]
+ whoopsie-upload-all: error: unrecognized arguments: 1568663
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: whoopsie 0.2.24.6ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.20
  Architecture: amd64
  CrashReports: 600:0:124:176272:2016-04-11 06:26:33.478468407 +0600:2016-04-11 
06:26:36.014480956 +0600:/var/crash/initramfs-tools.0.crash
  CurrentDesktop: GNOME
  Date: Mon Apr 11 09:43:08 2016
  SourcePackage: whoopsie
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 
1568660
+ apport-collect 1568667, whoopsie-upload-all: error: unrecognized arguments: 
1568667

** Description changed:

  apport-collect 1568660
  usage: whoopsie-upload-all [-h] [-t TIMEOUT]
  whoopsie-upload-all: error: unrecognized arguments: 1568660
  
  apport-collect 1568663
  usage: whoopsie-upload-all [-h] [-t TIMEOUT]
  whoopsie-upload-all: error: unrecognized arguments: 1568663
+ 
+ apport-collect 1568667
+ usage: whoopsie-upload-all [-h] [-t TIMEOUT]
+ whoopsie-upload-all: error: unrecognized arguments: 1568667
  
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: whoopsie 0.2.24.6ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.20
  Architecture: amd64
  CrashReports: 600:0:124:176272:2016-04-11 06:26:33.478468407 +0600:2016-04-11 
06:26:36.014480956 +0600:/var/crash/initramfs-tools.0.crash
  CurrentDesktop: GNOME
  Date: Mon Apr 11 09:43:08 2016
  SourcePackage: whoopsie
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  apport-collect 1568667, whoopsie-upload-all: error: unrecognized
  arguments: 1568667

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

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


[Bug 1568682] Re: evolution crashed with SIGSEGV in WebCore::AXObjectCache::handleAttributeChanged()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  evolution crashed with SIGSEGV in
  WebCore::AXObjectCache::handleAttributeChanged()

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Bug Watch Updater
** Changed in: octave (Debian)
   Status: Unknown => New

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1559420] Re: plugin install fails in ubuntu/debian packaged version of vagrant (xenial)

2016-04-10 Thread Thiago Martins
Any plans to upload this fix for Xenial?

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

Title:
  plugin install fails in ubuntu/debian packaged version of vagrant
  (xenial)

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

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


[Bug 1568676] Re: gpartedbin crashed with SIGSEGV in g_main_context_dispatch()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gpartedbin crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 1568679] [NEW] Can't connect bluetooth device with on/off switch in control center

2016-04-10 Thread Mike Doherty
Public bug reported:

The on/off switch for controlling whether to connect to a bluetooth
device doesn't work.

I tried to use the control centre to connect to a bluetooth audio
device. I switched bluetooth on, and several devices were detected. When
selecting the device I wanted, the bluetooth settings correctly
identified that it was already paired, but disconnected. The on/off
switch for connecting to it was disabled. The on/off switch for that
device in the system tray works normally, and the device connects
properly.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: unity-control-center 15.04.0+15.10.20150923-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Apr 10 21:19:43 2016
InstallationDate: Installed on 2015-11-10 (153 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: unity-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  Can't connect bluetooth device with on/off switch in control center

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

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


[Bug 1568679] Re: Can't connect bluetooth device with on/off switch in control center

2016-04-10 Thread Mike Doherty
** Attachment added: "Screenshot from 2016-04-10 21-24-42.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1568679/+attachment/4632156/+files/Screenshot%20from%202016-04-10%2021-24-42.png

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

Title:
  Can't connect bluetooth device with on/off switch in control center

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

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


[Bug 1540517] Re: many igb errors in log

2016-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  many igb errors in log

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

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


[Bug 1544222] Re: package postfix 2.11.3-1ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a removal

2016-04-10 Thread Launchpad Bug Tracker
[Expired for postfix (Ubuntu) because there has been no activity for 60
days.]

** Changed in: postfix (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package postfix 2.11.3-1ubuntu2 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting a removal

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

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


[Bug 1507289] Re: 1002:7942 Graphical artifacts shown

2016-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  1002:7942 Graphical artifacts shown

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

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


[Bug 1541114] Re: Bluetooth status is not shown in menu bar

2016-04-10 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth status is not shown in menu bar

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

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


[Bug 1546260] Comment bridged from LTC Bugzilla

2016-04-10 Thread bugproxy
--- Comment From bren...@br.ibm.com 2016-04-05 09:42 EDT---
*** Bug 137124 has been marked as a duplicate of this bug. ***

-- 
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/+source/kexec-tools/+bug/1546260/+subscriptions

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


[Bug 1543893] Re: crash on automatically partitioning whole system while installing

2016-04-10 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  crash on automatically partitioning whole system while installing

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

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


[Bug 1542696] Re: 16.04 LTS Xenial Xerus does not reboot properly

2016-04-10 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  16.04 LTS Xenial Xerus does not reboot properly

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

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


[Bug 1566868] bantam (i386) - tests ran: 155, failed: 7

2016-04-10 Thread Brad Figg
tests ran: 155, failed: 7;
  
http://kernel.ubuntu.com/testing/4.4.0-18.34/bantam__4.4.0-18.34__2016-04-07_21-39-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/1566868

Title:
  linux: 4.4.0-18.34 -proposed tracker

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

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


[Bug 1568660] Re: Errors were encountered while processing: initramfs-tools

2016-04-10 Thread Pavlushka
*** This bug is a duplicate of bug 1568663 ***
https://bugs.launchpad.net/bugs/1568663

** This bug has been marked a duplicate of bug 1568663
   Errors were encountered while processing:  initramfs-tools

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

Title:
  Errors were encountered while processing:  initramfs-tools

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

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


[Bug 1568662] Re: apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 1568660

2016-04-10 Thread Pavlushka
*** This bug is a duplicate of bug 1568667 ***
https://bugs.launchpad.net/bugs/1568667

** This bug has been marked a duplicate of bug 1568667
   apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 
1568660

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

Title:
  apport-collect 1568660, whoopsie-upload-all: error: unrecognized
  arguments: 1568660

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

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


[Bug 1568667] [NEW] apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 1568660

2016-04-10 Thread Pavlushka
Public bug reported:

apport-collect 1568660
usage: whoopsie-upload-all [-h] [-t TIMEOUT]
whoopsie-upload-all: error: unrecognized arguments: 1568660

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: whoopsie 0.2.24.6ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CrashReports: 600:0:124:176272:2016-04-11 06:26:33.478468407 +0600:2016-04-11 
06:26:36.014480956 +0600:/var/crash/initramfs-tools.0.crash
CurrentDesktop: GNOME
Date: Mon Apr 11 09:43:08 2016
SourcePackage: whoopsie
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  apport-collect 1568660, whoopsie-upload-all: error: unrecognized
  arguments: 1568660

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

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


[Bug 1568663] [NEW] Errors were encountered while processing: initramfs-tools

2016-04-10 Thread Pavlushka
Public bug reported:

Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
update-initramfs: Generating /boot/initrd.img-initrd.img-3.13.0-79.123-generic
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
grep: /boot/config-initrd.img-3.13.0-79.123-generic: No such file or directory
WARNING: missing /lib/modules/initrd.img-3.13.0-79.123-generic
Device driver support needs thus be built-in linux image!
depmod: FATAL: initrd.img-3.13.0-79.123-generic: not absolute path.
depmod: ERROR: could not open directory 
/tmp/mkinitramfs_XxdFWv/lib/modules/3.13.0-79-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
E: No boot partition found !
run-parts: /etc/initramfs/post-update.d//zz-flash-touch-initrd exited with 
return code 1
dpkg: error processing package initramfs-tools (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 initramfs-tools

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: initramfs-tools 0.103ubuntu4.3
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Apr 11 09:39:42 2016
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.initramfs.tools.update.initramfs.conf: 
2016-03-12T12:57:56.952025

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


** Tags: amd64 apport-bug trusty

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

Title:
  Errors were encountered while processing:  initramfs-tools

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

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


[Bug 1568662] [NEW] apport-collect 1568660, whoopsie-upload-all: error: unrecognized arguments: 1568660

2016-04-10 Thread Pavlushka
Public bug reported:

apport-collect 1568660
usage: whoopsie-upload-all [-h] [-t TIMEOUT]
whoopsie-upload-all: error: unrecognized arguments: 1568660

lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04

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

** Description changed:

  apport-collect 1568660
  usage: whoopsie-upload-all [-h] [-t TIMEOUT]
  whoopsie-upload-all: error: unrecognized arguments: 1568660
+ 
+ lsb_release -rd
+ Description:  Ubuntu 14.04.4 LTS
+ Release:  14.04

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

Title:
  apport-collect 1568660, whoopsie-upload-all: error: unrecognized
  arguments: 1568660

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

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


[Bug 1568660] [NEW] Errors were encountered while processing: initramfs-tools

2016-04-10 Thread Pavlushka
Public bug reported:

dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
dpkg: warning: version 'initrd.img-3.13.0-79-generic' has bad syntax: version 
number does not start with digit
update-initramfs: Generating /boot/initrd.img-initrd.img-3.13.0-79.123-generic
dpkg: warning: version 'initrd.img-3.13.0-79.123-generic' has bad syntax: 
version number does not start with digit
grep: /boot/config-initrd.img-3.13.0-79.123-generic: No such file or directory
WARNING: missing /lib/modules/initrd.img-3.13.0-79.123-generic
Device driver support needs thus be built-in linux image!
depmod: FATAL: initrd.img-3.13.0-79.123-generic: not absolute path.
depmod: ERROR: could not open directory 
/tmp/mkinitramfs_XxdFWv/lib/modules/3.13.0-79-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
E: No boot partition found !
run-parts: /etc/initramfs/post-update.d//zz-flash-touch-initrd exited with 
return code 1
dpkg: error processing package initramfs-tools (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 initramfs-tools

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

Title:
  Errors were encountered while processing:  initramfs-tools

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Mike Miller
Thanks for the detailed bug report. As you noticed, this is upstream bug
#42838, and is fixed in the upstream release 4.0.1. Merging the 4.0.1
release (which is already in Debian testing) into the Ubuntu archive
will fix this bug.

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

** Also affects: octave (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814554
   Importance: Unknown
   Status: Unknown

** Bug watch added: GNU Savannah Bug Tracker #42838
   http://savannah.gnu.org/bugs/?42838

** Also affects: octave via
   http://savannah.gnu.org/bugs/?42838
   Importance: Unknown
   Status: Unknown

** Changed in: octave (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/1568647

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1528109] Re: [regression] Cursor mostly does not move at all in response to slow mouse movement, but then sometimes jumps

2016-04-10 Thread Daniel van Vugt
** Also affects: libinput (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/1528109

Title:
  [regression] Cursor mostly does not move at all in response to slow
  mouse movement, but then sometimes jumps

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

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


[Bug 1568656] Re: obex-check-device crashed with SIGSEGV in __GI_____strtoul_l_internal()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  obex-check-device crashed with SIGSEGV in
  __GI_strtoul_l_internal()

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

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


[Bug 1565978] Re: ISST-LTE:pVM: golang does not support huge amount (>256) CPUs machines (as E870)

2016-04-10 Thread Michael Hudson-Doyle
I've uploaded
https://launchpad.net/ubuntu/+source/docker.io/1.10.3-0ubuntu5 which
should now work on your system (you may have to enable proposed to get
it, it should migrate to -release in an hour or so).

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

Title:
  ISST-LTE:pVM: golang does not support huge amount (>256)  CPUs
  machines (as E870)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1565978/+subscriptions

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


[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-04-10 Thread TarotChen
Still the latest arale-devel image-r303 is broken that fails to boot the
phone

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

Title:
  devel-proposed - android lxc container fails to start

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

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


[Bug 1556308] Re: [FFe] Please merge unbound 1.58-1 from Debian unstable

2016-04-10 Thread Michael Hudson-Doyle
Hi, doko uploaded unbound 1.5.7-1ubuntu2 in the mean time, I'm not sure
if the changes need to be included in 1.5.8-1ubuntu1 or not, can you
check and at least merge the changelogs? Then I'd be happy to sponsor
this.

** Changed in: unbound (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

Title:
  [FFe] Please merge unbound 1.58-1 from Debian unstable

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

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


[Bug 299039] Re: the recently used filenames should be ellipsized

2016-04-10 Thread Bug Watch Updater
** Changed in: gtk
   Status: New => Fix Released

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

Title:
  the recently used filenames should be ellipsized

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

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


[Bug 1567761] Re: start a virtual mechine throw an error ' internal error calling aa_change_profile()'

2016-04-10 Thread liwei
i think the issue my  come from libvirt or kvm,
i want to figure out what is the mean of the error 'internal error calling 
aa_change_profile()'.

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

Title:
  start a virtual mechine throw an error ' internal error calling
  aa_change_profile()'

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

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


[Bug 1567761] Re: start a virtual mechine throw an error ' internal error calling aa_change_profile()'

2016-04-10 Thread liwei
hi, hallyn.
thanks for your answer.
Actually my vm is not create in virt-manager,
but i can show you the xml of this vm,
-



  3_vm_0
  6af39d58-e124-4fcf-9c96-cdca9e806279
  4194304
  4194304
  2
  
hvm

  
  



  
  
  destroy
  restart
  restart
  
/usr/bin/kvm



  
  


  
  



  
  



  
  
  



  
  
  



  
  
  



  
  



  
  



  
  



  
  



  
  
  
  
  
  


  
  
  


  
  
  


  
  
  


  




  
  


  
  
  


  
  

  















  
libvirt-ee650d14-d120-565f-efc6-b3e0a8ba0ac3
libvirt-ee650d14-d120-565f-efc6-b3e0a8ba0ac3
  


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

Title:
  start a virtual mechine throw an error ' internal error calling
  aa_change_profile()'

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

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


[Bug 1311926] Re: Renaming Bug in Thunar

2016-04-10 Thread Alberto Salvia Novella
** Changed in: thunar (Ubuntu)
   Importance: Undecided => High

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

Title:
  Renaming Bug in Thunar

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

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


[Bug 1568125] Re: cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to build

2016-04-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1132584 ***
https://bugs.launchpad.net/bugs/1132584

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


** This bug has been marked a duplicate of bug 1132584
   cedarview-drm kernel module fails to build on kernels > 3.2.x [error: 
implicit declaration of function 'do_mmap']

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

Title:
  cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cedarview-drm-drivers/+bug/1568125/+subscriptions

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


[Bug 1568649] Re: smbd crashed with SIGABRT in strlen()

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

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1514766
   smbd crashed with SIGABRT in strlen() while accessing a share from a W7 
client

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in strlen()

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

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


[Bug 1567612] Re: postinst fails when settings in debian.cnf no longer work

2016-04-10 Thread Alberto Salvia Novella
** Changed in: mysql-5.7 (Ubuntu)
   Importance: Undecided => High

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

Title:
  postinst fails when settings in debian.cnf no longer work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1567612/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Light theme title bar

2016-04-10 Thread Alberto Salvia Novella
Please:

1. Include a screen-shot of the bug.
2. Set this bug status back to confirmed.

Thank you.

** Changed in: gnome-calendar (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Gnome Calendar does not use Light theme title bar

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

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


[Bug 1536790] Re: package brltty 5.3.1-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-10 Thread Alberto Salvia Novella
** Changed in: brltty (Ubuntu)
   Importance: Undecided => High

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

Title:
  package brltty 5.3.1-1ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1522625] Re: changing multiple desktop names only results in the first being changed.

2016-04-10 Thread Alberto Salvia Novella
** Changed in: lxpanel (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  changing multiple desktop names only results in the first being
  changed.

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

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


[Bug 1568137] Re: package brltty 5.3.1-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-10 Thread Alberto Salvia Novella
** Changed in: brltty (Ubuntu)
   Importance: Undecided => High

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

Title:
  package brltty 5.3.1-2ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1549455] Re: Unity 8 doesn't load on Intel Pineview graphics [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

2016-04-10 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Unity 8 doesn't load on Intel Pineview graphics [qtubuntu: ASSERT:
  "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

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 1553328] Re: unity8 crashed with SIGSEGV on nouveau, in eglMakeCurrent() ... nv50_flush() ... pushbuf_kref()

2016-04-10 Thread Daniel van Vugt
Done. There doesn't appear to be any way that Mir itself can screw up
that call.

It's possible qtmir might be messing up with an incorrect 'this' pointer
to the Mir DisplayBuffer. But I think much more likely that it's a
nouveau driver bug. If it wasn't then we'd be seeing similar crashes
with intel and radeon, but we don't.

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

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

Title:
  unity8 crashed with SIGSEGV on nouveau, in eglMakeCurrent() ...
  nv50_flush() ... pushbuf_kref()

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
** Attachment added: "Actual result (from gnuplot5)"
   
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1568647/+attachment/4632095/+files/gnuplot5.test.png

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1568647] [NEW] Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
Public bug reported:

After updating to 16.04 some of my octave scripts broke because they use 
gnuplot to print and the default has become gnuplot5 which has compatibility 
problems with octave. This is a known problem upstream, see:
http://savannah.gnu.org/bugs/?42838

I found a workaround (if gnuplot4 is installed):
sudo update-alternatives --set gnuplot /usr/bin/gnuplot4-x11

This sets the gnuplot symbolic link to point to gnuplot4 instead of
gnuplot5 system wide which isn't ideal in the scenario someone needs to
use gnuplot5 elsewhere. I checked for a way to configure the gnuplot
path for octave but didn't see anything immediately obvious. Maybe I
missed something.

I suppose changing the PATH variable for octave might be a workable
patch. I figure this but probably won't get fixed before the release,
but I wanted to post it so anyone who runs into the problem will see the
work around.

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


** Tags: regression-release xenial

** Attachment added: "demonstration script (sudo used for update-alternatives)"
   
https://bugs.launchpad.net/bugs/1568647/+attachment/4632093/+files/test_print.sh

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1568647] Re: Octave print() incompatible with gnuplot5

2016-04-10 Thread Vertago1
** Attachment added: "Expected result (from gnuplot4)"
   
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1568647/+attachment/4632094/+files/gnuplot4.test.png

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

Title:
  Octave print() incompatible with gnuplot5

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

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


[Bug 1563287] Re: [regression] Right edge switcher stutters badly with only a few apps opened

2016-04-10 Thread Daniel van Vugt
** Also affects: mir
   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/1563287

Title:
  [regression] Right edge switcher stutters badly with only a few apps
  opened

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

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


[Bug 1553328] Re: unity8 crashed with SIGSEGV on nouveau, in eglMakeCurrent() ... nv50_flush() ... pushbuf_kref()

2016-04-10 Thread Daniel van Vugt
We should sanity-check the correctness of the eglMakeCurrent call in Mir
src/server/graphics/nested/display_buffer.cpp:62

But other than that, it seems to be purely a nouveau bug.

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

Title:
  unity8 crashed with SIGSEGV on nouveau, in eglMakeCurrent() ...
  nv50_flush() ... pushbuf_kref()

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

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


[Bug 1545786] Re: error trying to execute snap binary

2016-04-10 Thread Leo Arias
** Changed in: snappy
   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/1545786

Title:
  error trying to execute snap binary

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

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


[Bug 1520154] Re: /etc/os-release should contain "codename" (like DISTRIB_CODENAME in lsb_release)

2016-04-10 Thread Leo Arias
os-release now contains UBUNTU_CODENAME.

ubuntu@localhost:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04 (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/;
SUPPORT_URL="http://help.ubuntu.com/;
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
UBUNTU_CODENAME=xenial

I'm marking this as fix released. Ogra, will this trigger the removal of
lsb_release? Or what else should we do now here?

** Changed in: snappy
   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/1520154

Title:
  /etc/os-release should contain "codename" (like DISTRIB_CODENAME in
  lsb_release)

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

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


[Bug 1567993] Re: alsa-utils does not store and restore alsa settings on boot reboot

2016-04-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-audio-dev/alsa-utils/ubuntu

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

Title:
  alsa-utils does not store and restore alsa settings on boot reboot

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

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


[Bug 1556080] Re: [regression] Mir FTBFS when MIR_ENABLE_TESTS=no

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1556080

Title:
  [regression] Mir FTBFS when MIR_ENABLE_TESTS=no

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

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


[Bug 1543049] Re: InputPlatformProbe.x11_platform_found_and_used_when_display_connection_works breaks with old input drivers present

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1543049

Title:
  InputPlatformProbe.x11_platform_found_and_used_when_display_connection_works
  breaks with old input drivers present

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

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


[Bug 1556160] Re: Installed binaries fail to run with mir_demo_server --test-client XXXX

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1556160

Title:
  Installed binaries fail to run with mir_demo_server --test-client 

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

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


[Bug 1557446] Re: The contents of debian/mir-demos.examples are out of date and useless

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1557446

Title:
  The contents of debian/mir-demos.examples are out of date and useless

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

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


[Bug 1350343] Re: [regression] FTBFS with -DMIR_LINK_TIME_OPTIMIZATION=on -Duse_debflags=on

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1350343

Title:
  [regression] FTBFS with -DMIR_LINK_TIME_OPTIMIZATION=on
  -Duse_debflags=on

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

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


[Bug 1556210] Re: Mir-on-X11 doesn't exit (until it gets an event)

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1556210

Title:
  Mir-on-X11 doesn't exit (until it gets an event)

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

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


[Bug 1556205] Re: mir_demo_server --test-client [mir_demo_client_scroll|mir_demo_client_flicker] fails

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1556205

Title:
  mir_demo_server --test-client
  [mir_demo_client_scroll|mir_demo_client_flicker] fails

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

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


[Bug 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1544878

Title:
  Mir servers crash if I press the side mouse button (thumb)

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

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


[Bug 1539009] Re: Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1539009

Title:
  Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

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

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


[Bug 1548989] Re: [regression] Mir stops receiving input after a pause/resume cycle

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1548989

Title:
  [regression] Mir stops receiving input after a pause/resume cycle

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

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


[Bug 1546324] Re: x11 platform: mouse cursor moves strange

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1546324

Title:
  x11 platform: mouse cursor moves strange

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

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


[Bug 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1517597

Title:
  [regression] mouse pointer support on emulator is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1517597/+subscriptions

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


[Bug 1528110] Re: Mir On X (mesa-x11) keeps receiving mouse movement events even when not focused

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1528110

Title:
  Mir On X (mesa-x11) keeps receiving mouse movement events even when
  not focused

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

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


[Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1546676

Title:
  EglSyncFence tests depend on android platform

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

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


[Bug 1290345] Re: The server-side use of $MIR_SOCKET is confusing

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1290345

Title:
  The server-side use of $MIR_SOCKET is confusing

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

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


[Bug 1546933] Re: [regression] MIR_CLIENT_PERF_REPORT is missing window/surface names

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1546933

Title:
  [regression] MIR_CLIENT_PERF_REPORT is missing window/surface names

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

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


[Bug 1559933] Re: [Grub] There are messy codes on displaying Chinese characters in grub after install xenial-desktop_0320.

2016-04-10 Thread ShuiLu Pi
Yes, this bug is caused by unicode.pf2 font. I use unicode.pf2 which is
in old version testing, the font is displayed properly.

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

Title:
  [Grub] There are messy codes on displaying Chinese characters in grub
  after install xenial-desktop_0320.

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

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


[Bug 1550432] Re: NBS (--nbuffers=0) causes software clients to crash with std::exception::what: Failed to mmap buffer 13, "Permission denied")

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1550432

Title:
  NBS (--nbuffers=0) causes software clients to crash with
  std::exception::what: Failed to mmap buffer 13, "Permission denied")

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

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


[Bug 1549701] Re: Sometimes devices don't suspend - display turns back on immediately

2016-04-10 Thread Daniel van Vugt
** Changed in: mir/0.21
   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/1549701

Title:
  Sometimes devices don't suspend - display turns back on immediately

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

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


[Bug 1549226] Re: On arale; top panel drop down menu is semi-transparent and items are unreadable

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1549226

Title:
  On arale; top panel drop down menu is semi-transparent and items are
  unreadable

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

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


[Bug 1549359] Re: Rendering stutters when a new client establishes a connection

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1549359

Title:
  Rendering stutters when a new client establishes a connection

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

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


[Bug 1555620] Re: 'mir_demo_server --test-client' crashes (SIGSEGV) when client dies

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1555620

Title:
  'mir_demo_server --test-client' crashes (SIGSEGV) when client dies

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

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


[Bug 1550050] Re: repeating phantom key when bt disconnects

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/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 1549152] Re: Cross compiling to wily/vivid doesn't work - E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -e /usr/bin/appstreamcli; then appstreamcli refresh > /de

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1549152

Title:
  Cross compiling to wily/vivid doesn't work - E: Problem executing
  scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -e
  /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'

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

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


[Bug 1568576] Re: Thinkpad T460 & Ultra Dock - No audio output on dock plug

2016-04-10 Thread Raymond
** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  Thinkpad T460 & Ultra Dock - No audio output on dock plug

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

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


[Bug 1555708] Re: [testfail] CI failure: TestClientInput.client_input_config_request_receives_all_attached_devices

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1555708

Title:
  [testfail] CI failure:
  TestClientInput.client_input_config_request_receives_all_attached_devices

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

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


[Bug 1554635] Re: Importing contacts trigger unity restart - Mir crashed with exception 'failed to add sync point to command buffer'

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1554635

Title:
  Importing contacts trigger unity restart - Mir crashed with exception
  'failed to add sync point to command buffer'

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

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


[Bug 1547015] Re: Packaged mir_unit_tests binary is not suitable for general use

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1547015

Title:
  Packaged mir_unit_tests binary is not suitable for general use

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

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


[Bug 1551536] Re: Fullscreen clients freeze when using NBS with multiple monitors

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1551536

Title:
  Fullscreen clients freeze when using NBS with multiple monitors

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

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


[Bug 1552065] Re: [ FAILED ] DisplayConfigurationTest.output_position_is_independent_of_orientation

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   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/1552065

Title:
  [ FAILED ]
  DisplayConfigurationTest.output_position_is_independent_of_orientation

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

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


[Bug 1553197] Re: gnome-software crashed with SIGSEGV in gs_page_app_removed_cb()

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

** Changed in: gnome-software (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/1553197

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

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

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


[Bug 1568640] Re: vlc crashed with SIGSEGV in xcb_setup_vendor_end()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  vlc crashed with SIGSEGV in xcb_setup_vendor_end()

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

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


[Bug 1568641] [NEW] Terminal (gnome-terminal) Screen Size

2016-04-10 Thread bookcase...@gmail.com
Public bug reported:

When I launch a new terminal window it sometimes comes up normal and
immediately shrinks down to the size of 1 or 2 lines. I am then unable
to re-size or maximize the window. Other times it may open fine but,
shrink as soon as I begin to type in the window. I have to close and
reopen the terminal several times before it stays open completely.

Description:Ubuntu 15.10
Release:15.10
pkgname: Terminal (gnome-terminal)

Screenshot: https://i.gyazo.com/225f8245522dcd57b5246ddfb362d9a1.png

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


** Tags: 15.10 gnome-terminal terminal

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1568641/+attachment/4632089/+files/225f8245522dcd57b5246ddfb362d9a1.png

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

Title:
  Terminal (gnome-terminal) Screen Size

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

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


[Bug 1568604] Re: xubuntu 16.04 beta looses mouse cursor when returning from sleep

2016-04-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1568604/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  xubuntu 16.04 beta looses mouse cursor when returning from sleep

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

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


[Bug 1568639] [NEW] package nvidia-361 361.42-0ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 10

2016-04-10 Thread Dmitry Shaforostov
Public bug reported:

 nvidia-361 failed to install, during installation process from live
image.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nvidia-361 361.42-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CasperVersion: 1.371
Date: Mon Apr 11 03:08:02 2016
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 10
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160408)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10
SourcePackage: nvidia-graphics-drivers-361
Title: package nvidia-361 361.42-0ubuntu1 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-361 (Ubuntu)
 Importance: Undecided
 Status: New


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

Title:
  package nvidia-361 361.42-0ubuntu1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  10

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

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

[Bug 1568638] [NEW] package bbswitch-dkms 0.8-3ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 10

2016-04-10 Thread Dmitry Shaforostov
Public bug reported:

Error in bbswitch, during live session, when installer ubuntu activeted.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: bbswitch-dkms 0.8-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CasperVersion: 1.371
Date: Mon Apr 11 03:08:15 2016
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 10
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160408)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10
SourcePackage: bbswitch
Title: package bbswitch-dkms 0.8-3ubuntu1 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  package bbswitch-dkms 0.8-3ubuntu1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  10

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

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

[Bug 1568637] [NEW] iscsi root boot fails without /etc/network/interfaces aid of cloud-initramfs-dyn-netconf

2016-04-10 Thread Scott Moser
Public bug reported:

when i removed the symlink in the maas ephemeral image from 
/etc/network/interfaces 
the iscsi root boot fails, and maas deployment would also fail.

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: maas-images
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Also affects: maas-images
   Importance: Undecided
   Status: New

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

Title:
  iscsi root boot fails without /etc/network/interfaces aid of cloud-
  initramfs-dyn-netconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1568637/+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 1568637] [NEW] iscsi root boot fails without /etc/network/interfaces aid of cloud-initramfs-dyn-netconf

2016-04-10 Thread Scott Moser
Public bug reported:

when i removed the symlink in the maas ephemeral image from 
/etc/network/interfaces 
the iscsi root boot fails, and maas deployment would also fail.

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: maas-images
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Also affects: maas-images
   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/1568637

Title:
  iscsi root boot fails without /etc/network/interfaces aid of cloud-
  initramfs-dyn-netconf

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

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


[Bug 1568636] [NEW] Please update to 2.1.2

2016-04-10 Thread Akira Hayakawa
Public bug reported:

Hi, I am the developer of dm-writeboost.
Unfortunately, it's still 2.1.0 in Wily repository and I hope it will be 
updated to 2.1.2, the latest version.
>From 2.1.0 to 2.1.2, there are bug fixes.
Dmitry Smirnov updated Debian package to 2.1.2 so please port it to Ubuntu.
Also I am happy if Xenial package updates to 2.1.2 from 2.1.1.

Thanks for maintaining.

Akira

** Affects: dm-writeboost (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/1568636

Title:
  Please update to 2.1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dm-writeboost/+bug/1568636/+subscriptions

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


[Bug 1568632] Re: evolution-addressbook-factory-subprocess crashed with SIGSEGV in xmlFindCharEncodingHandler()

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

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  evolution-addressbook-factory-subprocess crashed with SIGSEGV in
  xmlFindCharEncodingHandler()

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

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


[Bug 1568509] Re: [needs-packaging] [package-request] python-googlesearch

2016-04-10 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: ubuntu
   Importance: Undecided => Wishlist

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

Title:
  [needs-packaging] [package-request] python-googlesearch

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

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


[Bug 1462615] Re: always two sessions created - one "unused"

2016-04-10 Thread Tony
Same here, an Kubuntu as well.

One thing I noticed, if I kill the logged in session, the "unused" one
remains in the list. For example: two real users, sddm shows four
sessions (two for the real users, two unused) -- kill one of the user
sessions -- sddm now has three sessions (one real user, two unused).
Don't know if useful, but may be.

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

Title:
  always two sessions created - one "unused"

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

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


[Bug 1462615] Re: always two sessions created - one "unused"

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

** Changed in: sddm (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/1462615

Title:
  always two sessions created - one "unused"

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

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


[Bug 1558857] Re: Upgrade to latest stable version v1.3.2

2016-04-10 Thread Thiago Martins
Guys,

 I'm curious about this...

 * Mesa will be upgraded from 11.1, to 11.2... Big changes...

 * MySQL just got upgraded from 5.6, to 5.7!

 * APT was upgraded from 1.2.5, to 1.2.7...

 All very recent upgrades that just happened on Xenial...

 So, why this big resistance to upgrade Libvirt from 1.3.1, to 1.3.2?
Most recent Libvirt 1.3.3 is already on Debian!

 https://tracker.debian.org/pkg/libvirt

 Anyway, I'm just curious about why Libvirt can not receive a last
minute update, while many other packages can! Why is that?

Cheers!
Thiago

** Summary changed:

- Upgrade to latest stable version v1.3.2
+ Upgrade to latest stable version v1.3.3

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

Title:
  Upgrade to latest stable version v1.3.3

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

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


[Bug 1505839] Re: Unable to install from text mode interface

2016-04-10 Thread Thiago Martins
Dave Chiluk, you're wrong, this problem is perfectly reproducible
without Packer.

This is an Ubuntu BUG, for sure. Might be present on Debian as well but,
I didn't tested it on Debian.

What I know is that "install from text mode interface" does not work
anymore on Ubuntu, with or without Packer.

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

Title:
  Unable to install from text mode interface

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

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


[Bug 1568627] Re: OpenvSwitch with DPDK brings all VirtIO NICs down, software reboot also doesn't work.

2016-04-10 Thread Thiago Martins
WAIT! I was too fast on reply about Trusty...

On Trusty with Cloud Archive Liberty enabled, and even after this:

update-alternatives --set ovs-vswitchd /usr/lib/openvswitch-switch-dpdk
/ovs-vswitchd-dpdk

And this:

# grep DPDK_OPTS /etc/default/openvswitch-switch 
DPDK_OPTS='--dpdk -c 0x1 -n 4'

The command:

service openvswitch-switch stop
service openvswitch-switch start

 Does NOT bring "ovs-vswitchd" with "dpdk" options!

 So, this test with Trusty is invalid.

 I don't know how to enable OVS with DPDK on Trusty when with Cloud
Archive Liberty. The procedure might be different.

 I'll keep researching about this topic...

Cheers!
Thiago

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

Title:
  OpenvSwitch with DPDK brings all VirtIO NICs down, software reboot
  also doesn't work.

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

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


  1   2   3   4   5   >