[Bug 1575505] Re: package libcuda1-352 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also in package libcuda1-340 340.96-0ubuntu0.1

2016-04-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libcuda1-352 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also
  in package libcuda1-340 340.96-0ubuntu0.14.04.1

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

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


[Bug 1575505] [NEW] package libcuda1-352 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also in package libcuda1-340 340.96-0ubuntu0

2016-04-27 Thread Zane
Public bug reported:

If I open Additional Drivers - it says that I am using 2 drivers, shows
one - version 340.96 and wont let me change to anything!

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libcuda1-352 (not installed)
ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
Uname: Linux 3.13.0-85-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Wed Apr 27 08:42:34 2016
DpkgTerminalLog:
 Preparing to unpack .../libcuda1-352_352.63-0ubuntu0.14.04.1_amd64.deb ...
 De-configuring libcuda1-340 (340.96-0ubuntu0.14.04.1) ...
 Unpacking libcuda1-352 (352.63-0ubuntu0.14.04.1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libcuda1-352_352.63-0ubuntu0.14.04.1_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also 
in package libcuda1-340 340.96-0ubuntu0.14.04.1
DuplicateSignature: package:libcuda1-352:(not installed):trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also in package libcuda1-340 
340.96-0ubuntu0.14.04.1
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', 
which is also in package libcuda1-340 340.96-0ubuntu0.14.04.1
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.13
SourcePackage: nvidia-graphics-drivers-352
Title: package libcuda1-352 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also in package 
libcuda1-340 340.96-0ubuntu0.14.04.1
UpgradeStatus: Upgraded to trusty on 2015-11-26 (152 days ago)

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


** Tags: amd64 apport-package package-conflict trusty

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

Title:
  package libcuda1-352 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libcuda.so.1', which is also
  in package libcuda1-340 340.96-0ubuntu0.14.04.1

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

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


[Bug 334374] Re: libnss-ldap should not depend on libpam-ldap

2016-04-27 Thread Daniel Richard G.
Hi everyone. I've been setting up LDAP in Ubuntu lately, and have run
headlong into this issue again.

Arguably, the situation has gotten worse in the past three years, as the
dependency rat's nest has become more convoluted.

I've put together a new visual aid to illustrate the current situation;
it is attached. Here's how to interpret it:

* As before, solid-line arrows represent Depends: or Pre-Depends:
* Dashed-line arrows represent Recommends:
* I've represented alternatives ("either X or Y") with diamond-shaped nodes

(Note that the alternatives in this graph are due to Provides: fields in
lib{nss,pam}-ldapd, not the usual "|" syntax in Depends:)

Here's what I would like to see changed:

1. Rename the "ldap-auth-config" package to "ldap-config" (just as you
suggested in 2013, Robie; that's my exact reasoning as well)

2. Weaken the dependency on auth-client-config. This utility is (1)
confusing and poorly documented; (2) not necessary when nslcd is
installed, because that package has its own logic to modify
/etc/nsswitch.conf, and (3) dependent on Python, which means that if you
setup LDAP on a minimal install, you're pulling in all of Python just to
run a script that you likely don't even need.

3. Remove (or at least weaken) the dependency on ldap-auth-client. This
is a metapackage for LDAP authentication. Not only is it inappropriate
for ldap[-auth]-config to depend on this, given that an LDAP config does
not necessarily exist for authentication purposes, a task-specific
metapackage like this should be at the top of the dependency graph
because it is meant to be directly/explicitly installed by a user.

4. Add a dependency (probably Recommends:) from libpam-ldapd and libnss-
ldapd to ldap[-auth]-config, just as libnss-ldap already has. These
components require an LDAP config to function, so that is reasonable to
express in this way.

5. Weaken the dependency from libpam-ldap to ldap[-auth]-config, to be
consistent with the same dependency from libnss-ldap.

6. Kill the Recommends: from libnss-ldap to libpam-ldap. There's
absolutely no reason for that to be there; using LDAP for NSS in no way
implies using it for authentication.

7. Weaken the dependencies on nslcd, because that daemon is not strictly
required for lib{nss,pam}-ldapd to function (although it certainly
helps). Better yet, replace these with a Recommends: from
ldap[-auth]-config, because nslcd can benefit anything that uses
/etc/ldap.conf for NSS purposes (primarily all of lib{nss,pam}-ldap{,d})
and one dependency is better than multiple.


Comments, thoughts?

** Attachment added: "Dependency graph"
   
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/334374/+attachment/4648714/+files/ldap-deps.png

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

Title:
  libnss-ldap should not depend on libpam-ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/334374/+subscriptions

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


[Bug 1575191] Re: Browser app auto-scaling feature on mobile causes issues.

2016-04-27 Thread James Lewis
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Browser app auto-scaling feature on mobile causes issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1575191/+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-27 Thread corrado venturini
the problem disappeared now but menus are again missing in gedit if i do
sudo gedit ...

-- 
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-release-notes/+bug/1532226/+subscriptions

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


[Bug 334374] Re: libnss-ldap should not depend on libpam-ldap

2016-04-27 Thread Daniel Richard G.
Also, for those interested, here is the GraphViz source for the "visual
aid." The graphic can be regenerated with the command

$ dot -Tpng ldap-deps.dot >ldap-deps.png

(The dot(1) command is in the "graphviz" package.)

** Attachment added: "ldap-deps.dot"
   
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/334374/+attachment/4648719/+files/ldap-deps.dot

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

Title:
  libnss-ldap should not depend on libpam-ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/334374/+subscriptions

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


[Bug 1575507] [NEW] Language selector help is not translated

2016-04-27 Thread Jean-Marc
Public bug reported:

Hello,

Language selector help is not translated.
French translation is done since 29-05-2014 but help strings do not appear in 
template: https://translations.launchpad.net/ubuntu/+source/language-selector

Ubuntu 16.04 Xenial
Language-selector-gnome 0.165.1

Thank you

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Capture du 2016-04-27 08-58-32.png"
   
https://bugs.launchpad.net/bugs/1575507/+attachment/4648720/+files/Capture%20du%202016-04-27%2008-58-32.png

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

Title:
  Language selector help is not translated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1575507/+subscriptions

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


[Bug 1575506] [NEW] Xenial: ARM64: Unable to handle kernel NULL pointer dereference at virtual address 00000038

2016-04-27 Thread Ming Lei
Public bug reported:


When running 'stress-ng --all 64 -t 800 -v' on Xenial/ARM64, the following 
kernel oops is triggered.


[   93.309158] Unable to handle kernel NULL pointer dereference at virtual 
address 0038
[   93.309160] pgd = 8007a5914000
[   93.309163] [0038] *pgd=0047a5b15003, *pud=0047a5b16003, 
*pmd=
[   93.309167] Internal error: Oops: 9606 [#1] SMP
[   93.309202] Modules linked in: wp512 rmd320 rmd256 rmd160 rmd128 md4 
algif_hash af_alg xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp 
bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables 
iptable_filter ip_tables x_tables nls_iso8859_1 shpchp ghash_ce sha2_ce sha1_ce 
xgene_rng i2c_xgene_slimpro xgene_edac dwc3 edac_core udc_core 
i2c_designware_platform ulpi i2c_designware_core uio_pdrv_genirq uio gpio_keys 
rtc_efi autofs4 tg3 ptp pps_core sdhci_of_arasan ahci_xgene gpio_dwapb 
sdhci_pltfm xgene_enet libahci_platform sdhci libahci gpio_xgene_sb
[   93.309208] CPU: 5 PID: 2062 Comm: stress-ng-remap Not tainted 
4.4.0-15.31-generic #31+clk.1
[   93.309209] Hardware name: AppliedMicro Mustang/Mustang, BIOS 2.04.08-beta 
Feb  2 2016
[   93.309211] task: 8007a58c5b00 ti: 8007a7a3 task.ti: 
8007a7a3
[   93.309217] PC is at fput+0x20/0xd0
[   93.309222] LR is at vma_do_fput+0x24/0x48
[   93.309223] pc : [] lr : [] pstate: 
6145
[   93.309224] sp : 8007a7a33e20
[   93.309226] x29: 8007a7a33e20 x28: 8007a7a3 
[   93.309228] x27: 0003 x26: 8007a59886e8 
[   93.309229] x25: 800746248ed8 x24: 8011 
[   93.309231] x23:  x22: 8091b780 
[   93.309232] x21: 1000 x20:  
[   93.309233] x19:  x18: 1140 
[   93.309235] x17: 8915f2c0 x16: 80133de0 
[   93.309236] x15: 893c2000 x14:  
[   93.309237] x13: 0003e800 x12: 734b0200 
[   93.309239] x11: 003d0f00 x10: 0930 
[   93.309240] x9 :  x8 :  
[   93.309242] x7 : 80074645ac10 x6 : 00680f43 
[   93.309243] x5 : 00680f4f x4 : 0064 
[   93.309245] x3 : 00680f53 x2 : 0038 
[   93.309246] x1 : 8091b780 x0 : 801fe1f4 

[   93.309248] Process stress-ng-remap (pid: 2062, stack limit = 
0x8007a7a30020)
[   93.309250] Stack: (0x8007a7a33e20 to 0x8007a7a34000)
[   93.309252] 3e20: 8007a7a33e40 801fe1f4  
8007a59886e8
[   93.309253] 3e40: 8007a7a33e60 8020c1c0 8830 
80d8e000
[   93.309255] 3e60: c85b2280 80085c70  
88301000
[   93.309257] 3e80:  89161ea8 8000 
0015
[   93.309258] 3ea0: 011d 00ea 80901000 
8007a7a3
[   93.309260] 3ec0: 1000 cb88537fdc8ba606 8830 
1000
[   93.309261] 3ee0:    
0200
[   93.309262] 3f00: 00d1 00d1 00ea 
2626
[   93.309264] 3f20: 0101010101010101 001e 0018 
0003e800
[   93.309266] 3f40:  893c2cc0 004828c0 
89161ea0
[   93.309267] 3f60: 1140 0050 88301000 
1000
[   93.309269] 3f80: 1000 c85b2368 88d96fd0 
4650
[   93.309270] 3fa0: 004558f0 c85b34b8 0048f000 
c85b2280
[   93.309271] 3fc0: 0042ec60 c85b2280 89161ea8 
8000
[   93.309273] 3fe0: 8830 00ea 8007a7a33fe8 

[   93.309274] Call trace:
[   93.309277] [] fput+0x20/0xd0
[   93.309280] [] vma_do_fput+0x24/0x48
[   93.309283] [] SyS_remap_file_pages+0x258/0x2a0
[   93.309287] [] el0_svc_naked+0x24/0x28
[   93.309289] Code: aa1e03e0 d503201f 9100e262 f9800051 (c85f7c40) 
[   93.309308] ---[ end trace e42a31bddbea7038 ]---
[   93.672808] Unable to handle kernel NULL pointer dereference at virtual 
address 0038
[   93.672809] pgd = 8007d8f22000
[   93.672813] [0038] *pgd=0047d9123003, *pud=0047d9124003, 
*pmd=
[   93.672817] Internal error: Oops: 9606 [#2] SMP
[   93.672853] Modules linked in: wp512 rmd320 rmd256 rmd160 rmd128 md4 
algif_hash af_alg xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp 
bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables 
iptable_filter ip_tables x_tables nls_iso8859_1 shpchp ghash_ce sha2_ce sha1_ce 

[Bug 1574556] Re: apparmor denials reported for encryped HOME

2016-04-27 Thread Michael Vogt
** Changed in: snappy
   Status: New => Triaged

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

** Changed in: snappy
Milestone: None => sru-2

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

Title:
  apparmor denials reported for encryped HOME

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

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


[Bug 1574851] Re: libgl not found on nvidia machines (so far)

2016-04-27 Thread Michael Vogt
We will need to ship a systemd mount unit in the nvidia driver that sets
up a bind mount from /usr/lib/nvidia-361 to /var/lib/snapd/lib/gl/

** Changed in: snappy
   Status: New => Triaged

** Changed in: snappy
   Importance: Undecided => Critical

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

** Changed in: snappy
Milestone: None => sru-1

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

Title:
  libgl not found on nvidia machines (so far)

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

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


[Bug 1573829] Re: Install on Hyper-v creates graphical issues

2016-04-27 Thread lorenzp
This was fixed by a recent update.
Don't know which one.

It repros on the vanila image, and disappears after updating.

** Changed in: update-manager (Ubuntu)
   Status: New => Fix Released

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

Title:
  Install on Hyper-v creates graphical issues

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

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


[Bug 1575128] Re: unity dialogues split between 2 monitors

2016-04-27 Thread Andrea Azzarone
Ok I'm targeting xorg and gtk/gdk too. I'm not at home right now and I
cannot test it on a double monitor setup. I'll work on it next week.
Thank you.

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  unity dialogues split between 2 monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1575128/+subscriptions

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


[Bug 1575222] Re: Translate session action in dash

2016-04-27 Thread Olivier Febwin
Thanks
Done for french!

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

Title:
  Translate session action in dash

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

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


[Bug 1551747] Re: ubuntu-fan causes issues during network configuration

2016-04-27 Thread Michael Vogt
** Changed in: snappy
   Status: New => Confirmed

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

Title:
  ubuntu-fan causes issues during network configuration

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

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


[Bug 1381050] Re: "Import Key File" fails when the path of the file has special characters

2016-04-27 Thread sam
** Branch unlinked: lp:software-properties

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

Title:
  "Import Key File" fails when the path of the file has special
  characters

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

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


[Bug 1575510] [NEW] [feature] Option to take photos in 16:9 format with the mx4

2016-04-27 Thread Jonas
Public bug reported:

In the first OTA's was no option to change the picture resolution/format and 
all pictures where taken with 5120x2880  (16:9), which was nearer the full 
resolution of the chip than the new 5:3 format (4480x2688). 
An option for the mx4 to take photos in 16:9 again would be great.

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [feature] Option to take photos in 16:9 format with the mx4

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

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


[Bug 1540108] Re: Blue dots for text marking/placing a cursor are too small

2016-04-27 Thread Albert Astals Cid
** Package changed: unity8 (Ubuntu) => ubuntu-ui-toolkit (Ubuntu)

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

Title:
  Blue dots for text marking/placing a cursor are too small

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1540108/+subscriptions

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


[Bug 1575365] Re: Gnome Software catalog entry missing for Dolphin

2016-04-27 Thread James Cowgill
Thanks for the bug report. I noticed this before but must have forgot to
fix it in 4.0.2. I'll try and fix it in xenial if I can.

It's fixed upstream here: https://github.com/dolphin-emu/dolphin/pull/3653
By having a valid icon, the metadata should be generated automatically.

** Changed in: dolphin-emu (Ubuntu)
   Status: New => In Progress

** Changed in: dolphin-emu (Ubuntu)
 Assignee: (unassigned) => James Cowgill (jcowgill)

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

Title:
  Gnome Software catalog entry missing for Dolphin

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

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


[Bug 1574785] Re: Impossible to install grub

2016-04-27 Thread mvergnaud
OK, it worked. I understood my mistake with the message about starting in efi 
mode or not.
For me the problem is solved. Great !

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

Title:
  Impossible to install grub

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

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


[Bug 1575514] [NEW] The systemd unit for DNS server should use the default config

2016-04-27 Thread Stefan Bader
Public bug reported:

Release: Xenial/16.04

While trying to quiet down IPv6 related messaged from named (not quite
there, yet), I added the relevant options to the defaults file
(/etc/default/bind9 -> OPTIONS="-u bind"). Unfortunately this file is
totally ignored by the systemd service unit. After changing it like
below, I got the desired behaviour:

/lib/systemd/system/bind9.service:
...
 [Service]
+EnvironmentFile=/etc/default/bind9
-ExecStart=/usr/sbin/named -f -u bind
+ExecStart=/usr/sbin/named -f $OPTIONS
 ExecReload=/usr/sbin/rndc reload 
 ExecStop=/usr/sbin/rndc stop

** Affects: bind9 (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: xenial

** Summary changed:

- The systemd unit for dhcp server should use the default config
+ The systemd unit for DNS server should use the default config

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

Title:
  The systemd unit for DNS server should use the default config

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

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


[Bug 1575513] [NEW] RTL interface is messed up

2016-04-27 Thread Yaron
Public bug reported:

1. The image is behind the text making it unreadable.

2. The arrow is covered by the text.

3. The skip button cannot be translated for some reason.

4. There's a non gray area at the bottom where it should be, instead,
the background colors appear.

This bug report affects several other RTL languages such as Persian,
Arabic, Urdu and several others.

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


** Tags: i18n rtl ui

** Attachment added: "An image showing all the glitches."
   
https://bugs.launchpad.net/bugs/1575513/+attachment/4648724/+files/VirtualBox_U%20testing_27_04_2016_09_55_53.png

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

Title:
  RTL interface is messed up

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

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


[Bug 1569581] Re: snapd no longer detects apparmor changes on upgrade

2016-04-27 Thread Michael Vogt
** Changed in: snappy
   Status: New => Triaged

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

Title:
  snapd no longer detects apparmor changes on upgrade

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

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


[Bug 1574214] Re: Can't upgrade to 16.04

2016-04-27 Thread ubuntu38
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Brian: You were spot on. I had to ppa-purge the PPA and then the upgrade
worked flawlessly. Thank you!

** Summary changed:

- Can't upgrade to 16.04
+ (SOLVED) Can't upgrade to 16.04

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

Title:
  (SOLVED) Can't upgrade to 16.04

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

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


[Bug 1320860] Re: Section header should not go under the page header

2016-04-27 Thread Zsombor Egri
Or simply use the PageHeader in ListView's header.

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

Title:
  Section header should not go under the page header

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1320860/+subscriptions

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


[Bug 1575506] Missing required logs.

2016-04-27 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1575506

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Xenial: ARM64: Unable to handle kernel NULL pointer dereference at
  virtual address 0038

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

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


[Bug 1563440] Re: Add ContentHub text import option to text field context menu

2016-04-27 Thread Zsombor Egri
This needs UX input.

** Also affects: ubuntu-ui-toolkit
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-ui-toolkit

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

Title:
  Add ContentHub text import option to text field context menu

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

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


[Bug 1575451] Re: PIE mode breaks building kernel modules

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

** This bug has been marked a duplicate of bug 1574982
   Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not 
supported by compiler

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

Title:
  PIE mode breaks building kernel modules

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

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


[Bug 1536662] Re: [regression] Black screen: Mir hangs and then crashes on startup/login due to reading from /dev/random

2016-04-27 Thread Daniel van Vugt
** Tags added: black-screen

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

Title:
  [regression] Black screen: Mir hangs and then crashes on startup/login
  due to reading from /dev/random

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

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


[Bug 1562033] Re: package xinit 1.3.4-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-27 Thread Timo Aaltonen
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  package xinit 1.3.4-3 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-04-27 Thread Christophe H
Hello

Same issue here on KDE 16.04 and the DNS mask trick does not seem too
resolve the issue

Kind Regards

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

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

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


[Bug 1575516] Re: Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
On one occasion also got:

Dynamic exception type: 
boost::exception_detail::clone_impl
 >
std::exception::what: Failed to schedule page flip

Maybe we're in a mode that needs blitting instead of flipping. I know
that's never been implemented in mesa-kms yet.

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

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

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


[Bug 1575128] Re: unity dialogues split between 2 monitors

2016-04-27 Thread Sebastien Bacher
seems like it's handled as a big screen rather than 2, do you get the
issue if you configure the screen using the desktop settings?

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  unity dialogues split between 2 monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1575128/+subscriptions

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


[Bug 1575516] Re: Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
The fallback to software rendering (llvmpipe) is a good sign. And a
moving mouse cursor is also a good sign (working KMS).

Although I don't yet see anything else on screen. Maybe our renderer is
using features that LLVMpipe lacks?

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

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

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


[Bug 1575390] Re: package mysql-client-core-5.7 5.7.12-0ubuntu1 failed to install/upgrade: package mysql-client-core-5.7 is already installed and configured

2016-04-27 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/1575390

Title:
  package mysql-client-core-5.7 5.7.12-0ubuntu1 failed to
  install/upgrade: package mysql-client-core-5.7 is already installed
  and configured

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

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


[Bug 1448301] Re: Invalid locales message says to use apt-get on snappy

2016-04-27 Thread Michael Vogt
This is fixed in snappy 16 - we set the locale to C.UTF-8 now.

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

Title:
  Invalid locales message says to use apt-get on snappy

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

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


[Bug 1575516] [NEW] Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
Public bug reported:

Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get
just a black screen and mouse cursor (which at least moves).

Using lp:mir r3480 ...

[2016-04-27 15:20:19.369559] mirserver: Selected driver: mir:mesa-kms (version 
0.22.0)
nvc0_screen_create:762 - Error allocating PGRAPH context for M2MF: -22
[2016-04-27 15:20:51.934145] mirserver: Using hardware cursor
[2016-04-27 15:20:51.937691] mirserver: Initial display configuration:
[2016-04-27 15:20:51.937703] mirserver:   0.36: unused DVI-I
[2016-04-27 15:20:51.937713] mirserver:   0.39: DVI-D 24.0" 520x320mm
[2016-04-27 15:20:51.937722] mirserver: Current mode 1920x1200 59.95Hz
[2016-04-27 15:20:51.937731] mirserver: Preferred mode 1920x1200 59.95Hz
[2016-04-27 15:20:51.937740] mirserver: Logical position +0+0
[2016-04-27 15:20:51.937781] mirserver:   0.41: unused HDMI-A
[2016-04-27 15:20:51.937799] mirserver:   0.43: unused DisplayPort
[2016-04-27 15:20:51.937972] mircommon: Loading modules from: 
bin/../lib/server-modules/
[2016-04-27 15:20:51.938015] mircommon: Loading module: 
bin/../lib/server-modules/graphics-android.so.9
[2016-04-27 15:20:51.938107]  mircommon: Failed to load module: 
bin/../lib/server-modules/graphics-android.so.9 (error was:libhardware.so.2: 
cannot open shared object file: No such file or directory)
[2016-04-27 15:20:51.938119] mircommon: Loading module: 
bin/../lib/server-modules/graphics-mesa-kms.so.9
[2016-04-27 15:20:51.938142] mircommon: Loading module: 
bin/../lib/server-modules/server-mesa-x11.so.9
[2016-04-27 15:20:51.938536] mircommon: Loading module: 
bin/../lib/server-modules/input-evdev.so.5
[2016-04-27 15:20:51.955316] mirserver: Selected input driver: mir:evdev-input 
(version: 0.22.0)
[2016-04-27 15:20:51.955500] mirserver: Mir version 0.22.0
[2016-04-27 15:20:51.962627] GLRenderer: EGL vendor: Mesa Project
[2016-04-27 15:20:51.962645] GLRenderer: EGL version: 1.4 (DRI2)
[2016-04-27 15:20:51.962651] GLRenderer: EGL client APIs: OpenGL OpenGL_ES 
OpenGL_ES2 OpenGL_ES3 
[2016-04-27 15:20:51.962657] GLRenderer: EGL extensions: EGL_EXT_buffer_age 
EGL_EXT_image_dma_buf_import EGL_KHR_create_context 
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_renderbuffer_image 
EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image 
EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_surfaceless_context 
EGL_MESA_configless_context EGL_MESA_image_dma_buf_export 
[2016-04-27 15:20:51.962670] GLRenderer: GL vendor: VMware, Inc.
[2016-04-27 15:20:51.962679] GLRenderer: GL renderer: Gallium 0.4 on llvmpipe 
(LLVM 3.8, 256 bits)
[2016-04-27 15:20:51.962688] GLRenderer: GL version: OpenGL ES 3.0 Mesa 11.2.0
[2016-04-27 15:20:51.962697] GLRenderer: GLSL version: OpenGL ES GLSL ES 3.00

lspci:
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] 
(rev a1)

** Affects: mir
 Importance: Undecided
 Status: New

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


** Tags: black-screen

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

** Tags added: black-screen

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

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

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


[Bug 1575375] Re: package libavcodec-ffmpeg-extra56:amd64 7:2.8.6-1ubuntu2 failed to install/upgrade: package libavcodec-ffmpeg-extra56:amd64 is already installed and configured

2016-04-27 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/1575375

Title:
  package libavcodec-ffmpeg-extra56:amd64 7:2.8.6-1ubuntu2 failed to
  install/upgrade: package libavcodec-ffmpeg-extra56:amd64 is already
  installed and configured

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

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


[Bug 1575476] Re: App Size Stuck On "Calculating..."

2016-04-27 Thread Will Cooke
*** This bug is a duplicate of bug 1571414 ***
https://bugs.launchpad.net/bugs/1571414

** This bug has been marked a duplicate of bug 1571414
   Size of not-installed applications is "Calculating..." in Details section

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

Title:
  App Size Stuck On "Calculating..."

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

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


[Bug 879577] Re: Aisleriot no longer uses the global menu

2016-04-27 Thread alex lugovskoy
16.04 still there. Quite annoying!

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

Title:
  Aisleriot no longer uses the global menu

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

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


[Bug 1575060] Re: APL divider goes on top of column content

2016-04-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/fixAplColumnDivider

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

Title:
  APL divider goes on top of column content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1575060/+subscriptions

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


[Bug 1574868] dagmar (i386) - tests ran: 13, failed: 1

2016-04-27 Thread Brad Figg
tests ran:  13, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-22.38~14.04.1/dagmar__4.4.0-22.38~14.04.1__2016-04-27_06-43-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/1574868

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

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

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


[Bug 1561830] Re: Hard disk writes fail in 16.04 daily on nForce 430

2016-04-27 Thread Stephen Worthington
I have now finished bisecting the mainline kernel, and this is the
commit that causes this problem:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=64d513ac31bd02a3c9b69ef0f36c196f9a9d

commit 64d513ac31bd02a3c9b69ef0f36c196f9a9d
Author: Christoph Hellwig 
Date:   Thu Oct 8 09:28:04 2015 +0100

scsi: use host wide tags by default

This patch changes the !blk-mq path to the same defaults as the blk-mq
I/O path by always enabling block tagging, and always using host wide
tags.  We've had blk-mq available for a few releases so bugs with
this mode should have been ironed out, and this ensures we get better
coverage of over tagging setup over different configs.

Signed-off-by: Christoph Hellwig 
Acked-by: Jens Axboe 
Reviewed-by: Hannes Reinecke 
Signed-off-by: James Bottomley 

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

Title:
  Hard disk writes fail in 16.04 daily on nForce 430

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

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


[Bug 1342123] Re: evolution-calendar-factory always running with high memory usage

2016-04-27 Thread Sébastien GRIPON
+1 after update on 16.04. Unfortunately, at the end the swap is
important on my PC so it slow down.

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

Title:
  evolution-calendar-factory always running with high memory usage

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

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


[Bug 1569292] Re: Can't join to AD domain

2016-04-27 Thread Antoine Pernot
I added the xtrusia PPA and it works for me.

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

Title:
  Can't join to AD domain

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

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


[Bug 1575516] Re: Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
** Changed in: mir
   Importance: Undecided => High

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

** Description changed:

- Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get
- just a black screen and mouse cursor (which at least moves).
+ Nvidia (using nouveau not binary drivers): Mir servers freeze on start-
+ up for 30 seconds, and then you get just a black screen and mouse cursor
+ (which at least moves).
  
  Using lp:mir r3480 ...
  
  [2016-04-27 15:20:19.369559] mirserver: Selected driver: mir:mesa-kms 
(version 0.22.0)
  nvc0_screen_create:762 - Error allocating PGRAPH context for M2MF: -22
  [2016-04-27 15:20:51.934145] mirserver: Using hardware cursor
  [2016-04-27 15:20:51.937691] mirserver: Initial display configuration:
  [2016-04-27 15:20:51.937703] mirserver:   0.36: unused DVI-I
  [2016-04-27 15:20:51.937713] mirserver:   0.39: DVI-D 24.0" 520x320mm
  [2016-04-27 15:20:51.937722] mirserver: Current mode 1920x1200 59.95Hz
  [2016-04-27 15:20:51.937731] mirserver: Preferred mode 1920x1200 
59.95Hz
  [2016-04-27 15:20:51.937740] mirserver: Logical position +0+0
  [2016-04-27 15:20:51.937781] mirserver:   0.41: unused HDMI-A
  [2016-04-27 15:20:51.937799] mirserver:   0.43: unused DisplayPort
  [2016-04-27 15:20:51.937972] mircommon: Loading modules from: 
bin/../lib/server-modules/
  [2016-04-27 15:20:51.938015] mircommon: Loading module: 
bin/../lib/server-modules/graphics-android.so.9
  [2016-04-27 15:20:51.938107]  mircommon: Failed to load module: 
bin/../lib/server-modules/graphics-android.so.9 (error was:libhardware.so.2: 
cannot open shared object file: No such file or directory)
  [2016-04-27 15:20:51.938119] mircommon: Loading module: 
bin/../lib/server-modules/graphics-mesa-kms.so.9
  [2016-04-27 15:20:51.938142] mircommon: Loading module: 
bin/../lib/server-modules/server-mesa-x11.so.9
  [2016-04-27 15:20:51.938536] mircommon: Loading module: 
bin/../lib/server-modules/input-evdev.so.5
  [2016-04-27 15:20:51.955316] mirserver: Selected input driver: 
mir:evdev-input (version: 0.22.0)
  [2016-04-27 15:20:51.955500] mirserver: Mir version 0.22.0
  [2016-04-27 15:20:51.962627] GLRenderer: EGL vendor: Mesa Project
  [2016-04-27 15:20:51.962645] GLRenderer: EGL version: 1.4 (DRI2)
- [2016-04-27 15:20:51.962651] GLRenderer: EGL client APIs: OpenGL OpenGL_ES 
OpenGL_ES2 OpenGL_ES3 
- [2016-04-27 15:20:51.962657] GLRenderer: EGL extensions: EGL_EXT_buffer_age 
EGL_EXT_image_dma_buf_import EGL_KHR_create_context 
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_renderbuffer_image 
EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image 
EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_surfaceless_context 
EGL_MESA_configless_context EGL_MESA_image_dma_buf_export 
+ [2016-04-27 15:20:51.962651] GLRenderer: EGL client APIs: OpenGL OpenGL_ES 
OpenGL_ES2 OpenGL_ES3
+ [2016-04-27 15:20:51.962657] GLRenderer: EGL extensions: EGL_EXT_buffer_age 
EGL_EXT_image_dma_buf_import EGL_KHR_create_context 
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_renderbuffer_image 
EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image 
EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_surfaceless_context 
EGL_MESA_configless_context EGL_MESA_image_dma_buf_export
  [2016-04-27 15:20:51.962670] GLRenderer: GL vendor: VMware, Inc.
  [2016-04-27 15:20:51.962679] GLRenderer: GL renderer: Gallium 0.4 on llvmpipe 
(LLVM 3.8, 256 bits)
  [2016-04-27 15:20:51.962688] GLRenderer: GL version: OpenGL ES 3.0 Mesa 11.2.0
  [2016-04-27 15:20:51.962697] GLRenderer: GLSL version: OpenGL ES GLSL ES 3.00
  
  lspci:
  01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] 
(rev a1)

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

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

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


[Bug 1575496] Re: removal of gst-*0.10 packages

2016-04-27 Thread Matthias Klose
** Description changed:

  These are superseded by 1.0, the 0.10 packages should be removed.
+ 
+ telepathy-qt5 binaries are again built by telepathy-qt 0.9.6.1-6ubuntu1.
+ 
+ Packages can be removed once telepathy-qt 0.9.6.1-6ubuntu1 and libnice
+ 0.1.13-2 are in the release pocket.

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

Title:
  removal of gst-*0.10 packages

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

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


[Bug 1575481] Re: [16.04] New Ubuntu Software (Center) - Non-functional core features

2016-04-27 Thread Will Cooke
Many of your problems are fixed in a new release which is being prepared
now:  https://launchpad.net/~attente/+archive/ubuntu/gnome-
software/+sourcepub/6363890/+listing-archive-extra

I'm closing this compound bug.  If you still have issues not addressed
by the new release please log a separate bug for each of them, and
please do a quick search first as there is likely to be an existing bug
open.


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

Title:
  [16.04] New Ubuntu Software (Center) - Non-functional core features

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

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


[Bug 1567710] Re: Run lintian against third-party debs before installing them

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

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  Run lintian against third-party debs before installing them

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

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


[Bug 1574690] fozzie (i386) - tests ran: 13, failed: 0

2016-04-27 Thread Brad Figg
tests ran:  13, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-22.38/fozzie__4.4.0-22.38__2016-04-27_06-32-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/1574690

Title:
  linux: 4.4.0-22.38 -proposed tracker

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

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


[Bug 1575431] Re: Gnome Software may get stuck getting application details

2016-04-27 Thread Will Cooke
*** This bug is a duplicate of bug 1571414 ***
https://bugs.launchpad.net/bugs/1571414

** This bug has been marked a duplicate of bug 1571414
   Size of not-installed applications is "Calculating..." in Details section

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

Title:
  Gnome Software may get stuck getting application details

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

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


[Bug 1574538] Re: BrlTTY not functioning correctly.

2016-04-27 Thread Luke Yelavich
** Also affects: brltty (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: brltty (Ubuntu Xenial)
   Importance: Undecided => Critical

** Changed in: brltty (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: brltty (Ubuntu Xenial)
 Assignee: (unassigned) => Luke Yelavich (themuso)

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

Title:
  BrlTTY not functioning correctly.

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

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


[Bug 1466234] Re: Apparmor denial for access to SNAP_APP_USER_DATA_PATH as root

2016-04-27 Thread Michael Vogt
root@localhost:/home/ubuntu# hello-world.sh
Launching a shell inside the default app confinement. Navigate to your
app-specific directories with:

This works now in snappy 16:

bash-4.3# cd $SNAP_USER_DATA
bash-4.3# pwd
/root/snap/hello-world/25
bash-4.3# touch lala
bash-4.3# ls
lala


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

** Changed in: ubuntu-snappy (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Apparmor denial for access to SNAP_APP_USER_DATA_PATH as root

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

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


[Bug 1531768] Re: [arm64] locks up some time after booting

2016-04-27 Thread Martin Pitt
This is a syslog from one boot up to the point where I hard-rebooted the
instance because it was completely hanging. The kernel errors still
look by and large like the ones from the original report (in
JournalErrors.txt).

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1531768/+attachment/4648738/+files/syslog

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

Title:
  [arm64] locks up some time after booting

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

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


[Bug 1547838] Re: ADMtek ADM8511 "Pegasus II" USB Ethernet causes oops

2016-04-27 Thread a1291762
I guess this thread will be used to get the patch into mainline...

http://marc.info/?l=linux-netdev&m=146174255118232&w=2
http://marc.info/?l=linux-netdev&m=146174254318229&w=2
http://marc.info/?l=linux-netdev&m=146174254318228&w=2

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

Title:
  ADMtek ADM8511 "Pegasus II" USB Ethernet causes oops

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

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


[Bug 1562219] Re: xinit will not work as non-root.

2016-04-27 Thread Bram Roets
I'm having the same problem. Is their any fix yet available ?

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

Title:
  xinit will not work as non-root.

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

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


[Bug 1575506] Re: Xenial: ARM64: Unable to handle kernel NULL pointer dereference at virtual address 00000038

2016-04-27 Thread Ming Lei
The issue can be reproduced on '4.4.0-22-generic #38' too

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

Title:
  Xenial: ARM64: Unable to handle kernel NULL pointer dereference at
  virtual address 0038

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

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


[Bug 1575525] [NEW] package openjdk-9-jdk (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-9

2016-04-27 Thread Denny Setia Wisnugraha
Public bug reported:

error

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: Wed Apr 27 14:45:49 2016
DuplicateSignature:
 Unpacking openjdk-9-jdk:amd64 (9~b114-0ubuntu1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
InstallationDate: Installed on 2016-04-25 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: openjdk-9
Title: package openjdk-9-jdk (not installed) failed to install/upgrade: trying 
to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which 
is also in package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openjdk-9 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict xenial

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

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h', which is also in package 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/1575525/+subscriptions

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


Re: [Bug 1575058] [NEW] If I using Mate Menu applet my panel, always me presents an Unbound Local Error exception

2016-04-27 Thread Attila Hammer
I think I founded why happening this exception.
After installation, I removed the mate-welcome package. Because my 
system not present following files, happened the reported exception:
/usr/bin/synaptic-pkexec, /usr/bin/software-center, 
/usr/share/applications/ubuntu-mate-software.desktop
Real my machine not installed Synaptic, software-center or the 
mate-welcome package, with ships the ubuntu-mate-software utility.
If I installing for example the synaptic package, the exception is not 
happening.
Same result if I turning off the Show package manager related GSettings 
preference the mate-plugin related, following the GSettings schema and name:
Schema name: org.mate.mate-menu.plugins.system_management
Setting name: show-package-manager
Default value: true

Following code part affected the exception related if one of the 
examined packages not installed:
 def do_standard_items( self ):

 if ( self.showPackageManager == True ):
 if os.path.exists("/usr/bin/synaptic-pkexec"):
 Button2 = easyButton("synaptic", self.iconsize, 
[_("Package Manager")], -1, -1 )
 Button2.connect( "clicked", self.ButtonClicked, 
"/usr/bin/synaptic-pkexec" )
 elif os.path.exists("/usr/bin/software-center"):
 Button2 = easyButton("softwarecenter", self.iconsize, 
[_("Package Manager")], -1, -1 )
 Button2.connect( "clicked", self.ButtonClicked, 
"/usr/bin/software-center" )
 elif 
os.path.exists("/usr/share/applications/ubuntu-mate-software.desktop"):
 Button2 = easyButton("system-software-install", 
self.iconsize, [_("Package Manager")], -1, -1 )
 Button2.connect("clicked", self.ButtonClicked, 
"/usr/bin/ubuntu-mate-welcome --software-only")
 Button2.show()
 self.systemBtnHolder.pack_start( Button2, False, False, 0 )
 self.mateMenuWin.setTooltip( Button2, _("Install, remove 
and upgrade software packages") )

Attila

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

Title:
  If I using Mate Menu applet my panel, always me presents an Unbound
  Local Error exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-menu/+bug/1575058/+subscriptions

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


[Bug 1575525] Re: package openjdk-9-jdk (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-9-j

2016-04-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h', which is also in package 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/1575525/+subscriptions

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


[Bug 1575474] Re: The "install" button is sometimes not updated after installation

2016-04-27 Thread Sebastien Bacher
thank you for your bug report, we had a few mentions of similar issues
before, I don't see the bug here though. Does it do it every time/with
any software for you?

** Summary changed:

- Does Not Properly Label Installed/Uninstalled Apps
+ The "install" button is sometimes not updated after installation

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

Title:
  The "install" button is sometimes not updated after installation

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

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


[Bug 1575429] Re: Gnome Software doesn't allow non-free software

2016-04-27 Thread Sebastien Bacher
Thank you for your bug report. What error do you get exactly? Are you
sure it's due to the fact it's non free, does it work for free license
ones? Could be bug #1573408...

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu)
   Status: New => Incomplete

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

Title:
  Gnome Software doesn't allow non-free software

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

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


[Bug 1575516] Re: Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
Also the kernel logs this during the 30 seconds of hanging:

[  470.282196] nouveau :01:00.0: fifo: read fault at 011000 engine 07 
[PBDMA0] client 06 [HOST] reason 00 [PDE] on channel -1 [00ff86f000 unknown]
[  485.280032] nouveau :01:00.0: mir_proving_ser[3146]: failed to idle 
channel 2 [mir_proving_ser[3146]]
[  500.280104] nouveau :01:00.0: mir_proving_ser[3146]: failed to idle 
channel 2 [mir_proving_ser[3146]]

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

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

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


[Bug 1575060] Re: APL divider goes on top of column content

2016-04-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (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/1575060

Title:
  APL divider goes on top of column content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1575060/+subscriptions

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


[Bug 901308] Re: gridengine-master package missing util/ directory necessary for JSVs

2016-04-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gridengine - 8.1.8+dfsg-5

---
gridengine (8.1.8+dfsg-5) unstable; urgency=medium

  * libdrmaa-ruby: correct dependency on gridengine-drmaa
  * Allow parallel building

 -- Afif Elghraoui   Sat, 09 Apr 2016 20:38:45 -0700

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

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

Title:
  gridengine-master package missing util/ directory necessary for JSVs

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

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


[Bug 904376] Re: qmake program is missing

2016-04-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gridengine - 8.1.8+dfsg-5

---
gridengine (8.1.8+dfsg-5) unstable; urgency=medium

  * libdrmaa-ruby: correct dependency on gridengine-drmaa
  * Allow parallel building

 -- Afif Elghraoui   Sat, 09 Apr 2016 20:38:45 -0700

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

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

Title:
  qmake program is missing

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

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


[Bug 1575426] Re: Gnome Software doesn't update after refreshing system repositories

2016-04-27 Thread Sebastien Bacher
Thank you for your bug report, indeed there seems to be cases when users
need to click the refresh button

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  Gnome Software doesn't update after refreshing system repositories

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

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


[Bug 1574868] dagmar (amd64) - tests ran: 4, failed: 0

2016-04-27 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-22.38~14.04.1/dagmar__4.4.0-22.38~14.04.1__2016-04-27_07-56-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/1574868

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

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

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


[Bug 1572876] Re: After Samba upgrade can't access unpassworded windows share

2016-04-27 Thread greg
you should stop cups service, then open /etc/cups/printers.conf, modify
printer's URI like that  smb://guest@... then save and start cups
service. when you start printing authentication dialog pop's up, you
don't have to enter any credentials , just hit enter an it will prints

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

Title:
  After Samba upgrade can't access unpassworded windows share

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

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


[Bug 1575351] Re: tell me I have OS updates and will not install said updates.

2016-04-27 Thread Sebastien Bacher
Thank you for your bug report. Do you get any error if you start it from
the command line? Does installation software work as it should?

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu)
   Status: New => Incomplete

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

Title:
  tell me I have OS updates and will not install said updates.

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

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


[Bug 1575527] [NEW] Unity draws white title bars using high-contrast theme.

2016-04-27 Thread Andrea Azzarone
Public bug reported:

Unity draws white title bars using high-contrast theme.

** Affects: unity (Ubuntu)
 Importance: High
 Assignee: Andrea Azzarone (azzar1)
 Status: Triaged

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

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

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

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

Title:
  Unity draws white title bars using high-contrast theme.

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

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


[Bug 1322434] Re: [ESXi] Uninstallation of open-vm-tools should inform VMware platform

2016-04-27 Thread Yuhua Zou
The problem still exist on Ubuntu 14.04, 15.04, 15.10 and 16.04. Please
get it fixed. Thanks.

** Changed in: open-vm-tools (Ubuntu)
   Status: Confirmed => New

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

Title:
   [ESXi] Uninstallation of open-vm-tools should inform VMware platform

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

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


[Bug 1574163] Re: systemd[1]: Failed to start Load Kernel Modules.

2016-04-27 Thread Pinkesh
@Martin Sorry for the delayed response.

Here is the output on running the stated command.

$ sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-modules-load 
apply: /etc/modules-load.d/cups-filters.conf
load: lp
Module 'lp' is already loaded
load: ppdev
Module 'ppdev' is already loaded
load: parport_pc
Module 'parport_pc' is already loaded
apply: /etc/modules-load.d/modules.conf
load: lp
Module 'lp' is already loaded
load: videodev
Module 'videodev' is already loaded
load: v4l2loopback-dc width=320 height=240
Failed to find module 'v4l2loopback-dc width=320 height=240'
load: v4l2loopback_dc
Failed to find module 'v4l2loopback_dc'

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

Title:
  systemd[1]: Failed to start Load Kernel Modules.

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

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


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

2016-04-27 Thread Ondrej Kubik
so I did use new script for LXC
Now I can see that Android init process is started but it fails quite soon,
with not much logs indicating actual issue.
This is just speculation, but probably still issue how /proc and /dev are
mounted to container?
Here are all the logs I get from Android init:

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.107370] init: cannot find
'/system/etc/install-recovery.sh', disabling 'flash_recovery'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.107523] init: cannot find
'/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.112345] binder: 1064:1064
transaction failed 29189, size 0-0

Jan  1 02:02:38 ubuntu-phablet dbus[862]: [system] Successfully activated
service 'org.freedesktop.login1'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.190172] pil pil4: gss: Failed
to locate gss.mdt

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.214710] pil pil4: gss: Failed
to locate gss.mdt

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.220051] pil pil4: gss: Failed
to locate gss.mdt

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.231191] pil pil4: gss: Failed
to locate gss.mdt

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.243003] init: using
deprecated syntax for specifying property 'ro.serialno', use ${name} instead

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.243277] init: using
deprecated syntax for specifying property 'ro.product.manufacturer', use
${name} instead

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.243552] init: using
deprecated syntax for specifying property 'ro.product.model', use ${name}
instead

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.250572] usbcore: registered
new interface driver rmnet_usb

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.257042] rmnet usb ctrl
Initialized.

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.347413] init: property
'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.347627] init: powerctl:
cannot expand '${sys.powerctl}'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.347840] init: property
'sys.sysctl.extra_free_kbytes' doesn't exist while expanding
'${sys.sysctl.extra_free_kbytes}'

Jan  1 02:02:38 ubuntu-phablet kernel: [   10.348023] init: cannot expand
'${sys.sysctl.extra_free_kbytes}' while writing to
'/proc/sys/vm/extra_free_kbytes'

On Fri, Apr 15, 2016 at 2:25 PM, Ɓukasz Zemczak <1551...@bugs.launchpad.net>
wrote:

> Can we get some traction on this? devel-proposed has been unbootable for
> too long. With xenial going into Final Freeze it would be nice to get
> this working around release-time. In touch we're not following the
> standard Ubuntu cycles, but it would be nice to have a bootable baseline
> when using xenial.
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1551150
>
> Title:
>   devel-proposed - android lxc container fails to start
>
> Status in Canonical System Image:
>   Confirmed
> Status in lxc package in Ubuntu:
>   Confirmed
>
> Bug description:
>   Last known good image: ubuntu-touch/devel-proposed/ubuntu/mako 446
>
>   ubuntu-touch/devel-proposed/ubuntu/mako 447 (and higher) and
>   equivalent images on other devices do not boot and hang on the boot
>   logo.
>
>   From the list of changes, it could be lxc:
>   446: lxc 2.0.0~rc2-0ubuntu2
>   447: lxc 2.0.0~rc3-0ubuntu1
>
>   Latest image with 2.0.0~rc4-0ubuntu1 doesn't boot either.
>
>   lxc (2.0.0~rc3-0ubuntu1) xenial; urgency=medium
>
> * New upstream release (2.0.0~rc3)
>   - Make the cgfs backend and cgns work without cgmanager
>   - Manpage updates
>   - Mark lxc-clone and lxc-start-ephemeral deprecated (still included)
> * Set --enable-deprecated so we still ship lxc-clone and
> lxc-start-ephemeral
>
>   lxc (2.0.0~rc2-0ubuntu3) xenial; urgency=medium
>
> * Use versioned dependencies against the various binary packages.
> * Update lxc-templates to depend on lxc1 not lxc. (LP: #1549136)
> * Move the lxcfs recommends from lxc-templates to liblxc1.
> * Drop cgmanager, use the cgfs backend instead.
> * Have liblxc1 depend on systemd | cgroup-lite for cgfs backend.
>
>   Device tarballs between 446 and 447 are the same.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1551150/+subscriptions
>

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

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

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

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

[Bug 1558106] Re: Invalid use of palette apparent with new SDK

2016-04-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Invalid

** Changed in: canonical-devices-system-image
   Status: Confirmed => Invalid

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

Title:
   Invalid use of palette apparent with new SDK

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

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


[Bug 1514860] Re: OptionSelector does not work with keyboard

2016-04-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/fixOptionSelectorFocus

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

Title:
  OptionSelector does not work with keyboard

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

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


[Bug 1575092] Re: Reinstall of Ubuntu 16.04 over failed upgrade of Ubuntu (15.10 -> 16.04) results in grub installation failure

2016-04-27 Thread Robert B
Thanks for this explanation. I re-installed 16.04 from scratch, erasing
the disk. Not without difficulties, though, as I got an error message
about not being able "to mount a file system with type vfat in SCSI1"
(fixed that by booting from USB into a live system and writing a new GPT
partition table before re-attempting installation onto the now empty
disk with empty partition table).

The new installation was done in UEFI mode.

A note about the warning message that you referred to, i.e.:

"This machine's firmware has started the installer in UEFI mode but it
looks like there may be existing operating systems already installed
using "BIOS compatibility mode". If you continue to install Debian in
UEFI mode, it might be difficult to reboot the machine into any BIOS-
mode operating systems later.

If you wish to install in UEFI mode and don't care about keeping the
ability to boot one of the existing systems, you have the option to
force that here. If you wish to keep the option to boot an existing
operating system, you should choose NOT to force UEFI installation
here."

On re-reading this message in light of what you explained it now makes
sense. At the moment, however, I didn't realise that "one of the
existing systems" actually included the one I was trying to repair
(which was the only system installed). Somehow I thought the message
referred to Windows or other systems.

The dialogue box then provides two options: "Go Back " and "Continue in
UEFI mode".

What I was missing to see was an option to "Continue in BIOS mode". Am I
right in guessing that that needs to be selected in the BIOS before
rebooting the machine?

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

Title:
  Reinstall of Ubuntu 16.04 over failed upgrade of Ubuntu (15.10 ->
  16.04) results in grub installation failure

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

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


[Bug 1574707] Re: / and /usr not fscked during boot

2016-04-27 Thread Etienne JOUVIN
The /etc/fstab content.

cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
#
proc/proc   procnodev,noexec,nosuid 0   0
# / was on /dev/sda10 during installation
UUID=4b116dd4-8bae-475f-9bf1-8344e5844a08 /   ext4
errors=remount-ro 0   1
# /boot was on /dev/sda6 during installation
UUID=4fee39df-8166-4af3-8036-8bf48c59ddc7 /boot   ext4defaults  
  0   2
# /opt was on /dev/sda8 during installation
UUID=b11ca971-924e-45a0-9be9-59ce1efdc8ec /optext4defaults  
  0   2
# /srv was on /dev/sda5 during installation
UUID=96d9be39-cc11-46f0-bf43-f451ff0eb9fc /srvext4defaults  
  0   2
# /tmp was on /dev/sda7 during installation
UUID=ff94cff0-2e8e-449f-9473-da7caa63a93f /tmpext4defaults  
  0   2
# /usr was on /dev/sda1 during installation
UUID=8f557a3a-c4c8-4166-8e71-dd7451969a56 /usrext4defaults  
  0   2
# /var was on /dev/sda2 during installation
UUID=de58b6c5-2e6f-4efe-8e09-6554d2457cf4 /varext4defaults  
  0   2
# swap was on /dev/sda9 during installation
UUID=c86bebd8-c323-4f24-86e2-6a530e185595 noneswapsw
  0   0


For the debug starting mode, unfortunately, the message is no more displayed 
because I did reboot many time and the maximum mount count was reached. Then 
the scan was done.

Now, I do not have anymore the message. But I submit my first message because I 
touch two case :
* Scan was only done when the max mount count was reached. And I saw that only 
for partitions /sda1 and /sda10
* Find something wird about the command "mount | grep "^$part" | cut -d ' ' -f 
3" in the /usr/lib/update-notifier/update-motd-fsck-at-reboot script, and this 
is the reason why I submitted it to update-notifier first

Regards

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

Title:
  / and /usr not fscked during boot

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

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


[Bug 1575532] [NEW] snap package ubuntu-calculator-app doesn't run after install

2016-04-27 Thread John Smith
Public bug reported:

 Terminal Start: >

username@username-XPS-L501X:~$ ubuntu-calculator-app.calculator

libGL error: No matching fbConfigs or visuals found

libGL error: failed to load driver: swrast

Unrecognized OpenGL version

Unrecognized OpenGL version

< Terminal End >>>

the calculator app was installed using "snap" command
i.e. :  $ sudo snap install ubuntu-calculator-app

but didn't run as shown in above terminal output.

p.s. There seems to be a bug in launchpad.net, I can search and select
ubuntu-calculator-app in the "Report a bug" webpage but it doesn't
accept it with[ "ubuntu-calculator-app" does not exist in Ubuntu. Please
choose a different package. If you're unsure, please select "I don't
know" ]

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: snapd 2.0.2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Apr 27 13:32:51 2016
InstallationDate: Installed on 2016-04-23 (3 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: snapd
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  snap package ubuntu-calculator-app doesn't run after install

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

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


[Bug 1575529] [NEW] Some apps not launchable

2016-04-27 Thread William Hua
Public bug reported:

Install kolourpaint and try to launch it from its details page:

(gnome-software:8680): Gs-WARNING **: failed to call gs_plugin_launch on
apt: no such desktop file: kolourpaint.desktop

(gnome-software:8680): Gs-WARNING **: failed to launch GsApp: no plugin
could handle gs_plugin_launch

The desktop file is located here:

/usr/share/applications/kde4/kolourpaint.desktop

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

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

Title:
  Some apps not launchable

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

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


[Bug 1575466] Re: ubuntu-docs - "How do I hibernate my computer?" doesn't accomplish it's task

2016-04-27 Thread Sebastien Bacher
** Tags added: rls-x-incoming

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

Title:
  ubuntu-docs - "How do I hibernate my computer?" doesn't accomplish
  it's task

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

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


[Bug 1572943] Re: Token::isValid() returns true on invalid tokens

2016-04-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/ubuntuone-credentials/token-valid-1572943

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

Title:
  Token::isValid() returns true on invalid tokens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1572943/+subscriptions

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


[Bug 1562055] Re: unity8 black screen

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

unity8.log.2.gz from comment #2 shows Unity8 is crashing. Seemingly
because something in the Unity8 process is pulling in the old (non-lite)
libprotobuf.so.9 that conflicts with Mir's libprotobuf-lite.so.9:

[2016-03-23 22:25:19.703080]  MirSurfaceAPI: Caught exception at client l
ibrary boundary (in mir_surface_release): /build/mir-ZgPdOQ/mir-0.20.2+16.04.201
60307/src/client/rpc/stream_socket_transport.cpp(168): Throw in function virtual
 void mir::client::rpc::StreamSocketTransport::send_message(const std::vector&, const std::vector&)
Dynamic exception type: boost::exception_detail::clone_impl >
std::exception::what: Failed to send message to server: Broken pipe
32, "Broken pipe"
*** Error in `unity8': free(): invalid pointer: 0x7f9eb00e6ef0 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x778bf)[0x7f9edfd118bf]
/lib/x86_64-linux-gnu/libc.so.6(+0x8010a)[0x7f9edfd1a10a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f9edfd1dc5c]
/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf8internal28DestroyDefaultRepeatedFieldsEv+0x71)[0x7f9ea311f901]
/usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9(_ZN6google8protobuf23ShutdownProtobufLibraryEv+0x8b)[0x7f9ed638472b]
/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3(+0x20359)[0x7f9ed6bde359]
/lib64/ld-linux-x86-64.so.2(+0x10bb7)[0x7f9ee21d0bb7]
/lib/x86_64-linux-gnu/libc.so.6(+0x3a088)[0x7f9edfcd4088]
/lib/x86_64-linux-gnu/libc.so.6(+0x3a0d5)[0x7f9edfcd40d5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf8)[0x7f9edfcba848]
unity8(_start+0x29)[0x406a29]

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

Title:
  unity8 black screen

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

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


[Bug 1574690] fozzie (amd64) - tests ran: 23, failed: 1

2016-04-27 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-22.38/fozzie__4.4.0-22.38__2016-04-27_07-57-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/1574690

Title:
  linux: 4.4.0-22.38 -proposed tracker

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

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


[Bug 1562055] Re: unity8 black screen

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

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


** This bug has been marked a duplicate of bug 1535297
   Unity8 crashes with "Error in `unity8': double free or corruption"

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

Title:
  unity8 black screen

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

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


[Bug 1575454] Re: Gedit didn't close after saving a new file

2016-04-27 Thread Sebastien Bacher
Thank you for your bug report, indeed that's an issue, and it should be
fixed upstream in the next version, see
https://bugzilla.gnome.org/show_bug.cgi?id=734068

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

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low

** Changed in: gedit (Ubuntu)
   Status: New => Fix Committed

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

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

Title:
  Gedit didn't close after saving a new file

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

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


[Bug 1575452] Re: Copy/move dialog cannot be switched to

2016-04-27 Thread Sebastien Bacher
Thank you for your bug report, that's indeed an unity issue. Clicking on
the launcher icon twice works though but it's a workaround

** Package changed: nautilus (Ubuntu) => unity (Ubuntu)

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

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

** Tags added: rls-x-incoming

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

Title:
  Copy/move dialog cannot be switched to

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

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


[Bug 1575467] Re: Ubuntu 16.04 consistently freezes up / hangs

2016-04-27 Thread Sebastien Bacher
seems locks are more likely to be a kernel/driver issue than a desktop
ui one

** Package changed: unity (Ubuntu) => linux (Ubuntu)

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

Title:
  Ubuntu 16.04 consistently freezes up / hangs

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

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


[Bug 1535297] Re: Unity8 crashes with "Error in `unity8': double free or corruption"

2016-04-27 Thread Daniel van Vugt
** Changed in: libphonenumber (Ubuntu)
   Importance: Undecided => Critical

** Changed in: unity8 (Ubuntu)
   Importance: High => Critical

** Summary changed:

- Unity8 crashes with "Error in `unity8': double free or corruption"
+ Unity8 crashes with "Error in `unity8': double free or corruption" called 
from libprotobuf.so.9, called from libprotobuf-lite.so.9

** Tags added: black-screen

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

Title:
  Unity8 crashes with "Error in `unity8': double free or corruption"
  called from libprotobuf.so.9, called from libprotobuf-lite.so.9

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

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


[Bug 1514860] Re: OptionSelector does not work with keyboard

2016-04-27 Thread Zsombor Egri
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  OptionSelector does not work with keyboard

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

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


[Bug 1545118] Re: can't easily grab scrollbar with mouse if dual column

2016-04-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-
toolkit/fixAplDividerOccludeScrollbar

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

Title:
  can't easily grab scrollbar with mouse if dual column

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

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


[Bug 1575533] [NEW] Exaile package missing in Xenial

2016-04-27 Thread Robert Hrovat
Public bug reported:

Latest Ubuntu Xenial release does not have Exaile packages in
repositories. Installing downloaded package from 15.10 works but it
should be available from software installer.

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


** Tags: exaile xenial

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

Title:
  Exaile package missing in Xenial

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

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


[Bug 1575535] [NEW] [Ubunut 16.04] Panels not visible

2016-04-27 Thread Pinkesh
Public bug reported:

Description:Ubuntu 16.04 LTS
Release:16.04

I recently upgraded to Ubuntu 16.04 LTS from 14.04 LTS and found a lot of 
broken things.
Things were working almost fine, but today i realised that on running "cheese" 
i am getting the following error, "cheese: error while loading shared 
libraries: libgbm.so.1: cannot open shared object file: No such file or 
directory", so i ran the following commands,

 2883  sudo apt-get install libglu1-mesa:i386
 2884  cheese 
 2885  dpkg -L libgbm1
 2886  sudo apt-get remove libglu1-mesa:i386
 2887  sudo apt-get remove libglu1-mesa
 ..
 2915  sudo apt-get install libglu1-mesa


Finally, on restarting the system, all my panels vanished. This is similar to 
what you get when you kill gnome-shell in ubuntu 14.04 LTS, but it seems it is 
no longer available in 16.04. I have attached a screenshot for clear 
description of problem.

http://i.imgur.com/dtm6mep.png
http://i.imgur.com/RruXCed.png

Any help?
I am not sure if this bug belongs to this package. If not, then please let me 
know.

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

** Attachment added: "upload2.png"
   
https://bugs.launchpad.net/bugs/1575535/+attachment/4648751/+files/upload2.png

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

Title:
  [Ubunut 16.04] Panels not visible

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

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


[Bug 1575506] Re: Xenial: ARM64: Unable to handle kernel NULL pointer dereference at virtual address 00000038

2016-04-27 Thread Ming Lei
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Xenial: ARM64: Unable to handle kernel NULL pointer dereference at
  virtual address 0038

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

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


[Bug 1512219] Re: apt appears to be confused when installing a backport that version depends on other backports

2016-04-27 Thread T T
I don't think apt resolving is fixed yet in trusty apt=1.0.1ubuntu2.13
(27.4.2016)

To get lxd installed, this is what I used:
apt-get install lxd/trusty-backports lxc/trusty-backports 
liblxc1/trusty-backports python3-lxc/trusty-backports

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

Title:
  apt appears to be confused when installing a backport that version
  depends on other backports

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

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


[Bug 1574868] dagmar (i386) - tests ran: 4, failed: 0

2016-04-27 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-22.38~14.04.1/dagmar__4.4.0-22.38~14.04.1__2016-04-27_08-14-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/1574868

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

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

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


[Bug 1575536] [NEW] package nemo 2.8.6-2 failed to install/upgrade: tentata sovrascrittura di "/usr/share/polkit-1/actions/org.nemo.root.policy" presente anche nel pacchetto nemo-data 3.0.0-1~xenial0

2016-04-27 Thread Andrea
Public bug reported:

crash

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nemo 2.8.6-2
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: Tue Apr 26 21:19:41 2016
ErrorMessage: tentata sovrascrittura di 
"/usr/share/polkit-1/actions/org.nemo.root.policy" presente anche nel pacchetto 
nemo-data 3.0.0-1~xenial0
InstallationDate: Installed on 2016-04-22 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: nemo
Title: package nemo 2.8.6-2 failed to install/upgrade: tentata sovrascrittura 
di "/usr/share/polkit-1/actions/org.nemo.root.policy" presente anche nel 
pacchetto nemo-data 3.0.0-1~xenial0
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package gnome3-ppa third-party-packages xenial

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

Title:
  package nemo 2.8.6-2 failed to install/upgrade: tentata sovrascrittura
  di "/usr/share/polkit-1/actions/org.nemo.root.policy" presente anche
  nel pacchetto nemo-data 3.0.0-1~xenial0

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

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


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

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

Come to think of it, this is almost certainly deferred heap corruption
from bug 1535297

** This bug has been marked a duplicate of bug 1535297
   Unity8 crashes with "Error in `unity8': double free or corruption" called 
from libprotobuf.so.9, called from libprotobuf-lite.so.9

** This bug is no longer a duplicate of bug 1535297
   Unity8 crashes with "Error in `unity8': double free or corruption" called 
from libprotobuf.so.9, called from libprotobuf-lite.so.9

** Changed in: unity8 (Ubuntu)
   Status: Confirmed => Incomplete

** This bug has been marked a duplicate of bug 1535297
   Unity8 crashes with "Error in `unity8': double free or corruption" called 
from libprotobuf.so.9, called from libprotobuf-lite.so.9

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

Title:
  Unity8 crashes with heap corruption every time on logout

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

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


[Bug 1412438] Re: OCF:pacemaker:o2cb broken in 14.04

2016-04-27 Thread Valentin Vidic
It seems o2cb resource is not needed any more. All the modules and setup
is done by the mount.ocfs2 command in the ocfs2-tools-1.8.4 working with
dlm-4.0.5 and a recent kernel. As a result you only need two resources
to mount the OCFS2 filesystem:

* ocf:pacemaker:controld
* ocf:heartbeat:Filesystem

More details here: http://bugs.clusterlabs.org/show_bug.cgi?id=5240

** Bug watch added: bugs.clusterlabs.org/ #5240
   http://bugs.clusterlabs.org/show_bug.cgi?id=5240

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

Title:
  OCF:pacemaker:o2cb broken in 14.04

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

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


[Bug 1574163] Re: systemd[1]: Failed to start Load Kernel Modules.

2016-04-27 Thread Pinkesh
@Martin Sorry for the delayed response.

Here is the output on running the stated command.

$ sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-modules-load 
apply: /etc/modules-load.d/cups-filters.conf
load: lp
Module 'lp' is already loaded
load: ppdev
Module 'ppdev' is already loaded
load: parport_pc
Module 'parport_pc' is already loaded
apply: /etc/modules-load.d/modules.conf
load: lp
Module 'lp' is already loaded
load: videodev
Module 'videodev' is already loaded
load: v4l2loopback-dc width=320 height=240
Failed to find module 'v4l2loopback-dc width=320 height=240'
load: v4l2loopback_dc
Failed to find module 'v4l2loopback_dc'

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

Title:
  systemd[1]: Failed to start Load Kernel Modules.

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

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


[Bug 1448145] Re: [Ubuntu Phone] The first characters are always in uppercase in webapps

2016-04-27 Thread David Barth
Note: you need to have all input helpers off, ie spell checker OFF,
auto-correct OFF, etc.

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

Title:
  [Ubuntu Phone] The first characters are always in uppercase in webapps

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1448145/+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   >