[Bug 1743511] Re: ags-integration-test fails with "dpkg-buildpackage: error: fakeroot not found, either install the fakeroot"

2018-01-15 Thread Daniel van Vugt
** Bug watch added: Debian Bug tracker #887417
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887417

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

** Summary changed:

- ags-integration-test fails with "dpkg-buildpackage: error: fakeroot not 
found, either install the fakeroot"
+ ags-integration-test fails with "dpkg-buildpackage: error: fakeroot not 
found, either install the fakeroot package, specify a command with the -r 
option, or run this as root"

** Description changed:

  Looks like someone forgot to build-depends on fakeroot...
  
  autopkgtest [05:58:27]: test ags-integration-test: [---
  dpkg-source: info: using options from 
/tmp/autopkgtest.MH7aNB/build.UF6/src/debian/source/options: 
--extend-diff-ignore=(^|/)(config\.sub|config\.guess|Makefile)$
  dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
  package, specify a command with the -r option, or run this as root
  autopkgtest [05:58:27]: test ags-integration-test: ---]
  autopkgtest [05:58:27]: test ags-integration-test:  - - - - - - - - - - 
results - - - - - - - - - -
  ags-integration-test FAIL non-zero exit status 25
  autopkgtest [05:58:28]: test ags-integration-test:  - - - - - - - - - - 
stderr - - - - - - - - - -
  dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
  package, specify a command with the -r option, or run this as root
  autopkgtest [05:58:28]:  summary
  ags-integration-test FAIL non-zero exit status 25
+ 
+ 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/g/gsequencer/20180116_055835_6652f@/log.gz
+ 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/i386/g/gsequencer/20180116_033415_6652f@/log.gz

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

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

Title:
  ags-integration-test fails with "dpkg-buildpackage: error: fakeroot
  not found, either install the fakeroot package, specify a command with
  the -r option, or run this as root"

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

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

Re: [Bug 1738582] Re: [MIR] ibus-libpinyin and dependencies

2018-01-15 Thread Ping-Wu
I don't seem to be able to find the hot key (usually super + space) to
switch input methods.

On Mon, Jan 15, 2018 at 8:31 PM, Gunnar Hjalmarsson <
1738...@bugs.launchpad.net> wrote:

> Thanks for testing and confirming, @Ping-Wu!
>
>

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

Title:
  [MIR] ibus-libpinyin and dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-libpinyin/+bug/1738582/+subscriptions

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

[Bug 1678310] Re: package nginx-core 1.10.3-0ubuntu0.16.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-15 Thread kotaeus
the mouse icon would stop and the keyboard also.

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

Title:
  package nginx-core 1.10.3-0ubuntu0.16.10.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1678310/+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 in meta_window_move_resize_request()

2018-01-15 Thread Daniel van Vugt
** Also affects: mutter via
   https://bugzilla.gnome.org/show_bug.cgi?id=790207
   Importance: Unknown
   Status: Unknown

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

** Changed in: mutter (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/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/mutter/+bug/1726352/+subscriptions

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

[Bug 1722454] Re: Duplicity fails with MemoryError

2018-01-15 Thread beret
*** This bug is a duplicate of bug 1720159 ***
https://bugs.launchpad.net/bugs/1720159

The same for me, it's look like is so long a file index. And isn't
depend of real memory amount. I've 20Gb RAM and it should be enough for
any operation even operations.

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1546, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1540, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1391, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1521, in do_backup
check_last_manifest(col_stats)  # not needed for full backup
  File "/usr/bin/duplicity", line 1222, in check_last_manifest
last_backup_set.check_manifests()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 199, 
in check_manifests
remote_manifest = self.get_remote_manifest()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 243, 
in get_remote_manifest
return manifest.Manifest().from_string(manifest_buffer)
  File "/usr/lib/python2.7/dist-packages/duplicity/manifest.py", line 215, in 
from_string
vi = VolumeInfo().from_string(match.group(1))
  File "/usr/lib/python2.7/dist-packages/duplicity/manifest.py", line 383, in 
from_string
linelist = s.strip().split("\n")
MemoryError

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

Title:
  Duplicity fails with MemoryError

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

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

[Bug 1743516] [NEW] Realtek card reader power consumption issue

2018-01-15 Thread AceLan Kao
Public bug reported:

[Impact]
Commit 8275b77a1513 ("mfd: rts5249: Add support for RTS5250S power saving") 
adds powersaving support for device-ids 5249 524a and 525a.
But as a side effect it breaks ASPM support for all the other device-ids, 
causing e.g. the Haswell CPU on a Lenovo T440s to not go into a higher c-state 
then PC3, while previously it would go to PC7, causing the machine to idle at 
7.4W instead of 6.6W!

[Fix]
The default dev_aspm_mode 0 is mapped to DEV_ASPM_DISABLE, but the old behavior 
of calling rtsx_pci_enable_aspm() when idle and rtsx_pci_disable_aspm() when 
busy happens when dev_aspm_mode == DEV_ASPM_DYNAMIC.
This commit changes the enum so that 0 = DEV_ASPM_DYNAMIC matching the old 
default behavior, fixing the pm regression with the other device-ids.

[Regression Potential]
No, it fixes the regression and set it back to the old value, so should be no 
regression potential.

** Affects: linux-oem (Ubuntu)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Patch added: "0001-mfd-Fix-RTS5227-and-others-powermanagement.patch"
   
https://bugs.launchpad.net/bugs/1743516/+attachment/5037691/+files/0001-mfd-Fix-RTS5227-and-others-powermanagement.patch

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

Title:
  Realtek card reader power consumption issue

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

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

[Bug 1737673] Re: Realtek card reader - RTS5243 [VEN_10EC_5260]

2018-01-15 Thread AceLan Kao
Should use new bug, to please track above patch on bug 1743516

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

Title:
  Realtek card reader - RTS5243 [VEN_10EC_5260]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1737673/+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 in meta_window_move_resize_request()

2018-01-15 Thread Rocko
This looks like https://bugzilla.gnome.org/show_bug.cgi?id=790207.

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

-- 
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 1743511] [NEW] ags-integration-test fails with "dpkg-buildpackage: error: fakeroot not found, either install the fakeroot"

2018-01-15 Thread Daniel van Vugt
Public bug reported:

Looks like someone forgot to build-depends on fakeroot...

autopkgtest [05:58:27]: test ags-integration-test: [---
dpkg-source: info: using options from 
/tmp/autopkgtest.MH7aNB/build.UF6/src/debian/source/options: 
--extend-diff-ignore=(^|/)(config\.sub|config\.guess|Makefile)$
dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
package, specify a command with the -r option, or run this as root
autopkgtest [05:58:27]: test ags-integration-test: ---]
autopkgtest [05:58:27]: test ags-integration-test:  - - - - - - - - - - results 
- - - - - - - - - -
ags-integration-test FAIL non-zero exit status 25
autopkgtest [05:58:28]: test ags-integration-test:  - - - - - - - - - - stderr 
- - - - - - - - - -
dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
package, specify a command with the -r option, or run this as root
autopkgtest [05:58:28]:  summary
ags-integration-test FAIL non-zero exit status 25

** Affects: gsequencer (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/1743511

Title:
  ags-integration-test fails with "dpkg-buildpackage: error: fakeroot
  not found, either install the fakeroot"

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

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

[Bug 1737673] Re: Realtek card reader - RTS5243 [VEN_10EC_5260]

2018-01-15 Thread AceLan Kao
All other patches are in linux-oem git tree, so I'll submit this one
soon.

** Patch added: "0001-mfd-Fix-RTS5227-and-others-powermanagement.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1737673/+attachment/5037674/+files/0001-mfd-Fix-RTS5227-and-others-powermanagement.patch

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

Title:
  Realtek card reader - RTS5243 [VEN_10EC_5260]

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

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

[Bug 1743366] Re: Systemd .path units are not working properly in Bionic

2018-01-15 Thread Sebastien Bacher
Iain is working on re-enabling the use of systemd user sessions we had
under Unity

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

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

** Changed in: gnome-session (Ubuntu)
 Assignee: (unassigned) => Iain Lane (laney)

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

Title:
  Systemd .path units are not working properly in Bionic

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

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

[Bug 1683761] Re: undefined symbol: tgetent

2018-01-15 Thread Peter Schüller
I have the same issue in Artful.

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

Title:
  undefined symbol: tgetent

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

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

[Bug 1743507] [NEW] package libmpeg2-4 0.5.1-7 failed to install/upgrade: no package named 'libmpeg2-4' is installed, cannot configure

2018-01-15 Thread purushottam singh
Public bug reported:

it only shows system error occured continiously

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libmpeg2-4 0.5.1-7
ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
Uname: Linux 4.13.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Tue Jan 16 08:13:47 2018
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu9
 libgcc1 1:6.0.1-0ubuntu1
 multiarch-support 2.23-0ubuntu9
DuplicateSignature:
 package:libmpeg2-4:0.5.1-7
 Setting up libmad0:amd64 (0.15.1b-8ubuntu1) ...
 dpkg: error processing package libmpeg2-4 (--configure):
  no package named 'libmpeg2-4' is installed, cannot configure
ErrorMessage: no package named 'libmpeg2-4' is installed, cannot configure
InstallationDate: Installed on 2018-01-15 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: mpeg2dec
Title: package libmpeg2-4 0.5.1-7 failed to install/upgrade: no package named 
'libmpeg2-4' is installed, cannot configure
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libmpeg2-4 0.5.1-7 failed to install/upgrade: no package named
  'libmpeg2-4' is installed, cannot configure

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

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

[Bug 1737673] Re: Realtek card reader - RTS5243 [VEN_10EC_5260]

2018-01-15 Thread AceLan Kao
>From Anthony:
There is another commit b860b419d970 (mfd: Fix RTS5227 (and others)
powermanagement) which fixes this patch, which should be picked up as
well.

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

Title:
  Realtek card reader - RTS5243 [VEN_10EC_5260]

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

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

[Bug 1743507] Re: package libmpeg2-4 0.5.1-7 failed to install/upgrade: no package named 'libmpeg2-4' is installed, cannot configure

2018-01-15 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/1743507

Title:
  package libmpeg2-4 0.5.1-7 failed to install/upgrade: no package named
  'libmpeg2-4' is installed, cannot configure

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

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

[Bug 1742505] Re: gre_sys set to default 1472 when using path_mtu > 1500 with ovs 2.8.x

2018-01-15 Thread James Page
Marking kernel tasks as confirmed as we have at least one related bug
which we have confirmed is fixed under 4.15 (and looks like an easy pick
for 4.13).

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

Title:
  gre_sys set to default 1472 when using path_mtu > 1500 with ovs 2.8.x

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

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

[Bug 1738582] Re: [MIR] ibus-libpinyin and dependencies

2018-01-15 Thread Gunnar Hjalmarsson
Thanks for testing and confirming, @Ping-Wu!

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

Title:
  [MIR] ibus-libpinyin and dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-libpinyin/+bug/1738582/+subscriptions

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

[Bug 1742505] Re: gre_sys set to default 1472 when using path_mtu > 1500 with ovs 2.8.x

2018-01-15 Thread James Page
Mirroring some of the thread on the ovs dev ML:

>From Christina

"Thanks Eric, that matches my findings, glad that there seems to be an
accepted fix already.
But it is fairly recent and only in since 4.15-rc8 levels afaik.

But OTOH its description at [1] reads pretty much like my notes so far.

@James - do you think you could test a super-recent mainline kernel
build from [2] in regard to this issue?

[1]: 
https://github.com/torvalds/linux/commit/cfddd4c33c254954927942599d299b3865743146
[2]: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc8/;

This kernel fix resolves a secondary issue I saw with the 4.13 kernel
where the workaround we used for 4.4 did not work - the kernel was
applying a 1500 max limit to all GRE devices.

This was fixed in [1] which I've confirmed on my test but the original
OVS bug still exists - gre_sys is still configured with MTU 1472,
implying the IFLA_MTU value provided via netlink is being ignored by the
kernel.


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

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

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

Title:
  gre_sys set to default 1472 when using path_mtu > 1500 with ovs 2.8.x

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

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

[Bug 1743503] [NEW] No wayland session option

2018-01-15 Thread Todd Ross
Public bug reported:

Per the release notes, Wayland is now the default display server in
Ubuntu 17.10.  Exciting.

https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes

I don't appear to be running Wayland.  Boring.

todd@todd-ab28d3:~$ loginctl
   SESSIONUID USER SEAT TTY 
c2121 gdm  seat0/dev/tty1   
 3   1000 todd seat0/dev/tty2   

2 sessions listed.
todd@todd-ab28d3:~$ loginctl show-session 3 -p Type
Type=x11

This is a clean install with no proprietary graphics drivers.

todd@todd-ab28d3:~$ lspci | grep -i amd
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Fiji 
[Radeon R9 FURY / NANO Series] (rev ca)
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Fiji HDMI/DP Audio 
[Radeon R9 Nano / FURY/FURY X]

I've attached the full journalctl log in case there's anything useful in
there.  No wayland hits anyway.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubuntu-session 3.26.1-0ubuntu6
ProcVersionSignature: Ubuntu 4.13.0-25.29-generic 4.13.13
Uname: Linux 4.13.0-25-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Jan 15 23:35:06 2018
InstallationDate: Installed on 2017-12-05 (42 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  No wayland session option

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

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

[Bug 1741655] Re: Regression: KVM no longer supports Intel CPUs without Virtual NMI

2018-01-15 Thread Oliver
The server works now over 20 hours with approx 10 vm's without any
problems. so i think the problem is solved for me. let's hope it's
included fast in the 4.13 packages of hwe

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

Title:
  Regression: KVM no longer supports Intel CPUs without Virtual NMI

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

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

[Bug 1730343] Re: firmware update breaks Ubuntu

2018-01-15 Thread Mario Limonciello
Thank for the feedback Koen.  Considering the failure there are other
intermediary patches causing problems in less obvious ways.

Since the "9" release is stable in all these other Ubuntu releases with
no other major complaints, I'm instead pulling in all changes to
efi/fwupdate.c from 0.5 to 9 release.

I've redone the upload for both packages, so it will be awaiting an
Ubuntu archive admin to accept it.

** Changed in: fwupdate (Ubuntu Xenial)
   Status: Fix Committed => In Progress

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

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

Title:
  firmware update breaks Ubuntu

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

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

[Bug 1576799] Re: Regression: 2:4.3.8+dfsg-0ubuntu0.14.04.2 Failed to Issue the StartTLS instruction

2018-01-15 Thread Arjit
Please let me know if issue is reproducible at your end or any further
information is required form me.

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

Title:
  Regression: 2:4.3.8+dfsg-0ubuntu0.14.04.2 Failed to Issue the StartTLS
  instruction

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

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

[Bug 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-15 Thread Renato Bispo
I'm running Ubuntu 16.04.3, my Unity was crashing in a similar way as it
was originally described in this bug. Installing libgl1-mesa-dri/xenial-
proposed fixed the issue. However, today, I tried to install Steam and
it failed, at least partially, because the system is not being able to
install libgl1-mesa-dri:i386 and libgl1-mesa-glx:i386. This seems to be
related to the installation of libgl1-mesa-dri/xenial-proposed.

These are the messages I see in the terminal when trying to open Steam
for the first time:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libegl1-mesa : Depends: libgl1-mesa-dri (= 17.2.4-0ubuntu1~16.04.4) but it is 
not going to be installed
 libgnome-desktop-3-12 : Depends: libgtk-3-0 (>= 3.9.10) but it is not going to 
be installed
 libqt5svg5 : Depends: libqt5widgets5 (>= 5.3.0) but it is not going to be 
installed
 qtdeclarative5-ubuntu-ui-toolkit-plugin : Depends: qml-module-ubuntu-components
   Depends: 
qml-module-ubuntu-performancemetrics
   Depends: qml-module-ubuntu-test but 
it is not going to be installed
 ubuntu-system-settings : Depends: libubuntuoneauth-2.0-0 (>= 13.08) but it is 
not going to be installed
  Depends: powerd (>= 0.15) but it is not going to be 
installed or
   gnome-settings-daemon but it is not going to 
be installed
  Depends: qml-module-qtmultimedia or
   qml-module-qtmultimedia-gles but it is not 
going to be installed
  Depends: qtdeclarative5-ubuntu-content1 but it is not 
going to be installed
  Recommends: ubuntu-system-settings-online-accounts 
but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

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

Title:
  [regression] compiz crashes after Mesa upgrade

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

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

Re: [Bug 1741390] Re: Package two years out of date

2018-01-15 Thread ChristianEhrhardt
> If you have something specific you'd like VMware to act on, I can raise
> a support ticket with them but it will take a few days before there's
> any chance of action.  I'm not sure I can get much traction, but it's
> worth a try.

thanks for the offer. I have contacts, so this will go on - yet these
mills grind slowly so it will take a while.
Until then I need to get the ppa building for you so that you can at
least test for now.

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

Title:
  Package two years out of date

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

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

[Bug 1743427] Re: Black screen with iMac 2011 and ATI Radeon 6970M

2018-01-15 Thread Kai-Heng Feng
Please try this kernel, http://people.canonical.com/~khfeng/lp1743427/

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

Title:
  Black screen with iMac 2011 and ATI Radeon 6970M

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

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

[Bug 1743465] Re: Bionic should have haproxy 1.8-stable

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

** Changed in: haproxy (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/1743465

Title:
  Bionic should have haproxy 1.8-stable

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

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

[Bug 1684123] Re: bus: MMIO read of 00000000 FAULT at 3e6684 [ IBUS ]

2018-01-15 Thread Erik Hearne
This also affects me.
Fresh install of Ubuntu Mate 16.04.3

AMD FX 8350
GeForce GTX 750TI (using the included nouveau drivers)
2Tb Seagate HDD
16Gb Corsair DDR3

I cannot post anything as it fails after grub and goes to BusyBox.
But I can run dmesg and cannot see anything unusual. 

Not sure if this is related but, this is after install failed 3 times on
USB, finally had to install via disk and install without wifi to make it
work. The install would freeze and static would come out the speakers.
That also happened the first time I rebooted and now when I reboot this
error occurs.

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

Title:
  bus: MMIO read of  FAULT at 3e6684 [ IBUS ]

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

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

[Bug 428847] Re: gscan2pdf not compatible with compiz

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/428847

Title:
  gscan2pdf not compatible with compiz

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

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

[Bug 529875] Re: Gscan2 no find scanner

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/529875

Title:
  Gscan2 no find scanner

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

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

[Bug 426193] Re: crashes before saving

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/426193

Title:
  crashes before saving

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

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

[Bug 477433] Re: gscan2pdf unable to rotate scanned image

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/477433

Title:
  gscan2pdf unable to rotate scanned image

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

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

[Bug 401096] Re: Weird "buffering" of scanned pages with scanimage frontend

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/401096

Title:
  Weird "buffering" of scanned pages with scanimage frontend

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

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

[Bug 440157] Re: gscan2pdf hangs at end of first page

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/440157

Title:
  gscan2pdf hangs at end of first page

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

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

[Bug 1477347] Re: Output from iostat has the total read and total write columns backwards in Ubuntu 14.04

2018-01-15 Thread Launchpad Bug Tracker
[Expired for sysstat (Ubuntu) because there has been no activity for 60
days.]

** Changed in: sysstat (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/1477347

Title:
  Output from iostat has the total read and total write columns
  backwards in Ubuntu 14.04

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

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

[Bug 916815] Re: Trust Scanner not working - Invalid Argument

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/916815

Title:
  Trust Scanner not working - Invalid Argument

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

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

[Bug 1189437] Re: "End of file reached" message after scanning page

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/1189437

Title:
  "End of file reached" message after scanning page

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

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

[Bug 1066542] Re: crash or data loss when saving

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/1066542

Title:
  crash or data loss when saving

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

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

[Bug 630304] Re: Meerkat: gscan2pdf looses first page on multi-page duplex scanning

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/630304

Title:
  Meerkat: gscan2pdf looses first page on multi-page duplex scanning

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

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

[Bug 1268592] Re: gscan2pdf no longer launches in Ubuntu 12.04 LTS after ppa upgrade earlier today

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/1268592

Title:
  gscan2pdf no longer launches in Ubuntu 12.04 LTS after ppa upgrade
  earlier today

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

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

[Bug 1000526] Re: Opens inaccessible tcp device, errors, doesn't recover

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/1000526

Title:
  Opens inaccessible tcp device, errors, doesn't recover

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

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

[Bug 974347] Re: Blank scans in sheet-feed operation

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/974347

Title:
  Blank scans in sheet-feed operation

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

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

[Bug 1449291] Re: usage message of iostat should mention constraints

2018-01-15 Thread Launchpad Bug Tracker
[Expired for sysstat (Ubuntu) because there has been no activity for 60
days.]

** Changed in: sysstat (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/1449291

Title:
  usage message of iostat should mention constraints

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

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

[Bug 1343994] Re: gscan2pdf aborts with "Unknown message: scanimage: unrecognized option '--calibration-cache=no'"

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gscan2pdf (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gscan2pdf (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/1343994

Title:
  gscan2pdf aborts with "Unknown message: scanimage: unrecognized option
  '--calibration-cache=no'"

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

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

[Bug 1564482] Re: missing symbols on libphysfs.a file

2018-01-15 Thread Launchpad Bug Tracker
[Expired for libphysfs (Ubuntu) because there has been no activity for
60 days.]

** Changed in: libphysfs (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/1564482

Title:
  missing symbols on libphysfs.a file

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

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

[Bug 1729666] Re: The instalation failed/crashed

2018-01-15 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1729666

Title:
  The instalation failed/crashed

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

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

[Bug 1732551] Re: ubuntu 17.10 desktop install crashed

2018-01-15 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1732551

Title:
  ubuntu 17.10 desktop install crashed

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

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

[Bug 1728374] Re: Eye of Mate green tinted photos

2018-01-15 Thread Launchpad Bug Tracker
[Expired for eom (Ubuntu) because there has been no activity for 60
days.]

** Changed in: eom (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/1728374

Title:
  Eye of Mate green tinted photos

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

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

[Bug 1726097] Re: User session crash directly after login and user is back at login screen.

2018-01-15 Thread Launchpad Bug Tracker
[Expired for gnome-shell-extension-ubuntu-dock (Ubuntu) because there
has been no activity for 60 days.]

** Changed in: gnome-shell-extension-ubuntu-dock (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/1726097

Title:
  User session crash directly after login and user is back at login
  screen.

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

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

[Bug 1732196] Re: part of log entry too limited

2018-01-15 Thread Launchpad Bug Tracker
[Expired for postfix (Ubuntu) because there has been no activity for 60
days.]

** Changed in: postfix (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/1732196

Title:
  part of log entry too limited

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

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

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

2018-01-15 Thread Launchpad Bug Tracker
[Expired for shim-signed (Ubuntu) because there has been no activity for
60 days.]

** Changed in: shim-signed (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/1732515

Title:
  package shim-signed 1.32~16.04.1+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/1732515/+subscriptions

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

[Bug 1743495] Re: system stutters heavily with usb3 ExpressCard inserted

2018-01-15 Thread Kevin Otte
lspci output of device from 4.10

** Attachment added: "lspci-usb3.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1743495/+attachment/5037646/+files/lspci-usb3.txt

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

Title:
  system stutters heavily with usb3 ExpressCard inserted

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

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

[Bug 1743495] Re: system stutters heavily with usb3 ExpressCard inserted

2018-01-15 Thread Kevin Otte
Attaching dmesg output from booting 4.13 with the card inserted. Some
xhci messages may be of interest.

** Attachment added: "dmesg-x220-usb3-20180115.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1743495/+attachment/5037644/+files/dmesg-x220-usb3-20180115.txt

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

Title:
  system stutters heavily with usb3 ExpressCard inserted

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

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

[Bug 1743495] [NEW] system stutters heavily with usb3 ExpressCard inserted

2018-01-15 Thread Kevin Otte
Public bug reported:

I have a USB3 ExpressCard adapter I use with my ThinkPad X220. It was
mostly working under 4.10.0-42-generic, but once I got the
4.13.0-26-generic update my system now stutters to the point that it is
almost unusable until the card is ejected.

By "mostly working" I mean that this card was not hot-insertable even
under the older kernels. I had to boot with the card already inserted
for it to function. If I inserted it after the system was booted, I got
the same stuttering behavior. Under 4.13, it is now doing this even if I
boot with the card already inserted.

I notice the device is not showing up in lspci under 4.13. I wanted to
run apport-bug from the affected kernel. I will reboot into 4.10 to get
the PCI id of the device in question.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-26-generic 4.13.0-26.29~16.04.2
ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
Uname: Linux 4.13.0-26-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Jan 15 22:53:06 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-12-09 (2229 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: linux-hwe
UpgradeStatus: Upgraded to xenial on 2016-05-31 (595 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  system stutters heavily with usb3 ExpressCard inserted

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

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

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

2018-01-15 Thread Bug Watch Updater
** Changed in: mysql-5.7 (Debian)
   Status: New => Fix Released

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

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

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

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

[Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2018-01-15 Thread Mike R
@tomreyn

My corrent config to get stability

C6 disabled in BIOS
ALSR disabled
kernel >= 4.14.4 with CONFIG_RCU_NOCB_CPU
rcu_nocbs=0-15 processor.max_cstate=1 in GRUB_CMDLINE_LINUX

I got lockups still with ASLR disabled and rcu_nocbs with the custom
built kernel, once I added C6 disabled in bios and
processor.max_cstate=1 I've gotten 6 weeks of uptime

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1727228] Re: ath9k can't connect to wifi AP

2018-01-15 Thread AceLan Kao
** Description changed:

+ [Impact]
  iwlist scan can search the available wifi APs, but can't get connected.
  
  On new Intel platforms like ApolloLake, legacy interrupt mechanism
  (INTx) is not supported, so WLAN modules are not working because
  interrupts are missing.
  
  The affected and listed platforms are
  Dell Inspiron 24-3460
  Dell Inspiron 14-3473
  Dell Inspiron 3472
  Dell Inspiron 3576
  Dell Vostro 3262
  Dell Vostro 15-3572
  Dell Vostro 3578
  
- There should not be any regression potential. These are newly enabled
- machines and quirks are applied based on DMI_PRODUCT_NAME to only use
- MSI on such machines.
+ [Fix]
+ Qualcomm provided a MSI patch for ath9k, and it fixes the issue.
+ 
+ [Test Case]
+ Tested on the machines mentioned above, and they all work well.
+ 
+ [Regression Potential]
+ There shouldn't  be any regression potential. These are newly enabled 
machines and quirks are applied based on DMI_PRODUCT_NAME to only use MSI on 
such machines.

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

Title:
  ath9k can't connect to wifi AP

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

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

Re: [Bug 1731784] Re: system slow to start, kernel trace on Inspiron 1525

2018-01-15 Thread Kai-Heng Feng
> On 16 Jan 2018, at 11:44 AM, Kevin Otte  wrote:
> 
> I am indeed still having this issue with latest mainline. (
> http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc8/linux-
> image-4.15.0-041500rc8-generic_4.15.0-041500rc8.201801142030_amd64.deb )
> 
> You'll forgive me if I am not interested in filing this issue upstream. As an 
> end user, my time is somewhat limited, and I have heard far too many horror 
> stories about getting ones head chewed off by kernel developers ( 
> https://www.networkworld.com/article/2988850/opensource-subnet/linux-kernel-dev-sarah-sharp-quits-citing-brutal-communications-style.html
>  springs immediately to mind).

Intel GFX folks are nice guys.

> 
> I guess if you need to close this issue out, I'll put 16.04 back on this
> kit and try to find it a happy home.

Eventually the issue will reappear once 16.04 hit EOL. I guess it’s
better to solve it sooner rather than later.

> 
> -- 
> You received this bug notification because you are subscribed to linux
> in Ubuntu.
> https://bugs.launchpad.net/bugs/1731784
> 
> Title:
>  system slow to start, kernel trace on Inspiron 1525
> 
> Status in linux package in Ubuntu:
>  Confirmed
> 
> Bug description:
>  The system is slow to start / log in.
> 
>  [   65.504191] [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] 
> *ERROR* [CRTC:35:pipe B] flip_done timed out
>  [   65.608196] vblank wait timed out on crtc 1
>  [   65.608270] [ cut here ]
>  [   65.608310] WARNING: CPU: 0 PID: 869 at 
> /build/linux-XO_uEE/linux-4.13.0/drivers/gpu/drm/drm_vblank.c:1090 
> drm_wait_one_vblank+0x19b/0x1b0 [drm]
>  [   65.608312] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
> nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 
> nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_REJECT nf_reject_ipv4 
> xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables 
> iptable_filter gpio_ich dell_laptop dell_smm_hwmon dell_wmi dell_smbios 
> snd_hda_codec_idt wmi_bmof snd_hda_codec_generic dcdbas sparse_keymap 
> coretemp snd_hda_codec_hdmi joydev input_leds snd_hda_intel serio_raw r852 
> sm_common nand snd_hda_codec nand_ecc snd_hda_core arc4 nand_bch bch mtd 
> snd_hwdep r592 lpc_ich memstick iwl3945 snd_pcm snd_seq_midi 
> snd_seq_midi_event iwlegacy mac80211 snd_rawmidi snd_seq cfg80211 
> snd_seq_device snd_timer snd shpchp soundcore mac_hid parport_pc ppdev lp 
> parport ip_tables
>  [   65.608405]  x_tables autofs4 firewire_ohci sdhci_pci ahci libahci 
> pata_acpi i915 psmouse sdhci firewire_core crc_itu_t i2c_algo_bit sky2 
> drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm wmi video
>  [   65.608439] CPU: 0 PID: 869 Comm: Xorg Tainted: GW   
> 4.13.0-16-generic #19-Ubuntu
>  [   65.608442] Hardware name: Dell Inc. Inspiron 1525   
> /0U990C, BIOS A17 10/27/2009
>  [   65.608445] task: 9b85f7b12c00 task.stack: b032c09dc000
>  [   65.608472] RIP: 0010:drm_wait_one_vblank+0x19b/0x1b0 [drm]
>  [   65.608475] RSP: 0018:b032c09df978 EFLAGS: 00010286
>  [   65.608479] RAX: 001f RBX: 9b85b40b8000 RCX: 
> 
>  [   65.608481] RDX:  RSI: 9b85ff40dc78 RDI: 
> 9b85ff40dc78
>  [   65.608484] RBP: b032c09df9d8 R08: 0001 R09: 
> 03a7
>  [   65.608487] R10: b032c09df978 R11:  R12: 
> 0001
>  [   65.608489] R13: 0170 R14: 0300028e R15: 
> 
>  [   65.608493] FS:  7f0e0d6c3a40() GS:9b85ff40() 
> knlGS:
>  [   65.608496] CS:  0010 DS:  ES:  CR0: 80050033
>  [   65.608499] CR2: 7fcdecee515c CR3: 79f0b000 CR4: 
> 06f0
>  [   65.608501] Call Trace:
>  [   65.608513]  ? wait_woken+0x80/0x80
>  [   65.608607]  intel_get_load_detect_pipe+0x5c6/0x640 [i915]
>  [   65.608699]  intel_tv_detect+0x145/0x4d0 [i915]
>  [   65.608706]  ? __ext4_handle_dirty_metadata+0x87/0x1c0
>  [   65.608714]  ? __ww_mutex_lock_slowpath+0x16/0x20
>  [   65.608737]  drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper]
>  [   65.608751]  ? drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper]
>  [   65.608766]  drm_helper_probe_single_connector_modes+0xe1/0x780 
> [drm_kms_helper]
>  [   65.608770]  ? __mark_inode_dirty+0x114/0x3a0
>  [   65.608802]  drm_mode_getconnector+0x153/0x330 [drm]
>  [   65.608831]  ? __drm_mode_object_find+0x54/0xa0 [drm]
>  [   65.608860]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
>  [   65.608884]  drm_ioctl_kernel+0x5d/0xb0 [drm]
>  [   65.608909]  drm_ioctl+0x31b/0x3d0 [drm]
>  [   65.608937]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
>  [   65.608944]  ? dput.part.23+0x2d/0x1e0
>  [   65.608949]  do_vfs_ioctl+0xa5/0x610
>  [   65.608954]  ? vfs_write+0x132/0x1a0
>  [   65.608958]  SyS_ioctl+0x79/0x90
>  [   65.608962]  

[Bug 1731784] Re: system slow to start, kernel trace on Inspiron 1525

2018-01-15 Thread Kevin Otte
I am indeed still having this issue with latest mainline. (
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc8/linux-
image-4.15.0-041500rc8-generic_4.15.0-041500rc8.201801142030_amd64.deb )

You'll forgive me if I am not interested in filing this issue upstream. As an 
end user, my time is somewhat limited, and I have heard far too many horror 
stories about getting ones head chewed off by kernel developers ( 
https://www.networkworld.com/article/2988850/opensource-subnet/linux-kernel-dev-sarah-sharp-quits-citing-brutal-communications-style.html
 springs immediately to mind).

I guess if you need to close this issue out, I'll put 16.04 back on this
kit and try to find it a happy home.

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

Title:
  system slow to start, kernel trace on Inspiron 1525

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

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

[Bug 1743474] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of pac

2018-01-15 Thread dino99
*** This bug is a duplicate of bug 1725928 ***
https://bugs.launchpad.net/bugs/1725928

** This bug has been marked a duplicate of bug 1725928
   package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with 
differing files

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: trying to overwrite shared
  '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other
  instances of package libsane1:i386

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

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

[Bug 1741655] Re: Regression: KVM no longer supports Intel CPUs without Virtual NMI

2018-01-15 Thread Nathan Rennie-Waldock
That build is also working for me:
$ uname -a
Linux localhost 4.13.0-25-generic #29~lp1741655 SMP Thu Jan 11 19:45:45 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux
$ lsmod | grep kvm
kvm_intel 200704  24
kvm   585728  1 kvm_intel
irqbypass  16384  21 kvm
$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

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

Title:
  Regression: KVM no longer supports Intel CPUs without Virtual NMI

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

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

[Bug 1743490] [NEW] package python-pexpect 4.0.1-1 failed to install/upgrade: 子进程 已安装 pre-removal 脚本 返回错误状态 1

2018-01-15 Thread XINYUE MAO
Public bug reported:

package python-pexpect 4.0.1-1 failed to install/upgrade: 子进程 已安装 pre-
removal 脚本 返回错误状态 1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pexpect 4.0.1-1
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
AptOrdering:
 python-pexpect: Remove
 python-ptyprocess: Remove
 python-simplegeneric: Remove
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Jan 15 16:13:43 2018
Dependencies: python-ptyprocess 0.5-1
ErrorMessage: 子进程 已安装 pre-removal 脚本 返回错误状态 1
InstallationDate: Installed on 2018-01-07 (8 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: pexpect
Title: package python-pexpect 4.0.1-1 failed to install/upgrade: 子进程 已安装 
pre-removal 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package python-pexpect 4.0.1-1 failed to install/upgrade: 子进程 已安装 pre-
  removal 脚本 返回错误状态 1

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

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

[Bug 1743489] [NEW] iwlwifi firmware panic on 4.13, ucode 29.610311.0

2018-01-15 Thread Paul
Public bug reported:

On random occasion, or with certain wifi loads, iwlwifi panics with the
wifi nolonger being wakeable;

[   14.548729] iwlwifi :05:00.0: loaded firmware version 29.610311.0 
op_mode iwlmvm
[   14.611562] iwlwifi :05:00.0: Detected Intel(R) Dual Band Wireless AC 
3165, REV=0x210
[   14.631936] iwlwifi :05:00.0: base HW address: 08:d4:0c:ef:9b:4c
[   15.094132] iwlwifi :05:00.0 wlo1: renamed from wlan0
[  436.462157] WARNING: CPU: 3 PID: 0 at 
/build/linux-4LIBhY/linux-4.13.0/drivers/net/wireless/intel/iwlwifi/pcie/trans.c:1873
 iwl_trans_pcie_grab_nic_access+0xdf/0xf0 [iwlwifi]
[  436.462159] Modules linked in: ccm rfcomm cmac bnep binfmt_misc 
nls_iso8859_1 amd_freq_sensitivity edac_mce_amd kvm_amd kvm irqbypass 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec_realtek 
aesni_intel snd_hda_codec_generic arc4 snd_hda_codec_hdmi aes_x86_64 
crypto_simd glue_helper snd_hda_intel cryptd uvcvideo snd_hda_codec 
videobuf2_vmalloc videobuf2_memops snd_hda_core snd_seq_midi videobuf2_v4l2 
snd_hwdep videobuf2_core snd_seq_midi_event joydev snd_rawmidi videodev iwlmvm 
input_leds hp_wmi sparse_keymap media wmi_bmof mac80211 snd_pcm btusb serio_raw 
btrtl snd_seq btbcm btintel k10temp fam15h_power bluetooth snd_seq_device 
snd_timer i2c_piix4 iwlwifi ecdh_generic cfg80211 snd soundcore shpchp i2c_scmi 
mac_hid hp_wireless parport_pc ppdev lp parport ip_tables x_tables autofs4
[  436.462351] RIP: 0010:iwl_trans_pcie_grab_nic_access+0xdf/0xf0 [iwlwifi]
[  436.462417]  iwl_read_prph+0x32/0x80 [iwlwifi]
[  436.462444]  iwl_trans_pcie_log_scd_error+0x120/0x1e0 [iwlwifi]
[  436.462477]  ? iwl_pcie_txq_inc_wr_ptr+0xf0/0xf0 [iwlwifi]
[  436.462499]  iwl_pcie_txq_stuck_timer+0x4b/0x70 [iwlwifi]
[  436.516736] iwlwifi :05:00.0: Queue 10 is active on fifo 2 and stuck for 
1 ms. SW [22, 107] HW [90, 90] FH TRB=0x05a5a5a5a
[  440.022480] iwlwifi :05:00.0: Failed to wake NIC for hcmd
[  440.022600] iwlwifi :05:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
[  440.022607] iwlwifi :05:00.0: Scan failed! ret -5
[  441.041965] iwlwifi :05:00.0: Failed to wake NIC for hcmd
[  441.042121] iwlwifi :05:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
[  441.042128] iwlwifi :05:00.0: Scan failed! ret -5
[  442.061856] iwlwifi :05:00.0: Failed to wake NIC for hcmd
...recurring

Kubuntu 17.10

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: network-manager 1.8.4-1ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-25.29-generic 4.13.13
Uname: Linux 4.13.0-25-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Jan 16 14:14:26 2018
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-01-05 (375 days ago)
InstallationMedia: Kubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
IpRoute:
 default via 192.168.1.1 dev wlo1 proto static metric 600 
 169.254.0.0/16 dev wlo1 scope link metric 1000 
 192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.80 metric 600 
 192.168.30.0/24 dev vpn_vectrobe proto kernel scope link src 192.168.30.11
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: Upgraded to artful on 2018-01-15 (0 days ago)
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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

Title:
  iwlwifi firmware panic on 4.13, ucode 29.610311.0

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

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

[Bug 1643069] Re: target fails to start with IPv6 portals in config file

2018-01-15 Thread Kevin Otte
I just tested this with targetcli-fb in 17.10 and it gleefully allowed
me to add a portal for an address that isn't even on the system, but I
do see it listening in "ss -a -6" output. I guess this at least avoids
the problem of upgrading my server from 16.04 -> 18.04 when the time
comes. Sadly it looks as though 16.04 will be forever broken.

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

Title:
  target fails to start with IPv6 portals in config file

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

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

[Bug 1641339] Re: unable to add IPv6-only interface address as iscsi portal

2018-01-15 Thread Kevin Otte
I just tested this with targetcli-fb in 17.10 and it gleefully allowed
me to add a portal for an address that isn't even on the system, but I
do see it listening in "ss -a -6" output. I guess this at least avoids
the problem of upgrading my server from 16.04 -> 18.04 when the time
comes. Sadly it looks as though 16.04 will be forever broken.

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

Title:
  unable to add IPv6-only interface address as iscsi portal

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

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

[Bug 1734242] Re: Intel 9260/9462/9560 driver support

2018-01-15 Thread AceLan Kao
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Intel 9260/9462/9560 driver support

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

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

[Bug 1609796] Re: cant upgrade EOL 15.04

2018-01-15 Thread Chaffra Affouda
I am having the same problem. Is there a possible solution beside a
complete reinstall?

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

Title:
  cant upgrade EOL 15.04

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

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

[Bug 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-15 Thread Henri Shinichi de Souza Okajima
Comments #30 and #35 resolved this for me after a reboot. Thanks.

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

Title:
  [regression] compiz crashes after Mesa upgrade

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

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

[Bug 1743366] Re: Systemd .path units are not working properly in Bionic

2018-01-15 Thread Steve Langasek
We discussed on IRC that this is because *no* systemd units are being
activated; the user session is not being run under systemd.  This is a
regression vs. unity, and should be considered a bug in the desktop
session as a whole.

Reassigning this to gnome-session, which seems like the correct starting
point.

** Package changed: update-notifier (Ubuntu) => gnome-session (Ubuntu)

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

Title:
  Systemd .path units are not working properly in Bionic

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

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

[Bug 1736639] Re: Intel 9260/9462/9560 can't connect to 5GHz AP

2018-01-15 Thread AceLan Kao
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Intel 9260/9462/9560 can't connect to 5GHz AP

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

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

[Bug 1447664] Re: 14e4:1687 broadcom tg3 network driver disconnects under high load

2018-01-15 Thread Kai-Heng Feng
Take a deeper look, I don't think [1] will help the situation. It's for
mainly to solve the issue on jumbo frame.

I thinks it's better to ask HP and Broadcom to fix the issue.

[1]
https://github.com/torvalds/linux/commit/4419bb1cedcda0272e1dc410345c5a1d1da0e367
#diff-ee9b0abeec638cc316efd5b30e0e01e8

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

Title:
  14e4:1687 broadcom tg3 network driver disconnects under high load

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

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

[Bug 1731784] Re: system slow to start, kernel trace on Inspiron 1525

2018-01-15 Thread Kai-Heng Feng
If you still have this issue on latest mainline kernel (v4.15-rc8),
Please file an upstream bug at https://bugs.freedesktop.org/
Product: DRI
Component: DRM/intel

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

Title:
  system slow to start, kernel trace on Inspiron 1525

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

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

Re: [Bug 1734147] Re: corrupted BIOS due to Intel SPI bug in kernel

2018-01-15 Thread Steve Langasek
On Mon, Jan 15, 2018 at 06:56:05PM -, Paul wrote:
> Just to clarify, the fixed kernel got released via both software update
> and ISO right?

Yes, it did.

> I'm asking because if that's the case, my issue still persists.

Per the discussion, booting a fixed kernel does not resolve the problem if
your BIOS is already locked.  Have you followed the recovery instructions in
the bug description?

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

Title:
  corrupted BIOS due to Intel SPI bug in kernel

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

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

[Bug 878472] Re: Shotwell Viewer can't open files without file ending

2018-01-15 Thread Loren Dias
http://redmine.yorba.org/issues/3469 is Error 404.

For me this is a very big problem.

When I import photos from Google Drive they often don't have a file
extension but the unique file string as the name.

I have potentially deleted hundreds of thousands of photos I thought
successfully imported.

At the very least, it should notify you of XXX photos or other files
without extensions were not imported.

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

Title:
  Shotwell Viewer can't open files without file ending

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

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

[Bug 1742738] Re: bbswitch-dkms 0.8-4ubuntu1: bbswitch kernel module failed to build [make: *** No targets specified and no makefile found. Stop.]

2018-01-15 Thread Daniel van Vugt
** Summary changed:

- bbswitch-dkms 0.8-4ubuntu1: bbswitch kernel module failed to build
+ bbswitch-dkms 0.8-4ubuntu1: bbswitch kernel module failed to build [make: *** 
No targets specified and no makefile found.  Stop.]

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

Title:
  bbswitch-dkms 0.8-4ubuntu1: bbswitch kernel module failed to build
  [make: *** No targets specified and no makefile found.  Stop.]

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

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

[Bug 1366418] Re: Bluetooth BCM43142A0 doesn’t work

2018-01-15 Thread Daniel van Vugt
** 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/1366418

Title:
  Bluetooth BCM43142A0 doesn’t work

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

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

[Bug 1743336] Re: Broadcom Bluetooth brcm/BCM.hcd firmware not found

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1366418 ***
https://bugs.launchpad.net/bugs/1366418

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 1366418, 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 1366418
   Bluetooth BCM43142A0 doesn’t work

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

Title:
  Broadcom Bluetooth brcm/BCM.hcd firmware not found

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

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

[Bug 1743336] Re: Broadcom Bluetooth brcm/BCM.hcd firmware not found

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1366418 ***
https://bugs.launchpad.net/bugs/1366418

It sounds like the issue really is that the correct firmware is missing
from package 'linux-firmware'.

I don't think any fix would come in the kernel.

** Also affects: linux-firmware (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/1743336

Title:
  Broadcom Bluetooth brcm/BCM.hcd firmware not found

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

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

[Bug 1743317] Re: virtualbox-dkms 5.1.30-dfsg-1: virtualbox kernel module failed to build

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1741914 ***
https://bugs.launchpad.net/bugs/1741914

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 1741914, 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 1741914
   artful-proposed 4.13.0-24: kernel module failed to build [Cannot generate 
ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel 
or elfutils-libelf-devel]

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

Title:
  virtualbox-dkms 5.1.30-dfsg-1: virtualbox kernel module failed to
  build

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

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

[Bug 1743335] Re: Bluetooth keeps searching available devices but nothing found even though a lot B-Devices turned on around

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1366418 ***
https://bugs.launchpad.net/bugs/1366418

** This bug is no longer a duplicate of bug 1743336
   Broadcom Bluetooth brcm/BCM.hcd firmware not found
** This bug has been marked a duplicate of bug 1366418
   Bluetooth BCM43142A0 doesn’t work

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

Title:
  Bluetooth keeps searching available devices but nothing found even
  though a lot B-Devices turned on around

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

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

[Bug 1742897] Re: broadcom-sta-dkms 6.30.223.271-5: broadcom-sta kernel module failed to build

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1741914 ***
https://bugs.launchpad.net/bugs/1741914

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 1741914, 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 1741914
   artful-proposed 4.13.0-24: kernel module failed to build [Cannot generate 
ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel 
or elfutils-libelf-devel]

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

Title:
  broadcom-sta-dkms 6.30.223.271-5: broadcom-sta kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1742897/+subscriptions

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

[Bug 1743484] Re: /usr/bin/gnome-shell:11:_gdk_window_has_impl:gdk_x11_window_get_xid:shell_gtk_embed_window_created_cb:g_closure_invoke:signal_emit_unlocked_R

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1743442 ***
https://bugs.launchpad.net/bugs/1743442

** This bug has been marked a duplicate of bug 1743442
   gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from 
gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

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

Title:
  /usr/bin/gnome-
  
shell:11:_gdk_window_has_impl:gdk_x11_window_get_xid:shell_gtk_embed_window_created_cb:g_closure_invoke:signal_emit_unlocked_R

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

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

[Bug 1734594] Re: Feitan token unsupported

2018-01-15 Thread Ershaad
My Feitian USB token also stopped working with the same error as the OP
after the upgrade to artful.

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

Title:
  Feitan token unsupported

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

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

[Bug 1743484] [NEW] /usr/bin/gnome-shell:11:_gdk_window_has_impl:gdk_x11_window_get_xid:shell_gtk_embed_window_created_cb:g_closure_invoke:signal_emit_unlocked_R

2018-01-15 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1743442 ***
https://bugs.launchpad.net/bugs/1743442

Public bug reported:

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

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


** Tags: xenial yakkety

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

Title:
  /usr/bin/gnome-
  
shell:11:_gdk_window_has_impl:gdk_x11_window_get_xid:shell_gtk_embed_window_created_cb:g_closure_invoke:signal_emit_unlocked_R

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

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

[Bug 1743442] Re: gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

2018-01-15 Thread Daniel van Vugt
** Summary changed:

- gnome-shell crashed with SIGSEGV in _gdk_window_has_impl()
+ gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from 
gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

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

Title:
  gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from
  gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

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

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

[Bug 1743442] Re: gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

2018-01-15 Thread Daniel van Vugt
Also tracking in:
https://errors.ubuntu.com/problem/3434d7489f159ba504e522fe386cf086f71fd18d

Although it appears the problem stopped happening after Ubuntu 16.10.

** Description changed:

+ https://errors.ubuntu.com/problem/3434d7489f159ba504e522fe386cf086f71fd18d
+ 
+ ---
+ 
  After running a program which filled my RAM memory, the shell started
  behaving in an unresponsive way, until it crashed. After it restarted it
  worked well.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-shell 3.18.5-0ubuntu0.3
  ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Mon Jan 15 20:26:41 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2016-09-09 (493 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
+  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
+    Users in the 'systemd-journal' group can see all messages. Pass -q to
+    turn off this notice.
+  No journal files were opened due to insufficient permissions.
  ProcCmdline: /usr/bin/gnome-shell
  SegvAnalysis:
-  Segfault happened at: 0x7f566db886a2:cmp%rdi,0xe8(%rdi)
-  PC (0x7f566db886a2) ok
-  source "%rdi" ok
-  destination "0xe8(%rdi)" (0x00e8) not located in a known VMA region 
(needed writable region)!
+  Segfault happened at: 0x7f566db886a2:cmp%rdi,0xe8(%rdi)
+  PC (0x7f566db886a2) ok
+  source "%rdi" ok
+  destination "0xe8(%rdi)" (0x00e8) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
-  ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
-  gdk_x11_window_get_xid () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
-  ?? () from /usr/lib/gnome-shell/libgnome-shell.so
-  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
+  gdk_x11_window_get_xid () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
+  ?? () from /usr/lib/gnome-shell/libgnome-shell.so
+  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-shell crashed with SIGSEGV in gdk_x11_window_get_xid()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: lxd sudo

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from
  gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

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

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

[Bug 1743442] Re: gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

2018-01-15 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/1743442

Title:
  gnome-shell crashed with SIGSEGV in _gdk_window_has_impl() from
  gdk_x11_window_get_xid() from shell_gtk_embed_window_created_cb()

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

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

[Bug 1676069] Re: soxr resampling library not supported by pulseaudio

2018-01-15 Thread ubuntu38
It is about time this get fixed, please.

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

Title:
  soxr resampling library not supported by pulseaudio

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

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

[Bug 1743373] Re: Combobox arrow and color are inverted

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

** Changed in: ubuntu-themes (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/1743373

Title:
  Combobox arrow and color are inverted

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

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

[Bug 1743373] Re: Combobox arrow and color are inverted

2018-01-15 Thread Daniel van Vugt
** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: ubuntu-themes
   Status: New => Confirmed

** Changed in: ubuntu-themes
   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/1743373

Title:
  Combobox arrow and color are inverted

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

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

[Bug 1743335] Re: Bluetooth keeps searching available devices but nothing found even though a lot B-Devices turned on around

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1743336 ***
https://bugs.launchpad.net/bugs/1743336

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1743335

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: bluez (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/1743335

Title:
  Bluetooth keeps searching available devices but nothing found even
  though a lot B-Devices turned on around

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

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

[Bug 1743183] Re: Mouse left button not being noitced when clicked under Wayland - works under x11

2018-01-15 Thread Daniel van Vugt
Please let us know if bug 1181666 sounds like the same issue as you
experience. If not then please elaborate by telling us what you're
trying to click on that's not responding.

** Package changed: wayland (Ubuntu) => gnome-shell (Ubuntu)

** Tags added: noclick

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

Title:
  Mouse left button not being noitced when clicked under Wayland - works
  under x11

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

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

[Bug 1743335] Re: Bluetooth keeps searching available devices but nothing found even though a lot B-Devices turned on around

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1743336 ***
https://bugs.launchpad.net/bugs/1743336

Actually let's just use bug 1743336.

** This bug has been marked a duplicate of bug 1743336
   Broadcom Bluetooth brcm/BCM.hcd firmware not found

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

Title:
  Bluetooth keeps searching available devices but nothing found even
  though a lot B-Devices turned on around

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

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

[Bug 1734887] Re: No caps lock indicator on login screen

2018-01-15 Thread Daniel van Vugt
Not a duplicate of bug 945534 because that one says that the caps lock
warning is working.

** This bug is no longer a duplicate of bug 945534
   Num lock warning not displayed during log in

** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gdm3 (Ubuntu)
   Importance: Medium => Low

** Changed in: unity-greeter (Ubuntu)
   Importance: Medium => Low

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

Title:
  No caps lock indicator on login screen

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

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

[Bug 1741511] Re: GDM3 display manager: logon constantly trying to "press enter" - unable to login using PTY

2018-01-15 Thread Daniel van Vugt
I would have said this:
---

Thank you for reporting this bug to Ubuntu.
Ubuntu 17.04 (zesty) reached end-of-life on January 13, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.

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

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

Title:
  GDM3 display manager: logon constantly trying to "press enter" -
  unable to login using PTY

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

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

[Bug 1571420] Re: totem crashes on start up! [Totem:ERROR:totem-grilo.c:729:browse_cb: code should not be reached]

2018-01-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1501049 ***
https://bugs.launchpad.net/bugs/1501049

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 1501049, 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.


** Summary changed:

- totem crashes on start up!
+ totem crashes on start up! [Totem:ERROR:totem-grilo.c:729:browse_cb: code 
should not be reached]

** This bug has been marked a duplicate of bug 1501049
   totem crashed with assertion failure 
[Totem:ERROR:totem-grilo.c:729:browse_cb: code should not be reached]

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

Title:
  totem crashes on start up! [Totem:ERROR:totem-grilo.c:729:browse_cb:
  code should not be reached]

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

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

[Bug 1501049] Re: totem crashed with assertion failure [Totem:ERROR:totem-grilo.c:729:browse_cb: code should not be reached]

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

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

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

Title:
  totem crashed with assertion failure [Totem:ERROR:totem-
  grilo.c:729:browse_cb: code should not be reached]

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

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

[Bug 1501049] Re: totem crashed with assertion failure [Totem:ERROR:totem-grilo.c:729:browse_cb: code should not be reached]

2018-01-15 Thread Daniel van Vugt
** Tags added: xenial

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

Title:
  totem crashed with assertion failure [Totem:ERROR:totem-
  grilo.c:729:browse_cb: code should not be reached]

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

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

Re: [Bug 1738582] Re: [MIR] ibus-libpinyin and dependencies

2018-01-15 Thread Ping-Wu
Ok, no problem with bionic.  Still too unstable (bionic).  Thanks again!

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

Title:
  [MIR] ibus-libpinyin and dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-libpinyin/+bug/1738582/+subscriptions

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

[Bug 1341256] Status changed to Confirmed

2018-01-15 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  Press caps lock on bluetooth keyboard then the keyboard go death

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

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

[Bug 1501049] Re: totem crashed with assertion failure at totem-grilo.c:729 - code should not be reached

2018-01-15 Thread Daniel van Vugt
Also tracking in:
https://errors.ubuntu.com/problem/49f61eb5b4c7c242dac2179ff053a937285c37ce

** Summary changed:

- gnome video application crash
+ totem crashed with assertion failure at totem-grilo.c:729 - code should not 
be reached

** Summary changed:

- totem crashed with assertion failure at totem-grilo.c:729 - code should not 
be reached
+ totem crashed with assertion failure 
[Totem:ERROR:totem-grilo.c:729:browse_cb: code should not be reached]

** Information type changed from Private to Public

** Description changed:

+ https://errors.ubuntu.com/problem/49f61eb5b4c7c242dac2179ff053a937285c37ce
+ 
+ ---
+ 
  the gnome video application crashed twice while attempting to browse a
  upnp media server. at first I tried to play a video which failed to
  play, then twice afterwards the application crashed before it would even
  load the file list
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: totem 3.16.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Sep 29 16:31:47 2015
  ExecutablePath: /usr/bin/totem
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  ProcCmdline: /usr/bin/totem --gapplication-service
  ProcEnviron:
-  SHELL=/bin/bash
-  XDG_RUNTIME_DIR=
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  XDG_RUNTIME_DIR=
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
  Signal: 6
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  totem crashed with assertion failure [Totem:ERROR:totem-
  grilo.c:729:browse_cb: code should not be reached]

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