[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-10-24 Thread tom
*** This bug is a duplicate of bug 1721315 ***
https://bugs.launchpad.net/bugs/1721315

It really isn't a duplicate.

#1 that talks about first touches AFTER stylus or keyboard. This bug
doesn't.

#2 that was in X11, this is Wayland.

Iff you update that bug in both of these ways, then this is a duplicate.

Otherwise, no.

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-10-24 Thread tom
*** This bug is a duplicate of bug 1721315 ***
https://bugs.launchpad.net/bugs/1721315

You also need to copy the WHOLE bug from bugzilla. Don't leave people
hanging like that. There are patches and important comments in the
bugzilla bug. Only the first paragraph report was copied into
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1721315.

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1726168] Re: deluge-gtk crashed with SIGSEGV

2017-10-24 Thread Cas
What version of python-libtorrent is deluge using?

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

Title:
  deluge-gtk crashed with SIGSEGV

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

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

[Bug 1726711] [NEW] valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-24 Thread Fabio Massimo Di Nitto
Public bug reported:

while testing some code for potential memory leaks (using valgrind) I
found out that the test are failing only on Ubuntu 17.10 and the problem
appears to be somewhere in the Ubuntu toolchain. I honestly can´t be
100% sure it´s a gcc / glibc or valgrind issue.

I reduce the test case to the attached main.c file.

I have tested that same piece code on the following distributions:
fedora26, fedora-rawhide, rhel7.4, rhel7.5-devel, debian9, debian
testing, debian unstable and debian experimental without any error.

On all the above distros:

# gcc -Wall main.c
# valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 

received event: 1
==1807== FILE DESCRIPTORS: 3 open at exit.
==1807== Open file descriptor 2: /dev/pts/0
==1807==
==1807== 
==1807== Open file descriptor 1: /dev/pts/0
==1807==
==1807== 
==1807== Open file descriptor 0: /dev/pts/0
==1807==
==1807== 
==1807== 
# echo $?
0

On ubuntu 17.10 freshly installed and fully updated:

# valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 
==8057== Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
==8057==at 0x4F50C20: epoll_pwait (epoll_pwait.c:42)
==8057==by 0x108A2B: main (in /home/ubuntu/a.out)
==8057==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==8057== 

received event: 1
==8057== FILE DESCRIPTORS: 3 open at exit.
==8057== Open file descriptor 2: /dev/pts/4
==8057==
==8057== 
==8057== Open file descriptor 1: /dev/pts/4
==8057==
==8057== 
==8057== Open file descriptor 0: /dev/pts/4
==8057==
==8057== 
==8057== 

# echo $?
127

as you can see from the code, we don´t invoke epoll_pwait directly, we
invoke only epoll_wait.

According to the man page for epoll_(p)wait, sigmask can be NULL but somehow 
valgrind is catching that as an error or somehow glibc epoll_wait or 
epoll_pwait are not treating that properly.
I don´t see any relevant code difference between glibc in debian unstable 
(2.24-17) or ubuntu 17.10 (2.26-0ubuntu2) that could warrant this kind of 
behavior.

Due to this bug, you could expect some test suite to fail. Not sure if
it can have some runtime side effects tho.

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

** Attachment added: "reduced test case"
   https://bugs.launchpad.net/bugs/1726711/+attachment/4990271/+files/main.c

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1726710] Re: gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1679903 ***
https://bugs.launchpad.net/bugs/1679903

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 #1679903, 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/1726710/+attachment/4990258/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1726720] [NEW] package samba 2:4.6.7+dfsg-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread John Vallier
Public bug reported:

upgrading

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: samba 2:4.6.7+dfsg-1ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-37.41-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Tue Oct 24 00:35:12 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-09-20 (34 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
NmbdLog:
 
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
TestparmExitCode: 0
Title: package samba 2:4.6.7+dfsg-1ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: amd64 apport-package artful

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

Title:
  package samba 2:4.6.7+dfsg-1ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1726721] [NEW] package xemacs21-mule-canna-wnn 21.4.24-4ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread Richard S. Gordon
Public bug reported:

Linux ubuntu 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC
2017 x86_64 x86_64 x86_64 GNU/Linux

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: xemacs21-mule-canna-wnn 21.4.24-4ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: prl_fs_freeze prl_fs prl_eth prl_tg
ApportVersion: 2.20.7-0ubuntu3
AptOrdering:
 libcanna1g:amd64: Install
 xemacs21-mule-canna-wnn:amd64: Install
 xemacs21-mule:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Oct 24 02:53:29 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-10-24 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SourcePackage: xemacs21
Title: package xemacs21-mule-canna-wnn 21.4.24-4ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package artful

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

Title:
  package xemacs21-mule-canna-wnn 21.4.24-4ubuntu1 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/xemacs21/+bug/1726721/+subscriptions

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

[Bug 1724583] Re: gdm3 in Ubuntu 17.10 doesn't list wayland sessions when using hybrid graphics

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

** Changed in: gdm3 (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/1724583

Title:
  gdm3 in Ubuntu 17.10 doesn't list wayland sessions when using hybrid
  graphics

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

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

[Bug 1724877] Re: nautilus crashed with SIGABRT in g_assertion_message() (slot_proxy_drag_data_received)

2017-10-24 Thread Grégory Van den Borre
Hi Sebastien,

It is not currently reproductible as it happened when i was just using
the system in no specific way.

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()
  (slot_proxy_drag_data_received)

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

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

[Bug 1722454] Re: Duplicity fails with MemoryError

2017-10-24 Thread Juerg Haefliger
** Also affects: duplicity
   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/1722454

Title:
  Duplicity fails with MemoryError

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

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

[Bug 1726656] Re: package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: mysql-5.7 (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/1726656

Title:
  package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1726656/+subscriptions

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

[Bug 1726720] Re: package samba 2:4.6.7+dfsg-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba 2:4.6.7+dfsg-1ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1726717] [NEW] Alignment of external screen limits placing of icons

2017-10-24 Thread Rüdiger Kupper
Public bug reported:

Reporting against gnome-desktop since I do not know better. Please
assign to appropriate package. Thanks!

Using external monitors with the gnome desktop behaves unexpected in a few 
ways. One is, that the alignment of screens limits, where icons can be placed 
on that screens:
My external monitor is higher than the internal screen of my laptop. I have 
aligned the screens at the bottom. This makes the bottom part of the (external, 
higher) screen unusable for placing icons.

This is probably best seen on the attached screenshot.
Thanks for caring!

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-session (not installed)
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 24 08:49:30 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-12-13 (680 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "Alignment of screens limits where icons can be placed."
   
https://bugs.launchpad.net/bugs/1726717/+attachment/4990296/+files/Screen-alignment-icons.jpg

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

Title:
  Alignment of external screen limits placing of icons

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

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

[Bug 1726656] Re: package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread Kees Hoekzema
I had the same problem. It turns out it was mysql_upgrade exiting with
an 'Error occurred: The mysql.session exists but is not correctly
configured. The mysql.session needs SELECT privileges in the
performance_schema database and the mysql.db table and also SUPER
privileges.'

The way mysql_upgrade tries to check this requirement is with the query
'SELECT SUM(count)=3 FROM ( SELECT COUNT(*) as count FROM
mysql.tables_priv WHERE Table_priv='Select' and User='mysql.session' and
Db='mysql' and Table_name='user' UNION ALL SELECT COUNT(*) as count FROM
mysql.db WHERE Select_priv='Y' and User='mysql.session' and
Db='performance_schema' UNION ALL SELECT COUNT(*) as count FROM
mysql.user WHERE Super_priv='Y' and User='mysql.session') as user_priv'
which is quite a stupid way to do that.

And this failed in my case because i have 2 mysql.session users, one on
localhost and one with '%' as host, so even tho my users were set up
_exactly_ as mysql_upgrade demanded, it didn't warn me about the
multiple users. Great check... Deleting one caused mysql_upgrade to pass
and the dpkg system to return to normal (with an apt-get install -f)

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

Title:
  package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1726656/+subscriptions

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

[Bug 1724583] Re: gdm3 in Ubuntu 17.10 doesn't list wayland sessions when using hybrid graphics

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

** Changed in: gnome-shell (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/1724583

Title:
  gdm3 in Ubuntu 17.10 doesn't list wayland sessions when using hybrid
  graphics

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

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

[Bug 1556435] Re: totem crashed with SIGSEGV

2017-10-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1574253 ***
https://bugs.launchpad.net/bugs/1574253

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

** Changed in: totem (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/1556435

Title:
  totem crashed with SIGSEGV

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

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

[Bug 1499391] Re: do-release-update crashes on lines 126-127

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

** Changed in: ubuntu-release-upgrader (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/1499391

Title:
  do-release-update crashes on lines 126-127

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

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

[Bug 1726707] Re: gnome-software crashes machine hard

2017-10-24 Thread Thomas Jagoditsch
tried to get additional information via recipes in 
https://help.ubuntu.com/community/DebuggingSystemCrash but no luck.
- Alt-SysRq does nothing at all
- linux-crashdump was successfully installed (checked via /proc/cmdline) but 
there is nothing in /var/crash after powercycle
- tracing the system logfiles via ssh revealed no further information

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

Title:
  gnome-software crashes machine hard

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-10-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1721315 ***
https://bugs.launchpad.net/bugs/1721315

Well I experience the same issue without using a stylus or keyboard and
I was tracking bug 1721315. The pre-conditions may be unimportant so
let's assume it's the same bug. If it's not then please clarify in the
description here how this one is different.

As for X11 vs Wayland, for high-level behaviour like whether something
is displayed at all, those should always be the same for both X11 and
Wayland. So that distinction should be irrelevant until proven
otherwise.

It's also not necessary to copy the entire contents from an upstream
bug. Although for some bug trackers LaunchPad will do it automatically.

Bug 1721315 is also older than this one, which is preferred when
deduplicating bugs.

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1724562] Re: linux-lts-trusty: 3.13.0-135.184~precise1 -proposed tracker

2017-10-24 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  linux-lts-trusty: 3.13.0-135.184~precise1 -proposed tracker

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

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

[Bug 1726723] [NEW] package emacs25 25.1+1-3ubuntu4.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-10-24 Thread Valentin Quequet
Public bug reported:

I tried to install "elpa-pdf-tools" which depends on "emacs" which
himself depends on "emacs25 | emacs25-lucid | emacs25-nox" .

In the process, the "emacs25" package failed to install (it was not
installed before).

That's all, Folks!

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: emacs25 25.1+1-3ubuntu4.1
ProcVersionSignature: Ubuntu 4.10.0-37.41-lowlatency 4.10.17
Uname: Linux 4.10.0-37-lowlatency x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
Date: Tue Oct 24 08:53:55 2017
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.6~17.04.1
SourcePackage: emacs25
Title: package emacs25 25.1+1-3ubuntu4.1 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package third-party-packages zesty

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

Title:
  package emacs25 25.1+1-3ubuntu4.1 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/emacs25/+bug/1726723/+subscriptions

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

[Bug 1726711] Re: valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-24 Thread Florian Weimer
This is a valgrind bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1462258
https://bugs.kde.org/show_bug.cgi?id=381289

** Bug watch added: Red Hat Bugzilla #1462258
   https://bugzilla.redhat.com/show_bug.cgi?id=1462258

** Bug watch added: KDE Bug Tracking System #381289
   https://bugs.kde.org/show_bug.cgi?id=381289

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1726714] Re: gnome-control-center crashed with SIGABRT in g_assertion_message()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1720441 ***
https://bugs.launchpad.net/bugs/1720441

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 #1720441, 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/1726714/+attachment/4990274/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1722334] Re: linux-raspi2: 4.10.0-1020.23 -proposed tracker

2017-10-24 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

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

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

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

[Bug 1667659] Re: signon-ui crashed with SIGSEGV in QWindow::show()

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

** Changed in: signon-ui (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/1667659

Title:
  signon-ui crashed with SIGSEGV in QWindow::show()

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

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

[Bug 1724500] Re: linux: 3.13.0-135.184 -proposed tracker

2017-10-24 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  linux: 3.13.0-135.184 -proposed tracker

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

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

[Bug 1722330] Re: linux: 4.10.0-38.42 -proposed tracker

2017-10-24 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  linux: 4.10.0-38.42 -proposed tracker

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

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

[Bug 1499391] Re: do-release-update crashes on lines 126-127

2017-10-24 Thread Boris Malkov
I've tried to upgrade from 16.10 to 17.04 and got the same error.

Changed /usr/sbin/do-release-upgrade from

print(_("For upgrade information, please visit:\n"
"%(url)s\n") % { 'url' : url })

to

print(_("For upgrade information, please visit:\n %(url)s\n") % {
'url' : url })

and upgrade have started.

Ubuntu - ignoring bugs over centuries! ))

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

Title:
  do-release-update crashes on lines 126-127

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

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

[Bug 1724657] Re: Boot freeze with Ubuntu 17.10-beta2 on Surface Book

2017-10-24 Thread Chatty
@Ben: Does not change a thing. I grub cli I type "linux
/casper/vmlinuz.efi debug earlyprintk=efi" and then "boot" and system
freezes immediately.

@Kai: In #3 I already mentioned the latest working 4.12 kernel and the
earliest non-working 4.13 kernel I could find. If you hapüen to find
something in between just point me at it and I'll give it a try.

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

Title:
  Boot freeze with Ubuntu 17.10-beta2 on Surface Book

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

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

[Bug 1726730] [NEW] IPRoute pkg is in different version than kernel

2017-10-24 Thread eloy coto
Public bug reported:

Hello,

At the moment there is a problem with Iproute package in Zesty and
artful.

In Zesty the kernel version is 4.10.0, and the Iproute package is 4.9.0. 
In Artful the kernel version is 4.13, and the Iproute is 4.9.0 too. 

This is causing some problems in the BPF/XDP setup, some code is in the
kernel but doesn't have the same version in Iproute, so it'll fail.

Found the problem using cilium project
 and the problem was
validated by Daniel Borkmann (iproute mantainer)

I didn't find any related bug related to updating. If you need help to
test/update, I can help you.

Regards and many thanks.

** Affects: iproute2 (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/1726730

Title:
  IPRoute pkg is in different version than kernel

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

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

[Bug 1726716] Re: gvfsd-mtp crashed with SIGSEGV

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

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 #1706097, 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/1726716/+attachment/4990284/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-mtp crashed with SIGSEGV

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

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

[Bug 1725526] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2017-10-24 Thread Didier Roche
*** This bug is a duplicate of bug 1725219 ***
https://bugs.launchpad.net/bugs/1725219

** This bug has been marked a duplicate of bug 1725219
   
/usr/bin/gnome-control-center:11:g_type_check_instance_cast:ext_ubuntu_dock_placement_changed_callback:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist

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

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_check_instance_cast()

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

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

[Bug 1726731] Re: kdeconnectd crashed with SIGABRT in QMessageLogger::fatal()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1708658 ***
https://bugs.launchpad.net/bugs/1708658

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 #1708658, 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/1726731/+attachment/4990333/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  kdeconnectd crashed with SIGABRT in QMessageLogger::fatal()

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2017-10-24 Thread Jun Yamut
How do I get around this issue? I just got this error after getting an
update today. I'm on 16.04.3

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1286910] Re: Lock screen uses last active window's language instead of default keyboard language

2017-10-24 Thread Hatem
Until this bug get fixed, you can switch to console mode and disable gnome 
screen saver : 
$gnome-screensaver-command -d

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

Title:
  Lock screen uses last active window's language instead of default
  keyboard language

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

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

[Bug 1726707] [NEW] gnome-software crashes machine hard

2017-10-24 Thread Thomas Jagoditsch
Public bug reported:

gnome-software instantly crashes my machine hard reproducible, only forced 
power off possible.
mouse stuck, no num-lock, machine not pingable anymore.

as there is no crash report whatsoever generated i installed ssh on the
machine and started "DISPLAY=:0 gnome-software --verbose" via ssh
session, output attached.

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

** Attachment added: "log of gnome-software --verbose via ssh"
   
https://bugs.launchpad.net/bugs/1726707/+attachment/4990240/+files/gnome-software_crash.log

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

Title:
  gnome-software crashes machine hard

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

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

[Bug 1725259] Re: general protection fault: 0000 [#1] SMP

2017-10-24 Thread Cedric Br
Same problem, i will fill the bug on freedesktop

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

Title:
  general protection fault:  [#1] SMP

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

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

[Bug 1305232] Re: Postfix fails to start, "failure to copy certificates"

2017-10-24 Thread ChristianEhrhardt
Multiple notes on this for the SRU Team:
1. the trusty fix was accepted by Brian about a month ago, but back then it 
failed to build.
   Reason: it had issues on the new kernel in the build env.
   Currently 2.11.0-1ubuntu1.2 [1] is in proposed for that which looks good.
   IMHO that could have needed a -v2.11.0-1ubuntu1 but it is too late for that.
   I expect some SRU tools miss this bug, for the -v being missing.

2. The Xenial SRU pipe is finally cleared of [2], so we now are able to
correctly sponsor the Xenial fix for this.

Thereby ready for SRU review and acceptance on x-unapproved as well now.

@Josh it would be great if you could help to track migration of these -
ok?

[1]: https://launchpad.net/ubuntu/+source/postfix/2.11.0-1ubuntu1.2
[2]: https://launchpad.net/ubuntu/+source/postfix/3.1.0-3ubuntu0.1

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

Title:
  Postfix fails to start, "failure to copy certificates"

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

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

[Bug 1726708] Re: gvfsd-smb-browse crashed with SIGABRT

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1546463 ***
https://bugs.launchpad.net/bugs/1546463

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 #1546463, 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/1726708/+attachment/4990243/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-smb-browse crashed with SIGABRT

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

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

[Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2017-10-24 Thread luca.mg
The ugly workaround from Hans Schwimmbeck works for me with the Epson
4490 scanner (iscan gtx 750 bundle). During install I was required to
allow the uninstall of the colord package, which I did, reinstalling it
soon after; strangely the removal of colord didn't remove gnome related
stuff as experienced in previous attempts to play with the zesty libsane
(?!?!?). Other than issuing the hold command in the terminal I've also
had to pin the relevant packages within synaptic, or else the software
updater would try to upgrade libsane to libsane1 (?!?!? again). This so
called ugly workaround is the most elegant solution available at the
moment IMHO, thank You for sharing Hans; my workaround (post #16) was
preventing the upgrade of many packages, while this supposedly ugly fix
doesn't.

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

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

[Bug 1726706] [NEW] Fails to build snapd on ppc64el

2017-10-24 Thread Michael Vogt
Public bug reported:

The builds of snapd git master (and 2.28~rc1) fail on ppc64el in zesty
(only there) with the following error message:

/tmp/go-build312455947/github.com/snapcore/snapd/cmd/snap-seccomp/_test/snap-seccomp.test:
 error while loading shared libraries: R_PPC64_ADDR16_HA re115ff6af8 for symbol 
`’ out of range
exit status 127

One full build log is here: https://launchpad.net/~snappy-
dev/+archive/ubuntu/edge/+build/133381271

Michael Hudson-Doyle pointed me to https://go-
review.googlesource.com/c/go/+/33106 which is the upstream fix for this
bug. This fix is included in the 1.8 series of golang. To unblock snapd
in 17.04 I would like to backport/SRU the fix for golang.

This is also a problem for other packages using go in 17.04, e.g.
https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1711935 and
for our users who develop on go1.7.

[Test case]
1. build snapd on ppc64el with golang 1.7
2. observe that it fails to build with R_PPC64_ADDR16_HA out of range errors
3. update to the fixed golang 1.7
4. verify that the build works with that

[Regression potential]
- medium, its a change in the way the linker is called. However given that this 
is the default in go1.8 the risk seems ok.

** Affects: golang-1.7 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: golang-1.7 (Ubuntu Zesty)
 Importance: Undecided
 Status: New

** Also affects: golang-1.7 (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: golang-1.7 (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/1726706

Title:
  Fails to build snapd on ppc64el

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

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

[Bug 1712639] Re: nfs-kernel-server doesn't wait on (luks) encrypted fs on startup

2017-10-24 Thread Michael Neuffer
The problem 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/1712639

Title:
  nfs-kernel-server doesn't wait on (luks) encrypted fs on startup

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

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

[Bug 1725664] Re: linking against qt5 breaks c++14

2017-10-24 Thread LocutusOfBorg
So, I don't think this is a bug, moreover how can you have cmake 3.9 on
16.04?

I tested on 17.04 and works with that SET(CMAKE_CXX_STANDARD 14)

** Changed in: cmake (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/1725664

Title:
  linking against qt5 breaks c++14

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

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

[Bug 947881] Re: VirtualBox crash when trying to share a mounted point folder

2017-10-24 Thread LocutusOfBorg
Ubuntu 11.10 is EOL now. Closing

** Changed in: virtualbox (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  VirtualBox crash when trying to share a mounted point folder

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

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

[Bug 1726769] Re: systemd-udevd crashed with SIGABRT in __libc_open64()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1715782 ***
https://bugs.launchpad.net/bugs/1715782

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 #1715782, 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/1726769/+attachment/4990531/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  systemd-udevd crashed with SIGABRT in __libc_open64()

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

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

[Bug 1724657] Re: Boot freeze with Ubuntu 17.10-beta2 on Surface Book

2017-10-24 Thread Kai-Heng Feng
Right. My apology.

Please try kernel here: http://people.canonical.com/~khfeng/lp1724657-1/

$ git bisect log
git bisect start
# good: [6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c] Linux 4.12
git bisect good 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c
# bad: [5771a8c08880cdca3bfb4a3fc6d309d6bba20877] Linux v4.13-rc1
git bisect bad 5771a8c08880cdca3bfb4a3fc6d309d6bba20877

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

Title:
  Boot freeze with Ubuntu 17.10-beta2 on Surface Book

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

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

[Bug 1726504] Re: Was there a change of RemoveIPC semantics in Ubuntu 17.10?

2017-10-24 Thread Dimitri John Ledkov
"as it had before the upgrade" -> do you per chance have upgrade logs? e.g. 
/var/log/apt/* files?
To check if /etc/systemd/logind.conf conffile was overwritten. Local 
modifications should be preserved on upgrades and apt logs should mention if 
logind.conf was rewritten or not.

The defaults have not changed in artful. RemoveIPC in logind.conf has
been yes since introduction in v211, which is pre-xenial.

There has been no changes to the defaults, so further investigation /
logs are required from the affected system.

** Changed in: systemd (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/1726504

Title:
  Was there a change of RemoveIPC semantics in Ubuntu 17.10?

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

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

[Bug 1726168] Re: deluge-gtk crashed with SIGSEGV

2017-10-24 Thread Cas
The early 1.1 versions are quite buggy, could you try with latest
libtorrent 1.1 stable from the develop ppa: https://launchpad.net
/~deluge-team/+archive/ubuntu/develop/+build/13580853

You will only need these debs:

libtorrent-rasterbar9*.deb
python-libtorrent*.deb

Install them using `dpkg --install xyz.deb`

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

Title:
  deluge-gtk crashed with SIGSEGV

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

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

[Bug 1513853] Re: RabbitMQ connection going down consistently with scale config

2017-10-24 Thread James Page
I appreciate that this is an older bug, but if you could provide details
on which Ubuntu release and which version of the rabbitmq-server package
you see this issue that would be helpful.

Marking 'Incomplete' and 'Low' for now.  Please set back to 'New' when
the information requested has been provided, or mark 'Invalid' if you no
longer see this issue (as you've moved to a newer Ubuntu or OpenStack
release version).

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Incomplete

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Low

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

Title:
  RabbitMQ connection going down consistently with scale config

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1513853] Re: RabbitMQ connection going down consistently with scale config

2017-10-24 Thread James Page
I appreciate that this is an older bug, but if you could provide details
on which Ubuntu release and which version of the rabbitmq-server package
you see this issue that would be helpful.

Marking 'Incomplete' and 'Low' for now.  Please set back to 'New' when
the information requested has been provided, or mark 'Invalid' if you no
longer see this issue (as you've moved to a newer Ubuntu or OpenStack
release version).

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Incomplete

** Changed in: rabbitmq-server (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/1513853

Title:
  RabbitMQ connection going down consistently with scale config

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

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

[Bug 1194925] Re: DST not handled correctly

2017-10-24 Thread James Page
Hi Kasper

As this is an older bug report (on 12.04) and suds has been updated to
the 0.7 release I'm going to mark this bug as 'Invalid'; if you still
see this issue with the latest suds package version in Ubuntu 17.10,
please set back to new and confirm that this is still an issue.

Thanks!

** Changed in: suds (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/1194925

Title:
  DST not handled correctly

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

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

[Bug 1496409] Re: Race condition in mnesia_locker after node down

2017-10-24 Thread James Page
Jorge

Have you seen this issue in Xenial or later releases of the RabbitMQ
server package?  Xenial included a 3.5.x series rabbitmq which should
contain the fixes referenced.

Note that we also provide this version of RMQ for trusty uses via the
Icehouse Ubuntu Cloud Archive.

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Triaged

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Medium

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Medium => Low

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

Title:
  Race condition in mnesia_locker after node down

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1496409] Re: Race condition in mnesia_locker after node down

2017-10-24 Thread James Page
Jorge

Have you seen this issue in Xenial or later releases of the RabbitMQ
server package?  Xenial included a 3.5.x series rabbitmq which should
contain the fixes referenced.

Note that we also provide this version of RMQ for trusty uses via the
Icehouse Ubuntu Cloud Archive.

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Triaged

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Medium

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Medium => Low

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

Title:
  Race condition in mnesia_locker after node down

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2017-10-24 Thread Jun Yamut
Hi Christian,

Sorry, I was not very clear, and thank you for the prompt reply. I have
tried the workaround before I posted my comment here. It does not work.
Note I cannot uninstall MySQL. I need it. And yes, I don't want the
service to run on boot, preferring to start it manually (Although I can
change this of course, probably pads a couple milliseconds @ boot time
but SSD speed is almost negligible).  :)

>From what I read above and in other reports, this is what I have done so far:
1) enable the service - systemctl enable mysql.service
2) start if not yet started - systemctl start mysql.service
3) apt upgrade

But it seems the `enable` command has some errors - sudo systemctl
enable mysql.service

Result:
Synchronizing state of mysql.service with SysV init with 
/lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable mysql
insserv: warning: current start runlevel(s) (empty) of script `mysql' overrides 
LSB defaults (2 3 4 5).
update-rc.d: error: no runlevel symlinks to modify, aborting!

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1726775] [NEW] package python-pip 8.1.1-2ubuntu0.4 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-10-24 Thread zhoubw
Public bug reported:

nothing

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pip 8.1.1-2ubuntu0.4
ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Oct 24 17:22:53 2017
ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
InstallationDate: Installed on 2017-10-23 (0 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: python-pip
Title: package python-pip 8.1.1-2ubuntu0.4 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python-pip 8.1.1-2ubuntu0.4 failed to install/upgrade: 子进程 已安装
  post-installation 脚本 返回错误状态 1

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

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

[Bug 1721278] Re: apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" w/ 4.14-rc2 and later

2017-10-24 Thread Paul Menzel
I’d really like to try the Linux kernel fix. Can a get it from
somewhere?

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

Title:
  apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed"
  w/ 4.14-rc2 and later

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

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

[Bug 1712478] Re: openvswitch rstp sets physical switch port in error state

2017-10-24 Thread James Page
2.5.3 looks to contain some fixes for rstp; we will be updating to this
version soon in Ubuntu 16.04.

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

Title:
  openvswitch rstp sets physical switch port in error state

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

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

[Bug 1718590] Re: Atom installed as a snap doesn't show up in menus or in the terminal

2017-10-24 Thread t2d
*** This bug is a duplicate of bug 1681547 ***
https://bugs.launchpad.net/bugs/1681547

I stumbled upon the same problem with the snap of keepassxc. Will snapd
2.28 ever hit Ubuntu 17.10?

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

Title:
  Atom installed as a snap doesn't show up in menus or in the terminal

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

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

[Bug 1712478] Re: openvswitch rstp sets physical switch port in error state

2017-10-24 Thread James Page
I've uploaded 2.5.4 to:

  https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3006

if possible could you confirm whether this point release update resolves
your particular issue.

Thanks!

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

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

** Also affects: openvswitch (Ubuntu Artful)
   Importance: Low
   Status: Triaged

** Also affects: openvswitch (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

** Changed in: openvswitch (Ubuntu Artful)
   Status: Triaged => Fix Released

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

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

Title:
  openvswitch rstp sets physical switch port in error state

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

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

[Bug 1712478] Re: openvswitch rstp sets physical switch port in error state

2017-10-24 Thread James Page
Marking 'Incomplete' for now - please test the proposed package updates
and set back to 'New' with some feedback once tested.

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

Title:
  openvswitch rstp sets physical switch port in error state

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

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

[Bug 1726778] Re: budgie-polkit-dialog crashed with SIGSEGV in g_datalist_id_set_data_full()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1712120 ***
https://bugs.launchpad.net/bugs/1712120

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 #1712120, 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/1726778/+attachment/4990565/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  budgie-polkit-dialog crashed with SIGSEGV in
  g_datalist_id_set_data_full()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1726778/+subscriptions

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

[Bug 1726783] Re: blueman-manager crashed with dbus.exceptions.DBusException in err(): org.bluez.Error.ConnectionAttemptFailed: Page Timeout

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1622991 ***
https://bugs.launchpad.net/bugs/1622991

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

** Tags removed: need-duplicate-check

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

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

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

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

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

Title:
  blueman-manager crashed with dbus.exceptions.DBusException in err():
  org.bluez.Error.ConnectionAttemptFailed: Page Timeout

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

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

[Bug 1249822] Re: Logrotate doesn't run hourly in Ubuntu 13.04

2017-10-24 Thread Adrian Bridgett
I appreciate that this is an old bug, however it'd be really useful to
do (looks like it's as simple as putting the logrotate script in
/etc/cron.hourly rather than /etc/cron.daily.

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

Title:
  Logrotate doesn't run hourly in Ubuntu 13.04

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

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

[Bug 1714989] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from st_label_set_text() from ffi_call_unix64() [dash-to-panel specific?]

2017-10-24 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from
  st_label_set_text() from ffi_call_unix64() [dash-to-panel specific?]

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

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

[Bug 1726783] Re: blueman-manager crashed with dbus.exceptions.DBusException in err(): org.bluez.Error.ConnectionAttemptFailed: Page Timeout

2017-10-24 Thread Hartwig Kolbe
*** This bug is a duplicate of bug 1622991 ***
https://bugs.launchpad.net/bugs/1622991

At a subsequent try I could establish a connection, but no sound came
out. By turning off the profile, then turn on to audio, it was possible
to direct the sound to the device. But, sound was prone to stuttering at
any action (like typing this text).

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

Title:
  blueman-manager crashed with dbus.exceptions.DBusException in err():
  org.bluez.Error.ConnectionAttemptFailed: Page Timeout

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

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

Re: [Bug 1703573] Re: package python-decorator 4.0.6-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread raviram
Sir yes I changed the default python 2.7 to python 3 now the configparser
of py3 is not allow me to use anything how should I resolve the issue ?

On Oct 24, 2017 14:31, "James Page"  wrote:

> Any chance /usr/bin/python is not a symlink to /usr/bin/python2.7?
>
> ConfigParser is part of the Python 2.7 stdlib; in Python 3 its been
> renamed to configparser, so the debpython module won't work with Python
> 3.
>
> I'm going to mark this bug as Invalid; if the above is not true, please
> set back to new.
>
> ** Changed in: python-decorator (Ubuntu)
>Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1703573
>
> Title:
>   package python-decorator 4.0.6-1 failed to install/upgrade: subprocess
>   installed post-installation script returned error exit status 1
>
> Status in python-decorator package in Ubuntu:
>   Invalid
>
> Bug description:
>   package python-decorator 4.0.6-1 failed to install/upgrade: subprocess
>   installed post-installation script returned error exit status 1
>
>   I am seeing system internal error message popping up everytime I start
>   the OS and this Bug also doesn't allow me to do system  updates
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: python-decorator 4.0.6-1
>   ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
>   Uname: Linux 4.4.0-83-generic x86_64
>   NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
>   ApportVersion: 2.20.1-0ubuntu2.6
>   Architecture: amd64
>   Date: Sat Jul  8 16:52:48 2017
>   Dependencies:
>
>   ErrorMessage: subprocess installed post-installation script returned
> error exit status 1
>   InstallationDate: Installed on 2017-01-11 (180 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   PackageArchitecture: all
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.2
>apt  1.2.20
>   SourcePackage: python-decorator
>   Title: package python-decorator 4.0.6-1 failed to install/upgrade:
> subprocess installed post-installation script returned error exit status 1
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/python-decorator/+bug/1703573/+
> subscriptions
>

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

Title:
  package python-decorator 4.0.6-1 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/python-decorator/+bug/1703573/+subscriptions

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

[Bug 1722599] Re: gnome-shell crash on search specific app [gtkicontheme.c:4258:gtk_icon_info_load_icon_finish: assertion failed: (icon_info_get_pixbuf_ready (icon_info))]

2017-10-24 Thread Gianluca Masci
Disable file search solve the issue for me

** Attachment added: "search-pref .png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1722599/+attachment/4990622/+files/search-pref%20.png

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

Title:
  gnome-shell crash on search specific app
  [gtkicontheme.c:4258:gtk_icon_info_load_icon_finish: assertion failed:
  (icon_info_get_pixbuf_ready (icon_info))]

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

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

[Bug 1714803] Re: Search list in resolv.conf breaks resolving for that domain

2017-10-24 Thread Matthias Fratz
@toto-23, you may want to try putting the following in
/etc/systemd/resolved.conf as a temporary workaround:

[Resolve]
Domains=

Note that there is nothing after the equals sign. According to the docs
it will override anything systemd-resolved reads from /etc/resolv.conf
with an empty list. This is the workaround that works for me on 17.04,
so maybe it also works on 17.10. On my 17.10 test VM it at least doesn't
seem to cause any problems.

Interestingly, per-connection search paths still work for me (the
documentation is ambiguous about whether Domains= overrides them or not)
on both 17.04 and 17.10. So setting "Domains=" by default might be
enough to fix the bug? Not sure whether that has unintended side
effects, though.

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

Title:
  Search list in resolv.conf breaks resolving for that domain

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

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

[Bug 1726782] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1714989 ***
https://bugs.launchpad.net/bugs/1714989

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 #1714989, 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/1726782/+attachment/4990598/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1714989
   gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from 
st_label_set_text() from ffi_call_unix64() [dash-to-panel specific?]

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()

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

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

[Bug 1055949] Re: Unity panel shadow appears as solid black bar on GLES/ARM (Pandaboard, Nexus 7)

2017-10-24 Thread Colin Watson
** Attachment removed: "B24F9C7D899A4C2906274C73EB15F722.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4908962/+files/B24F9C7D899A4C2906274C73EB15F722.jpg

** Attachment removed: "75DFA1B0F05A73C3671AF399A37B4C7E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4917548/+files/75DFA1B0F05A73C3671AF399A37B4C7E.jpg

** Attachment removed: "F06AD4C967424E3A.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4936244/+files/F06AD4C967424E3A.jpg

** Attachment removed: "F15E8A35A3708F38.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4924193/+files/F15E8A35A3708F38.jpg

** Attachment removed: "049D04FAE11D3999.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4952792/+files/049D04FAE11D3999.jpg

** Attachment removed: "E01623A3F94E3A69.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1055949/+attachment/4972421/+files/E01623A3F94E3A69.jpg

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

Title:
  Unity panel shadow appears as solid black bar on GLES/ARM (Pandaboard,
  Nexus 7)

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

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

[Bug 256021] Re: glxinfo crashed with SIGSEGV in __libc_start_main()

2017-10-24 Thread Colin Watson
** Attachment removed: "8006346FD4D033379D089FED83F31A9D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4872667/+files/8006346FD4D033379D089FED83F31A9D.jpg

** Attachment removed: "E72A3127770287C810DB50E385323340.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4906250/+files/E72A3127770287C810DB50E385323340.jpg

** Attachment removed: "C573B18EB3EC5ED3AA6613B767D418E3.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4902205/+files/C573B18EB3EC5ED3AA6613B767D418E3.jpg

** Attachment removed: "F13424FA77909B54CE704E1587D00928.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4910380/+files/F13424FA77909B54CE704E1587D00928.jpg

** Attachment removed: "AC7BCDC2ADA4ABCD6505E44FA567A556.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/256021/+attachment/4908128/+files/AC7BCDC2ADA4ABCD6505E44FA567A556.jpg

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

Title:
  glxinfo crashed with SIGSEGV in __libc_start_main()

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

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

[Bug 1726790] [NEW] package plymouth 0.9.2-3ubuntu13.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread Kachi Fortune
Public bug reported:

This error was returned as I tried upgrading to the Ubuntu 16.04 version

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: plymouth 0.9.2-3ubuntu13.2
ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
Uname: Linux 4.4.0-97-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Oct 24 10:30:36 2017
DefaultPlymouth: /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-10-19 (5 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Hewlett-Packard HP Pavilion dv5 Notebook PC
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=d7abbbf0-de81-4ac7-a570-1dbe88180f79 ro quiet splash vt.handoff=7
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=d7abbbf0-de81-4ac7-a570-1dbe88180f79 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: plymouth
TextPlymouth: /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
Title: package plymouth 0.9.2-3ubuntu13.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2017-10-24 (0 days ago)
dmi.bios.date: 09/02/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.0B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3602
dmi.board.vendor: Quanta
dmi.board.version: 02.1B
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0B:bd09/02/2008:svnHewlett-Packard:pnHPPaviliondv5NotebookPC:pvrF.0B:rvnQuanta:rn3602:rvr02.1B:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv5 Notebook PC
dmi.product.version: F.0B
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-package xenial

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

Title:
  package plymouth 0.9.2-3ubuntu13.2 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/plymouth/+bug/1726790/+subscriptions

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

[Bug 1726168] Re: deluge-gtk crashed with SIGSEGV

2017-10-24 Thread Alberto Almeida
I was waiting for the Deluge Team stable PPA to publish packages for
Artful, but I'll follow your advice and go even further and adding their
develop PPA. I'll update comments after some usage time.

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

Title:
  deluge-gtk crashed with SIGSEGV

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

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

[Bug 1726711] Re: valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-24 Thread Matthias Klose
** Description changed:

+ SRU acceptance criteria: the package builds and the test case succeeds.
+ This is an obvious typo.
+ 
  while testing some code for potential memory leaks (using valgrind) I
  found out that the test are failing only on Ubuntu 17.10 and the problem
  appears to be somewhere in the Ubuntu toolchain. I honestly can´t be
  100% sure it´s a gcc / glibc or valgrind issue.
  
  I reduce the test case to the attached main.c file.
  
  I have tested that same piece code on the following distributions:
  fedora26, fedora-rawhide, rhel7.4, rhel7.5-devel, debian9, debian
  testing, debian unstable and debian experimental without any error.
  
  On all the above distros:
  
  # gcc -Wall main.c
- # valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 
+ # valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out
  
  received event: 1
  ==1807== FILE DESCRIPTORS: 3 open at exit.
  ==1807== Open file descriptor 2: /dev/pts/0
  ==1807==
- ==1807== 
+ ==1807==
  ==1807== Open file descriptor 1: /dev/pts/0
  ==1807==
- ==1807== 
+ ==1807==
  ==1807== Open file descriptor 0: /dev/pts/0
  ==1807==
- ==1807== 
- ==1807== 
+ ==1807==
+ ==1807==
  # echo $?
  0
  
  On ubuntu 17.10 freshly installed and fully updated:
  
- # valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 
+ # valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out
  ==8057== Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
  ==8057==at 0x4F50C20: epoll_pwait (epoll_pwait.c:42)
  ==8057==by 0x108A2B: main (in /home/ubuntu/a.out)
  ==8057==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
- ==8057== 
+ ==8057==
  
  received event: 1
  ==8057== FILE DESCRIPTORS: 3 open at exit.
  ==8057== Open file descriptor 2: /dev/pts/4
  ==8057==
- ==8057== 
+ ==8057==
  ==8057== Open file descriptor 1: /dev/pts/4
  ==8057==
- ==8057== 
+ ==8057==
  ==8057== Open file descriptor 0: /dev/pts/4
  ==8057==
- ==8057== 
- ==8057== 
+ ==8057==
+ ==8057==
  
  # echo $?
  127
  
  as you can see from the code, we don´t invoke epoll_pwait directly, we
  invoke only epoll_wait.
  
  According to the man page for epoll_(p)wait, sigmask can be NULL but somehow 
valgrind is catching that as an error or somehow glibc epoll_wait or 
epoll_pwait are not treating that properly.
  I don´t see any relevant code difference between glibc in debian unstable 
(2.24-17) or ubuntu 17.10 (2.26-0ubuntu2) that could warrant this kind of 
behavior.
  
  Due to this bug, you could expect some test suite to fail. Not sure if
  it can have some runtime side effects tho.

** Also affects: valgrind via
   https://bugs.kde.org/show_bug.cgi?id=381289
   Importance: Unknown
   Status: Unknown

** Changed in: valgrind (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1717891] Re: Canonical-pike setup: cinder-api broken, fails to import _LE from i18n

2017-10-24 Thread Akshay Ranade
Hi Corey, We are also facing the same issue pasting here the requested
result:

ubuntu@vm6:~$ dpkg -l | grep cinder
ii  cinder-api 2:11.0.0-0ubuntu2~cloud0 
  all  Cinder storage service - API server
ii  cinder-backup  2:11.0.0-0ubuntu2~cloud0 
  all  Cinder storage service - Scheduler server
ii  cinder-common  2:11.0.0-0ubuntu2~cloud0 
  all  Cinder storage service - common files
ii  cinder-scheduler   2:11.0.0-0ubuntu2~cloud0 
  all  Cinder storage service - Scheduler server
ii  cinder-volume  2:11.0.0-0ubuntu2~cloud0 
  all  Cinder storage service - Volume server
ii  python-cinder  2:11.0.0-0ubuntu2~cloud0 
  all  Cinder Python libraries

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

Title:
  Canonical-pike setup: cinder-api broken, fails to import _LE from i18n

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

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

[Bug 1722301] Re: linux-lts-xenial: 4.4.0-98.121~14.04.1 -proposed tracker

2017-10-24 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   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/1722301

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

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

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

[Bug 1051274] Re: The launchers of signature and encryption plugins are defective

2017-10-24 Thread Colin Watson
** Attachment removed: "11A035B32A4C73736D4E59C92AD6DF54.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/seahorse-nautilus/+bug/1051274/+attachment/4896971/+files/11A035B32A4C73736D4E59C92AD6DF54.jpg

** Attachment removed: "3D253F27553C28C5.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/seahorse-nautilus/+bug/1051274/+attachment/4932230/+files/3D253F27553C28C5.jpg

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

Title:
  The launchers of signature and encryption plugins are defective

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

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

[Bug 51043] Re: ListView - Context-menu options missing when pointer is above files/folders

2017-10-24 Thread Colin Watson
** Attachment removed: "B3F0BBFD720296CB5D8FA277B76A31B7.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4896970/+files/B3F0BBFD720296CB5D8FA277B76A31B7.jpg

** Attachment removed: "AAAFE1EB48FFB63E.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4932231/+files/AAAFE1EB48FFB63E.jpg

** Attachment removed: "F9ABD09DE01DB163.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/51043/+attachment/4970809/+files/F9ABD09DE01DB163.jpg

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

Title:
  ListView - Context-menu options missing when pointer is above
  files/folders

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

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

[Bug 1726735] [NEW] DNS resolve.conf error

2017-10-24 Thread jylovedmm
Public bug reported:

ubuntu 17.10, systemd-resolved listen 127.0.0.53 but 127.0.1.1 setted in
resolve.conf !!

andy@Andy-Desktop:~$ uname -a
Linux Andy-Desktop 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

andy@Andy-Desktop:~$ cat /etc/resolv.conf
# Generated by NetworkManager
search 9office
nameserver 127.0.1.1

andy@Andy-Desktop:~$ sudo netstat -nlup| grep resolve
udp0  0 127.0.0.53:53   0.0.0.0:*   
700/systemd-resolve
udp0  0 0.0.0.0:53550.0.0.0:*   
700/systemd-resolve
udp6   0  0 :::5355 :::*
700/systemd-resolve
andy@Andy-Desktop:~$

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 127.0.0.53

** Description changed:

- ubuntu 17.10, systemd-resolved listen 127.0.0.53 but 127.0.1.1 seted in
+ ubuntu 17.10, systemd-resolved listen 127.0.0.53 but 127.0.1.1 setted in
  resolve.conf !!
  
  andy@Andy-Desktop:~$ uname -a
  Linux Andy-Desktop 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
  
- andy@Andy-Desktop:~$ cat /etc/resolv.conf 
+ andy@Andy-Desktop:~$ cat /etc/resolv.conf
  # Generated by NetworkManager
  search 9office
  nameserver 127.0.1.1
  
- 
  andy@Andy-Desktop:~$ sudo netstat -nlup| grep resolve
- udp0  0 127.0.0.53:53   0.0.0.0:* 
  700/systemd-resolve 
- udp0  0 0.0.0.0:53550.0.0.0:* 
  700/systemd-resolve 
- udp6   0  0 :::5355 :::*  
  700/systemd-resolve 
+ udp0  0 127.0.0.53:53   0.0.0.0:* 
  700/systemd-resolve
+ udp0  0 0.0.0.0:53550.0.0.0:* 
  700/systemd-resolve
+ udp6   0  0 :::5355 :::*  
  700/systemd-resolve
  andy@Andy-Desktop:~$

** Tags added: 127.0.0.53

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

Title:
  DNS resolve.conf error

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

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

[Bug 1618188] Re: systemd journal should be persistent by default: /var/log/journal should be created; remove rsyslog from default installs

2017-10-24 Thread Merlijn Sebrechts
Let's give this discussion another dimension. Non-persistent logging as
default made it impossible to debug a critical `fwupdate` bug where the
OS doesn't boot after a firmware update:
https://github.com/rhboot/fwupdate/issues/86

Please, please, just enable persistent logging by default. Systemd logs
a lot more than rsyslog and having at most 2x logs is a small price to
pay for the debug/support benefits.

** Bug watch added: github.com/rhboot/fwupdate/issues #86
   https://github.com/rhboot/fwupdate/issues/86

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

Title:
  systemd journal should be persistent by default: /var/log/journal
  should be created; remove rsyslog from default installs

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

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

[Bug 1726739] [NEW] package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-10-24 Thread Miguel Pujante Marco
Public bug reported:

upgrade to 17.10

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: cracklib-runtime 2.9.2-5build1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Tue Oct 24 01:18:27 2017
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2017-01-14 (282 days ago)
InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SourcePackage: cracklib2
Title: package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: 
dependency problems - leaving triggers unprocessed
UpgradeStatus: Upgraded to artful on 2017-10-24 (0 days ago)

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


** Tags: amd64 apport-package artful

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

Title:
  package cracklib-runtime 2.9.2-5build1 failed to install/upgrade:
  dependency problems - leaving triggers unprocessed

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

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

[Bug 1726306] Re: Failure to reactivate display after locking

2017-10-24 Thread Levi Bard
It's definitely not (directly) related to either of those - I can't even
get the display to come back on, let alone enter a password at the lock
screen.

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

Title:
  Failure to reactivate display after locking

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

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

[Bug 1726738] [NEW] package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-10-24 Thread Miguel Pujante Marco
*** This bug is a duplicate of bug 1726739 ***
https://bugs.launchpad.net/bugs/1726739

Public bug reported:

upgrade to 17.10

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: cracklib-runtime 2.9.2-5build1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Tue Oct 24 01:18:27 2017
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2017-01-14 (282 days ago)
InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SourcePackage: cracklib2
Title: package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: 
dependency problems - leaving triggers unprocessed
UpgradeStatus: Upgraded to artful on 2017-10-24 (0 days ago)

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


** Tags: amd64 apport-package artful

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

Title:
  package cracklib-runtime 2.9.2-5build1 failed to install/upgrade:
  dependency problems - leaving triggers unprocessed

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

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

[Bug 1724657] Re: Boot freeze with Ubuntu 17.10-beta2 on Surface Book

2017-10-24 Thread Kai-Heng Feng
v4.13-rc[1..7] from [1] is release between v4.12 and v4.13.

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/

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

Title:
  Boot freeze with Ubuntu 17.10-beta2 on Surface Book

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

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

[Bug 1726570] Re: pterm crashed with SIGSEGV in XGetDefault()

2017-10-24 Thread Renardo
** 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/1726570

Title:
  pterm crashed with SIGSEGV in XGetDefault()

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

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

[Bug 1726711] Re: valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-24 Thread Fabio Massimo Di Nitto
Hi Florian,

thanks for the super fast response.

Cheers
Fabio

** Package changed: glibc (Ubuntu) => valgrind (Ubuntu)

** Changed in: valgrind (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/1726711

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1726743] [NEW] Kernel hangs after mounting usb HD

2017-10-24 Thread Wolf Rogner
Public bug reported:

After mounting external USB HDs the kernel hangs.

$ uname -a
Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

syslog:
...
Oct 24 09:48:43 mbpr13b kernel: [26748.402025] usb 2-1: new SuperSpeed USB 
device number 24 using xhci_hcd
Oct 24 09:48:43 mbpr13b kernel: [26748.423219] usb 2-1: New USB device found, 
idVendor=0bc2, idProduct=231a
Oct 24 09:48:43 mbpr13b kernel: [26748.423225] usb 2-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Oct 24 09:48:43 mbpr13b kernel: [26748.423228] usb 2-1: Product: Expansion
Oct 24 09:48:43 mbpr13b kernel: [26748.423231] usb 2-1: Manufacturer: Seagate
Oct 24 09:48:43 mbpr13b kernel: [26748.423233] usb 2-1: SerialNumber: NA8658H8
Oct 24 09:48:43 mbpr13b kernel: [26748.426080] scsi host1: uas
Oct 24 09:48:43 mbpr13b kernel: [26748.428009] scsi 1:0:0:0: tag#0 data cmplt 
err -75 uas-tag 1 inflight: CMD 
Oct 24 09:48:43 mbpr13b kernel: [26748.428019] scsi 1:0:0:0: tag#0 CDB: Inquiry 
12 00 00 00 24 00
Oct 24 09:48:43 mbpr13b mtp-probe: checking bus 2, device 24: 
"/sys/devices/pci:00/:00:14.0/usb2/2-1"
Oct 24 09:48:43 mbpr13b mtp-probe: bus: 2, device: 24 was not an MTP device
Oct 24 09:48:43 mbpr13b kernel: [26748.431989] general protection fault:  
[#1] SMP
Oct 24 09:48:43 mbpr13b kernel: [26748.432028] Modules linked in: nls_utf8 
isofs uas usb_storage pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) rfcomm hid_magicmouse hidp cmac bnep nls_iso8859_1 joydev 
intel_spi_platform intel_spi spi_nor mtd snd_hda_codec_hdmi 
snd_hda_codec_cirrus snd_hda_codec_generic bcm5974 btusb btrtl btbcm 
snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep btintel bluetooth snd_pcm 
ecdh_generic snd_seq_midi snd_seq_midi_event input_leds snd_rawmidi applesmc 
input_polldev intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_seq 
kvm_intel kvm irqbypass intel_cstate intel_rapl_perf intel_pch_thermal lpc_ich 
snd_seq_device thunderbolt brcmfmac snd_timer brcmutil snd cfg80211 bdc_pci 
mei_me mei shpchp dw_dmac_pci spi_pxa2xx_pci dw_dmac_core soundcore sbs sbshc 
acpi_als kfifo_buf industrialio
Oct 24 09:48:43 mbpr13b kernel: [26748.432425]  spi_pxa2xx_platform apple_bl 
mac_hid parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher 
af_alg hid_apple dm_crypt hid_generic usbhid hid crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel i915 pcbc aesni_intel i2c_algo_bit aes_x86_64 crypto_simd 
drm_kms_helper glue_helper cryptd syscopyarea sysfillrect sysimgblt fb_sys_fops 
ahci drm libahci video
Oct 24 09:48:43 mbpr13b kernel: [26748.432614] CPU: 1 PID: 19441 Comm: 
systemd-udevd Tainted: G   OE   4.13.0-16-generic #19-Ubuntu
Oct 24 09:48:43 mbpr13b kernel: [26748.432663] Hardware name: Apple Inc. 
MacBookPro12,1/Mac-E43C1C25D4880AD6, BIOS MBP121.88Z.0171.B00.1708080033 
08/08/2017
Oct 24 09:48:43 mbpr13b kernel: [26748.432718] task: 8b4f622cae80 
task.stack: a0508497c000
Oct 24 09:48:43 mbpr13b kernel: [26748.432755] RIP: 0010:__kmalloc+0x9b/0x200
Oct 24 09:48:43 mbpr13b kernel: [26748.432778] RSP: 0018:a0508497fda0 
EFLAGS: 00010206
Oct 24 09:48:43 mbpr13b kernel: [26748.432807] RAX:  RBX: 
014080c0 RCX: 0092a7b9
Oct 24 09:48:43 mbpr13b kernel: [26748.432844] RDX: 0092a7b8 RSI: 
 RDI: 0001f420
Oct 24 09:48:43 mbpr13b kernel: [26748.432882] RBP: a0508497fdd0 R08: 
8b4feec9f420 R09: 8b4fde003980
Oct 24 09:48:43 mbpr13b kernel: [26748.432920] R10: a0508497fdc8 R11: 
8b4f622cae80 R12: 0220005f1206
Oct 24 09:48:43 mbpr13b kernel: [26748.432957] R13: 014080c0 R14: 
0018 R15: 8b4fde003980
Oct 24 09:48:43 mbpr13b kernel: [26748.432996] FS:  7f741dac28c0() 
GS:8b4feec8() knlGS:
Oct 24 09:48:43 mbpr13b kernel: [26748.433038] CS:  0010 DS:  ES:  CR0: 
80050033
Oct 24 09:48:43 mbpr13b kernel: [26748.433069] CR2: 55e4053a7430 CR3: 
0003e3eab000 CR4: 003406e0
Oct 24 09:48:43 mbpr13b kernel: [26748.433106] Call Trace:
Oct 24 09:48:43 mbpr13b kernel: [26748.433127]  ? security_file_alloc+0x58/0x70
Oct 24 09:48:43 mbpr13b kernel: [26748.433155]  security_file_alloc+0x58/0x70
Oct 24 09:48:43 mbpr13b kernel: [26748.433180]  get_empty_filp+0x93/0x1b0
Oct 24 09:48:43 mbpr13b kernel: [26748.433204]  ? __d_instantiate+0x39/0xe0
Oct 24 09:48:43 mbpr13b kernel: [26748.433228]  alloc_file+0x20/0xe0
Oct 24 09:48:43 mbpr13b kernel: [26748.433250]  anon_inode_getfile+0xf4/0x160
Oct 24 09:48:43 mbpr13b kernel: [26748.433275]  ? __alloc_fd+0x46/0x170
Oct 24 09:48:43 mbpr13b kernel: [26748.433298]  anon_inode_getfd+0x3c/0x70
Oct 24 09:48:43 mbpr13b kernel: [26748.433321]  SyS_signalfd4+0x113/0x1c0
Oct 24 09:48:43 mbpr13b kernel: [26748.433345]  do_syscall_64+0x5b/0xc0
Oct 24 09:48:43 mbpr13b kernel: [26748.433368]  
entry_SYSCALL64_slow_path+0x25/0x25
Oct 24 09:48:43 mbpr13b kernel: 

[Bug 1726743] Status changed to Confirmed

2017-10-24 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

Title:
  Kernel hangs after mounting usb HD

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

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

[Bug 1726744] [NEW] package libsane1 1.0.27-1~experimental2ubuntu1 failed to install/upgrade: Versuch, gemeinsam benutztes »/lib/udev/hwdb.d/20-sane.hwdb« zu überschreiben, welches verschieden von and

2017-10-24 Thread KaeTuuN
Public bug reported:

lsb_release -rd:
Description:Ubuntu 17.10
Release:17.10

apt-cache policy libsane1:
  Installiert:   1.0.27-1~experimental2ubuntu1
  Installationskandidat: 1.0.27-1~experimental2ubuntu1
  Versionstabelle:
 *** 1.0.27-1~experimental2ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status

What I expected to happen:
 A normal installation

What happened instead:
Following Errormessage: "package libsane1 1.0.27-1~experimental2ubuntu1 failed 
to install/upgrade: Versuch, gemeinsam benutztes 
»/lib/udev/hwdb.d/20-sane.hwdb« zu überschreiben, welches verschieden von 
anderen Instanzen des Paketes libsane1:i386 ist"

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libsane1 1.0.27-1~experimental2ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Mon Oct 23 16:52:45 2017
ErrorMessage: Versuch, gemeinsam benutztes »/lib/udev/hwdb.d/20-sane.hwdb« zu 
überschreiben, welches verschieden von anderen Instanzen des Paketes 
libsane1:i386 ist
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SourcePackage: sane-backends
Title: package libsane1 1.0.27-1~experimental2ubuntu1 failed to 
install/upgrade: Versuch, gemeinsam benutztes »/lib/udev/hwdb.d/20-sane.hwdb« 
zu überschreiben, welches verschieden von anderen Instanzen des Paketes 
libsane1:i386 ist
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu1 failed to
  install/upgrade: Versuch, gemeinsam benutztes
  »/lib/udev/hwdb.d/20-sane.hwdb« zu überschreiben, welches verschieden
  von anderen Instanzen des Paketes libsane1:i386 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1726744/+subscriptions

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

[Bug 1657256] Re: Percona crashes when doing a a 'larger' update

2017-10-24 Thread ChristianEhrhardt
FYI:
- Done reviewing branches in general
- Niedbalski and I fixed several things already (whitespace, versions, correct 
author attribution, rebase to correct base versions, ...)
- X branch looks good and builds/tests fine
- T branch FTBFS on all !x86 in [1]
- Z branch FTBFS on all !x86 in [1]

TODO:
- Niedbalski to look into the Zesty build issues
- Niedbalski to look into the Trusty build issues
- Niedbalski to test the Zesty builds once working

Note: please look in the MPs for more details (build logs, fixups and so
on)

[1]: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3005

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

Title:
  Percona crashes when doing a a 'larger' update

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1657256/+subscriptions

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

[Bug 1726738] Re: package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1726739 ***
https://bugs.launchpad.net/bugs/1726739

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1726739
   package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed

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

Title:
  package cracklib-runtime 2.9.2-5build1 failed to install/upgrade:
  dependency problems - leaving triggers unprocessed

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

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

[Bug 1726739] Re: package cracklib-runtime 2.9.2-5build1 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-10-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package cracklib-runtime 2.9.2-5build1 failed to install/upgrade:
  dependency problems - leaving triggers unprocessed

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

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

[Bug 1724215] Re: linux-euclid: 4.4.0-9019.20 -proposed tracker

2017-10-24 Thread Andy Whitcroft
** Tags added: kernel-block-proposed

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

Title:
  linux-euclid: 4.4.0-9019.20 -proposed tracker

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

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

[Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-10-24 Thread Yuan-Chen Cheng
** Changed in: modemmanager (Ubuntu)
 Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato)

** Changed in: oem-priority
 Assignee: (unassigned) => Alex Tu (alextu)

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

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

** Changed in: oem-priority
   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/1725190

Title:
  Please update modemmanager in xenial to the 1.6 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1725190/+subscriptions

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

[Bug 1725848] Re: libstdc++-5-dev:amd64 5.5.0-1ubuntu1 configured without _GLIBCXX_USE_C99

2017-10-24 Thread Matthias Klose
yes, in general, you should use the default GCC version. Older versions
might just be removed.

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

Title:
  libstdc++-5-dev:amd64 5.5.0-1ubuntu1 configured without
  _GLIBCXX_USE_C99

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1725848/+subscriptions

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

[Bug 1726745] [NEW] gnome-shell crashed with signal 5 in _XIOError()

2017-10-24 Thread Florian Lacoste
*** This bug is a duplicate of bug 1556601 ***
https://bugs.launchpad.net/bugs/1556601

Public bug reported:

1) Description: Ubuntu 17.10
Release:17.10

2) gnome-shell:
  Installé : 3.26.1-0ubuntu4
  Candidat : 3.26.1-0ubuntu4
 Table de version :
 *** 3.26.1-0ubuntu4 500
500 http://fr.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status
3) When I open a new user session I've got this issue. I can use Ubuntu without 
trouble but I've got this error message.
I had 3 packages outdated I updated them.

4) But I've always the same error when I start a session.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: gnome-shell 3.26.1-0ubuntu4
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CrashCounter: 1
CurrentDesktop: GNOME-Greeter:GNOME
Date: Tue Oct 24 09:55:09 2017
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
GsettingsChanges:
 
InstallationDate: Installed on 2017-10-22 (1 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/false
Signal: 5
SourcePackage: gnome-shell
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libmutter-1.so.0
 _XIOError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XSync () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
Title: gnome-shell crashed with signal 5 in _XIOError()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash artful

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

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/1726745/+subscriptions

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

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

2017-10-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1556601 ***
https://bugs.launchpad.net/bugs/1556601

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 #1556601, 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/1726745/+attachment/4990399/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1556601
   gnome-shell crashed with signal 5 in _XIOError() from _XReply() from XSync() 
["Connection to xwayland lost"]

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

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/1726745/+subscriptions

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

[Bug 1726747] [NEW] Maintainer: should be the canonical-kernel-team or similar

2017-10-24 Thread Andy Whitcroft
Public bug reported:

This package is maintained by the canonical-kernel-team/HWE team.
Therefore we should update the Maintainer: field to match that in the
other kernel packages, so they whine at us not Sergio.  Also we should
update the copyright to include that we are also maintaining it.

** Affects: linux-euclid (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/1726747

Title:
  Maintainer: should be the canonical-kernel-team or similar

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

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

[Bug 1726746] [NEW] Vcs-Git: should point to our internal repo

2017-10-24 Thread Andy Whitcroft
Public bug reported:

We are currently pointing people at:

Vcs-Git: g...@github.intel.com:saaguirr/e6t_bsp.git e6t-4.4-ubuntu

we should be pointing at our packaging branch in launchpad.

** Affects: linux-euclid (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/1726746

Title:
  Vcs-Git: should point to our internal repo

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

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

[Bug 1724635] Re: linux-azure-edge: 4.13.0-1002.2 -proposed tracker

2017-10-24 Thread Andy Whitcroft
** Tags added: kernel-block-proposed

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

Title:
  linux-azure-edge: 4.13.0-1002.2 -proposed tracker

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

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

  1   2   3   4   5   6   7   8   9   10   >