[Bug 1572841] [NEW] Zabbix Frontend fails install with PHP7.0 due to always_populate_raw_post_data configuration

2016-04-20 Thread ironstorm
Public bug reported:

always_populate_raw_post_data was deprecated in PHP 5.3 at which time
zabbix frontend setup began to insist that it be set to
always_populate_raw_post_data = -1 in the PHP.ini

In PHP 7.0, which Ubuntu 16.04 LTS ships with,
always_populate_raw_post_data has been removed completely.  Due to this
PHP frontend setup gets stuck on always_populate_raw_post_data not being
disabled.

The solution is to apply the following patch to the PHP frontend code to
ignore PHP 7.0:

--- /usr/share/zabbix/include/classes/setup/CFrontendSetup.php2016-04-21 
01:06:25.603388814 -0400
+++ /usr/share/zabbix/include/classes/setup/CFrontendSetup.php  2016-04-21 
01:06:59.980485531 -0400
@@ -72,7 +72,7 @@
}

// check for deprecated PHP 5.6.0 option 
'always_populate_raw_post_data'
-   if (version_compare(PHP_VERSION, '5.6', '>=')) {
+   if (version_compare(PHP_VERSION, '5.6', '>=') && 
version_compare(PHP_VERSION, '7.0', '<') ) {
$result[] = $this->checkPhpAlwaysPopulateRawPostData();
}
$result[] = $this->checkPhpSockets();

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

** Patch added: "Ignore removed flag always_populate_raw_post_data for versions 
of PHP > 7.0"
   
https://bugs.launchpad.net/bugs/1572841/+attachment/4641162/+files/CFrontendSetup.php.patch

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

Title:
  Zabbix Frontend fails install with PHP7.0 due to
  always_populate_raw_post_data configuration

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

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


[Bug 1572840] [NEW] package libjavascriptcoregtk-3.0-0:amd64 2.4.10-0ubuntu1 failed to install/upgrade: package libjavascriptcoregtk-3.0-0:amd64 is already installed and configured

2016-04-20 Thread jacobroecker
Public bug reported:

No idea what's going on.  Just lots of errors.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libjavascriptcoregtk-3.0-0:amd64 2.4.10-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 644:0:116:0:2016-04-21 07:45:01.527412319 +0200:2016-04-21 07:45:01.527412319 
+0200:/var/crash/gir1.2-javascriptcoregtk-3.0:amd64.0.upload
 640:0:116:2751725:2016-04-21 07:44:59.970523357 +0200:2016-04-21 
07:45:00.970523357 +0200:/var/crash/gir1.2-javascriptcoregtk-3.0:amd64.0.crash
 600:109:116:0:2016-04-21 07:45:03.330310550 +0200:2016-04-21 
07:45:03.330310550 
+0200:/var/crash/gir1.2-javascriptcoregtk-3.0:amd64.0.uploaded
 600:0:116:222788:2016-04-20 20:37:24.502531051 +0200:2016-04-20 
20:37:25.502531051 +0200:/var/crash/gawk.0.crash
 600:0:116:223887:2016-04-20 20:37:25.570531368 +0200:2016-04-20 
20:37:26.570531368 +0200:/var/crash/libjavascriptcoregtk-3.0-0:amd64.0.crash
Date: Wed Apr 20 20:37:26 2016
DuplicateSignature:
 Processing triggers for libc-bin (2.23-0ubuntu2) ...
 dpkg: error processing package gawk (--configure):
  package gawk is already installed and configured
ErrorMessage: package libjavascriptcoregtk-3.0-0:amd64 is already installed and 
configured
InstallationDate: Installed on 2016-04-20 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: webkitgtk
Title: package libjavascriptcoregtk-3.0-0:amd64 2.4.10-0ubuntu1 failed to 
install/upgrade: package libjavascriptcoregtk-3.0-0:amd64 is already installed 
and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package need-duplicate-check xenial

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

Title:
  package libjavascriptcoregtk-3.0-0:amd64 2.4.10-0ubuntu1 failed to
  install/upgrade: package libjavascriptcoregtk-3.0-0:amd64 is already
  installed and configured

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

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


[Bug 1459623] Re: Having an SD card in krillin causes a Notification about it every other hour

2016-04-20 Thread Magyar Csaba
I had that issue in the past.
Please find attached some picture about the last night activity.


** Attachment added: "sd card.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/ciborium/+bug/1459623/+attachment/4641151/+files/sd%20card.tar.gz

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

Title:
  Having an SD card in krillin causes a Notification about it every
  other hour

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

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


[Bug 1559576] Re: Ubuntu Gnome boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-20 Thread Tim
Also can you attach /var/log/gpu-manager.log

** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

** Changed in: ubuntu-gnome
Milestone: None => xenial

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

Title:
  Ubuntu Gnome boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1491718] Re: Incorrect Finnish "Welcome" and translation

2016-04-20 Thread Timo Jyrinki
No, the translations don't have the string mentioned.

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

** Package changed: ubuntu => ubuntu-translations

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

Title:
  Incorrect Finnish "Welcome" and  translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/nearby-scope/+bug/1491718/+subscriptions

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


[Bug 1536204] Re: alsa-utils conflicts with bareos-bat

2016-04-20 Thread Evgeni Golov
@paelzer: bareos-bat conflicts against bacula-console-qt, so this part
is fine.

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

Title:
  alsa-utils conflicts with bareos-bat

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

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


[Bug 1550680] Re: Setting org.gnome.desktop.background show-desktop-icons to false removes wallpaper

2016-04-20 Thread Wiktor: Nizio
Appears to be fixed. I no longer have to call this script to have
wallpaper visible and icons invisible.

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

Title:
  Setting org.gnome.desktop.background show-desktop-icons to false
  removes wallpaper

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

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


[Bug 1553549] Re: Mir crashes with useless backtrace when mg::Platform methods throw

2016-04-20 Thread Chris Halse Rogers
** Summary changed:

- unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(), when 
proprietary Nvidia drivers are installed
+ Mir crashes with useless backtrace when mg::Platform methods throw

** Description changed:

- unity-system-co[5574]: segfault at 7f8056ee2490 ip 7f805c592c3b sp
- 7fffd6b871a0 error 4 in libstdc++.so.6.0.21[7f805c506000+172000]
+ So, the problem that causes unity-system-compositor to crash (rather
+ than fail to start with a helpful error message) is that when methods on
+ mg::Platform throw we unload the platform DSO before exception
+ processing is completed, so libstdc++ goes merrily along trying to
+ execute code that is longer mapped.
+ 
+ Original report below:
+ unity-system-co[5574]: segfault at 7f8056ee2490 ip 7f805c592c3b sp 
7fffd6b871a0 error 4 in libstdc++.so.6.0.21[7f805c506000+172000]
  
  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-system-compositor 0.4.2+16.04.20160219.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Mar  5 19:03:39 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1455894356
  GraphicsCard:
-  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor 
Integrated Graphics Controller [1462:1102]
-Subsystem: Micro-Star International Co., Ltd. [MSI] GM204M [GeForce GTX 
970M] [1462:1102]
+  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor 
Integrated Graphics Controller [1462:1102]
+    Subsystem: Micro-Star International Co., Ltd. [MSI] GM204M [GeForce GTX 
970M] [1462:1102]
  InstallationDate: Installed on 2015-02-25 (374 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 11 --to-dm-fd 20 --vt 8
  ProcCwd: /
  ProcEnviron:
-  
+ 
  SegvAnalysis:
-  Segfault happened at: 0x7f805c592c3b:mov(%rsi),%rax
-  PC (0x7f805c592c3b) ok
-  source "(%rsi)" (0x7f8056ee2490) not located in a known VMA region (needed 
readable region)!
-  destination "%rax" ok
+  Segfault happened at: 0x7f805c592c3b:mov(%rsi),%rax
+  PC (0x7f805c592c3b) ok
+  source "(%rsi)" (0x7f8056ee2490) not located in a known VMA region (needed 
readable region)!
+  destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity-system-compositor
  StacktraceTop:
-  ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
-  _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
-  __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
+  _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
+  __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()
  UpgradeStatus: Upgraded to xenial on 2015-11-03 (122 days ago)
  UserGroups:
-  
+ 
  version.libdrm: libdrm2 2.4.67-1
  version.lightdm: lightdm 1.17.5-0ubuntu2
  version.mesa: libegl1-mesa-dev N/A

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

Title:
  Mir crashes with useless backtrace when mg::Platform methods throw

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

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

[Bug 1559576] Re: Ubuntu Gnome boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-20 Thread Tim
Alberto, this is probably not an upstream bug. the prime support is
ubuntu specific.

I am not sure if this is fatal, but there is an error setting up prime
offload, seems like the helper scripts are not getting called as root
anymore.

Kov 19 22:59:55 username-Lenovo-Z70-80 /usr/lib/gdm3/gdm-x-session[912]: 
/usr/bin/prime-supported: 35: /usr/bin/prime-supported: cannot create 
/var/log/prime-supported.log: Permission denied
Kov 19 22:59:55 username-Lenovo-Z70-80 /usr/lib/gdm3/gdm-x-session[912]: 
warning: output  not found; ignoring
Kov 19 22:59:55 username-Lenovo-Z70-80 /usr/lib/gdm3/gdm-x-session[912]: 
warning: output  not found; ignoring


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

** Also affects: linux (Ubuntu Xenial)
   Importance: Critical
   Status: Invalid

** Also affects: gdm3 (Ubuntu Xenial)
   Importance: Critical
   Status: Triaged

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

Title:
  Ubuntu Gnome boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1572724] Re: package console-setup-linux 1.108ubuntu15 failed to install/upgrade: package console-setup-linux is already installed and configured

2016-04-20 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package console-setup-linux 1.108ubuntu15 failed to install/upgrade:
  package console-setup-linux is already installed and configured

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

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


[Bug 1572727] Re: package tzdata 2016d-0ubuntu0.16.04 failed to install/upgrade: package tzdata is already installed and configured

2016-04-20 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug is no longer a duplicate of bug 1572724
   package console-setup-linux 1.108ubuntu15 failed to install/upgrade: package 
console-setup-linux is already installed and configured
** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package tzdata 2016d-0ubuntu0.16.04 failed to install/upgrade: package
  tzdata is already installed and configured

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

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


[Bug 1572759] Re: linux-keystone: 3.13.0-56.81 -proposed tracker

2016-04-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   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/1572759

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

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

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


[Bug 1524526] Re: Crashes with undefined symbol

2016-04-20 Thread Chris Halse Rogers
** Also affects: dovecot (Ubuntu Xenial)
   Importance: High
   Status: Triaged

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

Title:
  Crashes with undefined symbol

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

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


[Bug 1572725] Re: package keyboard-configuration 1.108ubuntu15 failed to install/upgrade: package keyboard-configuration is already installed and configured

2016-04-20 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug is no longer a duplicate of bug 1572724
   package console-setup-linux 1.108ubuntu15 failed to install/upgrade: package 
console-setup-linux is already installed and configured
** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package keyboard-configuration 1.108ubuntu15 failed to
  install/upgrade: package keyboard-configuration is already installed
  and configured

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

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


[Bug 1572728] Re: package tzdata 2016d-0ubuntu0.16.04 failed to install/upgrade: package tzdata is already installed and configured

2016-04-20 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug is no longer a duplicate of bug 1572724
   package console-setup-linux 1.108ubuntu15 failed to install/upgrade: package 
console-setup-linux is already installed and configured
** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package tzdata 2016d-0ubuntu0.16.04 failed to install/upgrade: package
  tzdata is already installed and configured

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

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


[Bug 1571227] Re: Unable to arrive at Desktop using gdm3

2016-04-20 Thread Tim
Apr 19 17:45:07 mark-desktop gdm-x-session[832]: Unable to load file
'/etc/gdm3/custom.conf': Key file contains line 'More verbose logs'
which is not a key-value pair, group, or comment

You only want to uncomment the Debug line, not the comment "More verbose
logs" line. Can you try again

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

Title:
  Unable to arrive at Desktop using gdm3

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

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


[Bug 1572828] [NEW] Installer crashed after failure to install grub.

2016-04-20 Thread Tom Westerfield
Public bug reported:

Installing from the "Install Ubuntu Studio 16.04 icon on the live system
desktop. Installer reported that installation of grub had failed. I then
clicked on the selection to skip  installation of grub bootloader.
Installer then crashed. I saw this on an earlier load (20160324)

Install DVD is 16.04 amd64 RC marked 20160419

ububtu-studio 4.4.0-21-lowlatency #37-Ubunt SMP PREEMPT Mon Apr 18
20:20:26 UTC  2016

grub package 0.97-29ubuntu68

I can tolerate the failure to install grub - manual install is easy
workaround. However, the installer crash is not a very graceful way to
handle the problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.60 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.4.0-21.37-lowlatency 4.4.6
Uname: Linux 4.4.0-21-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.375
Date: Wed Apr 20 23:27:46 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntustudio.seed boot=casper quiet splash ---
LiveMediaBuild: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160419)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.60 ubuntustudio xenial

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

Title:
  Installer crashed after failure to install grub.

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

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


[Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2016-04-20 Thread Paul Gear
For posterity: If
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505564/comments/143
is the cause of this issue for you, dmesg -D (which turns off console
logging of kernel messages) might be a viable workaround until you can
reboot.

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1572824] [NEW] Samba Domain Member cannot check passwords against Samba AD DC after "Badlock" update

2016-04-20 Thread RedScourge
Public bug reported:

Hi,

I updated Samba on my old web server which is running a fully updated
12.04.5 LTS, and now I cannot get it to act as a domain member anymore.
All password validation requests fail. Only way to access this server
once more is to manually add local users with usernames and passwords
matching the domain users.

The server is now completely incapable of checking passwords against our
14.04 LTS Samba AD DC. I have verified that upgrading our other 14.04
LTS file server from Samba 4.1.6 to 4.3.8 worked fine, but upgrading our
Samba AD DC from 4.1.6 to 4.3.8 BROKE EVERYTHING, so I had to roll that
back. I suspect that if I were able to update the AD DC to 4.3.8 perhaps
this issue would go away, as I believe the problem is specific to the
recently patched "badlock" bug. However, that is a separate issue, one
that I will not file a bug for unless I am able to determine that it is
not specific to our configuration. I will spin up a new AD DC using the
4.3.8 series and try to make it the new PDC, and if that also fails, I
will file a bug for that other issue. I will also come back here and let
you know if this issue goes away by doing that or not. I would upgrade
this server to 14.04 LTS, if not for the fact that we still have some
legacy PHP 5.3 code, and we were not able to compile PHP 5.3 on newer
Ubuntu versions because of crazy dependency issues which I will not get
into here.


Relevant error messages when trying to use smbclient with a domain username:


cli_negprot: SMB signing is mandatory and the server doesn't support it.

failed negprot: NT_STATUS_ACCESS_DENIED


Changing the server signing and client signing parameters on any of the 
involved servers does not seem to fix the issue unfortunately. Below is more 
debug info, with my true domain name changed to SAMDOM.EXAMPLE.ORG instead of 
what it actually is. To make it more clear, FILESERV is our 4.3.8 fileserver, 
FILESERV2 is actually our 4.1.6 Samba AD DC, and DB3 is our 3.6.25 file/web 
server.


Full debug level 5 output of the smbtree command:


smbtree -d 5 -U administrator
INFO: Current debug levels:
  all: 5
  tdb: 5
  printdrivers: 5
  lanman: 5
  smb: 5
  rpc_parse: 5
  rpc_srv: 5
  rpc_cli: 5
  passdb: 5
  sam: 5
  auth: 5
  winbind: 5
  vfs: 5
  idmap: 5
  quota: 5
  acls: 5
  locking: 5
  msdfs: 5
  dmapi: 5
  registry: 5
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
INFO: Current debug levels:
  all: 5
  tdb: 5
  printdrivers: 5
  lanman: 5
  smb: 5
  rpc_parse: 5
  rpc_srv: 5
  rpc_cli: 5
  passdb: 5
  sam: 5
  auth: 5
  winbind: 5
  vfs: 5
  idmap: 5
  quota: 5
  acls: 5
  locking: 5
  msdfs: 5
  dmapi: 5
  registry: 5
params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
Processing section "[global]"
doing parameter max log size = 1000
doing parameter syslog = 0
doing parameter panic action = /usr/share/samba/panic-action %d
doing parameter netbios name = db3
handle_netbios_name: set global_myname to: DB3
doing parameter workgroup = SAMDOM
doing parameter security = ADS
doing parameter realm = samdom.example.org
doing parameter encrypt passwords = true
doing parameter load printers = no
doing parameter printing = bsd
doing parameter printcap name = /dev/null
doing parameter disable spoolss = yes
doing parameter idmap config *:backend = tdb
doing parameter idmap config *:range = 2000-
doing parameter idmap config SAMDOM:backend = ad
doing parameter idmap config SAMDOM:schema_mode = rfc2307
doing parameter idmap config SAMDOM:range = 1-8
doing parameter winbind nss info = rfc2307
doing parameter winbind trusted domains only = no
doing parameter winbind use default domain = yes
doing parameter winbind enum users = yes
doing parameter winbind enum groups = yes
doing parameter vfs objects = acl_xattr
doing parameter map acl inherit = Yes
doing parameter inherit permissions = yes
doing parameter store dos attributes = Yes
doing parameter unix extensions = yes
doing parameter inherit acls = yes
doing parameter inherit owner = yes
doing parameter acl group control = yes
doing parameter server string = A+ webserver
pm_process() returned Yes
Substituting charset 'UTF-8' for LOCALE
added interface eth0 ip=fe80::a00:27ff:fef1:af6%eth0 
bcast=fe80:::::%eth0 netmask=:::::
added interface eth0 ip=192.168.6.76 bcast=192.168.255.255 netmask=255.255.0.0
Enter administrator's password:
Opening cache file at /var/run/samba/gencache.tdb
Opening cache file at /var/run/samba/gencache_notrans.tdb
name SAMDOM#1D found.
Connecting to host=192.168.6.91
Connecting to 192.168.6.91 at port 445
Socket options:
SO_KEEPALIVE = 0
SO_REUSEADDR = 0
SO_BROADCAST = 0
TCP_NODELAY = 1
TCP_KEEPCNT = 9
TCP_KEEPIDLE = 7200
TCP_KEEPINTVL = 75
IPTOS_LOWDELAY = 0
IPTOS_THROUGHPUT = 0
SO_SNDBUF = 87040
SO_RCVBUF 

[Bug 1571853] onibi (i386) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/onibi__3.2.0-102.142__2016-04-21_03-47-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572752] Re: improve UTC setting migration on upgrades

2016-04-20 Thread Steve Langasek
** Description changed:

+ [SRU Justification]
+ On upgrade, some users who have selected a non-default setting for their 
clock handling in the installer will see prompts for a conffile they never 
edited by hand.
+ 
+ [Regression potential]
+ Because we are adding a pre-dependency to a package, there is risk of this 
causing upgrade failures.  The upgrade path should be tested aggressively with 
different profiles from both 14.04 and 15.10 before publishing to -updates.
+ 
+ [Test case]
+ 1. On a newly-installed 14.04 system, edit /etc/default/rcS to contain 
'UTC=no' instead of 'UTC=yes'.  Make no other changes to this file.
+ 2. Enable -proposed in your apt sources.
+ 3. Run do-release-upgrade or update-manager to upgrade to 16.04.
+ 4. Confirm that the upgrade succeeds.
+ 5. Confirm that you are not shown a conffile prompt for /etc/default/rcS on 
upgrade.
+ 6. Confirm that /etc/adjtime has been created, with 'LOCAL' as the third line 
of the file.
+ 7. Repeat steps 1-6 for a newly-installed 15.10 system.
+ 
+ 
  slangasek | pitti: I see sysvinit Breaks: systemd (<< 228-5ubuntu3), but that 
doesn't enforce systemd 228-5ubuntu3 being configured before sysvinit, which 
means the conffile may already be migrated away before systemd postinst runs... 
I think the right way to do this is with initscripts Pre-Depends: systemd, and 
for initscripts' preinst script to handle any conffile cleaning so that users 
are spared conffile prompts on upgrade
  pitti | slangasek: ah, good point; this needs to be tested thoroughly, 
pre-depends have some habit of causing trouble
  
  See bug 1541532 and
  
http://launchpadlibrarian.net/236311219/systemd_228-5ubuntu2_228-5ubuntu3.diff.gz
  and
  
http://launchpadlibrarian.net/236367969/sysvinit_2.88dsf-59.3ubuntu1_2.88dsf-59.3ubuntu2.diff.gz

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

Title:
  improve UTC setting migration on upgrades

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

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


[Bug 1567425] Re: *ERROR* Timed out waiting for DP idle patterns / drm_wait_one_vblank+0x1b5/0x1c0 [drm]

2016-04-20 Thread Treviño
I'm getting about the same in a T460p (still skylake). After applying
these patches I don't see the lockup anymore:

https://bugzilla.kernel.org/attachment.cgi?id=209371
http://comments.gmane.org/gmane.comp.freedesktop.xorg.drivers.intel/71377 (both 
patches attached)
https://patchwork.freedesktop.org/patch/68712/

However, HDMI still doesn't work properly here, and I'm still getting these 
errors:
snd_hda_codec_hdmi hdaudioC0D2: HDMI: ELD buf size is 0, force 128
snd_hda_codec_hdmi hdaudioC0D2: HDMI: invalid ELD data byte 0

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

Title:
  *ERROR* Timed out waiting for DP idle patterns /
  drm_wait_one_vblank+0x1b5/0x1c0 [drm]

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

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


[Bug 1535251] Re: no zh_CN translation for gnome-flashback (po provided)

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

** Changed in: gnome-flashback (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/1535251

Title:
  no zh_CN translation for gnome-flashback (po provided)

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

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


[Bug 1546945] Re: unable to connect to 5ghz wifi

2016-04-20 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/1546945

Title:
  unable to connect to 5ghz wifi

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

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


[Bug 1546975] Re: Suspend failure/crash on Macbook Air 5,2

2016-04-20 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/1546975

Title:
  Suspend failure/crash on Macbook Air 5,2

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

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


[Bug 1547894] Re: Touchpad stop working, it get stuck until I press alt+f1/alt+f7 on Asus UX501+Kubuntu15.10

2016-04-20 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/1547894

Title:
  Touchpad stop working, it get stuck until I press alt+f1/alt+f7 on
  Asus UX501+Kubuntu15.10

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

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


[Bug 1545362] Re: Mouse flickering and disappearing with 3 monitors

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

** Changed in: xorg (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/1545362

Title:
  Mouse flickering and disappearing with 3 monitors

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

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


[Bug 1486651] Re: Server binds to 0.0.0.0 by default

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

** Changed in: mariadb-5.5 (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/1486651

Title:
  Server binds to 0.0.0.0 by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1486651/+subscriptions

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


[Bug 1490928] Re: wifi does not work in Acer Aspire E 15

2016-04-20 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/1490928

Title:
  wifi does not work in Acer Aspire E 15

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

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


[Bug 1547216] Re: Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: ffffffff8160041d

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

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

Title:
  Kernel panic - not syncing: stack-protector: Kernel stack is corrupted
  in: 8160041d

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

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


[Bug 1545394] Re: screen hangs offen after sometime

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

** Changed in: xorg (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/1545394

Title:
  screen hangs offen after sometime

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

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


[Bug 1545246] Re: BUG: unable to handle kernel paging request at ffffffffc0a3ba20

2016-04-20 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/1545246

Title:
  BUG: unable to handle kernel paging request at c0a3ba20

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

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


[Bug 1545510] Re: Ubuntu 14.04 LTS black screen at login screen

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

** Changed in: xorg (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/1545510

Title:
  Ubuntu 14.04 LTS black screen at login screen

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

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


[Bug 1545093] Re: WiFi connection is been dropped

2016-04-20 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/1545093

Title:
  WiFi connection is been dropped

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

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


[Bug 1547836] Re: trying to install 15.10, it did this

2016-04-20 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/1547836

Title:
  trying to install 15.10, it did this

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

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


[Bug 1572758] Re: header overlaps and missing information when opening vcard attachment

2016-04-20 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/messaging-app/fix-vcard-preview-header

** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: messaging-app (Ubuntu)
   Status: New => In Progress

** Changed in: messaging-app (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/1572758

Title:
  header overlaps and missing information when opening vcard attachment

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

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


[Bug 1572821] [NEW] FbReaderJ is not working after successfully build on Ubutu14.04 in eclipse Mars and Studio

2016-04-20 Thread Dhairyashil
Public bug reported:

Dear all,
As per given following link, I tried to build FBreaderJ-2.5.10 on ubuntu14.04 
using eclipse and android studio.

I tried following steps using Eclipse-Mars:

Reference Link:
---

1) 
http://howtobuildfbreaderj.blogspot.in/2012/01/how-to-build-fbreaderj-fbreader-on.html
2) http://www.goldyliang.net/blog/how-to-build-fbreaderj-android/

Steps: 
-

1) Download FBReaderJ through 'git clone'.
2) compile all Natives file like C using 'ANT' builder 
3) added Android-SDK and NDK path in local.properties and changes the target to 
'target=android-19' in project.properties in all 'third-party' directories.
4) While compiling the the FBreaderJ give properly build and generate 
FBreader.apk file. 
5) But after installing akp file on device it gives message like: 
'Unfortunately Stopped'. its doesn't open launch the App.

On Android-Studio:
-

Using this following link I tried to build FBReaderJ in Android Studio:

1)
https://github.com/liquiddandruff/FBReaderJ/blob/android_studio/README.md

I got following observation:

1) It properly build and install the FBReader on android device.
2) But while opening the EPUB file in reader it shows it in zip format, It can 
not render the EPUB file or any other files.

The provided FBreaderJ source is of OLD version, so is new version's is
opens?

SO, PLEASE ANY HAVE PROPER BUILD STEPS FOR FBREADERJ ? on Linux platform.
--

With Regards,
Dhairyashil

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


** Tags: fbreaderj

** Tags added: fbreaderj

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

Title:
  FbReaderJ is not working after successfully build on Ubutu14.04 in
  eclipse Mars and Studio

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

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


[Bug 1550319] Re: Blurry text in hidpi mode

2016-04-20 Thread Andrew
*** This bug is a duplicate of bug 1287915 ***
https://bugs.launchpad.net/bugs/1287915

** Bug watch added: GNOME Bug Tracker #723431
   https://bugzilla.gnome.org/show_bug.cgi?id=723431

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=723431
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 1287915
   pdf not rendered to device pixels on high-dpi screen

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

Title:
  Blurry text in hidpi mode

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

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


[Bug 1571853] onibi (amd64) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/onibi__3.2.0-102.142__2016-04-21_02-58-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-04-20 Thread tracey jaquith
confirmed working, woohoo, thanks!!!

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

Title:
  php -R - $argn seems to have last char missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1572465/+subscriptions

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


[Bug 1571853] dagmar (i386) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/dagmar__3.2.0-102.142__2016-04-21_02-35-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-04-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1572801

** Tags added: iso-testing

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

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


[Bug 1572301] Re: Regression with 4.3.8 upgrade, Mac OS X machines can't connect

2016-04-20 Thread wrsaw
Same on Windows 8.1, causes VLC to fail with 'Bad file descriptor'

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

Title:
  Regression with 4.3.8 upgrade, Mac OS X machines can't connect

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

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


[Bug 1571853] fozzie (i386) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/fozzie__3.2.0-102.142__2016-04-21_02-09-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1570664] Re: [ASUSTeK COMPUTER INC. N551JK] suspend/resume failure [non-free: nvidia]

2016-04-20 Thread Henk Spierings
while saving work in LibreOffice Writer the computer went blank, like a power 
failure occurred.
This was annoying, but the recovery tool in Writer saved me.
I am new to Linux, but are going to try to install the upstream kernel.

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

Title:
  [ASUSTeK COMPUTER INC. N551JK] suspend/resume failure [non-free:
  nvidia]

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

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


[Bug 1254590] Re: Wifi stops working but doesn't disconnect

2016-04-20 Thread Isaac Church
How do I get the fix?

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

Title:
  Wifi stops working but doesn't disconnect

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

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


[Bug 1570233] Re: In Xubuntu 16.04, the default Bangla(Jatiya/National) layout is not available.

2016-04-20 Thread Pavlushka
** Description changed:

- In Xubuntu 16.04, the default Bangla(Jatiya/National) layout is not
+ In Xubuntu 16.04, the default Bengali (Jatiya/National) layout is not
  available. Instead a less familiar layout probhat is available.
  
- I can confirm that the default Bangla(Jatiya/National) layout is
+ I can confirm that the default Bengali(Jatiya/National) layout is
  available in Ubuntu 14.04.4 original flavour and supposed be in 16.04
  Ubuntu original flavour.
  
  for more info https://en.wikipedia.org/wiki/Bengali_input_methods.
  ---
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-04-13 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160412)
  Package: console-setup 1.108ubuntu14
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Tags:  xenial
  Uname: Linux 4.4.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

** Summary changed:

- In Xubuntu 16.04, the default Bangla(Jatiya/National) layout is not available.
+ In Xubuntu 16.04, the default Bengali (Jatiya/National) layout is not 
available.

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

Title:
  In Xubuntu 16.04, the default Bengali (Jatiya/National) layout is not
  available.

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

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


[Bug 1572777] Re: fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a negative non-integer

2016-04-20 Thread Randy
I think I've got a fix, by changing the test for a negative number to
use [[ ]] and a regex to check for only positive numbers (with or
without a decimal), and not zero (matching non-zero real numbers in one
regex was getting messy). Using this:

if ! [[ "$INTERVAL" != "0" && "$INTERVAL" =~ ^[0-9]+([.][0-9]+)?$ ]]

It will match non-numbers, double-decimals (2.5.3), and any negative
signs, and 0. It will also match decimal numbers without a leading zero
like .5 , but maybe that's good enough.

It will let fancontrol work with a floating point/decimal INTERVAL
without the error message.

I'll attach a patch file for the fancontrol script (not sure if the file
names/paths at the top are correct though)

(Another idea was to change the sed call when INTERVAL is assigned, but
that wouldn't allow error checking/reporting)


# If earlier patch & my previous 2 comments still appear, please delete them, 
had errors. Delete this line too :-)

** Attachment added: "Patch to match non-numbers, negative numbers, and 0, but 
allow positive floating point/decimal numbers"
   
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1572777/+attachment/4641126/+files/patch-fancontrol-positive-decimal-number

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

Title:
  fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a
  negative non-integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1572777/+subscriptions

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


[Bug 1532226] Re: No menu bar in gtk apps on fresh boot

2016-04-20 Thread Treviño
So, unfortunately it's quite hard to reproduce this issue here (I can't
get either in VMs and in two laptops), so we need some debug hints in
your side.

I've prepared a ppa with a version of indicator-appmenu that includes some 
debugging bits. Just add this ppa:
  ppa:3v1n0/xenial-missing-menus-tests

Install indicator-appmenu from there, and once this issue shows up, please send 
us your copy of
  ~/.cache/upstart/unity-panel-service.log

You can then revert the change by using ppa-purge or just:
  sudo rm 
/etc/apt/sources.list.d/3v1n0-ubuntu-xenial-missing-menus-tests-xenial.list
  sudo apt-get install indicator-appmenu/xenial

Thanks.

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

Title:
  No menu bar in gtk apps on fresh boot

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

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


[Bug 1572412] Re: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build [conftest.sh: Cannot fork]

2016-04-20 Thread Daniel van Vugt
** Summary changed:

- nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
+ nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build 
[conftest.sh: Cannot fork]

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

Title:
  nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
  [conftest.sh: Cannot fork]

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

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


[Bug 1571853] dagmar (amd64) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/dagmar__3.2.0-102.142__2016-04-21_01-35-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572810] [NEW] /usr/bin/obconf-qt:11:tree_get_node:tree_get_bool:Obconf::MainDialog::appearance_setup_tab:Obconf::MainDialog::MainDialog:main

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding obconf-qt.  This problem was most recently seen with version
0.9.0+20151227-1, the problem page at
https://errors.ubuntu.com/problem/c4f519514892c07177a2d0b2993cd0eb29dbcb89
contains more details.

** Affects: obconf-qt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy trusty xenial

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

Title:
  /usr/bin/obconf-
  
qt:11:tree_get_node:tree_get_bool:Obconf::MainDialog::appearance_setup_tab:Obconf::MainDialog::MainDialog:main

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

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


[Bug 1572465]

2016-04-20 Thread Nish Aravamudan
** Attachment added: "attachment"
   https://bugs.launchpad.net/bugs/1572465/+attachment/4641124/+files/attachment

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

Title:
  php -R - $argn seems to have last char missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1572465/+subscriptions

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


[Bug 1572809] [NEW] /usr/bin/gnome-software:11:look_at_pkg:load_apt_db:gs_plugin_refine:gs_plugin_loader_run_refine:gs_plugin_loader_filename_to_app_thread_cb

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-software.  This problem was most recently seen with
version 3.20.1+git20160419.2.b8d2e40.ubuntu-xenial-0ubuntu1, the problem
page at
https://errors.ubuntu.com/problem/ac476bc20fc0b46378b52f6d355e7a086e9dbe4f
contains more details.

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: xenial

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

Title:
  /usr/bin/gnome-
  
software:11:look_at_pkg:load_apt_db:gs_plugin_refine:gs_plugin_loader_run_refine:gs_plugin_loader_filename_to_app_thread_cb

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

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


[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-20 Thread Nish Aravamudan
Ok, I think they might fit SRU criteria under the "safe patch" and
"application only" sections. I will work on this next week most likely.

** Changed in: php5 (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/1571607

Title:
  Merge co-installability patches from Debian

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

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


[Bug 1572807] [NEW] /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR ***

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding nano.  This problem was most recently seen with version
2.5.3-2, the problem page at
https://errors.ubuntu.com/problem/7dd7f74a72fca06513544d8af66b623efa15b26c
contains more details.

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


** Tags: trusty xenial

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

Title:
  /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR
  ***

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

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


[Bug 1572777] Re: fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a negative non-integer

2016-04-20 Thread Randy
I think I've got a fix, by changing the test for a negative number to
use [[ ]] and a regex to check for only positive numbers (with or
without a decimal), and not zero (matching non-zero real numbers in one
regex was getting messy). Using this:

if ! [[ "$i" != "0" && "$i" =~ ^[0-9]+([.][0-9]+)?$ ]]

It will match non-numbers, double-decimals (2.5.3), and any negative
signs, and 0. It will also match decimal numbers without a leading zero
like .5 , but maybe that's good enough.

It will let fancontrol work with a floating point/decimal INTERVAL
without the error message.

I'll attach a patch file for the fancontrol script (not sure if the file
names/paths at the top are correct though)

(Another idea was to change the sed call when INTERVAL is assigned, but
that wouldn't allow error checking/reporting)


** Attachment added: "Patch to match non-numbers, negative numbers, and 0, but 
allow positive floating point/decimal numbers"
   
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1572777/+attachment/4641123/+files/patch-fancontrol-positive-decimal-number

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

Title:
  fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a
  negative non-integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1572777/+subscriptions

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


[Bug 1571853] onibi (i386) - tests ran: 11, failed: 2

2016-04-20 Thread Brad Figg
tests ran:  11, failed: 2;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/onibi__3.2.0-102.142__2016-04-21_01-38-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572806] [NEW] /usr/bin/fcitx-config-gtk3:11:dummy_config_new:fcitx_config_widget_setup_ui:fcitx_config_widget_new:fcitx_config_dialog_new:_fcitx_main_window_addon_row_activated

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding fcitx-configtool.  This problem was most recently seen with
version 0.4.8-3, the problem page at
https://errors.ubuntu.com/problem/035e02adba2fc3dfcc7b6753d9f6190102737523
contains more details.

** Affects: fcitx-configtool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: trusty vivid wily xenial

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

Title:
  /usr/bin/fcitx-config-
  
gtk3:11:dummy_config_new:fcitx_config_widget_setup_ui:fcitx_config_widget_new:fcitx_config_dialog_new:_fcitx_main_window_addon_row_activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx-configtool/+bug/1572806/+subscriptions

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


[Bug 1572777] Re: fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a negative non-integer

2016-04-20 Thread Randy
I think I've got a fix, by changing the test for a negative number to
use [[ ]] and a regex to check for only positive numbers (with or
without a decimal), and not zero (matching non-zero real numbers in one
regex was getting messy). Using this:

if ! [[ "$i" != "0" && "$i" =~ ^[0-9]+([.][0-9]+)?$ ]]

It will match non-numbers, double-decimals (2.5.3), and any negative
signs, and 0. It will also match decimal numbers without a leading zero
like .5 , but maybe that's good enough.

It will let fancontrol work with a floating point/decimal INTERVAL
without the error message.

I'll attach a patch file for the fancontrol script (not sure if the file
names/paths at the top are correct though)

(Another idea was to change the sed call when INTERVAL is assigned, but
that wouldn't allow error checking/reporting)

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

Title:
  fancontrol Error message if INTERVAL not an integer, bug if INTERVAL a
  negative non-integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1572777/+subscriptions

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


[Bug 1572808] [NEW] /usr/sbin/lightdm-gtk-greeter:5:XGetInputFocus:wm_window_filter:gdk_event_apply_filters:gdk_event_source_translate_event:_gdk_x11_display_queue_events

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding lightdm-gtk-greeter.  This problem was most recently seen with
version 2.0.1-2ubuntu4, the problem page at
https://errors.ubuntu.com/problem/b3884cfed9e6c090ec976c93d799b2b8d7ee2de6
contains more details.

** Affects: lightdm-gtk-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: wily xenial

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

Title:
  /usr/sbin/lightdm-gtk-
  
greeter:5:XGetInputFocus:wm_window_filter:gdk_event_apply_filters:gdk_event_source_translate_event:_gdk_x11_display_queue_events

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

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


[Bug 1572803] [NEW] /usr/lib/chromium-browser/chromium-browser:11:std::_Rb_tree_insert_and_rebalance:std::_Rb_tree:std::_Rb_tree:std::map:extensions::ExtensionWebRequestEventRouter::GetAndSetSignaled

2016-04-20 Thread errors.ubuntu.com bug bridge
Public bug reported:

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

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


** Tags: xenial

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

Title:
  /usr/lib/chromium-browser/chromium-
  
browser:11:std::_Rb_tree_insert_and_rebalance:std::_Rb_tree:std::_Rb_tree:std::map:extensions::ExtensionWebRequestEventRouter::GetAndSetSignaled

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

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


[Bug 1572465] Re: php -R - $argn seems to have last char missing

2016-04-20 Thread Nish Aravamudan
Thank you for reporting this bug and finding the upstream bug report.

The bug was only reported with 7.0.3, not that it was fixed in 7.0.3
(and to be clear, everything in 7.0.3 should be present in 7.0.4, unless
explicitly reverted due to introducing a new bug, as I understand it).

The fix in question is: https://github.com/php/php-
src/commit/68ebfc87ad4f3842cd680c32ab307344c8659ce3, and is in 7.0.5.
Can you try the test build at
https://launchpad.net/~nacc/+archive/ubuntu/lp1572465 once it is
finished?

** Changed in: php7.0 (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: php7.0 (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  php -R - $argn seems to have last char missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1572465/+subscriptions

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


[Bug 1571939] Re: Ubuntu GNOME fails to boot after Trusty -> Xenial upgrade

2016-04-20 Thread Brian Murray
The apt-clone files is created early in the upgrade process so you might
be able to get it before agreeing to the upgrade or somewhere else early
in the process.

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

Title:
  Ubuntu GNOME fails to boot after Trusty -> Xenial upgrade

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
** Patch added: "libvirt-bin-wily.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/+attachment/4641121/+files/libvirt-bin-wily.diff

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
** Patch added: "libvirt-bin-xenial.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/+attachment/4641122/+files/libvirt-bin-xenial.diff

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
** Patch added: "libvirt-bin-precise.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/+attachment/4641119/+files/libvirt-bin-precise.diff

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
@serge,
to avoid emit too much log, I've change the delay time back to "2".


@serge, @hopem,
patch files above for precise/trusty/vivid/wily/xenial have been uploaded,
should work as expected, but still, please have time to review them.

thanks !!!

** Tags added: precise vivid wily

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1571853] fozzie (amd64) - tests ran: 136, failed: 136

2016-04-20 Thread Brad Figg
tests ran: 136, failed: 136;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/fozzie__3.2.0-102.142__2016-04-21_01-19-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
** Patch added: "libvirt-bin-vivid.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/+attachment/4641120/+files/libvirt-bin-vivid.diff

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-04-20 Thread guessi
this is the patch file from #4, but keep sleep wait time "2"

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/comments/4

** Patch added: "trusty patch"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1571209/+attachment/4641118/+files/libvirt-bin-trusty.diff

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

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1572493] Re: pulseaudio 8.0 drops connections after playing audio in a firejail

2016-04-20 Thread Michael Hudson-Doyle
** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  pulseaudio 8.0 drops connections after playing audio in a firejail

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

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


[Bug 1572801] [NEW] Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-04-20 Thread warren
Public bug reported:

Ubuntu 16.04 64bit ISO number 20160420.1
unity version 7.4.0+16.04.20160415-0ubuntu1
Ubuntu 16.04 64bit ram usage has increase dramatically over Ubuntu 15.10
Ubuntu 16.04 ram roughly 1 GB Ubuntu15.10 can be tuned to 420, 450 MB
Ubuntu 16.04 with unity uses 1GB whereas Kubuntu 16.04 is using 420MB live usb

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160415-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Apr 21 01:44:22 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
GsettingsChanges:
 b'org.compiz.core' b'outputs' b"['1920x1080+0+0']"
 b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 
'place', 'regex', 'resize', 'session', 'snap', 'vpswitch', 'wall', 'animation', 
'commands', 'compiztoolbox', 'copytex', 'fade', 'grid', 'imgpng', 'mousepoll', 
'move', 'scale', 'unitymtgrabhandles', 'workarounds', 'expo', 'ezoom', 
'unityshell']"
 b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
 b'org.gnome.desktop.interface' b'scaling-factor' b'uint32 1'
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: ASUS All Series
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/03/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2004
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PLUS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Apr 21 01:37:17 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2

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


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

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

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


[Bug 1572541] Re: [MIR] watchdog

2016-04-20 Thread Seth Arnold
Please consider using systemd's watchdog support instead of this
package. It's already in main.

This codebase is fairly baroque, parts feel muddled from unclear goals,
and parts of it feel downright misguided.

While this package probably doesn't represent much security boundary, I
have to think that using the systemd services instead would be more
pleasant.

See "RuntimeWatchdogSec=, ShutdownWatchdogSec=" in systemd-
system.conf(5) for details on systemd's hardware watchdogs.

If this doesn't work, please describe why, and we may be able to come to
an understanding.

Thanks

** Changed in: watchdog (Ubuntu)
 Assignee: Seth Arnold (seth-arnold) => (unassigned)

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

Title:
  [MIR] watchdog

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

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


[Bug 1572647] Re: linux-lts-xenial: 4.4.0-21.37~14.04.1 -proposed tracker

2016-04-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   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/1572647

Title:
  linux-lts-xenial: 4.4.0-21.37~14.04.1 -proposed tracker

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

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


[Bug 1572493] Re: pulseaudio 8.0 drops connections after using foobar2000

2016-04-20 Thread Ivan Kozik
https://github.com/netblue30/firejail/issues/69

** Summary changed:

- pulseaudio 8.0 drops connections after using foobar2000
+ pulseaudio 8.0 drops connections after playing audio in a firejail

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

Title:
  pulseaudio 8.0 drops connections after playing audio in a firejail

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

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


[Bug 1572493] Re: pulseaudio 8.0 drops connections after using foobar2000

2016-04-20 Thread Ivan Kozik
Oh, duh, this happens only because I have wine running in firejail.  Not
sure why pulseaudio 8 decides to break so spectacularly in this
scenario, though.

I think this can be closed.  I'll file a better bug upstream if this
warrants a bug.

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

Title:
  pulseaudio 8.0 drops connections after playing audio in a firejail

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

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


[Bug 1571361] Re: Sharing from webbrowserapp should include title of the page

2016-04-20 Thread Alexandre Abreu
Adding the webapps-core project to handle the title in the webapps
themselves ...

** Also affects: webapps-core
   Importance: Undecided
   Status: New

** Changed in: webapps-core
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-core
   Importance: Undecided => Medium

** Changed in: webapps-core
   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/1571361

Title:
  Sharing from webbrowserapp should include title of the page

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

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


[Bug 1564171] Re: Update to PHP7.0 dependencies

2016-04-20 Thread Nish Aravamudan
Just an FYI, we ended up dropping php-myqlnd-ms as it only supported
PHP5. It is no longer present in Xenial and will not be updated to be
PHP7.0 compatible as a result.

** Changed in: php-mysqlnd-ms (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  Update to PHP7.0 dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mysqlnd-ms/+bug/1564171/+subscriptions

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


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

2016-04-20 Thread Daniel van Vugt
I'm not familiar with Frieza so can't test any of this myself...

If the problem is eglSwapBuffers taking two frames, then that's the same
kind of thing we saw in bug 1563287. Even though we measured the client
(Unity8 itself) was taking two frames, the problem was actually the
server (USC) being so slow that every client swap took 2-3 frames. It's
quite reasonable to imagine bug 1563287 would also manifest in client
=web-browser and server=unity8.

So I suggest trying the fix for bug 1563287 as soon as it's out. Kevin's
fix for that also explicitly mentions frieza

Secondly, what's the oldest working image for frieza? Was it ever fast
or never been?

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

Title:
  Webbrowser slow scroll and artifact rendering on freiza

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

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


[Bug 1564712] Re: The Front MIC jack can't work on a HP desktop machine

2016-04-20 Thread Hui Wang
** Tags removed: verification-needed-vivid verification-needed-wily
** Tags added: verification-done-vivid verification-done-wily

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

Title:
  The Front MIC jack can't work on a HP desktop machine

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

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


[Bug 1522922] Re: Screen flickering in Intel i915 driver

2016-04-20 Thread Bug Watch Updater
** Bug watch added: freedesktop.org Bugzilla #94593
   https://bugs.freedesktop.org/show_bug.cgi?id=94593

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 1571564] Re: Unable to install Kubuntu 16.04

2016-04-20 Thread BALLOON a.k.a. Fu-sen.
When I upgraded from Kubuntu 15.10 to 16.04 LTS, this bug did not encounter.
This bug is encountered when performing the installation from the Kubuntu 16.04 
LTS (Daily Build) ISO.

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

Title:
  Unable to install Kubuntu 16.04

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

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


[Bug 1572493] Re: pulseaudio 8.0 drops connections after using foobar2000

2016-04-20 Thread Ivan Kozik
> Are there any files in /dev/shm related to pulseaudio and your user?
They should be owned by your user, even though your user ID or name is
not in the file names.

The /dev/shm/pulse-shm-* files seem to be removed immediately after
foobar2000 starts playing music.  (Not when wine-staging is started or
when foobar2000 is busy loading.)

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

Title:
  pulseaudio 8.0 drops connections after using foobar2000

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

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


[Bug 1522922]

2016-04-20 Thread Nhellwege
I am on a Dell XPS 13 9350 FullHD and I do have the Flicker under Kernel
4.4.0-18 on Ubuntu 16.04 LTS.

I am a bit lost in all these comments, could someone tell me what patch
I can try to see if one of your patches has affect on my setup?


There is also a Bug report related to this one over here:

https://bugs.freedesktop.org/show_bug.cgi?id=94593

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

Title:
  Screen flickering in Intel i915 driver

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

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


[Bug 1572493] Re: pulseaudio 8.0 server frequently hangs

2016-04-20 Thread Ivan Kozik
Attaching a pulseaudio log wherein foobar2000 1.3.9/wine-staging somehow
breaks pulseaudio 8, even though foobar2000 never has problems playing
through it, even after restarting foobar2000.

** Attachment added: "pulseverbose.log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1572493/+attachment/4641096/+files/pulseverbose.log

** Summary changed:

- pulseaudio 8.0 server frequently hangs
+ pulseaudio 8.0 drops connections after using foobar2000

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

Title:
  pulseaudio 8.0 drops connections after using foobar2000

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

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


[Bug 1571853] onibi (amd64) - tests ran: 12, failed: 1

2016-04-20 Thread Brad Figg
tests ran:  12, failed: 1;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/onibi__3.2.0-102.142__2016-04-21_00-46-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1571564] Re: Unable to install Kubuntu 16.04

2016-04-20 Thread BALLOON a.k.a. Fu-sen.
I tried the installation in 20160419 and 20160420 of Kubuntu 16.04 LTS Daily 
Build ISO.
It failed to start Plasma in the result multiple environments.

I will put a screenshot taken by VirtualBox.

** Attachment added: "VirtualBox_Kubuntu_20_04_2016_15_45_21.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1571564/+attachment/4641097/+files/VirtualBox_Kubuntu_20_04_2016_15_45_21.jpg

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

Title:
  Unable to install Kubuntu 16.04

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

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


[Bug 1571564] Re: Unable to install Kubuntu 16.04

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

** Changed in: ubiquity (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/1571564

Title:
  Unable to install Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1571564/+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-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1311926

** Tags added: iso-testing

-- 
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 1571564] Re: Unable to install Kubuntu 16.04

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

** Changed in: kubuntu-meta (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/1571564

Title:
  Unable to install Kubuntu 16.04

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

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


[Bug 1572792] Re: Drag and drop copies files instead of moving them in Thunar in latest Xenial Final

2016-04-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1572792

** Tags added: iso-testing

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

Title:
  Drag and drop copies files instead of moving them in Thunar in latest
  Xenial Final

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

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


[Bug 1572797] [NEW] package openjdk-9-jdk (not installed) failed to install/upgrade: 正要取代 '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',它也是套件 openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1

2016-04-20 Thread 賴家亨
Public bug reported:

I install it, and it failed.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: openjdk-9-jdk (not installed)
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Thu Apr 21 09:10:31 2016
ErrorMessage: 正要取代 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',它也是套件 
openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 的檔案
InstallationDate: Installed on 2016-03-17 (34 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: openjdk-9
Title: package openjdk-9-jdk (not installed) failed to install/upgrade: 正要取代 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',它也是套件 
openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 的檔案
UpgradeStatus: Upgraded to xenial on 2016-04-21 (0 days ago)

** Affects: openjdk-9 (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/1572797

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade: 正要取代
  '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',它也是套件
  openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 的檔案

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

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

[Bug 1572793] Re: Ubiquity no longer prompts to join available WiFi networks

2016-04-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1572793

** Tags added: iso-testing

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

Title:
  Ubiquity no longer prompts to join available WiFi networks

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

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


[Bug 1571241] Re: ZFS initrd script does not import zpool using /dev/disk/by-id device paths

2016-04-20 Thread Richard Laager
Attached is a backport of the fix from upstream. If I have a pool which
was last imported using /dev/disk/by-id names, the patch causes zpool
import to import it using /dev/disk/by-id names.

Note that this fix has not yet been merged upstream.

Also, note that the patch did not apply *perfectly* cleanly. In the
original patch, #define DEV_BYID_PATH was moved. In my backport, it is
simply added, because it did not exist. That is, the removal hunk did
not apply cleanly. Likewise, a hunk which was the removal of a blank
line did not apply cleanly.

The safest course of action here is to wait until it is accepted
upstream and merged into the release branch (addressing the two hunks
described above). Then it can be cleanly backported and SRUed.

** Patch added: "zfs-fix-lp-1571241.patch"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1571241/+attachment/4641089/+files/zfs-fix-lp-1571241.patch

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

Title:
  ZFS initrd script does not import zpool using /dev/disk/by-id device
  paths

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

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


[Bug 1572759] Re: linux-keystone: 3.13.0-56.81 -proposed tracker

2016-04-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => Fix Released

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

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

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

** Description changed:

  This bug is for tracking the 3.13.0-56.81 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
- kernel-stable-phase-changed:Wednesday, 20. April 2016 23:01 UTC
- kernel-stable-phase:Packaging
- 
  -- swm properties --
  phase: Packaging
+ kernel-stable-phase-changed:Thursday, 21. April 2016 01:01 UTC
+ kernel-stable-phase:Uploaded

** Description changed:

  This bug is for tracking the 3.13.0-56.81 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
- phase: Packaging
- kernel-stable-phase-changed:Thursday, 21. April 2016 01:01 UTC
- kernel-stable-phase:Uploaded
+ phase: Uploaded

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

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

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

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


[Bug 1571853] dagmar (i386) - tests ran: 11, failed: 2

2016-04-20 Thread Brad Figg
tests ran:  11, failed: 2;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/dagmar__3.2.0-102.142__2016-04-21_00-06-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/1571853

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1571414] Re: Size of not-installed applications is "Calculating..." in Details section

2016-04-20 Thread Mathew Hodson
** Changed in: gnome-software (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/1571414

Title:
  Size of not-installed applications is "Calculating..." in Details
  section

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

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


[Bug 1571853] fozzie (i386) - tests ran: 11, failed: 2

2016-04-20 Thread Brad Figg
tests ran:  11, failed: 2;
  
http://kernel.ubuntu.com/testing/3.2.0-102.142/fozzie__3.2.0-102.142__2016-04-21_00-02-00/results-index.html

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

Title:
  linux: 3.2.0-102.142 -proposed tracker

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

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


[Bug 1572606] Re: Doesn't indicate that an operation is happening in the background

2016-04-20 Thread Mathew Hodson
** Changed in: gnome-software (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/1572606

Title:
  Doesn't indicate that an operation is happening in the background

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

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


  1   2   3   4   5   6   7   8   9   10   >