[Bug 1961484] [NEW] 20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate failed)

2022-02-19 Thread Andrei Borzenkov
Public bug reported:

In current 20.04.3 libva2 fails to authenticate connection to Wayland
composer. This may be related to update of Mesa to 21.2.6. Any program
using libva2 fails with

bor@bor-Latitude-E5450:~$ vainfo
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.7.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~$ 

This is fixed in libva upstream in pull request
https://github.com/intel/libva/pull/476

I verified that upstream libva correctly works:

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
libva info: VA-API version 1.15.0
libva info: Trying to open /home/bor/pkg/lib/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /home/bor/pkg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.15 (libva 2.15.0.pre1)
vainfo: Driver version: Intel i965 driver for Intel(R) Broadwell - 2.4.0
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple : VAEntrypointVLD
  VAProfileMPEG2Simple : VAEntrypointEncSlice
  VAProfileMPEG2Main : VAEntrypointVLD
  VAProfileMPEG2Main : VAEntrypointEncSlice
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main : VAEntrypointVLD
  VAProfileH264Main : VAEntrypointEncSlice
  VAProfileH264High : VAEntrypointVLD
  VAProfileH264High : VAEntrypointEncSlice
  VAProfileH264MultiviewHigh : VAEntrypointVLD
  VAProfileH264MultiviewHigh : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice
  VAProfileVC1Simple : VAEntrypointVLD
  VAProfileVC1Main : VAEntrypointVLD
  VAProfileVC1Advanced : VAEntrypointVLD
  VAProfileNone : VAEntrypointVideoProc
  VAProfileJPEGBaseline : VAEntrypointVLD
  VAProfileVP8Version0_3 : VAEntrypointVLD
bor@bor-Latitude-E5450:~/src/intel/libva-utils$

With *only* commit 283f776a9649dcef58b47958c1269499adfa1cd4 reverted

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.15.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~/src/intel/libva-utils$

Please update libva in 20.04.3 to match Mesa. This bug affects any
application that is trying to use VAAPI for hardware acceleration.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libva2 2.7.0-2
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-lowlatency 5.13.19
Uname: Linux 5.13.0-30-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 19:16:15 2022
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (2424 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: libva
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate
  failed)

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


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

[Bug 1944088] Re: [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, driver_name = (null)

2022-02-19 Thread Andrei Borzenkov
And mpv works just fine with upstream libva under Wayland without any
other changes.

bor@bor-Latitude-E5450:~$ mpv video.mkv 
 (+) Video --vid=1 (*) (h264 1920x1080 25.000fps)
 (+) Audio --aid=1 --alang=en (*) (ac3 2ch 48000Hz)
[vo/gpu/wayland] GNOME's wayland compositor lacks support for the idle inhibit 
protocol. This means the screen can blank during playback.
wl_drm@22: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
[vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)

and

bor@bor-Latitude-E5450:~$ LD_LIBRARY_PATH=/home/bor/pkg/lib mpv video.mkv 
 (+) Video --vid=1 (*) (h264 1920x1080 25.000fps)
 (+) Audio --aid=1 --alang=en (*) (ac3 2ch 48000Hz)
[vo/gpu/wayland] GNOME's wayland compositor lacks support for the idle inhibit 
protocol. This means the screen can blank during playback.
Cannot load libcuda.so.1
Using hardware decoding (vaapi).
VO: [gpu] 1920x1080 vaapi[nv12]

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

Title:
  [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay,
  driver_name = (null)

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


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

[Bug 1944088] Re: [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, driver_name = (null)

2022-02-19 Thread Andrei Borzenkov
I get the same error on Ubuntu 20.04.3. The problem here is likely
caused by Mesa drivers update to 21.2.6. Looks like Mesa 21 has changes
in Wayland authentication and it requires fix to libva
(https://github.com/intel/libva/pull/476). The fix should be present in
libva 2.11 and above while Ubuntu 20.04.3 ships libva 2.6.

I verified it using compiled libva/libva-utils from current upstream
git. with current upstream

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo 
libva info: VA-API version 1.15.0
libva info: Trying to open /home/bor/pkg/lib/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /home/bor/pkg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.15 (libva 2.15.0.pre1)
vainfo: Driver version: Intel i965 driver for Intel(R) Broadwell - 2.4.0
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Simple: VAEntrypointEncSlice
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointEncSlice
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main   : VAEntrypointVLD
  VAProfileH264Main   : VAEntrypointEncSlice
  VAProfileH264High   : VAEntrypointVLD
  VAProfileH264High   : VAEntrypointEncSlice
  VAProfileH264MultiviewHigh  : VAEntrypointVLD
  VAProfileH264MultiviewHigh  : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice
  VAProfileVC1Simple  : VAEntrypointVLD
  VAProfileVC1Main: VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileVP8Version0_3  : VAEntrypointVLD
bor@bor-Latitude-E5450:~/src/intel/libva-utils$ 

With *only* commit 283f776a9649dcef58b47958c1269499adfa1cd4 reverted

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo 
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.15.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~/src/intel/libva-utils$ 

Please update libva/vainfo in 20.04.3 to match Mesa. I can open new bug
for 20.04 if needed.

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

Title:
  [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay,
  driver_name = (null)

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


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

[Bug 1904323] [NEW] gnome-terminal resized and moved after resume

2020-11-15 Thread Andrei Borzenkov
Public bug reported:

GNOME desktop with Wayland, Dell E5450 notebook using iGPU (Intel). dGPU
(nVidia) is present but never used. No proprietary drivers. Both eDP and
HDMI are connected to Intel.

I usually have several gnome-terminal windows open. After the following

- connect TV using HDMI
- suspend notebook (close lid)
- open lid, notebook resumed

all opened gnome-terminal windows are resized (so far always smaller
size) and moved on screen to different position.

I had similar effects also in 16.04 and 18.04 under X11/Unity (and also
in 20.04 before switching to GNOME/Wayland).

I am happy to provide any additional/debugging information if anyone
explains what is necessary.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-terminal 3.36.2-1ubuntu1~20.04
ProcVersionSignature: Ubuntu 5.8.0-28.30~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 15 16:32:28 2020
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (1963 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to focal on 2020-10-03 (43 days ago)

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


** Tags: amd64 apport-bug focal third-party-packages wayland-session

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

Title:
  gnome-terminal resized and moved after resume

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

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

[Bug 1793918] Re: Add/reintroduce setting to enable suspend on lid-close with external monitors attached

2020-11-05 Thread Andrei Borzenkov
> (untested) patch

I built gsd with this patch and it works for me - it suspends with
external monitor connected.

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

Title:
  Add/reintroduce setting to enable suspend on lid-close with external
  monitors attached

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

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

[Bug 1902911] Re: GNOME desktop does not suspend on lid close with HDMI TV connected

2020-11-04 Thread Andrei Borzenkov
> This most trivial (untested) patch

I now built package with this test and it correctly suspends with
external monitor connected.

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

Title:
  GNOME desktop does not suspend on lid close with HDMI TV connected

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

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

[Bug 1902911] [NEW] GNOME desktop does not suspend on lid close with HDMI TV connected

2020-11-04 Thread Andrei Borzenkov
Public bug reported:

Ubuntu 20.04 with all current updates, GNOME/Wayland desktop, Dell
Latitude E5450 notebook.

I have external TV connected via HDMI and I want notebook to suspend
when I close lid even if TV is connected. This does not work. Even
though logind is configured to suspend in this case:

$ cat /etc/systemd/logind.conf.d/allow-suspend-with-hdmi.conf 
[Login]
HandleLidSwitchDocked=suspend
$ 

gnome-settings-daemon starts inhibitor as soon as it detects external
monitor:

WHO  UID  USER PID   COMMWHAT   
  WHY   
  MODE 
bor  1001 bor  96600 gsd-power   handle-lid-switch  
  External monitor attached or 
configuration changed recently block

so sytemd-logind does not initiate suspend, but there is also no code in
gnome-settings-daemon itself to handle lid close (as it completely
relies on systemd-logind today).

Ubuntu package includes patch ubuntu-lid-close-suspend.patch that
restores gsettings keys, but as there is no code to actually *use* these
keys patch has no effect:

$ gsettings list-recursively org.gnome.settings-daemon.plugins.power | grep -w 
lid
org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
org.gnome.settings-daemon.plugins.power lid-close-suspend-with-external-monitor 
true
org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
$ 

This most trivial (untested) patch to use this settings seems to be:

diff --git a/plugins/power/gsd-power-manager.c 
b/plugins/power/gsd-power-manager.c
index c7a16e8d..9b7a99b5 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -1196,7 +1196,7 @@ upower_kbd_toggle (GsdPowerManager *manager,
 static gboolean
 suspend_on_lid_close (GsdPowerManager *manager)
 {
-return !external_monitor_is_connected (manager->rr_screen);
+return g_settings_get_boolean (manager->settings, 
"lid-close-suspend-with-external-monitor") || !external_monitor_is_connected 
(manager->rr_screen);
 }
 
 static gboolean

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-settings-daemon 3.36.1-0ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-25.26~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov  4 18:43:56 2020
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (1952 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: Upgraded to focal on 2020-10-03 (32 days ago)

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


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

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

Title:
  GNOME desktop does not suspend on lid close with HDMI TV connected

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

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

[Bug 1898371] [NEW] Python program using m2crypto returns IncompleteRead

2020-10-03 Thread Andrei Borzenkov
Public bug reported:

After update from 18.04 to 20.04 program using python3-m2crypto failed
with IncompleteRead(0 bytes read). The program is openSUSE osc accessing
https://api.opensuse.org/. Similar bug report:

https://github.com/openSUSE/osc/issues/771

with resilution
(https://github.com/openSUSE/osc/issues/771#issuecomment-601784292):

It probably misses [1] (unless it was backported), which is required
for python3.8.
[1] https://gitlab.com/m2crypto/m2crypto/-/merge_requests/242

Installing m2crypto 0.36 as local user package worked around it. 20.04
comes with m2crypto 0.31 and Python 3.8 which apparently cannot work;
either newer version of m2crypto or at least mentioned patch is
required.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: python3-m2crypto 0.31.0-9ubuntu1
ProcVersionSignature: Ubuntu 5.6.0-1028.28-oem 5.6.19
Uname: Linux 5.6.0-1028-oem x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sat Oct  3 17:59:11 2020
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (1920 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: m2crypto
UpgradeStatus: Upgraded to focal on 2020-10-03 (0 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  Python program using m2crypto returns IncompleteRead

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

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

[Bug 1845549] [NEW] No protocol handler found to open URL dvdread://

2019-09-26 Thread Andrei Borzenkov
Public bug reported:

Using

 *** 2:0.29.1+git11~bionic 500
500 http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu bionic/main amd64 
Packages

and trying to use dvdread:// per manual page (because I had issues
viewing DVD and wanted to test how different library works) I get


bor@bor-Latitude-E5450:~$ mpv dvdread://./
No protocol handler found to open URL dvdread://./
The protocol is either unsupported, or was disabled at compile-time.


Exiting... (Errors when loading file)
bor@bor-Latitude-E5450:~$ mpv dvdread://./

for any file or directory. Is dvdread disabled in build?

** Affects: mpv (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/1845549

Title:
  No protocol handler found to open URL dvdread://

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

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

[Bug 1835154] Re: Cannot start tor browser - gpg hangs refreshing keys

2019-07-19 Thread Andrei Borzenkov
Fixed in https://github.com/micahflee/torbrowser-launcher/pull/402. It
is still necessary to remove cached key (I simply deleted the whole
keyring) from ~/.local/share/torbrowser/gnupg_homedir/

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

Title:
  Cannot start tor browser - gpg hangs refreshing keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1835154/+subscriptions

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

[Bug 1835154] [NEW] Cannot start tor browser - gpg hangs refreshing keys

2019-07-02 Thread Andrei Borzenkov
Public bug reported:

I am not able to start tor browser since a couple of days because gpg
loops refreshing keys. Killing gpg allows tor browser to start:

UIDPID  PPID  C STIME TTY  TIME CMD
bor  31474 31391 97 06:30 ?00:13:46 /usr/bin/gpg --status-fd 2 
--homedir /home/bor/.local/share/torbrowser/gnupg_homedir --keyserver 
hkps://hkps.pool.sks-keyservers.net --keyserver-options ca-cert-file 
/usr/share/torbrowser-launcher/sks-keyservers.netCA.pem include-revoked 
no-honor-keyserver-url no-honor-pka-record --refresh-keys

Yes, this is 18 *minutes*.

See https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f
for description of DoS on key servers which seems to be the reason.

Key server is hard coded in torbrowser-launcher. It needs to either be
changed or made configurable.

I also opened upstream issue:

https://github.com/micahflee/torbrowser-launcher/issues/401

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: torbrowser-launcher 0.2.9-2
ProcVersionSignature: Ubuntu 4.18.0-25.26~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-25-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CurrentDesktop: Unity:Unity7:ubuntu
Date: Wed Jul  3 06:46:16 2019
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (1461 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: torbrowser-launcher
UpgradeStatus: Upgraded to bionic on 2018-08-22 (314 days ago)

** Affects: torbrowser-launcher (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Cannot start tor browser - gpg hangs refreshing keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1835154/+subscriptions

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

[Bug 1705066] Re: Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is installed

2019-06-28 Thread Andrei Borzenkov
It still fails using the most recent packages.

июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 19:09:31 [ERROR   
][deluge.component  :132 ] [Failure instance: Traceback: : 'ascii' codec can't decode byte 0xd0 in position 10: 
ordinal not in range(128)
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/base.py:1252:mainLoop
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/base.py:878:runUntilCurrent
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:459:callback
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:567:_startRunCallbacks
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: ---  
---
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:653:_runCallbacks
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/task.py:865:
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:239:start
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:832:load_state
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:812:open_state
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: ]
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: Unhandled error in Deferred:
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 19:09:31 [CRITICAL][twisted   
:154 ] Unhandled error in Deferred:
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 19:09:31 
[CRITICAL][deluge.log:93  ] twisted.internet.defer
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: [Failure instance: Traceback: 
: 'ascii' codec can't decode byte 0xd0 in position 
10: ordinal not in range(128)
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/base.py:1252:mainLoop
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/base.py:878:runUntilCurrent
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:459:callback
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:567:_startRunCallbacks
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: ---  
---
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/defer.py:653:_runCallbacks
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/twisted/internet/task.py:865:
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:239:start
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:832:load_state
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: 
/usr/lib/python3/dist-packages/deluge/core/torrentmanager.py:812:open_state
июн 28 19:09:31 bor-Latitude-E5450 deluged[3803]: ]

deluge:
  Installed: 2.0.3-2~201906121747~ubuntu18.04.1
  Candidate: 2.0.3-2~201906121747~ubuntu18.04.1
  Version table:
 *** 2.0.3-2~201906121747~ubuntu18.04.1 500
500 http://ppa.launchpad.net/deluge-team/stable/ubuntu bionic/main 
amd64 Packages
500 http://ppa.launchpad.net/deluge-team/stable/ubuntu bionic/main i386 
Packages
100 /var/lib/dpkg/status
 1.3.15-2 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
 1.3.15-1~zesty~ppa2 500
500 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic/main amd64 
Packages
500 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic/main i386 
Packages
bor@bor-Latitude-E5450:~$

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

Title:
  Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is
  installed

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

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-11-05 Thread Andrei Borzenkov
And I just had exactly the same problem (failure to modify EFI variable)
during update of secureboot-db and again running postinstall script
immediately after reboot worked OK.

Silence is becoming ridiculous. What we need is kernel with verbose
debug output about handling EFI variables. Right now it is not even
clear whether failure is returned by kernel or firmware.

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1795807] Re: package grub-efi-amd64-signed 1.93.7+2.02-2ubuntu8.6 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status

2018-10-25 Thread Andrei Borzenkov
There is no RAID on my system. And how is it relevant in the first
place? The error happens when efibootmgr tries to modify EFI variables.
This succeeds immediately after reboot and fails if done later. Which I
already explained in

https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1767474
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1753518

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

Title:
  package grub-efi-amd64-signed 1.93.7+2.02-2ubuntu8.6 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1767474] Re: Could not delete variable: Invalid argument (package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess retur

2018-09-14 Thread Andrei Borzenkov
I have the same problem on Dell Latitude E5450. It is very unlikely
firmware issue because

a) there was zero problems in 14.04 and 16.04. This started to happen only 
after update to 18.04.
b) if I reboot system and run "dpkg --configure -a", the same process ends 
successfully.
c) as seen in 
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1787692 it affects 
multiple hardware models.

Note that
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1787692
describes exactly the same problem, just hit during different package
install.


** Changed in: shim-signed (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Could not delete variable: Invalid argument (package shim-signed
  1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed
  package post-installation script subprocess returned error exit status
  1)

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

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-09-07 Thread Andrei Borzenkov
I got the same error ("efibootmgr failed") again after today's update
and again running "dpkg --configure -a" immediately after reboot
completed without errors. It really sounds like kernel issue - something
goes wrong over time.

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1789538] [NEW] Kernel packages are not completely removed during automatic cleanup

2018-08-28 Thread Andrei Borzenkov
Public bug reported:

Some packages are left in "residual-config" state. This is confusing.

Linux bor-Latitude-E5450 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15
16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

bor@bor-Latitude-E5450:~$ dpkg-query -W linux\*
linux-base  4.5ubuntu1
linux-doc-4.15.0
linux-firmware  1.173.1
linux-firmware-snapdragon   
linux-generic   4.15.0.33.35
linux-generic-hwe-16.04 4.15.0.33.35
linux-headers   
linux-headers-3.0   
linux-headers-4.15.0-30-generic 
linux-headers-4.15.0-32 4.15.0-32.35
linux-headers-4.15.0-32-generic 4.15.0-32.35
linux-headers-4.15.0-33 4.15.0-33.36
linux-headers-4.15.0-33-generic 4.15.0-33.36
linux-headers-686-pae   
linux-headers-amd64 
linux-headers-generic   4.15.0.33.35
linux-headers-generic-hwe-16.04 4.15.0.33.35
linux-hwe-tools-4.15.0-29   4.15.0-29.31~16.04.1
linux-image 
linux-image-4.15.0-30-generic   4.15.0-30.32
linux-image-4.15.0-32-generic   4.15.0-32.35
linux-image-4.15.0-33-generic   4.15.0-33.36
linux-image-generic 4.15.0.33.35
linux-image-generic-hwe-16.04   4.15.0.33.35
linux-image-unsigned-4.15.0-30-generic  
linux-image-unsigned-4.15.0-32-generic  
linux-image-unsigned-4.15.0-33-generic  
linux-initramfs-tool
linux-kernel-headers
linux-kernel-headers-arm64-cross
linux-kernel-headers-mips-cross 
linux-kernel-headers-mips64-cross   
linux-kernel-log-daemon 
linux-libc-dev:amd644.15.0-33.36
linux-libc-dev:i386 4.15.0-33.36
linux-libc-dev-arm64-cross  4.15.0-18.19cross1
linux-libc-dev-arm64-dcv1   
linux-libc-dev-mips-cross   4.15.0-18.19cross1
linux-libc-dev-mips-dcv1
linux-libc-dev-mips64-cross 4.15.0-18.19cross1
linux-libc-dev-mips64-dcv1  
linux-modules-4.15.0-30-generic 4.15.0-30.32
linux-modules-4.15.0-32-generic 4.15.0-32.35
linux-modules-4.15.0-33-generic 4.15.0-33.36
linux-modules-extra-4.15.0-30-generic   4.15.0-30.32
linux-modules-extra-4.15.0-32-generic   4.15.0-32.35
linux-modules-extra-4.15.0-33-generic   4.15.0-33.36
linux-restricted-common 
linux-signed-generic4.15.0.33.35
linux-signed-generic-hwe-16.04  4.15.0.33.35
linux-signed-image-generic  4.15.0.33.35
linux-signed-image-generic-hwe-16.044.15.0.33.35
linux-sound-base1.0.25+dfsg-0ubuntu5
linux-source-4.15.0 
linux-tools 
linux-tools-4.15.0-32   4.15.0-32.35
linux-tools-4.15.0-32-generic   4.15.0-32.35
linux-tools-4.15.0-33   4.15.0-33.36
linux-tools-4.15.0-33-generic   4.15.0-33.36
linux-tools-common  4.15.0-33.36
linux-tools-generic 4.15.0.33.35
linux-tools-generic-hwe-16.04   4.15.0.33.35
bor@bor-Latitude-E5450:~$ 

or@bor-Latitude-E5450:~$ LC_ALL=C apt list linux-headers-4.15.0-30-generic  
linux-image-unsigned-4.15.0-30-generic linux-modules-4.15.0-30-generic 
linux-modules-extra-4.15.0-30-generic
Listing... Done
linux-headers-4.15.0-30-generic/bionic-updates,bionic-security 4.15.0-30.32 
amd64
linux-image-unsigned-4.15.0-30-generic/bionic-updates,bionic-security 
4.15.0-30.32 amd64
linux-modules-4.15.0-30-generic/bionic-updates,bionic-security,now 4.15.0-30.32 
amd64 [residual-config]
linux-modules-extra-4.15.0-30-generic/bionic-updates,bionic-security,now 
4.15.0-30.32 amd64 [residual-config]
bor@bor-Latitude-E5450:~$ 

bor@bor-Latitude-E5450:~$ LC_ALL=C sudo apt purge linux-image-4.15.0-30-generic 
linux-modules-4.15.0-30-generic linux-modules-extra-4.15.0-30-generic
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  extlinux g++-4.8 gcc-5-cross-base giblib1 libaec0 libatomic1-arm64-cross 
libbabeltrace-ctf1
  libbonobo2-common libboost-chrono1.58.0 libboost-system1.58.0 
libc6-dev-arm64-cross
  libebml4v5 libffi-dev libgcc1-arm64-cross libgomp1-arm64-cross 
libisc-export160
  libjasper1:i386 libjson-c2:i386 libllvm5.0:i386 libmysofa libobjc-5-dev 
libobjc4
  liborbit-2-0 libpango-perl libtorrent-rasterbar8 libva-drm1 libva-wayland1 
libx264-148
  linux-generic-hwe-16.04 linux-hwe-tools-4.15.0-29 linux-libc-dev-arm64-cross
  linux-libc-dev-mips64-cross python-ndg-httpsclient 
qml-module-qtgraphicaleffects
  qml-module-qtquick-dialogs qml-module-qtquick-privatewidgets 
qml-module-qtwebkit
  qml-module-ubuntu-performancemetrics
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  linux-image-4.15.0-30-generic* linux-modules-4.15.0-30-generic*
  linux-modules-extra-4.15.0-30-generic*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
(Reading database ... 301437 files and directories currently installed.)
Purging configuration files for linux-modules-extra-4.15.0-30-generic 
(4.15.0-30.32) ...
Purging configuration files for linux-modules-4.15.0-30-generic (4.15.0-30.32) 
...
dpkg: warning: while removing linux-modules-4.15.0-30-generic, directory 

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-08-24 Thread Andrei Borzenkov
After rebooting everything worked again

bor@bor-Latitude-E5450:~$ sudo dpkg --configure -a
Настраивается пакет grub-efi-amd64-signed (1.93.4+2.02-2ubuntu8.3) …
Выполняется установка для платформы x86_64-efi.
Установка завершена. Ошибок нет.
Обрабатываются триггеры для shim-signed (1.34.9.2+13-0ubuntu2) …
No DKMS modules installed.
bor@bor-Latitude-E5450:~$

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2018-08-24 Thread Andrei Borzenkov
It is possible that there are different problems but in my case the
problem is that efibootmgr cannot delete EFI variable:

root@bor-Latitude-E5450:~# LC_ALL=C grub-install 
Installing for x86_64-efi platform.
Could not delete variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Block device 
required.

or more verbosely

grub-install: info: Registering with EFI: distributor = `ubuntu', path = 
`\EFI\ubuntu\shimx64.efi', ESP at hostdisk//dev/sda,gpt1.
grub-install: info: executing efibootmgr --version /dev/null.
grub-install: info: executing modprobe -q efivars.
grub-install: info: executing efibootmgr -b  -B.
Could not delete variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Block device 
required.

It is neither grub nor efibootmgr issue, I cannot remove variable even
manually:

root@bor-Latitude-E5450:/sys/firmware/efi/efivars# LC_ALL=C rm 
Boot-8be4df61-93ca-11d2-aa0d-00e098032b8c 
rm: cannot remove 'Boot-8be4df61-93ca-11d2-aa0d-00e098032b8c': Invalid 
argument

and stracing it

unlinkat(AT_FDCWD, "Boot-8be4df61-93ca-11d2-aa0d-00e098032b8c", 0) =
-1 EINVAL (Invalid argument)

As I do not believe all systems got firmware problem at once, it is more
likely kernel issue. There is nothing in dmesg.

I do not see how it can be fixed by removing anything in ESP.

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1707107] UdevDb.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1707107/+attachment/5137895/+files/UdevDb.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] PulseList.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137893/+files/PulseList.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] WifiSyslog.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137896/+files/WifiSyslog.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] RfKill.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1707107/+attachment/5137894/+files/RfKill.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] ProcEnviron.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137890/+files/ProcEnviron.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] ProcModules.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137892/+files/ProcModules.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] ProcInterrupts.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137891/+files/ProcInterrupts.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] Lspci.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1707107/+attachment/5137886/+files/Lspci.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] IwConfig.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137885/+files/IwConfig.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] ProcCpuinfo.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137888/+files/ProcCpuinfo.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] Lsusb.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1707107/+attachment/5137887/+files/Lsusb.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] Re: HWE 4.10: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

2018-05-11 Thread Andrei Borzenkov
apport information

** Tags added: apport-collected

** Description changed:

  During kernel update the above message is output. For 4.4 kernel it was
  fixed in https://bugs.launchpad.net/ubuntu/+source/linux-
  firmware/+bug/1624164, but it is still present in HWE 4.10 kernel.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.10.0-28-generic 4.10.0-28.32~16.04.2
  ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 28 06:46:18 2017
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  InstallationDate: Installed on 2015-07-02 (756 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  SourcePackage: linux-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.17
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  bor2261 F pulseaudio
+  /dev/snd/controlC0:  bor2261 F pulseaudio
+ CurrentDesktop: Unity
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-trusty-amd64-20140620-0
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=df2037e2-aa56-4079-9f35-49d94d595d93
+ InstallationDate: Installed on 2015-07-02 (1044 days ago)
+ InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
+ MachineType: Dell Inc. Latitude E5450
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-41-generic.efi.signed 
root=UUID=d06b07a3-04bf-46e1-8cae-5f2592c69192 ro quiet splash pcie_aspm=force 
radeon.modeset=0 video.use_native_backlight=1 video.use_native_backlight=1 
crashkernel=384M-2G:128M,2G-:256M vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.13.0-41.46~16.04.1-generic 4.13.16
+ RelatedPackageVersions:
+  linux-restricted-modules-4.13.0-41-generic N/A
+  linux-backports-modules-4.13.0-41-generic  N/A
+  linux-firmware 1.157.17
+ Tags:  xenial
+ Uname: Linux 4.13.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 01/23/2018
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A19
+ dmi.board.name: 06J17N
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd01/23/2018:svnDellInc.:pnLatitudeE5450:pvr:rvnDellInc.:rn06J17N:rvrA00:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E5450
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137882/+files/AlsaInfo.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] ProcCpuinfoMinimal.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137889/+files/ProcCpuinfoMinimal.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] CurrentDmesg.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1707107/+attachment/5137884/+files/CurrentDmesg.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1707107] CRDA.txt

2018-05-11 Thread Andrei Borzenkov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1707107/+attachment/5137883/+files/CRDA.txt

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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

[Bug 1668080] ProcInterrupts.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136899/+files/ProcInterrupts.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] Lspci.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1668080/+attachment/5136894/+files/Lspci.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] ProcCpuinfoMinimal.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136897/+files/ProcCpuinfoMinimal.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] PulseList.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136901/+files/PulseList.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] RfKill.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1668080/+attachment/5136902/+files/RfKill.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] WifiSyslog.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136904/+files/WifiSyslog.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] ProcEnviron.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136898/+files/ProcEnviron.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] CRDA.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1668080/+attachment/5136891/+files/CRDA.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] CurrentDmesg.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136892/+files/CurrentDmesg.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] Re: Sporadically no wireless connection after resume from STR with Intel 7265D

2018-05-09 Thread Andrei Borzenkov
apport information

** Tags added: apport-collected

** Description changed:

  Sporadically after resume from suspend to RAM there is no wifi
  connection. There are no errors in kernel log, just no connection:
  
  [101937.000998] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [101937.003094] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
  [101937.003257] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
  [101937.067718] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
  [101937.067879] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
  [101937.082365] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [101937.189536] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  
  Reloading iwlwifi + iwlmvm modules clears it and connection is
  established immediately.
  
  Several times connection also dropped during normal activity; not sure
  whether this is related.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.8.0-39-generic 4.8.0-39.42~16.04.1
  ProcVersionSignature: Ubuntu 4.8.0-39.42~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-39-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb 26 19:58:12 2017
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  InstallationDate: Installed on 2015-07-02 (605 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  SourcePackage: linux-hwe
  UpgradeStatus: Upgraded to xenial on 2016-10-29 (120 days ago)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.16
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  bor2230 F pulseaudio
+  /dev/snd/controlC0:  bor2230 F pulseaudio
+ CurrentDesktop: Unity
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-trusty-amd64-20140620-0
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=df2037e2-aa56-4079-9f35-49d94d595d93
+ InstallationDate: Installed on 2015-07-02 (1042 days ago)
+ InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
+ MachineType: Dell Inc. Latitude E5450
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-41-generic.efi.signed 
root=UUID=d06b07a3-04bf-46e1-8cae-5f2592c69192 ro quiet splash pcie_aspm=force 
radeon.modeset=0 video.use_native_backlight=1 video.use_native_backlight=1 
crashkernel=384M-2G:128M,2G-:256M
+ ProcVersionSignature: Ubuntu 4.13.0-41.46~16.04.1-generic 4.13.16
+ RelatedPackageVersions:
+  linux-restricted-modules-4.13.0-41-generic N/A
+  linux-backports-modules-4.13.0-41-generic  N/A
+  linux-firmware 1.157.17
+ Tags:  xenial
+ Uname: Linux 4.13.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 01/23/2018
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A19
+ dmi.board.name: 06J17N
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd01/23/2018:svnDellInc.:pnLatitudeE5450:pvr:rvnDellInc.:rn06J17N:rvrA00:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E5450
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136890/+files/AlsaInfo.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] UdevDb.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1668080/+attachment/5136903/+files/UdevDb.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] ProcCpuinfo.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136896/+files/ProcCpuinfo.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] ProcModules.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136900/+files/ProcModules.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] IwConfig.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1668080/+attachment/5136893/+files/IwConfig.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1668080] Lsusb.txt

2018-05-09 Thread Andrei Borzenkov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1668080/+attachment/5136895/+files/Lsusb.txt

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

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-22 Thread Andrei Borzenkov
(replying to #245)

The readme for Thinkpad S440 BIOS mentioned by @Tommy is rather
interesting:

[Important Fix]
- Security Fix: Intel TA201708-001 for SPI Write status command. 
- Add Back Flash Prevention flag for PSIRT-TA-201708-001.

Somehow it sounds related to this issue.

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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 1665850] Re: Screen corruption after unblank with HWE stack

2017-11-10 Thread Andrei Borzenkov
I tried to install mesa 17.2.4 (which should include this commit) from
ppa ubuntu-x-swat, but still the same - as soon as I attempt to enable
DRI3 I get screen corruption and tearing.

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

Title:
  Screen corruption after unblank with HWE stack

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

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

[Bug 1665850] Re: Screen corruption after unblank with HWE stack

2017-11-01 Thread Andrei Borzenkov
Update: recently one of programs I use started to complain that screen
was not DRI3 capable. I am using Intel driver which apparently defaults
to DRI2. I forced it to DRI3 using

Option "DRI" "3"

After that I immediately got tearing during video and the same strange
corruption of screen (fast blinking). As modesetting driver defaults to
DRI3 it appears the issue is not Intel vs. modeseting but rather DRI2
vs. DRI3.

Googling around suggests that this may be this upstream bug:

https://bugs.freedesktop.org/show_bug.cgi?id=97957

If there is Ubuntu package for 16.04 that includes above commit I would
be more than happy to test it.

** Bug watch added: freedesktop.org Bugzilla #97957
   https://bugs.freedesktop.org/show_bug.cgi?id=97957

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

Title:
  Screen corruption after unblank with HWE stack

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

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

[Bug 1665850] Re: Screen corruption after unblank with HWE stack

2017-09-11 Thread Andrei Borzenkov
> I did not see it recently though

Just yesterday I observed it again.

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

Title:
  Screen corruption after unblank with HWE stack

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

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

[Bug 1665850] Re: Screen corruption after unblank with HWE stack

2017-09-05 Thread Andrei Borzenkov
Yes, I still observed it under current HWE server 1.19 with modesetting
driver.  (I intentionally switched back from Intel to modesetting to
test it). I did not see it recently though (without any X related
updates), but what I see currently is - screen goes blank, I move mouse,
screen unblanks and then after second or so quickly blanks/unblanks
again. It looks as if some hardware re-probing happens.

It is possible that it is kernel related, there were some i915 fixes in
kernel updates.

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

Title:
  Screen corruption after unblank with HWE stack

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

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

[Bug 1525477] Re: X server crash when pasting selection using middle button in Chromium

2017-07-27 Thread Andrei Borzenkov
This is still present in 16.04.2 with X 1.19.3.


** Changed in: xorg (Ubuntu)
   Status: Fix Released => New

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

Title:
  X server crash when pasting selection using middle button in Chromium

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

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


[Bug 1691331] Re: Bumblbeed cannot launch X server due to SUID X wrapper

2017-07-27 Thread Andrei Borzenkov
Any chance it cam be released for 16.04 via updates?

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

Title:
  Bumblbeed cannot launch X server due to SUID X wrapper

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

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


[Bug 1707107] [NEW] HWE 4.10: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

2017-07-27 Thread Andrei Borzenkov
Public bug reported:

During kernel update the above message is output. For 4.4 kernel it was
fixed in https://bugs.launchpad.net/ubuntu/+source/linux-
firmware/+bug/1624164, but it is still present in HWE 4.10 kernel.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.10.0-28-generic 4.10.0-28.32~16.04.2
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jul 28 06:46:18 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (756 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: linux-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  HWE 4.10: Possible missing firmware
  /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo

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

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


[Bug 1680526] Re: nVidia-340 (340.102) Kernel 4.10.0-14-generic

2017-07-20 Thread Andrei Borzenkov
Today on 16.04 HWE kernel was updated to 4.10.0-27.30~16.04.2 and nvidia
340.102-0ubuntu0.16.04.1 kernel module failed to build. Is this bug
going to be fixed?

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

Title:
  nVidia-340 (340.102) Kernel 4.10.0-14-generic

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

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


[Bug 1705066] Re: Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is installed

2017-07-19 Thread Andrei Borzenkov
I have opened an issue, but given that upstream is already at 1.0.5 I do
not hold my breath ...

https://github.com/aresch/rencode/issues/15

** Bug watch added: github.com/aresch/rencode/issues #15
   https://github.com/aresch/rencode/issues/15

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

Title:
  Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is
  installed

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

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


[Bug 1705066] [NEW] Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is installed

2017-07-18 Thread Andrei Borzenkov
Public bug reported:

I run Ubuntu with Russian locale and all desktop directories have
Russian name by default (Downloads, Video, etc) so deluge by default
saves torrents in directories with non-ASCII paths. Today I tried to
install deluge 2.0 from ppa and it crashed when I tried run it. I then
reverted to version shipped with Xenial which still crashed. I removed
additional packages pulled in by 2.0 one by one and to my surprise mere
existence of python-rencode causes deluge crash. This is rather show
stopper for me as I cannot update to 2.0 (which I need due to improved
proxy settings).

bor@bor-Latitude-E5450:~$ deluge-console info
 
Name: xxx
ID: yyy
...

bor@bor-Latitude-E5450:~$ sudo apt install python-rencode
Чтение списков пакетов… Готово
Построение дерева зависимостей   
Чтение информации о состоянии… Готово
Следующие пакеты устанавливались автоматически и больше не требуются:
 ...
Для их удаления используйте «sudo apt autoremove».
НОВЫЕ пакеты, которые будут установлены:
  python-rencode
обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 0 
пакетов не обновлено.
Необходимо скачать 31,3 kБ архивов.
После данной операции, объём занятого дискового пространства возрастёт на 102 
kB.
Пол:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-rencode 
amd64 1.0.3-1build2 [31,3 kB]
Получено 31,3 kБ за 0с (43,4 kБ/c) 
Выбор ранее не выбранного пакета python-rencode.
(Чтение базы данных … на данный момент установлено 299035 файлов и каталогов.)
Подготовка к распаковке …/python-rencode_1.0.3-1build2_amd64.deb …
Распаковывается python-rencode (1.0.3-1build2) …
Настраивается пакет python-rencode (1.0.3-1build2) …
bor@bor-Latitude-E5450:~$ deluge-console info
 
Name: xxx
ID: yyy
State: Seeding Up Speed: 0.0 КБ/с
Seeds: 0 (-1) Peers: 1 (-1) Availability: 0.00
Size: 6.2 ГБ/6.2 ГБ Ratio: 0.811
Seed time: 11 days 14:22:05 Active: 11 days 14:49:42
Error getting torrent info: [Failure instance: Traceback: : 'ascii' codec can't decode byte 0xd0 in 
position 43: ordinal not in range(128)
/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py:120:dataReceived
/usr/lib/python2.7/dist-packages/deluge/ui/client.py:179:dataReceived
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:393:callback
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:501:_startRunCallbacks
---  ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:588:_runCallbacks
/usr/lib/python2.7/dist-packages/deluge/ui/console/commands/info.py:154:on_torrents_status
/usr/lib/python2.7/dist-packages/deluge/ui/console/commands/info.py:215:show_info
/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py:292:write
]
bor@bor-Latitude-E5450:~$

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: deluge 1.3.12-1ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.9
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 18 19:35:57 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (747 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
PackageArchitecture: all
SourcePackage: deluge
UpgradeStatus: Upgraded to xenial on 2016-10-29 (262 days ago)

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


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

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

Title:
  Deluge crash with 'exceptions.UnicodeDecodeError' if python-rencode is
  installed

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

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

[Bug 1691331] [NEW] Bumblbeed cannot launch X server due to SUID X wrapper

2017-05-16 Thread Andrei Borzenkov
Public bug reported:

The same problem as reported upstream in https://github.com/Bumblebee-
Project/Bumblebee/issues/704 - secondary Xorg fails to start because it
is being executed SUID by Xorg.wrap. Disabling executable bits on
/usr/lib/xorg/Xorg.wrap makes it work.

Patch in https://github.com/Bumblebee-Project/Bumblebee/pull/743 allows
setting Xorg binary path in bumblebee.conf working around this issue.

As a side note - as shipped bumblebee contains references to nvidia-
current, but it appears at least some of nvidia packages do not set this
alias. I suppose when I started with Ubuntu using 14.04, nvidia-340 was
current; I never changed this version since then. Now it is no more
current so I had to edit bumblebee.conf to explicitly point to
nvidia-340.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: bumblebee 3.2.1-10
ProcVersionSignature: Ubuntu 4.8.0-51.54~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-51-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 17 07:17:34 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (684 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: bumblebee
UpgradeStatus: Upgraded to xenial on 2016-10-29 (199 days ago)
mtime.conffile..etc.bumblebee.bumblebee.conf: 2017-05-17T07:06:00.523418
mtime.conffile..etc.bumblebee.xorg.conf.nouveau: 2016-10-29T14:38:07.748432
mtime.conffile..etc.bumblebee.xorg.conf.nvidia: 2016-10-29T14:41:41.888434

** Affects: bumblebee (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/1691331

Title:
  Bumblbeed cannot launch X server due to SUID X wrapper

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

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


[Bug 1525477] Re: X server crash when pasting selection using middle button in Chromium

2017-03-10 Thread Andrei Borzenkov
I cannot reproduce it with daily live after installing Chromium.

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

Title:
  X server crash when pasting selection using middle button in Chromium

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

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


[Bug 1665850] Re: Screen corruption after unblank with HWE stack

2017-03-09 Thread Andrei Borzenkov
After I observed visible tearing when watching video on external HDMI
screen I switched back to Intel driver.

Before:

[34.531] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[34.548] (II) Module modesetting: vendor="X.Org Foundation"
[34.548]compiled for 1.18.4, module version = 1.18.4
[34.548]Module class: X.Org Video Driver
[34.548]ABI class: X.Org Video Driver, version 20.0


After:

[36.090] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[36.139] (II) Module intel: vendor="X.Org Foundation"
[36.139]compiled for 1.18.4, module version = 2.99.917
[36.139]Module class: X.Org Video Driver
[36.139]ABI class: X.Org Video Driver, version 20.0


This fixed both issue reported here and tearing during video playback.

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

Title:
  Screen corruption after unblank with HWE stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-hwe-16.04/+bug/1665850/+subscriptions

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


[Bug 1665850] Re: Screen corruption after unblank with HWE stack

2017-03-04 Thread Andrei Borzenkov
I noticed that Xorg is now using modesetting driver while in the past I
think it was using Intel driver. How can I easily switch back to Intel
for testing?

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

Title:
  Screen corruption after unblank with HWE stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-hwe-16.04/+bug/1665850/+subscriptions

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


[Bug 1668080] [NEW] Sporadically no wireless connection after resume from STR with Intel 7265D

2017-02-26 Thread Andrei Borzenkov
Public bug reported:

Sporadically after resume from suspend to RAM there is no wifi
connection. There are no errors in kernel log, just no connection:

[101937.000998] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[101937.003094] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
[101937.003257] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
[101937.067718] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
[101937.067879] iwlwifi :02:00.0: L1 Disabled - LTR Enabled
[101937.082365] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[101937.189536] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

Reloading iwlwifi + iwlmvm modules clears it and connection is
established immediately.

Several times connection also dropped during normal activity; not sure
whether this is related.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.8.0-39-generic 4.8.0-39.42~16.04.1
ProcVersionSignature: Ubuntu 4.8.0-39.42~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-39-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Feb 26 19:58:12 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (605 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: linux-hwe
UpgradeStatus: Upgraded to xenial on 2016-10-29 (120 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/1668080

Title:
  Sporadically no wireless connection after resume from STR with Intel
  7265D

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

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


[Bug 1525477] Re: X server crash when pasting selection using middle button in Chromium

2017-02-21 Thread Andrei Borzenkov
It does not look like live image includes Chromium (at least, I do not
see it in Dash search results), so unfortunately I cannot test it - the
problem so far was observed only when pasting in Chromium.

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

Title:
  X server crash when pasting selection using middle button in Chromium

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

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


[Bug 1665850] [NEW] Screen corruption after unblank with HWE stack

2017-02-17 Thread Andrei Borzenkov
Public bug reported:

After update of video drivers to HWE stack as per
https://wiki.ubuntu.com/Kernel/LTSEnablementStack (sudo apt-get install
--install-recommends xserver-xorg-hwe-16.04) I experience reproducible
screen corruption after unblanking screen. What happens

- screen goes blank
- I move mouse, screen unblanks
- random parts of screen begin to blink rapidly. Forcing redraw of window 
content (e.g. by clicking on application window to raise it) stops blinking.

I never observed this issue when using GA versions of Xorg stack. Using
HWE kernel as well.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xserver-xorg-video-intel-hwe-16.04 
2:2.99.917+git20160706-1ubuntu1~16.04.1
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Feb 18 08:39:21 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (596 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: xserver-xorg-video-intel-hwe-16.04
UpgradeStatus: Upgraded to xenial on 2016-10-29 (111 days ago)

** Affects: xserver-xorg-video-intel-hwe-16.04 (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/1665850

Title:
  Screen corruption after unblank with HWE stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-hwe-16.04/+bug/1665850/+subscriptions

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


[Bug 1525477] Re: X server crash when pasting selection using middle button in Chromium

2017-02-12 Thread Andrei Borzenkov
Still valid in Ubuntu 16.04.2 with HWE kernels and Xorg. It is beyond my
understanding why you would need BIOS version for this, but if you
insist ...

A14
12/26/2016

And no, there is of course no improvement after updating BIOS.

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

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

Title:
  X server crash when pasting selection using middle button in Chromium

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

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


[Bug 1559429] Re: Xorg crash after middle button paste in Chromium under kernel 4.4 LTS

2017-02-12 Thread Andrei Borzenkov
OMG ... again finding easy reason to not do anything ...

Yes, I updated BIOS to the last available today (12.02.2017). This is

A14
12/26/2016

And the bug is still present on 16.04.2 with HWE kernel (4.8) and Xorg
(1.18.4).

Of course you can now wait couple of months until new BIOS is released
and waive off with "BIOS outdated" again ...

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

Title:
  Xorg crash after middle button paste in Chromium under kernel  4.4 LTS

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

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


[Bug 1637801] [NEW] Incorrect Russian translation of "apt list --upgradeabe" results

2016-10-30 Thread Andrei Borzenkov
Public bug reported:

bor@bor-Latitude-E5450:~$ apt list --upgradeable
Вывод списка… Готово
build/неизвестно 20161025 all [может быть обновлён до: 20151105]

In Russian this means "version 20161025 can be upgraded TO version
20151105)

While original English says exactly opposite:

bor@bor-Latitude-E5450:~$ LC_ALL=C LANG=C apt list --upgradeable
Listing... Done
build/unknown 20161025 all [upgradable from: 20151105]

Literal translation (that does not require serious phrase change) would
probably be

"может быть обновлен с"

although it sounds also artificial, as in Russian subject is package
that is being updated (currently installed), not new version.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apt 1.2.12~ubuntu16.04.1
ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
Uname: Linux 4.8.0-25-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Oct 30 09:39:47 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (485 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
SourcePackage: apt
UpgradeStatus: Upgraded to xenial on 2016-10-29 (0 days ago)

** Affects: apt (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/1637801

Title:
  Incorrect Russian translation of "apt list --upgradeabe" results

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

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

[Bug 1558722] [NEW] bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

2016-03-19 Thread Andrei Borzenkov
Public bug reported:

This was autogenerated when I tested LTS 4.4 kernel.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: bbswitch-dkms 0.7-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-9.24~14.04.1~beta1-generic 4.4.3
Uname: Linux 4.4.0-9-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
DKMSKernelVersion: 4.4.0-9-generic
Date: Thu Mar 17 20:58:04 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (259 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
PackageVersion: 0.7-2ubuntu1
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: bbswitch
Title: bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

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

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


[Bug 1559429] [NEW] Xorg crash after middle button paste in Chromium under kernel 4.4 LTS

2016-03-19 Thread Andrei Borzenkov
Public bug reported:

When pasting text in Chromium using middle button Xorg crashes. So far
this happens only

- in Chromium (I can middle paste in other programs like terminal)
- using kernel 4.4 LTS (it does not happen using stock 3.16 kernel)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 4.4.0-9.24~14.04.1~beta1-generic 4.4.3
Uname: Linux 4.4.0-9-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Mar 19 12:21:17 2016
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:062b]
InstallationDate: Installed on 2015-07-02 (261 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
MachineType: Dell Inc. Latitude E5450
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9-generic 
root=UUID=d06b07a3-04bf-46e1-8cae-5f2592c69192 ro quiet splash pcie_aspm=force 
radeon.modeset=0 nouveau.modeset=0 video.use_native_backlight=1 
video.use_native_backlight=1 crashkernel=384M-:128M vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 06J17N
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/19/2015:svnDellInc.:pnLatitudeE5450:pvr01:rvnDellInc.:rn06J17N:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5450
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Mar 19 12:12:47 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1133 
 vendor LGD
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug compiz-0.9 crash trusty ubuntu

** Attachment added: "Crash report"
   
https://bugs.launchpad.net/bugs/1559429/+attachment/4604152/+files/_usr_bin_Xorg.0.crash

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

Title:
  Xorg crash after middle button paste in Chromium under kernel  4.4 LTS

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

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


[Bug 1527115] [NEW] kernel-lts-wily crash running qemu KVM with OVMF

2015-12-17 Thread Andrei Borzenkov
Public bug reported:

linux-image-generic-lts-wily/trusty-updates,trusty-security,now 4.2.0.19.14 
amd64 [installed]
qemu-system-x86/trusty-updates,trusty-security,now 2.0.0+dfsg-2ubuntu1.21 amd64 
[installed]
ovmf/trusty,now 0~20131112.2590861a-2 all [installed]

Running

qemu-system-x86_64 -enable-kvm -bios /usr/share/qemu/OVMF.fd

under kernel 4.2.0 reliably crashes system. The same qemu command works
normally using default 3.13 kernel.

Kernel OOPS with

Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836008] BUG: unable to handle 
kernel paging request at 00020068
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836035] IP: 
[] __mtrr_lookup_var_next+0xd/0xc0 [kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836074] PGD 0 
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836081] Oops:  [#1] SMP 
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836092] Modules linked in: 
drbg ansi_cprng ctr ccm bbswitch(OE) nvram cmac input_polldev bnep rfcomm arc4 
uvcvideo iwlmvm videobuf2_vmalloc videobuf2_memops videobuf2_core mac80211 
v4l2_common videodev media btusb btrtl btbcm btintel bluetooth intel_rapl 
binfmt_misc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm 
iwlwifi dell_wmi sparse_keymap mxm_wmi dell_laptop dcdbas crct10dif_pclmul 
dell_smm_hwmon crc32_pclmul dell_led dm_multipath cfg80211 aesni_intel 
snd_hda_codec_realtek snd_hda_codec_generic snd_soc_rt5640 scsi_dh aes_x86_64 
lrw snd_hda_codec_hdmi joydev gf128mul glue_helper ablk_helper input_leds 
cryptd serio_raw snd_soc_rl6231 snd_hda_intel snd_soc_core snd_hda_codec 
snd_compress snd_hda_core ac97_bus snd_hwdep snd_pcm_dmaengine snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi int3403_thermal 8250_fintek 
acpi_als kfifo_buf i2c_hid mei_me snd_soc_sst_acpi snd_seq mei industrialio hid 
snd_seq_device snd_timer s
 nd acpi_pad dell_smo8800 wmi dw_dmac dw_dmac_core 8250_dw dell_rbtn 
i2c_designware_platform i2c_designware_core shpchp processor_thermal_device 
int3402_thermal int3400_thermal intel_soc_dts_iosf int340x_thermal_zone 
acpi_thermal_rel spi_pxa2xx_platform soundcore iosf_mbi mac_hid lpc_ich 
nls_iso8859_1 parport_pc ppdev lp parport btrfs xor raid6_pq dm_mirror 
dm_region_hash dm_log i915 psmouse i2c_algo_bit ahci drm_kms_helper libahci 
e1000e drm ptp sdhci_pci pps_core sdhci_acpi video sdhci [last unloaded: nvidia]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836570] CPU: 0 PID: 2785 
Comm: qemu-system-x86 Tainted: P   OE   4.2.0-19-generic 
#23~14.04.1-Ubuntu
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836600] Hardware name: Dell 
Inc. Latitude E5450 /06J17N, BIOS A07 05/19/2015
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836624] task: 
8800cab00dc0 ti: 8800c9678000 task.ti: 8800c9678000
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836646] RIP: 
0010:[]  [] __mtrr_lookup_var_next+0xd/0xc0 
[kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836685] RSP: 
0018:8800c967bad8  EFLAGS: 00010202
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836701] RAX: 00020058 
RBX:  RCX: 8800c96bb178
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836723] RDX: 00020058 
RSI: 0058 RDI: 8800c967bb00
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836744] RBP: 8800c967bae8 
R08: 0002 R09: c90001ba1000
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836765] R10: 0007e6e0 
R11: ffe20085 R12: 8800c96b8000
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836786] R13:  
R14:  R15: 0002
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836808] FS:  
7fbbdea91700() GS:88022e40() knlGS:
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836832] CS:  0010 DS:  
ES:  CR0: 80050033
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836849] CR2: 00020068 
CR3: 000221bd1000 CR4: 003426f0
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836870] Stack:
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836878]  8800c967bae8 
c07b7572 8800c967bb48 c07b7d45
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836902]   
8800c96bb178  0020
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836926]   
00020058  c0799800
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836949] Call Trace:
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836965]  [] 
? mtrr_lookup_fixed_next+0x72/0xb0 [kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.836992]  [] 
kvm_mtrr_check_gfn_range_consistency+0xb5/0xf0 [kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.837022]  [] 
? kvm_mmu_commit_zap_page+0x60/0x100 [kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.837050]  [] 
tdp_page_fault+0x82/0x260 [kvm]
Dec 17 10:52:22 bor-Latitude-E5450 kernel: [  171.837075] 

[Bug 1527115] Re: kernel-lts-wily crash running qemu KVM with OVMF

2015-12-17 Thread Andrei Borzenkov
With 4.4-rc5-wily the problem does not happen.

** Tags added: kernel-fixed-upstream

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

Title:
  kernel-lts-wily crash running qemu KVM with OVMF

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

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


[Bug 1525477] [NEW] X server crash when pasting selection using middle button in Chromium

2015-12-12 Thread Andrei Borzenkov
Public bug reported:

Description:Ubuntu 14.04.3 LTS
Release:14.04

xorg 1:7.7+1ubuntu8.1

Select any text; use middle button to paste selection in Chromium (I
observed it pasting in URL bar or in any form text input field,
including previous attempt to report this bug :) ). Session crashes.

It does not happen, when either pasting into different application (like
terminal) or wen use Copy - Paste instead of middle button.

I noticed it about a week ago, so it must be some recent change; I use
selection paste often enough to notice something like this before.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 4.2.0-19.23~14.04.1-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Dec 12 11:09:22 2015
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:062b]
InstallationDate: Installed on 2015-07-02 (162 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
MachineType: Dell Inc. Latitude E5450
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=d06b07a3-04bf-46e1-8cae-5f2592c69192 ro quiet splash pcie_aspm=force 
radeon.modeset=0 nouveau.modeset=0 video.use_native_backlight=1 
video.use_native_backlight=1 crashkernel=384M-:128M vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 06J17N
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/19/2015:svnDellInc.:pnLatitudeE5450:pvr01:rvnDellInc.:rn06J17N:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5450
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Dec 12 11:08:11 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1133 
 vendor LGD
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  X server crash when pasting selection using middle button in Chromium

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

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


[Bug 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-12-01 Thread Andrei Borzenkov
Why this bug suddenly became Invalid?

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

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

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


[Bug 1518259] Re: Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-21 Thread Andrei Borzenkov
The bug seems to be in (or at least caused by) dell-rbtn driver.
Blacklisting this driver "fixes" it.

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Re: Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-21 Thread Andrei Borzenkov
Patch https://lkml.org/lkml/2015/11/21/57 seems to fix it. I cannot
reproduce the issue after applying it (on top of 4.2.0-19 from GIT).

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] WifiSyslog.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522576/+files/WifiSyslog.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] PulseList.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522572/+files/PulseList.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] RfKill.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1518259/+attachment/4522573/+files/RfKill.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Lspci.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1518259/+attachment/4522566/+files/Lspci.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] UdevLog.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522575/+files/UdevLog.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] CurrentDmesg.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522564/+files/CurrentDmesg.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Re: Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-20 Thread Andrei Borzenkov
apport information

** Tags added: apport-collected

** Description changed:

  I am running Ubunutu 14.04 on Dell Latitude E5450; Ubuntu came
  preinstalled on this notebook. After installing kernel linux-
  image-4.2.0-18-generic wireless is not available after resuming from
  suspend to RAM; in logs I see
  
  Nov 20 13:04:46 bor-Latitude-E5450 NetworkManager[1389]:  WiFi now
  disabled by radio killswitch
  
  This problem did not exist with original kernel linux-image-3.13.0-xx
  from 14.04 and updates.
  
  Probably related - original kernel is using iwlwifi driver
  
  Package: iwlwifi-3.16.2-dkms
  Status: install ok installed
  Priority: optional
  Section: misc
  Installed-Size: 65,6 MB
  Maintainer: Ubuntu Developers 
  Version: 1.0
  Depends: dkms (>= 1.95)
  Original-Maintainer: Dynamic Kernel Modules Support Team 

  
  This driver does not compile for kernel 4.2.
  
  bor@bor-Latitude-E5450:~$ lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  bor1910 F pulseaudio
+  /dev/snd/pcmC1D0p:   bor1910 F...m pulseaudio
+  /dev/snd/controlC1:  bor1910 F pulseaudio
+ CurrentDesktop: Unity
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-trusty-amd64-20140620-0
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=df2037e2-aa56-4079-9f35-49d94d595d93
+ InstallationDate: Installed on 2015-07-02 (141 days ago)
+ InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
+ MachineType: Dell Inc. Latitude E5450
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=d06b07a3-04bf-46e1-8cae-5f2592c69192 ro quiet splash pcie_aspm=force 
radeon.modeset=0 nouveau.modeset=0 video.use_native_backlight=1 
video.use_native_backlight=1 crashkernel=384M-:128M vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3
+ RelatedPackageVersions:
+  linux-restricted-modules-4.2.0-18-generic N/A
+  linux-backports-modules-4.2.0-18-generic  N/A
+  linux-firmware1.127.18
+ Tags:  trusty
+ Uname: Linux 4.2.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/19/2015
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A07
+ dmi.board.name: 06J17N
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/19/2015:svnDellInc.:pnLatitudeE5450:pvr01:rvnDellInc.:rn06J17N:rvrA00:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E5450
+ dmi.product.version: 01
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522561/+files/AlsaInfo.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] ProcInterrupts.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522570/+files/ProcInterrupts.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] ProcEnviron.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522569/+files/ProcEnviron.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] ProcCpuinfo.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522568/+files/ProcCpuinfo.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Lsusb.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1518259/+attachment/4522567/+files/Lsusb.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] IwConfig.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522565/+files/IwConfig.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] ProcModules.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522571/+files/ProcModules.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] CRDA.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1518259/+attachment/4522563/+files/CRDA.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] UdevDb.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1518259/+attachment/4522574/+files/UdevDb.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] BootDmesg.txt

2015-11-20 Thread Andrei Borzenkov
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1518259/+attachment/4522562/+files/BootDmesg.txt

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Re: Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-20 Thread Andrei Borzenkov
Probably kernel regression; here is similar thread for the same hardware:
https://bbs.archlinux.org/viewtopic.php?id=203404

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] [NEW] Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-20 Thread Andrei Borzenkov
Public bug reported:

I am running Ubunutu 14.04 on Dell Latitude E5450; Ubuntu came
preinstalled on this notebook. After installing kernel linux-
image-4.2.0-18-generic wireless is not available after resuming from
suspend to RAM; in logs I see

Nov 20 13:04:46 bor-Latitude-E5450 NetworkManager[1389]:  WiFi now
disabled by radio killswitch

This problem did not exist with original kernel linux-image-3.13.0-xx
from 14.04 and updates.

Probably related - original kernel is using iwlwifi driver

Package: iwlwifi-3.16.2-dkms
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 65,6 MB
Maintainer: Ubuntu Developers 
Version: 1.0
Depends: dkms (>= 1.95)
Original-Maintainer: Dynamic Kernel Modules Support Team 


This driver does not compile for kernel 4.2.

bor@bor-Latitude-E5450:~$ lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1518259] Re: Wireless is disabled by rfkill after suspend with linux-image-generic-lts-wily

2015-11-20 Thread Andrei Borzenkov
Yes, the same issue in 
linux-image-4.3.0-040300-generic4.3.0-040300.201511020949

Additional note - the problem happens every second i.e.

boot - suspend - resume - no WiFi/Bluetooth
enable via rfkill - suspend - resume - OK
suspend - resume - no WiFi/Bluetooth
etc

Also not only wireless but also Bluetooth gets disabled

bor@bor-Latitude-E5450:~$ rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
8: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


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

** Tags added: kernel-bug-exists-upstream

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

Title:
  Wireless is disabled by rfkill after suspend with linux-image-generic-
  lts-wily

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

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


[Bug 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-10-13 Thread Andrei Borzenkov
bor@bor-Latitude-E5450:~/build/grub$ LC_ALL=C ll 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_Release
ls: cannot access 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_Release: No 
such file or directory
bor@bor-Latitude-E5450:~/build/grub$ LC_ALL=C ll 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_InRelease
-rw-r--r-- 1 root root 64439 Oct 13 06:28 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_InRelease
bor@bor-Latitude-E5450:~/build/grub$ 

System came preinstalled on this Dell if it matters. I did update it and
installed quite a bit since then though.

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

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

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


[Bug 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-10-13 Thread Andrei Borzenkov
bor@bor-Latitude-E5450:~/build/grub$ 
PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages/ 
/tmp/ubuntu-support-status 
Traceback (most recent call last):
  File "/tmp/ubuntu-support-status", line 120, in 
(still_supported, support_str) = get_maintenance_status(cache, pkg.name, 
support_tag)
  File "/tmp/ubuntu-support-status", line 41, in get_maintenance_status
raise Exception("No date tag found for %s" % releasef)
Exception: No date tag found for 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_Release
bor@bor-Latitude-E5450:~/build/grub$

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

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

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


[Bug 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-10-12 Thread Andrei Borzenkov
bor@bor-Latitude-E5450:~/build/grub$ chmod +x /tmp/ubuntu-support-status
bor@bor-Latitude-E5450:~/build/grub$ /tmp/ubuntu-support-status
Traceback (most recent call last):
  File "/tmp/ubuntu-support-status", line 13, in 
from UpdateManager.Core.utils import twrap
ImportError: No module named UpdateManager.Core.utils
bor@bor-Latitude-E5450:~/build/grub$ 

Some package missing?

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

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

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


  1   2   >