[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-05-11 Thread andrey
Hello JK (m0d), same sad behavior. 
Why i can't just downgrade 1 package via...
`sudo apt install libmutter-10-0=42.9-0ubuntu7vv1`
Many gnome packages will be removed after this downgrade.

May be someone have another solution for do this safely?
Ubuntu 22.04.4 now is unusable for my work purposes..

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 2063943] [NEW] Can't select the bootloader 24.04

2024-04-27 Thread Andrey
Public bug reported:

I partitioned the disk by manual partitioning initially through the
console and then went into the interface and can not select the
bootloader - select opens but the choice to make does not give.

Screen:
https://i.postimg.cc/FsPzSh5t/.png

select disable + button next...

I partitioned the disk in the console via sgdisk.
Use boot encryption, boot partition.

on ubunta 22.04 everything is fine, on 24.04 I just can't select the
bootloader in the interface where to put it.

** Affects: 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/2063943

Title:
  Can't select the bootloader 24.04

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


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

Re: [Bug 2056344] Re: "apt-get install software-properties-gtk" command produces an error: /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning: invalid escape sequ

2024-03-29 Thread Andrey Belenky


Andrey reacted via Gmail
<https://www.google.com/gmail/about/?utm_source=gmail-in-product_medium=et_campaign=emojireactionemail#app>

On Fri, Mar 29, 2024, 12:01 Launchpad Bug Tracker <
2056...@bugs.launchpad.net> wrote:

> Status changed to 'Confirmed' because the bug affects multiple users.
>
> ** Changed in: ubuntu-release-upgrader (Ubuntu)
>Status: New => Confirmed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2056344
>
> Title:
>   "apt-get install software-properties-gtk" command produces an error:
>   /usr/lib/python3/dist-
>   packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
>   invalid escape sequence '\.'
>
> Status in ubuntu-release-upgrader package in Ubuntu:
>   Confirmed
>
> Bug description:
>   after an upgrade to 24.04 version unable to open Software
> application
>   While trying reinstall software-properties-gtk package I get the
> following error:
>   $ sudo apt-get install  software-properties-gtk
>   Reading package lists... Done
>   Building dependency tree... Done
>   Reading state information... Done
>   The following NEW packages will be installed:
> software-properties-gtk
>   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
>   Need to get 0 B/83.1 kB of archives.
>   After this operation, 520 kB of additional disk space will be used.
>   Selecting previously unselected package software-properties-gtk.
>   (Reading database ... 212809 files and directories currently installed.)
>   Preparing to unpack .../software-properties-gtk_0.99.42_all.deb ...
>   Unpacking software-properties-gtk (0.99.42) ...
>   Setting up software-properties-gtk (0.99.42) ...
>
> /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197:
> SyntaxWarning: invalid escape sequence '\.'
> elif
> re.match("^((ftp)|(http)|(file)|(rsync)|(https))://([a-z]|[A-Z]|[0-9]|:|/|\.|~)+$",
> uri) == None:
>   Processing triggers for shared-mime-info (2.4-1) ...
>   Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
>   Processing triggers for hicolor-icon-theme (0.17-2) ...
>   Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
>   Processing triggers for libglib2.0-0:amd64 (2.79.2-1~ubuntu1) ...
>   Processing triggers for man-db (2.12.0-3) ...
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2056344/+subscriptions
>
>


** Attachment added: "unnamed"
   https://bugs.launchpad.net/bugs/2056344/+attachment/5760501/+files/unnamed

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

Title:
  "apt-get install software-properties-gtk" command produces an error:
  /usr/lib/python3/dist-
  packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
  invalid escape sequence '\.'

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


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

Re: [Bug 2056344] Re: "apt-get install software-properties-gtk" command produces an error: /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning: invalid escape sequ

2024-03-27 Thread Andrey Belenky


Andrey Belenky reacted via Gmail
<https://www.google.com/gmail/about/?utm_source=gmail-in-product_medium=et_campaign=emojireactionemail#app>

On Wed, Mar 27, 2024 at 5:30 AM Philip Lamb <2056...@bugs.launchpad.net>
wrote:

> The backslash is being treated as an escape character for the enclosing
> string. Needs to be replaced with two backslashes to produce an actual
> backslash IN the regex.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2056344
>
> Title:
>   "apt-get install software-properties-gtk" command produces an error:
>   /usr/lib/python3/dist-
>   packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
>   invalid escape sequence '\.'
>
> Status in ubuntu-release-upgrader package in Ubuntu:
>   New
>
> Bug description:
>   after an upgrade to 24.04 version unable to open Software
> application
>   While trying reinstall software-properties-gtk package I get the
> following error:
>   $ sudo apt-get install  software-properties-gtk
>   Reading package lists... Done
>   Building dependency tree... Done
>   Reading state information... Done
>   The following NEW packages will be installed:
> software-properties-gtk
>   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
>   Need to get 0 B/83.1 kB of archives.
>   After this operation, 520 kB of additional disk space will be used.
>   Selecting previously unselected package software-properties-gtk.
>   (Reading database ... 212809 files and directories currently installed.)
>   Preparing to unpack .../software-properties-gtk_0.99.42_all.deb ...
>   Unpacking software-properties-gtk (0.99.42) ...
>   Setting up software-properties-gtk (0.99.42) ...
>
> /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197:
> SyntaxWarning: invalid escape sequence '\.'
> elif
> re.match("^((ftp)|(http)|(file)|(rsync)|(https))://([a-z]|[A-Z]|[0-9]|:|/|\.|~)+$",
> uri) == None:
>   Processing triggers for shared-mime-info (2.4-1) ...
>   Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
>   Processing triggers for hicolor-icon-theme (0.17-2) ...
>   Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
>   Processing triggers for libglib2.0-0:amd64 (2.79.2-1~ubuntu1) ...
>   Processing triggers for man-db (2.12.0-3) ...
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2056344/+subscriptions
>
>

-- 
בתודה,
אנדרי בלנקי
נייד: 052-3996798 | פקס: 072-3412237 | דוא"ל: andrey.bele...@gmail.com


** Attachment added: "unnamed"
   https://bugs.launchpad.net/bugs/2056344/+attachment/5759884/+files/unnamed

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

Title:
  "apt-get install software-properties-gtk" command produces an error:
  /usr/lib/python3/dist-
  packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
  invalid escape sequence '\.'

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


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

Re: [Bug 2056344] Re: "apt-get install software-properties-gtk" command produces an error: /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning: invalid escape sequ

2024-03-24 Thread Andrey Belenky


Andrey reacted via Gmail
<https://www.google.com/gmail/about/?utm_source=gmail-in-product_medium=et_campaign=emojireactionemail#app>

On Sun, Mar 24, 2024, 15:10 Mike <2056...@bugs.launchpad.net> wrote:

> downgrading python3-276 to python3-271 helped! since then GTK is opening
> up again.
>
> https://discourse.ubuntu.com/t/spec-apt-deb822-sources-by-default/29333
>
> fthx
> Feb 16
> FYI I did revert to this one:
>
> https://launchpad.net/ubuntu/+source/python-apt/2.7.1~ubuntu1/+build/27047450/+files/python3-apt_2.7.1~ubuntu1_amd64.deb
> 12
> (I do use old sources format).
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2056344
>
> Title:
>   "apt-get install software-properties-gtk" command produces an error:
>   /usr/lib/python3/dist-
>   packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
>   invalid escape sequence '\.'
>
> Status in ubuntu-release-upgrader package in Ubuntu:
>   New
>
> Bug description:
>   after an upgrade to 24.04 version unable to open Software
> application
>   While trying reinstall software-properties-gtk package I get the
> following error:
>   $ sudo apt-get install  software-properties-gtk
>   Reading package lists... Done
>   Building dependency tree... Done
>   Reading state information... Done
>   The following NEW packages will be installed:
> software-properties-gtk
>   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
>   Need to get 0 B/83.1 kB of archives.
>   After this operation, 520 kB of additional disk space will be used.
>   Selecting previously unselected package software-properties-gtk.
>   (Reading database ... 212809 files and directories currently installed.)
>   Preparing to unpack .../software-properties-gtk_0.99.42_all.deb ...
>   Unpacking software-properties-gtk (0.99.42) ...
>   Setting up software-properties-gtk (0.99.42) ...
>
> /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197:
> SyntaxWarning: invalid escape sequence '\.'
> elif
> re.match("^((ftp)|(http)|(file)|(rsync)|(https))://([a-z]|[A-Z]|[0-9]|:|/|\.|~)+$",
> uri) == None:
>   Processing triggers for shared-mime-info (2.4-1) ...
>   Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
>   Processing triggers for hicolor-icon-theme (0.17-2) ...
>   Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
>   Processing triggers for libglib2.0-0:amd64 (2.79.2-1~ubuntu1) ...
>   Processing triggers for man-db (2.12.0-3) ...
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2056344/+subscriptions
>
>


** Attachment added: "unnamed"
   https://bugs.launchpad.net/bugs/2056344/+attachment/5758718/+files/unnamed

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

Title:
  "apt-get install software-properties-gtk" command produces an error:
  /usr/lib/python3/dist-
  packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
  invalid escape sequence '\.'

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


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

[Bug 2056344] [NEW] "apt-get install software-properties-gtk" command produces an error: /usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning: invalid escape sequen

2024-03-06 Thread Andrey Belenky
Public bug reported:

after an upgrade to 24.04 version unable to open Software application
While trying reinstall software-properties-gtk package I get the following 
error:
$ sudo apt-get install  software-properties-gtk
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  software-properties-gtk
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/83.1 kB of archives.
After this operation, 520 kB of additional disk space will be used.
Selecting previously unselected package software-properties-gtk.
(Reading database ... 212809 files and directories currently installed.)
Preparing to unpack .../software-properties-gtk_0.99.42_all.deb ...
Unpacking software-properties-gtk (0.99.42) ...
Setting up software-properties-gtk (0.99.42) ...
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: 
SyntaxWarning: invalid escape sequence '\.'
  elif 
re.match("^((ftp)|(http)|(file)|(rsync)|(https))://([a-z]|[A-Z]|[0-9]|:|/|\.|~)+$",
 uri) == None:
Processing triggers for shared-mime-info (2.4-1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.79.2-1~ubuntu1) ...
Processing triggers for man-db (2.12.0-3) ...

** Affects: ubuntu-release-upgrader (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/2056344

Title:
  "apt-get install software-properties-gtk" command produces an error:
  /usr/lib/python3/dist-
  packages/softwareproperties/gtk/DialogMirror.py:197: SyntaxWarning:
  invalid escape sequence '\.'

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


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

[Bug 2056064] [NEW] Nbdkit should include vddk plugin to support mounting vmware datastores

2024-03-04 Thread Andrey Grebennikov
Public bug reported:

Currently nbdkit includes a number of plugins but doesn't provide ability to 
utilize VDDK to remotely access VMWare datastores.
Upstream libguestfs describes the plugin
https://libguestfs.org/nbdkit-vddk-plugin.1.html

The codebase of the plugin is https://gitlab.com/nbdkit/vddk-remote

Please build nbdkit with vddk support.

** Affects: nbdkit (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/2056064

Title:
  Nbdkit should include vddk plugin to support mounting vmware
  datastores

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


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

[Bug 1963805] Re: Failed to grab modeset ownership

2022-06-06 Thread Andrey Panasenko
Plus one

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

Title:
  Failed to grab modeset ownership

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


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

[Bug 1970957] Re: suspend problem

2022-05-31 Thread Andrey Lebedev
Kernel 5.18.0-051800-generic fixes the problem for T460s as well. Thanks
mo!

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

Title:
  suspend problem

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


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

[Bug 1973709] Re: Thinkpad T460s won't turn off or resume after upgrade to 22.04

2022-05-23 Thread Andrey Lebedev
For the reference: might be the same problem as
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970957

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

Title:
  Thinkpad T460s won't turn off or resume after upgrade to 22.04

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


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

[Bug 1973140] [NEW] package openjdk-8-jre-headless (not installed) failed to install/upgrade: попытка перезаписать общий «/etc/java-8-openjdk/security/java.security», который отличается от других экзе

2022-05-12 Thread Andrey
Public bug reported:

20.04.4 fosil
package openjdk-8-jre-headless
trying to install
Error happened

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: openjdk-8-jre-headless (not installed)
ProcVersionSignature: Ubuntu 5.13.0-40.45~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.23
AptOrdering:
 openjdk-8-jre-headless:amd64: Install
 p7zip:amd64: Install
 p7zip-full:amd64: Install
 xarchiver:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed May 11 21:03:29 2022
DpkgHistoryLog:
 Start-Date: 2022-05-11  21:03:25
 Commandline: packagekit role='install-packages'
 Requested-By: farfels (1000)
 Install: p7zip:amd64 (16.02+dfsg-7build1, automatic), p7zip-full:amd64 
(16.02+dfsg-7build1, automatic), xarchiver:amd64 (1:0.5.4.14-1), 
openjdk-8-jre-headless:amd64 (8u312-b07-0ubuntu1~20.04, automatic)
ErrorMessage: попытка перезаписать общий 
«/etc/java-8-openjdk/security/java.security», который отличается от других 
экземпляров пакета openjdk-8-jre-headless:amd64
InstallationDate: Installed on 2022-04-13 (28 days ago)
InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: openjdk-8
Title: package openjdk-8-jre-headless (not installed) failed to 
install/upgrade: попытка перезаписать общий 
«/etc/java-8-openjdk/security/java.security», который отличается от других 
экземпляров пакета openjdk-8-jre-headless:amd64
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openjdk-8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package openjdk-8-jre-headless (not installed) failed to
  install/upgrade: попытка перезаписать общий
  «/etc/java-8-openjdk/security/java.security», который отличается от
  других экземпляров пакета openjdk-8-jre-headless:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1973140/+subscriptions


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

[Bug 1970957] Re: suspend problem

2022-05-04 Thread Andrey Lebedev
Another notable thing (T460s here), is that the power button does not
put the laptop to sleep when the laptop is on. It feels like there is no
reaction to the power button presses regardless of whether laptop is on
or off. Not sure if this is related though.

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

Title:
  suspend problem

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


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

[Bug 1910521] Re: libappindicator breaks left-mouse actions for most applications

2022-04-21 Thread Andrey Radchishin
It seems like "Activate" is not even implemented, only
"SecondaryActivate".
https://git.launchpad.net/ubuntu/+source/libappindicator/tree/src/app-
indicator.c#n1198

KDE had to work around this by just falling back to opening the context menu:
https://github.com/KDE/plasma-workspace/blob/e0609d88d029ec0700768fa8ec1db3e32b628495/applets/systemtray/package/contents/ui/items/StatusNotifierItem.qml#L54

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

Title:
  libappindicator breaks left-mouse actions for most applications

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


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

[Bug 1910521] Re: libappindicator breaks left-mouse actions for most applications

2022-04-21 Thread Andrey Radchishin
This is a huge problem affecting many distros, including of course
Ubuntu, that rely on this package. You can see tons of people reporting
this across the web. So why is this low priority?

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

Title:
  libappindicator breaks left-mouse actions for most applications

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


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

[Bug 1956764] [NEW] Proxy should be set up only for ua-related repos

2022-01-07 Thread Andrey Grebennikov
Public bug reported:

Currently if the proxy is configured for the UA client it is setting up
global proxy for the entire apt:

* To change what ubuntu-advantage-tools sets, run one of the following:
* Substitute "apt_https_proxy" for "apt_http_proxy" as necessary.
*   sudo ua config set apt_http_proxy=
*   sudo ua config unset apt_http_proxy
*/
Acquire::http::Proxy http://:3128;
Acquire::https::Proxy http://:3128;

In the clouds though all the packages come from the cloud-based mirrors except 
UA-related ones.
There is a use case currently when a customer wants to set up a proxy to reach 
the UA repositories but the proxy is throttling the bandwidth and it is 
impossible to pull all the packages through it.

Suggesting to set up proxy in apt specifying the repo names such as

Acquire::http::Proxy:: "http://your.proxy.host/;;
Acquire::http::Proxy:: "http://your.proxy.host/;;

** Affects: ubuntu-advantage-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Proxy should be set up only for ua-related repos

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


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

[Bug 1952495] [NEW] Trying to reinstall my Ubuntu in NVME SSD drive over some cloned files that came from an HDD installation

2021-11-26 Thread Andrey Felipe Schoier
Public bug reported:

The summary says it all.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Fri Nov 26 22:30:37 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

** Summary changed:

- Trying to reinstall my Ubuntu in NVME SSD drive over some colned files that 
came from an HDD installation
+ Trying to reinstall my Ubuntu in NVME SSD drive over some cloned files that 
came from an HDD installation

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

Title:
  Trying to reinstall my Ubuntu in NVME SSD drive over some cloned files
  that came from an HDD installation

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


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

[Bug 1950026] [NEW] gnome-shell leaks mem, 13.8G virt, 1.3G reserved after few days of uptime

2021-11-05 Thread Andrey Lelikov
Public bug reported:

gnome-shell leaks memory like crazy. after 4 days of uptime it uses
13.8G virt and 1.3G reserved mem. This is after I switched to wayland to
mitigate the same issue, but on X.org it was much more crazier - about
20G virt / 1.5G reserved after one-two days of uptime, only the leak was
in X.org process (2 of them, greeter and main), not gnome-shell.


p.s. I do understand that gnome is the best piece of software, and I just use 
it incorrectly - likely I have some extension or application that is at fault. 
The bug report is sort of rhetorical.

p.p.s. Unmodified LTS system (focal). Started to manifest about a month
ago, out of the blue, no changes...

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME-Classic:GNOME
Date: Sat Nov  6 01:50:41 2021
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)
monitors.xml: Error: path contained symlinks.

** Affects: gnome-shell (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/1950026

Title:
  gnome-shell leaks mem, 13.8G virt, 1.3G reserved after few days of
  uptime

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


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

[Bug 1661987] Re: Wrong colours on some monitors via USB-C to HDMI

2021-10-27 Thread Andrey Shpak
This still exist. Maybe we can help somehow to resolve it?

Linux insspb-kubuntu 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24
14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

root@insspb-kubuntu:/home/insspb# xrandr


  
Screen 0: minimum 8 x 8, current 5760 x 2160, maximum 32767 x 32767
HDMI-0 disconnected (normal left inverted right x axis y axis)
eDP-1-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
axis) 344mm x 194mm
   1920x1080 60.02*+  60.0159.9759.9659.9348.03  
   1680x1050 59.9559.88  
   1600x1024 60.17  
   1400x1050 59.98  
   1600x900  59.9959.9459.9559.82  
   1280x1024 60.02  
   1440x900  59.89  
   1400x900  59.9659.88  
   1280x960  60.00  
   1440x810  60.0059.97  
   1368x768  59.8859.85  
   1360x768  59.8059.96  
   1280x800  59.9959.9759.8159.91  
   1152x864  60.00  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
DP-1-1 connected 3840x2160+1920+0 (normal left inverted right x axis y axis) 
597mm x 336mm
   3840x2160 60.00*+  60.0050.0059.9430.0025.0024.00
29.9723.9829.98  
   1920x2160 59.99  
   2560x1440 59.95  
   1920x1080 60.0050.0059.94  
   1680x1050 59.88  
   1280x1024 75.0260.02  
   1440x900  59.90  
   1280x960  60.00  
   1280x720  60.0050.0059.94  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   720x576   50.00  
   720x480   60.0059.94  
   640x480   75.0072.8166.6760.0059.94  
   720x400   70.08  
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
HDMI-1-3 disconnected (normal left inverted right x axis y axis)

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

Title:
  Wrong colours on some monitors via USB-C to HDMI

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


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

[Bug 1942215]

2021-10-06 Thread Andrey Melnikov
Created attachment 1158
broken dsdt from notebook

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

Title:
  OOPs on boot: invalid opcode:  [#1] SMP NOPTI

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


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

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-10-02 Thread Andrey Melnikov
> Thanks Andrey, have you already upstreamed this patch?

No. I'm transform it to:
-   if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) {
+   if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE) && 
walk_state->num_operands) {

and succesfuly run kernel.
if I return error here - ACPI leave hardware in unusable state.

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

Title:
  OOPs on boot: invalid opcode:  [#1] SMP NOPTI

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


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

[Bug 1064151] Re: ubiquity crashed with TypeError in partman_dialog(): 'NoneType' object is not subscriptable

2021-09-12 Thread Andrey Andreev
Also here installing 20.04.3 and 21.04... sad.

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

Title:
  ubiquity crashed with TypeError in partman_dialog(): 'NoneType' object
  is not subscriptable

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


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

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-06 Thread Andrey Melnikov
Not sufficient. 
There is another BUG() hidden at line 398:

status = acpi_ex_resolve_operands(walk_state->opcode,
&(walk_state->operands[walk_state->num_operands - 1]), walk_state);

in `walk_state->operands[]` array referencing.

After adding same guard for walk_state->operands[]
if (walk_state->num_operands - 1 >= ARRAY_SIZE(walk_state->operands)) {
   ACPI_ERROR((AE_INFO, "Too many operands 0x%X for op_type 0x%X", 
walk_state->num_operands - 1, op_type));
   status = AE_AML_BAD_OPCODE;
   goto cleanup;
}

got in dmesg:

-- cut--

[1.121664] acpi ABCD:00: ACPI dock station (docks/bays count: 1)
[1.125182] ACPI: PM: Power Resource [PX06]
[1.125182] ACPI Error: Too many operands 0x for op_type 0x0 
(20210604/dswexec-397)
[1.125182] No Local Variables are initialized for Method [RREG]
[1.125311] Initialized Arguments for Method [RREG]:  (3 arguments defined 
for method invocation)
[1.125450]   Arg0:   2d6b3afdInteger 
FE028000
[1.125588]   Arg1:   78d25d8cInteger 
0001
[1.125591]   Arg2:   0bca9f52Integer 

[1.125591] ACPI Error: Aborting method \_SB.PCI0.GEXP.RREG due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.125591] ACPI Error: Aborting method \_SB.PCI0.GEXP.CSER due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.125591] ACPI Error: Aborting method \_SB.PCI0.GEXP.GEPS due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.125591] ACPI Error: Aborting method \_SB.PCI0.XHC.RHUB.HS06.PX06._STA 
due to previous error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.125591] ACPI Error: Too many operands 0x for op_type 0x0 
(20210604/dswexec-397)
[1.125591] No Local Variables are initialized for Method [RREG]
[1.125591] Initialized Arguments for Method [RREG]:  (3 arguments defined 
for method invocation)
[1.125591]   Arg0:   6c708c99Integer 
FE028000
[1.125703]   Arg1:   78d25d8cInteger 
0001
[1.125838]   Arg2:   d8c7f611Integer 

[1.126062] ACPI Error: Aborting method \_SB.PCI0.GEXP.RREG due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.126213] ACPI Error: Aborting method \_SB.PCI0.GEXP.CSER due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.126366] ACPI Error: Aborting method \_SB.PCI0.GEXP.GEPS due to previous 
error (AE_AML_BAD_OPCODE) (20210604/psparse-529)
[1.126517] ACPI Error: Aborting method \_SB.PCI0.XHC.RHUB.HS06.PX06._STA 
due to previous error (AE_AML_BAD_OPCODE) (20210604/psparse-529)

-- cut--

have classical underflow here.

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

Title:
  OOPs on boot: invalid opcode:  [#1] SMP NOPTI

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


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

[Bug 1939592] Re: Login screen (gdm3) is purple blank after switching userA -> userB -> userA again

2021-08-13 Thread Andrey Arapov
** Description changed:

  Login screen (gdm3) is purple blank after switching userA -> userB ->
  userA again.
  
  Sometimes need to switch 5 times.. but definitely after around 5 times
  gdm3 breaks (it shows just a blank purple screen with the cursor).
  
  ## Workaround
  
  Ctrl+Alt+F3 (or F4.. F5...) until I get to the user I need to (and unlock the 
screensaver there).
  OR: switch to the console and run "exec sudo systemctl restart gdm3". ("exec" 
is not necessary but highly desirable from the security point of view, so there 
won't be a logged in session).
  
  ## Workaround 2
  
  To not use gdm3. There are alternatives such as sddm or ligthdm:
  
  sudo apt install sddm
  
  OR
  
  sudo apt install lightdm
  
- 
  Ctrl+Alt+F5 (drop to a console)
  sudo systemctl stop gdm3
  exec sudo systemctl start display-manager
- 
  
  ## Details
  
  arno@z390-linux:~$ dpkg -l gdm3
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version Architecture Description
  
+++-==-===--=
  ii  gdm3   3.36.3-0ubuntu0.20.04.4 amd64GNOME Display Manager
  
  arno@z390-linux:~$ cat /proc/cmdline
  BOOT_IMAGE=/vmlinuz-5.11.0-25-generic 
root=UUID=a39515ec-3bed-493b-8286-3904a4aac9de ro quiet splash vt.handoff=7
  
  arno@z390-linux:~$ nvidia-smi
  Wed Aug 11 16:42:07 2021
  
+-+
  | NVIDIA-SMI 460.91.03Driver Version: 460.91.03CUDA Version: 11.2 
|
  
|---+--+--+
  | GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC 
|
  | Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. 
|
  |   |  |   MIG M. 
|
  
|===+==+==|
  |   0  GeForce RTX 207...  Off  | :01:00.0  On |  N/A 
|
  |  0%   37CP817W / 215W |473MiB /  7979MiB |  1%  Default 
|
  |   |  |  N/A 
|
  
+---+--+--+
  
  
+-+
  | Processes:  
|
  |  GPU   GI   CIPID   Type   Process name  GPU Memory 
|
  |ID   ID   Usage  
|
  
|=|
  |0   N/A  N/A  2211  G   /usr/lib/xorg/Xorg 35MiB 
|
  |0   N/A  N/A 10496  G   /usr/lib/xorg/Xorg106MiB 
|
  |0   N/A  N/A 10626  G   /usr/bin/gnome-shell  157MiB 
|
  |0   N/A  N/A 16828  G   /usr/lib/xorg/Xorg 35MiB 
|
  |0   N/A  N/A 38063  G   ...A= --shared-files   80MiB 
|
  
+-+
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.36.3-0ubuntu0.20.04.4
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 11 16:37:35 2021
  InstallationDate: Installed on 2020-09-26 (318 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Login screen (gdm3) is purple blank after switching userA -> userB ->
  userA again.
  
  Sometimes need to switch 5 times.. but definitely after around 5 times
  gdm3 breaks (it shows just a blank purple screen with the cursor).
  
  ## Workaround
  
  Ctrl+Alt+F3 (or F4.. F5...) until I get to the user I need to (and unlock the 
screensaver there).
  OR: switch to the console and run "exec sudo systemctl restart gdm3". ("exec" 
is not necessary but highly desirable from the security point of view, so there 
won't be a logged in session).
  
  ## Workaround 2
  
  To not use gdm3. There are alternatives such as sddm or ligthdm:
- 
- sudo apt install sddm
- 
- OR
  
  sudo apt install lightdm
  
  Ctrl+Alt+F5 (drop to a console)
  sudo systemctl stop gdm3
  exec sudo systemctl start display-manager
  
  ## Details
  
  arno@z390-linux:~$ dpkg -l gdm3
  Desired=Unknown/Install/Remove/Purge/Hold
  | 

[Bug 1939592] Re: Login screen (gdm3) is purple blank after switching userA -> userB -> userA again

2021-08-11 Thread Andrey Arapov
** Description changed:

  Login screen (gdm3) is purple blank after switching userA -> userB ->
  userA again.
  
  Sometimes need to switch 5 times.. but definitely after around 5 times
  gdm3 breaks (it shows just a blank purple screen with the cursor).
  
  ## Workaround
  
  Ctrl+Alt+F3 (or F4.. F5...) until I get to the user I need to (and unlock the 
screensaver there).
  OR: switch to the console and run "exec sudo systemctl restart gdm3". ("exec" 
is not necessary but highly desirable from the security point of view, so there 
won't be a logged in session).
  
+ ## Workaround 2
+ 
+ To not use gdm3. There are alternatives such as sddm or ligthdm:
+ 
+ sudo apt install sddm
+ 
+ OR
+ 
+ sudo apt install lightdm
+ 
+ 
+ Ctrl+Alt+F5 (drop to a console)
+ sudo systemctl stop gdm3
+ exec sudo systemctl start display-manager
+ 
+ 
+ ## Details
+ 
  arno@z390-linux:~$ dpkg -l gdm3
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version Architecture Description
  
+++-==-===--=
  ii  gdm3   3.36.3-0ubuntu0.20.04.4 amd64GNOME Display Manager
  
- arno@z390-linux:~$ cat /proc/cmdline 
+ arno@z390-linux:~$ cat /proc/cmdline
  BOOT_IMAGE=/vmlinuz-5.11.0-25-generic 
root=UUID=a39515ec-3bed-493b-8286-3904a4aac9de ro quiet splash vt.handoff=7
  
- arno@z390-linux:~$ nvidia-smi 
- Wed Aug 11 16:42:07 2021   
+ arno@z390-linux:~$ nvidia-smi
+ Wed Aug 11 16:42:07 2021
  
+-+
  | NVIDIA-SMI 460.91.03Driver Version: 460.91.03CUDA Version: 11.2 
|
  
|---+--+--+
  | GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC 
|
  | Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. 
|
  |   |  |   MIG M. 
|
  
|===+==+==|
  |   0  GeForce RTX 207...  Off  | :01:00.0  On |  N/A 
|
  |  0%   37CP817W / 215W |473MiB /  7979MiB |  1%  Default 
|
  |   |  |  N/A 
|
  
+---+--+--+
-   
 
+ 
  
+-+
  | Processes:  
|
  |  GPU   GI   CIPID   Type   Process name  GPU Memory 
|
  |ID   ID   Usage  
|
  
|=|
  |0   N/A  N/A  2211  G   /usr/lib/xorg/Xorg 35MiB 
|
  |0   N/A  N/A 10496  G   /usr/lib/xorg/Xorg106MiB 
|
  |0   N/A  N/A 10626  G   /usr/bin/gnome-shell  157MiB 
|
  |0   N/A  N/A 16828  G   /usr/lib/xorg/Xorg 35MiB 
|
  |0   N/A  N/A 38063  G   ...A= --shared-files   80MiB 
|
  
+-+
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.36.3-0ubuntu0.20.04.4
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 11 16:37:35 2021
  InstallationDate: Installed on 2020-09-26 (318 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Login screen (gdm3) is purple blank after switching userA -> userB ->
  userA again

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


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

[Bug 1939592] [NEW] Login screen (gdm3) is purple blank after switching userA -> userB -> userA again

2021-08-11 Thread Andrey Arapov
Public bug reported:

Login screen (gdm3) is purple blank after switching userA -> userB ->
userA again.

Sometimes need to switch 5 times.. but definitely after around 5 times
gdm3 breaks (it shows just a blank purple screen with the cursor).

## Workaround

Ctrl+Alt+F3 (or F4.. F5...) until I get to the user I need to (and unlock the 
screensaver there).
OR: switch to the console and run "exec sudo systemctl restart gdm3". ("exec" 
is not necessary but highly desirable from the security point of view, so there 
won't be a logged in session).

arno@z390-linux:~$ dpkg -l gdm3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version Architecture Description
+++-==-===--=
ii  gdm3   3.36.3-0ubuntu0.20.04.4 amd64GNOME Display Manager

arno@z390-linux:~$ cat /proc/cmdline 
BOOT_IMAGE=/vmlinuz-5.11.0-25-generic 
root=UUID=a39515ec-3bed-493b-8286-3904a4aac9de ro quiet splash vt.handoff=7

arno@z390-linux:~$ nvidia-smi 
Wed Aug 11 16:42:07 2021   
+-+
| NVIDIA-SMI 460.91.03Driver Version: 460.91.03CUDA Version: 11.2 |
|---+--+--+
| GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. |
|   |  |   MIG M. |
|===+==+==|
|   0  GeForce RTX 207...  Off  | :01:00.0  On |  N/A |
|  0%   37CP817W / 215W |473MiB /  7979MiB |  1%  Default |
|   |  |  N/A |
+---+--+--+
   
+-+
| Processes:  |
|  GPU   GI   CIPID   Type   Process name  GPU Memory |
|ID   ID   Usage  |
|=|
|0   N/A  N/A  2211  G   /usr/lib/xorg/Xorg 35MiB |
|0   N/A  N/A 10496  G   /usr/lib/xorg/Xorg106MiB |
|0   N/A  N/A 10626  G   /usr/bin/gnome-shell  157MiB |
|0   N/A  N/A 16828  G   /usr/lib/xorg/Xorg 35MiB |
|0   N/A  N/A 38063  G   ...A= --shared-files   80MiB |
+-+

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gdm3 3.36.3-0ubuntu0.20.04.4
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 11 16:37:35 2021
InstallationDate: Installed on 2020-09-26 (318 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gdm3 (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/1939592

Title:
  Login screen (gdm3) is purple blank after switching userA -> userB ->
  userA again

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


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

[Bug 1939201] [NEW] missing header files in /usr/include/libzfs

2021-08-07 Thread Andrey Obruchkov
Public bug reported:

I'm using ubuntu focal 20.04.
the problem is with zfs header sources in ubuntu in /usr/include/libzfs/.

in zfs source code there is a header file:
"zfs/lib/libzfs/libzfs_impl.h" and there are includes to other .h files:

#include 
#include 
#include 
#include  -> * problematic include
#include 

#include 
#include 
#include 
#include 

link:
https://github.com/openzfs/zfs/blob/master/lib/libzfs/libzfs_impl.h

seems like all the headers exist in ubuntu focal in /usr/include/libzfs/ but 
the .h file that don't exist in ubuntu focal is 
/usr/include/libzfs/sys/zfs_ioctl.h
This bug prevents me from generating code with header files with its 
dependencies because its dependencies not exist.

** Affects: zfs-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/1939201

Title:
  missing header files in /usr/include/libzfs

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


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

[Bug 1936438] Re: Required to have "http" engine built in to the package

2021-07-16 Thread Andrey Grebennikov
Essentially this requires to rebuild the existing package including the
libraries of "curl", "ssl" and "crypto" as build dependencies. See the
configure script

if test "$disable_http" != "yes"; then
  HTTP_LIBS="-lcurl -lssl -lcrypto"
  if compile_prog "" "$HTTP_LIBS" "curl-new-ssl"; then
output_sym "CONFIG_HAVE_OPAQUE_HMAC_CTX"
http="yes"
  elif mv $TMPC2 $TMPC && compile_prog "" "$HTTP_LIBS" "curl-old-ssl"; then
http="yes"
  fi
fi
print_config "http engine" "$http"

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

Title:
  Required to have "http" engine built in to the package

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


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

[Bug 1936438] [NEW] Required to have "http" engine built in to the package

2021-07-15 Thread Andrey Grebennikov
Public bug reported:

"http" engine is required to be present in order to be able to benchmark
S3 and Swift functionality of the remote endpoint (Ceph RadosGW)

** Affects: fio (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/1936438

Title:
  Required to have "http" engine built in to the package

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


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

[Bug 1930754] Re: e1000e extremly slow

2021-06-28 Thread Andrey Sokolov
I have the same problem on the same laptop (dell latitude 5520). To
solve the problem change MTU: ifconfig eth0 mtu 9000

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

Title:
  e1000e extremly slow

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-05-21 Thread Andrey
Unfortunately it's not showing me the grid - back-light is not turning
on. My laptop is UX393UA. Can it be fixed somehow?

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1926095] Re: The bluetooth toggle is not working properly. Switching it on does not turn on the bluetooth. It remains off permanently.

2021-04-25 Thread Andrey Kotlyar
** Package changed: ubuntu => bluez (Ubuntu)

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

Title:
  The bluetooth toggle is not working properly. Switching it on does not
  turn on the bluetooth. It remains off permanently.

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

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

[Bug 1926095] Re: The bluetooth toggle is not working properly. Switching it on does not turn on the bluetooth. It remains off permanently.

2021-04-25 Thread Andrey Kotlyar
Happens to me too. Should be clean system, installed it yesterday. 
Running "systemctl restart bluetooth" while toggle is "on" makes bluetooth work 
again properly, but switching toggle off kills it again.
Sometimes "rfkill unblock bluetooth" brings it back, but not always.

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

Title:
  The bluetooth toggle is not working properly. Switching it on does not
  turn on the bluetooth. It remains off permanently.

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

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

[Bug 1921453] Re: multi-zone replication doesn't work

2021-04-09 Thread Andrey Grebennikov
"the system user is absent from the slave deployment"
can you elaborate on this? In the procedure on docs.ceph.com there is no step 
to configure the system user on the secondary site - it is supposed to come 
through the replication once I pull the realm.
And just to add once again - if I follow the procedure manually - I'm not 
observing this issue of improper authentication, however the metadata isn't 
being synced.
I'm talking https://docs.ceph.com/en/latest/radosgw/multisite/ (which actually 
has a few mistakes)
and https://dokk.org/documentation/ceph/v10.2.8/radosgw/multisite/ hat was a 
great manual.

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

Title:
  multi-zone replication doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-radosgw/+bug/1921453/+subscriptions

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

[Bug 1881423] Re: error channel closing too late to send/recv

2021-04-05 Thread Andrey Voronov
I have the same bug and livestream (translation) on Youtube are not
works. And display me on the vido region message: "Wrong browser". Works
only prerecorded videos :-(

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

Title:
  error channel closing too late to send/recv

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

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

[Bug 1920758] [NEW] login screen loses characters in labels

2021-03-22 Thread Andrey Zapariy
Public bug reported:

After 12 days of uptime the sequence of locking screen/unlocking screen led to 
characters missing in prompt of login screen. The hint 'Password' that is 
written in the password entry field was missing characters as well.
After successful unlocking of a session, some labels and titles on panels and 
dock are missing as well.
I don't know if I pointed the culprit application correctly.
Attached is the snapshot of the upper right corner of the screen, showing the 
issue.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gdm3 3.36.3-0ubuntu0.20.04.3 [modified: lib/udev/rules.d/61-gdm.rules]
ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Mar 22 15:27:32 2021
InstallationDate: Installed on 2021-03-09 (12 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.gdm3.custom.conf: 2021-03-10T13:49:36.015351

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


** Tags: amd64 apport-bug focal

** Attachment added: "Missing charatcters in labels"
   
https://bugs.launchpad.net/bugs/1920758/+attachment/5479050/+files/Screenshot%20from%202021-03-22%2015-19-51.png

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

Title:
  login screen loses characters in labels

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

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

[Bug 1897754] Re: flameshot: The icon does not appear in the GNOME bar

2021-03-14 Thread Andrey Yermolayev
NextCloud client can be fixed by using the same approach — add 
X-GNOME-Autostart-Delay=5
to the ~/.config/autostart/Nextcloud.desktop file.

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

Title:
  flameshot: The icon does not appear in the GNOME bar

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

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

[Bug 1846944] Re: Nextcloud client app indicator icon not visible in 19.10 Eoan Beta

2021-03-14 Thread Andrey Yermolayev
*** This bug is a duplicate of bug 1897754 ***
https://bugs.launchpad.net/bugs/1897754

This looks like a timing issue related to the recent changes in the U20.04.01.
A simple fix which works for me is to delay the start of NextCloud for several 
seconds (5 in my case), by adding
X-GNOME-Autostart-Delay=5
to the ~/.config/autostart/Nextcloud.desktop file.

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

Title:
  Nextcloud client app indicator icon not visible in 19.10 Eoan Beta

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

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

[Bug 1603261] Re: Grub freezes for a few seconds on every boot

2021-03-12 Thread Andrey G.
Same on Kubuntu 20.10 and Lenovo Legion 5 / AMD / nvidia + uefi +
"secure boot support"=enabled. The system was installed in this config.

The issue was resolved by/after the following actions:
- setting admin password in uefi
- disabling "secure boot support"

The problem remains resolved after enabling "secure boot support" back.

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

Title:
  Grub freezes for a few seconds on every boot

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

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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-03-04 Thread Andrey Lelikov
Oh, and just noticed that it was marked as "incomplete". Truly, I CAN
see the future...

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-03-04 Thread Andrey Lelikov
This has nothing to do with network, as mentioned earlier netplan is
masked and ifupdown works as expected. Moreover it is known EXACTLY what
happens (in initramfs):

local_top/aoe calls configure_networking

In absence of any kernel args, configure_networking tries to bring up
every interface, by launching dhcpc for 3(?) seconds. This succeeds for
interface that will be configured as part of bridge by ifupdown later,
so bridge is left unconfigured and network is lost.

The current workaround is to add ip=none to kernel line

The proper fix is to change configure_networking to have a mode/arg
where it brings up network interfaces bot does not try to assign ip
addresses, and call it this way from local_top/aoe . Probably even split
configure_networking into two functions...

p.s. I can predict the future though (I have such a gift) - the
resolution would be "AOE is used by 0.01% of ubuntu
users, we power the word and store petabytes of data, mark this as
enhancement for a future version N+5".

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

Title:
  Something starts dhcclient for every intrface on boot

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

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

[Bug 1671472] Re: Upgrade warns of leaked file descriptors on vgs, lvs invocation

2021-02-25 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 1313784 ***
https://bugs.launchpad.net/bugs/1313784

** This bug has been marked a duplicate of bug 1313784
   File descriptors leaked on lvs invocation

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

Title:
  Upgrade warns of leaked file descriptors on vgs, lvs invocation

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

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

[Bug 1915430] [NEW] Hdp for hdf4-tools null pointer dereference

2021-02-11 Thread Andrey Fedotov
Public bug reported:

Hello,
Below is some description about crash, found by dynamic analysis tool Sydr 
(part of Crusher system) https://www.ispras.ru/en/technologies/sydr/ developed 
in ISP RAS.

Dereference is occured at HDstrcmp function at cdf.c:1969

Starting program: /home/fedotoff/hdp-test/hdp-
crash/libhdf4-4.2.14/install/bin/hdp dumpsds ./segfault19.hdf

Breakpoint 1, hdf_read_dims (xdrs=0x5193a0, handle=0x518330, vg=805306368) at 
cdf.c:1814
1814char vgname[H4_MAX_NC_NAME] = "";
(gdb) c
Continuing.

Breakpoint 2, hdf_read_dims (xdrs=0x5193a0, handle=0x518330, vg=805306368) at 
cdf.c:1969
1969if (!HDstrcmp(vgname, 
dimension[i]->name->values) &&
(gdb) c
Continuing.

Breakpoint 2, hdf_read_dims (xdrs=0x5193a0, handle=0x518330, vg=805306368) at 
cdf.c:1969
1969if (!HDstrcmp(vgname, 
dimension[i]->name->values) &&
(gdb) p vgname 
$5 = "fakeDim2", '\000' 
(gdb) p dimension[i]->name->values
$6 = 0x0

Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77d6db82 in ?? () from /usr/lib/x86_64-linux-gnu/libc.so.6

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

** Attachment added: "input to reproduce"
   
https://bugs.launchpad.net/bugs/1915430/+attachment/5462735/+files/segfault19.hdf

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

Title:
  Hdp for hdf4-tools  null pointer dereference

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

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

[Bug 1915417] Re: Hdp for hdf4-tools division by zero

2021-02-11 Thread Andrey Fedotov
** Description changed:

  Hello,
  Below is some description about crash, found by dynamic analysis tool Sydr 
(part of Crusher system) https://www.ispras.ru/en/technologies/sydr/ developed 
in ISP RAS.
+ 
+ System Ubuntu 20.04.2 LTS.
+ Package: libhdf4_4.2.14-1ubuntu1.debian.tar.xz
  
  Division by zero:
  (gdb) r
  Starting program: 
/home/fedotoff/hdp-test/hdp-crash/libhdf4-4.2.14/install/bin/hdp dumpsds 
./segfault37.hdf
  
  Program received signal SIGFPE, Arithmetic exception.
  0x004ba4d8 in VSread (vkey=1073741846, buf=0x7ffbf7be4010 "", 
nelt=2147483647, interlace=0) at vrw.c:276
  276 chunk = buf_size / hsize + 1;
  (gdb) bt
  #0  0x004ba4d8 in VSread (vkey=1073741846, buf=0x7ffbf7be4010 "", 
nelt=2147483647, interlace=0) at vrw.c:276
  #1  0x00420186 in hdf_read_attrs (xdrs=0x5193a0, handle=0x518330, 
vg=805306379) at cdf.c:2252
  #2  0x00420c34 in hdf_read_vars (xdrs=0x5193a0, handle=0x518330, 
vg=805306368) at cdf.c:2669
  #3  0x004211c8 in hdf_read_xdr_cdf (xdrs=0x5193a0, 
handlep=0x7fffd400) at cdf.c:2899
  #4  0x0041d8e9 in hdf_xdr_cdf (xdrs=0x5193a0, handlep=0x7fffd400) 
at cdf.c:2973
  #5  0x0041d3c3 in xdr_cdf (xdrs=0x5193a0, handlep=0x7fffd400) at 
cdf.c:664
  #6  0x0041d299 in NC_new_cdf (name=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at cdf.c:484
  #7  0x004233d6 in NC_open (path=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at file.c:307
  #8  0x0042353e in ncopen (path=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at file.c:362
  #9  0x00429b00 in SDstart (name=0x7fffd5a0 "./segfault37.hdf", 
HDFmode=1) at mfsd.c:378
  #10 0x00410cc7 in dsd (dumpsds_opts=0x7fffd700, curr_arg=3, 
argc=3, argv=0x7fffdb08) at hdp_sds.c:1218
  #11 0x004116d7 in do_dumpsds (curr_arg=2, argc=3, 
argv=0x7fffdb08, help=0) at hdp_sds.c:1454
  #12 0x00402950 in main (argc=3, argv=0x7fffdb08) at hdp.c:146
  (gdb) list
  271
  272 /* we are bounded above by VDATA_BUFFER_MAX */
  273 buf_size = MIN(total_bytes, VDATA_BUFFER_MAX);
  274
  275 /* make sure there is at least room for one record in 
our buffer */
  276 chunk = buf_size / hsize + 1;
  277
  278 /* get a buffer big enough to hold the values */
  279 Vtbufsize = (size_t)chunk * (size_t)hsize;
  280 if (Vtbuf)
  (gdb) p/x hsize
  $1 = 0x0
  
  Suggestion for fix: check hsize if it is zero, and set chunk = 1;

** Summary changed:

- Hdp for hdf4-tools division by zero
+ Hdp from hdf4-tools division by zero

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

Title:
  Hdp from hdf4-tools division by zero

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

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

[Bug 1915427] [NEW] Hdp from hdf4-tools: stack smashing detected

2021-02-11 Thread Andrey Fedotov
Public bug reported:

Hello,
Below is some description about crash, found by dynamic analysis tool Sydr 
(part of Crusher system) https://www.ispras.ru/en/technologies/sydr/ developed 
in ISP RAS

System Ubuntu 20.04.2 LTS.
Package: libhdf4_4.2.14-1ubuntu1.debian.tar.xz

(gdb) r
Starting program: /usr/bin/hdp dumpsds ./segfault10.hdf
*** stack smashing detected ***: terminated

Program received signal SIGABRT, Aborted.
0x77d1418b in raise () from /usr/lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x77d1418b in raise () from /usr/lib/x86_64-linux-gnu/libc.so.6
#1  0x77cf3859 in abort () from /usr/lib/x86_64-linux-gnu/libc.so.6
#2  0x77d5e3ee in ?? () from /usr/lib/x86_64-linux-gnu/libc.so.6
#3  0x77e00b4a in __fortify_fail () from 
/usr/lib/x86_64-linux-gnu/libc.so.6
#4  0x77e00b16 in __stack_chk_fail () from 
/usr/lib/x86_64-linux-gnu/libc.so.6
#5  0x77f045bc in Hopen () from /lib/libdf.so.0
#6  0x in ?? ()
(gdb)

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

** Attachment added: "input to reproduce"
   
https://bugs.launchpad.net/bugs/1915427/+attachment/5462733/+files/segfault10.hdf

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

Title:
  Hdp from hdf4-tools: stack smashing detected

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

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

[Bug 1915417] [NEW] Hdp for hdf4-tools division by zero

2021-02-11 Thread Andrey Fedotov
Public bug reported:

Hello,
Below is some description about crash, found by dynamic analysis tool Sydr 
(part of Crusher system) https://www.ispras.ru/en/technologies/sydr/ developed 
in ISP RAS.

Division by zero:
(gdb) r
Starting program: 
/home/fedotoff/hdp-test/hdp-crash/libhdf4-4.2.14/install/bin/hdp dumpsds 
./segfault37.hdf

Program received signal SIGFPE, Arithmetic exception.
0x004ba4d8 in VSread (vkey=1073741846, buf=0x7ffbf7be4010 "", 
nelt=2147483647, interlace=0) at vrw.c:276
276 chunk = buf_size / hsize + 1;
(gdb) bt
#0  0x004ba4d8 in VSread (vkey=1073741846, buf=0x7ffbf7be4010 "", 
nelt=2147483647, interlace=0) at vrw.c:276
#1  0x00420186 in hdf_read_attrs (xdrs=0x5193a0, handle=0x518330, 
vg=805306379) at cdf.c:2252
#2  0x00420c34 in hdf_read_vars (xdrs=0x5193a0, handle=0x518330, 
vg=805306368) at cdf.c:2669
#3  0x004211c8 in hdf_read_xdr_cdf (xdrs=0x5193a0, 
handlep=0x7fffd400) at cdf.c:2899
#4  0x0041d8e9 in hdf_xdr_cdf (xdrs=0x5193a0, handlep=0x7fffd400) 
at cdf.c:2973
#5  0x0041d3c3 in xdr_cdf (xdrs=0x5193a0, handlep=0x7fffd400) at 
cdf.c:664
#6  0x0041d299 in NC_new_cdf (name=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at cdf.c:484
#7  0x004233d6 in NC_open (path=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at file.c:307
#8  0x0042353e in ncopen (path=0x7fffd5a0 "./segfault37.hdf", 
mode=0) at file.c:362
#9  0x00429b00 in SDstart (name=0x7fffd5a0 "./segfault37.hdf", 
HDFmode=1) at mfsd.c:378
#10 0x00410cc7 in dsd (dumpsds_opts=0x7fffd700, curr_arg=3, argc=3, 
argv=0x7fffdb08) at hdp_sds.c:1218
#11 0x004116d7 in do_dumpsds (curr_arg=2, argc=3, argv=0x7fffdb08, 
help=0) at hdp_sds.c:1454
#12 0x00402950 in main (argc=3, argv=0x7fffdb08) at hdp.c:146
(gdb) list
271
272 /* we are bounded above by VDATA_BUFFER_MAX */
273 buf_size = MIN(total_bytes, VDATA_BUFFER_MAX);
274
275 /* make sure there is at least room for one record in 
our buffer */
276 chunk = buf_size / hsize + 1;
277
278 /* get a buffer big enough to hold the values */
279 Vtbufsize = (size_t)chunk * (size_t)hsize;
280 if (Vtbuf)
(gdb) p/x hsize
$1 = 0x0

Suggestion for fix: check hsize if it is zero, and set chunk = 1;

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

** Attachment added: "input to reproduce"
   
https://bugs.launchpad.net/bugs/1915417/+attachment/5462712/+files/segfault37.hdf

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

Title:
  Hdp for hdf4-tools division by zero

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

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

[Bug 1915407] [NEW] Hdp from hdf4-tools crashes on function null pointer dereference

2021-02-11 Thread Andrey Fedotov
Public bug reported:

Hello,
Below is some description about crash, found by dynamic analysis tool Sydr 
(part of Crusher system) https://www.ispras.ru/en/technologies/sydr/ developed 
in ISP RAS

System Ubuntu 20.04.2 LTS.
Package: libhdf4_4.2.14-1ubuntu1.debian.tar.xz

Crash description:

(gdb) r
Starting program: 
/home/fedotoff/hdp-test/hdp-crash/libhdf4-4.2.14/install/bin/hdp dumpsds 
./segfault26.hdf

Program received signal SIGSEGV, Segmentation fault.
0x00471e18 in Hendaccess (access_id=268435457) at hfile.c:1695
1695ret_value = (*access_rec->special_func->endaccess) (access_rec);
(gdb) bt
#0  0x00471e18 in Hendaccess (access_id=268435457) at hfile.c:1695
#1  0x004aacdf in Load_vfile (f=536870912) at vgp.c:440
#2  0x004aa7ed in Vinitialize (f=536870912) at vgp.c:743
#3  0x0041d16e in NC_new_cdf (name=0x7fffd5a0 "./segfault26.hdf", 
mode=0) at cdf.c:452
#4  0x004233d6 in NC_open (path=0x7fffd5a0 "./segfault26.hdf", 
mode=0) at file.c:307
#5  0x0042353e in ncopen (path=0x7fffd5a0 "./segfault26.hdf", 
mode=0) at file.c:362
#6  0x00429b00 in SDstart (name=0x7fffd5a0 "./segfault26.hdf", 
HDFmode=1) at mfsd.c:378
#7  0x00410cc7 in dsd (dumpsds_opts=0x7fffd700, curr_arg=3, argc=3, 
argv=0x7fffdb08) at hdp_sds.c:1218
#8  0x004116d7 in do_dumpsds (curr_arg=2, argc=3, argv=0x7fffdb08, 
help=0) at hdp_sds.c:1454
#9  0x00402950 in main (argc=3, argv=0x7fffdb08) at hdp.c:146
(gdb) p/x acce
accept  accept4 access  acc...@got.plt  access@plt  
access_id   access_rec  access_type 
(gdb) p/x access_rec->special_func
$1 = 0x0

Here the null pointer is dereferenced due to function call.

I think, the problem is because in function  HIget_function_table from file 
hfile.c we do the assignment:
2615  access_rec->special=(intn)spec_code;

There is no assignment in cycle, so function return Null.
for (i = 0; functab[i].key != 0; i++)
{
  if (access_rec->special == functab[i].key)
{
  ret_value =  functab[i].tab;
  break; /* break out of loop */
}
}

done:
  if(ret_value == NULL)   
{ /* Error condition cleanup */

} /* end if */

  /* Normal function cleanup */

  return ret_value;

The Idea of Fix is to place assignment at line 2615 before "break"
statement.

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

** Attachment added: "input to reproduce"
   
https://bugs.launchpad.net/bugs/1915407/+attachment/5462697/+files/segfault26.hdf

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

Title:
  Hdp from hdf4-tools crashes on function null pointer dereference

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

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

[Bug 1910709] Re: DKMS linux-headers-5.8.0-34-generic update brokes nvidia-340

2021-01-15 Thread ANDREY
** Changed in: nvidia-graphics-drivers-340 (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  DKMS linux-headers-5.8.0-34-generic update brokes nvidia-340

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

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

[Bug 1773246] Re: spectacle w/ rectangular region and dual monitor moves display views

2021-01-12 Thread Andrey Shpak
Seems nobody cares :( 
I am affected yb this too. Multimonitor setup

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

Title:
  spectacle w/ rectangular region and dual monitor moves display views

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-spectacle/+bug/1773246/+subscriptions

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

[Bug 1910235] monitors.xml.txt

2021-01-06 Thread Andrey Plaksin
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449649/+files/monitors.xml.txt

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

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] ShellJournal.txt

2021-01-06 Thread Andrey Plaksin
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449648/+files/ShellJournal.txt

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

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] ProcEnviron.txt

2021-01-06 Thread Andrey Plaksin
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449647/+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/1910235

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] ProcCpuinfoMinimal.txt

2021-01-06 Thread Andrey Plaksin
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449646/+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/1910235

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] GsettingsChanges.txt

2021-01-06 Thread Andrey Plaksin
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449645/+files/GsettingsChanges.txt

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

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] Re: The mouse stops working after taking a screenshot

2021-01-06 Thread Andrey Plaksin
apport information

** Tags added: apport-collected focal

** Description changed:

  Steps to reproduce this bug:
  
  1. Open Chromium browser.
  2. Go to the page with the form in which there is a standard browser 
drop-down menu (form select)
  3. Open it
  4. Try to take a screenshot with the keyboard shortcut: Ctrl+Shift+PrintScreen
  5. Try to switch between applications using the panel and check the operation 
of the mouse in other applications besides browser (in my case Slack)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.14
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-10-26 (71 days ago)
+ InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gnome-shell 3.36.4-1ubuntu1~20.04.2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
+ RelatedPackageVersions: mutter-common 3.36.6-1ubuntu0.20.04.2
+ Tags:  focal
+ Uname: Linux 5.4.0-58-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1910235/+attachment/5449644/+files/Dependencies.txt

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

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1910235] [NEW] The mouse stops working after taking a screenshot

2021-01-05 Thread Andrey Plaksin
Public bug reported:

Steps to reproduce this bug:

1. Open Chromium browser.
2. Go to the page with the form in which there is a standard browser drop-down 
menu (form select)
3. Open it
4. Try to take a screenshot with the keyboard shortcut: Ctrl+Shift+PrintScreen
5. Try to switch between applications using the panel and check the operation 
of the mouse in other applications besides browser (in my case Slack)

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

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

Title:
  The mouse stops working after taking a screenshot

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

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

[Bug 1905472] Re: Something starts dhcclient for every intrface on boot

2021-01-03 Thread Andrey Lelikov
The culprit is intramfs. Starting with 20 LTS, having an AOE device
brings in local_top/aoe, which calls configure_networking . This causes
dhcp configuration of the primary net interface, which screws up all
network later (as this physical interface is part of the bridge, and
bridge can't get a dhcp lease later).

AOE stands for "ATA over ETHERNET", not ATA over IP. There is zero need
to bring up ip stack for aoe to function.


** Also affects: ubuntu-core-initramfs
   Importance: Undecided
   Status: New

** No longer affects: isc-dhcp (Ubuntu)

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

Title:
  Something starts dhcclient for every intrface on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-core-initramfs/+bug/1905472/+subscriptions

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

[Bug 1892714] Re: Microphone not working on HP Omen 17

2020-12-13 Thread Andrey Kazakou
Small additionals: after upgrading to "Linux zx386 5.4.0-58-generic
#64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64
GNU/Linux" where "linux-firmware" was upgraded to 1.187.6 version
resolved the issue. In that package, sof-firmware was upgraded to 1.6
with current issue fixes.

Thank you all for helping solve 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/1892714

Title:
  Microphone not working on HP Omen 17

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

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

[Bug 1905472] [NEW] Something starts dhcclient for every intrface on boot

2020-11-24 Thread Andrey Lelikov
Public bug reported:

After upgrade frpm 18LTS to 20LTS I've lost the network.

Network is managed by ifupdown
Netplan is not installed
Network manger is disabled (masked)

Yet, at boot, SOMETHING starts dhclient for every network interface.
This has disastrous results - dhcp request succeeds on physical
interface that is a base for a vlan-based interface, causing real dhcp
request on to fail on vlan interface.

Expected behavior - dhclient starts only for interfaces marked as dhcp
in /etc/network/interfaces .

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: isc-dhcp-client 4.4.1-2.1ubuntu5
ProcVersionSignature: Ubuntu 5.8.0-29.31~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Nov 25 00:07:45 2020
SourcePackage: isc-dhcp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: isc-dhcp (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/1905472

Title:
  Something starts dhcclient for every intrface on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1905472/+subscriptions

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

[Bug 1905469] Re: USB3.0 lost after 18LTS->20LTS upgrade

2020-11-24 Thread Andrey Lelikov
Filed here per upstream request -
https://bugzilla.kernel.org/show_bug.cgi?id=210345

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

Title:
  USB3.0 lost after 18LTS->20LTS upgrade

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

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

[Bug 1905469] [NEW] USB3.0 lost after 18LTS->20LTS upgrade

2020-11-24 Thread Andrey Lelikov
Public bug reported:

After upgrade to 20 LTS I've lost all USB3.0 ports. This is a desktop
PC, not a laptop, no docking station. This happens on all kernels 5.4 -
5.8 .

[1.071876] xhci_hcd :0a:00.0: xHCI Host Controller
[1.071884] xhci_hcd :0a:00.0: new USB bus registered, assigned bus 
number 3
[1.125979] xhci_hcd :0a:00.0: hcc params 0x0200f180 hci version 0x96 
quirks 0x0008
[1.126207] usb usb3: Manufacturer: Linux 5.8.0-29-generic xhci-hcd
[1.126410] xhci_hcd :0a:00.0: xHCI Host Controller
[1.126414] xhci_hcd :0a:00.0: new USB bus registered, assigned bus 
number 4
[1.126416] xhci_hcd :0a:00.0: Host supports USB 3.0 SuperSpeed
[1.126450] usb usb4: Manufacturer: Linux 5.8.0-29-generic xhci-hcd
[1.126638] xhci_hcd :0b:00.0: xHCI Host Controller
[1.126641] xhci_hcd :0b:00.0: new USB bus registered, assigned bus 
number 5
[1.142664] xhci_hcd :0b:00.0: Host halt failed, -110
[1.142665] xhci_hcd :0b:00.0: can't setup: -110
[1.142697] xhci_hcd :0b:00.0: USB bus 5 deregistered
[1.142740] xhci_hcd :0b:00.0: init :0b:00.0 fail, -110
[1.142748] xhci_hcd: probe of :0b:00.0 failed with error -110

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-modules-5.8.0-29-generic 5.8.0-29.31~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-29.31~20.04.1-generic 5.8.14
Uname: Linux 5.8.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Nov 24 23:48:42 2020
Dependencies:
 
SourcePackage: linux-hwe-5.8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "lsusb -v + dmesg"
   https://bugs.launchpad.net/bugs/1905469/+attachment/5437627/+files/all.txt

** Bug watch added: Linux Kernel Bug Tracker #210345
   https://bugzilla.kernel.org/show_bug.cgi?id=210345

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

Title:
  USB3.0 lost after 18LTS->20LTS upgrade

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

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

[Bug 1892714] Re: Microphone not working on HP Omen 17

2020-11-17 Thread Andrey Kazakou
Confirm that issue actual for me on ubuntu Ubuntu 20.04.1 LTS release

Linux zx386 5.4.0-53-generic #59-Ubuntu SMP Wed Oct 21 09:38:44 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux

After replacing sof-cfl.ri file system working stable and not frezee

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

Title:
  Microphone not working on HP Omen 17

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

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

[Bug 1904416] [NEW] gpg-agent 2.x poor performance / futex errors

2020-11-16 Thread Andrey Arapov
Public bug reported:

Hello,

after upgrading from Ubuntu 16.04 to Ubuntu 18.04 we've noticed the
issues which came along with the gpg v2.x.

The gpg-agent produces millions of futex syscall errors during a very
short time (a second or two) when it's being loaded either by the
SaltStack's salt-master decrypting the pillars (our main use case) or
when it is being directly tested with "parallel" tool from moreutils
package.

```
$ sudo strace -f -p 
...
...Ctrl+C just after couple of seconds while "gpg -d" commands are running in 
parallel (see below for details)
...
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
 96.35 2800.145231 305   9194103   2009552 futex
  3.63  105.404136  373774   282   pselect6
  0.010.431338 102  4246   read
  0.000.104701  12  8490   write
  0.000.029085 103   283   accept
  0.000.016549  58   284   madvise
  0.000.012201  22   567   close
  0.000.010979   8  1410   getpid
  0.000.010405  12   849   access
  0.000.006341  22   284   284 wait4
  0.000.004350  15   283   openat
  0.000.003764  13   283   clone
  0.000.002668   9   283   getsockopt
  0.000.002568   9   283   fstat
  0.000.002564   9   283   set_robust_list
  0.000.001941   7   283   lseek
-- --- --- - - 
100.00 2906.188821   9212496   2009836 total
```

I'll describe the issue and steps to reproduce it.

First, prepare the "enc" file:

```
cat /usr/share/doc/base-files/README | gpg -ear "some-4K-RSA-publick-key" > enc
```

Run parallel decryptions using "time" to measure it:

```
time parallel -j 30 sh -c "cat enc | gpg --no-tty -d -q -o /dev/null" -- $(seq 
1 3000)
```

Running "gpg -d" (GPG v2.x, with the gpg-agent) in parallel as described above 
took:
- 1minute 18seconds on a big HW; (48 cores, *gpg-agent 2.2.4*-1ubuntu1.2)
- 32 seconds on my laptop; (4 cores, *gpg-agent 2.2.19*-3ubuntu2)

Running the same commands but with GPG v1.4.20 (no agent):
- 9 seconds on a big HW: (40 cores, *gnupg 1.4.20*-1ubuntu3.3)
- 21 seconds on a VM; (1 core, *gnupg 1.4.20*-1ubuntu3.3)

Note: in order to prevent "command 'PKDECRYPT' failed: Cannot allocate
memory " error, the gpg-agent is running either with "--auto-
expand-secmem 0x3" flag or with "auto-expand-secmem" in ~/.gnupg
/gpg-agent.conf file.

Since our use case is to have SaltStack's salt-master decrypt many
pillars for hundreds of servers, the Ubuntu 16.04 => 18.04 upgrade
severely degrades the SaltStack performance making it almost unusable,
i.e. it becomes 10 times slower, requires us figuring workarounds such
as increasing "gather_job_timeout" or probably even rolling back to gpg
v1.x -- not sure if Ubuntu Bionic fully supports that and won't break
though (we haven't tested the gpg 2.x => 1.x downgrade scenario yet --
any insights are highly appreciated!).

Any suggestions?

Kind regards,
Andrey Arapov

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

** Also affects: gnupg2 (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/1904416

Title:
  gpg-agent 2.x poor performance / futex errors

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

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

[Bug 1897289] [NEW] update 18.04 to 20.04 crashes WARNING Can't mark 'ubuntu-desktop' for upgrade

2020-09-25 Thread Yadykin Andrey
Public bug reported:

main.log
2020-09-25 20:43:22,552 DEBUG Comparing 5.4.0-49 with 5.4.0-48
2020-09-25 20:43:22,761 INFO installing linux metapackage: linux-generic
2020-09-25 20:43:22,761 DEBUG Installing 'linux-generic' (linux metapackage may 
have been accidentally uninstalled)
2020-09-25 20:43:22,787 DEBUG Marking 'ubuntu-desktop' for upgrade
2020-09-25 20:43:22,915 WARNING Can't mark 'ubuntu-desktop' for upgrade 
(E:Невозможно исправить ошибки: у вас зафиксированы сломанные пакеты.)
apt.log
Broken gnome-control-center:amd64 Зависит on colord:amd64 < 1.3.3-2build1 | 
1.4.4-2 @ii umR > (>= 0.1.30)
  Considering colord:amd64 37 as a solution to gnome-control-center:amd64 22
  MarkKeep gnome-control-center:amd64 < 1:3.28.2-0ubuntu0.18.04.6 -> 
1:3.36.4-0ubuntu1 @ii umU Ib > FU=0
Reinst Failed because of colord:amd64
  MarkKeep gnome-control-center:amd64 < 1:3.28.2-0ubuntu0.18.04.6 -> 
1:3.36.4-0ubuntu1 @ii umU Ib > FU=0
  Removing gnome-control-center:amd64 rather than change colord:amd64
  MarkDelete gnome-control-center:amd64 < 1:3.28.2-0ubuntu0.18.04.6 | 
1:3.36.4-0ubuntu1 @ii umH Ib > FU=0
Investigating (9) ubuntu-desktop-minimal:amd64 < none -> 1.450.2 @un umN Ib >
Broken ubuntu-desktop-minimal:amd64 Зависит on gnome-control-center:amd64 < 
1:3.28.2-0ubuntu0.18.04.6 | 1:3.36.4-0ubuntu1 @ii umR >
  Considering gnome-control-center:amd64 37 as a solution to 
ubuntu-desktop-minimal:amd64 0
  MarkKeep ubuntu-desktop-minimal:amd64 < none -> 1.450.2 @un umN Ib > FU=0
  Holding Back ubuntu-desktop-minimal:amd64 rather than change 
gnome-control-center:amd64
Done

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.39
ProcVersionSignature: Ubuntu 5.4.0-49.53~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-49-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
Date: Fri Sep 25 20:27:50 2020
InstallationDate: Installed on 2020-03-30 (178 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-09-25 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2020-08-28T21:31:15.301201

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


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

** Attachment added: "main.log"
   https://bugs.launchpad.net/bugs/1897289/+attachment/5414194/+files/main.log

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

Title:
  update 18.04 to 20.04 crashes WARNING Can't mark 'ubuntu-desktop' for
  upgrade

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

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

[Bug 1879386] Re: package libsdl2-2.0-0 2.0.10+5 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libsdl2-2.0-0/copyright', which is different from other instances of package libs

2020-08-08 Thread ANDREY
Have error install on Ubuntu 20.04.1

** Attachment added: "uninstall.txt"
   
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1879386/+attachment/5399833/+files/uninstall.txt

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

Title:
  package libsdl2-2.0-0 2.0.10+5 failed to install/upgrade: trying to
  overwrite shared '/usr/share/doc/libsdl2-2.0-0/copyright', which is
  different from other instances of package libsdl2-2.0-0:amd64

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

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

Re: [Bug 1883676] Re: ZFS performance drops suddenly

2020-07-14 Thread Andrey Gelman
1. free
  totalusedfree  shared  buff/cache
available
Mem:8025436 1255616 6457736   11780  312084
6512296
Swap:   1425404   0 1425404

2. cat /proc/spl/kstat/zfs/arcstats
12 1 0x01 98 26656 4085867100 20862566338548
nametype data
hits48977275
misses  420770
demand_data_hits47154775
demand_data_misses  413760
demand_metadata_hits41810210
demand_metadata_misses  44292
prefetch_data_hits  4112
prefetch_data_misses4719
prefetch_metadata_hits  412178
prefetch_metadata_misses41999
mru_hits44041554
mru_ghost_hits  40
mfu_hits44923504
mfu_ghost_hits  40
deleted 431
mutex_miss  40
access_skip 49
evict_skip  4124
evict_not_enough40
evict_l2_cached 40
evict_l2_eligible   4396800
evict_l2_ineligible 48192
evict_l2_skip   40
hash_elements   420337
hash_elements_max   422033
hash_collisions 482157
hash_chains 4196
hash_chain_max  42
p   42054511616
c   44109023232
c_min   4256813952
c_max   44109023232
size41856513648
compressed_size 41349638144
uncompressed_size   41738882048
overhead_size   4446370304
hdr_size47828496
data_size   41709473792
metadata_size   486534656
dbuf_size   49437376
dnode_size  423086368
bonus_size  420152960
anon_size   4438411264
anon_evictable_data 40
anon_evictable_metadata 40
mru_size41186710528
mru_evictable_data  4908280320
mru_evictable_metadata  44658688
mru_ghost_size  40
mru_ghost_evictable_data40
mru_ghost_evictable_metadata40
mfu_size4170886656
mfu_evictable_data  4134954496
mfu_evictable_metadata  43134976
mfu_ghost_size  40
mfu_ghost_evictable_data40
mfu_ghost_evictable_metadata40
l2_hits 40
l2_misses   40
l2_feeds40
l2_rw_clash 40
l2_read_bytes   40
l2_write_bytes  40
l2_writes_sent  40
l2_writes_done  40
l2_writes_error 40
l2_writes_lock_retry40
l2_evict_lock_retry 40
l2_evict_reading40
l2_evict_l1cached   40
l2_free_on_write40
l2_abort_lowmem 40
l2_cksum_bad40
l2_io_error 40
l2_size 40
l2_asize40
l2_hdr_size 40
memory_throttle_count   40
memory_direct_count 40
memory_indirect_count   40
memory_all_bytes48218046464
memory_free_bytes   45230358528
memory_available_bytes  35101953024
arc_no_grow 40
arc_tempreserve 40
arc_loaned_bytes40
arc_prune   40
arc_meta_used   4147039856
arc_meta_limit  43081767424
arc_dnode_limit 4308176742
arc_meta_max4152895280
arc_meta_min416777216
async_upgrade_sync  459
demand_hit_predictive_prefetch  4484
demand_hit_prescient_prefetch   40
arc_need_free   40
arc_sys_free4128406976
arc_raw_size40


This behavior was observed on more than one machine, both small and large
(the large was on AWS).

Thanks,
Andrey Gelman


On Mon, Jul 13, 2020 at 5:45 PM Colin Ian King <1883...@bugs.launchpad.net>
wrote:

> It would be interesting in knowing the following data:
>
> 1. How much memory does the machine have when booted?
>
> run: free
>
> 2. What the arcstats look like when it goes slowly
>
> use: cat /proc/spl/kstat/zfs/arcstats
>
> thanks
>
> ** Changed in: zfs-linux (Ubu

[Bug 1369231] Re: do-release-upgrade in localized environment does not accept english input

2020-06-17 Thread Andrey Yashkin
ping?

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

Title:
  do-release-upgrade in localized environment does not accept english
  input

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

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

[Bug 1883676] [NEW] ZFS performance drops suddenly

2020-06-16 Thread Andrey Gelman
Public bug reported:

Run Phoronix Flexible IO / Random write benchmark.  
After running the benchmark repeatedly multiple times (occasionally it can be 
30 minutes or 8 hours), the performance drops suddenly. The only way (I know 
of) to get back to high performance is reboot.
---
$ for i in $(seq 1 1000); do printf "2\n4\n2\n1\n1\n1\nn\n" | 
phoronix-test-suite run fio | awk '/Average.*IOPS/ {print $2}' >> /tmp/iops; 
done
$ less /tmp/iops
...
2095
2095
2093
783
388
389
...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: zfsutils-linux 0.7.5-1ubuntu16.9
ProcVersionSignature: User Name 5.3.0-1023.25~18.04.1-aws 5.3.18
Uname: Linux 5.3.0-1023-aws x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
Date: Tue Jun 16 08:55:01 2020
Ec2AMI: ami-06fd83ae47b05282f
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1f
Ec2InstanceType: c4.xlarge
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.sudoers.d.zfs: [deleted]

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


** Tags: amd64 apport-bug bionic ec2-images

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

Title:
  ZFS performance drops suddenly

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

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

[Bug 1881924] [NEW] SFTP clients using the PuTTy authentication mechanism cause the "Unsupported protocol sequence" error

2020-06-03 Thread Andrey de Oliveira
Public bug reported:

Hi,

Updated SFTP clients using the PuTTy authentication mechanism like
WinSCP e Filezilla, cause the "Unsupported protocol sequence" error
during authentication on Ubuntu 16.04 and proftpd-basic 1.3.5a-
1ubuntu0.1

The bug was fixed in Proftpd 1.3.6 by the ProftpD team:.

http://bugs.proftpd.org/show_bug.cgi?id=4385

But it will not be fixed by them in Proftpd 1.3.5, which is the version
used in Ubuntu 16.04 and 18.04, because it is no longer supported

The debian versions 8 and 9, still supported, also use ProFTPD 1.3.5 and
they released a fix:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949622

Please, can we have this fix on Ubuntu 16.04 updates which is still
supported?

More related links:
https://forum.filezilla-project.org/viewtopic.php?t=51875
https://winscp.net/forum/viewtopic.php?t=28469


Thank you.

** Affects: proftpd-dfsg (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/1881924

Title:
  SFTP clients using the PuTTy authentication mechanism cause the
  "Unsupported protocol sequence" error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1881924/+subscriptions

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

[Bug 1877787] Re: incorrect "permissions & access" slider position

2020-05-09 Thread Andrey Kotlyar
I guess this bug is related? https://bugs.launchpad.net/ubuntu/+source
/gnome-control-center/+bug/1867598

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

Title:
  incorrect "permissions & access" slider position

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

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

[Bug 1877787] [NEW] incorrect "permissions & access" slider position

2020-05-09 Thread Andrey Kotlyar
Public bug reported:

Steps to reproduce:

1. open Settings (gnome-control-center)
2. go to the applications tab
3. select application with long permission name (probably a snap package like 
discord or minecraft)

Expected results: all sliders are aligned
Actual results: slider is misaligned

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-control-center 1:3.36.1-1ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Sat May  9 23:08:50 2020
InstallationDate: Installed on 2020-05-08 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "example"
   
https://bugs.launchpad.net/bugs/1877787/+attachment/5369218/+files/Screenshot%20from%202020-05-09%2023-06-50.png

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

Title:
  incorrect "permissions & access" slider position

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

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

[Bug 1369231] Re: do-release-upgrade in localized environment does not accept english input

2020-05-01 Thread Andrey Yashkin
I can still reproduce it during the update from 19.10 to 20.04. I made a
simple fix for a case when the locale uses non latin alphabet.

** Patch added: "patch.diff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1369231/+attachment/5364855/+files/patch.diff

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

Title:
  do-release-upgrade in localized environment does not accept english
  input

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

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

[Bug 1850966] Re: Stuck at "Refreshing software cache" after enabling repository not updated for Eoan

2020-04-24 Thread Andrey Sapozhnikov
Focal release is affected as well.

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

Title:
  Stuck at "Refreshing software cache" after enabling repository not
  updated for Eoan

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

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

[Bug 1873669] Re: Activities menu in not opened when "super" button is clicked (keyboard language should be different from EN)

2020-04-24 Thread Andrey Bloschetsov
*** This bug is a duplicate of bug 1871913 ***
https://bugs.launchpad.net/bugs/1871913

I have the same problem on Russian layout. The problem appeared after the 
update on 20.04, but on 19.10 everything was fine.
What information is needed to analyze the problem?

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

Title:
  Activities menu in not opened when "super" button is clicked (keyboard
  language should be different from EN)

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

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

[Bug 1848836] Re: Unmounted drive shortcut is on the dock

2020-04-07 Thread Andrey Kotlyar
Oh, i encountered this bug today, found out that it was fixed upstream
several months ago and apparently is fixed in 20.04. What should i do in
this situation?

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

Title:
  Unmounted drive shortcut is on the dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1848836/+subscriptions

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

[Bug 1871186] [NEW] grub-mkconfig prefers /etc/default/grub.d settings

2020-04-06 Thread Andrey Bondarenko
Public bug reported:

Since the fix for bug 901600 was commited, setting in /etc/default/grub
now can be overiden by /etc/default/grub.d. It helps developers to make
customized images, but it can really blows up the brain to the rest
users.

I've lost an hour trying to understand why grub ignores my GRUB_TIMEOUT
settings, until I found hostile file 50-cloudimg-settings.cfg, that
silently overrides my setting. I think such behaviour violates simple
principle — user settings must have the higest precedence.

I understand that changing this behaviour, may break a lot of code. So
please at least add BIG RED BANNER to /etc/default/grub with warning:
before changing something in the file, check all the files in
/etc/default/grub.d for conflicting settings, because they have higher
precedence.

** Affects: grub2 (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/1871186

Title:
  grub-mkconfig prefers /etc/default/grub.d settings

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

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

[Bug 1869577] Re: Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not detected on Lenovo ThinkBook 13s

2020-04-05 Thread Andrey Bloschetsov
@vicamo hi,

Upgrade to Focal and on 5.4.0-21 is everything fine. Tnx!

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

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] WifiSyslog.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

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

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

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] Lsusb.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1869577/+attachment/5346940/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] ProcInterrupts.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346944/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] UdevDb.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1869577/+attachment/5346947/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] ProcModules.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346945/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] Re: Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not detected on Lenovo ThinkBook 13s

2020-04-05 Thread Andrey Bloschetsov
apport information

** Tags added: apport-collected

** Description changed:

  WiFi module is not detected on kernel upper than 5.3.0-18 (try on
  5.3.0-40 and 5.3.0-42). On 5.3.0-18 is everything is ok.
  
  My laptop:
  Manufacturer: LENOVO
  Product Name: 20RR
  Version: Lenovo ThinkBook 13s-IML
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bura   1617 F pulseaudio
   /dev/snd/pcmC0D0p:   bura   1617 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 29 14:57:06 2020
  InstallationDate: Installed on 2020-02-24 (34 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20RR
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-18-generic N/A
   linux-backports-modules-5.3.0-18-generic  N/A
   linux-firmware1.183.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CQCN24WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ThinkBook 13s-IML
  dmi.modalias: 
dmi:bvnLENOVO:bvrCQCN24WW:bd10/29/2019:svnLENOVO:pn20RR:pvrLenovoThinkBook13s-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoThinkBook13s-IML:
  dmi.product.family: ThinkBook 13s-IML
  dmi.product.name: 20RR
  dmi.product.sku: LENOVO_MT_20RR_BU_idea_FM_ThinkBook 13s-IML
  dmi.product.version: Lenovo ThinkBook 13s-IML
  dmi.sys.vendor: LENOVO
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.8
+ Architecture: amd64
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2020-02-24 (40 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ IwConfig:
+  bnep0 no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: LENOVO 20RR
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-45-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.3.0-45.37-generic 5.3.18
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.3.0-45-generic N/A
+  linux-backports-modules-5.3.0-45-generic  N/A
+  linux-firmware1.183.5
+ Tags:  eoan
+ Uname: Linux 5.3.0-45-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 10/29/2019
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: CQCN24WW
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40697WIN
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo ThinkBook 13s-IML
+ dmi.modalias: 
dmi:bvnLENOVO:bvrCQCN24WW:bd10/29/2019:svnLENOVO:pn20RR:pvrLenovoThinkBook13s-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoThinkBook13s-IML:
+ dmi.product.family: ThinkBook 13s-IML
+ dmi.product.name: 20RR
+ dmi.product.sku: LENOVO_MT_20RR_BU_idea_FM_ThinkBook 13s-IML
+ dmi.product.version: Lenovo ThinkBook 13s-IML
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346936/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] ProcCpuinfo.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346941/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] CurrentDmesg.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346938/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] ProcEnviron.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346943/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] CRDA.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1869577/+attachment/5346937/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] ProcCpuinfoMinimal.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1869577/+attachment/5346942/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] Lspci.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1869577/+attachment/5346939/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] RfKill.txt

2020-04-05 Thread Andrey Bloschetsov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1869577/+attachment/5346946/+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/1869577

Title:
  Intel(R) Wireless-AC 9560 [8086:02f0] subsystem id [8086:0034] not
  detected on Lenovo ThinkBook 13s

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

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

[Bug 1869577] [NEW] WiFi module not detected on Lenovo ThinkBook 13s

2020-03-29 Thread Andrey Bloschetsov
Public bug reported:

WiFi module is not detected on kernel upper than 5.3.0-18 (try on
5.3.0-40 and 5.3.0-42). On 5.3.0-18 is everything is ok.

My laptop:
Manufacturer: LENOVO
Product Name: 20RR
Version: Lenovo ThinkBook 13s-IML

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bura   1617 F pulseaudio
 /dev/snd/pcmC0D0p:   bura   1617 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 29 14:57:06 2020
InstallationDate: Installed on 2020-02-24 (34 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: LENOVO 20RR
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-18-generic N/A
 linux-backports-modules-5.3.0-18-generic  N/A
 linux-firmware1.183.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/29/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: CQCN24WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ThinkBook 13s-IML
dmi.modalias: 
dmi:bvnLENOVO:bvrCQCN24WW:bd10/29/2019:svnLENOVO:pn20RR:pvrLenovoThinkBook13s-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoThinkBook13s-IML:
dmi.product.family: ThinkBook 13s-IML
dmi.product.name: 20RR
dmi.product.sku: LENOVO_MT_20RR_BU_idea_FM_ThinkBook 13s-IML
dmi.product.version: Lenovo ThinkBook 13s-IML
dmi.sys.vendor: LENOVO

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan

** Summary changed:

- WiFi module not detected
+ WiFi module not detected on Lenovo ThinkBook 13s

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

Title:
  WiFi module not detected on Lenovo ThinkBook 13s

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

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

[Bug 1863864] WifiSyslog.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329805/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] RfKill.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1863864/+attachment/5329803/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] UdevDb.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1863864/+attachment/5329804/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] ProcInterrupts.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329800/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] ProcEnviron.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329799/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] ProcModules.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329801/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] PulseList.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329802/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] CRDA.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1863864/+attachment/5329793/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] Lspci.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1863864/+attachment/5329796/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

[Bug 1863864] ProcCpuinfo.txt

2020-02-20 Thread Andrey Kadatsky
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1863864/+attachment/5329797/+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/1863864

Title:
  Lenovo e590 laptop hangs when connect to dock station with kernel
  5.3.0+

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

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

  1   2   3   4   5   6   7   8   9   10   >