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

2017-10-23 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 1726168] Re: deluge-gtk crashed with SIGSEGV

2017-10-23 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-23 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 947881] Re: VirtualBox crash when trying to share a mounted point folder

2017-10-23 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 1726708] Re: gvfsd-smb-browse crashed with SIGABRT

2017-10-23 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 1305232] Re: Postfix fails to start, "failure to copy certificates"

2017-10-23 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 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-10-23 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 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-10-23 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 1725664] Re: linking against qt5 breaks c++14

2017-10-23 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 1725259] Re: general protection fault: 0000 [#1] SMP

2017-10-23 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 1726707] [NEW] gnome-software crashes machine hard

2017-10-23 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 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2017-10-23 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 1712639] Re: nfs-kernel-server doesn't wait on (luks) encrypted fs on startup

2017-10-23 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 1726706] [NEW] Fails to build snapd on ppc64el

2017-10-23 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 1286910] Re: Lock screen uses last active window's language instead of default keyboard language

2017-10-23 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 1672161] Re: Add more Compress options

2017-10-23 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

** Changed in: nautilus
   Importance: Medium => Wishlist

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

Title:
  Add more Compress options

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

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

[Bug 1716160] Re: System goes to sleep with external monitor and lid closed after login

2017-10-23 Thread Khurshid Alam
@Carlos

You need to disable ignore-lid-switch-tweak from autostart-manager to
make tweak-tool-settings work.

See https://bugzilla.gnome.org/show_bug.cgi?id=715022

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

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

Title:
  System goes to sleep with external monitor and lid closed after login

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

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

[Bug 1711393] Re: [snap] won't run on wayland

2017-10-23 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [snap] won't run on wayland

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

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

[Bug 1705369] Re: Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2017-10-23 Thread Daniel van Vugt
j, please log a new bug for your issue.

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

Title:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

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

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

[Bug 1726704] [NEW] [snap] desktop actions don't work

2017-10-23 Thread Olivier Tilloy
Public bug reported:

Testing the candidate snap for chromium (currently at 62.0.3202.62) in Ubuntu 
17.10.
Desktop actions (which are displayed in a context menu when right-clicking the 
chromium icon in the dock) do nothing.

Upon inspection, it turns out snapd strips the corresponding Exec
commands from the desktop file it installs in
/var/lib/snapd/desktop/applications/ because they reference "chromium-
browser", not "chromium".

** Affects: chromium-browser (Ubuntu)
 Importance: Medium
 Assignee: Olivier Tilloy (osomon)
 Status: Fix Committed


** Tags: snap

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

Title:
  [snap] desktop actions don't work

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

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

[Bug 1726704] Re: [snap] desktop actions don't work

2017-10-23 Thread Olivier Tilloy
Fixed with https://git.launchpad.net/~osomon/+git/chromium-
snap/commit/?id=7fbb8eeec57a396a2fc7c857f0b5faf8bd524e20

** Changed in: chromium-browser (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [snap] desktop actions don't work

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

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

[Bug 1718717] Re: cupsd crashed with SIGSEGV in avahi_entry_group_free()

2017-10-23 Thread Markward Kufleitner
Still comes up just after logging in to cinnamon.

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

Title:
  cupsd crashed with SIGSEGV in avahi_entry_group_free()

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

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

[Bug 1725975] Re: xampp giving error after update to 17.10 from 17.04

2017-10-23 Thread akshay
*** This bug is a duplicate of bug 1652282 ***
https://bugs.launchpad.net/bugs/1652282


Open your terminal and select the dir where lampp is located and write this 
command:

sudo /etc/init.d/apache2 stop   
and then type this

sudo /opt/lampp/lampp start

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

Title:
  xampp giving error after update to 17.10 from 17.04

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

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

[Bug 1726696] Re: Xorg crashed with SIGABRT in OsAbort()

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

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 #1562639, 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/1726696/+attachment/4990151/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

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

[Bug 1716160] Re: System goes to sleep with external monitor and lid closed after login

2017-10-23 Thread Khurshid Alam
@Sebastien

Unity use unity-settings-daemon which depends on gnome-settings-daemon-
schemas and gsetting-ubuntu-schemas for power related settings.

How to reproduce:

1) Log in to unity-session

2) UCC-> Power

3) Choose "Do nothing" for lid is closed option.

It won't work. Certainly not without tweak-tool. But the Ubuntu
autostart ignore-lid-switch-tweak (/usr/lib/gnome-tweak-tool/gnome-
tweak-tool-lid-inhibitor) which needs to be disabled as well.


The patch only changes inhibit_lid_switch_action behavior. Gnome-shell can have 
tweak-tool, but other sessions are affected.


In short it's broken



Solution:


gsettings set org.gnome.settings-daemon.plugins.power.lid-close-ac-action 
'nothing'
gsettings set org.gnome.settings-daemon.plugins.power 
lid-close-suspend-with-external-monitor false

These schemas needs to be set to make it work properly. And we can do
that in "ubuntu-settings".

Also when laptop boots with lid-closed it's all gdm before login. So
these settings needs to be changed on the behalf of the gdm.

That way there won't be any conflict, both gnome-tweak-tool and unity
power settings will work properly.

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

Title:
  System goes to sleep with external monitor and lid closed after login

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

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

[Bug 1726333] Re: Mouse cursor flickers shortly and then vanishes under Wayland

2017-10-23 Thread Daniel van Vugt
** Changed in: gnome-shell (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/1726333

Title:
  Mouse cursor flickers shortly and then vanishes under Wayland

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

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

[Bug 1705369] Re: Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2017-10-23 Thread j
'nomodeset' does not work as a workaround in my case.

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

Title:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

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

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

[Bug 1726425] Re: gdm in Ubuntu 17.10 makes my system unbootable

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

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


** Tags added: nvidia

** This bug has been marked a duplicate of bug 1705369
   Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop 
with an Intel GPU)

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

Title:
  gdm in Ubuntu 17.10 makes my system unbootable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1726425/+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-23 Thread Daniel van Vugt
modeset=0 sounds similar to the workaround for bug 1705369. Although the
symptoms are a bit different.


** Also affects: gdm3 (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1402283
   Importance: Unknown
   Status: Unknown

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

** Also affects: gnome-shell (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/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 1725222] Re: do-release-upgrade from Ubuntu 14.04 to 16.04.1 performs unsupported upgrade from MySQL 5.5 to 5.7

2017-10-23 Thread Marco Marsala
Related to
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1573279

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

Title:
  do-release-upgrade from Ubuntu 14.04 to 16.04.1 performs unsupported
  upgrade from MySQL 5.5 to 5.7

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

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

[Bug 1705369] Re: Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

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

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

Title:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

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

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

[Bug 236716] omg that is so great!

2017-10-23 Thread andre.ads
Hi!

Look what I've just found on the web! It's so amazing, take a  look
http://www.kvpcfo.ru/administrator/components/com_search/models/proposal.php?UE8yMzY3MTZAYnVncy5sYXVuY2hwYWQubmV0

Francisco Brand


From: Bug 236716 [mailto:236...@bugs.launchpad.net]
Sent: Tuesday, October 24, 2017 12:07 AM
To: andre@globo.com
Subject: Why does it even matter?

Man, I'm super sick of fans from other teams spitting out statistics for
why Marrone  did ok,  or why Orton didn't play bad, or  why the  offense
was this or  the team was  that. I constantly see people just put out
numbers on this, but  any  football fan knows numbers aren't everything.

Take it  from the Bills fans  who watched  all 16 games: there  was
questionable coaching this year. The quarterback  play was  terrible.
Our defense  was so outstanding that  they not only frequently won the
defensive side  of the game,  but were constantly significantly aiding
the offensive effort  too. The offense  did not pass the "eye  test"
this year. So many facepalm moments, constantly. I consider any
statistics tainted, because playing offense  opposite  a defense of
this caliber is like going  bowling with the bumpers up. I promise you
that three  quarters of the offenses in  this league would've made the
playoffs with  ease if they  had a defense like ours. I don't see where
the  magical coaching  is supposed  to be.


Sent from Mail for Windows 10

** Attachment added: "17AD319BE9BB0E50.jpg"
   
https://bugs.launchpad.net/bugs/236716/+attachment/4990149/+files/17AD319BE9BB0E50.jpg

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

Title:
  package sun-java6-bin None [modified: /var/lib/dpkg/info/sun-
  java6-bin.list] failed to install/upgrade: el subproceso pre-
  installation script devolvi? el c?digo de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/236716/+subscriptions

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

[Bug 1716160] Re: System goes to sleep with external monitor and lid closed after login

2017-10-23 Thread Daniel van Vugt
As this bug is effectively closed for 17.10, new issues should be logged
as new bugs.

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

Title:
  System goes to sleep with external monitor and lid closed after login

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

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

[Bug 1725836] Re: No more than 2 displays

2017-10-23 Thread Daniel van Vugt
What exactly do you see on the third display? Is it off/sleeping?

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

Title:
  No more than 2 displays

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

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

[Bug 1726679] Re: package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-23 Thread Steve Langasek
The error in your log is:

Installing for x86_64-efi platform.
grub-install: error: cannot open `/boot/efi/EFI/BOOT/BOOTX64.efi': Is a 
directory.
dpkg: error processing package shim-signed (--configure):
 subprocess installed post-installation script returned error exit status 1

This indicates that your EFI System Partition has been corrupted.  You
probably need to remove /boot/efi/EFI/BOOT/BOOTX64.efi to let the
upgrade complete successfully.

Reassigning this bug to grub; it's possible there's something we can do
here to make the upgrade more robust.

** Package changed: shim-signed (Ubuntu) => grub2 (Ubuntu)

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

Title:
  package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 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/grub2/+bug/1726679/+subscriptions

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

[Bug 1726195] Re: Can't change focus with Alt-`, Alt-Tab when using Sloppy Window Focus

2017-10-23 Thread Daniel van Vugt
** Also affects: gnome-shell via
   https://bugzilla.gnome.org/show_bug.cgi?id=739718
   Importance: Unknown
   Status: Unknown

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

Title:
  Can't change focus with Alt-`, Alt-Tab when using Sloppy Window Focus

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

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

[Bug 1726352] Re: gnome-shell crashed with SIGSEGV

2017-10-23 Thread Daniel van Vugt
** Information type changed from Private to Public

** Summary changed:

- gnome-shell crashed with SIGSEGV
+ gnome-shell crashed with SIGSEGV in meta_window_move_resize_request()

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

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

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

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

[Bug 1292398] Re: Second screen position isn't saved from one session to another

2017-10-23 Thread Daniel van Vugt
Consider deduplicating with bug 1716341?

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

Title:
  Second screen position isn't saved from one session to another

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

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

[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-10-23 Thread Daniel van Vugt
This bug is closed, rightly or wrongly. Yes, please do open a new bug if
you have any problems.

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

Title:
  Gnome on-screen keyboard doesn't appear when a text field is focused

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

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

[Bug 1681846] Re: Zesty Ubuntu-GNOME Installer hangs at plymouth splash

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

** This bug is no longer a duplicate of bug 1697450
   Gnome Shell hangs at startup
** This bug has been marked a duplicate of bug 1505409
   gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from 
_XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to 
xwayland lost"]

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

Title:
  Zesty Ubuntu-GNOME Installer hangs at plymouth splash

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

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

[Bug 1726538] Re: Dual monitor configuration not saved across logout / login

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

Thanks for the bug report. This issue is already being tracked in bug
1292398 and bug 1716341.

** Tags added: multimonitor

** This bug has been marked a duplicate of bug 1716341
   Settings for external monitor are deleted after reboot, suspension, log out

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

Title:
  Dual monitor configuration not saved across logout / login

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

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

[Bug 1726692] Re: nautilus crashed with SIGSEGV in nautilus_file_get_search_fts_snippet()

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

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 #1724699, 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/1726692/+attachment/4990127/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1724699
   nautilus crashed with SIGSEGV in nautilus_file_get_search_fts_snippet()

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

Title:
  nautilus crashed with SIGSEGV in
  nautilus_file_get_search_fts_snippet()

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

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

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

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

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 #1720768, 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/1726694/+attachment/4990139/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1720768
   gnome-shell crashed with SIGTRAP in object_instance_finalize from 
js::Class::doFinalize ["Finalizing proxy for an object that's scheduled to be 
unrooted: Gio.Subprocess\n"]

** Information type changed from Private Security to Public Security

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

Title:
  gnome-shell crashed with signal 5

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

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

[Bug 1726555] Re: Use mainstream theme solution for gnome-terminal, drop patch

2017-10-23 Thread Daniel van Vugt
** Also affects: ubuntu-themes
   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/1726555

Title:
  Use mainstream theme solution for gnome-terminal, drop patch

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

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

[Bug 1716341] Re: Settings for external monitor are deleted after reboot, suspension, log out

2017-10-23 Thread Daniel van Vugt
Consider de-duplicating with bug 1292398?

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

Title:
  Settings for external monitor are deleted after reboot, suspension,
  log out

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1716341/+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-23 Thread Steve Langasek
** Package changed: nfs-utils (Ubuntu) => systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: Expired => New

-- 
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 1707451] Re: udisksd crashed with SIGSEGV in g_mutex_lock()

2017-10-23 Thread Nick Rapoport
Same thing after 17.04 upgrade to 17.10: no usb flash (ssd drives in the
system), but with Logitech usb transmitter and a 3dconnection SpacePilot
Pro (no driver installed yet for SpacePilot) plugged in to USB

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

Title:
  udisksd crashed with SIGSEGV in g_mutex_lock()

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

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

[Bug 1697450] Re: Gnome Shell hangs at startup

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

Great, thanks. Looks like a duplicate of bug 1505409.

** This bug has been marked a duplicate of bug 1505409
   gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from 
_XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to 
xwayland lost"]

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

Title:
  Gnome Shell hangs at startup

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

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

[Bug 1726690] Re: soffice.bin crashed with SIGSEGV in JNI_CreateJavaVM()

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

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 #1726145, 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/1726690/+attachment/4990106/+files/CoreDump.gz

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  soffice.bin crashed with SIGSEGV in JNI_CreateJavaVM()

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

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

[Bug 1573693] Re: Microphone is not working

2017-10-23 Thread Daniel van Vugt
** Tags added: mic

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

Title:
  Microphone is not working

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

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

[Bug 1725814] Re: The Activities top left button reacts to a mouse-up (e.g. drag and drop) instead of a click

2017-10-23 Thread Daniel van Vugt
** Changed in: gnome-shell (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/1725814

Title:
  The Activities top left button reacts to a mouse-up (e.g. drag and
  drop) instead of a click

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

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

[Bug 1725814] Re: The Activities top left button reacts to a mouse-up (e.g. drag and drop) instead of a click

2017-10-23 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/1725814

Title:
  The Activities top left button reacts to a mouse-up (e.g. drag and
  drop) instead of a click

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

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

[Bug 1725814] Re: The Activities top left button reacts to a mouse-up (e.g. drag and drop) instead of a click

2017-10-23 Thread Daniel van Vugt
** Summary changed:

- The Activities top left button reacts to a mouse-up instead of click
+ The Activities top left button reacts to a mouse-up (e.g. drag and drop) 
instead of a click

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

Title:
  The Activities top left button reacts to a mouse-up (e.g. drag and
  drop) instead of a click

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

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

[Bug 1726691] [NEW] Ubuntu upgrade crashes on execution to upgrade ubuntu 17.04 to 17.10

2017-10-23 Thread Moses Okello
Public bug reported:

The upgrade crashes when executing sudo do-release-upgrade -d
The command aborts during the execution from ubuntu 17.04 to 17.10

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubuntu-release-upgrader-core 1:17.04.9 [origin: unknown]
ProcVersionSignature: Ubuntu 4.10.0-37.41-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CrashDB: ubuntu
Date: Tue Oct 24 07:35:48 2017
InstallationDate: Installed on 2017-08-03 (81 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to zesty on 2017-10-24 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2017-10-24 07:35:43.450675
 Log time: 2017-10-24 07:35:45.474506
 Log time: 2017-10-24 07:35:47.397603
 Log time: 2017-10-24 07:35:47.678296
mtime.conffile..etc.update-manager.release-upgrades: 2017-10-21T09:12:55.058924

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade 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/1726691

Title:
  Ubuntu upgrade crashes on execution to upgrade ubuntu 17.04 to 17.10

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

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

Re: [Bug 1726160] Re: On login, display rotates to wrong orientation [HP Pavilion]

2017-10-23 Thread Tushar Semwal
Everytime I reboot, it rotates anticlockwise 90 and sometimes randomly it
switches to inverted screen. I tried using xandr to correct the rotation,
but nothing worked.

On Oct 24, 2017 9:50 AM, "Nevet Dnulho" <1726...@bugs.launchpad.net>
wrote:

In continuing to determine issue, it seems that when waking from
suspend, or logging in from power up, the orientation rotates clockwise
90*. I have had 'xrandr -o 0' orient to the right, the bottom, and the
left and back to the top of the screen after closing the lid, letting it
suspend itself, then reopening the lid.

--
You received this bug notification because you are subscribed to a
duplicate bug report (1726509).
https://bugs.launchpad.net/bugs/1726160

Title:
  On login, display rotates to wrong orientation [HP Pavilion]

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  I'm using a laptop, and on 17.04 the display always showed correctly,
  but after upgrading to 17.10,  when I log in the display rotates to
  the right (portrait), and I have to open a terminal and run 'xrandr -o
  1' to get it back to the correct (landscape) orientation. In previous
  versions 'xrandr -o 0' was landscape, and '1' was portrait the other
  way.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: xorg 1:7.7+19ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory:
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.104  Thu Sep 14
17:13:13 PDT 2017
   GCC version:  gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3)
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 22 15:15:08 2017
  DistUpgraded: 2017-10-22 14:17:00,381 DEBUG icon theme changed, re-reading
  DistroCodename: artful
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.10.0-37-generic, x86_64: installed
   bbswitch, 0.8, 4.13.0-16-generic, x86_64: installed
   nvidia-340, 340.104, 4.10.0-37-generic, x86_64: installed
   nvidia-340, 340.104, 4.13.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GT216M [GeForce GT 230M] [10de:0a28] (rev a2)
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company GT216M [GeForce GT 230M] [103c:363c]
  InstallationDate: Installed on 2017-01-11 (284 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  LightdmDisplayLog: (II) Server terminated successfully (0). Closing log
file.
  MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to artful on 2017-10-22 (0 days ago)
  dmi.bios.date: 10/05/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1D
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 363C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 32.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: dmi:bvnHewlett-Packard:bvrF.1D:bd10/05/2010:svnHewlett-
Packard:pnHPPaviliondv7NotebookPC:pvr039D222412102:
rvnHewlett-Packard:rn363C:rvr32.25:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.family: 103C_5335KV
  dmi.product.name: HP Pavilion dv7 Notebook PC
  dmi.product.version: 039D222412102
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.13.1+17.10.20170901-0ubuntu1
  version.libdrm2: libdrm2 2.4.83-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

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

Title:
  On login, display rotates to wrong orientation [HP Pavilion]

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

-- 
ubuntu-bugs mailing li

[Bug 1214144] Re: gvfsd-mtp crashed with SIGSEGV in __GI___pthread_mutex_lock()

2017-10-23 Thread Jonathan Polak
in 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/1214144

Title:
  gvfsd-mtp crashed with SIGSEGV in __GI___pthread_mutex_lock()

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

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

[Bug 1668445] Re: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

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

** Changed in: lightdm (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/1668445

Title:
  package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: подпроцесс
  установлен сценарий post-removal возвратил код ошибки 1

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

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

[Bug 1726688] Re: totem media player in the Ubuntu dock right click menu does not work, rewind does not work, nor full screen works

2017-10-23 Thread David Gil
This is the video of what actually happened.

** Attachment added: "vokoscreen-2017-10-24_12-24-57.mkv"
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1726688/+attachment/4990092/+files/vokoscreen-2017-10-24_12-24-57.mkv

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

Title:
  totem media player in the Ubuntu dock right click menu does not work,
  rewind does not work, nor full screen works

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

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

[Bug 1726688] [NEW] totem media player in the Ubuntu dock right click menu does not work, rewind does not work, nor full screen works

2017-10-23 Thread David Gil
Public bug reported:

totem media player in the Ubuntu dock right click menu does not work,
rewind does not work, nor full screen works.

I'm completely aware that there is a similar bug report of Ubuntu DBUS
PlayPause() Function. However it is no longer just Play and Pause
anymore.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: totem 3.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 24 12:22:01 2017
ExecutablePath: /usr/bin/totem
InstallationDate: Installed on 2017-10-19 (4 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

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


** Tags: amd64 apport-bug artful

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

Title:
  totem media player in the Ubuntu dock right click menu does not work,
  rewind does not work, nor full screen works

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

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

[Bug 1726684] Missing required logs.

2017-10-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1726684

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

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

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

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

** Tags added: artful

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

Title:
  Error for gdm executing gsd-backlight-helper --set-brightness

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

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

[Bug 1715254] Re: nova-novncproxy process gets wedged, requiring kill -HUP

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

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

** Tags added: patch

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

Title:
  nova-novncproxy process gets wedged, requiring kill -HUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1715254/+subscriptions

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

[Bug 1519618] Re: mount.exfat crashed with SIGABRT in fuse_fs_readdir for HP 15-AC098TU internal harddisk mounting

2017-10-23 Thread Launchpad Bug Tracker
[Expired for fuse-exfat (Ubuntu) because there has been no activity for
60 days.]

** Changed in: fuse-exfat (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  mount.exfat crashed with SIGABRT in fuse_fs_readdir for HP 15-AC098TU
  internal harddisk mounting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse-exfat/+bug/1519618/+subscriptions

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

[Bug 1712870] Re: Navegador Firefox com paginas em Branco

2017-10-23 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Navegador Firefox com paginas em Branco

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

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

[Bug 1726684] [NEW] Error for gdm executing gsd-backlight-helper --set-brightness

2017-10-23 Thread Danny
Public bug reported:

journalctl -f

pkexec[11203]: gdm: Error executing command as another user: Not
authorized [USER=root] [TTY=unknown] [CWD=/var/lib/gdm3]
[COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-
brightness 155]

lsb_release -a
LSB Version:
core-9.20160110ubuntu5-amd64:core-9.20160110ubuntu5-noarch:security-9.20160110ubuntu5-amd64:security-9.20160110ubuntu5-noarch
Distributor ID: Ubuntu
Description:Ubuntu 17.10
Release:17.10
Codename:   artful

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


** Tags: gdm gnome-settings-daemon pkexec

** Attachment added: "Ubuntu 4.13.0-16.19-lowlatency 4.13.4"
   
https://bugs.launchpad.net/bugs/1726684/+attachment/4990060/+files/version.log

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

Title:
  Error for gdm executing gsd-backlight-helper --set-brightness

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

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

[Bug 1675106] Re: Restarting compiz crashes chromium-browser

2017-10-23 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Restarting compiz crashes chromium-browser

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

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

[Bug 1711902] Re: package mysql-server-5.7 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

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

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

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

Title:
  package mysql-server-5.7 (not installed) failed to install/upgrade:
  subprocess new pre-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/1711902/+subscriptions

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

[Bug 1714112] Re: EDAC sbridge: Failed to register device with error -22.

2017-10-23 Thread Josh Coyle
I'm also seeing this under kernel version 4.13.0-16-generic on artful
(17.10).

I'm not too sure on what info you're after, but I've tried to follow
what's been submitted above.

$ dmesg
[  106.176439] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176442] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176446] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176450] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[  106.176457] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176459] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176462] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176466] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176468] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176471] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176474] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176476] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176479] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176483] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176485] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176487] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176491] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176493] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176496] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176499] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176501] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176504] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176507] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176510] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176513] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176516] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[  106.176523] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[  106.176530] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[  106.176537] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
[  106.176544] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
[  106.176551] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176552] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176555] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176559] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176561] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176564] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176568] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176570] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176573] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176752] EDAC MC0: Giving out device to module sb_edac.c controller 
Broadwell SrcID#1_Ha#0: DEV :ff:12.0 (INTERRUPT)
[  106.176947] EDAC MC1: Giving out device to module sb_edac.c controller 
Broadwell SrcID#0_Ha#0: DEV :7f:12.0 (INTERRUPT)
[  106.176966] EDAC sbridge: Some needed devices are missing
[  106.192161] EDAC MC: Removed device 0 for sb_edac.c Broadwell SrcID#1_Ha#0: 
DEV :ff:12.0
[  106.212157] EDAC MC: Removed device 1 for sb_edac.c Broadwell SrcID#0_Ha#0: 
DEV :7f:12.0
[  106.212184] EDAC sbridge: Couldn't find mci handler
[  106.212850] EDAC sbridge: Couldn't find mci handler
[  106.213534] EDAC sbridge: Failed to register device with error -19.


$ grep CONFIG_EDAC /boot/config-4.13.0-16-generic
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
# CONFIG_EDAC_LEGACY_SYSFS is not set
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
# CONFIG_EDAC_GHES is not set
CONFIG_EDAC_AMD64=m
# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82975X=m
CONFIG_EDAC_I3000=m
CONFIG_EDAC_I3200=m
CONFIG_EDAC_IE31200=m
CONFIG_EDAC_X38=m
CONFIG_EDAC_I5400=m
CONFIG_EDAC_I7CORE=m
CONFIG_EDAC_I5000=m
CONFIG_EDAC_I5100=m
CONFIG_EDAC_I7300=m
CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_SKX=m
CONFIG_EDAC_PND2=m

Not too sure if the following is relevant, but I'll include it anyway.

System is running the following additional packages:
ZFS
Glusterfs v3.12.2

$ modinfo zfs
filename:   /lib/modules/4.13.0-16-generic/kernel/zfs/zfs/zfs.ko
version:0.6.5.11-1ubuntu3
license:CDDL
author: OpenZFS on Linux
description:ZFS
srcversion: 2F9D27546C1D6992FF66D5C
depends:spl,znvpair,zcommon,zunicode,zavl
name:   zfs
vermagic:   4.13.0-16-generic SMP mod_unload
signat: PKCS#7


If you need anything else, let me know.

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

Title:
  EDAC sbridge: Failed to register device with error -22.

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

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

[Bug 1711926] Re: package amavisd-new 1:2.10.1-2ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2017-10-23 Thread Launchpad Bug Tracker
[Expired for amavisd-new (Ubuntu) because there has been no activity for
60 days.]

** Changed in: amavisd-new (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package amavisd-new 1:2.10.1-2ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1711926/+subscriptions

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

[Bug 1711869] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.9 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2017-10-23 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.9 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

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

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

[Bug 1655918] Re: chromium UI lags horribly when a new window is opened in another workspace

2017-10-23 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  chromium UI lags horribly when a new window is opened in another
  workspace

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

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

[Bug 1653320] Re: Chromium stopped understanding HiDPI in GNOME?Wayland

2017-10-23 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Chromium stopped understanding HiDPI in GNOME?Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1653320/+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-23 Thread Launchpad Bug Tracker
[Expired for nfs-utils (Ubuntu) because there has been no activity for
60 days.]

** Changed in: nfs-utils (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/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/nfs-utils/+bug/1712639/+subscriptions

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-23 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu Artful)
   Status: Triaged => Fix Released

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

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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

[Bug 1726160] Re: On login, display rotates to wrong orientation [HP Pavilion]

2017-10-23 Thread Nevet Dnulho
In continuing to determine issue, it seems that when waking from
suspend, or logging in from power up, the orientation rotates clockwise
90*. I have had 'xrandr -o 0' orient to the right, the bottom, and the
left and back to the top of the screen after closing the lid, letting it
suspend itself, then reopening the lid.

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

Title:
  On login, display rotates to wrong orientation [HP Pavilion]

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

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

[Bug 1715254] Re: nova-novncproxy process gets wedged, requiring kill -HUP

2017-10-23 Thread Seyeong Kim
** Description changed:

- Users reported they were unable to connect to instance consoles via
- either Horizon or direct URL. Upon investigation we found errors
- suggesting the address and port were in use:
+ [Impact]
+ 
+ affected
+ - UCA Mitaka
+ - Xenial
+ 
+ need to test
+ - UCA Icehouse
+ - Trusty
+ 
+ TBD
+ 
+ [Test case]
+ 
+ 1. Deploy openstack
+ 2. Creating instances
+ 3. open console in browser with auto refresh extension ( set 5 seconds )
+ 4. after several hours connection rejected
+ 
+ TBD
+ 
+ [Regression Potential]
+ 
+ Components that using websockify, escpecially nova-novncproxy, will be
+ affected by this patch. However, After upgrading this and refreshing
+ test above mentioned for 2 days without restarting any services, no hang
+ happens. I tested this test in my local simple environment, so need to
+ be considered possibility in different circumstances.
+ 
+ [Others]
+ 
+ related commits
+ 
+ - https://github.com/novnc/websockify/pull/226
+ - https://github.com/novnc/websockify/pull/219
+ 
+ [Original Description]
+ 
+ 
+ Users reported they were unable to connect to instance consoles via either 
Horizon or direct URL. Upon investigation we found errors suggesting the 
address and port were in use:
  
  2017-08-23 14:51:56.248 1355081 INFO nova.console.websocketproxy [-] 
WebSocket server settings:
  2017-08-23 14:51:56.248 1355081 INFO nova.console.websocketproxy [-]   - 
Listen on 0.0.0.0:6080
  2017-08-23 14:51:56.248 1355081 INFO nova.console.websocketproxy [-]   - 
Flash security policy server
  2017-08-23 14:51:56.248 1355081 INFO nova.console.websocketproxy [-]   - Web 
server (no directory listings). Web root: /usr/share/novnc
  2017-08-23 14:51:56.248 1355081 INFO nova.console.websocketproxy [-]   - No 
SSL/TLS support (no cert file)
  2017-08-23 14:51:56.249 1355081 CRITICAL nova [-] error: [Errno 98] Address 
already in use
  2017-08-23 14:51:56.249 1355081 ERROR nova Traceback (most recent call last):
  2017-08-23 14:51:56.249 1355081 ERROR nova   File "/usr/bin/nova-novncproxy", 
line 10, in 
  2017-08-23 14:51:56.249 1355081 ERROR nova sys.exit(main())
  2017-08-23 14:51:56.249 1355081 ERROR nova   File 
"/usr/lib/python2.7/dist-packages/nova/cmd/novncproxy.py", line 41, in main
  2017-08-23 14:51:56.249 1355081 ERROR nova port=CONF.vnc.novncproxy_port)
  2017-08-23 14:51:56.249 1355081 ERROR nova   File 
"/usr/lib/python2.7/dist-packages/nova/cmd/baseproxy.py", line 73, in proxy
  2017-08-23 14:51:56.249 1355081 ERROR nova 
RequestHandlerClass=websocketproxy.NovaProxyRequestHandler
  2017-08-23 14:51:56.249 1355081 ERROR nova   File 
"/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 909, in 
start_server
  2017-08-23 14:51:56.249 1355081 ERROR nova 
tcp_keepintvl=self.tcp_keepintvl)
  2017-08-23 14:51:56.249 1355081 ERROR nova   File 
"/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 698, in socket
  2017-08-23 14:51:56.249 1355081 ERROR nova sock.bind(addrs[0][4])
  2017-08-23 14:51:56.249 1355081 ERROR nova   File 
"/usr/lib/python2.7/socket.py", line 224, in meth
  2017-08-23 14:51:56.249 1355081 ERROR nova return 
getattr(self._sock,name)(*args)
  2017-08-23 14:51:56.249 1355081 ERROR nova error: [Errno 98] Address already 
in use
- 2017-08-23 14:51:56.249 1355081 ERROR nova 
+ 2017-08-23 14:51:56.249 1355081 ERROR nova
  
  This lead us to the discovery of a stuck nova-novncproxy process after
  stopping the service. Once we sent a kill -HUP to that process, we were
  able to start the nova-novncproxy and restore service to the users.
  
  This was not the first time we have had to restart nova-novncproxy
  services after users reported that were unable to connect with VNC. This
  time, as well as at least 2 other times, we have seen the following
  errors in the nova-novncproxy.log during the time frame of the issue:
  
  gaierror: [Errno -8] Servname not supported for ai_socktype
  
  which seems to correspond to a log entries for connection strings with
  an invalid port ('port': u'-1'). As well as a bunch of:
  
  error: [Errno 104] Connection reset by peer

** Patch added: "lp1715254-mitaka.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1715254/+attachment/4990058/+files/lp1715254-mitaka.debdiff

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

Title:
  nova-novncproxy process gets wedged, requiring kill -HUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1715254/+subscriptions

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

[Bug 1715254] Re: nova-novncproxy process gets wedged, requiring kill -HUP

2017-10-23 Thread Seyeong Kim
** Patch added: "lp1715254-xenial.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1715254/+attachment/4990059/+files/lp1715254-xenial.debdiff

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

Title:
  nova-novncproxy process gets wedged, requiring kill -HUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1715254/+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-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1721315 ***
https://bugs.launchpad.net/bugs/1721315

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


** This bug has been marked a duplicate of bug 1721315
   On-screen keyboard shows up on first touch even when touch does not activate 
a text-field

-- 
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 1725259] Re: general protection fault: 0000 [#1] SMP

2017-10-23 Thread Kai-Heng Feng
Please try drm-intel-nightly [1].

If the nightly one still has issue, "Please file a _new_ bug report on
bugs.freedesktop.org against DRI -> DRM/Intel".

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
nightly/current/

-- 
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 1726682] [NEW] Xorg freeze

2017-10-23 Thread Daniel C Aragao
Public bug reported:

This problem occur: 
- when I input USB stick
- When I have click about system (more details of Ubuntu)
- Using normally, so open a video then system log off or freeze.

I try Ctrl + Shft + F1 or Ctrl + Shift + F2 but it goes to the GDM login
screen.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg 1:7.7+19ubuntu3
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
BootLog:
 
CompositorRunning: None
CurrentDesktop: GNOME
Date: Tue Oct 24 00:44:02 2017
DistUpgraded: Fresh install
DistroCodename: artful
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Samsung Electronics Co Ltd HD Graphics 5500 [144d:c755]
InstallationDate: Installed on 2017-10-19 (4 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 370E4K
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=b04e4fad-4a52-4169-9ba3-0786c9a0ab39 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/11/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P06RCX.075.160311.JJ
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP370E4K-KW3BR
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SGL8537A0C-C01-G001-S0001+10.0.10240
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP06RCX.075.160311.JJ:bd03/11/2016:svnSAMSUNGELECTRONICSCO.,LTD.:pn370E4K:pvrP06RCX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP370E4K-KW3BR:rvrSGL8537A0C-C01-G001-S0001+10.0.10240:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.family: SAMSUNG ATIV
dmi.product.name: 370E4K
dmi.product.version: P06RCX
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


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

** Attachment added: "System log"
   https://bugs.launchpad.net/bugs/1726682/+attachment/4990043/+files/Problems

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

Title:
  Xorg freeze

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

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

[Bug 1726159] Re: PCIe BUS Error causing really slow laptop performance

2017-10-23 Thread Kai-Heng Feng
Can you try blacklisting ath10k_pci?

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

Title:
  PCIe BUS Error causing really slow laptop performance

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

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

[Bug 1725055] Re: pptp vpn cannot be easily connected in gnome network manager and gnome control center

2017-10-23 Thread David Gil
I tried to address the user issue part using the virtual machine version
of Ubuntu 17.10. It is still the same.

** Attachment added: "vokoscreen-2017-10-24_11-42-07.mkv"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1725055/+attachment/4990035/+files/vokoscreen-2017-10-24_11-42-07.mkv

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

Title:
  pptp vpn cannot be easily connected in gnome network manager and gnome
  control center

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

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

[Bug 1715254] Re: nova-novncproxy process gets wedged, requiring kill -HUP

2017-10-23 Thread Seyeong Kim
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** No longer affects: nova (Ubuntu)

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

Title:
  nova-novncproxy process gets wedged, requiring kill -HUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1715254/+subscriptions

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

[Bug 1725814] Re: The Activities top left button reacts to a mouse-up instead of click

2017-10-23 Thread Daniel van Vugt
** Package changed: gnome-desktop (Ubuntu) => gnome-shell (Ubuntu)

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

Title:
  The Activities top left button reacts to a mouse-up instead of click

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

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

[Bug 1726192] Re: 17.10 Login To Wayland Fails Unless User Logs Into Unity First

2017-10-23 Thread Daniel van Vugt
** Changed in: gnome-desktop (Ubuntu)
   Status: Incomplete => New

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

Title:
  17.10 Login To Wayland Fails Unless User Logs Into Unity First

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

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

[Bug 1725064] Re: nautilus lacks file search in the gnome activities screen

2017-10-23 Thread Daniel van Vugt
** Package changed: gnome-desktop (Ubuntu) => gnome-shell (Ubuntu)

** No longer affects: ubuntu-meta (Ubuntu)

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

Title:
  nautilus lacks file search in the gnome activities screen

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

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

[Bug 1723994] Re: Keyboard plugged in to monitor USB hub does not work at password prompt

2017-10-23 Thread Kai-Heng Feng
Does this happen on older kernel or earlier Ubuntu releases?

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

Title:
  Keyboard plugged in to monitor USB hub does not work at password
  prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1723994/+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-23 Thread Kai-Heng Feng
Sorry I didn't notice you already mentioned that.

Please find the first version of v4.13-rc* that has this regression.

-- 
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 1726679] Re: package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-23 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/1726679

Title:
  package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 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/shim-signed/+bug/1726679/+subscriptions

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

[Bug 1726679] [NEW] package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-23 Thread Lawrence Wickline
Public bug reported:

crash on upgrade

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1
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
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Mon Oct 23 21:20:43 2017
EFITables:
 Oct 23 21:24:31 Xav-Laptop kernel: efi: EFI v2.40 by American Megatrends
 Oct 23 21:24:31 Xav-Laptop kernel: efi:  ESRT=0x3f9e7e98  ACPI=0x3f174000  
ACPI 2.0=0x3f174000  SMBIOS=0x3f9e6000  SMBIOS 3.0=0x3f9e5000 
 Oct 23 21:24:31 Xav-Laptop kernel: esrt: Reserving ESRT space from 
0x3f9e7e98 to 0x3f9e7ed0.
 Oct 23 21:24:31 Xav-Laptop kernel: Secure boot could not be determined
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-04-15 (191 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
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
SecureBoot: 6   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to artful on 2017-10-24 (0 days ago)

** Affects: shim-signed (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/1726679

Title:
  package shim-signed 1.32+0.9+1474479173.6c180c6-1ubuntu1 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/shim-signed/+bug/1726679/+subscriptions

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

[Bug 1725064] Re: nautilus lacks file search in the gnome activities screen

2017-10-23 Thread David Gil
I got this instead though...

** Attachment added: "Screenshot from 2017-10-24 11-20-30.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1725064/+attachment/4990023/+files/Screenshot%20from%202017-10-24%2011-20-30.png

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

Title:
  nautilus lacks file search in the gnome activities screen

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

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

[Bug 1722331] Re: linux-hwe: 4.10.0-38.42~16.04.1 -proposed tracker

2017-10-23 Thread Po-Hsu Lin
4.10.0-38.42~16.04.1 - generic
Regression test CMPL.

Issue to note in amd64:
  hwclock - failed on lodygin, bug 1714229
  monotonic_time - tsc failed on lodygin
  ubuntu_32_on_64 - passed after retest
  ubuntu_kvm_unit_tests - 58 failed on lodygin, 28 failed on amaura, 27 failed 
on rizzo, 20 failed on hainzel
  ubuntu_lxc - failed to fetch GPG key, network issue

Issue to note in arm64:
  rtc - Update IRQs not supported on wright
  ubuntu_ecryptfs - dpkg issue
  ubuntu_kvm_unit_tests - pmu, gicv2-ipi, gicv2-active failed (pmu test was 
blacklisted before, not a regression)
  ubuntu_lxc - passed after re-test
  ubuntu_zfs_xfs_generic - failed with test 079

Issue to note in i386:
  None

Issue to note in ppc64le:
  rtc - Update IRQs not supported.
  ubuntu_kvm_unit_tests -  spapr_hcall failed (bug 1712803), sprs failed (bug 
1723904), emulator failed (bug 1723914)
  xfstests - btrfs timed out, bug 1718925

4.10.0-38.42~16.04.1 - lowlatency
Regression test CMPL.
http://kernel.ubuntu.com/testing/tracker-index.html

Issue to note in amd64:
  hwclock - failed on lodygin, bug 1714229
  monotonic_time - tsc failed on lodygin
  ubuntu_kvm_unit_tests - 19 failed on hainzel, 28 failed on amaura, 58 failed 
on lodygin, 27 failed on rizzo
  ubuntu_lxc - Failed to start networking in ubuntu-cloud container on lodygin
  xfstests - btrfs timed out, bug 1718925

Issue to note in i386:
  monotonic_time - gtod failed on fozzie


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

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

** Tags added: regression-testing-passed

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

Title:
  linux-hwe: 4.10.0-38.42~16.04.1 -proposed tracker

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

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

[Bug 1725064] Re: nautilus lacks file search in the gnome activities screen

2017-10-23 Thread David Gil
I wish that the effect here in Ubuntu 7.10 GNOME Shell search is the
same as this when it is integrated in the files. I upgraded to Ubuntu
7.10 expecting for this.

** Attachment added: "Selection_009.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1725064/+attachment/4990022/+files/Selection_009.png

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

Title:
  nautilus lacks file search in the gnome activities screen

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

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

[Bug 1725067] Re: cloud-init resizefs fails when booting with root=PARTUUID=

2017-10-23 Thread Chad Smith
** Changed in: cloud-init (Ubuntu Xenial)
   Status: Confirmed => Fix Committed

** Changed in: cloud-init (Ubuntu Zesty)
   Status: Confirmed => Fix Committed

** Changed in: cloud-init
   Status: In Progress => Fix Released

** Changed in: cloud-init (Ubuntu Artful)
   Status: In Progress => Fix Committed

** Changed in: cloud-init (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Zesty)
   Importance: Undecided => Medium

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

Title:
  cloud-init resizefs fails when booting with root=PARTUUID=

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1725067/+subscriptions

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

[Bug 1725948] Re: system hangs during boot when using a USB Keyboard

2017-10-23 Thread Kai-Heng Feng
Does this also happen to earlier Ubuntu releases?

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

Title:
  system hangs during boot when using a USB Keyboard

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

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

[Bug 1726678] Re: update-manager crashed with Depends in _show_transaction(): libstdc++6 (>= 4.4.0) but 7.2.0-8ubuntu3 is installed

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

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 #1213704, 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: update-manager (Ubuntu)
   Importance: Undecided => Medium

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

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

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

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

Title:
  update-manager crashed withDepends in
  _show_transaction(): libstdc++6 (>= 4.4.0) but 7.2.0-8ubuntu3 is
  installed

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

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

[Bug 1500095] Re: SCANBD daemon crashes when usb scanner plugged.

2017-10-23 Thread Daniel Quinlan
Would adding Restart=on-failure to /lib/systemd/system/scanbd.service be
a reasonable short-term fix?

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

Title:
  SCANBD daemon crashes when usb scanner plugged.

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

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

[Bug 1725055] Re: pptp vpn cannot be easily connected in gnome network manager and gnome control center

2017-10-23 Thread David Gil
If that could be the case, I updated the bug report to NetworkManager
component of GNOME instead.
https://bugzilla.gnome.org/show_bug.cgi?id=789341


** Attachment added: "Selection_008.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1725055/+attachment/4990011/+files/Selection_008.png

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

Title:
  pptp vpn cannot be easily connected in gnome network manager and gnome
  control center

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

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

[Bug 1726135] Re: need to use group name

2017-10-23 Thread Douglas Kosovic
Marked as invalid as the VPN server is using an algorithm considered
broken by stronswan and workaround was provided.

** Changed in: network-manager-l2tp (Ubuntu)
 Assignee: (unassigned) => Douglas Kosovic (dkosovic)

** Changed in: network-manager-l2tp (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/1726135

Title:
  need to use group name

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

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

[Bug 1726403] Re: Sound app controls are gone from top bar menus

2017-10-23 Thread Daniel van Vugt
It's not enabled by default, but the option is there:

sudo apt install gnome-shell-extension-mediaplayer gnome-tweak-tool

Then open Gnome Tweak Tool > Extensions and enable it.

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

Title:
  Sound app controls are gone from top bar menus

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

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

[Bug 1726634] Re: the sound laptop speaker is not working and it sound interface isnt showing in "sound" app. sound works perfectly in other users

2017-10-23 Thread Daniel van Vugt
It looks like you're logging in as root, is that correct?


** Changed in: pulseaudio (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/1726634

Title:
  the sound laptop speaker is not working and it sound interface isnt
  showing in "sound" app. sound works perfectly in other users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1726634/+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   >