[Bug 2018312] Re: openblas in the repository returns incorrect results

2025-01-14 Thread Sergey
Running in the very same problem on Ubuntu 22.04 with libopenblas0-pthread/jammy, 0.3.20+ds-1 Any chance of releasing a patched version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2018312 Title:

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-14 Thread Sergey Zh
It's a pity, that current patch mixes up 2 different issues, number of files and bug with number of opened directories. It's would be simple to create 2 variables for 2 different logically unconnected limits, like this: this._maxNumberOfOpenedDirs = 100; this._maxNumberOfTemplat

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergey Zh
As for your patch, the first check on the number of calls to _processDirectory() fixes the issue, but the second check (after fileList.push) is NOT needed. As the files are not opened during directory scan, there is no need to limit its number, only the number of scanned (opened) directories. To

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergey Zh
The issue here is that while scanning directories the app keeps open directory handles. When this number is going close to 1024 kernel limit on open files/dirs, the app gets the error below and restarts. Then again scans, gets error, restarts. Thus taking 100% CPU forever. (in a few minutes after

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergey Zh
It was not a soft link, but this time I created soft link for testing )) A cycling soft link does NOT create a bug, as it stopped following symlink to directory at about depth=80 (with 40 symblinks), with the longest path looked like this ~/Templates/a/l/a/l/a/l/a/l/a/l/a/l/a/l/a/l/a/l/a/l/a/l/a/

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-09 Thread Sergey Zh
After more investigation with added console.log() I found, that in the file d...@rastersoft.com/app/templatesScriptsManager.js the function _processDirectory() is called 300 times a second. This function can call itself, so it is an infinite loop taking all of CPU. More details (TSM=TemplatesScr

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-09 Thread Sergey Zh
$ journalctl -f /usr/bin/gnome-shell $ gnome-extensions enable d...@rastersoft.com got this: Launching DING process DING: Detected async api for thumbnails DING: (gjs:75251): Gjs-WARNING **: 14:43:11.722: GLib.unix_signal_add has been moved to a separate platform-specific library. Please upda

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-08 Thread Sergey Zh
update: on the next day the bug re-appeared again. I ran: $ gnome-extensions disable d...@rastersoft.com (process stopped) $ gnome-extensions enable d...@rastersoft.com and it still uses 100% cpu. May be I could attach debug messages here ? There are console.log() strings in application, where are

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-07 Thread Sergey Zh
I just identified the package where the ding.js belong to, and removed it with $ apt remove gnome-shell-extension-desktop-icons-ng that solved the problem for me. I decided to check with your "disable", and installed the package again. Then I logout/logged back to activate it. Now ding.js does NO

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-06 Thread Sergey Zh
$ cat ~/.config/user-dirs.dirs # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relati

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-02 Thread Sergey Zh
I also have this bug and reported it here: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop- icons-ng/+bug/2092535 I have approximately 100% CPU usage by the ding.js process. I removed all files from my ~/Desktop folder and still had this bug. -- You received this bug not

[Bug 2092535] [NEW] ding.js takes 100% CPU time!

2024-12-26 Thread Sergey Zh
Public bug reported: The process gjs /usr/share/gnome-shell/extensions/d...@rastersoft.com/app/ding.js -E -P /usr/share/gnome-shell/extensions/d...@rastersoft.com/app takes 100% of CPU time after fresh Ubuntu 24.04.1 installation! CPU is heated and cooler makes noise just because of this one a

[Bug 2084046] Re: [i915] Phantom "Unknown" display detected on Intel Meteor Lake

2024-12-23 Thread Sergey Savenko
Hey y'all, same here, a recent upgrade appears to have introduced the extra display and with it some trouble with attaching external displays... ``` $ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 08) $ grep 'model name' /proc/cpui

[Bug 2081384] Re: bluetooth headphones need reconnect after every reboot

2024-12-18 Thread Sergey Ivanov
Checked for mine under https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2084963 ii bluez 5.77-0ubuntu2 amd64Bluetooth tools and daemons ii bluez-cups 5.77-0ubuntu1 amd64Bluetooth printer driver for CUPS ii bluez-obexd5.77-0ubuntu1 amd64bluez obex dae

[Bug 2089486] Re: sudo ubuntu-bug ubuntu-drivers-common freezes without any reason

2024-11-24 Thread Sergey Ivanov
actually it doesn't freeze. It returns == /sys/devices/pci:00/:00:01.1/:01:00.0 == modalias : pci:v10DEd1F9Dsv103Csd88EBbc03sc00i00 vendor : NVIDIA Corporation model: TU117M [GeForce GTX 1650 Mobile / Max-Q] driver : nvidia-driver-560-open - distro non-free reco

[Bug 2089486] [NEW] sudo ubuntu-bug ubuntu-drivers-common freezes without any reason

2024-11-24 Thread Sergey Ivanov
Public bug reported: Expected result: program will return anything collected so far within timeout and errors for devices that cannot be collected Actual result: program freeze with empty output Probably, the reason is in nvidia card ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: ubuntu-

[Bug 2087735] Re: apt: folder for gpg

2024-11-23 Thread Sergey Ivanov
no, you still have backdoors to do things wrong. Remove unconditionally apt-key and make half of world to do things right! ** Changed in: apt (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2087735] [NEW] apt: folder for gpg

2024-11-09 Thread Sergey Ivanov
Public bug reported: Hello. I'm sick and tired of politics of ubuntu to locate gpg's here and there. For this purpose folder /etc/apt/trusted.gpg.d stands for. And please do not use other directories like /usr/share/keyrings. And let all package providers to use this only directory forever and e

[Bug 2084963] Re: cannot connect a2dp/avrcp profiles after upgrade

2024-10-31 Thread Sergey Ivanov
and refuses to work again after reboot of device. Known issue https://github.com/bluez/bluez/issues/973 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084963 Title: cannot connect a2dp/avrcp profi

[Bug 2084963] Re: cannot connect a2dp/avrcp profiles after upgrade

2024-10-31 Thread Sergey Ivanov
reinstalled bluez and with purge of previous data: seems old data wasn't converted to new one or smth ** Bug watch added: github.com/bluez/bluez/issues #973 https://github.com/bluez/bluez/issues/973 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 2084963] Re: cannot connect a2dp/avrcp profiles after upgrade

2024-10-31 Thread Sergey Ivanov
any comments? bt session to analyze communication during failed connect ** Attachment added: "bt_session.pcapng" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2084963/+attachment/5833494/+files/bt_session.pcapng -- You received this bug notification because you are a member of Ubuntu

[Bug 1747938] Re: gnome-screensaver crashed with SIGSEGV in XQueryExtension()

2024-10-31 Thread Sergey Galtsev
I am experiencing exactly the same issue on Ubuntu 24.04. Stack trace is: ``` Thread 1 "gnome-screensav" received signal SIGSEGV, Segmentation fault. 0x0003 in ?? () (gdb) bt #0 0x0003 in ??? () #1 0x7703e207 in XQueryExtension (dpy=0x555a7690, name=0x7fff

[Bug 2085457] Re: after waking up gnome hase 'white screen'

2024-10-23 Thread Sergey Ivanov
by playing with extensions found that faulty one is 'Window List' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085457 Title: after waking up gnome hase 'white screen' To manage notifications abou

[Bug 2085457] [NEW] after waking up gnome hase 'white screen'

2024-10-23 Thread Sergey Ivanov
Public bug reported: 1) has white screen 'oops smth went wrong' 2) extensions are turned off after restart ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: gnome-session 46.0-8ubuntu1 ProcVersionSignature: Ubuntu 6.11.0-8.8-generic 6.11.0 Uname: Linux 6.11.0-8-generic x86_64 ApportVersion: 2

[Bug 2085199] Re: Please sync meow from debian testing

2024-10-21 Thread Sergey Ichtchenko
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082240 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085199 Title: Please sync meow from debian testing To manage notifications about this bug go

[Bug 2085199] [NEW] Please sync meow from debian testing

2024-10-21 Thread Sergey Ichtchenko
Public bug reported: [needs-packaging] meow Print ASCII cats to your terminal URL: https://github.com/PixelSergey/meow License: MIT Notes: Released under the names meow and rust-meow-cli in Debian testing ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packag

[Bug 2084963] [NEW] cannot connect a2dp/avrcp profiles after upgrade

2024-10-19 Thread Sergey Ivanov
Public bug reported: After upgrading to 24.10 my wireless earphones "CX True Wireless" cannot be connected: Oct 19 12:49:30 ice-home bluetoothd[1313]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 00:1B:66:13:E4:48: Connection refused (111) Oct 19 12:49:30 ice-home blue

[Bug 2081862] ProcInterrupts.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822041/+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/208

[Bug 2081862] ProcEnviron.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822040/+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/2081862

[Bug 2081862] Lsusb.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822034/+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/2081862 Title: new

[Bug 2081862] Re: new resiase upgrade crashed

2024-09-25 Thread Sergey
apport information ** Tags added: apport-collected ** Description changed: Ошибка при обновлении При обновлении возникла проблема. Обычно это бывает вызвано проблемами в сети. Проверьте сетевые подключения и повторите попытку. ProblemType: Bug DistroRelease: Ubuntu 22.04 Packag

[Bug 2081862] RfKill.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822044/+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/2081862 Title: ne

[Bug 2081862] WifiSyslog.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822047/+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/2081862 Ti

[Bug 2081862] Lspci.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822032/+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/2081862 Title: new

[Bug 2081862] acpidump.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822048/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title:

[Bug 2081862] UdevDb.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822046/+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/2081862 Title: ne

[Bug 2081862] ProcModules.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822042/+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/2081862

[Bug 2081862] PulseList.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822043/+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/2081862 Titl

[Bug 2081862] PaInfo.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "PaInfo.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822037/+files/PaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title: ne

[Bug 2081862] ProcCpuinfo.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822038/+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/2081862

[Bug 2081862] ProcCpuinfoMinimal.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822039/+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/

[Bug 2081862] Lsusb-v.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822036/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title:

[Bug 2081862] Lsusb-t.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822035/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title:

[Bug 2081862] Lspci-vt.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822033/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title:

[Bug 2081862] IwConfig.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822031/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081862 Title:

[Bug 2081862] CurrentDmesg.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822030/+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/2081862

[Bug 2081862] AudioDevicesInUse.txt

2024-09-25 Thread Sergey
apport information ** Attachment added: "AudioDevicesInUse.txt" https://bugs.launchpad.net/bugs/2081862/+attachment/5822029/+files/AudioDevicesInUse.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 2081862] [NEW] new resiase upgrade crashed

2024-09-24 Thread Sergey
Public bug reported: Ошибка при обновлении При обновлении возникла проблема. Обычно это бывает вызвано проблемами в сети. Проверьте сетевые подключения и повторите попытку. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: linux-image-6.8.0-45-generic 6.8.0-45.45~22.04.1 ProcVersionSignature

[Bug 2077347] [NEW] virtualbox-dkms 6.1.50-dfsg-1~ubuntu1.22.04.1: virtualbox kernel module failed to build

2024-08-19 Thread Sergey Piskunov
Public bug reported: virtualbox-dkms 6.1.50-dfsg-1~ubuntu1.22.04.1: virtualbox kernel module failed to build ProblemType: Package DistroRelease: Ubuntu 22.04 Package: virtualbox-dkms 6.1.50-dfsg-1~ubuntu1.22.04.3 ProcVersionSignature: Ubuntu 6.8.0-40.40~22.04.3-generic 6.8.12 Uname: Linux 6.8.0-4

[Bug 2064965] [NEW] updatedb works very long time when fuse.vmhgfs-fuse FS is mounted

2024-05-06 Thread Sergey Markelov
Public bug reported: Please add fuse.vmhgfs-fuse to PRUNEFS in updatedb.conf. Otherwise it collects data that is not a part of Ubuntu storage. I've done it for me locally as in the attached file. Want to make it for all users by default. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: plo

[Bug 2063992] [NEW] thumbnails are not shown

2024-04-28 Thread Sergey Ivanov
Public bug reported: I firstly reported to gnome directly to https://gitlab.gnome.org/GNOME/loupe/-/issues/359 All details there. But now i see that real issue that someone decides to leave 45's version of eog on gnome's 46 one. On fedora on the same machine everything works fine. Personally i

[Bug 2047683] Re: Kernel build fails on debian/build/tools-perarch/tools/bpf/bpftool/vmlinux

2024-03-02 Thread Sergey Galtsev
is there a workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2047683 Title: Kernel build fails on debian/build/tools- perarch/tools/bpf/bpftool/vmlinux To manage notifications about this

[Bug 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Sergey Zolotarev
To answer your first question: I'm testing on a freshly booted system with no applications running. Regarding extensions: After I disable the Desktop Icons NG extension (appears to be one of the built-ins), peak CPU usage for gnome-shell goes from ~55% to ~35% when moving over an empty desktop. W

[Bug 1977758] Re: MCS9990 not maximum speed USB 2.0

2022-06-06 Thread Sergey
Speed in Windows. ** Attachment added: "Windows max speed.jpg" https://bugs.launchpad.net/ubuntu/+bug/1977758/+attachment/5595103/+files/Windows%20max%20speed.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1977758] [NEW] MCS9990 not maximum speed USB 2.0

2022-06-06 Thread Sergey
Public bug reported: There is a speed limit. Tried different kernel versions. I think the problem is somewhere in the drivers. In other operating systems, the controller works without problems. I have used not only ubuntu. I tried other distributions and the problem is the same. In Windows normal

[Bug 1975501] [NEW] bfq_deactivate_entity: NULL pointer dereference

2022-05-23 Thread Sergey Borodavkin
Public bug reported: Hello. We meet a kernel panic with next trace: bfq_insert+0x5c/0x70 [bfq] __bfq_deactivate_entity+0xe7/0x1b0 [bfq] bfq_deactivate_entity+0x5d/0xd0 [bfq] bfq_del_bfqq_busy+0xac/0x150 [bfq] __bfq_bfqq_expire+0x64/0xd0 [bfq] bfq_bfqq_expire+0x331/0x930 [bfq] ? try_to_wake_up+0x2

[Bug 1969598] [NEW] no auto-focus application after workspace switch

2022-04-20 Thread Sergey Ivanov
Public bug reported: Steps to reproduce: 1) Setup at least two workspaces. 2) open at least one GUI application on one of them. Another one is focused and no application opened. 3) switch workspaces from 'empty' to 'with application' Expected result: last focused GUI application from the new

[Bug 1949247] Re: kernel: BUG: unable to handle page fault for address (5.4.0-89)

2022-04-07 Thread Sergey Borodavkin
Met same problem with kernel version 5.4.0-81 I have kdump file for that bug, can attach that file if necessary. # lsb_release -rd Description:Ubuntu 18.04.6 LTS Release:18.04 dmesg log BUG: unable to handle page fault for address: 003e3898 #PF: supervisor write access in k

[Bug 1954564] Re: "linux-modules-extra" module missing in pc-kernel snap for 20/track

2022-01-28 Thread Sergey Borovkov
We tried building our custom kernel snap that would include this module, unfortunately, this error is encountered since last week when trying to build it. apt-get download linux-firmware wireless-regdb linux-image-uc20-efi-generic linux-image-5.4.0-97-generic linux-modules-5.4.0-97-generic E: Una

[Bug 1958576] [NEW] Option grp:alts_toggle does not work

2022-01-20 Thread Sergey
Public bug reported: Setting grp:alts_toggle has effect, but keyboard layouts are not actually switched by pressing both alts. To reproduce: $ setxkbmap -verbose 10 -option "" -option grp:alts_toggle Setting verbose level to 10 locale is C Trying to load rules file ./rules/evdev... Trying to loa

[Bug 1952193] Re: NULL pointer dereference at _mod_memcg_state+0x14/0xb0

2022-01-10 Thread Sergey Borodavkin
** Description changed: Hello. We meet a randomly host kernel panics with same RIP and "BUG: kernel NULL pointer dereference". - At current time affected kernel versions was from 5.4.0-53 to 5.4.0-84. + At current time affected kernel versions was from 5.4.0-53 to 5.4.0-87. For now i hav

[Bug 1954580] RfKill.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547270/+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/1954580 Title: Ub

[Bug 1954580] acpidump.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547273/+files/acpidump.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1954580] ProcEnviron.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547266/+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/1954580

[Bug 1954580] WifiSyslog.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547272/+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/1954580 Ti

[Bug 1954580] UdevDb.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547271/+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/1954580 Title: Ub

[Bug 1954580] ProcCpuinfoMinimal.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547265/+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/

[Bug 1954580] ProcInterrupts.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547267/+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/195

[Bug 1954580] PulseList.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547269/+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/1954580 Titl

[Bug 1954580] ProcModules.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547268/+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/1954580

[Bug 1954580] ProcCpuinfo.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547264/+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/1954580

[Bug 1954580] Lsusb-t.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547262/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954580 Title:

[Bug 1954580] Lspci-vt.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547261/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954580 Title:

[Bug 1954580] IwConfig.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547259/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954580 Title:

[Bug 1954580] Lsusb-v.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547263/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954580 Title:

[Bug 1954580] Lspci.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547260/+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/1954580 Title: Ubun

[Bug 1954580] CurrentDmesg.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547258/+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/1954580

[Bug 1954580] CRDA.txt

2021-12-13 Thread Sergey Davydov
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1954580/+attachment/5547257/+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/1954580 Title: Ubuntu

[Bug 1954580] Re: Ubuntu doesn't recognize touchpad and needs tweak

2021-12-13 Thread Sergey Davydov
apport information ** Tags added: apport-collected ** Description changed: Sorry, not sure you you will take it as a bug, but Ubuntu 20.04.3 (so as 21.*) doesn't recognize the touchpad on my Lenovo S145 and I have to tweak it (I found this tweak on web): 1. sudo gedit /etc/default/grub 2

[Bug 1954580] Re: Ubuntu doesn't recognize touchpad and needs tweak

2021-12-11 Thread Sergey Davydov
** Description changed: Sorry, not sure you you will take it as a bug, but Ubuntu 20.04.3 (so as 21.*) doesn't recognize the touchpad on my Lenovo S145 and I have to tweak it (I found this tweak on web): 1. sudo gedit /etc/default/grub 2. There I change GRUB_CMDLINE_LINUX_DEFAULT="quiet sp

[Bug 1954580] Re: Ubuntu doesn't recognize touchpad and needs tweak

2021-12-11 Thread Sergey Davydov
** Description changed: Sorry, not sure you you will take it as a bug, but Ubuntu 20.04.3 (so as 21.*) doesn't recognize the touchpad on my Lenovo S145 and I have to tweak it (I found this tweak on web): 1. sudo gedit /etc/default/grub 2. There I change GRUB_CMDLINE_LINUX_DEFAULT="quiet sp

[Bug 1954580] [NEW] Ubuntu doesn't recognize touchpad and needs tweak

2021-12-11 Thread Sergey Davydov
Public bug reported: Sorry, not sure you you will take it as a bug, but Ubuntu 20.04.3 (so as 21.*) doesn't recognize the touchpad on my Lenovo S145 and I have to tweak it (I found this tweak on web): 1. sudo gedit /etc/default/grub 2. There I change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to

Re: [Bug 1954467] Re: Placing of the new desktop shortcuts

2021-12-10 Thread Sergey Davydov
I'm using Ubuntu 20.04.3 LTS OS type 64 bit GNOME version 3.36.8 On Sat, Dec 11, 2021 at 12:16 AM Paul White <1954...@bugs.launchpad.net> wrote: > Sergey, which release or version of Ubuntu are you using? > > ** Changed in: ubuntu >Status: New => Incomplete >

Re: [Bug 1954467] Re: Placing of the new desktop shortcuts

2021-12-10 Thread Sergey Davydov
I'm using Ubuntu 20.04.3 LTS OS type 64 bit GNOME version 3.36.8 On Sat, Dec 11, 2021 at 12:16 AM Paul White <1954...@bugs.launchpad.net> wrote: > Sergey, which release or version of Ubuntu are you using? > > ** Changed in: ubuntu >Status: New => Incomplete >

[Bug 1954467] Re: Placing of the new desktop shortcuts

2021-12-10 Thread Sergey Davydov
** Attachment added: "Screenshot from 2021-12-10 20-08-37.png" https://bugs.launchpad.net/ubuntu/+bug/1954467/+attachment/5546912/+files/Screenshot%20from%202021-12-10%2020-08-37.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1954467] [NEW] Placing of the new desktop shortcuts

2021-12-10 Thread Sergey Davydov
Public bug reported: When the left sidebar is set to auto hide and I put something to my desktop the shortcut appears straight to the left, and sidebar is over it. I have to move it manually righter. I didn't find any information about this problem in WWW, so I'm reporting ** Affects: ubuntu

[Bug 1954429] [NEW] wrong description in documentation

2021-12-10 Thread Sergey Davydov
Public bug reported: On this page https://help.ubuntu.com/stable/ubuntu-help/gnome- classic.html.en is described how to switch between user interfaces, but instead of "Switch to and from GNOME Classic" I can choose to switch between Ubuntu and Ubuntu Xorg, that actually doesn't make any changes at

[Bug 1952193] Re: NULL pointer dereference at _mod_memcg_state+0x14/0xb0

2021-11-24 Thread Sergey Borodavkin
Link to crash dump https://drive.google.com/file/d/14FRxK0RKi7HFRYdkQRhyImnS7ZfNuVla/view -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952193 Title: NULL pointer dereference at _mod_memcg_state+0x

[Bug 1952193] [NEW] NULL pointer dereference at _mod_memcg_state+0x14/0xb0

2021-11-24 Thread Sergey Borodavkin
Public bug reported: Hello. We meet a randomly host kernel panics with same RIP and "BUG: kernel NULL pointer dereference". At current time affected kernel versions was from 5.4.0-53 to 5.4.0-84. For now i have a dmesg log and crash file, but no clue where what to do next. -

[Bug 1951837] [NEW] new kernel 5.4.0-90-generic contain error with snat in vrf

2021-11-22 Thread Ananiev Sergey
Public bug reported: I update kernel 5.4.0-90-generic. Nftables(*0.9.3) not work SNAT in VRF. After reboot and use 5.4.0-84-generic all works! ** Affects: nftables (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu B

[Bug 1950904] [NEW] Error during instllation on btrf with no formatting

2021-11-14 Thread Sergey Fedorov
Public bug reported: Error during instllation on btrf with no formatting ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15.17 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 z

[Bug 1890815] Re: vainfo requires a nvidia sofile not in repositories

2021-10-15 Thread Tarassov Sergey
This is still an issue in 21.10 after I made do-release-upgrade from 21.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890815 Title: vainfo requires a nvidia sofile not in repositories To manag

[Bug 1946208] [NEW] sysinit.target: Found ordering cycle on acpid.path/stop

2021-10-06 Thread Sergey Ivanov
Public bug reported: During reboot at completwely upgraded system 21.04 i can find in my logs syslog:4523:Oct 6 11:51:18 ice-ubuntu systemd[1]: sysinit.target: Found ordering cycle on acpid.path/stop syslog-4524-Oct 6 11:51:18 ice-ubuntu systemd[1]: sysinit.target: Found dependency on paths.t

[Bug 1943124] Re: Upgrade fails due to "text file busy"

2021-09-30 Thread Sergey Korablin
apport-collect shows me that i'm not the reporter or subscriber of this problem report... # apt install -o dpkg::options::=-D7200 -f Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automat

[Bug 1943124] Re: Upgrade fails due to "text file busy"

2021-09-29 Thread Sergey Korablin
I have the same problem after do-release-upgrade -d. Can provide some additional info if you need it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943124 Title: Upgrade fails due to "text file busy

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-28 Thread Sergey
Thank you! On Wed, Sep 29, 2021 at 5:40 AM Daniel van Vugt <1944...@bugs.launchpad.net> wrote: > No problem. If there are no more comments after 60 days then the bug > will close automatically. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://b

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-28 Thread Sergey
normally. It may be interesting, I throw off the information[image: image.png]й On Fri, Sep 24, 2021 at 11:08 AM Sergey Chechev wrote: > Thanks a lot, I will try you recomendation > > On Fri, Sep 24, 2021 at 10:41 AM Daniel van Vugt < > 1944...@bugs.launchpad.net> wrote: > >>

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-24 Thread Sergey
Thanks a lot, I will try you recomendation On Fri, Sep 24, 2021 at 10:41 AM Daniel van Vugt <1944...@bugs.launchpad.net> wrote: > Great, thanks. That shows one CPU core is busy with "software > interrupts". And both Xorg and top are very busy... > > I would guess most likely it's a faulty periphe

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-24 Thread Sergey
My steps: 1.Remove Slack 2.Reboot System 3.Launch terminal and command top 4.Launch command journalctl [image: top_2.png] On Fri, Sep 24, 2021 at 5:35 AM Daniel van Vugt <1944...@bugs.launchpad.net> wrote: > If that's true then please also attach a screenshot of the full 'top' > window including

Re: [Bug 1944542] Re: [Lenovo IdeaPad 5 15IIL05] very slow

2021-09-23 Thread Sergey
Unfortunately, these recommendations did not help, and this high CPU is all the time from the start of the operating system boot, that is, it is always. Even when no application is running On Thu, Sep 23, 2021 at 11:35 AM Daniel van Vugt <1944...@bugs.launchpad.net> wrote: > Please try each of th

  1   2   3   4   5   6   7   8   9   10   >