[Bug 1712534] Re: qemu-debootstrap second stage hangs indefinitely

2017-08-29 Thread Juerg Haefliger
More test results:

1) Copying qemu-s390x-static from artful into  a debian chroot -> chroot works 
fine.
2) Copying qemu-s390x-static from artful into an artful chroot -> chroot hangs 
(default case).
3) Copying qemu-s390x-static from xenial into an artful chroot -> chroot aborts 
(core dumped).

Since this works with a debian chroot, it looks like qemu is not the
problem here.

Also ,entering the artful chroot like the following also works:
  $ chroot artful-s390x /bin/static-sh

Static-sh is using static busybox. But as soon as I enter a different
command the chroot hangs again. Looks like a libc issue now.

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

Title:
  qemu-debootstrap second stage hangs indefinitely

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

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


[Bug 1712534] Re: qemu-debootstrap second stage hangs indefinitely

2017-08-29 Thread Juerg Haefliger
Attached gdb to the hanging qemu-s390x-static process:

(gdb) info threads
  Id   Target Id Frame 
* 1Thread 0x63a43900 (LWP 8276) "bash" __lll_lock_wait () at 
../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  2Thread 0x7fe82c80f700 (LWP 8277) "bash" 0x6017fd09 in syscall ()

(gdb) bt
#0  __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1  0x60111c0d in __pthread_mutex_lock (mutex=mutex@entry=0x604eff00 
) at ../nptl/pthread_mutex_lock.c:80
#2  0x600c46da in qemu_mutex_lock (mutex=mutex@entry=0x604eff00 
) at ./util/qemu-thread-posix.c:65
#3  0x60032ce3 in tb_lock () at ./accel/tcg/translate-all.c:170
#4  cpu_restore_state (cpu=cpu@entry=0x63a59060, 
retaddr=retaddr@entry=1611863860) at ./accel/tcg/translate-all.c:353
#5  0x60031078 in handle_cpu_signal (old_set=0x7ffeb1cdef68, 
is_write=, address=, pc=1611863858) at 
./user-exec.c:124
#6  cpu_s390x_signal_handler (host_signum=, 
pinfo=pinfo@entry=0x7ffeb1cdef70, puc=0x7ffeb1cdee40) at ./user-exec.c:229
#7  0x6004d341 in host_signal_handler (host_signum=11, 
info=0x7ffeb1cdef70, puc=0x7ffeb1cdee40) at ./linux-user/signal.c:646
#8  
#9  0x60131732 in abort ()
#10 0x60058cdd in op_risbg (s=, o=0x7ffeb1cdf690) at 
./target/s390x/translate.c:3390
#11 0x60062bf9 in translate_one (env=, s=0x7ffeb1cdf6c0) 
at ./target/s390x/translate.c:5750
#12 gen_intermediate_code (cs=cs@entry=0x63a59060, tb=tb@entry=0x6050fa40 
) at ./target/s390x/translate.c:5851
#13 0x60032f1f in tb_gen_code (cpu=cpu@entry=0x63a59060, 
pc=pc@entry=274886346830, cs_base=cs_base@entry=0, flags=flags@entry=3, 
cflags=, 
cflags@entry=0) at ./accel/tcg/translate-all.c:1283
#14 0x60031f79 in tb_find (tb_exit=0, last_tb=0x0, cpu=0x0) at 
./accel/tcg/cpu-exec.c:367
#15 cpu_exec (cpu=cpu@entry=0x63a59060) at ./accel/tcg/cpu-exec.c:675
#16 0x60034470 in cpu_loop (env=env@entry=0x63a612f0) at 
./linux-user/main.c:3236
#17 0x6000145b in main (argc=, argv=0x7ffeb1ce00b8, 
envp=) at ./linux-user/main.c:4862

(gdb) frame 1
#1  0x60111c0d in __pthread_mutex_lock (mutex=mutex@entry=0x604eff00 
) at ../nptl/pthread_mutex_lock.c:80
80  ../nptl/pthread_mutex_lock.c: No such file or directory.

(gdb) print mutex.__data
$3 = {__lock = 2, __count = 0, __owner = 8276, __nusers = 1, __kind = 0, 
__spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}

Hmm, thread 1 is waiting on a lock that is owned by ... thread 1. Not
good.

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

Title:
  qemu-debootstrap second stage hangs indefinitely

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

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


[Bug 1703798] Re: [SRU] 2.27.5

2017-08-29 Thread Michael Vogt
** Summary changed:

- [SRU] 2.27.4
+ [SRU] 2.27.5

** Description changed:

  This is a new version of snapd.
  
- The changelog for 2.27.4 is available here
- 
https://github.com/snapcore/snapd/blob/2.27.4/packaging/ubuntu-16.04/changelog,
+ The changelog for 2.27.5 is available here
+ 
https://github.com/snapcore/snapd/blob/2.27.5/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
- https://github.com/snapcore/snapd/commits/2.27.4 (note that the debian
+ https://github.com/snapcore/snapd/commits/2.27.5 (note that the debian
  changelog is auto-generated from the merges of the git commits so there
  is usually no need to look at the raw git commits).
  
- The snappy team released a new 2.27.4 release that we want SRU into
+ The snappy team released a new 2.27.5 release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and unit
  tests.

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

Title:
  [SRU] 2.27.5

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

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


[Bug 1095498] Re: Printing PDFs with images is hideously slow on HP LaserJet 3030 MFP

2017-08-29 Thread crs
Hi! Ubuntu 14.04 LTS, HP Laserjet P2055DN.
I installed HP drivers, recommended settings.
Images are getting printed very slow (minutes pass since the print command is 
sent until the actual printing starts).

I opened system-config-printer and manually changed the "Make and Model"
to "HP LaserJet p2055dn pcl3, hpcups 3.16.3" instead of PostScript one.

Now, it prints the images fast (seconds).

Hope 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/1095498

Title:
  Printing PDFs with images is hideously slow on HP LaserJet 3030 MFP

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

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


[Bug 1710019] Re: support GICv3 ITS save/restore & migration

2017-08-29 Thread ChristianEhrhardt
Hi Dann,
Sorry to ask, really I'm not neglecting all the work you do here.
But it is a huge set of changes (17 files changed, 929 insertions(+), 46 
deletions(-), and not all arm only) and I wonder as Zesty will never have the 
4.13 kernel (as HWE is for LTS only).

If it only works with the newer kernel what is the point adding it to Zesty's 
qemu?
If it is for LTS+CloudArchive only we might add it only there?

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

Title:
  support GICv3 ITS save/restore & migration

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

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


[Bug 882878] Re: With IPv6 disabled, openssh will not forward X connections

2017-08-29 Thread ChristianEhrhardt
Reply from Petr, that is not auto-added due to not having a LP user, quoting:
"It's mainly me not pushing it (too busy to do it properly, but you're right, 
it's a shame). I actually found upstream bug: 
https://bugzilla.mindrot.org/show_bug.cgi?id=2143

Attached patch is pretty much what has been hanging in the upstream
bugzilla for the last 4 years.

Thanks
Cheers"

** Bug watch added: OpenSSH Portable Bugzilla #2143
   https://bugzilla.mindrot.org/show_bug.cgi?id=2143

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2143
   Importance: Unknown
   Status: Unknown

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

Title:
  With IPv6 disabled, openssh will not forward X connections

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

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


[Bug 1099947] Re: driver unable to connect to CyberPower UPS using usbhid-ups driver

2017-08-29 Thread ChristianEhrhardt
Thanks for the extra checks Simon!

We can say - until we have a reproducer/verification-chance this stays
as is.

The SRU will only cover the other issue that the install does not
retrigger the events to work right away (without e.g. replug) but not
this issue here.

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

Title:
  driver unable to connect to CyberPower UPS using usbhid-ups driver

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

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


[Bug 882878] Re: With IPv6 disabled, openssh will not forward X connections

2017-08-29 Thread ChristianEhrhardt
He added a refreshed patch to the upstream issue (thanks!) and I linked the 
issue up here to track progress.
Given it is accepted upstream the next merge would pick the change up.

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

Title:
  With IPv6 disabled, openssh will not forward X connections

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

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


[Bug 1713593] Re: The VGAuth service name is different on Ubuntu-16.04 (or older) Vs Ubuntu-17.10

2017-08-29 Thread ChristianEhrhardt
Ok, that confirmed that you have the current package directly from vmware.
Ubunut as a community can not guarantee for that content and thereby not 
support these packages as well as issue on their upgrade.

The 10.1.15 version you have on Xenial is the one from vmware.
The 10.1.10 version on Artful that you compare from Debian/Ubuntu.

We might even have the same service name once we moved to 10.1.15 some day, but 
not for now.
Setting status to invalid.

I'm still subscribed if you want to discuss, but I don't think it is a
bug in Ubuntu.

** Changed in: open-vm-tools (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/1713593

Title:
  The VGAuth service name is different on Ubuntu-16.04 (or older)  Vs
  Ubuntu-17.10

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

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


[Bug 1694409] Re: Incorrect package description (and name) of gst-libav1.0 / gstreamer1.0-libav: Refers to libav even though Ubuntu uses FFmpeg instead of libav

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gst-libav1.0 (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/1694409

Title:
  Incorrect package description (and name) of gst-libav1.0 /
  gstreamer1.0-libav: Refers to libav even though Ubuntu uses FFmpeg
  instead of libav

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-libav1.0/+bug/1694409/+subscriptions

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


[Bug 1713917] [NEW] package texlive-latex-recommended-doc 2015.20160320-1 failed to install/upgrade: package texlive-latex-recommended-doc is not ready for configuration cannot configure (current stat

2017-08-29 Thread zulikram bin mesbar
Public bug reported:

helllp my

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: texlive-latex-recommended-doc 2015.20160320-1
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-lowlatency 4.10.17
Uname: Linux 4.10.0-28-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2.10
AptOrdering:
 gnome-sudoku: Remove
 texlive-latex-recommended-doc: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Aug 30 14:15:41 2017
DuplicateSignature:
 package:texlive-latex-recommended-doc:2015.20160320-1
 Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
 dpkg: error processing package texlive-latex-recommended-doc (--configure):
  package texlive-latex-recommended-doc is not ready for configuration
ErrorMessage: package texlive-latex-recommended-doc is not ready for 
configuration  cannot configure (current status 'half-installed')
InstallationDate: Installed on 2017-08-27 (2 days ago)
InstallationMedia: Ubuntu-Studio 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: texlive-base
Title: package texlive-latex-recommended-doc 2015.20160320-1 failed to 
install/upgrade: package texlive-latex-recommended-doc is not ready for 
configuration  cannot configure (current status 'half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package texlive-latex-recommended-doc 2015.20160320-1 failed to
  install/upgrade: package texlive-latex-recommended-doc is not ready
  for configuration  cannot configure (current status 'half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1713917/+subscriptions

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


[Bug 576590] Re: Command not found consumes lots of memory and CPU for longer input

2017-08-29 Thread Håkon A . Hjortland
The bug still exists in Ubuntu 16.04.

The examples below use a 1 GB memory limit.
3000-character input: 17 seconds, no crash.
4000-character input: 0.8 seconds, MemoryError crash.


$ (ulimit -v 100; time /usr/lib/command-not-found -- "$(python -c 'print 
"x"*3000')")
xx
 
x
 
x
 : command not found

real0m17.407s
user0m17.008s
sys 0m0.388s


$ (ulimit -v 100; time /usr/lib/command-not-found -- "$(python -c 'print 
"x"*4000')")
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:

command-not-found version: 0.3
Python version: 3.5.2 final 0
Distributor ID: Ubuntu
Description:Ubuntu 16.04.3 LTS
Release:16.04
Codename:   xenial
Exception information:


Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in 
crash_guard
callback()
  File "/usr/lib/command-not-found", line 90, in main
if not cnf.advise(args[0], options.ignore_installed) and not 
options.no_failure_msg:
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", 
line 267, in advise
self.print_spelling_suggestion(command)
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", 
line 143, in print_spelling_suggestion
for w in similar_words(word):
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", 
line 103, in similar_words
inserts = [a + c + b for a, b in s for c in alphabet]
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", 
line 103, in 
inserts = [a + c + b for a, b in s for c in alphabet]
MemoryError

real0m0.766s
user0m0.320s
sys 0m0.440s

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

Title:
  Command not found consumes lots of memory and CPU for longer i

[Bug 1713839] Re: Rebase open-vm-tools to version 10.1.10

2017-08-29 Thread ChristianEhrhardt
Done as of ~1 week ago:
https://launchpad.net/ubuntu/+source/open-vm-tools/2:10.1.10-1

It does not have the fixes that appeared tonight in 2:10.1.10-2 but for
the bug here - Fix released.

The auto-sync stopped now that we are in feature freeze, but since it
has only fixes 2:10.1.10-2 can still go to artful - especially since it
fixes wayland usage as well. The update is so new that it isn't even
available for syncpackage yet.

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

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

Title:
  Rebase open-vm-tools to version 10.1.10

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

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


[Bug 1711758] Re: artful: nvidia-304 unknown symbol init_mm

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-304 (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/1711758

Title:
  artful: nvidia-304 unknown symbol init_mm

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

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


[Bug 1713912] [NEW] Cannot authenticate to the snap store - Fails with dbus error: Message recipient disconnected from message bus without replying

2017-08-29 Thread Jean-Baptiste Lallement
Public bug reported:

Test Case:
1. On a fresh installation start gnome-software
2. Install a snap
3. Enter your credentials when asked and proceed with the authentication

Expected result
Authentication is successful and the user can install the desired snap package.

Actual result
dbus error: Message recipient disconnected from message bus without replying
>From the journal:
août 30 08:01:57 ubuntu gnome-software[1385]: can't reliably fixup error from 
domain g-dbus-error-quark
août 30 08:01:57 ubuntu gnome-software[1385]: failed to authenticate: 
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected 
from message bus without replying

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-software 3.25.91-1ubuntu1
ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.6-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 30 07:54:25 2017
InstallationDate: Installed on 2017-08-30 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170829)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-limba   N/A
 gnome-software-plugin-snap3.25.91-1ubuntu1
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

** Description changed:

  Test Case:
  1. On a fresh installation start gnome-software
  2. Install a snap
  3. Enter your credentials when asked and proceed with the authentication
  
- Expected result 
+ Expected result
  Authentication is successful and the user can install the desired snap 
package.
  
  Actual result
  dbus error: Message recipient disconnected from message bus without replying
+ From the journal:
+ août 30 08:01:57 ubuntu gnome-software[1385]: can't reliably fixup error from 
domain g-dbus-error-quark
+ août 30 08:01:57 ubuntu gnome-software[1385]: failed to authenticate: 
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected 
from message bus without replying
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-software 3.25.91-1ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 30 07:54:25 2017
  InstallationDate: Installed on 2017-08-30 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170829)
  InstalledPlugins:
-  gnome-software-plugin-flatpak N/A
-  gnome-software-plugin-limba   N/A
-  gnome-software-plugin-snap3.25.91-1ubuntu1
+  gnome-software-plugin-flatpak N/A
+  gnome-software-plugin-limba   N/A
+  gnome-software-plugin-snap3.25.91-1ubuntu1
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Cannot authenticate to the snap store - Fails with dbus error: Message
  recipient disconnected from message bus without replying

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

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

[Bug 1713913] [NEW] Sync 10.1.10-2 for bugfixes

2017-08-29 Thread ChristianEhrhardt
Public bug reported:

Artful stopped the auto-syncs now.
But 2:10.1.10-2 has only bugfixes and especially the wayland one being 
important for 17.10.

So please sync in this version.

>From the changelog:
open-vm-tools (2:10.1.10-2) unstable; urgency=medium
 

 
  [ Shota Aratono ] 
 
  * [5ab87bd] Fix scsi timeout setting error on debian stretch  
 
  * [c0847eb] Fix attempting change setting to unintentional target 
 

 
  [ Raphaël Hertzog ]   
 
  * [dc2e27f] Add patch to support resolution switching with KMS.   
 
This is needed for proper support of Wayland sessions. (Closes: #872779

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

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

Title:
  Sync 10.1.10-2 for bugfixes

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

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

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2017-08-29 Thread Kai-Heng Feng
Well, that's something from quite a long time ago, I can't find anything
remains for this bug in my Linux source tree, so...

I guess I added some workaround for it, but it's not the right solution.

The correct way is to write a new HID driver for the device.

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

Title:
  USB keyboard stops working after pressing extended key

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

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


[Bug 1702290] Re: slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but /etc/ldap/slapd.d still exists

2017-08-29 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Unknown => New

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

Title:
  slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but
  /etc/ldap/slapd.d still exists

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

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


[Bug 1704152] Re: /usr/bin/gnome-software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

2017-08-29 Thread Jean-Baptiste Lallement
This is fixed, however I now get a dbus error and cannot authenticate.
I'll file a separate report.

** Changed in: gnome-software (Ubuntu)
   Status: Incomplete => 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/1704152

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

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

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


[Bug 1705575] Re: [needs-packaging] libdazzle

2017-08-29 Thread Bug Watch Updater
** Changed in: debian
   Status: New => Fix Released

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

Title:
  [needs-packaging] libdazzle

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

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


[Bug 1713454] Re: gnome-shell crashed with signal 5 in _XIOError()

2017-08-29 Thread Jean-Baptiste Lallement
** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with signal 5 in _XIOError()

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

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


[Bug 1713271] Re: Xdiagnose

2017-08-29 Thread Jean-Baptiste Lallement
Thanks for your report but it is too vague to be useful. Did you
experience an issue with Ubuntu that you want to report?

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

Title:
  Xdiagnose

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

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


[Bug 1547927] Re: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and STARTTLS

2017-08-29 Thread Ryan Tandy
** Changed in: openldap (Ubuntu)
   Status: Incomplete => New

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

Title:
  LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and
  STARTTLS

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

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


[Bug 1696102] fix_issue_patch

2017-08-29 Thread bugproxy
--- Comment (attachment only) From hasri...@in.ibm.com 2017-07-19 09:10 
EDT---


** Attachment added: "fix_issue_patch"
   https://bugs.launchpad.net/bugs/1696102/+attachment/4941179/+files/uuid.patch

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

Title:
  xfs/073 test fails with Metadata corruption detected on xfs file
  system (xfsprogs)

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

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


[Bug 1696102] Comment bridged from LTC Bugzilla

2017-08-29 Thread bugproxy
--- Comment From hasri...@in.ibm.com 2017-08-30 01:17 EDT---
This issue is fixed on ppc64le architecture with xfsprogs-4.9.0+nmu1ubuntu1 on 
artful.

# ./check tests/xfs/073
FSTYP -- xfs (non-debug)
PLATFORM  -- Linux/ppc64le pkvmhab010 4.12.0-11-generic
MKFS_OPTIONS  -- -f -bsize=4096 /dev/loop1
MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

xfs/073  11s
Ran: xfs/073
Passed all 1 tests

Thanks,
Harish

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

Title:
  xfs/073 test fails with Metadata corruption detected on xfs file
  system (xfsprogs)

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

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


[Bug 1702290] Re: slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but /etc/ldap/slapd.d still exists

2017-08-29 Thread Ryan Tandy
** Bug watch added: Debian Bug tracker #873682
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873682

** Also affects: openldap (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873682
   Importance: Unknown
   Status: Unknown

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

Title:
  slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but
  /etc/ldap/slapd.d still exists

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

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


[Bug 1713904] [NEW] inital config crashed on inital powerup

2017-08-29 Thread paul wirtz
Public bug reported:

pocket pc

entered lang timezone keyboard etc it started doing config was working
on keyboard when it just crashed. but i am able to make this report

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
Uname: Linux 4.12.0-rc2+ x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Aug 29 21:45:07 2017
InstallCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-rc2+ root=/dev/mmcblk0p2 ro 
quiet splash vt.handoff=7
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oem-config xenial

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

Title:
  inital config crashed on inital powerup

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

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


[Bug 1713285] Re: 17.10: Missing Add-ons category

2017-08-29 Thread Robert Ancell
G-S is hiding the 'addons' and 'reference' categories since it thinks
there are no apps in these category. Not sure what that is.

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

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

Title:
  17.10: Missing Add-ons category

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

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


[Bug 1085301] Re: package tsconf 1.0-11 failed to install/upgrade: package tsconf is already installed and configured

2017-08-29 Thread Martin Kepplinger
*** This bug is a duplicate of bug 1446014 ***
https://bugs.launchpad.net/bugs/1446014

** This bug has been marked a duplicate of bug 1446014
   package tsconf 1.0-12 failed to install/upgrade: package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration

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

Title:
  package tsconf 1.0-11 failed to install/upgrade: package tsconf is
  already installed and configured

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

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


[Bug 1446014] Re: package tsconf 1.0-12 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: tslib (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/1446014

Title:
  package tsconf 1.0-12 failed to install/upgrade: package is in a very
  bad inconsistent state; you should  reinstall it before attempting
  configuration

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

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


[Bug 1713903] Re: fwupd crashed with SIGSEGV in g_str_hash()

2017-08-29 Thread Apport retracing service
*** This bug is a duplicate of bug 1698675 ***
https://bugs.launchpad.net/bugs/1698675

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 #1698675, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  fwupd crashed with SIGSEGV in g_str_hash()

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

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


[Bug 1706043] Re: /usr/bin/gnome-software:11:g_str_hash:g_hash_table_lookup_node:g_hash_table_insert_internal:gs_plugin_loader_add_event:gs_plugin_loader_create_event_from_error

2017-08-29 Thread Robert Ancell
The crash is in gs-plugin-loader.c:

g_hash_table_insert (priv->events_by_id,
 g_strdup (gs_plugin_event_get_unique_id (event)),
 g_object_ref (event));

In that the uniqe ID can be NULL. I'm not sure if this is a bug in the
code that generated the event or we should handle NULL ids. I've asked
upstream for clarification.

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

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

Title:
  /usr/bin/gnome-
  
software:11:g_str_hash:g_hash_table_lookup_node:g_hash_table_insert_internal:gs_plugin_loader_add_event:gs_plugin_loader_create_event_from_error

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

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


[Bug 1708998] Re: gnome-software fails to run on i386

2017-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.25.91-1ubuntu2

---
gnome-software (3.25.91-1ubuntu2) artful; urgency=medium

  * 
debian/patches/0001-Fix-GObject-arguments-not-working-on-32-bit-systems.patch:
- Fix crash running on i386 (LP: #1708998)

 -- Robert Ancell   Wed, 30 Aug 2017
15:51:51 +1200

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

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

Title:
  gnome-software fails to run on i386

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

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


[Bug 1713902] [NEW] package mysql-client-core-5.7 5.7.19-0ubuntu0.16.04.1 failed to install/upgrade: package mysql-client-core-5.7 is already installed and configured

2017-08-29 Thread anandan
Public bug reported:

package mysql-client-core-5.7 5.7.19-0ubuntu0.16.04.1 failed to
install/upgrade: package mysql-client-core-5.7 is already installed and
configured

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-client-core-5.7 5.7.19-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Wed Aug 30 09:56:46 2017
ErrorMessage: package mysql-client-core-5.7 is already installed and configured
InstallationDate: Installed on 2017-08-28 (1 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile1', 'mysql', 'mysql_upgrade_info', 
'ib_logfile0', 'ibdata1', 'ibtmp1', 'performance_schema', 'auto.cnf', 'sys', 
'debian-5.7.flag', 'ib_buffer_pool']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=d3208736-e3d6-4449-8e0d-79e7086752d2 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: dpkg
Title: package mysql-client-core-5.7 5.7.19-0ubuntu0.16.04.1 failed to 
install/upgrade: package mysql-client-core-5.7 is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package mysql-client-core-5.7 5.7.19-0ubuntu0.16.04.1 failed to
  install/upgrade: package mysql-client-core-5.7 is already installed
  and configured

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

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


[Bug 1690280] Re: Classic confined snaps don't install

2017-08-29 Thread Robert Ancell
** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: gnome-software (Ubuntu Artful)
   Importance: High
 Assignee: James Henstridge (jamesh)
   Status: In Progress

** Also affects: gnome-software (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu Artful)
   Status: In Progress => Fix Released

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

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

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

Title:
  Classic confined snaps don't install

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

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


[Bug 1712508] Re: Disappearing screen and flickering after upgrade to 16.04

2017-08-29 Thread Kai-Heng Feng
The "experts" (i915 maintainers in this case) only pay attention to bugs
that exist in latest mainline kernel...

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

Title:
  Disappearing screen and flickering after upgrade to 16.04

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

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


[Bug 1676960] Re: package naist-jdic-utf8 1:0.4.3-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-29 Thread Launchpad Bug Tracker
[Expired for naist-jdic (Ubuntu) because there has been no activity for
60 days.]

** Changed in: naist-jdic (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package naist-jdic-utf8 1:0.4.3-7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/naist-jdic/+bug/1676960/+subscriptions

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


[Bug 1668410] Re: [SRU] Infinite loop trying to delete deleted HA router

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

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

** Tags added: patch

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

Title:
  [SRU] Infinite loop trying to delete deleted HA router

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

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


[Bug 1691357] Re: User switch not possible, login screen black

2017-08-29 Thread Launchpad Bug Tracker
[Expired for gdm3 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  User switch not possible, login screen black

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

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


[Bug 1700675] Re: package mysql-server 5.7.18-0ubuntu0.16.10.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2017-08-29 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server 5.7.18-0ubuntu0.16.10.1 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

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

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


[Bug 1701290] Re: package libhx509-5-heimdal:i386 7.1.0+dfsg-9ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-08-29 Thread Launchpad Bug Tracker
[Expired for heimdal (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package libhx509-5-heimdal:i386 7.1.0+dfsg-9ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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


[Bug 1700832] Re: package docker.io 1.12.6-0ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-08-29 Thread Launchpad Bug Tracker
[Expired for docker.io (Ubuntu) because there has been no activity for
60 days.]

** Changed in: docker.io (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package docker.io 1.12.6-0ubuntu4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1700832/+subscriptions

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

[Bug 1559695] Re: gnome-software assert failure: *** Error in `/usr/bin/gnome-software': double free or corruption (fasttop): 0x00007f1e6c002bd0 ***

2017-08-29 Thread Robert Ancell
** Package changed: gnome-software (Ubuntu) => appstream-glib (Ubuntu)

** Also affects: appstream-glib (Ubuntu Artful)
   Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
   Status: In Progress

** Also affects: appstream-glib (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: appstream-glib (Ubuntu Artful)
   Status: In Progress => Fix Released

** Changed in: appstream-glib (Ubuntu Artful)
 Assignee: Robert Ancell (robert-ancell) => (unassigned)

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

Title:
  gnome-software assert failure: *** Error in `/usr/bin/gnome-software':
  double free or corruption (fasttop): 0x7f1e6c002bd0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1559695/+subscriptions

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


[Bug 1708998] Re: gnome-software fails to run on i386

2017-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu

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

Title:
  gnome-software fails to run on i386

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

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


[Bug 1702290] Re: package slapd 2.4.31-1+nmu2ubuntu8.4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 2

2017-08-29 Thread Ryan Tandy
Hello,

Since you deleted all the contents out of the /etc/ldap/slapd.d folder,
please delete that folder as well, then the uninstallation will proceed.

The init script could probably be more resilient about this.

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

** Summary changed:

- package slapd 2.4.31-1+nmu2ubuntu8.4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 2
+ slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but 
/etc/ldap/slapd.d still exists

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

Title:
  slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but
  /etc/ldap/slapd.d still exists

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

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


[Bug 1656979] Re: No support for DHE ciphers (TLS)

2017-08-29 Thread Ryan Tandy
Hello Haw,

openldap 2.4.45 is in artful now, so this should be fixed. could you
please try your cipherscan again and confirm?

Thanks!

** Changed in: openldap (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/1656979

Title:
  No support for DHE ciphers (TLS)

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

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


[Bug 1709384] Re: failed to unmount filesystems during shutdown, reboot hangs

2017-08-29 Thread ben thielsen
i've figured out at least part of this issue.

the system now no longer hangs at shutdown, but there are still
filesystems it complains it is unable to unmount, and the system still
hangs if it unable to unmount /home, which happens to be an nfs share
[i'm uncertain if this is of particular relevance, but it is a
characteristic unique among this system's filesystems].

the root cause was pam_systemd inadvertently excluded from the pam
session config, following customization.  this was causing another
problem [ssh sessions hanging during shutdown instead of being cleanly
terminated], and it was during troubleshooting of the ssh issue when it
hit me that there was a relationship between the two.

during shutdown, systemd brings down the network connection before ssh
processes are gracefully disconnected/terminated.  this leaves the
client unaware, thus the hanging symptom.

additionally, this appears to also leave processes active or files open,
etc., in various locations, and thus affected filesystems are still in
use and cannot be unmounted.  to make matters worse, when the filesystem
in use happens to be an nfs share [in this case,
/home/foo.example.com/], the system hangs at shutdown.

with pam_systemd properly configured in the pam session config, ssh
processes/sessions get to gracefully close, /home/foo.example.com/ and
/tmp/ are cleanly/successfully unmounted, and since the nfs share gets
unmounted, the system does not hang.  however, /var/ and /var/log/ still
fail to be unmounted:

Aug 30 03:27:09 template systemd[1]: Failed unmounting /var/log.
Aug 30 03:27:09 template systemd[1]: Failed unmounting /var.

this is still a problem which shouldn't be happening, but fortunately,
since it's only the nfs unmount fail that makes the system hang, reboots
aren't disastrous.

there are still issues here that need to be addressed:

1] under nominal conditions, filesystems should cleanly unmount.  unmounting 
should not fail.
2] if a filesystem fails to unmount [nfs or otherwise], the system should not 
hang during shutdown.

this can be recreated by doing the following:

• configure the system to mount an nfs share at boot [i used fstab].  it may 
also be enough to just mount an nfs share manually after boot
• disable pam_systemd in the pam session config
• ssh to the computer
• change directory into the nfs share, so the filesystem is in use
• reboot

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

Title:
  failed to unmount filesystems during shutdown, reboot hangs

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

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

[Bug 1667750] Re: xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 13

2017-08-29 Thread Kai-Heng Feng
Johann Hartwig Hauschild,

Can you file a new bug?

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

Title:
  xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD
  ep_index 2 comp_code 13

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

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


[Bug 1704152] Re: /usr/bin/gnome-software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

2017-08-29 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: New => Incomplete

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

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

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

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


[Bug 1708998] Re: gnome-software fails to run on i386

2017-08-29 Thread Robert Ancell
This is due to integers being read as 64 bits, so it fails (in many
places) on 32 bit systems. Fixed in master:

commit 31c9dd212156afbb2422188cb59ee8acb5a0719f
Author: Robert Ancell 
Date:   Wed Aug 30 14:16:14 2017 +1200

Fix GObject arguments not working on 32 bit systems


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

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

Title:
  gnome-software fails to run on i386

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

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


[Bug 1277811] Re: Nautilus Breadcrumb Vibrate (move right and left fastly) on Hover

2017-08-29 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Fix Released

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

Title:
  Nautilus Breadcrumb Vibrate (move right and left fastly) on Hover

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

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


[Bug 1713638] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module failed to build [error: ‘struct net_device’ has no member named ‘last_rx’]

2017-08-29 Thread Ben64
Wireless works on kernel 4.10 but not on 4.11

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel
  module failed to build [error: ‘struct net_device’ has no member named
  ‘last_rx’]

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

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

[Bug 1713638] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module failed to build [error: ‘struct net_device’ has no member named ‘last_rx’]

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bcmwl (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/1713638

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel
  module failed to build [error: ‘struct net_device’ has no member named
  ‘last_rx’]

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

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

[Bug 1668410] Re: [SRU] Infinite loop trying to delete deleted HA router

2017-08-29 Thread Hua Zhang
** Description changed:

  [Impact]
  
  When deleting a router the logfile is filled up. See full log -
  http://paste.ubuntu.com/25429257/
  
  I can see the error 'Error while deleting router
  c0dab368-5ac8-4996-88c9-f5d345a774a6' occured 3343386 times from
  _safe_router_removed() [1]:
  
  $ grep -r 'Error while deleting router c0dab368-5ac8-4996-88c9-f5d345a774a6' 
|wc -l
  3343386
  
  This _safe_router_removed() is invoked by L488 [2], if
  _safe_router_removed() goes wrong it will return False, then
  self._resync_router(update) [3] will make the code _safe_router_removed
  be run again and again. So we saw so many errors 'Error while deleting
  router X'.
  
  [1] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L361
  [2] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L488
  [3] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L457
  
  [Test Case]
  
  That's because race condition between neutron server and L3 agent, after
  neutron server deletes HA interfaces the L3 agent may sync a HA router
  without HA interface info (just need to trigger L708[1] after deleting
  HA interfaces and before deleting HA router). If we delete HA router at
  this time, this problem will happen. So test case we design is as below:
  
- 1, Create ha_router
+ 1, First update fixed package, and restart neutron-server by 'sudo
+ service neutron-server restart'
+ 
+ 2, Create ha_router
  
  neutron router-create harouter --ha=True
  
- 2, Delete ports associated with ha_router before deleting ha_router
+ 3, Delete ports associated with ha_router before deleting ha_router
  
  neutron router-port-list harouter |grep 'HA port' |awk '{print $2}' |xargs -l 
neutron port-delete
  neutron router-port-list harouter
  
- 3, Update ha_router to trigger l3-agent to update ha_router info without
+ 4, Update ha_router to trigger l3-agent to update ha_router info without
  ha_port into self.router_info
  
  neutron router-update harouter --description=test
  
- 4, Delete ha_router this time
+ 5, Delete ha_router this time
  
  neutron router-delete harouter
  
  [1] https://github.com/openstack/neutron/blob/mitaka-
  eol/neutron/db/l3_hamode_db.py#L708
  
  [Regression Potential]
  
  The fixed patch [1] for neutron-server will no longer return ha_router
  which is missing ha_ports, so L488 will no longer have chance to call
  _safe_router_removed() for a ha_router, so the problem has been
  fundamentally fixed by this patch and no regression potential.
  
  Besides, this fixed patch has been in mitaka-eol branch now, and
  neutron-server mitaka package is based on neutron-8.4.0, so we need to
  backport it to xenial and mitaka.
  
  $ git tag --contains 8c77ee6b20dd38cc0246e854711cb91cffe3a069
  mitaka-eol
  
  [1] https://review.openstack.org/#/c/440799/2/neutron/db/l3_hamode_db.py
  [2] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L488

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

Title:
  [SRU] Infinite loop trying to delete deleted HA router

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

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


[Bug 1668410] Re: Infinite loop trying to delete deleted HA router

2017-08-29 Thread Hua Zhang
** Description changed:

- Latest Mitaka code, L3 HA
- After running rally create_and_delete_routers (concurrency 100 and times 100, 
or more) neutron l3 agent logs on nodes filled (every .003 second timestamp) 
with such traces:
- http://paste.openstack.org/show/599851/
- which causes cluster fall when log partition will filled up.
+ [Impact]
+ 
+ When deleting a router the logfile is filled up. See full log -
+ http://paste.ubuntu.com/25429257/
+ 
+ I can see the error 'Error while deleting router
+ c0dab368-5ac8-4996-88c9-f5d345a774a6' occured 3343386 times from
+ _safe_router_removed() [1]:
+ 
+ $ grep -r 'Error while deleting router c0dab368-5ac8-4996-88c9-f5d345a774a6' 
|wc -l
+ 3343386
+ 
+ This _safe_router_removed() is invoked by L488 [2], if
+ _safe_router_removed() goes wrong it will return False, then
+ self._resync_router(update) [3] will make the code _safe_router_removed
+ be run again and again. So we saw so many errors 'Error while deleting
+ router X'.
+ 
+ [1] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L361
+ [2] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L488
+ [3] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L457
+ 
+ [Test Case]
+ 
+ That's because race condition between neutron server and L3 agent, after
+ neutron server deletes HA interfaces the L3 agent may sync a HA router
+ without HA interface info (just need to trigger L708[1] after deleting
+ HA interfaces and before deleting HA router). If we delete HA router at
+ this time, this problem will happen. So test case we design is as below:
+ 
+ 1, Create ha_router
+ 
+ neutron router-create harouter --ha=True
+ 
+ 2, Delete ports associated with ha_router before deleting ha_router
+ 
+ neutron router-port-list harouter |grep 'HA port' |awk '{print $2}' |xargs -l 
neutron port-delete
+ neutron router-port-list harouter
+ 
+ 3, Update ha_router to trigger l3-agent to update ha_router info without
+ ha_port into self.router_info
+ 
+ neutron router-update harouter --description=test
+ 
+ 4, Delete ha_router this time
+ 
+ neutron router-delete harouter
+ 
+ [1] https://github.com/openstack/neutron/blob/mitaka-
+ eol/neutron/db/l3_hamode_db.py#L708
+ 
+ [Regression Potential]
+ 
+ The fixed patch [1] will no longer return ha_router which is missing
+ ha_ports, so L488 will no longer have chance to call
+ _safe_router_removed() for a ha_router, so the problem has been
+ fundamentally fixed by this patch and no regression potential.
+ 
+ Besides, this fixed patch has been in mitaka-eol branch now, and
+ neutron-server mitaka package is based on neutron-8.4.0, so we need to
+ backport it to xenial and mitaka.
+ 
+ $ git tag --contains 8c77ee6b20dd38cc0246e854711cb91cffe3a069
+ mitaka-eol
+ 
+ [1] https://review.openstack.org/#/c/440799/2/neutron/db/l3_hamode_db.py
+ [2] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L488

** Summary changed:

- Infinite loop trying to delete deleted HA router
+ [SRU] Infinite loop trying to delete deleted HA router

** Description changed:

  [Impact]
  
  When deleting a router the logfile is filled up. See full log -
  http://paste.ubuntu.com/25429257/
  
  I can see the error 'Error while deleting router
  c0dab368-5ac8-4996-88c9-f5d345a774a6' occured 3343386 times from
  _safe_router_removed() [1]:
  
  $ grep -r 'Error while deleting router c0dab368-5ac8-4996-88c9-f5d345a774a6' 
|wc -l
  3343386
  
  This _safe_router_removed() is invoked by L488 [2], if
  _safe_router_removed() goes wrong it will return False, then
  self._resync_router(update) [3] will make the code _safe_router_removed
  be run again and again. So we saw so many errors 'Error while deleting
  router X'.
  
  [1] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L361
  [2] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L488
  [3] 
https://github.com/openstack/neutron/blob/mitaka-eol/neutron/agent/l3/agent.py#L457
  
  [Test Case]
  
  That's because race condition between neutron server and L3 agent, after
  neutron server deletes HA interfaces the L3 agent may sync a HA router
  without HA interface info (just need to trigger L708[1] after deleting
  HA interfaces and before deleting HA router). If we delete HA router at
  this time, this problem will happen. So test case we design is as below:
  
  1, Create ha_router
  
  neutron router-create harouter --ha=True
  
  2, Delete ports associated with ha_router before deleting ha_router
  
  neutron router-port-list harouter |grep 'HA port' |awk '{print $2}' |xargs -l 
neutron port-delete
  neutron router-port-list harouter
  
  3, Update ha_router to trigger l3-agent to update ha_router info without
  ha_port into self.router_info
  
  neutron router-update harouter --description=test
  
  4, Delete ha_router this time
  
  neutron router-delete harouter
  
  [1] https:

[Bug 1474633] Re: Generic Text-Only driver does nothing

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cups (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/1474633

Title:
  Generic Text-Only driver does nothing

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

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


[Bug 1704363] Re: Add firmware for Redpine 9113 chipset

2017-08-29 Thread Chris Halse Rogers
Can you please describe what sort of testing has been done? Just a bare
‘verification-done-xenial’ is not very helpful.

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

Title:
  Add firmware for Redpine 9113 chipset

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

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

[Bug 1713823] Re: linux-azure: 4.11.0-1008.8 -proposed tracker

2017-08-29 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

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

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

** Description changed:

  This bug is for tracking the 4.11.0-1008.8 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  phase: Uploaded
+ kernel-stable-phase:Promoted to proposed
+ kernel-stable-phase-changed:Wednesday, 30. August 2017 02:30 UTC

** Description changed:

  This bug is for tracking the 4.11.0-1008.8 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
- phase: Uploaded
- kernel-stable-phase:Promoted to proposed
- kernel-stable-phase-changed:Wednesday, 30. August 2017 02:30 UTC
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux-azure: 4.11.0-1008.8 -proposed tracker

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

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


[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-08-29 Thread Scott Moser
At https://bugs.launchpad.net/ubuntu/+source/open-
iscsi/+bug/1713537/comments/1 I described how open-iscsi (iscsi root)
works with resolvconf in xenial -> zesty.  We will need a solution for
that path as well as 'root=squashfs:http://./squashfs' that MAAS now
uses.

It seems like we should have a general path that covers 
 a.) dns working in initramfs (currently dns does not, it is missing 
libnss_dns.so.2)
 b.) network interfaces that are left up from initramfs getting resolvconf 
populated in the "real root".

My idea for this was just to have initramfs's configure_networking write
a file in /run/network/ that was then read by systemd-resolved when it
started.

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

Title:
  replacement of resolvconf with systemd needs integration

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

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


[Bug 1448443] Re: Can't execute scripts from home

2017-08-29 Thread Bug Watch Updater
** Changed in: nautilus
   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/1448443

Title:
  Can't execute scripts from home

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

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


[Bug 1712992] Re: Dock opacity/colour is different to Gnome Shell 3.25/3.26 opacity/colour

2017-08-29 Thread Daniel van Vugt
That said, the dock seems to be using Adwaita's grey rather than
Ambiance grey. So probably will need changing regardless -> bug 1690966

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

Title:
  Dock opacity/colour is different to Gnome Shell 3.25/3.26
  opacity/colour

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

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


[Bug 1712992] Re: Dock opacity/colour is different to Gnome Shell 3.25/3.26 opacity/colour

2017-08-29 Thread Daniel van Vugt
I wouldn't be surprised if either Ubuntu or upstream reverted it. Seems
like an experiment which breaks the nice visual consistency that Gnome
Shell's had for years.

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

Title:
  Dock opacity/colour is different to Gnome Shell 3.25/3.26
  opacity/colour

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

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


[Bug 1713890] [NEW] Unable to GRUB in /dev/sda during initial installation

2017-08-29 Thread Wes Tabor
Public bug reported:

During initial installation buntu 16.04.3 on Dell Inspiron 3000

Unable to install GRUB in /dev/sda
Executing 'grub-install /dev/sda' failed.
This is a fatal error.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.4
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CasperVersion: 1.376.2
Date: Tue Aug 29 21:03:43 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.4 ubuntu xenial

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

Title:
  Unable to GRUB in /dev/sda during initial installation

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

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


[Bug 1713889] [NEW] gedit does not obey theme color on buttons

2017-08-29 Thread Humphrey van Polanen Petel
Public bug reported:

Buttons are supposed to orange (or whatever the theme specifies) when having 
focus.
Gedit's buttons don't.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug 30 12:01:31 2017
ExecutablePath: /usr/bin/gedit
InstallationDate: Installed on 2017-07-27 (33 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Selection_014.jpg"
   
https://bugs.launchpad.net/bugs/1713889/+attachment/4941130/+files/Selection_014.jpg

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

Title:
  gedit does not obey theme color on buttons

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

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


[Bug 1712992] Re: Dock opacity/colour is different to Gnome Shell 3.25/3.26 opacity/colour

2017-08-29 Thread Jeremy Bicha
See https://github.com/micheleg/dash-to-dock/issues/567

I heard a rumor that the transparent top bar was going to be reverted
for GNOME 3.26.

** Bug watch added: github.com/micheleg/dash-to-dock/issues #567
   https://github.com/micheleg/dash-to-dock/issues/567

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

Title:
  Dock opacity/colour is different to Gnome Shell 3.25/3.26
  opacity/colour

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

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


[Bug 1709257] Re: [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping Harrisonville SDP

2017-08-29 Thread quanxian
Appreciate it. Thanks @Seth Forshee

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

Title:
  [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
  Harrisonville SDP

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

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


[Bug 1682380] Re: xscreensaver user systemd unit is invalid

2017-08-29 Thread Jondice
This is still an issue in 17.04

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

Title:
  xscreensaver user systemd unit is invalid

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

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


[Bug 1713885] [NEW] The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot.

2017-08-29 Thread Maynard
Public bug reported:

The 'grub-efi-amd64-signed' package failed to install into /target/.
Without the GRUB boot loader, the installed system will not boot. MD5SUM
already verified.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63
ProcVersionSignature: Ubuntu 4.4.0-21.37-lowlatency 4.4.6
Uname: Linux 4.4.0-21-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
Date: Tue Aug 29 19:33:16 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntustudio.seed boot=casper quiet splash ---
LiveMediaBuild: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  The 'grub-efi-amd64-signed' package failed to install into /target/.
  Without the GRUB boot loader, the installed system will not boot.

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

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


[Bug 1713638] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module failed to build [error: ‘struct net_device’ has no member named ‘last_rx’]

2017-08-29 Thread Daniel van Vugt
** Summary changed:

- bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module 
failed to build
+ bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel module 
failed to build [error: ‘struct net_device’ has no member named ‘last_rx’]

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1: bcmwl kernel
  module failed to build [error: ‘struct net_device’ has no member named
  ‘last_rx’]

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

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

[Bug 1713743] Re: dahdi-dkms 1:2.10.2~dfsg-1ubuntu1: dahdi kernel module failed to build

2017-08-29 Thread Daniel van Vugt
*** This bug is a duplicate of bug 576253 ***
https://bugs.launchpad.net/bugs/576253

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


** This bug has been marked a duplicate of bug 576253
   dahdi-dkms failed to install/upgrade (failed to download firmware from 
downloads.digium.com)

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

Title:
  dahdi-dkms 1:2.10.2~dfsg-1ubuntu1: dahdi kernel module failed to build

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

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


[Bug 1713547] Re: Evince resizes window every time it's opened

2017-08-29 Thread Daniel van Vugt
gnome.org is a different website and requires a different account :)

https://bugzilla.gnome.org/createaccount.cgi

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

Title:
  Evince resizes window every time it's opened

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

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


[Bug 1703116] Re: Include Onboard overrides

2017-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package xubuntu-default-settings - 17.10.0

---
xubuntu-default-settings (17.10.0) artful; urgency=medium

  [ Sean Davis ]
  * Include Onboard overrides (LP: #1703116)

  [ Unit 193 ]
  * Run wrap-and-sort -s
  * d/control, d/copyright, etc/xdg/xdg-xubuntu/compton.conf,
etc/xdg/xdg-xubuntu/xfce4/whiskermenu/defaults.rc,
usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in,
usr/share/xubuntu/templates/xdg-xubuntu-templates:
- Use https where possible.
  * Bump Standards-Version to 4.1.0.

 -- Unit 193   Tue, 29 Aug 2017 20:36:45 -0400

** Changed in: xubuntu-default-settings (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Include Onboard overrides

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

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


[Bug 1713715] Re: gnome-shell crashed with signal 5

2017-08-29 Thread Daniel van Vugt
** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with signal 5

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

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


[Bug 1713884] [NEW] [CIFS] Fix maximum SMB2 header size

2017-08-29 Thread Joshua R. Poulson
Public bug reported:

Currently the maximum size of SMB2/3 header is set incorrectly which
leads to hanging of directory listing operations on encrypted SMB3
connections. Fix this by setting the maximum size to 170 bytes that
is calculated as RFC1002 length field size (4) + transform header
size (52) + SMB2 header size (64) + create response size (56).

https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-
next.git/commit/?id=47690ab81f4f29b12bbb0676d3579e61ab4d84de

This applies across the board 3.16, 4.4, 4.10, artful, and azure.
Microsoft would be happy to help test.

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

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

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

Title:
  [CIFS] Fix maximum SMB2 header size

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

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


[Bug 1713456] Re: linux: 3.13.0-130.179 -proposed tracker

2017-08-29 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-trusty

** Tags added: block-proposed

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  backports: 1713458
  derivatives:
  kernel-stable-phase-changed:Tuesday, 29. August 2017 16:01 UTC
  kernel-stable-phase:Uploaded
  
  -- swm properties --
+ boot-testing-requested: true
  phase: Uploaded

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

Title:
  linux: 3.13.0-130.179 -proposed tracker

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

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


[Bug 1713880] ThreadStacktrace.txt

2017-08-29 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1713880/+attachment/4941117/+files/ThreadStacktrace.txt

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

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided => Medium

** Tags removed: need-amd64-retrace

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

Title:
  glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1713880] StacktraceSource.txt

2017-08-29 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1713880/+attachment/4941116/+files/StacktraceSource.txt

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

Title:
  glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1713880] glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

2017-08-29 Thread Apport retracing service
StacktraceTop:
 __GI___libc_free (mem=0x85ed2155c0) at malloc.c:2984
 g_free (mem=) at ../../../../glib/gmem.c:189
 g_strfreev (str_array=0x85ed14a110) at ../../../../glib/gstrfuncs.c:2497
 set_overrides (strict=0, files=0x85ed0d3300, schema_table=0x85ed0c5120) at 
../../../../gio/glib-compile-schemas.c:2115
 main (argc=, argv=) at 
../../../../gio/glib-compile-schemas.c:2269

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

Title:
  glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1713880] Stacktrace.txt

2017-08-29 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1713880/+attachment/4941115/+files/Stacktrace.txt

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

Title:
  glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1542000] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2017-08-29 Thread Danilo Halcsick
I Have this problem with ubuntu 17.10 + gnome-session-flashback and running 
Eclipse 2017...
This problem occurred even without the gnome installed.

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 1713880] [NEW] glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

2017-08-29 Thread Chris Hermansen
Public bug reported:

Not a lot,really - a massive number of packages upgraded in Artful,
rebooted with systemctl,then this happened after logging in and before
firing anything else up.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: libglib2.0-0 2.53.6-1ubuntu1
ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
Date: Tue Aug 29 17:34:27 2017
ExecutablePath: /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas
InstallationDate: Installed on 2017-07-27 (33 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170716)
ProcCmdline: /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas 
/usr/share/glib-2.0/schemas
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f4dda0a1d52 <__GI___libc_free+66>:mov
(%rax),%rdi
 PC (0x7f4dda0a1d52) ok
 source "(%rax)" (0x85ec00) not located in a known VMA region (needed 
readable region)!
 destination "%rdi" ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: glib2.0
StacktraceTop:
 __GI___libc_free (mem=0x85ed2155c0) at malloc.c:2984
 g_strfreev () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? ()
 __libc_start_main (main=0x85eca02fe0, argc=2, argv=0x7ffc56b3feb8, 
init=, fini=, rtld_fini=, 
stack_end=0x7ffc56b3fea8) at ../csu/libc-start.c:291
 ?? ()
Title: glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash artful need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  glib-compile-schemas crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2017-08-29 Thread Mike Durham
This drove me crazy on Ubuntu distros so I switched to Mint. It never
happens on Mint, I wonder why?

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

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

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

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


[Bug 1704152] Re: /usr/bin/gnome-software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

2017-08-29 Thread Robert Ancell
Are you still getting this issue? error.ubuntu.com doesn't seem to show
any cases of this occurring with gnome-software 3.25.

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

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_auth_login:gs_plugin_loader_call_vfunc:gs_plugin_loader_auth_action_thread_cb:g_task_thread_pool_thread:g_thread_pool_thread_proxy

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

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


[Bug 1713826] Re: package poppler-data 0.4.7-8 failed to install/upgrade: failed to stat (dereference) existing symlink '/var/lib/ghostscript/CMap/UniJISX02132004-UTF32-V': Input/output error

2017-08-29 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

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

** Tags added: hardware-error

** Changed in: poppler-data (Ubuntu)
   Importance: Undecided => Low

** Changed in: poppler-data (Ubuntu)
   Status: New => Invalid

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

Title:
  package poppler-data 0.4.7-8 failed to install/upgrade: failed to stat
  (dereference) existing symlink
  '/var/lib/ghostscript/CMap/UniJISX02132004-UTF32-V': Input/output
  error

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

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


[Bug 1687637] Re: Kubuntu installer crashes when checking format box

2017-08-29 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/1687637

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

Title:
  Kubuntu installer crashes when checking format box

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

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


[Bug 1713532] Re: Intel-8260 not init'd by intel-microcode=3.20170707.1~ubuntu16.04.0

2017-08-29 Thread yarko
With no more than intel-microcode (re-) upgraded to
3.20170707.1~ubuntu16.04.0, and booting - now bluetooth works.

I can say this:  with initial dropout of bluetooth, I rebooted I think a total 
of 3 times:
Once just reboot;  Once complete power-down / power-up.   Then, only 
downgrading intel-microcode worked.

Just now, I upgraded intel-microcode (simply, ubuntu dist - "sudo apt
install intel-microcode" to bring it current), powered- down/up, and
bluetooth works.

The only other thing I can note:
- I did revert the setting in /etc/bluetooth/main.conf => Autoconf=false 
(actually, commented out, so default as distributed)
- I booted with a USB keyboard plugged in (also);
- The bluetooth icon has (unusually?) a "lock" icon (upper toolbar, right)

Looking at /var/log/apt/history.log -the only other thing changed / I
tried (before downgrade - but not rebooted after) was an install of
unity-control-center (no doubt from googling around, before I looked at
install history for the root of my problem).

Here is (this time) the logs from this boot.

=> I'll wait for guidance / request from someone here on next steps.

If nothing else, I will do the "normal" next step of apt-upgrading,
which will upgrade my kernel (but I'll wait to hear from anyone here,
first).



** Attachment added: "intel-microcode-3.20170707.1.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1713532/+attachment/4941094/+files/intel-microcode-3.20170707.1.tgz

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

Title:
  Intel-8260 not init'd by intel-microcode=3.20170707.1~ubuntu16.04.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1713532/+subscriptions

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


[Bug 1713823] Re: linux-azure: 4.11.0-1008.8 -proposed tracker

2017-08-29 Thread Steve Langasek
** Also affects: linux-azure (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Committed

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Steve 
Langasek (vorlon)

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

Title:
  linux-azure: 4.11.0-1008.8 -proposed tracker

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

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


[Bug 1713470] Re: linux: 4.10.0-34.38 -proposed tracker

2017-08-29 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

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

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

Title:
  linux: 4.10.0-34.38 -proposed tracker

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

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


[Bug 1709013] Re: Green border appearing around last menu item when clicking on any kind of indicator icon

2017-08-29 Thread Martin Wimpress
The Green border that appears is intended, it is showing a navigation
hint. That said, the green is too much. It will be changed to a light
grey dotted border to match other keyboard navigation hints.

** Changed in: ubuntu-mate-artwork (Ubuntu)
   Status: Triaged => Fix Committed

** Changed in: ubuntu-mate-artwork (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Green border appearing around last menu item when clicking on any kind
  of indicator icon

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

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


[Bug 1713473] Re: linux-raspi2: 4.10.0-1017.20 -proposed tracker

2017-08-29 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

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

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

Title:
  linux-raspi2: 4.10.0-1017.20 -proposed tracker

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

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


[Bug 1711758] Re: artful: nvidia-304 unknown symbol init_mm

2017-08-29 Thread Unit 193
I ran into this issue as well, turned up this bug report and an
nvidia[0] report.  After patching and hitting up dkms, the driver was
working with 4.12 kernels.

[0]: https://devtalk.nvidia.com/default/topic/1022833/linux/304-135
-driver-fails-to-insert-on-fedora-26-4-12-5-kernel-with-quot-unknown-
symbol-init_mm-quot-/

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

Title:
  artful: nvidia-304 unknown symbol init_mm

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

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


[Bug 1710532] Re: ftbfs randomly on i386

2017-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package casacore - 2.3.0-3ubuntu1

---
casacore (2.3.0-3ubuntu1) artful; urgency=medium

  * debian/patches/fix-python3.6-detection.patch: add support for
python3.6.  Closes LP: #1710532.

 -- Steve Langasek   Tue, 29 Aug 2017
21:58:21 +

** Changed in: casacore (Ubuntu)
   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/1710532

Title:
  ftbfs randomly on i386

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

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


[Bug 1713874] [NEW] package phpmyadmin 4:4.0.10-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2017-08-29 Thread Lecouturier Virginie
Public bug reported:

Ubuntu 14.04.5 LTS
Release 14.04
apt-cache policy pkgname :  Unable to locate package pkgname
phpmyadmin 4.0 10.1

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: phpmyadmin 4:4.0.10-1
ProcVersionSignature: Ubuntu 4.4.0-93.116~14.04.1-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.25
Architecture: amd64
Date: Tue Aug 29 11:27:06 2017
DuplicateSignature: package:phpmyadmin:4:4.0.10-1:subprocess installed 
post-installation script returned error exit status 10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationDate: Installed on 2016-05-10 (476 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.0.10-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package phpmyadmin 4:4.0.10-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 10

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

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


[Bug 385687] Re: EOG doesn't display .svg w/ multiple lines of text properly

2017-08-29 Thread Bug Watch Updater
** Changed in: librsvg
   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/385687

Title:
  EOG doesn't display .svg w/ multiple lines of text properly

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

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


[Bug 1633880] Re: No listview background for unfocused selected items

2017-08-29 Thread Martin Wimpress
This is fixed in Ubuntu MATE 17.10 Beta 1.

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

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

Title:
  No listview background for unfocused selected items

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

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


[Bug 1396760] Re: ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

2017-08-29 Thread stevenschlansker
We bring in Java 8 from openjdk-r.  Not having supported Java 8 in
Trusty is one of our other huge gripes, and arguably the fact that it's
not integrated and tested but you have to use a PPA instead is part of
why these problems don't get found until users try to use the software
:)

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

Title:
  ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1396760/+subscriptions

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


[Bug 1687637] Re: Kubuntu installer crashes when checking format box

2017-08-29 Thread buzzmandt
This also effects i386 17.10 which failed during my testing
http://iso.qa.ubuntu.com/qatracker/milestones/381/builds/155535/testcases

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

Title:
  Kubuntu installer crashes when checking format box

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

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


[Bug 1706770] Re: Lock screen can be bypassed when auto-login is enabled.

2017-08-29 Thread Martin Wimpress
** Also affects: lightdm (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/1706770

Title:
  Lock screen can be bypassed when auto-login is enabled.

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

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


[Bug 1687637] Re: Kubuntu installer crashes when checking format box

2017-08-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Kubuntu installer crashes when checking format box

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

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


[Bug 1711255] Re: systemd RestartSec does not seem to work consistently

2017-08-29 Thread Leo Davis
>A minimal working reproducer with e.g. ExecStart=/bin/false would be
useful. To remove the >uncertainties w.r.t. executables involved. As I
do not have access to the masked product.

OK, I'll try and reproduce it with that.

>Is this reproducible in Ubuntu Artful which has much newer systemd?

Never tried running our software on Artful since Xenial is our current
target platform.

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

Title:
  systemd RestartSec does not seem to work consistently

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

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


  1   2   3   4   5   6   7   >