[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
Created attachment 134821
ModemManager 1.6.8, patched, suspend->resume cycle

I was able to test it kind of ahead of time, and unfortunately this
doesn't help. Log attached.

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
Thanks you once again :)

Yes, with this patch build was successful. I will test it next week and
will let you know.

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
> Could you apply the patch in a custom build and retry, to see if it
fixes your issue?

Hello!

Thank you for looking into this issue! :)

I tried to build version 1.6.8, but build failed: 
https://launchpad.net/~russianneuromancer/+archive/ubuntu/drivers/+build/13571525
 

It is supposed to work with version 1.6.8 or I need master? (In latter
case I have no idea how to build modemmanager package.)

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
I wonder if the fact that I use "suspend freeze" mode instead of default 
"suspend" mode makes a difference?
https://www.freedesktop.org/software/systemd/man/sleep.conf.d.html

I have to do so because modern hardware implement S0i3 instead of S3, so
default mode will just won't work (tablets and laptops without S3
support will just poweroff or reboot on attempt to go into S3).

> I'll analyze the logs and let you know what I find.

Ok. Just to let you know, I find first unit not reliable enough, so I edited it 
a little bit:
Removed "StopWhenUnneeded=yes" and "RemainAfterExit=yes".
Replaced "=-/bin/systemctl" with "=/bin/systemctl".

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
Hi

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/1326954

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
And in case it could help someone, this workaround systemd unit helps
me. With this unit connection could be established after suspend.

/etc/systemd/system/ModemManagerHook.service:

[Unit]
Description=ModemManager sleep hook
Before=sleep.target
StopWhenUnneeded=yes

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/bin/systemctl stop ModemManager
ExecStop=-/bin/systemctl start ModemManager

[Install]
WantedBy=sleep.target

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
I have same issue on Dell Venue 8 Pro 5855 tablet with Dell Wireless
5809e (Sierra Wireless AirPrime EM7305; default SWI9X15C_05.05.58.00
firmware).

Please look into attached logs:
4:26 mbim-proxy and ModemManager proxy is started, then tablet was suspended
4:27 wakeup from suspended, connection is not established
4:28 second attempt to connect, also unsuccessful. 

mbim-proxy and ModemManager termination and following restart allowed me
to successfully establish connection again.

If my issue is different and I need to fill separate bugreport - please
let me know.

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
Created attachment 130975
ModemManager (suspend -> wakeup) from EM7305

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 1326954]

2018-06-11 Thread RussianNeuroMancer
Created attachment 130974
mbim-proxy log (suspend -> wakeup) from EM7305

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

Title:
  Sierra Wireless EM7305 (Fujitsu Lifebook S904) does not work after
  suspend/hibernate

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

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

[Bug 608537] Re: Rhythmbox not support cue sheet for lossless audio disk image (external and embedded) and cue sheet for tracks

2018-05-25 Thread RussianNeuroMancer
New link to upstream bugreport:
https://gitlab.gnome.org/GNOME/rhythmbox/issues/557

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

Title:
  Rhythmbox not support cue sheet for lossless audio disk image
  (external and embedded) and cue sheet for tracks

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

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

[Bug 608537] Re: Rhythmbox not support cue sheet for lossless audio disk image (external and embedded) and cue sheet for tracks

2018-05-04 Thread RussianNeuroMancer
** Bug watch added: GNOME Bug Tracker #776613
   https://bugzilla.gnome.org/show_bug.cgi?id=776613

** Changed in: gstreamer
   Importance: Wishlist => Unknown

** Changed in: gstreamer
   Status: Invalid => Unknown

** Changed in: gstreamer
 Remote watch: GNOME Bug Tracker #588269 => GNOME Bug Tracker #776613

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

Title:
  Rhythmbox not support cue sheet for lossless audio disk image
  (external and embedded) and cue sheet for tracks

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

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

[Bug 1752973] Re: [Wayland] "Plasma unable to start as it could not use OpenGL 2"

2018-03-12 Thread RussianNeuroMancer
Yes, later issue was resolved and right now I can login into Wayland
session after installation. LiveCD works in X11 mode by default as I
remember.

** Changed in: plasma-workspace (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: qemu (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [Wayland] "Plasma unable to start as it could not use OpenGL 2"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1752973/+subscriptions

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

[Bug 1472478] Re: [Dell Venue 11 Pro 7140] Power button not working

2018-03-08 Thread RussianNeuroMancer
Unfortunately, last time upstream developers answered about this
particular issue was ten months ago:
https://bugzilla.kernel.org/show_bug.cgi?id=102281#c94

Is anyone from Canonical could look into this vbtn patches?

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

Title:
  [Dell Venue 11 Pro 7140] Power button not working

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

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

[Bug 1540692] Re: Enable the VirtIO GPU 3D (Virgil)

2018-03-08 Thread RussianNeuroMancer
@Ernst Sjöstrand

Could you please upload packages for 18.04?

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

Title:
  Enable the VirtIO GPU 3D (Virgil)

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

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

[Bug 1752973] Re: [Wayland] "Plasma unable to start as it could not use OpenGL 2"

2018-03-02 Thread RussianNeuroMancer
Same issue here with VM upgraded from 17.10.

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

Title:
  [Wayland] "Plasma unable to start as it could not use OpenGL 2"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1752973/+subscriptions

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

[Bug 1720203] Re: gcc binaries are getting larger over time (gcc versions)

2017-10-31 Thread RussianNeuroMancer
https://gcc.gnu.org/bugzilla/

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

Title:
  gcc binaries are getting larger over time (gcc versions)

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

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

[Bug 606579] Re: Digital output has a higher priority than analog output

2017-10-09 Thread RussianNeuroMancer
Issue is still reproducible.

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

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

Title:
  Digital output has a higher priority than analog output

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

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

[Bug 1719795] Re: Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times due to events by INT3432

2017-10-02 Thread RussianNeuroMancer
Hello, Joseph!

Issue is still reproducible with 4.14rc3.

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

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

Title:
  Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times
  due to events by INT3432

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

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

[Bug 1719795] [NEW] Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times due to events by INT3432

2017-09-27 Thread RussianNeuroMancer
Public bug reported:

On Dell Venue 11 Pro 7140 average power consumption in idle increased by
1.3-1.5 times due to events coming from INT343A. According to powertop
since Linux 4.10 INT3432:00 generate around two hundred events on
average, in /sys/devices/pci:00/INT3432:00/i2c-6 there is two
devices: INT343A and SMO91D0. AFAIK INT343A is rt286.

With Linux 4.9.0-4.9.45, Linux 4.11.0-4.11.12 in idle there is around 100 
wakeups per second in sum, battery discharge rate around 3-3.5 Watts per second.
But with Linux 4.9.46-4.9.51, Linux 4.10.0-4.10.17, Linux 4.12.0rc1-4.13.3 - 
around 300 wakeups per second on average, due to events coming from INT3432:00. 
With Linux 4.13.3 battery discharge rate around 4.5 Watts per second.
Probably some commit was backported to Linux 4.9 between .45 and .46 releases.
I have no idea why issue is not reproducible on any Linux 4.11 release I tried.

Sometimes INT3432 events rate fall from two hundred to one hundred for
shorts period of time (for example I observe this right now on Linux
4.10.0 while removing/installing packages).

Message like this sometimes appear in dmesg:
[  731.226730] i2c_hid i2c-SMO91D0:00: i2c_hid_get_input: incomplete report 
(53/13568)

Complete dmesg with Linux 4.13.3 is attached.

** Affects: linux
 Importance: Unknown
 Status: Unknown

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

** Attachment added: "dmesg"
   https://bugs.launchpad.net/bugs/1719795/+attachment/4957514/+files/dmesg

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

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=197047
   Importance: Unknown
   Status: Unknown

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

Title:
  Dell 7140 avarage power consumption in idle increased by 1.3-1.5 times
  due to events by INT3432

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

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

[Bug 1718298] Re: On Ubuntu Gnome 17.10 Caribou appear on the screen on every keyboard layout switch performed by Onboard

2017-09-24 Thread RussianNeuroMancer
** Tags added: artful regression-release

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

Title:
  On Ubuntu Gnome 17.10 Caribou appear on the screen on every keyboard
  layout switch performed by Onboard

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

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

[Bug 1719038] Re: X Server crashes during log in VM starting from Kubuntu 16.04.2

2017-09-24 Thread RussianNeuroMancer
** Tags added: regression-release

** Tags added: artful zesty

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

Title:
  X Server crashes during log in VM starting from Kubuntu 16.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1719038/+subscriptions

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

[Bug 1719038] Re: X Server crashes during login in VM 16.04.3

2017-09-22 Thread RussianNeuroMancer
** Bug watch added: freedesktop.org Bugzilla #102554
   https://bugs.freedesktop.org/show_bug.cgi?id=102554

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=102554
   Importance: Unknown
   Status: Unknown

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

Title:
  X Server crashes during login in VM 16.04.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1719038/+subscriptions

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

[Bug 1718222] Re: CVE-2017-9375 fix cause qemu crash

2017-09-20 Thread RussianNeuroMancer
Thanks for fast fix! :)

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1718298] [NEW] On Ubuntu Gnome 17.10 Caribou appear on the screen on every keyboard layout switch performed by Onboard

2017-09-19 Thread RussianNeuroMancer
Public bug reported:

Hello!

When I perform keyboard layout switch by pressing left Shift and then
right Shift (or right and then left) on Compact layout of Onboard, that
cause Caribou to appear on the screen, every time.

When I perform keyboard layout switch by selector on Gnome panel, this
issue is not reproducible.

This started to happen after upgrade from Ubuntu Gnome 17.04 to Ubuntu
Gnome 17.10, while using Onboard packe from system repository, in both
cases.

Onscreen keyboard is disabled in Gnome's accessibility settings.

** Affects: onboard (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/1718298

Title:
  On Ubuntu Gnome 17.10 Caribou appear on the screen on every keyboard
  layout switch performed by Onboard

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

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

[Bug 1591086] Re: libmyodbc missing in 16.04

2017-09-19 Thread RussianNeuroMancer
Same issue here, trying to deploy FreePBX on Ubuntu Server and find that
there is no libmyodbc package anymore. Which issues upstream need to
resolve to get this packaged and where is link to bugreports about this
issues?

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

Title:
  libmyodbc missing in 16.04

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

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

[Bug 1718222] Re: CVE-2017-9375 fix cause qemu crash

2017-09-19 Thread RussianNeuroMancer
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869945

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1718222] Re: CVE-2017-9375 fix cause qemu crash

2017-09-19 Thread RussianNeuroMancer
https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg03793.html

** Bug watch added: Debian Bug tracker #869945
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869945

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1718222] Re: CVE-2017-9375 fix cause qemu crash

2017-09-19 Thread RussianNeuroMancer
https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg09322.html

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1718222] [NEW] CVE-2017-9375 fix cause qemu crash

2017-09-19 Thread RussianNeuroMancer
Public bug reported:

CVE-2017-9375 fix cause qemu crash on Ubuntu 17.04 if USB 3 controller
is selected in virtual machine properties.

To reproduce this issue:
1. Install Ubuntu 17.04
2. Install package ubuntu-virt
3. Create virtual machine with USB 3 controller
4. Try to start this virtual machine

Error message from libvirt log:
qemu-system-x86_64: /build/qemu-g5EXBU/qemu-2.8+dfsg/hw/usb/hcd-xhci.c:2169: 
xhci_kick_epctx: Assertion `!epctx->kick_active' failed.

Workaround:
Switch controller type to USB 2, but AFAIK this is not applicable if user need 
to passthrough many USB devices to guest, or if user actually need USB 3 speed.

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


** Tags: regression-update zesty

** Tags added: regression-update zesty

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1718222] Re: CVE-2017-9375 fix cause qemu crash

2017-09-19 Thread RussianNeuroMancer
Example of xml that cause qemu crash on updated Ubuntu 17.04.

** Attachment added: "usbtesting.xml"
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1718222/+attachment/4952893/+files/usbtesting.xml

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

Title:
  CVE-2017-9375 fix cause qemu crash

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

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

[Bug 1716434] Re: Please revert "Call cogl_xlib_renderer_set_threaded_swap_wait_enabled()" to avoid high cpu usage when constantly rendering

2017-09-11 Thread RussianNeuroMancer
** Tags added: artful

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

Title:
  Please revert "Call
  cogl_xlib_renderer_set_threaded_swap_wait_enabled()" to avoid high cpu
  usage when constantly rendering

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

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

[Bug 1696305] Re: High CPU usage in gnome-shell just redrawing the screen (Firefox is running)

2017-09-11 Thread RussianNeuroMancer
This issue could be related:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1716434

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

Title:
  High CPU usage in gnome-shell just redrawing the screen (Firefox is
  running)

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

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

[Bug 1716434] [NEW] Please revert "Call cogl_xlib_renderer_set_threaded_swap_wait_enabled()" to avoid high cpu usage when constantly rendering

2017-09-11 Thread RussianNeuroMancer
Public bug reported:

Hello!

There is performance regression in Mutter: 
https://bugzilla.gnome.org/show_bug.cgi?id=781835 
While originally it was reported that issue is reproducible with nVidia 
proprietary driver, unfortunately it happens on Intel hardware too: 
https://github.com/burzumishi/linux-baytrail-flexx10/issues/12#issuecomment-323600036

If possible, please revert this commit
https://git.gnome.org/browse/mutter/commit/?id=383ba566bd7c2a76d0856015a66e47caedef06b6
before Ubuntu 17.10 release.

This issue could be related:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1696305

** Affects: mutter (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/1716434

Title:
  Please revert "Call
  cogl_xlib_renderer_set_threaded_swap_wait_enabled()" to avoid high cpu
  usage when constantly rendering

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

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

[Bug 1552241] Re: libvirt-bin apparmor settings for usb host device

2017-09-10 Thread RussianNeuroMancer
Hello, Christian!

I tested this issue again today and find that half of my problem was in
/etc/apparmor.d/abstractions/libvirt-qemu add that was overwritten by
package update. So I applied both workarounds once again:

Workaround 1: 
https://help.ubuntu.com/community/KVM/Managing#Adding_USB_Device_Pass-through 
Workaround 2: from bug description.

However, this does not help:
error: Failed to start domain usbtesting
error: внутренняя ошибка: qemu unexpectedly closed the monitor: 
2017-09-10T16:49:42.791870Z qemu-system-x86_64: -chardev pty,id=charserial0: 
char device redirected to /dev/pts/13 (label charserial0)
libusb: error [_get_usbfs_fd] libusb couldn't open USB device 
/dev/bus/usb/002/002: Permission denied
libusb: error [_get_usbfs_fd] libusb requires write access to USB device nodes.
2017-09-10T16:49:42.856467Z qemu-system-x86_64: -device 
usb-host,hostbus=2,hostaddr=2,id=hostdev0,bus=usb.0,port=4: failed to open host 
usb device 2:2

So looks like in my case real issue is bug 1686324

1. 

  


  
  

2.
Bus 002 Device 002: ID 13fe:3e00 Kingston Technology Company Inc. Flash Drive
3. 
[289497.500034] audit: type=1400 audit(1505062322.005:294): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="libvirt-57e625bc-be94-4d72-a03f-954babffb79f" pid=18312 
comm="apparmor_parser"
[289497.598622] audit: type=1400 audit(1505062322.103:295): apparmor="DENIED" 
operation="open" profile="libvirt-57e625bc-be94-4d72-a03f-954babffb79f" 
name="/dev/bus/usb/002/002" pid=18322 comm="qemu-system-x86" 
requested_mask="wr" denied_mask="wr" fsuid=102 ouid=102
4. 
"/var/log/libvirt/**/usbtesting.log" w,
"/var/lib/libvirt/qemu/domain-usbtesting/monitor.sock" rw,
"/var/lib/libvirt/qemu/domain-34-usbtesting/*" rw,
"/var/lib/libvirt/qemu/channel/target/domain-34-usbtesting/*" rw,
"/var/run/libvirt/**/usbtesting.pid" rwk,
"/run/libvirt/**/usbtesting.pid" rwk,
"/var/run/libvirt/**/*.tunnelmigrate.dest.usbtesting" rw,
"/run/libvirt/**/*.tunnelmigrate.dest.usbtesting" rw,
"/var/lib/libvirt/images/usbtesting.img" rwk,
"/dev/bus/usb/000/000" rw,
/dev/vhost-net rw,
"/dev/net/tun" rw,

For now I get things working by adding 
/dev/bus/usb/*/* rw,
after Workaround 2, but this probably very bad idea. What is proper solution 
for this?

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

Title:
  libvirt-bin apparmor settings for usb host device

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

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

[Bug 1552241] Re: libvirt-bin apparmor settings for usb host device

2017-09-04 Thread RussianNeuroMancer
Hi, Christian

Is there any workaround for 17.10? Workaround from #4 seems like not
help anymore.

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

Title:
  libvirt-bin apparmor settings for usb host device

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

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

[Bug 1304173] Re: Xorg crashed with SIGABRT in __assert_fail_base()

2017-08-07 Thread RussianNeuroMancer
** Changed in: xserver-xorg-video-qxl (Ubuntu)
   Status: Confirmed => 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/1304173

Title:
  Xorg crashed with SIGABRT in __assert_fail_base()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/1304173/+subscriptions

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


[Bug 1679727] Re: Don't attempt to create devices in lx-brand containers

2017-06-02 Thread RussianNeuroMancer
Check comment #4

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

Title:
  Don't attempt to create devices in lx-brand containers

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

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


[Bug 1688689] Re: Owner and group of few files and folders from Bind directory visible as nobody/nogroup within nspawn container

2017-05-20 Thread RussianNeuroMancer
https://github.com/systemd/systemd/issues/5900#issuecomment-300362005

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

Title:
  Owner and group of few files and folders from Bind directory visible
  as nobody/nogroup within nspawn container

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

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


[Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

2017-05-14 Thread RussianNeuroMancer
Drop letter to level1techs.com/contact-us
I guess their channel on YouTube is big enough to make vendor notice this issue.

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

Title:
  System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

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

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


[Bug 1278223] Re: Mouse Flickering after adding 3rd Monitor

2017-05-12 Thread RussianNeuroMancer
So after all nobody reported this to bugs.freedesktop.org?

I also guess there is few different issues in this bugreport, so I think
it's good idea to fill separate bugreport on bugs.freedesktop.org if you
have very different symptoms.

How to fill bugreport to bugs.freedesktop.org: 
https://01.org/linuxgraphics/documentation/how-report-bugs
drm-tip kernel is here: http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/

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

Title:
  Mouse Flickering after adding 3rd Monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1278223/+subscriptions

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


[Bug 1688689] Re: Owner and group of few files and folders from Bind directory visible as nobody/nogroup within nspawn container

2017-05-05 Thread RussianNeuroMancer
Example:

~$ LANG=C sudo whoami
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
~$ LANG=C ls -l /usr/bin/sudo
-rwsr-xr-x 1 nobody nogroup 140944 Jan 14 07:41 /usr/bin/sudo
~$ LANG=C ls -l /var/lib/machines/builder/usr/bin/sudo
-rwsr-xr-x 1 root root 140944 Jan 14 07:41 
/var/lib/machines/builder/usr/bin/sudo


** Summary changed:

- Owner and group of few folders from Bind directory visible as nobody/nogroup 
within nspawn container 
+ Owner and group of few files and folders from Bind directory visible as 
nobody/nogroup within nspawn container

** Description changed:

- Owner and group of few folders from Bind directory visible as
+ Owner and group of few files and folders from Bind directory visible as
  nobody/nogroup when I check permission from within nspawn container.
  
  Create testing.nspawn:
  
  [Files]
  Bind=/patch/to/folder
- Use some folder with many subfolders, to expand the test coverage. Check if 
owners of all subfolders in Bind directory inside container is the same as on 
host.
+ Use some folder with many subfolders, to expand the test coverage. Check if 
owners of all subfolders and files in Bind directory inside container is the 
same as on host.
  
  Issue is reproducible in Ubuntu Server 17.04 (systemd 232) and Ubuntu
  Server 17.10 (systemd 233).

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

Title:
  Owner and group of few files and folders from Bind directory visible
  as nobody/nogroup within nspawn container

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

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


[Bug 1688689] Re: Owner and group of few folders from Bind directory visible as nobody/nogroup within nspawn container

2017-05-05 Thread RussianNeuroMancer
Issue is also reproducible for files and folder within container, if
container is btrfs subvolume instead of disk image.

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

Title:
  Owner and group of few files and folders from Bind directory visible
  as nobody/nogroup within nspawn container

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

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


[Bug 1688689] [NEW] Owner and group of few folders from Bind directory visible as nobody/nogroup within nspawn container

2017-05-05 Thread RussianNeuroMancer
Public bug reported:

Owner and group of few folders from Bind directory visible as
nobody/nogroup when I check permission from within nspawn container.

Create testing.nspawn:

[Files]
Bind=/patch/to/folder
Use some folder with many subfolders, to expand the test coverage. Check if 
owners of all subfolders in Bind directory inside container is the same as on 
host.

Issue is reproducible in Ubuntu Server 17.04 (systemd 232) and Ubuntu
Server 17.10 (systemd 233).

** Affects: systemd
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: github.com/systemd/systemd/issues #5900
   https://github.com/systemd/systemd/issues/5900

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/5900
   Importance: Unknown
   Status: Unknown

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

Title:
  Owner and group of few folders from Bind directory visible as
  nobody/nogroup within nspawn container

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

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


[Bug 1129402] Re: makedev installation fails in linux-vserver

2017-05-04 Thread RussianNeuroMancer
Try this:
https://bugs.launchpad.net/ubuntu/+source/makedev/+bug/1679727/comments/4

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

Title:
  makedev installation fails in linux-vserver

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

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


[Bug 1679727] Re: Don't attempt to create devices in lx-brand containers

2017-05-04 Thread RussianNeuroMancer
I published fixed package: https://yadi.sk/d/_vXq0WdR3HgbTJ

I replaced LXC detection with following condition:

# don't stomp on container users
if [ "$(systemd-detect-virt -c)" != "none" ] 
then
echo "Container detected, aborting."
exit 0
fi

But I don't know if this good solution. Anyone from Canonical can check
this?

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

Title:
  Don't attempt to create devices in lx-brand containers

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

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


[Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

2017-05-02 Thread RussianNeuroMancer
How stability with 4.11 posted above overall?

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

Title:
  System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

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

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


[Bug 1679727] Re: Don't attempt to create devices in lx-brand containers

2017-04-19 Thread RussianNeuroMancer
Same issue in machined containers.

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

Title:
  Don't attempt to create devices in lx-brand containers

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

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


[Bug 1668013] Re: soffice.bin crashed with SIGSEGV in _xcb_conn_wait()

2017-03-21 Thread RussianNeuroMancer
** Information type changed from Private to Public

** Description changed:

  LibreOffice crash on start after upgrade to 5.3.0 in Kubuntu 17.04 Beta.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: libreoffice-core 1:5.3.0~rc3-0ubuntu2
  ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
  Uname: Linux 4.9.0-15-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Feb 26 15:40:31 2017
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  ExecutableTimestamp: 1487040521
  InstallationDate: Installed on 2011-04-03 (2155 days ago)
  InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
- ProcCwd: /home/nikita
  SegvAnalysis:
-  Segfault happened at: 0x7ff0923ebbf6:mov%rax,0xa8(%rsp)
-  PC (0x7ff0923ebbf6) ok
-  source "%rax" ok
-  destination "0xa8(%rsp)" (0x7ffc6bb09ff8) not located in a known VMA region 
(needed writable region)!
-  Stack memory exhausted (SP below stack segment)
+  Segfault happened at: 0x7ff0923ebbf6:mov%rax,0xa8(%rsp)
+  PC (0x7ff0923ebbf6) ok
+  source "%rax" ok
+  destination "0xa8(%rsp)" (0x7ffc6bb09ff8) not located in a known VMA region 
(needed writable region)!
+  Stack memory exhausted (SP below stack segment)
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
-  ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
-  ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
-  xcb_writev () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
-  _XSend () from /usr/lib/x86_64-linux-gnu/libX11.so.6
-  _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
+  ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
+  xcb_writev () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
+  _XSend () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: soffice.bin crashed with SIGSEGV in xcb_writev()
  UpgradeStatus: Upgraded to zesty on 2015-04-17 (680 days ago)
  UserGroups: adm audio cdrom dialout libvirt libvirtd lpadmin plugdev 
sambashare sudo

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

Title:
  soffice.bin crashed with SIGSEGV in _xcb_conn_wait()

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

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

[Bug 1672003] Re: soffice.bin crashed with SIGSEGV in XQueryPointer()

2017-03-21 Thread RussianNeuroMancer
** Information type changed from Private to Public

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

Title:
  soffice.bin crashed with SIGSEGV in XQueryPointer()

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

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


[Bug 1581687] Re: keyboard switching is broken in guest VM

2017-03-14 Thread RussianNeuroMancer
Spot same issue with Kubuntu 17.04 host and Kubuntu 17.04 guest:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1672614

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

Title:
  keyboard switching is broken in guest VM

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

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


[Bug 1672614] Re: Switch keyboard layout shortcut doesn't work in Kubuntu 17.04

2017-03-14 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 1581687 ***
https://bugs.launchpad.net/bugs/1581687

** This bug has been marked a duplicate of bug 1581687
   keyboard switching is broken in guest VM

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

Title:
  Switch keyboard layout shortcut doesn't work in Kubuntu 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1672614/+subscriptions

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


[Bug 1672706] [NEW] onboard 1.4.1 doesn't work in Ubuntu Gnome 16.10

2017-03-14 Thread RussianNeuroMancer
Public bug reported:

On Ubuntu Gnome 16.10 x86_64 version 1.3.0+2221-0ppa1~yakkety is
working, however after update to 1.4.1 via stable PPA, Onboard doesn't
start anymore:

Traceback (most recent call last):
  File "/usr/bin/onboard", line 36, in 
ob = Onboard()
  File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 148, in 
__init__
self.init()
  File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 189, in init
self._init_delayed()
  File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 225, in 
_init_delayed
self._window = KbdWindow(self.keyboard_widget, icp)
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 610, in 
__init__
self.restore_window_rect(startup = True)
  File "/usr/lib/python3/dist-packages/Onboard/WindowUtils.py", line 795, in 
restore_window_rect
rect = self.on_restore_window_rect(rect)
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1122, in 
on_restore_window_rect
r = self.get_current_rect()
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line , in 
get_current_rect
rect = self.get_hidden_rect()
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1100, in 
get_hidden_rect
return self.get_docking_hideout_rect()
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1394, in 
get_docking_hideout_rect
area, geom = self.get_docking_monitor_rects()
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1417, in 
get_docking_monitor_rects
area = self.update_monitor_workarea(monitor)
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1464, in 
update_monitor_workarea
area = self.get_monitor_workarea(monitor)
  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 1470, in 
get_monitor_workarea
monitor = display.get_monitor(monitor_index)
AttributeError: 'X11Display' object has no attribute 'get_monitor'

** Affects: onboard (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/1672706

Title:
  onboard 1.4.1 doesn't work in Ubuntu Gnome 16.10

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

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


[Bug 1672614] [NEW] Switch keyboard layout shortcut doesn't work in Kubuntu 17.04

2017-03-13 Thread RussianNeuroMancer
Public bug reported:

After Kubuntu 17.04 installation (with Russian localisation if this
matter) I find that default switch keyboad layout shortcut (Alt+Shift)
work only in text terminal (VT1-VT6) but doesn't work in graphical
session. Even if some keyboard shortcut (like Alt+Shift or Ctrl+Shift)
is explicitly specified in KDE settings, this shortcut doesn't switch
keyboard layout.

** Affects: kubuntu-meta (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/1672614

Title:
  Switch keyboard layout shortcut doesn't work in Kubuntu 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1672614/+subscriptions

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


[Bug 1664138] Re: soffice.bin crashed with SIGSEGV in ResMgr::GetLong()

2017-02-13 Thread RussianNeuroMancer
Your LibreOffice partially updated. Wait for other 5.3.0 packages to get
from proposed to release.

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

Title:
  soffice.bin crashed with SIGSEGV in ResMgr::GetLong()

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

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


[Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial

2016-09-14 Thread RussianNeuroMancer
Thank you, Martin!

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

Title:
  Can't start virtual machines with installed systemd-container package
  on Xenial

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

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


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-08-23 Thread RussianNeuroMancer
> Pull it all the way to the right to have it snap to the screen edge and 
> disable the aspect ratio limit, i.e. always stretch from side to side.
Thanks! Will try that.

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

Title:
  "Expand on landscape screens" option not working in trunk

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

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


[Bug 1464757] Re: Audio broken on Dell Venue 11 Pro 7140

2016-08-23 Thread RussianNeuroMancer
Audio is working again since Linux 4.8.

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

Title:
  Audio broken on Dell Venue 11 Pro 7140

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-08-16 Thread RussianNeuroMancer
** Changed in: onboard
   Status: Fix Committed => Fix Released

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1491612] Re: doesn't scan for available wifi networks often enough + no way to manually force a scan

2016-08-15 Thread RussianNeuroMancer
I think do frequent automatic rescan could hurt battery life, so menu
item for manual rescan would be better idea.

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

Title:
  doesn't scan for available wifi networks often enough + no way to
  manually force a scan

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

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


[Bug 1451233] Re: 10ec:b723 [Lenovo B5400] Realtek RTL8723BE drops connection until reboot

2016-08-04 Thread RussianNeuroMancer
Nemo, I think filling report here
https://github.com/lwfinger/rtlwifi_new/issues make sense.

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

Title:
  10ec:b723 [Lenovo B5400] Realtek RTL8723BE drops connection until
  reboot

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
Why you think my issue is different? Same issue with exactly same
symthoms.

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
> Also, bugzilla 102281 is about how a power button doesn't work (not suspend). 
Except if you open https://bugzilla.kernel.org/show_bug.cgi?id=102281 , press 
"Ctrl+F" and enter "suspend", you find it's mentioned 31 times. I said this 
because you obviously doesn't read this report and information about written 
patches, so at least please press "Ctr+F" and try to find what they talk about 
suspend, ok?

> Hence, it has nothing to do with this report.
Except I as owner of this hardware saying that 
https://bugzilla.kernel.org/show_bug.cgi?id=102281#c51 make suspend work (in 
freeze mode, as intended by hardware manufacturer).

Christopher, what the point? This bugreport about suspend and this patch
https://bugzilla.kernel.org/show_bug.cgi?id=102281#c51 make it work. I
already tested it.

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
I can't understand how duplicate report could help anyone. All
information, in details, is already available in upstream report
https://bugzilla.kernel.org/show_bug.cgi?id=102281 and in standard
apport logs that is already attached here.

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=102281
   Importance: Unknown
   Status: Unknown

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
> are you noting you have personally tested this?
Yes, I do.

> If so, it would be helpful to track this if you filed a new report
Is there point in doing this if patch is already available?
https://bugzilla.kernel.org/show_bug.cgi?id=102281#c51

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
Christopher, A09 BIOS is latest BIOS for this hardware:
http://www.dell.com/support/home/us/en/04/product-support/product/dell-
venue-11-pro-7000-7140/drivers

Upstream testing with Linux 4.7 has been done, issue is still
reproducible.

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
Issue is also reproducible in Xenial and Yakkety.

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
Additional info for comment #9: according to reports on 4pda forum S3/S4
behave erratically with Windows too, so probably there is issues with
BIOS. What works here is Windows Connected Standy and Linux Suspend
Freeze. Maybe BIOS issue could be workaround somehow to make S3/S4 works
too, not sure about this.

Christopher, with Linux 4.7:
S3 not working at all, same behaviour as described in original bugreport 
description. Patches from https://bugzilla.kernel.org/show_bug.cgi?id=102281 
required to make it semi-working, at least as it works with Windows.
S4 - on wakeup system trying to start but then reboot tablet. Again, with Linux 
4.4 and patches from https://bugzilla.kernel.org/show_bug.cgi?id=102281 
hibernate works, but with some issues, for example WiFi and LTE not working 
after wakeup and reboot is required to make it work again.

So, to sum up things, I think making powerbutton working, so people will
able to use at least suspend freeze mode, is goal that worth time. Is
there anyone at Canonical who could review patches from
https://bugzilla.kernel.org/show_bug.cgi?id=102281 to submit it to
upstream?

Patch for Linux 4.4 is here:
https://bugzilla.kernel.org/show_bug.cgi?id=102281#c51

** Tags removed: vivid
** Tags added: xenial yakkety

** Tags removed: kernel-bug-exists-upstream-4.2-rc4 latest-bios-a07
** Tags added: kernel-bug-exists-upstream-4.7 latest-bios-a09

** Tags added: patch

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1464757] Re: Audio broken on Dell Venue 11 Pro 7140

2016-07-29 Thread RussianNeuroMancer
Audio is working with Linux 4.4, but broken with 4.5rc1 and newer kernels: 
https://bugzilla.kernel.org/show_bug.cgi?id=150591
There is patch for cobmojack detection, should work with 4.4 but I didn't 
check: https://bugzilla.kernel.org/show_bug.cgi?id=150601 If anyone build 
kernel package (with 4.4) that include this patch, I would test it.

** Tags removed: vivid
** Tags added: xenial yakkety

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

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

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

Title:
  Audio broken on Dell Venue 11 Pro 7140

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

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


[Bug 1597411] Re: host move inside CRUSH cause permanent crash for all mons

2016-07-05 Thread RussianNeuroMancer
Fix is available: https://github.com/ceph/ceph/pull/10093

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

Title:
  host move inside CRUSH cause permanent crash for all mons

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

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


[Bug 1424201] Re: Chromium does not use the GPU to decode videos

2016-06-06 Thread RussianNeuroMancer
Saikrishna Arcot clarified that this feature request doesn't affect
Opera users.

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

Title:
  Chromium does not use the GPU to decode videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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


[Bug 1424201] Re: Chromium does not use the GPU to decode videos

2016-06-06 Thread RussianNeuroMancer
Seems like this issue also affects Opera users.

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

Title:
  Chromium does not use the GPU to decode videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-29 Thread RussianNeuroMancer
So far I wasn't able to reproduce this issue with Revision 2152.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-05-27 Thread RussianNeuroMancer
Thanks! Workaround helps.

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

Title:
  "Expand on landscape screens" option not working in trunk

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

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


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-05-27 Thread RussianNeuroMancer
Screenshot attached.

** Attachment added: "onboard.png"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1586493/+attachment/4671515/+files/onboard.png

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

Title:
  "Expand on landscape screens" option not working in trunk

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

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


[Bug 1586493] [NEW] "Expand on landscape screens" option not working in trunk

2016-05-27 Thread RussianNeuroMancer
Public bug reported:

"Expand on landscape screens" option not working in trunk, revision
2152.

Ubuntu Gnome 16.04 x86_64.
Gnome Shell 3.18
1920x1080 screen.

** Affects: onboard (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/1586493

Title:
  "Expand on landscape screens" option not working in trunk

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-27 Thread RussianNeuroMancer
Ok, thanks! I can test if fixed version will be installable as deb
package or from ppa.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2016-05-10 Thread RussianNeuroMancer
In upstream report there is patches for suspend, but this patches behave
erratically for me.

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

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=102281
   Importance: Unknown
   Status: Unknown

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-10 Thread RussianNeuroMancer
Issue not reproducible with Opera and Franz applications. Shortly, with
Chromium-based apps.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-04 Thread RussianNeuroMancer
Today I get my tablet from RMA and tried to use suggested workaround.
Unfortunately, after using workaround command switching to English
keyboard layout stop workng.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-02 Thread RussianNeuroMancer
Is some code-fix is possible? (On xorg side or onboard side.)
Do I have to mark my issue as duplicate?

btw, is Wayland-version of onboard is coming or work on it is not
started?

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-26 Thread RussianNeuroMancer
Did you checked non-US layout while testing?

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-18 Thread RussianNeuroMancer
Oh, I thought I was answered your questions. Unfortunately, my tablet in
on RMA right now, so I will recheck when I get it back.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-12 Thread RussianNeuroMancer
Stuck backspace is also happened for me few times.

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 433897] Re: Console/VT font is (randomly) not set (sometimes) on some machines. Stuck with the default VGA BIOS font.

2016-04-07 Thread RussianNeuroMancer
Patch: https://bugs.launchpad.net/ubuntu/+source/console-
setup/+bug/1565542

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

Title:
  Console/VT font is (randomly) not set (sometimes) on some machines.
  Stuck with the default VGA BIOS font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/console-setup/+bug/433897/+subscriptions

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-03-28 Thread RussianNeuroMancer
Debug log is attached.

** Attachment added: "onboard-debug-output.txt"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+attachment/4615147/+files/onboard-debug-output.txt

** Changed in: onboard (Ubuntu)
   Status: Incomplete => New

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-03-26 Thread RussianNeuroMancer
** Description changed:

- Typing special characters like .,:;-()"@# (and other) with non-US
- keyboard layout get repeated indefinitel, like this:
+ Typing special characters like .,:;-()"@# (and other) or numbers with
+ non-US keyboard layout get repeated indefinitely, like this:
  
  
тест...
  
  This will continue to happen untl other symbol is entered or other
  button is pressed. Reproducible with GTK and Xinput. Testng was done on
  Ubuntu Gnome 16.04.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: onboard 1.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 27 02:29:05 2016
  InstallationDate: Installed on 2016-03-19 (6 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160319)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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

[Bug 1562381] [NEW] Typing special characters with non-US layout get repeated indefinitely

2016-03-26 Thread RussianNeuroMancer
Public bug reported:

Typing special characters like .,:;-()"@# (and other) with non-US
keyboard layout get repeated indefinitel, like this:

тест...

This will continue to happen untl other symbol is entered or other
button is pressed. Reproducible with GTK and Xinput. Testng was done on
Ubuntu Gnome 16.04.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: onboard 1.2.0-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Mar 27 02:29:05 2016
InstallationDate: Installed on 2016-03-19 (6 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160319)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: onboard
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Typing special characters with non-US layout get repeated indefinitely

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

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

[Bug 1531865] Re: 4.2 (linux-generic-lts-wily) kernel hangs on Bay Trail based Asus X553MA

2016-03-23 Thread RussianNeuroMancer
Patches for Linux 4.4: https://github.com/hadess/rtl8723bs/tree/master/patches
Patches for Linux 4.5: 
https://github.com/hadess/rtl8723bs/tree/master/patches_4.5

But this won't be enough (this patches doesn't cover all hang cases) so
there is more work on this is going on:
https://bugzilla.kernel.org/show_bug.cgi?id=109051#c202

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

Title:
  4.2 (linux-generic-lts-wily) kernel hangs on Bay Trail based Asus
  X553MA

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

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


[Bug 1531703] Re: virsh save doesn't work for vm with hdd image in non-default location, AppArmor-related error

2016-03-15 Thread RussianNeuroMancer
> show something different than the original path?
No, only path that represent current image location (inside btrfs snapshot).

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

Title:
  virsh save doesn't work for vm with hdd image in non-default location,
  AppArmor-related error

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

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


[Bug 1531703] Re: virsh save doesn't work for vm with hdd image in non-default location, AppArmor-related error

2016-03-11 Thread RussianNeuroMancer
This particular VM is removed now (guest moved to nspawn container) but
I find xml in host btrfs snapshots.

** Attachment added: "owncloud.xml"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1531703/+attachment/4595747/+files/owncloud.xml

** Changed in: libvirt (Ubuntu)
   Status: Incomplete => New

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

Title:
  virsh save doesn't work for vm with hdd image in non-default location,
  AppArmor-related error

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

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


[Bug 1481832] Re: VA-API implementation for gallium missing

2016-03-07 Thread RussianNeuroMancer
Oibaf, you mean there is native VA-API implementation via
gallium_drv_video.so, not via vdpau-va-driver package?

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

Title:
  VA-API implementation for gallium missing

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

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


[Bug 1481832] Re: VA-API implementation for gallium missing

2016-03-04 Thread RussianNeuroMancer
Then maybe at least provide PPA with Mesa builds with enabled VA-API support?
Here, for example: https://launchpad.net/~graphics-drivers

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

Title:
  VA-API implementation for gallium missing

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

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


[Bug 1510276] Re: console-setup font ignored on boot

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug is no longer a duplicate of bug 657551
   console-setup doesn't start
** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  console-setup font ignored on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1510276/+subscriptions

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


[Bug 657551] Re: console-setup doesn't start

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  console-setup doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/657551/+subscriptions

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


[Bug 713746] Re: console-setup bug with none-english locales

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug is no longer a duplicate of bug 657551
   console-setup doesn't start
** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  console-setup bug with none-english locales

To manage notifications about this bug go to:
https://bugs.launchpad.net/console-setup/+bug/713746/+subscriptions

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


[Bug 433897] Re: Console/VT font is (randomly) not set (sometimes) on some machines. Stuck with the default VGA BIOS font.

2016-02-26 Thread RussianNeuroMancer
Still happening in Xenial. There is workaround:
https://bugs.launchpad.net/ubuntu/+source/console-
setup/+bug/657551/comments/23

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

Title:
  Console/VT font is (randomly) not set (sometimes) on some machines.
  Stuck with the default VGA BIOS font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/console-setup/+bug/433897/+subscriptions

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


[Bug 1047761] Re: console-setup/utf8

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug is no longer a duplicate of bug 657551
   console-setup doesn't start
** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  console-setup/utf8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1047761/+subscriptions

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


[Bug 609775] Re: Cyrillic characters doesn't displayed in VT and recovery mode

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  Cyrillic characters doesn't displayed in VT and recovery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/609775/+subscriptions

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


[Bug 668360] Re: In the text mode cyrillic symbols are displayed as squares

2016-02-26 Thread RussianNeuroMancer
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** This bug is no longer a duplicate of bug 609775
   Cyrillic characters doesn't displayed in VT and recovery mode
** This bug has been marked a duplicate of bug 433897
   Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  In the text mode cyrillic symbols are displayed as squares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/668360/+subscriptions

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


[Bug 609775] Re: Cyrillic characters doesn't displayed in VT and recovery mode

2016-02-25 Thread RussianNeuroMancer
This issue is still reproducible on fresh installation of 
Ubuntu Server 16.04
Kubuntu 16.04
Xubuntu 16.04

As far I understand this is installer issue so it have nothing to do
with console-setup package, because if user installed Ubuntu with some
cyrillic language - cyrillic characters should be displayed correctly in
VT and recovery mode after installation - it's not user, but installer
job to take care of this.

** Also affects: debian-installer
   Importance: Undecided
   Status: New

** No longer affects: debian-installer

** Also affects: debian-installer (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: console-setup (Ubuntu)

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

Title:
  Cyrillic characters doesn't displayed in VT and recovery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/609775/+subscriptions

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


<    1   2   3   4   5   6   7   8   9   10   >