[Bug 1771276] Re: linux 4.15 currupts ipsec packets over non ethernet devices

2018-05-16 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17-rc5


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

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

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

** Tags added: kernel-da-key

** Tags added: bionic

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

Title:
  linux 4.15 currupts ipsec packets over non ethernet devices

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

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

[Bug 1771222] Re: Using sysctl to permanently disable IPv6 doesn't have any effect

2018-05-16 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17-rc5


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

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

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

Title:
  Using sysctl to permanently disable IPv6 doesn't have any effect

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

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

[Bug 1737423] Re: With a (cheap) video card in PCI Geforce 6200 (NV44A) with 256Mb video memory misdetected as 512 Mb : result was kernel panic in worst case and memory crash in best case

2018-05-16 Thread Jean COLIN
Found some document about size determination in pci devices

had run lspi 
jean@jean-Soisy:~$ sudo lspci -vv -k - -s 03:09.0
03:09.0 VGA compatible controller: NVIDIA Corporation NV44A [GeForce 6200] (rev 
a1) (prog-if 00 [VGA controller])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- https://wiki.osdev.org/PCI
https://stackoverflow.com/questions/19006632/how-is-a-pci-pcie-bar-size-determined/39618552#39618552

To determine the amount of address space needed by a PCI device, you must save 
the original value of the BAR, 
write a value of all 1's to the register, then read it back. 
The amount of memory can then be determined by masking the information bits, 
performing a bitwise NOT ('~' in C), and incrementing the value by 1. The 
original value of the BAR should then be restored. 

on my computer : using sudo bless
parameter are located at /sys/bus/pci/devices/:03:09.0/config
replaced 08 00 00 c0 by ff ff ff ff then, computer blocked, but was able to 
read 08 00 00 e0

that means
dropping 4 bits LSB -> 00 00 00 e0
inverting bitwise ff ff ff 10
adding one 00 00 00 20 means 512 M

BUT https://www.xilinx.com/Attachment/PCI_SPEV_V3_0.pdf
6.2.5.1. Address Maps 
Devices are free to consume more address space than required

after explanation of a computation method, precision is given

The resultant 32-bit value is the memory/I/O range size decoded by the
register.

I Think that the problem is here = adress space decoded, but not
populated

Regards

Jean COLIN

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

Title:
  With a (cheap) video card in PCI Geforce 6200 (NV44A) with 256Mb video
  memory misdetected as 512 Mb : result was kernel panic in worst case
  and memory crash in best case

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

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

[Bug 1771177] Re: support preseeding snaps in 16.04

2018-05-16 Thread Brian Murray
Hello Mathieu, or anyone else affected,

Accepted livecd-rootfs into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/livecd-
rootfs/2.408.31 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: livecd-rootfs (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-xenial

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

Title:
  support preseeding snaps in 16.04

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

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

[Bug 1771427] Re: new version 1.0.24 not depending on vte released

2018-05-16 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  new version 1.0.24 not depending on vte released

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

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

[Bug 1771616] Re: Please upgrade to 2.39

2018-05-16 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
   Please upgrade to 2.39

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

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

[Bug 1771625] Re: network-manager tray menu disappears when connecting to a wireless network

2018-05-16 Thread William Poetra Yoga
There are two general (but similar) ways to reproduce the bug:

A. Wake the laptop from suspend. There should be saved networks in range, and 
the "connect automatically" setting on for at least some of those networks.
- When the laptop wakes from suspend, immediately type your password on the 
lock screen, and as soon as the desktop appears, click the network-manager tray 
icon to display its menu.
- The menu will be displayed, and it will show the list of wireless networks, 
and also show the network that we are currently in the process of connecting. 
The tray icon is also the rotating wait icon at this time.
- But as soon as we successfully connect to the network, the tray menu 
disappears. This is the bug.

B. When the desktop is shown, connect to any wireless network.
- Click on the tray icon, the network-manager tray menu will appear.
- Click on any wireless network that is in range and that we have saved 
previously. The menu will disappear, this might be the intended behaviour. 
Also, the tray icon will flash into the network disconnected icon, and then 
change to the rotating wait icon.
- While we are still in the process of connecting to the wireless network, and 
the tray icon is still the rotating wait icon, click on the tray icon again to 
display the menu.
- The menu will display our chosen network in bold, although we have not 
successfully connected yet. This might be the intended behaviour.
- After a few seconds, at the moment that the connection is complete, and the 
tray icon changes to the wireless network connected icon (with the signal 
bars), the menu disappears. This is the bug.

Expected behaviour: The network-manager tray menu should not disappear
when the connection is complete.

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

Title:
  network-manager tray menu disappears when connecting to a wireless
  network

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

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

[Bug 1771524] Re: Merge newer dovecot for Cosmic

2018-05-16 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  Merge newer dovecot for Cosmic

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

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

[Bug 1653456] Re: ASUS G752VS: Touchpad and Fn keys not working (Ubuntu 16.04.1/16.10/17.04)

2018-05-16 Thread Daniel
Hi everyone,

I also have an Asus ROG G752-VS with the same dead Elantech touchpad you have. 
But I got it to work, briefly:
The Anaconda setup of Fedora 28 Atomic Workstation 
(https://torrent.fedoraproject.org/torrents/Fedora-AtomicWorkstation-ostree-x86_64-28.torrent)
 fully activates the touchpad, even with multitouch and tap-to-click. 
Unfortunately, after installation and ensuing re-boot the touchpad is dead 
again. For some reason that same installer doesn‘t work in all the other Fedora 
versions. Just wanted to share that, maybe it helps...

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

Title:
  ASUS G752VS: Touchpad and Fn keys not working (Ubuntu
  16.04.1/16.10/17.04)

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

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

[Bug 1771522] Re: Liferea is outdated

2018-05-16 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  Liferea is outdated

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

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

[Bug 1725250] Re: Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

2018-05-16 Thread Dimitri John Ledkov
Timeline wise, my debugging below was performed before seeing comment
#19.

So, running $ pkcsconf -t, under gdb is not helpful, as the segfault is in the 
non-existant/non-loaded object.
Running same command like so:
 LD_DEBUG=all LD_BIND_NOT=1 pkcsconf -t

Reveals in the debug output that:
187548: file=libep11.so [0];  dynamically loaded by 
/usr/lib/s390x-linux-gnu/libpkcs11_ep11.so [0]
187548: find library=libep11.so [0]; searching
187548:  search cache=/etc/ld.so.cache

However, libep11.so does not exist on Ubuntu. I would call this
"dependency hell". It appears that libpkcs11_ep11.so requires
dependencies that are not declared by the package in the Ubuntu archive,
and which do not appear to be satisfiable from the Ubuntu archive. This
error path is not nice, so I guess libpkcs11_ep11.so does not handle
lack of libep11.so gracefully?

What is libep11.so and where is it supposed to come from? Since we do
not appear like we have it in the Ubuntu archive, I guess we should not
be shipping libpkcs11_ep11.so as it cannot be used at all =/ and causes
crashes. I wonder if it is my mistake for packaging libpkcs11_ep11.so in
the first place.

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1725250] Re: Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

2018-05-16 Thread Dimitri John Ledkov
Ah, and of course all the logging was in the journalctl!

May 16 12:27:02 s1lp14 pkcsconf[187270]: ep11_specific.c ep11tok_init: Error 
loading shared library 'libep11.so' [libep11.so: cannot open shared object 
file: No such file or directory]
May 16 12:27:02 s1lp14 kernel: User process fault: interruption code 0010 ilc:2 
in var.lib.opencryptoki.lite[3ffbb50+15000]
May 16 12:27:02 s1lp14 kernel: Failing address: 03ffbb488000 TEID: 
03ffbb488800
May 16 12:27:02 s1lp14 kernel: Fault in primary space mode while using user 
ASCE.
May 16 12:27:02 s1lp14 kernel: AS:000478a081c7 R3:0004d6dc4007 
S:0020 
May 16 12:27:02 s1lp14 kernel: CPU: 0 PID: 187270 Comm: pkcsconf Not tainted 
4.15.0-20-generic #21-Ubuntu
May 16 12:27:02 s1lp14 kernel: Hardware name: IBM 2964 N63 400 (LPAR)
May 16 12:27:02 s1lp14 kernel: User PSW : 2896ffe7 6a87c495
May 16 12:27:02 s1lp14 kernel:R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:1 
AS:0 CC:2 PM:0 RI:0 EA:3
May 16 12:27:02 s1lp14 kernel: User GPRS:  03ffbb4886c0 
02aa54515ad0 0001
May 16 12:27:02 s1lp14 kernel:03fff28fe6d8 09a9 
03ffbc614dbc 03fff28fead0
May 16 12:27:02 s1lp14 kernel:02aa3da82a28  
0002 03fff28fe538
May 16 12:27:02 s1lp14 kernel:03ffbca26000  
03ffbc60bcca 03fff28fe538
May 16 12:27:02 s1lp14 kernel: User Code: Bad PSW.
May 16 12:27:02 s1lp14 kernel: Last Breaking-Event-Address:
May 16 12:27:02 s1lp14 kernel:  [<03ffbc60bcc8>] 0x3ffbc60bcc8

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1744173] Re: rfi-flush: Switch to new linear fallback flush

2018-05-16 Thread Breno Leitão
Hi Juerg,

> When updating to 4.4.117 we reverted a bunch of SAUCE rfi-flush patches and 
> replaced them with the 
> upstream versions. Is there a possibility that your patches are no longer 
> required with those updates?

None of these patches seems to be integrated int 4.4.0-124. So, we will
need to backport them again. I will be working to get this done.

What about artful (kernel 4.13). Are the patches still applying?

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

Title:
  rfi-flush: Switch to new linear fallback flush

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1744173/+subscriptions

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

[Bug 1767264] Re: Window manager refresh rate is different from monitor refresh rate

2018-05-16 Thread Rachel
** This bug is no longer a duplicate of bug 1763892
   144Hz/120Hz monitor but Wayland sessions seem to cap rendering at 60FPS

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

Title:
  Window manager refresh rate is different from monitor refresh rate

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

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

[Bug 1771638] Re: error when reading any cgns file with paraview

2018-05-16 Thread YvesDelannoy
** Attachment added: "small cgns file containing only a grid"
   
https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1771638/+attachment/5140438/+files/grid_c.cgns

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

Title:
  error when reading any cgns file with paraview

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

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

[Bug 1771638] [NEW] error when reading any cgns file with paraview

2018-05-16 Thread YvesDelannoy
Public bug reported:

paraview starts normally and can visualize its internal sources
normally, as well as vtk files I had as examples.

However, loading cgns files fails with a "vtkIdType overflow" error in
vtkCGNSReader, reported in details in the attachement. It does not seem
to depend on the cgns file, since I tried with my home made output files
(checked by cgnscheck from package cgnstools) and with example files
(StaticMixer.cgns and tut21.cgns) loaded from the cgns website
(http://cgns.sourceforge.net/CGNSFiles.html), and even the cgns file
constructed by the example program "write_grid_unst" copied from the
cgns documentation
(http://cgns.github.io/CGNS_docs_current/user/started.html#sec:unstrgrid).
This file contains only a grid, and is provided as attachment.

The message suggests to recompile (paraview?) with 64bits integers, but
it seems that the problem is not there because the files I read are very
small. Furthermore, those files were readable with paraview5.4.1 loaded
from https://www.paraview.org/download/, but this package comes with a
lot of included dependancies that will supersede the system packages. I
had my file manager broken from a previous installation of that in
/usr/local.

Could the problem come only from an incorrect compilation of paraview in
the ubuntu package (say, something incompatible with other system
packages) ? or from lacking dependancies?

I am available for tests on my config, I can even recompile CGNS or
Paraview from source, trying several configurations...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: paraview 5.4.1+dfsg3-1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed May 16 18:26:44 2018
InstallationDate: Installed on 2017-09-20 (237 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
SourcePackage: paraview
UpgradeStatus: Upgraded to bionic on 2018-05-15 (1 days ago)

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


** Tags: amd64 apport-bug bionic wayland-session

** Attachment added: "error reported in the shell where paraview was launched, 
and also displayed in paraview"
   
https://bugs.launchpad.net/bugs/1771638/+attachment/5140434/+files/paraview-error.txt

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

Title:
  error when reading any cgns file with paraview

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

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

[Bug 1725250] Re: Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

2018-05-16 Thread Dimitri John Ledkov
Three bugs.

bug 1 - on Ubuntu, pkcsconf -t results in segfault in default
configuration, when executed without libep11.so installed. At least on
my s1lp14 I see that. This is not good.

bug 2 - with ep11 token removed from the opencryptoki config, slots 1 2
3 are recognized as ICA; instead of ICA/CCA/SW. And no segfaults.

Which is very weird, because I would have expected the slot 2 to be
empty for me, given that libcsulcca.so is not installed on my system,
and thus it should not have been loaded at all

bug 3 - even with extra deps from IBM, there are segfaults, e.g. run -m
-c 1 (based on the message above from 2018-05-16 12:13 EDT by Christian
Rund).

Some of the above may be duplicates.

Playing around with these things, it appears that whichever first token
that is loaded "wins" and the rest of tokens duplicated it. with the
following config:

version opencryptoki-3.1
slot 0
{
stdll = libpkcs11_tok.so
}
slot 1
{
stdll = libpkcs11_cca.so
}
slot 2
{
stdll = libpkcs11_cca.so
}
slot 3
{
stdll = libpkcs11_sw.so
}
slot 4
{
stdll = libpkcs11_ep11.so
confname = ep11tok.conf
}
slot 5
{
stdll = libpkcs11_ica.so
}

My output is:
sudo pkcsconf -t
Token #3 Info:
Label: IBM OS PKCS#11  
Manufacturer: IBM Corp.   
Model: IBM SoftTok 
Serial Number: 123 
Flags: 0x880045 
(RNG|LOGIN_REQUIRED|CLOCK_ON_TOKEN|USER_PIN_TO_BE_CHANGED|SO_PIN_TO_BE_CHANGED)
Sessions: 0/18446744073709551614
R/W Sessions: 18446744073709551615/18446744073709551614
PIN Length: 4-8
Public Memory: 0x/0x
Private Memory: 0x/0x
Hardware Version: 1.0
Firmware Version: 1.0
Time: 14:08:50
Token #5 Info:
Label: IBM OS PKCS#11  
Manufacturer: IBM Corp.   
Model: IBM SoftTok 
Serial Number: 123 
Flags: 0x880045 
(RNG|LOGIN_REQUIRED|CLOCK_ON_TOKEN|USER_PIN_TO_BE_CHANGED|SO_PIN_TO_BE_CHANGED)
Sessions: 0/18446744073709551614
R/W Sessions: 18446744073709551615/18446744073709551614
PIN Length: 4-8
Public Memory: 0x/0x
Private Memory: 0x/0x
Hardware Version: 1.0
Firmware Version: 1.0
Time: 14:08:50

Making "all tokens" to be SoftTok.

I'll debug stuff more, looks like initialisation of tokens is broken
/not-cleared/reset correctly or something =/

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1771633] [NEW] Error installing grub-efi-amd64-signed ubuntu 18

2018-05-16 Thread Albert Arias
Public bug reported:

Error installing grub-efi-amd64-signed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Wed May 16 12:02:07 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  Error installing grub-efi-amd64-signed ubuntu 18

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

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

[Bug 1763094] Re: Multiple memory corruption in ld-new (binuitils-2.30-15ubuntu1)

2018-05-16 Thread Matthias Klose
** Also affects: binutils (Ubuntu Bionic)
   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/1763094

Title:
  Multiple memory corruption in ld-new (binuitils-2.30-15ubuntu1)

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-16 Thread aeronutt
Same problem here. I can no longer log into 18.04. First password entry
fails, then on second entry, I get purple screen with working mouse
pointer. But hangs there. This has been an intermittent problem for me
over the past few weeks, but today seems to be 100%.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1768032] Re: shutter appindicator disappears in bionic, worked in artful

2018-05-16 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1765726 ***
https://bugs.launchpad.net/bugs/1765726

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: shutter (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/1768032

Title:
  shutter appindicator disappears in bionic, worked in artful

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

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

[Bug 1771466] Re: Super+D wrongly leaves windows minimized if a new window appears while in "hiding" state

2018-05-16 Thread jimav
Upstream bug is
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/282

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

Title:
  Super+D wrongly  leaves windows minimized if a new window appears
  while in "hiding" state

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

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

[Bug 1769657] Re: update toolchain packages for bionic

2018-05-16 Thread Matthias Klose
** Description changed:

  I'd like to update the toolchain packages in bionic, to state which we
  have in cosmic on May 07:
  
-  - binutils updates from the branch
-  - gcc-8, update to the final 8.1.0 release
-  - gcc-7, updates to the gcc-7-branch up to the time of the
-8.1.0 release.
-  - gcc-defaults to bump the 8.1 version, and add some provides
-  - build-essential to add cross packages for amd64 and i386
-  - corresponding gcc-cross packages
+  - LP: #1771635: binutils updates from the branch
+  - gcc-8, update to the final 8.1.0 release
+  - gcc-7, updates to the gcc-7-branch up to the time of the
+    8.1.0 release.
+  - gcc-defaults to bump the 8.1 version, and add some provides
+  - build-essential to add cross packages for amd64 and i386
+  - corresponding gcc-cross packages
  
  The package builds are prepared in
  https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa/+packages

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

Title:
  update toolchain packages for bionic

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

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

[Bug 1771635] [NEW] SRU: update binutils for bionic

2018-05-16 Thread Matthias Klose
Public bug reported:

This is the binutils part of LP: #1769657.

The update contains backports from the 2.30 branch.  GCC packages, and
GCC cross packages have been tebuilt using this version in cosmic. The
kernel has been rebuilt with -17 in cosmic.

Changes are:

  * Fix PR gprof/23056, memory corruption in gprof. LP: #1763098.
  * Fix PR binutils/23054, memory corruption in as. LP: #1763096.
  * Fix PR ld/23055, memory corruption in ld. LP: #1763094.
- Fix PR binutils/23109, disassembly mask for vector sdot on AArch64.
- Fix uninitialised memory acccess in COFF bfd backend.
- Update Portuguese translations.
- Fix PR ld/23123, PR ld/22374, PowerPC32 ifunc regression.
- AArch64: Fix the mask for the sqrdml(a|s)h instructions.
  * Fix unintialized memory in aarch64 opcodes, taken from the trunk.
- Fix PR ld 22782, x86: Remove the unused _GLOBAL_OFFSET_TABLE_.
- Update spanish and russian translations.

Packaging changes:

  * Add amd64, i386, x32 and riscv64 cross compilers as build (test)
dependencies.

Acceptance criteria:

 * The package builds and doesn't show any regression in the testsuite
and autopkg tests.

** Affects: binutils (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/1771635

Title:
  SRU: update binutils for bionic

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

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

[Bug 1771557] Re: NVMe boot drives not supported - failing in generating initramfs

2018-05-16 Thread Guilherme G. Piccoli
This solution was suggested by Szilard Cserey and further improved by
Dan Streetman - thanks both!

** Patch added: "lp1771557_v1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1771557/+attachment/5140444/+files/lp1771557_v1.debdiff

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

Title:
  NVMe boot drives not supported - failing in generating initramfs

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

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

[Bug 1771650] [NEW] openvpn startup script isn't working in ubuntu 18.04

2018-05-16 Thread Fanar Webb
Public bug reported:

Its very simple.

1- Install ubuntu 18.04.
2- Install Openvpn using apt.
3- Put your configuration at path /etc/openvpn, for example : 
/etc/openvpn/myconfig.conf.
4- start openvpn service! It won't start automatically.

Note : my config have a security weakness, but it still valid and works
perfect if I start it manually. For example : openvpn
/etc/openvpn/myconfig.conf - it works !


Thank you

** Affects: network-manager-openvpn (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/1771650

Title:
  openvpn startup script isn't working in ubuntu 18.04

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

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

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-05-16 Thread Eric Desrochers
** Changed in: resource-agents (Ubuntu)
 Assignee: (unassigned) => Eric Desrochers (slashd)

** Changed in: postgresql-common (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: postgresql-common (Ubuntu Xenial)
   Status: In Progress => Won't Fix

** Changed in: postgresql-common (Ubuntu Artful)
   Status: In Progress => Won't Fix

** Changed in: postgresql-common (Ubuntu Bionic)
   Status: In Progress => Won't Fix

** Changed in: resource-agents (Ubuntu)
   Importance: Undecided => Medium

** Changed in: resource-agents (Ubuntu)
   Status: New => In Progress

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

Title:
  configured stats_temp_directory does not get created after reboot

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

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

[Bug 1730411] Re: Multiple monitors wallpaper handled as only one big monitor.

2018-05-16 Thread Hans P Möller
lxde also uses openbox and you can put different wallpapers for each
monitor. When you change the wallpaper it only changes the one in which
you have done the right click with the mouse.

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

Title:
  Multiple monitors wallpaper handled as only one big monitor.

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

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

[Bug 1725250] Comment bridged from LTC Bugzilla

2018-05-16 Thread bugproxy
--- Comment From ebarre...@br.ibm.com 2018-05-16 13:14 EDT---
Hi Dimitri,

No, libep11 is not the problem and the message that you are seeing on
gdb is not the main reason.

This error message:
pkcsconf[187270]: ep11_specific.c ep11tok_init: Error loading shared library 
'libep11.so' [libep11.so: cannot open shared object file: No such file or 
directory]

This is a common error that opencryptoki throws everytime that you have
ep11 described on your /etc/opencryptoki/opencryptoki.conf. And throwing
this error message doesn't cause segfault or other issue, this is just
for logging so we know that you have ep11 in your conf file and that you
don't have support of it.

Again, you can remove ep11 from the opencryptoki.conf file, or if you
have a machine with the EP11 token and install the libep11 from IBM
website, you will see that the output of pkcsconf -t is still wrong, as
Christian pointed out.

To me, the problem is in the build process. Something is being done
incorrectly or maybe the specific flags that you use on Ubuntu are
affecting it somehow and making all the tokens to be recognized as ICA
token.

If you want to be sure about what I am talking about EP11, build the
project manually from source and install it, you will see the libep11
error message and you will see that everything still works.

I hope I was clear, if not please let me know.

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1771631] [NEW] missing build dependency stops fancy plugin from building

2018-05-16 Thread mhosken
Public bug reported:

As released to 18.10, claws-mail 3.16 fails to include the fancy plugin
(or is that claws-mail-extras, it's all the same source package). 3.16
has fixed the fancy rendering problem. All that needs to happen is that
it be built for ubuntu. The required build dependency is libwebkitgtk-
dev and probably libwebkitgtk-1.0-0 to go with it.

Now we can have html rendering back :)

** Affects: claws-mail (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/1771631

Title:
  missing build dependency stops fancy plugin from building

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/claws-mail/+bug/1771631/+subscriptions

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

[Bug 1769780] Re: lubuntu next does not have mime type for html set to falkon it looks for non existant qupzilla

2018-05-16 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

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

** Tags added: iso-testing

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

Title:
  lubuntu next does not have mime type for html set to falkon it looks
  for non existant qupzilla

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

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

[Bug 1771693] Re: clamares fails to install on a vm with gpt partition table and ext4

2018-05-16 Thread Walter Lapchynski
Can't replicate in VirtualBox at least.

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

Title:
  clamares fails to install on a vm with gpt partition table and ext4

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

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

[Bug 1771694] [NEW] grub installer fails uefi kvm vm with xfs filesystem

2018-05-16 Thread Lyn Perrine
Public bug reported:

To install use a kvm vm to install with xfs on Lubuntu bionic. Grub
fails to install at the end of the install.

 Description:   Ubuntu 18.04 LTS
Release:18.04
I expected grub to install and the installer not to crash.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Wed May 16 16:08:56 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic lubuntu ubiquity-18.04.14

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

Title:
  grub installer fails uefi kvm vm with xfs filesystem

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

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

[Bug 1771222] Re: Using sysctl to permanently disable IPv6 doesn't have any effect

2018-05-16 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel. Would it be possible for you to open an upstream bug
report[0]? That will allow the upstream Developers to examine the issue,
and may provide a quicker resolution to the bug.

Please follow the instructions on the wiki page[0]. The first step is to
email the appropriate mailing list. If no response is received, then a
bug may be opened on bugzilla.kernel.org.

Once this bug is reported upstream, please add the tag: 'kernel-bug-
reported-upstream'.

[0] https://wiki.ubuntu.com/Bugs/Upstream/kernel

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

Title:
  Using sysctl to permanently disable IPv6 doesn't have any effect

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

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

[Bug 1771664] Re: package unity-mail 1.7.5.1 failed to install/upgrade: installed unity-mail package post-installation script subprocess returned error exit status 127

2018-05-16 Thread Robert Tari
The gtk-update-icon-cache package should be installed on the system to
allow GTK applications to install properly.

** Changed in: unity-mail (Ubuntu)
   Status: New => Invalid

** Changed in: unity-mail (Ubuntu)
 Assignee: (unassigned) => Robert Tari (robert-tari)

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

Title:
  package unity-mail 1.7.5.1 failed to install/upgrade: installed unity-
  mail package post-installation script subprocess returned error exit
  status 127

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

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

[Bug 1624644] Re: By default settings unattended-upgrade does not automatically remove packages that become unused in conjunction with updating by other software

2018-05-16 Thread Brian Murray
Verified update-manager for artful.

** Attachment added: "bug-1624644-verification.png"
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1624644/+attachment/5140527/+files/bug-1624644-verification.png

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

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

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1758963] Re: Please don't ship empty directories in the source package

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:17.10.14

---
update-manager (1:17.10.14) artful; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 19:57:57 +0100

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

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

Title:
  Please don't ship empty directories in the source package

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

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

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:16.04.13

---
update-manager (1:16.04.13) xenial; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 20:10:49 +0100

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

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

Title:
  16.04 LTS Partition /boot fills up with Kernel images, gets underwear
  in a twist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1675079/+subscriptions

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

[Bug 1675079] Update Released

2018-05-16 Thread Brian Murray
The verification of the Stable Release Update for update-manager has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  16.04 LTS Partition /boot fills up with Kernel images, gets underwear
  in a twist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1675079/+subscriptions

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

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:17.10.14

---
update-manager (1:17.10.14) artful; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 19:57:57 +0100

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

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

Title:
  16.04 LTS Partition /boot fills up with Kernel images, gets underwear
  in a twist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1675079/+subscriptions

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

[Bug 1768541] Update Released

2018-05-16 Thread Brian Murray
The verification of the Stable Release Update for gnome-keyring has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  package libp11-kit-gnome-keyring 3.20.1-1ubuntu1 failed to
  install/upgrade: libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1
  (Multi-Arch: no) is not co-installable with libp11-kit-gnome-keyring
  which has multiple installed instances

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

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

[Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-05-16 Thread aeronutt
FYI, I (temporarily?) switched to SDDM, so far so good (although a bit
cumbersome as delivered). It also allows Wayland sessions.

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

Title:
  [regression] Password accepted but login fails (blank purple screen
  and mouse pointer only)

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

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

[Bug 1768541] Re: package libp11-kit-gnome-keyring 3.20.1-1ubuntu1 failed to install/upgrade: libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1 (Multi-Arch: no) is not co-installable with libp11-kit-gnom

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-keyring -
3.28.0.2-1ubuntu1.18.04.1

---
gnome-keyring (3.28.0.2-1ubuntu1.18.04.1) bionic; urgency=medium

  * debian/control{,.in}: Make the transitional packages be Arch any and MA
same, so upgrades work properly. (LP: #1768541)
  * Update Vcs-* for bionic.

 -- Iain Lane   Wed, 09 May 2018 20:19:29 +0100

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

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

Title:
  package libp11-kit-gnome-keyring 3.20.1-1ubuntu1 failed to
  install/upgrade: libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1
  (Multi-Arch: no) is not co-installable with libp11-kit-gnome-keyring
  which has multiple installed instances

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

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

[Bug 1771696] Re: Openbox Apps menu causes error in obamenu

2018-05-16 Thread Walter Lapchynski
Confirmed as well on Bionic. It does not occur with Artful. Xenial
doesn't even have the Applications menu item.

Note running `obamenu` from the terminal produces the following result:

Traceback (most recent call last):
  File "/usr/bin/obamenu", line 181, in 
process_dtfile(dtf,  category Dict)
  File "/usr/bin/obamenu", line 146, in process_dtfile
if eqi[1][-1] == ';':
IndexError: string index out of range

Speaking for the Lubuntu team, the only reason we have that OpenBox
session is because it comes with OpenBox.  We don't really support it.

** Project changed: lubuntu-artwork => openbox (Ubuntu)

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

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

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

Title:
  Openbox Apps menu causes error in obamenu

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

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

[Bug 1722469] Re: fasqtc is missing a dependency on perl/perl-modules

2018-05-16 Thread Bug Watch Updater
** Changed in: fastqc (Debian)
   Status: Unknown => Fix Released

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

Title:
  fasqtc is missing a dependency on perl/perl-modules

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

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

[Bug 1768756] Re: Libreoffice 6 does not start on Kubuntu 18.04 (clean install)

2018-05-16 Thread Tomáš Myšík
Yes. In my case, together with "libreoffice-l10n-cs" package.

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

Title:
  Libreoffice 6 does not start on Kubuntu 18.04 (clean install)

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

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

[Bug 1771619] [NEW] SRU: llvm-defaults: add unversioned symlinks

2018-05-16 Thread Matthias Klose
Public bug reported:

[Impact]

Users are not able to call clang-format, clang-* without a version
suffix, caused by missing symlinks for the binaries in the package (the
manual symlinks exist). See LP: #1769737.

[Test Case]

Call clang-format, command is not found.

[Regression Potential]

None, as afar as I can see.  The change already is in bionic-proposed.
The autopkg tests fail there because of unrelated updates (googletest),
they should succeed in bionic.

** Affects: llvm-defaults (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/1771619

Title:
  SRU: llvm-defaults: add unversioned symlinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1771619/+subscriptions

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

[Bug 1725250] Comment bridged from LTC Bugzilla

2018-05-16 Thread bugproxy
--- Comment From christian.r...@de.ibm.com 2018-05-16 12:13 EDT---
To help in narrowing down In a next step I installed the libraries for CCA 
(csulcca_6.0.9-11_s390x.deb) and EP11 (libep11_1.3.2-1_s390x.deb) which are 
distributed by IBM. The pacakge-provided /etc/opencryptoki/opencryptoki.conf 
file is providing the TPM token in slot 0, ICA Token as slot 1, CCA token as 
slot 2, Soft Token as slot 3, and EP11 token in slot 4.
After restarting the pkcsslotd.service 'pkcsconf -t' did finish without 
segmentation fault, RC=0, but still display all tokens as ICA tokens.
Next, I tried to display the mechanism list, but got segfault for all but slot 
4. Sample for slot 1:

# gdb /usr/sbin/pkcsconf
(gdb) run -m -c 1
Starting program: /usr/sbin/pkcsconf -m -c 1
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/s390x-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x03fffc9eb33e in ep11tok_get_mechanism_list (tokdata=, 
pMechanismList=pMechanismList@entry=0x0,
pulCount=pulCount@entry=0x3fff118) at ep11_specific.c:4732
4732ep11_specific.c: No such file or directory.
(gdb) bt
#0  0x03fffc9eb33e in ep11tok_get_mechanism_list (tokdata=, 
pMechanismList=pMechanismList@entry=0x0,
pulCount=pulCount@entry=0x3fff118) at ep11_specific.c:4732
#1  0x03fffc9de882 in SC_GetMechanismList (tokdata=, 
sid=sid@entry=1, pMechList=pMechList@entry=0x0,
count=count@entry=0x3fff118) at new_host.c:346
#2  0x03fffdb87634 in C_GetMechanismList (slotID=1, pMechanismList=0x0, 
pulCount=0x3fff118) at api_interface.c:1997
#3  0x02aa50b0 in print_mech_info (slot_id=) at 
pkcsconf.c:597
#4  0x02aa344a in display_mechanism_info (slot_id=) at 
pkcsconf.c:655
#5  main (argc=, argv=0x3fff438) at pkcsconf.c:224

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1761491] Re: [Comm] IBM JDK 8.0.5.11 integration into Ubuntu

2018-05-16 Thread Frank Heimes
Thx

** Changed in: ubuntu-z-systems
   Status: In Progress => Fix Released

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

Title:
  [Comm] IBM JDK 8.0.5.11 integration into Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1761491/+subscriptions

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

[Bug 1771623] [NEW] can not install on xps13 dell

2018-05-16 Thread John Mansfield
Public bug reported:

the xps 13 by dell was listed as the best laptop for linux.
why can i not install?
Can you send an explanation please, I feel screwed!!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Wed May 16 11:18:41 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  can not install on xps13 dell

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

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

[Bug 1771620] [NEW] Hang on network interface removal in Xen virtual machine

2018-05-16 Thread aegiap
Public bug reported:

On a hosting platform running Xen hypervisor, in a virtual machine with
Ubuntu 18.04 system and the default kernel from Ubuntu, I try to detach
a virtual network interface. On the Xen side, the virtual interface is
removed from the VM but the kernel still has the interface. Then a
couple of minutes afterwards, the kernel log show this kernel trace:

INFO: task xenwatch:108 blocked for more than 120 seconds.
  Tainted: GW4.15.0-20-generic #21-Ubuntu
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
xenwatchD0   108  2 0x8000
Call Trace:
 __schedule+0x297/0x8b0
 schedule+0x2c/0x80
 xennet_remove+0xda/0x1c0
 ? wait_woken+0x80/0x80
 xenbus_dev_remove+0x54/0xa0
 device_release_driver_internal+0x15b/0x220
 device_release_driver+0x12/0x20
 bus_remove_device+0xec/0x160
 ? xenbus_otherend_changed+0x110/0x110
 device_del+0x13d/0x360
 ? xenbus_otherend_changed+0x110/0x110
 ? xenbus_otherend_changed+0x110/0x110
 device_unregister+0x1a/0x60
 xenbus_dev_changed+0xa3/0x1e0
 ? xenwatch_thread+0xcc/0x160
 frontend_changed+0x21/0x50
 xenwatch_thread+0xc4/0x160
 ? wait_woken+0x80/0x80
 kthread+0x121/0x140
 ? find_watch+0x40/0x40
 ? kthread_create_worker_on_cpu+0x70/0x70
 ret_from_fork+0x35/0x40

In the git repository of Linux, the commit
c2d2e6738a209f0f9dffa2dc8e7292fc45360d61 (xen-netfront: Fix hang on
device removal)
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c2d2e6738a209f0f9dffa2dc8e7292fc45360d61
seems to be related to this situation.

I rebuilded the Ubuntu kernel from the package source and applied this
patch. Once the VM has booted with the new kernel, I was able to remove
network interface without hangs from the kernel.

I also booted the VM with the Ubuntu kernel 4.13.0-42-generic and was
able to remove the network interface with success.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-20-generic 4.15.0-20.21
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Wed May 16 16:36:06 2018
ProcEnviron:
 TERM=rxvt-unicode
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Hang on network interface removal in Xen virtual machine

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

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

[Bug 1771622] [NEW] /usr/bin/python3.6:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_newv:pygobject_constructv

2018-05-16 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
python3.6.  This problem was most recently seen with package version 3.6.5-3, 
the problem page at 
https://errors.ubuntu.com/problem/e71c9843be17aa84ba01fa082527a5208c23a72e 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: python3.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: artful bionic kylin-18.04

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

Title:
  
/usr/bin/python3.6:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_newv:pygobject_constructv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.6/+bug/1771622/+subscriptions

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

[Bug 1771545] Re: root.key might be missing

2018-05-16 Thread Hans Joachim Desserud
** Tags added: bionic

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

Title:
  root.key might be missing

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

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

[Bug 1771625] [NEW] network-manager tray menu disappears when connecting to a wireless network

2018-05-16 Thread William Poetra Yoga
Public bug reported:

I'm using Linux Mint 18.3 on amd64 which is based on Ubuntu 16.04. I'm
reporting this bug here because it is related to the network-manager
tray icon, which I think is from nm-applet in the package network-
manager-gnome, which on my laptop is version 1.2.6-0ubuntu0.16.04.4,
which means that it is not modified from the Ubuntu version.

Package version: network-manager-gnome 1.2.6-0ubuntu0.16.04.4

What I expected to happen: The network-manager tray menu should update its 
contents when the machine connects to a wifi network.
What happened instead: The network-manager tray menu disappears when the 
machine connects to a wifi network.

Note: What I mean by the "network-manager tray menu" is the menu that
appears when the network-manager tray icon is clicked, which shows wired
and wireless connections, which connection(s) are active, and so on.
Sorry if this is not the right name for that menu.

** Affects: network-manager-applet (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/1771625

Title:
  network-manager tray menu disappears when connecting to a wireless
  network

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

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

[Bug 1771177] Re: support preseeding snaps in 16.04

2018-05-16 Thread Brian Murray
** Also affects: livecd-rootfs (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: livecd-rootfs (Ubuntu Xenial)
   Status: New => In Progress

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

Title:
  support preseeding snaps in 16.04

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

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

[Bug 1769420] Re: Odd lxqt-config-file-associations for .jpg and .pdf

2018-05-16 Thread Scott Cowles Jacobs
Well, even though there will be no "Lubuntu Next" ongoing, as you point
out, the ongoing Lubuntu will be fully LXQt.

Unless you plan to use completely different [LX]Qt apps in Lubuntu than were 
used in Lubuntu Next, or completely re-write them, then it must be assumed that 
the same apps will be used in L as in LN (different versions, possibly, as 
things are improved/repaired).
Thus, if bugs are not reported and fixed in the LN apps, then they will still 
be present in L.
Therefore, it seems completely relevant to me that we report and fix bugs in LN 
apps, even if there will be no LN in which to include them.

I can see that there might be a problem as to WHERE to report them...
Reporting them under Lubuntu Next could be seen as irrelevant (as you appear to 
do),
as there will be no more Lubuntu Next.
But likewise, reporting them under Lubuntu may also be considered irrelevant, 
as they are not USED in Lubuntu (currently).
[for instance, reporting a bug for qpdfview under Lubuntu might cause some 
scratching of heads, and might well elicit a comment that "Lubuntu doesn't USE 
qpdfview - we use Evince (or whatever .pdf viewer Lubuntu was using)"]

Knowing now (?) the schedule for Lubuntu's switchover from LXDE to LXQt,
is there any official advice as to where to file bugs for apps that WERE
for Lubuntu Next, but WILL BE for Lubuntu?

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

Title:
  Odd lxqt-config-file-associations for .jpg and .pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1769420/+subscriptions

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

[Bug 1771624] [NEW] SRU: python3-pip: Add missing dependency on python3-distutils and update wheels

2018-05-16 Thread Matthias Klose
Public bug reported:

[Impact]

python3-pip is missing a dependency on the split-out package
python3-distutils, causing an ImportError when calling pip3.


[Test Case]

Call pip3 and see the ImportError (without having python3-distutils
installed).

[Regression Potential]

python3-pip wasn't updated for a long time, and the bundled wheels are
out of date, and new dependencies need to be added, other need to get
updates. This looks fine so far, as no new reports show up for the
package in Debian sid and Ubuntu cosmic.

** Affects: python-pip (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/1771624

Title:
  SRU: python3-pip: Add missing dependency on python3-distutils and
  update wheels

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

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

[Bug 1771625] Re: network-manager tray menu disappears when connecting to a wireless network

2018-05-16 Thread William Poetra Yoga
This is what I mean by "network-manager tray menu".

** Attachment added: "bug-report-network-manager-tray-menu.png"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1771625/+attachment/5140394/+files/bug-report-network-manager-tray-menu.png

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

Title:
  network-manager tray menu disappears when connecting to a wireless
  network

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

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

[Bug 1771283] Re: iperf2 long time run on 40Gb/s NIC crashes

2018-05-16 Thread Manoj Iyer
Is your packet size bigger than the MTU size? Could you use jumbo and
see if you still see this issue?

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

Title:
  iperf2 long time run on 40Gb/s NIC crashes

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

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

[Bug 1764459] Re: Ubuntu 18.04 suddenly fails to boot to login screen

2018-05-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  Ubuntu 18.04 suddenly fails to boot to login screen

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

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

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-05-16 Thread Eric Desrochers
** Also affects: resource-agents (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/1749283

Title:
  configured stats_temp_directory does not get created after reboot

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

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

[Bug 1771626] [NEW] After a security update (red) the taskbar icon continually displays "updates available" (blue) when they are none.

2018-05-16 Thread Gordon Lack
Public bug reported:

There have been two sets of updates in the last week that are security ones, so 
the taskbar icon has a red dot.
After clicking on this and installing the updates Discover reports there are 
none. However, the taskbar icon continues to say that there are updates (now 
with a blue dot).

But both the Discover GU and apt-get update/apt-get upgrade say there
are none.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: plasma-discover 5.12.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: KDE
Date: Wed May 16 17:42:54 2018
InstallationDate: Installed on 2018-05-09 (6 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: plasma-discover
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-discover (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  After a security update (red) the taskbar icon continually displays
  "updates available" (blue) when they are none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1771626/+subscriptions

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

[Bug 1725250] Re: Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

2018-05-16 Thread Dimitri John Ledkov
(where comment #19 is launchpad bug number sequence, meaning comment
from Christian.Rund @ 2018-05-16 11:43 EDT)

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

Title:
  Ubuntu 17.10 - opencryptoki 3.7.0 segmentation fault on pkcsconf -t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1725250/+subscriptions

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

[Bug 1771467] Re: Reboot/shutdown kernel panic on HP DL360 Gen9 w/ bionic 4.15.0

2018-05-16 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17-rc5

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

** Tags added: kernel-da-key

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

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

Title:
  Reboot/shutdown kernel panic on HP DL360 Gen9 w/ bionic 4.15.0

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

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

[Bug 1771480] Re: WARNING: CPU: 28 PID: 34085 at /build/linux-90Gc2C/linux-3.13.0/net/core/dev.c:1433 dev_disable_lro+0x87/0x90()

2018-05-16 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  WARNING: CPU: 28 PID: 34085 at /build/linux-
  90Gc2C/linux-3.13.0/net/core/dev.c:1433 dev_disable_lro+0x87/0x90()

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

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

[Bug 996916] Re: postgresql packages in the removal blacklist making it hard to upgrade

2018-05-16 Thread Ivan
** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) => Ivan (cookfxx)

** Changed in: update-manager (Ubuntu)
   Status: Invalid => 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/996916

Title:
  postgresql packages in the removal blacklist making it hard to upgrade

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

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

[Bug 1771689] Re: initramfs resets usb 3 bus while booting from usb 3 drive

2018-05-16 Thread Damion Milne
Here is some more-detailed description of my USB 3.0 adapter:
$ sudo lspci -nn | fgrep -i 'usb 3'
02:00.0 USB controller [0c03]: Texas Instruments TUSB73x0 SuperSpeed USB 3.0 
xHCI Host Controller [104c:8241] (rev 02)

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

Title:
  initramfs resets usb 3 bus while booting from usb 3 drive

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

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

Re: [Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2018-05-16 Thread Mathieu Trudel-Lapierre
I've been doing more testing on this, after finding a system with a
10GE NIC that seems affected. With 2.02~beta2-36ubuntu3.17 it's
unhappy, but with 2.02~beta2-36ubuntu3.18 it looks like things are
working just fine.

For now, I'm putting this back to verification-needed until I can
finish the testing to be sure.


** Tags removed: verification-failed-xenial
** Tags added: verification-needed-xenial

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

Title:
  UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit
  SFI/SFP+

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

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

[Bug 1769420] Re: Odd lxqt-config-file-associations for .jpg and .pdf

2018-05-16 Thread Alf Gaida
To put it straight: A "cross upgrade" from LXDE to LXQt is not
recommended (with my upstream and debian hat on) - the result will be a
nice "Franken-LXQt". Please keep in mind that both LXDE and LXQt are
working with alternative in the packaging - so misc applications can
fulfill several dependencies and recommends - and the LXDE alternatives
differ from the LXQt ones. So the result will be somewhat described well
by Mary Shelby :)

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

Title:
  Odd lxqt-config-file-associations for .jpg and .pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1769420/+subscriptions

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

[Bug 1767380] Re: upgrading from 16 to 18

2018-05-16 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (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/1767380

Title:
  upgrading from 16 to 18

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

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

[Bug 1756191] Re: Thumbnail sidebar shows error icons in place of some images.

2018-05-16 Thread miguel lopes
to install (trumbler-plugins-extra) and that solves the problem

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

Title:
  Thumbnail sidebar shows error icons in place of some images.

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

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

[Bug 1771679] Re: Kernel panic on boot (m1.small in cn-north-1)

2018-05-16 Thread Kamal Mostafa
Some more data points:

An m1.small instance running a Xenial AMI (with linux-aws-xenial) works
fine in cn-north-1.

An m1.small instance running the same kernel works fine in us-west-2.

The Xen hypervisor version for m1.small in cn-north-1 differs from us-west-2:
us-west-2:
[0.00] SMBIOS 2.7 present.
[0.00] DMI: Xen HVM domU, BIOS 4.2.amazon 08/24/2006
[0.00] Hypervisor detected: Xen HVM
[0.00] Xen version 4.2.
cn-north-1:
[0.00] SMBIOS 2.4 present.
[0.00] DMI: Xen HVM domU, BIOS 3.4.3.amazon 11/11/2016
[0.00] Hypervisor detected: Xen
[0.00] Xen version 3.4.



** Changed in: linux-aws (Ubuntu Bionic)
 Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

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

Title:
  Kernel panic on boot (m1.small in cn-north-1)

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

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

[Bug 1771693] [NEW] clamares fails to install on a vm with gpt partition table and ext4

2018-05-16 Thread Lyn Perrine
Public bug reported:

To reproduce run the latest lubuntu cosmic install. Then select manual 
partitioning and select manual partitioning. Then create a gpt partition table 
and select ext4 for the partition type as /. Then select install and it will 
continue installing until this error message. 
Boost.Python error in job "packages".

Command 'apt-get -q -y install linux-generic' returned non-zero exit status 100.
Traceback:
  File "/usr/lib/calamares/modules/packages/main.py", line 456, in run
run_operations(pkgman, entry)

  File "/usr/lib/calamares/modules/packages/main.py", line 372, in 
run_operations
pkgman.install(entry[key])

  File "/usr/lib/calamares/modules/packages/main.py", line 225, in install
check_target_env_call(["apt-get", "-q", "-y", "install"] + pkgs)

  File "", line 2, in 

Description:Ubuntu Cosmic Cuttlefish (development branch)
Release:18.10
calamares:
  Installed: 3.1.12-1
  Candidate: 3.1.12-1
  Version table:
 *** 3.1.12-1 500
500 http://archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: calamares 3.1.12-1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: LXQt
Date: Wed May 16 18:33:27 2018
LiveMediaBuild: Lubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180513)
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

** Attachment added: "Calamares.log"
   
https://bugs.launchpad.net/bugs/1771693/+attachment/5140512/+files/Calamares.log

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

Title:
  clamares fails to install on a vm with gpt partition table and ext4

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

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

[Bug 1771693] Re: clamares fails to install on a vm with gpt partition table and ext4

2018-05-16 Thread Lyn Perrine
** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1771693/+attachment/5140516/+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/1771693

Title:
  clamares fails to install on a vm with gpt partition table and ext4

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

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

[Bug 1726802] Re: battery charging not showing if plugged in during boot

2018-05-16 Thread Aniruddha Sarkar
That problem has been resolved and was occuring due to battery
optimisation techniques and is not a bug (i guess).

** Changed in: indicator-power (Ubuntu)
   Status: Expired => Invalid

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

Title:
  battery charging not showing if plugged in during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1726802/+subscriptions

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

[Bug 1771693] Re: clamares fails to install on a vm with gpt partition table and ext4

2018-05-16 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

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

** Tags added: iso-testing

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

Title:
  clamares fails to install on a vm with gpt partition table and ext4

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

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

[Bug 1771427] Re: new version 1.0.24 not depending on vte released

2018-05-16 Thread Jeremy Bicha
The packaging for genius comes directly from Debian. Would you be
interested in reporting this bug to Debian?

https://wiki.ubuntu.com/Debian/Bugs

If you do, please let us know the bug number here.

** Changed in: genius (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: genius (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/1771427

Title:
  new version 1.0.24 not depending on vte released

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

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

[Bug 1740804] Re: Remove old vte package from Ubuntu

2018-05-16 Thread Jeremy Bicha
** No longer affects: genius (Ubuntu)

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

Title:
  Remove old vte package from Ubuntu

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

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

[Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2018-05-16 Thread Brian Murray
Setting to v-done for artful since I did the verification for bug
1624644.

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

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

Title:
  16.04 LTS Partition /boot fills up with Kernel images, gets underwear
  in a twist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1675079/+subscriptions

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

[Bug 1771696] [NEW] Openbox Apps menu causes error in obamenu

2018-05-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Fresh install of Lubuntu daily 2018-05-16 in VirtualBox.

Steps:
Started Openbox session.
Right clicked desktop and hovering over Applications submenu causes error: 
Invalid output from pipe-menu "/usr/bin/obamenu"

Screenshot attached.

** Affects: openbox (Ubuntu)
 Importance: Medium
 Status: Triaged

-- 
Openbox Apps menu causes error in obamenu
https://bugs.launchpad.net/bugs/1771696
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1758963] Update Released

2018-05-16 Thread Brian Murray
The verification of the Stable Release Update for update-manager has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Please don't ship empty directories in the source package

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

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

[Bug 1770784] Re: ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp4g4:ubuntu1604:P8 compat: guest crashes in apparmor_file_alloc_security()

2018-05-16 Thread bugproxy
** Tags added: bugnameltc-167748 severity-medium

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

Title:
  ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp4g4:ubuntu1604:P8 compat: guest
  crashes in apparmor_file_alloc_security()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1770784/+subscriptions

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

[Bug 1771699] [NEW] /usr/bin/python2.7:11:PyEval_EvalFrameEx:fast_function:call_function:PyEval_EvalFrameEx:fast_function

2018-05-16 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
python2.7.  This problem was most recently seen with package version 
2.7.15~rc1-1, the problem page at 
https://errors.ubuntu.com/problem/78a0284e5690357b20d12b3ccbf616e100f5a01f 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: artful bionic kylin-14.10 kylin-15.04 kylin-17.10 kylin-18.04 quantal 
saucy trusty utopic vivid wily xenial yakkety zesty

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

Title:
  
/usr/bin/python2.7:11:PyEval_EvalFrameEx:fast_function:call_function:PyEval_EvalFrameEx:fast_function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1771699/+subscriptions

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

[Bug 1771701] [NEW] /usr/bin/gzserver-7.0.0:11:gazebo::physics::HeightmapShape::FillMsg:gazebo::physics::HeightmapShape::OnRequest:boost::function1:gazebo::transport::CallbackHelperT:gazebo::transport

2018-05-16 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gazebo.  This problem was most recently seen with package version 7.0.0+dfsg-2, 
the problem page at 
https://errors.ubuntu.com/problem/6c3c720b2017455154ee9d50c40badf417ef8d71 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: xenial

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

Title:
  
/usr/bin/gzserver-7.0.0:11:gazebo::physics::HeightmapShape::FillMsg:gazebo::physics::HeightmapShape::OnRequest:boost::function1:gazebo::transport::CallbackHelperT:gazebo::transport::Node::ProcessIncoming

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

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

[Bug 1758963] Re: Please don't ship empty directories in the source package

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:16.04.13

---
update-manager (1:16.04.13) xenial; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 20:10:49 +0100

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

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

Title:
  Please don't ship empty directories in the source package

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

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

[Bug 1771702] [NEW] /usr/lib/vino/vino-server:11:gnutls_record_send:WriteExactOverTLS:WriteExact:rfbSendServerCutText:vino_server_clipboard_cb

2018-05-16 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
vino.  This problem was most recently seen with package version 
3.22.0-3ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/e241b9f33e338fd2a7cbf1ff153a3ca96195c611 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic vivid wily xenial yakkety zesty

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

Title:
  /usr/lib/vino/vino-
  
server:11:gnutls_record_send:WriteExactOverTLS:WriteExact:rfbSendServerCutText:vino_server_clipboard_cb

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

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

[Bug 1771703] [NEW] /usr/bin/bluefish:11:g_type_check_instance_is_fundamentally_a:g_object_unref:dirmenu_idle_cleanup_lcb:g_main_dispatch:g_main_context_dispatch

2018-05-16 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluefish.  This problem was most recently seen with package version 2.2.10-1, 
the problem page at 
https://errors.ubuntu.com/problem/deb51d888780fd4048979b4c7055e8d52d8750c0 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic kylin-14.10 utopic vivid wily xenial yakkety zesty

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

Title:
  
/usr/bin/bluefish:11:g_type_check_instance_is_fundamentally_a:g_object_unref:dirmenu_idle_cleanup_lcb:g_main_dispatch:g_main_context_dispatch

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

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

[Bug 1624644] Re: By default settings unattended-upgrade does not automatically remove packages that become unused in conjunction with updating by other software

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:17.10.14

---
update-manager (1:17.10.14) artful; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 19:57:57 +0100

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

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

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1624644] Re: By default settings unattended-upgrade does not automatically remove packages that become unused in conjunction with updating by other software

2018-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:16.04.13

---
update-manager (1:16.04.13) xenial; urgency=medium

  * Offer removal of unused autoremovable kernel packages
(LP: #1624644, #1675079)
  * Support package removals in install backends and really remove packages
(LP: #1624644, #1675079)
  * Keep PEP 8 checks happy
  * Place .keep files in empty directories to keep them when converting the
repo to git (LP: #1758963)

 -- Balint Reczey   Sun, 25 Mar 2018 20:10:49 +0100

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

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

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1624644] Update Released

2018-05-16 Thread Brian Murray
The verification of the Stable Release Update for update-manager has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1771502] Re: package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade: package libapparmor1:amd64 is already installed and configured

2018-05-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1771501 ***
https://bugs.launchpad.net/bugs/1771501

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1771501
   package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade: package 
libapparmor1:amd64 is already installed and configured

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

Title:
  package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade:
  package libapparmor1:amd64 is already installed and configured

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

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

[Bug 1771502] [NEW] package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade: package libapparmor1:amd64 is already installed and configured

2018-05-16 Thread Rachel Turkal
*** This bug is a duplicate of bug 1771501 ***
https://bugs.launchpad.net/bugs/1771501

Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libapparmor1:amd64 2.12-4ubuntu5
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptdaemonVersion: 1.1.1+bzr982-0ubuntu19
Architecture: amd64
Date: Tue May 15 22:12:41 2018
Dependencies:
 gcc-8-base 8-20180414-1ubuntu2
 libc6 2.27-3ubuntu1
 libgcc1 1:8-20180414-1ubuntu2
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
DuplicateSignature:
 package:libapparmor1:amd64:2.12-4ubuntu5
 Unpacking mawk (1.3.3-17ubuntu3) over (1.3.3-17ubuntu2) ...
 dpkg: error processing package libapparmor1:amd64 (--configure):
  package libapparmor1:amd64 is already installed and configured
ErrorMessage: package libapparmor1:amd64 is already installed and configured
InstallationDate: Installed on 2016-10-29 (563 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=7a0d2ab0-335f-4dce-89ba-6dbcb74afe85 ro quiet splash vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: apparmor
Syslog:
 May 15 21:56:35 awesome-sauce dbus[934]: [system] AppArmor D-Bus mediation is 
enabled
 May 15 22:43:10 awesome-sauce dbus-daemon[935]: [system] AppArmor D-Bus 
mediation is enabled
 May 15 22:43:10 awesome-sauce dbus-daemon[1306]: [session uid=126 pid=1306] 
AppArmor D-Bus mediation is enabled
 May 15 22:43:26 awesome-sauce dbus-daemon[2163]: [session uid=1001 pid=2163] 
AppArmor D-Bus mediation is enabled
Title: package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade: 
package libapparmor1:amd64 is already installed and configured
UpgradeStatus: Upgraded to bionic on 2018-05-16 (0 days ago)

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


** Tags: already-installed amd64 apport-package bionic

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

Title:
  package libapparmor1:amd64 2.12-4ubuntu5 failed to install/upgrade:
  package libapparmor1:amd64 is already installed and configured

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

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

[Bug 1771528] [NEW] Icons of Qt-based apps does not appear in notification area

2018-05-16 Thread Pavel
Public bug reported:

Since upgrade from 17.10 to 18.04 icons of qt-based apps like Telegram,
VLC (Qt5), GoldenDict (Qt4) not appears in notification area applet.
Reset panel settings doesn't help. In 17.10 these icons appeared.

$ lsb_release -rd
Description:Ubuntu 18.04 LTS
Release:18.04

$ apt-cache policy mate-panel 
mate-panel:
  Установлен: 1.20.1-3ubuntu1
  Кандидат:   1.20.1-3ubuntu1
  Таблица версий:
 *** 1.20.1-3ubuntu1 500
500 http://mirror.yandex.ru/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: mate-panel 1.20.1-3ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-41.46-generic 4.13.16
Uname: Linux 4.13.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: MATE
Date: Wed May 16 13:32:48 2018
InstallationDate: Installed on 2017-06-05 (344 days ago)
InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: mate-panel
UpgradeStatus: Upgraded to bionic on 2018-05-15 (1 days ago)

** Affects: mate-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic third-party-packages

** Summary changed:

- No icons of Qt-based apps in notification area applet
+ Icons of Qt-based apps does not appear in notification area

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

Title:
  Icons of Qt-based apps does not appear in notification area

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

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

Re: [Bug 1771080] Re: gpsd should start after chrony if they are being used together

2018-05-16 Thread Mark Shuttleworth
I have an odd behaviour in that gpsd starts on one machine but not on
the other. I think this is just me being new to systemd, please let's
close this bug as invalid until I have a deeper root cause. Thanks for
the help!

 status invalid

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

Title:
  gpsd should start after chrony if they are being used together

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

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

[Bug 1729984] Re: /usr/lib/android-sdk/platform-tools/adb:*** Error in `adb': free(): invalid next size (fast): ADDR ***

2018-05-16 Thread Steve Childs
Another 'Me Too' here on 17.10. Are there any workarounds for this?

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

Title:
  /usr/lib/android-sdk/platform-tools/adb:*** Error in `adb': free():
  invalid next size (fast): ADDR ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1729984/+subscriptions

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

[Bug 1769808] Re: System installed nvidia driver turned to black screen after upgrading

2018-05-16 Thread Zhenqing Hu
UPDATE: Following information may provide help
This issue occurred on my laptop which has two video cards, one is independent 
nvidia GPU and the other is integrated Intel one. I think this might cause the 
problem because on my other laptop only has one nvidia GPU, no such kind of 
issue occurred (Although on that laptop, the nvidia driver is not at the 
version of 390).

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

Title:
  System installed nvidia driver turned to black screen after upgrading

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

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

[Bug 1769977] Re: jackd2 don't install in fresh installation of Ubuntu 18.04 LTS

2018-05-16 Thread Esteban
Ok.. My mistake... It's happened because isn't a fresh install.. jackd
install fail after add kxstudio repository. Where is the matter.

Thanks and sorry for the noise! :)

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

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

Title:
  jackd2 don't install in fresh installation of Ubuntu 18.04 LTS

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

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

[Bug 1771394] Re: gvfsd-mtp hoovers up all memory

2018-05-16 Thread Steve Childs
I just experienced this too. If you don't need them, remove the adb
files from ubuntu, if you're passing the USB device onto the guest OS,
you don't need them anyway.

FYI, I followed an install guide online, so just reversed the install
line, e.g.

sudo apt-get remove android-tools-adb android-tools-fastboot

Sorry if its teaching you to suck eggs, I've just included it for others
if they stumble over the same issue.

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

Title:
  gvfsd-mtp hoovers up all memory

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

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

[Bug 1766825] Re: Bluetooth issues with Dell XPS 13 (9370)

2018-05-16 Thread Sven Killig
Would be nice if someone from Qualcomm could have a look at it; just now
an update of the linux-firmware Ubuntu package overwrote my fix again.

And I'm not sure if I got the right ramps_0x0302_48.dfu
The Windows driver has these:
sonic@sonic-XPS-13-9370:/opt/Bluetooth_driver$ md5sum ramps*302*
067fb95e8501bad2683df07d23539e7d  ramps_0x0302_48.dfu
1028210a03cb116e8c482eb9cd263d39  ramps_0x0302_48_NFA354A_10db.dfu
4b8012ca0a04e8061da510d3a5186852  ramps_TF_0x0302_48.dfu
4b8012ca0a04e8061da510d3a5186852  ramps_TF_0x0302_48_NFA435_10dbm.dfu
No idea what all these pre- and suffixes mean...

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

Title:
  Bluetooth issues with Dell XPS 13 (9370)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1766825/+subscriptions

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

[Bug 1449671] Re: manpage for simple scan assumes there is an application menu

2018-05-16 Thread Rolf Leggewie
** Changed in: simple-scan (Ubuntu)
   Importance: Medium => Low

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

Title:
  manpage for simple scan assumes there is an application menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1449671/+subscriptions

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

<    1   2   3   4   5   6   >