[Bug 1901294] Re: nouveau timeout and system lockup

2021-05-17 Thread Ivan Larionov
This is fixed in 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/1901294 Title: nouveau timeout and system lockup To manage notifications about this bug go to: https://bugs.launchpad.net/ubunt

[Bug 1901294] Re: nouveau timeout and system lockup

2021-06-02 Thread Ivan Larionov
I spoke too soon. This bug is back for me. ** Attachment added: "dmesg_gpu_freeze.log" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1901294/+attachment/5502015/+files/dmesg_gpu_freeze.log ** Tags added: hirsute -- You received this bug notification because you a

[Bug 1797717] Re: fstrim -av tries to trim read only mounted ntfs-3g and fails

2018-10-22 Thread Ivan Larionov
I see the same warnings in systemd log. systemd[1]: fstrim.service: Main process exited, code=exited, status=64/USAGE systemd[1]: fstrim.service: Failed with result 'exit-code'. systemd[1]: Failed to start Discard unused blocks. If I run it manually: $ sudo fstrim -av /home: 9.7 GiB (10445021184

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-19 Thread Ivan Larionov
This is probably duplicate of https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1839317. I have the same issue. I can boot Windows 10 from BIOS/EFI boot menu, but can't boot it from grub. Setting debug=chain shows that grub tries to use SecureBoot, but it's disabled. -- You received this bu

[Bug 1839317] Re: Grub fails to chainload the Windows Boot Manager

2019-10-19 Thread Ivan Larionov
** Tags added: eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839317 Title: Grub fails to chainload the Windows Boot Manager To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1797717] Re: fstrim -av tries to trim read only mounted ntfs-3g and fails

2019-10-19 Thread Ivan Larionov
** Tags added: eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797717 Title: fstrim -av tries to trim read only mounted ntfs-3g and fails To manage notifications about this bug go to: https://b

[Bug 1839317] Re: Grub fails to chainload the Windows Boot Manager

2019-10-19 Thread Ivan Larionov
I have the same issue. I can boot Windows 10 from BIOS/EFI boot menu, but can't boot it from grub. Setting debug=chain shows that grub tries to use SecureBoot, but it's disabled. Wiping my grub installation, downgrading to 2.02 from disco and reinstalling it fixed the issue. -- You received thi

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-21 Thread Ivan Larionov
Bug 1839317 looks too similar to ignore the possibility of the same underlying issue. There's other person there besides me who reports the same behavior on amd64. My Windows bootloader is fine. I can boot Windows using my motherboard's EFI boot menu selector. I can boot Windows if I downgrade GRU

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-21 Thread Ivan Larionov
For the sake of testing I've updated to the latest grub from 19.10 (2.04-1ubuntu12) and I can't boot Windows anymore. My exact steps were: 0. Ubuntu 19.10 with grub from 19.04. Everything works 1. Move /etc/grub.d/07_os-prober back to /etc/grub.d/30_os-prober to rule this change out 2. sudo apt u

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-21 Thread Ivan Larionov
Downgraded to 2.02 and everything works again. Major difference in debug output on 2.02 is the line which says: 2.02: shim bla bla not available shim_lock bla bla linuxefi_secure_validate: 0 2.04: SecureBoot: 0 SetupMode: 1 secure boot not enabled, not validating bla bla linuxefi_secure_valida

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-28 Thread Ivan Larionov
Take a look at this diff between disco and eoan: --- grub2-2.02+dfsg1/grub-core/loader/efi/linux.c 2019-10-29 00:23:53.0 + +++ grub2-2.04/grub-core/loader/efi/linux.c 2019-10-29 00:10:44.0 + @@ -23,6 +23,7 @@ #include #include #include +#include #define

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-28 Thread Ivan Larionov
Well may be grub_linuxefi_secure_validate() should still return 1 as intended by this code to skip validation in some cases but then chainloader should not depend on this value. I hope grub2 package maintainers will find some time to take a look at this. -- You received this bug notification bec

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-28 Thread Ivan Larionov
Possible fix is to change chainloader to check `grub_efi_secure_boot()` and not `grub_linuxefi_secure_validate()`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845289 Title: Grub EFI amd64 no long

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-28 Thread Ivan Larionov
Possible patch. Untested, just an idea. ** Patch added: "Patch to keep shim protocol for chainload but fix boot when SB disabled" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1845289/+attachment/5301074/+files/xeron-fix-no-sb-chainload-2.patch -- You received this bug notification b

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-29 Thread Ivan Larionov
PPA with this patch – https://launchpad.net/~xeron- oskom/+archive/ubuntu/grub2 Reproduced this big in VirtualBox and tested this PPA and it fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-29 Thread Ivan Larionov
For anyone trying to reproduce: VirtualBox with EFI enabled with Win 10 Pro x86_64 installed first and Ubuntu 19.10 installed after Windows to the latest additional partition of /dev/sda. On fresh install with all updates: 1. Make sure you can boot both Windows and Ubuntu 2. Purge all shim* and g

[Bug 1839317] Re: Grub fails to chainload the Windows Boot Manager on aarch64 laptops

2019-10-29 Thread Ivan Larionov
I'm testing the fix for a similar amd64 bug 1845289 but I have a feeling it may also help on arm64. Feel free to test it https://launchpad.net /~xeron-oskom/+archive/ubuntu/grub2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-30 Thread Ivan Larionov
This patch may be wrong but it fixes the issue for me. I already tested it on my actual system (not just VirtualBox). Now to your comments: 1. shim is not dependency of grub2. My 18.04, 18.10 and 19.04 installations had only these packages and no shim: grub-common, grub2-common, grub-efi-amd64

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-30 Thread Ivan Larionov
Given that my patch fixes the issue for me means: This works: grub_load_and_start_image(boot_image); grub_file_close (file); grub_loader_set (grub_chainloader_boot, grub_chainloader_unload, 0); return 0; This doesn't: grub_file_close (file); grub_loader_set

[Bug 1797717] Re: fstrim -av tries to trim read only mounted ntfs-3g and fails

2019-09-24 Thread Ivan Larionov
** Tags added: disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797717 Title: fstrim -av tries to trim read only mounted ntfs-3g and fails To manage notifications about this bug go to: https://

[Bug 1901294] [NEW] nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
Public bug reported: After upgrading from 20.04 to 20.10 system is unusable anymore due to GPU issues with nouveau. Same system worked fine on 20.04. Symptoms: System starts just fine, but overall UI performance is bad, everything seems slow and CPU usage seems too high even when idle. After a w

[Bug 1901294] Re: nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
** Description changed: After upgrading from 20.04 to 20.10 system is unusable anymore due to GPU issues with nouveau. Same system worked fine on 20.04. + + Switching to nvidia proprietary driver and Xorg fixes the issue. Symptoms: System starts just fine, but overall UI performance

[Bug 1901294] Re: nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
** Description changed: After upgrading from 20.04 to 20.10 system is unusable anymore due to GPU issues with nouveau. Same system worked fine on 20.04. Switching to nvidia proprietary driver and Xorg fixes the issue. Symptoms: System starts just fine, but overall UI performance

[Bug 1901294] Re: nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
Tried 5.9.1 mainline kernel and got the same issue. The only difference is Wayland recovered much faster (under 1 min). I didn't wait after recovery to see if system will lockup completely and rebooted with proprietary driver. Attaching dmesg output. ** Attachment added: "dmesg_5.9.1_mainline.log"

[Bug 1901294] Re: nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
** Description changed: After upgrading from 20.04 to 20.10 system is unusable anymore due to GPU issues with nouveau. Same system worked fine on 20.04. Switching to nvidia proprietary driver and Xorg fixes the issue. Symptoms: System starts just fine, but overall UI performance

[Bug 1901294] Re: nouveau timeout and system lockup

2020-10-24 Thread Ivan Larionov
Turns out high CPU Usage and slow UI issue is unrelated, it was due to CPU governor reset to powersave and always using min frequency. But the issue with nouveau timeout and system lockup still stays I guess. Unless it was triggered by low CPU frequency. -- You received this bug notification bec

[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-04-16 Thread Ivan Larionov
I have the same issue. Mouse is Razer DeathAdder 2013. Mouse pointer speed setting works under gnome-shell, but under Unity it has no effect. Attaching xinput props details. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-04-16 Thread Ivan Larionov
** Attachment added: "xinput_props.txt" https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+attachment/4863343/+files/xinput_props.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2017-04-19 Thread Ivan Larionov
The same bug affects 17.04. Apparently it will be fixed only after migration to Gnome :) ** Tags added: zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2017-04-20 Thread Ivan Larionov
It has nothing to do with GNOME. This is unity-settings-daemon bug. Unity-settings-daemon is outdated fork of gnome-settings-daemon. Now, because Gnome Team maintains their stack and fixes issues this exact bug doesn't exist in Gnome, but unity-settings-daemon is outdated and was never updated fro

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2017-04-20 Thread Ivan Larionov
> we do not get a reproducible case of shortcuts not working Seriously? Try Unity hotkeys in Russian layout: (cmd+a/f/m/c/v). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys n

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2017-04-20 Thread Ivan Larionov
simosx, Super+A/F/M/C/V are not adapted and do not work in Russian Layout. I even tried Greek and they do not work in Greek as well. Another example is Ctrl+Q. Open unity-control-center and try Ctrl+Q in English and Greek. In Greek it won't work. In English it will close and app. -- You received

[Bug 1013511] Re: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04

2013-11-28 Thread Ivan Larionov
Same for 13.10. Log attached. ** Attachment added: "usb-creator.log" https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1013511/+attachment/3919208/+files/usb-creator.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1013511] Re: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04

2013-11-28 Thread Ivan Larionov
LANG=ru_RU.UTF-8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013511 Title: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04 To manage notifications about this bug go to: http

[Bug 1308706] Re: Control center should not depend on indicator-bluetooth

2014-04-18 Thread Ivan Larionov
** Also affects: unity-control-center (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/1308706 Title: Control center should not depend on indicator-

[Bug 1048701] Re: NVidia GPU lock-up on 12.10 Beta-1

2014-04-18 Thread Ivan Larionov
Sorry I haven't subscribed to this bug so missed your comment. Actually I've switched to nvidia driver since nouveau had lockups almost every day. Will try to use it again and fill a new report if problem occurs again. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1012081] Re: util-linux needs updating to 2.24.1

2014-04-18 Thread Ivan Larionov
So any news? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012081 Title: util-linux needs updating to 2.24.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source

[Bug 1012081] Re: util-linux needs updating to 2.24.1

2014-04-19 Thread Ivan Larionov
Actually I stopped my work on this package because looks like Phillip Susi already submitted updated package for debian review. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738269 But I'm worry that there are no news about it. ** Bug watch added: Debian Bug tracker #738269 http://bugs.de

[Bug 1308706] Re: Control center should not depend on indicator-bluetooth

2014-04-22 Thread Ivan Larionov
gnome-control-center includes bluetooth control as well, but it doesn't depend on indicator-bluetooth, only on libgnome-bluetooth11. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308706 Title: Cont

[Bug 1264400] Re: Usb-creator-gtk crashes after pushing the Make startup disk button

2014-04-01 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1013511] Re: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04

2014-04-01 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1253065] Re: usb-creator report a message Installation failed

2014-04-01 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1266731] Re: usb-creator fails when the image file's path contains non-ASCII characters

2014-04-01 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1273739] Re: usb-creator-gtk does not work: "Installation Failed"

2014-04-01 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1038590] Re: Nautilus does not work with SMB Samba shares

2014-04-01 Thread Ivan Larionov
** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038590 Title: Nautilus does not work with SMB Samba shares To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 458003] Re: gvfsd-smb copies directory as empty file (sles10 cifsd)

2014-04-01 Thread Ivan Larionov
** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/458003 Title: gvfsd-smb copies directory as empty file (sles10 cifsd) To manage notifications about this bug go to: https://bugs.

[Bug 1566651] Re: Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

2016-04-05 Thread Ivan Larionov
** Attachment added: "fontconfig 2.11.1-0ubuntu9" https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566651/+attachment/4625619/+files/fontconfig_new.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1566651] [NEW] Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

2016-04-05 Thread Ivan Larionov
Public bug reported: I use terminus font in gnome-terminal. After upgrade to the latest fonconfig in xenial my terminal font is blurry. Versions which work as expected: <= 2.11.1-0ubuntu8 Broken versions: >= 2.11.1-0ubuntu9 Screenshots attached. Probably related to this change https://bugs.l

[Bug 1556457] Re: [FFe] Demilight (OS/2 weight=350) confuses fontconfig

2016-04-05 Thread Ivan Larionov
Gunnar, could you please check https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566651 I believe it's related to this fontconfig update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556457

[Bug 1566651] Re: Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

2016-04-05 Thread Ivan Larionov
** Description changed: I use terminus font in gnome-terminal. After upgrade to the latest fonconfig in xenial my terminal font is blurry. Versions which work as expected: <= 2.11.1-0ubuntu8 Broken versions: >= 2.11.1-0ubuntu9 Screenshots attached. Probably relate

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-04-25 Thread Ivan Larionov
Alexandr, this PPA breaks layout switch for some systems. See comments: https://bugs.launchpad.net/unity/+bug/1226962/comments/277 https://bugs.launchpad.net/unity/+bug/1226962/comments/289 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-10-13 Thread Ivan Larionov
So 16.10 released with the same bug. I assume this won't be fixed until they release Ubuntu with Unity 8 because it uses QT and won't be affected by this bug :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1613158] Re: Booting with Nvidia GTX 970 hangs with an orange screen in kernels 4.7 and 4.8rc1 (but works with 4.4.0)

2016-10-13 Thread Ivan Larionov
I tried to purge nvidia proprietary drivers and boot with nouveau and got exactly the same issue. The only difference is my screen is just black. Same errors in dmesg: fifo: SCHED_ERROR 08 [] I use Nvidia GTX 970. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-04-11 Thread Ivan Larionov
Some system hotkeys are still broken. Super+A/F/M/C/V hotkeys do not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout To manage

[Bug 1557894] Re: Strange usb device format and failure to boot on UEFI system

2016-04-22 Thread Ivan Larionov
Looks like this is how new USB creator works. I'm not sure why they use dd and hybrid ISO now. Old variant with copying files wasn't working good enough? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1470014] Re: systemd-udevd: Process '/lib/udev/hdparm' failed with exit code 5.

2016-04-24 Thread Ivan Larionov
Same bug has been reported against xenial: https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/1568474 ** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1470014 Title: systemd-u

[Bug 1038590] Re: Nautilus does not work with SMB Samba shares

2015-08-19 Thread Ivan Larionov
@f92x have you tried utopic or vivid? This bug was affecting access to both OS X and Time Capsule because of Apple's implementation of samba. And it was fixed for OS X at least. I can't test with TC because I don't have it, but I believe it should be fixed for TC as well. -- You received this bu

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10

2015-03-27 Thread Ivan Larionov
Just updated to 15.04 and this bug is still exists. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10

[Bug 1238640] Re: indicator-datetime-service crashed on login with signal 5 in ffi_call_unix64()

2013-10-17 Thread Ivan Larionov
Looks like it was fixed with last updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238640 Title: indicator-datetime-service crashed on login with signal 5 in ffi_call_unix64() To manage no

[Bug 1289310] Re: 'ascii' codec can't encode character '\xe4' in position 13: ordinal not in range(128)

2015-10-22 Thread Ivan Larionov
*** This bug is a duplicate of bug 1289314 *** https://bugs.launchpad.net/bugs/1289314 ** This bug has been marked a duplicate of bug 1289314 'Installation failed' error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-14 Thread Ivan Larionov
This bug still exists in 15.10. @zoltor thank you for the link, I'll give it a try. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2015-09-14 Thread Ivan Larionov
** Changed in: linux (Ubuntu) Status: Incomplete => Invalid ** Changed in: upstart Status: Confirmed => Invalid ** Changed in: upstart (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Ivan Larionov
So I've built new package with this patch here: https://launchpad.net /~xeron-oskom/+archive/ubuntu/unity-settings-daemon/ And it doesn't fix this problem with Super+A/F/M/C/V hotkeys in Unity. BTW (offtopic warning) unity-settings-daemon package is in 1.0 format. Really? What year is it? -- Yo

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Ivan Larionov
@Alberto no offense, but for Unity this bug was never fixed, so you can easily add tag "all future Ubuntu releases". Bugs doesn't disappear if no one tries to fix it. And I assume that no one tries because it's 2 years old and affects a lot of people. P.S. I'm talking about this parts of this bug:

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Ivan Larionov
@Roman thank you, your patch is working. At least it fixes Super+A/F/M/C/V. Not sure about all other issues with openjdk/libreoffice/etc. For people who want fixed version for vivid: https://launchpad.net /~xeron-oskom/+archive/ubuntu/unity-settings-daemon/ -- You received this bug notification

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Ivan Larionov
@zoltor I see issue with Super+A/F/M/C/V starting from 13.10 or 14.04 (don't remember). Some Super+* hotkeys are working, for example Super+W. Also this bug exists even if I boot from live USB so it's clearly not my user profile issue. @Roman sadly but with your patch keyboard behavior is unpredic

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-16 Thread Ivan Larionov
@Roman that could be the difference since I'm on Vivid x64 and using Unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout To manag

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-10-10 Thread Ivan Larionov
Actually @attente 's patch has issue with layout switching and hotkeys as well. On vivid sometimes after login all hotkeys don't work and you can't even switch layout. After relog it usually works again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-24 Thread Ivan Larionov
@attente works on vivid with super+space switching. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout To manage notifications about th

[Bug 1446081] [NEW] Incorrect scaling of launcher icons

2015-04-20 Thread Ivan Larionov
Public bug reported: Launcher icons shown w/o issues only on this sizes of launcher: 16, 24, 32, 48, 64. Screenshot attached. Look at Sublime, Chrome and Skype icons. There was no such issue before vivid. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: unity 7.3.2+15.04.20150410.1-0ubuntu1

[Bug 1446081] Re: Incorrect scaling of launcher icons

2015-04-20 Thread Ivan Larionov
Another example of wrong scaling. ** Attachment added: "launcher_size_60.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4379802/+files/launcher_size_60.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1446081] Re: Incorrect scaling of launcher icons

2015-04-20 Thread Ivan Larionov
And this is how they should look like. ** Attachment added: "launcher_size_48.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4379803/+files/launcher_size_48.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1446081] Re: Incorrect scaling of launcher icons

2015-04-20 Thread Ivan Larionov
One more example of normal icons, launcher size 32. ** Attachment added: "launcher_size_32.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4379805/+files/launcher_size_32.png ** Description changed: Launcher icons shown w/o issues only on this sizes of launche

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10

2015-04-20 Thread Ivan Larionov
** Tags added: vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10 To manage notifications about

[Bug 1001595] Re: Clock does not respect regional settings

2014-06-05 Thread Ivan Larionov
** Attachment added: "menu datetime" https://bugs.launchpad.net/indicator-datetime/+bug/1001595/+attachment/4126001/+files/Screenshot%202014-06-05%2022.49.22.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1001595] Re: Clock does not respect regional settings

2014-06-05 Thread Ivan Larionov
That's weird. I really hate seeing "июня 5" (analogue in english is "of june 5" — weird, isn't it?) instead of "5 июня" (5th of june). Also after click it's "Четверг, 5 Июнь 2014" instead of "Четверг, 5 Июня 2014". I'm attaching screenshot from OS X where developers know how it should be in russi

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-04-03 Thread Ivan Larionov
I can confirm Super+A/F/M/C/V still doesn't work in unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04 To man

[Bug 1012081] Re: util-linux needs updating to 2.24.2

2014-08-15 Thread Ivan Larionov
I've rebuilded 2.25-8 from debian. Looks like it somehow works. https://launchpad.net/~xeron-oskom/+archive/ubuntu/util-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012081 Title: util-linux

[Bug 1307008] [NEW] cgmanager doesn't stop on shutdown

2014-04-12 Thread Ivan Larionov
Public bug reported: cgmanager doesn't stop on shutdown causing "umount: / is busy". lsof, processlist and mounts logged at umountfs step are attached. ** Affects: cgmanager (Ubuntu) Importance: Undecided Status: New ** Attachment added: "lsof" https://bugs.launchpad.net/bugs/1

[Bug 1307008] Re: cgmanager doesn't stop on shutdown

2014-04-12 Thread Ivan Larionov
** Attachment added: "mounts" https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1307008/+attachment/4082107/+files/mounts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307008 Title: cgma

[Bug 1307008] Re: cgmanager doesn't stop on shutdown

2014-04-12 Thread Ivan Larionov
** Attachment added: "psaux" https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1307008/+attachment/4082106/+files/psaux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307008 Title: cgmana

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-04-12 Thread Ivan Larionov
This bug is fixed for me by: network-manager (0.9.8.8-0ubuntu6) trusty; urgency=medium [ Martin Pitt ] * Mark autopkgtests with "isolation-machine" as these tests can't run in schroot or LXC. [ Felix Geyer ] * Don't check for TARGET_DEBIAN in patches. Upstream has removed the macro

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2014-04-12 Thread Ivan Larionov
Looks like bug #1169614 was finally fixed. But there's one more bug which cause same problem: bug #1307008 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073433 Title: Ext4 corruption associated wi

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-04-12 Thread Ivan Larionov
** Changed in: network-manager (Ubuntu) Status: Triaged => 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/1169614 Title: /etc/init.d/umountroot: "mount: / is busy" due to dhclient

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2014-04-12 Thread Ivan Larionov
** Changed in: network-manager (Ubuntu) Status: Triaged => 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/1073433 Title: Ext4 corruption associated with shutdown of Ubuntu 12.10

[Bug 1307008] Re: cgmanager doesn't stop on shutdown

2014-04-14 Thread Ivan Larionov
Yes it stops. Also shutdown is clean if cgmanager stopped by hands before. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307008 Title: cgmanager doesn't stop on shutdown To manage notifications ab

[Bug 1307008] Re: cgmanager doesn't stop on shutdown

2014-04-15 Thread Ivan Larionov
I can confirm it's fixed now. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307008 Title: cgmanager doesn't stop on shutdown To manage notifications about this bug go to: https://bugs.l

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-06 Thread Ivan Larionov
Connection configured automatically. State changed to activated during nm start. Log attached. ** Attachment added: "nm_start_stop.log" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+attachment/4010385/+files/nm_start_stop.log -- You received this bug notification b

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-06 Thread Ivan Larionov
Created new ethernet connection with all defaults — same isue, dhclient isn't stopped after stopping NM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169614 Title: /etc/init.d/umountroot: "mount:

[Bug 1038590] Re: Nautilus does not work with SMB Samba shares

2014-03-07 Thread Ivan Larionov
Affects me as well. 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038590 Title: Nautilus does not work with SMB Samba shares To manage notifications about this bug go to: https://bugs.launc

[Bug 1038590] Re: Nautilus does not work with SMB Samba shares

2014-03-07 Thread Ivan Larionov
When copying the DIR, it will create a FILE called DIR instead of a directory on the target then abort the copy. Screenshot of the error attached. Error message says "It is directory". ** Attachment added: "smb_fail.png" https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1038590/+attachment/4

[Bug 458003] Re: gvfsd-smb copies directory as empty file (sles10 cifsd)

2014-03-07 Thread Ivan Larionov
Same issue on 14.04. Samba server is apple OSX 10.9. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/458003 Title: gvfsd-smb copies directory as empty file (sles10 cifsd) To manage notifications abou

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-07 Thread Ivan Larionov
Looks like it doesn't print this messages as well. I verified my package and I see this patches applied. No idea why there're no debug messages from your patches. ** Attachment added: "nm_start_stop_2.log" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+attachment/4012

[Bug 1013511] Re: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04

2014-03-07 Thread Ivan Larionov
Same fot 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013511 Title: Unable to create Ubuntu 12.04 installation USB stick on Ubuntu 12.04 To manage notifications about this bug go to: https

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-11 Thread Ivan Larionov
So what should we do to get this bug fixed? Report in to NM developers? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169614 Title: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not

[Bug 619003] Re: multiple warnings during installation

2014-03-12 Thread Ivan Larionov
Same on 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/619003 Title: multiple warnings during installation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sou

[Bug 1156927] Re: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

2014-03-12 Thread Ivan Larionov
Same on 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1156927 Title: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk- pixbuf-2.0/2.10.0/loaders.cache': No such file or

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-12 Thread Ivan Larionov
Couldn't find anything like this in debian bugtracker. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169614 Title: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped To ma

[Bug 963106] Re: NetworkManager causes orphaned inodes

2014-03-12 Thread Ivan Larionov
This bug affects 14.04 as well and somehow tracked here https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614 2 years bug… -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/963106 Title:

[Bug 1169614] Re: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is not stopped

2014-03-12 Thread Ivan Larionov
BTW it stops dhclient if I do disconnect from gnome's network-manager menu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169614 Title: /etc/init.d/umountroot: "mount: / is busy" due to dhclient is

  1   2   >