[Bug 2064144] Re: lxc ships apparmor config that confuses aa-logprof

2024-06-05 Thread Aleksandr Mikhalitsyn
If I understand correctly, a proper replacement for mount options=(rw,make-unbindable) -> **, is mount options=(rw,make-unbindable) -> /{,**}, It turned out that replacing it with: mount options=(rw,make-unbindable) -> /**, does not work properly and restricts anything on / (see also

[Bug 2068082] [NEW] package libc6 2.35-0ubuntu3.6 failed to install/upgrade: new libc6:amd64 package pre-installation script subprocess returned error exit status 2

2024-06-04 Thread Vishniakov Aleksandr
*** This bug is a duplicate of bug 2067655 *** https://bugs.launchpad.net/bugs/2067655 Public bug reported: Got this on Ubuntu Live CD ProblemType: Package DistroRelease: Ubuntu 22.04 Package: libc6 2.35-0ubuntu3.6 ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8 Uname: Linux

[Bug 2064144] Re: lxc ships apparmor config that confuses aa-logprof

2024-06-04 Thread Aleksandr Mikhalitsyn
JFYI: https://github.com/lxc/lxc/pull/4452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064144 Title: lxc ships apparmor config that confuses aa-logprof To manage notifications about this bug

[Bug 2062176] Re: Cannot launch armhf containers on arm64 host under noble

2024-06-04 Thread Aleksandr Mikhalitsyn
Another reproducer: # cat test2.c #include #include void *threadfn(void *ptr) { return NULL; } int main(int argc, char **argv) { pthread_t thread; pthread_create(, NULL, , NULL); pthread_join(thread, NULL); return 0; } # arm-linux-gnueabihf-gcc -D_FILE_OFFSET_BITS=64

[Bug 2062176] Re: Cannot launch armhf containers on arm64 host under noble

2024-06-04 Thread Aleksandr Mikhalitsyn
>The test case given in the github issue is invalid, because it builds without the default noble compiler flags of -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 so tells us nothing about what code is actually being run as part of noble that depends on the old syscall. It's not invalid, cause we can't

[Bug 2062176] Re: Cannot launch armhf containers on arm64 host under noble

2024-06-04 Thread Aleksandr Mikhalitsyn
Hi Steve, I have described a reason of this issue above: https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/2062176/comments/3 >So this is not a bug in glibc, This is not a bug. This is a kernel configuration issue. Kernel configuration has COMPAT_32BIT_TIME=n, but must have COMPAT_32BIT_TIME=y

[Bug 2067655] [NEW] package libc6 2.35-0ubuntu3.6 failed to install/upgrade: new libc6:amd64 package pre-installation script subprocess returned error exit status 2

2024-05-30 Thread Vishniakov Aleksandr
Public bug reported: Just got this as tried to install Ubuntu 24.04.4 ProblemType: Package DistroRelease: Ubuntu 22.04 Package: libc6 2.35-0ubuntu3.6 ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8 Uname: Linux 6.5.0-18-generic x86_64 NonfreeKernelModules: zfs ApportVersion:

[Bug 2067605] [NEW] testing creation of tickets, please ignore

2024-05-30 Thread Aleksandr
Public bug reported: description ** Affects: nvidia-graphics-drivers-390 (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/2067605 Title:

[Bug 2062176] Re: Cannot launch armhf containers on arm64 host under noble

2024-05-30 Thread Aleksandr Mikhalitsyn
This is the reason: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/noble/tree/debian.raspi/config/annotations?h=master-next#n155 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038582 Minimal reproducer: # cat test.c #define _GNU_SOURCE #include #include

[Bug 2064144] Re: lxc ships apparmor config that confuses aa-logprof

2024-05-27 Thread Aleksandr Mikhalitsyn
From LXC side, we probably should fix this too, just to follow the AppArmor spec. I'll prepare a PR for that. John, what's the best way to validate AppArmor profiles syntax and conformance with the spec? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2066148] Re: Ubuntu Noble lacks of CRIU package

2024-05-21 Thread Aleksandr Mikhalitsyn
New debdiff. Tested with https://launchpad.net/~mihalicyn/+archive/ubuntu/criu-noble- test/+packages ** Patch added: "deb.diff" https://bugs.launchpad.net/ubuntu/+source/criu/+bug/2066148/+attachment/5780743/+files/deb.diff -- You received this bug notification because you are a member of

[Bug 2066148] Re: Ubuntu Noble lacks of CRIU package

2024-05-21 Thread Aleksandr Mikhalitsyn
** Patch removed: "deb.diff" https://bugs.launchpad.net/ubuntu/+source/criu/+bug/2066148/+attachment/5779927/+files/deb.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066148 Title: Ubuntu

[Bug 2066148] Re: Ubuntu Noble lacks of CRIU package

2024-05-20 Thread Aleksandr Mikhalitsyn
Tested with PPA and it looks like compile-time problem is fixed, but now we have the next one: https://launchpadlibrarian.net/730889722/buildlog_ubuntu-noble-ppc64el.criu_3.17.1-3ubuntu1_BUILDING.txt.gz mkdir -p /<>/debian/criu/usr/lib/powerpc64le-linux-gnu install -m 755 lib/c/libcriu.so

[Bug 2066148] Re: Ubuntu Noble lacks of CRIU package

2024-05-20 Thread Aleksandr Mikhalitsyn
It's clearly a false-positive on GCC 13.2 Attaching a Debian diff with workaround (disable warnings and prevent compilation failures). ** Patch added: "deb.diff" https://bugs.launchpad.net/ubuntu/+source/criu/+bug/2066148/+attachment/5779927/+files/deb.diff -- You received this bug

[Bug 2066148] [NEW] Ubuntu Noble lacks of CRIU package

2024-05-20 Thread Aleksandr Mikhalitsyn
Public bug reported: It looks like because of build failures on Noble toolchain: https://launchpad.net/ubuntu/noble/+source/criu/+builds precisely the same version was building just fine on Mantic. $ rmadison criu -u ubuntu criu | 2.0-2ubuntu3 | xenial/universe | source,

[Bug 2060965] Re: liblxc is missing in 24.04

2024-04-15 Thread Aleksandr Mikhalitsyn
Hi! Couldn't you check if this is fixed for you? This is what I see now on Noble: root@lxc-test-noble:~# apt search liblxc Sorting... Done Full Text Search... Done golang-gopkg-lxc-go-lxc.v2-dev/noble 0.0+git20230621.be98af2-1 all Go bindings for liblxc liblxc-common/noble,now

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu3 (Noble)

2024-04-12 Thread Aleksandr Mikhalitsyn
https://autopkgtest.ubuntu.com/packages/l/lxc all tests are green, except i386 (which is broken for years :-( and this should not block a migration). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2060965] Re: liblxc is missing in 24.04

2024-04-11 Thread Aleksandr Mikhalitsyn
Hi! I would suggest to way 1-2 days, because right now we are trying to get https://launchpad.net/ubuntu/+source/lxc/1:5.0.3-2ubuntu5 in Noble. This should solve this problem too. I can only guess that your problem connected with that 1:5.0.1-0ubuntu8 was early replaced by 1:5.0.3-2ubuntu1, but

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu3 (Noble)

2024-04-10 Thread Aleksandr Mikhalitsyn
** Patch added: "debdiff.diff" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/2059550/+attachment/5763468/+files/debdiff.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059550 Title:

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu3 (Noble)

2024-04-10 Thread Aleksandr Mikhalitsyn
Ok, lxc/1:5.0.3-2ubuntu4 was uploaded and it's getting better but, unfortunately, "lxc-test-unpriv" test wasn't skipped really. Despite this bug (https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/2056461) I was able to make my local autopkgtest environment to work: autopkgtest \

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu3 (Noble)

2024-04-10 Thread Aleksandr Mikhalitsyn
Thanks, Julian! Once this version pass all tests and reach archives I'll prepare PRs for https://salsa.debian.org/lxc-team/lxc to be in sync with Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu2 (Noble)

2024-04-10 Thread Aleksandr Mikhalitsyn
It's worth mentioning that this debdiff includes not only tests disabling but also fix that allows to build source package on Ubuntu. If you do: pull-lp-source liblxc-dev noble-proposed cd lxc-5.0.3 debuild -S -d you will see something like this: dpkg-source -b . dpkg-source: info: using

[Bug 2059550] Re: autopkgtest failures on 1:5.0.3-2ubuntu2 (Noble)

2024-04-10 Thread Aleksandr Mikhalitsyn
** Patch added: "debdiff.diff" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/2059550/+attachment/5763115/+files/debdiff.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059550 Title:

[Bug 2056461] Re: autopkgtest-virt-qemu on noble images sometimes hangs doing copydown

2024-04-09 Thread Aleksandr Mikhalitsyn
Looks like I'm facing the same issue: /testbed-packages autopkgtest-virt-qemu: DBG: +> cat autopkgtest-virt-qemu: DBG: +>? autopkgtest-virt-qemu: DBG: +", 'deststdout', "<_io.BufferedReader name='/dev/null'>", 'devnull_read', <_io.BufferedReader name='/dev/null'>] autopkgtest-virt-qemu: DBG:

[Bug 2059550] [NEW] autopkgtest failures on 1:5.0.3-2ubuntu2 (Noble)

2024-03-28 Thread Aleksandr Mikhalitsyn
Public bug reported: We can see autopkgtest failures on Noble: https://autopkgtest.ubuntu.com/packages/lxc 1:5.0.3-2ubuntu2 from noble-proposed/universe Details from log (https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/amd64/l/lxc/20240327_203000_ce7d4@/log.gz):

[Bug 1956916] Re: Using certain xkb-options, e.g. Alt+Shift, for switching input sources not reflected by the input source indicator in a wayland session

2022-06-05 Thread Aleksandr Alekseenko
Confirmed. #36 The switching to XORG has solved all keyboard layout issues. Also, it solved the "Double click on the window Title to expand a window" issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1959888] Re: Wayland sessions can't use external monitors that are connected to an Nvidia GPU with the proprietary driver

2022-06-02 Thread Aleksandr Panzin
I have the same problem... And mine is worse - picking Ubuntu on XOrg has no effect. ThinkPad P1 Gen3 has all HDMI/USBC monitors connected to NVidia only. So I cannot use external monitor in any way shape or form. This is new, btw. XDG_SESSION_DESKTOP=ubuntu-xorg XDG_SESSION_TYPE=x11 $

[Bug 1964781] [NEW] gnome-control-center cannot run without gedit

2022-03-14 Thread Aleksandr Ploskov
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu $ lsb_release -rd Description:Ubuntu 21.10 Release:21.10 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center $

[Bug 1960865] Re: System freeze when plugging USB-C monitor into a hybrid Intel/Nvidia laptop: [drm:__nv_drm_gem_nvkms_memory_prime_get_sg_table [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100]

2022-02-16 Thread Aleksandr Panzin
I'll reproduce later today after hours. Will also try to install 22.04 to see if it helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960865 Title: System freeze when plugging USB-C monitor

[Bug 1960865] Re: System freeze when plugging USB-C monitor into a hybrid Intel/Nvidia laptop: [drm:__nv_drm_gem_nvkms_memory_prime_get_sg_table [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100]

2022-02-16 Thread Aleksandr Panzin
@vanvugt - USB-C port seems to be wired to NVIDIA GPU on this laptop. I cannot use the monitor, if I switch to Intel GPU (`prime-select intel`) - it doesn't even identify that a monitor was connected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1960865] Re: System freeze

2022-02-15 Thread Aleksandr Panzin
@vanvught 1. I can literally reproduce the crash. It's 100% reproducible. 2. The whole system freezes and the logs get a bunch of zeros. (attached is the file with extract from syslog from the moment I attach the screen to crash) ** Attachment added: "syslog"

[Bug 1960865] [NEW] System freeze

2022-02-14 Thread Aleksandr Panzin
Public bug reported: I recently upgraded my NVidia drivers on my ThinkPad P1 Gen 3. If I start Ubuntu on Wayland session and plug in my USB-C monitor the system reliably completely freeze. The freeze is also reproducible if the screen is plugged in during startup and trying to login into a

[Bug 1945839] [NEW] package shim-signed 1.51+15.4-0ubuntu9 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1

2021-10-01 Thread Aleksandr Zenevich
Public bug reported: h ProblemType: Package DistroRelease: Ubuntu 21.04 Package: shim-signed 1.51+15.4-0ubuntu9 ProcVersionSignature: Ubuntu 5.11.0-37.41-generic 5.11.22 Uname: Linux 5.11.0-37-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.sys.kernel.moksbstate_disabled: Error:

[Bug 1933716] Re: Black screen on boot after stable update

2021-09-22 Thread Aleksandr Rytov
In freedesktop https://gitlab.freedesktop.org/drm/intel/-/issues/3440 ** Bug watch added: gitlab.freedesktop.org/drm/intel/-/issues #3440 https://gitlab.freedesktop.org/drm/intel/-/issues/3440 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1933716] Re: Black screen on boot after stable update

2021-07-23 Thread Aleksandr Rytov
*** This bug is a duplicate of bug 1934647 *** https://bugs.launchpad.net/bugs/1934647 This bug in kernel bugtracker https://bugzilla.kernel.org/show_bug.cgi?id=213615 ** Bug watch added: Linux Kernel Bug Tracker #213615 https://bugzilla.kernel.org/show_bug.cgi?id=213615 -- You received

[Bug 1933716] Re: Black screen on boot after stable update

2021-07-22 Thread Aleksandr Rytov
*** This bug is a duplicate of bug 1934647 *** https://bugs.launchpad.net/bugs/1934647 ** This bug has been marked a duplicate of bug 1934647 [HP Pavilion Gaming Laptop 15-dk0xxx] Black screen at login using 5.8.0-59, but 5.8.0-43 and 5.12.14 work fine -- You received this bug

[Bug 1933806] Re: Main monitor doesn't display anything

2021-07-22 Thread Aleksandr Rytov
*** This bug is a duplicate of bug 1934647 *** https://bugs.launchpad.net/bugs/1934647 ** This bug has been marked a duplicate of bug 1934647 [HP Pavilion Gaming Laptop 15-dk0xxx] Black screen at login using 5.8.0-59, but 5.8.0-43 and 5.12.14 work fine -- You received this bug

[Bug 1934647] Re: [HP Pavilion Gaming Laptop 15-dk0xxx] Black screen at login using 5.8.0-59, but 5.8.0-43 and 5.12.14 work fine

2021-07-22 Thread Aleksandr Rytov
I have HP Proobook 450 and also have this problem. It is not in Nvidia driver cause i have internal intel gpu. when i plug external monitor as secondary monitor - i see ubuntu banner and after login blindly i may do what i want on second screen but internal notebook monitor black. kernel

[Bug 1928566] [NEW] Triangular window rendering artifacts on xubuntu 20.04.1

2021-05-15 Thread Aleksandr
Public bug reported: Window and content rendering artifacts in some applications. The artifacts look like triangles. Sometimes small, sometimes half the size of a window. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu

[Bug 1917850] [NEW] bluetooth 5 in ubuntu 20.04 no found

2021-03-04 Thread Odintcov Aleksandr
Public bug reported: T: Bus=02 Lev=02 Prnt=02 Port=04 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0bda ProdID=8771 Rev=02.00 S: Manufacturer=Realtek S: Product=Bluetooth Radio S: SerialNumber=00E04C239987 C: #Ifs= 2 Cfg#= 1 Atr=e0

[Bug 1293267] Re: make_ext4fs results in "can't set android permissions - built without android support"

2021-01-14 Thread Vishniakov Aleksandr
Holy linux, it's still exists in 2020 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1293267 Title: make_ext4fs results in "can't set android permissions - built without android support" To

[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2021-01-10 Thread Vishniakov Aleksandr
This bug affects me too. Details: Gigabyte GA-990XA-UD3 rev 1.0 with latest F14e BIOS (support UEFI) ASUS HD7850-DC2-2GD5-V2 (Radeon HD 7850) Latest Ubuntu 20.10 (UEFI mode), clean install with all updates. Package versions: grub-common/groovy-updates,now 2.04-1ubuntu35.1 amd64

[Bug 1846334] Re: cupsd assert failure: free(): invalid pointer

2020-12-11 Thread Aleksandr Panzin
This has been happening for ages now. 18.04 to 20.10 are all affected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846334 Title: cupsd assert failure: free(): invalid pointer To manage

[Bug 1904258] Re: Nautilus (Files) app shows drive that was pulled out without unmount

2020-11-19 Thread Aleksandr
Here are the requested logs when running: gio mount -o I have added comments to the text file to where drive was removed and re-inserted. ** Attachment added: "gioLogsForRepro.txt" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1904258/+attachment/5436061/+files/gioLogsForRepro.txt

[Bug 1904258] Re: Nautilus (Files) app shows drive that was pulled out without unmount

2020-11-17 Thread Aleksandr
Could you tell me where to find the generated logs? I see terminal output running gio mount -0 but don't know where the generated log is being saved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1904258] [NEW] Nautilus (Files) app shows drive that was pulled out without unmount

2020-11-13 Thread Aleksandr
Public bug reported: I mount a flash drive onto my Ubuntu 18.04.5 instance. Started writing data to it. While data is still being written to the flash drive I pulled out the flash drive. Looking at the Nautilus (Files) window, I still see the drive. Running findmnt -S , produces some output.

[Bug 1901024] Re: Crash on startup using linux 5.8.0-25

2020-10-26 Thread Aleksandr Panzin
@rmoisto - I have the same issue. It's not your system error, it's 5.8.0_25 + AMD driver issue. 5.4 kernel works well. ** Also affects: linux Importance: Undecided Status: New ** Project changed: linux => xf86-video-amd -- You received this bug notification because you are a member

[Bug 1881434] [NEW] PCI/internal sound card not detected

2020-05-30 Thread Aleksandr Sava
Public bug reported: In my PC is a Intel Corporation Device 2284 (rev 35). When I open the sound preferences, I only see a dummy output. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-170.220-generic 3.13.11-ckt39 Uname:

[Bug 1758512] Re: No virtual terminals (CTRL+ALT+F?) when no user logged in; erratic behaviour when user logged in.

2019-04-19 Thread Aleksandr
I have same bug on ubuntu. Lenovo B5400. Description:Ubuntu 18.04.2 LTS Release:18.04 Codename: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758512 Title: No virtual

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
It seems that simple `ls -la /dev/disk/by-path` freezes `ls` process. However, /dev listing normally, as well as /dev/disk/{by-id,by- label,etc} (except `by-path`). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment removed: "journalctl" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245988/+files/journalctl-part.txt ** Attachment added: "journalctl" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245989/+files/journalctl-part.txt --

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
ps axu | awk '$8 ~ /^D/' ** Attachment added: "stuck processes (D)" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245990/+files/stucked_processes.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "pvs -" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245984/+files/pvs_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820001 Title:

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "journalctl" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245988/+files/journalctl-part.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820001

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "apt list --installed" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245979/+files/apt_list_installed.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245981/+files/dmesg-part.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820001 Title:

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "lvs -" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245983/+files/lvs_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820001 Title:

[Bug 1820001] Re: vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
** Attachment added: "vgcfgbackup -qq main" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1820001/+attachment/5245982/+files/lvm-configuration.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1820001] [NEW] vgcfgbackup stuck in kernel, causing lvm and udevd block forever

2019-03-13 Thread Aleksandr Kichigin
Public bug reported: Hello I am using lvm snapshots over sofware raid with 4 devices for rsync backups. Recently I found out that it is stuck and any operaton with lvm is stuck as well. This also causes 1000+ processes of systemd-udevd to be in interpretable sleep and cannot be killed. My

[Bug 1777444] Re: broadcom-sta 6.30.223.271-3~16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-28 Thread Aleksandr Lapenko
Yes!!! sudo apt-get purge bcmwl-kernel-source sudo apt-get install broadcom-sta-dkms It works!!! Thank You All!! Все заработало, вай фай нашелся. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1737614] Re: Low sound volume with Sunrise Point-LP HD Audio (ALC3227) in HP 15-BS576TX laptop

2018-06-10 Thread Aleksandr Panzin
Still here with Ubuntu 18.04 on ThinkPad P51s $ cat /proc/asound/card*/codec* | grep Codec Codec: Realtek ALC298 Codec: Intel Kabylake HDMI $ sudo lspci -vvv | grep -A 40 -i audio 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) Subsystem: Lenovo Sunrise

[Bug 1753951] [NEW] package fonts-opensymbol 2:102.10+LibO5.4.5-0ubuntu0.17.10.4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting conf

2018-03-07 Thread Aleksandr Lubnin
Public bug reported: When you search for updates it gives an error ProblemType: Package DistroRelease: Ubuntu 17.10 Package: fonts-opensymbol 2:102.10+LibO5.4.5-0ubuntu0.17.10.4 ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13 Uname: Linux 4.13.0-36-generic x86_64 ApportVersion:

[Bug 1684240] Re: Lagging square around mouse pointer

2018-01-09 Thread Aleksandr
You can remove sddm and use lightdm instead until this bug is not fixed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1684240 Title: Lagging square around mouse pointer To manage notifications

[Bug 1716379] [NEW] Mouse problem

2017-09-11 Thread Salin Aleksandr
Public bug reported: Now it's the biggest problem that irritates me. My mouse doesn't work horizontally ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-58-generic x86_64

[Bug 1697404] [NEW] install

2017-06-12 Thread aleksandr
Public bug reported: Install ubuntu 16.04 after using 17.04 Kyli ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.3 ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11 Uname: Linux 4.8.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64

[Bug 1696216] Re: package linux-image-4.8.0-54-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-08 Thread Aleksandr
Try sudo apt-get autoremove sudo apt-get update sudo apt-get upgrade reboot This help me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1696216 Title: package linux-image-4.8.0-54-generic (not

[Bug 1688032] Re: systemd-resolved DHCP: does not change DNS servers

2017-05-03 Thread Aleksandr Panzin
Nevermind. Found a config issue. Network Manager fails silently ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688032 Title:

[Bug 1688032] Re: systemd-resolved DHCP: does not change DNS servers

2017-05-03 Thread Aleksandr Panzin
Adding additional DNS servers via NetworkManager config - also has 0 effect on `systemd-resolve --status` DNS Domains are changed, though. Here is systemd-resolve --status: Global DNS Servers: 8.8.8.8 8.8.4.4 2001:4860:4860::

[Bug 1688032] [NEW] systemd-resolved DHCP: does not change DNS servers

2017-05-03 Thread Aleksandr Panzin
Public bug reported: When I connect to Corporate WiFi(Enterprise PEAP with certificate, MSCHAPv2) and acquire a DHCP lease, the DNS servers are never changed by systemd-resolved from Google's servers. ** Affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1673233] [NEW] nvidia-367 367.57-0ubuntu0.14.04.1: nvidia-367 kernel module failed to build

2017-03-15 Thread Aleksandr Povaliaev
Public bug reported: While booting an error appeared "Failed to give slave programs access to the display". Reinstalling gdm helped. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: nvidia-367 367.57-0ubuntu0.14.04.1 ProcVersionSignature: Ubuntu 4.4.0-67.88~14.04.1-generic 4.4.49 Uname:

[Bug 1286910] Re: Lock screen uses last active window's language instead of default keyboard language

2016-11-16 Thread Aleksandr
16.04.1 - all the same. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286910 Title: Lock screen uses last active window's language instead of default keyboard language To manage notifications

[Bug 1635959] [NEW] lost sim card and wifi indicators, but they normally work

2016-10-23 Thread Aleksandr
Public bug reported: after system crash and device reboot, sim card and wifi indicators are lost. A system reboot did not help. Сellular communications working normally. I can call, receive calls and send SMS. WiFi periodically offers to connect to the access point. WiFi settings window contains

[Bug 1444116] Re: package gdb 7.7.1-0ubuntu5~14.04.2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb-arm-none-eabi 7.6.50.20131218-0ubuntu1+

2016-08-11 Thread Aleksandr
*** This bug is a duplicate of bug 1267680 *** https://bugs.launchpad.net/bugs/1267680 Reproduce. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444116 Title: package gdb

[Bug 1571691] Re: linux: MokSBState is ignored

2016-05-24 Thread Aleksandr Dubinsky
`mokutil --disable-validation` doesn't work for me. It gave the same "Failed to request new MokSB state" message, but upon reboot I did not get any prompt to re-enter the password. Had to disable secureboot in the bios. Why was this even enabled when Canonical-provided drivers like nvidia-361

[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2016-05-01 Thread Aleksandr Panzin
PS: The connection to the speaker is made without issues, only Pulseaudio is causing the failure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577197 Title: Pulseaudio bluez5-util.c: TryAcquire()

[Bug 1577197] [NEW] Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2016-05-01 Thread Aleksandr Panzin
Public bug reported: Pulseaudio outright stops audio via Bluetooth after sleep or prolonged period of time. Only restart fixes the issue. This started early 2016 in 15.10. Issue is discussed here as well http://askubuntu.com/questions/763539/bluetooth-speaker-no-sound-in-ubuntu-16-04 and

[Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-04-20 Thread Aleksandr Shaposhnikov
** Attachment added: "Resource usage" https://bugs.launchpad.net/mos/+bug/1518430/+attachment/4640861/+files/Screen%20Shot%202016-04-20%20at%2010.38.42.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-04-20 Thread Aleksandr Shaposhnikov
Here is some graphs of resources usage by neutron-server even after full cleanup (no networks presents in DB) ** Attachment added: "Resourse usage after full cleanup" https://bugs.launchpad.net/mos/+bug/1518430/+attachment/4640860/+files/Screen%20Shot%202016-04-20%20at%2010.38.22.png -- You

[Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-04-20 Thread Aleksandr Shaposhnikov
I could confirm that I could observe this bug definitely on Liberty on following services: neutron-server, nova-conductor. I couldn't confirm that for other because it requires additional monitoring/debugging. Steps to reproduce for neutron-server: 1.Deploy new cloud. 2. Measure CPU and MEM

[Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-04-20 Thread Aleksandr Shaposhnikov
** Also affects: nova Importance: Undecided Status: New ** Also affects: mos 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/1518430 Title:

[Bug 1300798] Re: LXDE shutdown menu needs to check CanSuspend/CanHibernate

2015-03-11 Thread Aleksandr
Ubunu 14.04 and none of mentioned solutions work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300798 Title: LXDE shutdown menu needs to check CanSuspend/CanHibernate To manage notifications

[Bug 1395185] [NEW] Dell XPS 13 wifi keeps dropping on ubuntu 14.04

2014-11-21 Thread Aleksandr Prodan
Public bug reported: Intel Corporation Wireless 7260 Power Management: off Wifi keeps dropping randomly. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-39-generic 3.13.0-39.66 ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic

[Bug 1395185] Re: Dell XPS 13 wifi keeps dropping on ubuntu 14.04

2014-11-21 Thread Aleksandr Prodan
I'm going to test this on 3.14 because I had 3.13 installed as it seems there have been reports of people with the same problem with 3.13. I installed 3.14. If this fixes things, I'll add the tag and close the bug. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1277207] [NEW] При установке системы, когда устанавливались пакеты выдало ошибку, в самом конце

2014-02-06 Thread aleksandr
Public bug reported: система собрала данные об ошибках и перевела меня на этот сайт Feb 6 18:12:18 lubuntu plugininstall.py: Unable to install '%s' due to conflicts. % pkg) Feb 6 18:12:18 lubuntu plugininstall.py: ubiquity.install_misc.InstallStepError: Unable to install

[Bug 1277208] [NEW] При установке системы, когда устанавливались пакеты выдало ошибку, в самом конце

2014-02-06 Thread aleksandr
Public bug reported: система собрала данные об ошибках и перевела меня на этот сайт Feb 6 18:12:18 lubuntu plugininstall.py: Unable to install '%s' due to conflicts. % pkg) Feb 6 18:12:18 lubuntu plugininstall.py: ubiquity.install_misc.InstallStepError: Unable to install

[Bug 1215826] Re: Lost ability to remap Caps Lock to Ctrl

2013-10-22 Thread Aleksandr Chepurnoy
When I was using 13.04, I had CapsLock for layout change. In 13.10 I changed it to ctrl+space, since CapsLock was not available. Now I have ctrl+space for switching between [English, Russian, Ukrainian] AND CapsLock for switching between [Currently active in indicator, English]. So if I choose

[Bug 45018] Re: Unlock screen is invisible with Nvidia twinview

2013-06-11 Thread Aleksandr Guidrevitch
+1 on 12.04 / nvidia -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/45018 Title: Unlock screen is invisible with Nvidia twinview To manage notifications about this bug go to:

[Bug 1178139] [NEW] cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to build

2013-05-09 Thread Aleksandr
Public bug reported: 1 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: cedarview-drm 20120717-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-28.48~precise1-generic 3.5.7.9 Uname: Linux 3.5.0-28-generic i686 ApportVersion: 2.0.1-0ubuntu17.2 Architecture: i386 DKMSBuildLog: DKMS make.log

[Bug 1176359] [NEW] NetowrkManager does not connect/diconnect/reconnect randomly

2013-05-04 Thread Aleksandr Panzin
Public bug reported: Upgraded from 12.10 hoping that this issue would be fixed. After some time being connected to a WiFi network, network manager indicator will stop responding to commands - disconnect, connect and Edit connections A restart/logout helps, but the indicator stops showing the

[Bug 1069246] Re: Ubuntu's Software center doesn't even starts.

2013-04-11 Thread Aleksandr Panzin
Same issue. Seems that the OAuth token isn't getting returned. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069246 Title: Ubuntu's Software center doesn't even starts. To manage notifications

[Bug 1164423] [NEW] Num lock doesn't work

2013-04-04 Thread Aleksandr Bratashov
Public bug reported: Num Lock doesn't work Pressing num lock not give any effect. I should press 'num lock' + 'digit' for entering numbers (Ubuntu 12.04, notebook HP ProBook 4740s). Have any suggestion? Thanks. ** Affects: ubuntu Importance: Undecided Status: New -- You

[Bug 1164423] Re: Num lock doesn't work

2013-04-04 Thread Aleksandr Bratashov
Num Lock doesn't work Pressing num lock not give any effect. I should press 'num lock' + 'digit' for entering numbers (Ubuntu 12.04, notebook HP ProBook 4740s). ** Package changed: ubuntu = xkeyboard-config (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1125306] [NEW] Ugly progress icon in Radiance theme

2013-02-14 Thread Aleksandr Chepurnoy
Public bug reported: The progress indicator has black background in Radiance theme ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Attachment added: Screenshot

[Bug 1053281] [NEW] центр приложений

2012-09-20 Thread Aleksandr
Public bug reported: не видит интернет соединение. не могу загрузить программу. в других приложениях интернет работает ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: software-center 4.0.7 ProcVersionSignature: Ubuntu 2.6.38-16.67-generic 2.6.38.8 Uname: Linux 2.6.38-16-generic i686

[Bug 1053281] Re: центр приложений

2012-09-20 Thread Aleksandr
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053281 Title: центр приложений To manage notifications about this bug go to:

[Bug 601950] Re: Shift/Ctrl/Alt on Rocketfish (RF-BTKB4) bluetooth keyboard do not work.

2012-08-23 Thread Aleksandr Rakov
Hello! A have Lenovo Ideacentre A320 and same problems with keyboard. I wrote linux driver and it works good in ubuntu 12.04 Here is driver source code and install instructions https://github.com/aleksandr-rakov/hid-a320 It may help you to solve problem just now -- You received this bug

[Bug 1017942] [NEW] Black icons on Dash open in unity-2d using radiance theme

2012-06-26 Thread Aleksandr Chepurnoy
Public bug reported: Icons in top panel stay black when you open dash, and it makes them almost invisible with radiance theme. They should look as in unity-3d. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: unity-2d 5.12.0-0ubuntu1.1 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18

[Bug 1017942] Re: Black icons on Dash open in unity-2d using radiance theme

2012-06-26 Thread Aleksandr Chepurnoy
** Attachment added: Screenshot https://bugs.launchpad.net/bugs/1017942/+attachment/3204750/+files/Screenshot%20from%202012-06-26%2016%3A21%3A44.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1013298] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 126

2012-06-14 Thread Aleksandr Kapustin
Public bug reported: I don't know ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture:

[Bug 1013298] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 126

2012-06-14 Thread Aleksandr Kapustin
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013298 Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код

  1   2   3   >