[Bug 1877185] Re: maxima-emacs returns LaTeX error

2020-10-27 Thread Ilya G. Ryabinkin
I have resolve the bug, but testing and releasing is necessary.

In a nutshell, the issue is caused by a clash of macro definitions
between `breqn` and `amsmath`.

According to http://mirror.physik-pool.tu-
berlin.de/pub/CTAN/macros/latex/contrib/breqn/breqn.pdf, Sec. 2 (package
loading), a certain order of loading packages in a document's preamble
is necessary:

```
The breqn package automatically loads amsmath to avoid loading order conflicts. 
It also automatically loads flexisym and mathstyle, but in some cases these 
packages need to be loaded separately.

The canonical order for package loading is:
3\usepackage{amsmath}
\usepackage{flexisym}
\usepackage{breqn}
```

That is, LaTeX template inside `imaxima.el` must be updated; patch is
attached.

A caveat though: there are TWO places where LaTeX template is defined
(see the patch), the bug is fixed by the second; I have introduced the
changes in the first part, but it must be tested.

** Patch added: "latex_breqn_fix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/maxima/+bug/1877185/+attachment/5428184/+files/latex_breqn_fix.patch

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

Title:
  maxima-emacs returns LaTeX error

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

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

[Bug 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic

2020-08-29 Thread Ilya G. Ryabinkin
Big is still there:

[1.456717] [ cut here ]
[1.456719] Could not determine valid watermarks for inherited state
[1.456767] WARNING: CPU: 2 PID: 176 at 
/build/linux-hwe-jW5mjG/linux-hwe-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537
 intel_modeset_init+0x1011/0x10d0 [i915]
[1.456768] Modules linked in: i915(+) crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc i2c_algo_bit aesni_intel drm_kms_helper syscopyarea 
aes_x86_64 crypto_simd glue_helper cryptd sysfillrect sysimgblt fb_sys_fops drm 
psmouse e1000e sdhci_pci ahci libahci sdhci ptp pps_core wmi video
[1.456777] CPU: 2 PID: 176 Comm: systemd-udevd Not tainted 
4.15.0-112-generic #113~16.04.1-Ubuntu
[1.456778] Hardware name: LENOVO 4286CTO/4286CTO, BIOS 8DET50WW (1.20 ) 
07/07/2011
[1.456804] RIP: 0010:intel_modeset_init+0x1011/0x10d0 [i915]
[1.456805] RSP: 0018:bb1501dab998 EFLAGS: 00010282
[1.456806] RAX:  RBX: 9fce0a733d00 RCX: 89663b28
[1.456806] RDX: 0001 RSI: 0092 RDI: 0202
[1.456807] RBP: bb1501daba40 R08: f8c8 R09: 89b5f4c4
[1.456807] R10:  R11: 0321 R12: 9fcdff4f8000
[1.456808] R13: 9fcdffe4d000 R14: 9fce0b5a1c00 R15: 9fcdff4f8358
[1.456809] FS:  7fdd681238c0() GS:9fce1e28() 
knlGS:
[1.456810] CS:  0010 DS:  ES:  CR0: 80050033
[1.456810] CR2: 56433e887098 CR3: 000400574003 CR4: 000606e0
[1.456811] Call Trace:
[1.456835]  i915_driver_load+0x9aa/0xe70 [i915]
[1.456857]  i915_pci_probe+0x4e/0x70 [i915]
[1.456860]  local_pci_probe+0x4a/0xa0
[1.456861]  pci_device_probe+0x118/0x1c0
[1.456864]  driver_probe_device+0x2ea/0x4b0
[1.456865]  __driver_attach+0xef/0x100
[1.456867]  ? driver_probe_device+0x4b0/0x4b0
[1.456868]  bus_for_each_dev+0x72/0xc0
[1.456869]  driver_attach+0x1e/0x20
[1.456870]  bus_add_driver+0x1f4/0x270
[1.456871]  ? 0xc05ab000
[1.456872]  driver_register+0x60/0xe0
[1.456873]  ? 0xc05ab000
[1.456874]  __pci_register_driver+0x5a/0x60
[1.456900]  i915_init+0x5c/0x5f [i915]
[1.456902]  do_one_initcall+0x55/0x1ac
[1.456904]  ? __vunmap+0x8e/0xc0
[1.456906]  ? _cond_resched+0x1a/0x50
[1.456908]  ? kmem_cache_alloc_trace+0x165/0x1c0
[1.456909]  ? vfree+0x35/0x80
[1.456912]  do_init_module+0x5f/0x223
[1.456914]  load_module+0x188c/0x1ea0
[1.456917]  ? ima_post_read_file+0x83/0xa0
[1.456919]  SYSC_finit_module+0xe5/0x120
[1.456921]  ? SYSC_finit_module+0xe5/0x120
[1.456923]  SyS_finit_module+0xe/0x10
[1.456924]  do_syscall_64+0x73/0x130
[1.456926]  entry_SYSCALL_64_after_hwframe+0x41/0xa6
[1.456927] RIP: 0033:0x7fdd66f98599
[1.456927] RSP: 002b:7ffe1b58c678 EFLAGS: 0246 ORIG_RAX: 
0139
[1.456928] RAX: ffda RBX: 56433e865ee0 RCX: 7fdd66f98599
[1.456929] RDX:  RSI: 7fdd6748ee23 RDI: 0012
[1.456929] RBP: 7fdd6748ee23 R08:  R09: 
[1.456930] R10: 0012 R11: 0246 R12: 
[1.456930] R13: 56433e841620 R14: 0002 R15: 0aba9500
[1.456931] Code: 84 24 a0 2e 00 00 83 e0 ef 09 c3 41 88 9c 24 a0 2e 00 00 
e9 7f f1 ff ff 31 c0 e9 e4 f6 ff ff 48 c7 c7 b0 f8 54 c0 e8 3f 4b de c7 <0f> 0b 
e9 c7 fd ff ff 41 8b 8f b0 04 00 00 48 c7 c2 88 f8 54 c0 
[1.456942] ---[ end trace 7787f13888083d54 ]---

Thinkpad x220

$  lscpu
Architecture:  x86_64
CPU op-mode(s):32-bit, 64-bit
Byte Order:Little Endian
CPU(s):4
On-line CPU(s) list:   0-3
Thread(s) per core:2
Core(s) per socket:2
Socket(s): 1
NUMA node(s):  1
Vendor ID: GenuineIntel
CPU family:6
Model: 42
Model name:Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
Stepping:  7
CPU MHz:   820.519
CPU max MHz:   3200.
CPU min MHz:   800.
BogoMIPS:  4983.39
Virtualization:VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache:  256K
L3 cache:  3072K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm 
epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt 
dtherm ida arat pln pts md_clear flush_l1d

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is 

[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2017-03-20 Thread Ilya G. Ryabinkin
This is quite late, but to let everyone know: later releases of 4.8
screwed up everything again. Lockups after user switching. Falled back
to the 4.4 branch, where

[87274.633194] [ cut here ]
[87274.633227] WARNING: CPU: 3 PID: 22315 at 
/build/linux-dKXp7o/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
[87274.633228] vblank wait timed out on crtc 0
[87274.633263] Modules linked in: hid_a4tech nls_iso8859_1 uas usb_storage 
hid_generic usbhid hid ctr ccm uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_v4l2 videobuf2_core v4l2_common videodev media msr intel_rapl 
x86_pkg_temp_thermal coretemp kvm_intel kvm arc4 iwldvm irqbypass mac80211 
input_leds joydev serio_raw snd_hda_codec_hdmi iwlwifi snd_hda_codec_conexant 
snd_hda_codec_generic snd_seq_midi snd_seq_midi_event cfg80211 thinkpad_acpi 
snd_hda_intel snd_rawmidi nvram snd_hda_codec snd_hda_core snd_hwdep snd_seq 
mei_me snd_pcm mei snd_seq_device snd_timer lpc_ich shpchp snd soundcore 
mac_hid ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 
nf_defrag_ipv6 ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG 
xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4
[87274.633290]  xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns 
nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack 
iptable_filter parport_pc ip_tables ppdev x_tables lp parport autofs4 btrfs xor 
raid6_pq drbg ansi_cprng algif_skcipher af_alg dm_crypt dm_mirror 
dm_region_hash dm_log crct10dif_pclmul i915 crc32_pclmul ghash_clmulni_intel 
aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i2c_algo_bit 
drm_kms_helper psmouse syscopyarea sysfillrect sysimgblt ahci fb_sys_fops 
e1000e libahci sdhci_pci drm sdhci ptp pps_core wmi fjes video
[87274.633292] CPU: 3 PID: 22315 Comm: Xorg Not tainted 4.4.0-67-generic 
#88-Ubuntu
[87274.633293] Hardware name: LENOVO 4286CTO/4286CTO, BIOS 8DET50WW (1.20 ) 
07/07/2011
[87274.633296]  0286 596aa371 8803d39cf838 
813f86d3
[87274.633298]  8803d39cf880 c0082b38 8803d39cf870 
81081302
[87274.633300]  880404fab000   
001cac58
[87274.633300] Call Trace:
[87274.633305]  [] dump_stack+0x63/0x90
[87274.633309]  [] warn_slowpath_common+0x82/0xc0
[87274.633311]  [] warn_slowpath_fmt+0x5c/0x80
[87274.633315]  [] ? finish_wait+0x55/0x70
[87274.633329]  [] drm_wait_one_vblank+0x1b5/0x1c0 [drm]
[87274.62]  [] ? wake_atomic_t_function+0x60/0x60
[87274.633365]  [] intel_atomic_commit+0x43a/0x6f0 [i915]
[87274.633384]  [] ? 
drm_atomic_add_affected_connectors+0x27/0xf0 [drm]
[87274.633401]  [] drm_atomic_commit+0x37/0x60 [drm]
[87274.633412]  [] restore_fbdev_mode+0x22f/0x260 
[drm_kms_helper]
[87274.633428]  [] ? drm_modeset_lock_all_ctx+0x9a/0xb0 [drm]
[87274.633437]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x33/0x80 [drm_kms_helper]
[87274.633444]  [] drm_fb_helper_set_par+0x2d/0x50 
[drm_kms_helper]
[87274.633472]  [] intel_fbdev_set_par+0x1a/0x60 [i915]
[87274.633474]  [] ? fb_set_var+0x2ef/0x460
[87274.633476]  [] fb_set_var+0x236/0x460
[87274.633479]  [] ? check_preempt_curr+0x54/0x90
[87274.633481]  [] ? check_preempt_wakeup+0xfa/0x220
[87274.633483]  [] ? update_curr+0x79/0x160
[87274.633487]  [] fbcon_blank+0x30f/0x350
[87274.633488]  [] ? ttwu_do_wakeup+0x19/0xe0
[87274.633492]  [] do_unblank_screen+0xd3/0x1a0
[87274.633494]  [] complete_change_console+0x59/0xe0
[87274.633495]  [] vt_ioctl+0x710/0x12f0
[87274.633509]  [] ? drm_ioctl+0x189/0x540 [drm]
[87274.633512]  [] tty_ioctl+0x35f/0xc40
[87274.633516]  [] ? handle_mm_fault+0xce0/0x1820
[87274.633519]  [] do_vfs_ioctl+0x29f/0x490
[87274.633522]  [] ? __do_page_fault+0x1b4/0x400
[87274.633524]  [] SyS_ioctl+0x79/0x90
[87274.633528]  [] entry_SYSCALL_64_fastpath+0x16/0x71
[87274.633530] ---[ end trace b051207009ce3de7 ]---
[87277.029483] [drm:i915_hangcheck_elapsed [i915]] *ERROR* Hangcheck timer 
elapsed... blitter ring idle
[87288.996779] [ cut here ]
[87288.996842] WARNING: CPU: 0 PID: 1442 at 
/build/linux-dKXp7o/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
[87288.996848] vblank wait timed out on crtc 0
[87288.996851] Modules linked in: hid_a4tech nls_iso8859_1 uas usb_storage 
hid_generic usbhid hid ctr ccm uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_v4l2 videobuf2_core v4l2_common videodev media msr intel_rapl 
x86_pkg_temp_thermal coretemp kvm_intel kvm arc4 iwldvm irqbypass mac80211 
input_leds joydev serio_raw snd_hda_codec_hdmi iwlwifi snd_hda_codec_conexant 
snd_hda_codec_generic snd_seq_midi snd_seq_midi_event cfg80211 thinkpad_acpi 
snd_hda_intel snd_rawmidi nvram snd_hda_codec snd_hda_core snd_hwdep snd_seq 
mei_me snd_pcm mei snd_seq_device snd_timer lpc_ich shpchp snd soundcore 
mac_hid ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt 

[Bug 1193236] Re: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-*

2016-12-02 Thread Ilya G. Ryabinkin
Same for me, 14.04.05 fully updated. Noticed only today, there was no
such an issue before (couple of days at least). Showing up with emacs
and evince.

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

Title:
   Couldn't connect to accessibility bus: Failed to connect to socket
  /tmp/dbus-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/at-spi/+bug/1193236/+subscriptions

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


[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-09-28 Thread Ilya G. Ryabinkin
I would have been working on that but for now have no time at all and,
honestly, too little motivation. 4.8 kernel works like a charm.

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

Title:
  WARNING: CPU: 1 PID: 865 at
  /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326
  drm_wait_one_vblank+0x1b0/0x1c0 [drm]

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

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


[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-09-04 Thread Ilya G. Ryabinkin
Here are relevant links:

https://bugzilla.redhat.com/show_bug.cgi?id=1372924
https://lkml.org/lkml/2016/8/29/105

** Bug watch added: Red Hat Bugzilla #1372924
   https://bugzilla.redhat.com/show_bug.cgi?id=1372924

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

Title:
  WARNING: CPU: 1 PID: 865 at
  /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326
  drm_wait_one_vblank+0x1b0/0x1c0 [drm]

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

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


[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-09-04 Thread Ilya G. Ryabinkin
Well, I have tested:
 
ilya@thinkpad:~$ uname -a
Linux thinkpad 4.8.0-040800rc4-generic #201608312129 SMP Thu Sep 1 01:31:59 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

Installation was smooth except the complaints about missing firmware---I
dismissed these warnings. A new kernel hang after the very first reboot,
but later worked flawlessly.

Seems like the topic issue is *FIXED*. No traps after VT switching back
and forth, multiple times. Uptime is now

ilya@thinkpad:~$ uptime
 07:06:02 up 1 day, 21 min,  1 user,  load average: 0.43, 0.28, 0.17
ilya@thinkpad:~$ 


HOWEVER: A new issue appear:

[3.843410] [ cut here ]
[3.843444] WARNING: CPU: 0 PID: 274 at 
/home/kernel/COD/linux/drivers/gpu/drm/i915/intel_pm.c:7866 
sandybridge_pcode_write+0x109/0x1f0 [i915]
[3.843444] Missing switch case (16) in gen6_check_mailbox_status
[3.843456] Modules linked in: sd_mod hid_generic usbhid hid 
crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel 
aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd ahci i915 e1000e libahci 
ptp libata pps_core sdhci_pci sdhci psmouse mmc_core scsi_mod ehci_pci ehci_hcd 
i2c_algo_bit drm_kms_helper usbcore drm thermal usb_common wmi fjes video button
[3.843458] CPU: 0 PID: 274 Comm: kworker/0:2 Not tainted 
4.8.0-040800rc4-generic #201608312129
[3.843458] Hardware name: LENOVO 4286CTO/4286CTO, BIOS 8DET50WW (1.20 ) 
07/07/2011
[3.843477] Workqueue: events intel_gen6_powersave_work [i915]
[3.843478]  0286 c8d9b468 b2b40904 
98ad436efd58
[3.843479]   b287f5ce 98ad4351 
98ad436efdb0
[3.843480]   98ad4351a438 98ad43518830 
98ad4351a378
[3.843480] Call Trace:
[3.843484]  [] ? dump_stack+0x5c/0x78
[3.843486]  [] ? __warn+0xbe/0xe0
[3.843487]  [] ? warn_slowpath_fmt+0x5f/0x80
[3.843516]  [] ? sandybridge_pcode_write+0x109/0x1f0 
[i915]
[3.843532]  [] ? intel_gen6_powersave_work+0x2b8/0x1430 
[i915]
[3.843534]  [] ? process_one_work+0x184/0x4b0
[3.843535]  [] ? worker_thread+0x4d/0x480
[3.843536]  [] ? __schedule+0x261/0x720
[3.843537]  [] ? process_one_work+0x4b0/0x4b0
[3.843538]  [] ? kthread+0xcd/0xf0
[3.843540]  [] ? __switch_to+0x2c1/0x7a0
[3.843541]  [] ? ret_from_fork+0x1f/0x40
[3.843542]  [] ? kthread_create_on_node+0x1a0/0x1a0
[3.843543] ---[ end trace 2890e7c79ed0a408 ]---

As can be seen from the timestamp, it occurs directly on boot, but also right 
after coming out of suspend:
[16814.964045] PM: Finishing wakeup.
[16814.964047] Restarting tasks ... 
[16814.964068] ACPI: \_SB_.PCI0.LPC_.EC__.BAT1: docking
[16814.964439] ACPI: \_SB_.PCI0.LPC_.EC__.BAT1: Unable to dock!
[16814.988599] done.
[16814.989172] video LNXVIDEO:00: Restoring backlight state
[16815.009679] [ cut here ]
[16815.009732] WARNING: CPU: 0 PID: 12510 at 
/home/kernel/COD/linux/drivers/gpu/drm/i915/intel_pm.c:7866 
sandybridge_pcode_write+0x109/0x1f0 [i915]
[16815.009734] Missing switch case (16) in gen6_check_mailbox_status
[16815.009736] Modules linked in: ctr ccm fuse uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_v4l2 videobuf2_core videodev media msr intel_rapl 
x86_pkg_temp_thermal coretemp arc4 iwldvm kvm_intel mac80211 joydev kvm iwlwifi 
irqbypass serio_raw sg intel_cstate cfg80211 intel_rapl_perf lpc_ich mfd_core 
shpchp snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic 
snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm thinkpad_acpi 
snd_seq_midi snd_seq_midi_event snd_rawmidi nvram rfkill battery ip6t_REJECT 
nf_reject_ipv6 ac nf_log_ipv6 snd_seq snd_seq_device xt_hl snd_timer ip6t_rt 
snd evdev soundcore nf_conntrack_ipv6 mei_me nf_defrag_ipv6 tpm_tis mei 
tpm_tis_core ipt_REJECT nf_reject_ipv4 tpm nf_log_ipv4 nf_log_common xt_LOG 
xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4
[16815.009798]  xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns 
nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack 
parport_pc iptable_filter ip_tables ppdev lp parport x_tables autofs4 ext4 
crc16 jbd2 fscrypto mbcache btrfs xor raid6_pq algif_skcipher af_alg dm_crypt 
dm_mirror dm_region_hash dm_log dm_mod sd_mod hid_generic usbhid hid 
crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel 
aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd ahci i915 e1000e libahci 
ptp libata pps_core sdhci_pci sdhci psmouse mmc_core scsi_mod ehci_pci ehci_hcd 
i2c_algo_bit drm_kms_helper usbcore drm thermal usb_common wmi fjes video button
[16815.009856] CPU: 0 PID: 12510 Comm: kworker/0:1 Tainted: GW   
4.8.0-040800rc4-generic #201608312129
[16815.009858] Hardware name: LENOVO 4286CTO/4286CTO, BIOS 8DET50WW (1.20 ) 
07/07/2011
[16815.009898] Workqueue: events intel_gen6_powersave_work [i915]
[16815.009901]  0286 58785335 b2b40904 

[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-09-02 Thread Ilya G. Ryabinkin
Remind me, how to do that?

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

Title:
  WARNING: CPU: 1 PID: 865 at
  /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326
  drm_wait_one_vblank+0x1b0/0x1c0 [drm]

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

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


[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-09-02 Thread Ilya G. Ryabinkin
Bug is still there with the most recent update:

ilya@thinkpad:~$ uname -a
Linux thinkpad 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

It can be triggered by VT switching *after* some time the system is up.
Below is the piece of dmesg log:

[175890.502451] [ cut here ]
[175890.502491] WARNING: CPU: 2 PID: 3425 at 
/build/linux-a2WvEb/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
[175890.502492] vblank wait timed out on crtc 0
[175890.502546] Modules linked in: msr ctr ccm bnep uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common videodev media btusb 
btrtl btbcm btintel bluetooth intel_rapl x86_pkg_temp_thermal coretemp 
kvm_intel kvm irqbypass arc4 iwldvm input_leds joydev mac80211 serio_raw 
snd_hda_codec_hdmi iwlwifi snd_hda_codec_conexant snd_hda_codec_generic 
cfg80211 snd_hda_intel lpc_ich snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq thinkpad_acpi 
snd_seq_device nvram snd_timer snd mac_hid mei_me mei shpchp soundcore 
ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 
nf_defrag_ipv6 ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG 
xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
ip6table_filter
[175890.502586]  ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter parport_pc 
ip_tables x_tables ppdev lp parport autofs4 btrfs xor raid6_pq drbg ansi_cprng 
algif_skcipher af_alg dm_crypt dm_mirror dm_region_hash dm_log hid_generic 
usbhid hid crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse i915 sdhci_pci sdhci i2c_algo_bit ahci 
drm_kms_helper libahci syscopyarea sysfillrect sysimgblt fb_sys_fops e1000e drm 
ptp pps_core fjes video wmi
[175890.502590] CPU: 2 PID: 3425 Comm: Xorg Not tainted 4.4.0-36-generic 
#55-Ubuntu
[175890.502592] Hardware name: LENOVO 4286CTO/4286CTO, BIOS 8DET50WW (1.20 ) 
07/07/2011
[175890.502597]  0286 319e2a0a 88040611f838 
813f13b3
[175890.502599]  88040611f880 c0071b38 88040611f870 
810810f2
[175890.502602]  8800d49be000   
001a6bf2
[175890.502603] Call Trace:
[175890.502615]  [] dump_stack+0x63/0x90
[175890.502622]  [] warn_slowpath_common+0x82/0xc0
[175890.502625]  [] warn_slowpath_fmt+0x5c/0x80
[175890.502632]  [] ? finish_wait+0x55/0x70
[175890.502655]  [] drm_wait_one_vblank+0x1b5/0x1c0 [drm]
[175890.502660]  [] ? wake_atomic_t_function+0x60/0x60
[175890.502716]  [] intel_atomic_commit+0x43a/0x6f0 [i915]
[175890.502749]  [] ? 
drm_atomic_add_affected_connectors+0x27/0xf0 [drm]
[175890.502778]  [] drm_atomic_commit+0x37/0x60 [drm]
[175890.502795]  [] restore_fbdev_mode+0x22f/0x260 
[drm_kms_helper]
[175890.502825]  [] ? drm_modeset_lock_all_ctx+0x9a/0xb0 [drm]
[175890.502840]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x33/0x80 [drm_kms_helper]
[175890.502852]  [] drm_fb_helper_set_par+0x2d/0x50 
[drm_kms_helper]
[175890.502901]  [] intel_fbdev_set_par+0x1a/0x60 [i915]
[175890.502906]  [] ? fb_set_var+0x2ef/0x460
[175890.502910]  [] fb_set_var+0x236/0x460
[175890.502914]  [] ? update_curr+0x79/0x160
[175890.502919]  [] fbcon_blank+0x30f/0x350
[175890.502923]  [] ? ttwu_do_wakeup+0x19/0xe0
[175890.502929]  [] do_unblank_screen+0xd3/0x1a0
[175890.502934]  [] complete_change_console+0x59/0xe0
[175890.502938]  [] vt_ioctl+0x710/0x12f0
[175890.502960]  [] ? drm_ioctl+0x189/0x540 [drm]
[175890.502966]  [] tty_ioctl+0x35f/0xc40
[175890.502972]  [] ? handle_mm_fault+0xcdd/0x1820
[175890.502976]  [] do_vfs_ioctl+0x29f/0x490
[175890.502980]  [] ? __do_page_fault+0x1b4/0x400
[175890.502982]  [] SyS_ioctl+0x79/0x90
[175890.502987]  [] entry_SYSCALL_64_fastpath+0x16/0x71
[175890.502990] ---[ end trace dcdb242875193ae6 ]---

Attempt to get back to Unity session results is extremely slowly
responsive system. Switching back to tty1 takes approximately 80
seconds. A new set of trace information is in dmesg:

[176009.892085] [ cut here ]
[176009.892180] WARNING: CPU: 3 PID: 3425 at 
/build/linux-a2WvEb/linux-4.4.0/drivers/gpu/drm/i915/intel_display.c:3963 
intel_crtc_wait_for_pending_flips+0x1e2/0x240 [i915]()
[176009.892185] WARN_ON(wait_event_timeout(dev_priv->pending_flip_queue, 
!intel_crtc_has_pending_flip(crtc), 60*HZ) == 0)
[176009.892189] Modules linked in:
[176009.892194]  msr ctr ccm bnep uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_v4l2 videobuf2_core v4l2_common videodev media btusb btrtl btbcm 
btintel bluetooth intel_rapl x86_pkg_temp_thermal coretemp kvm_intel kvm 
irqbypass arc4 iwldvm input_leds joydev mac80211 serio_raw snd_hda_codec_hdmi 
iwlwifi snd_hda_codec_conexant snd_hda_codec_generic cfg80211 snd_hda_intel 
lpc_ich snd_hda_codec snd_hda_core 

[Bug 1583817] Re: WARNING: CPU: 1 PID: 865 at /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326 drm_wait_one_vblank+0x1b0/0x1c0 [drm]

2016-08-26 Thread Ilya G. Ryabinkin
The problem is *not* fixed by other updates at the time of writing the
post---the fully updated system (16.04.1@thinkpad x220) has the same
issue.

It is invariably happening when the "Switch user" capability is
employed, in other words when a second instance of Xord is in use. The
laptop actually is not completely locked up, it is still possible to get
to a console by pressing Ctrl-Alt-F1, but one should wait for 20-30
seconds before the switch actually happens.

Attempts to get back to X still result in an unresponsive computer,
*BUT* if I put it into a sleep mode by issuing

 sudo pm-suspend

from the console, I am able to get an X session unfrozen and continue to
work.

Seems like there is a bug in xorg-video-intel related to the second X
without root privileges.

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

Title:
  WARNING: CPU: 1 PID: 865 at
  /home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1326
  drm_wait_one_vblank+0x1b0/0x1c0 [drm]

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

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


[Bug 1611838] Re: Compiz crashes on unlock screen if CapsLock is set to switch input source

2016-08-21 Thread Ilya G. Ryabinkin
Seems like the bug is no longer exist after the most recent compiz
update:

$ compiz --version
Compiz 0.9.12.2

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-08-17 Thread Ilya G. Ryabinkin
Sorry for being grumpy, but something has be done with kernel quality 
assurance. 4.4 kernel apparently has multiple issues---in my case I have 
troubles on both 16.04 & 14.04 Ubuntus. They are:
 
1. blank virtual consoles after some time on 14.04.5@Asus Zenbook UX301 CA
2. Random Xorg lockups on 16.04.1@Lenovo thinkpad x220. Interestingly, the 
laptop is not completely frozen---after pressing Ctrl-Alt-F1 I'm able to get to 
tty1, but after 30-40s. But going back to X results in still unresponsive 
graphics, so the only thing I can do is to issue a "shutdown -r now" command 
from the console... Kernel is complaining in dmesg about 'lost vblank'.

All these things, I believe, are due to multiple bugs in 4.4 kernel,
presumably in intel video driver and/or a DRM subsystem---seems like
it's badly broken in 4.4.

Ubuntu kernel team should really consider to drop 4.4 support and move
on to the next major kernel release.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

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

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


[Bug 1611838] xdpyinfo.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718445/+files/xdpyinfo.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] XorgLogOld.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718443/+files/XorgLogOld.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] JournalErrors.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718432/+files/JournalErrors.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] ProcModules.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718439/+files/ProcModules.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] UnitySupportTest.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718441/+files/UnitySupportTest.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] ProcEnviron.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718437/+files/ProcEnviron.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] UdevDb.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1611838/+attachment/4718440/+files/UdevDb.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] DpkgLog.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718431/+files/DpkgLog.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] XorgLog.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718442/+files/XorgLog.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] ProcInterrupts.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718438/+files/ProcInterrupts.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] ProcCpuinfo.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718436/+files/ProcCpuinfo.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] Lsusb.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1611838/+attachment/4718435/+files/Lsusb.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] Xrandr.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1611838/+attachment/4718444/+files/Xrandr.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] LightdmLog.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718433/+files/LightdmLog.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] Dependencies.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

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

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] Lspci.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1611838/+attachment/4718434/+files/Lspci.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] Re: Compiz crashes on unlock screen if CapsLock is set to switch input source

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Tags added: apport-collected compiz-0.9 ubuntu xenial

** Description changed:

- Traditionally I set Caps Lock to switch between input languages (en/ru
- for me). If I lock a screen and press Caps Lock to switch between
- languages to enter password in correct language, the screen is
- flickering and compiz crashes in background.
+ Traditionally I set Caps Lock to switch between input languages (en/ru for 
me). If I lock a screen and press Caps Lock to switch between languages to 
enter password in correct language, the screen is flickering and compiz crashes 
in background.
+ --- 
+ .tmp.unity_support_test.0:
+  
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
+Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21da]
+ GsettingsChanges:
+  org.compiz.core outputs ['1366x768+0+0']
+  org.compiz.core hsize 2
+  org.compiz.core active-plugins ['core', 'composite', 'opengl', 'snap', 
'vpswitch', 'compiztoolbox', 'copytex', 'commands', 'wall', 'mousepoll', 
'resize', 'move', 'place', 'imgpng', 'session', 'regex', 'grid', 'animation', 
'fade', 'expo', 'unitymtgrabhandles', 'workarounds', 'scale', 'ezoom', 
'unityshell']
+  org.compiz.core vsize 2
+ InstallationDate: Installed on 2016-08-07 (2 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ LightdmDisplayLog:
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+  [dix] couldn't enable device 12
+  (II) Server terminated successfully (0). Closing log file.
+ MachineType: LENOVO 4286CTO
+ Package: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
+ PackageArchitecture: all
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic 
root=/dev/mapper/xenial_thinkpad-vg_xenial_root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
+ Tags:  xenial xenial ubuntu compiz-0.9
+ Uname: Linux 4.4.0-34-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/07/2011
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 8DET50WW (1.20 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 4286CTO
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr8DET50WW(1.20):bd07/07/2011:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 4286CTO
+ dmi.product.version: ThinkPad X220
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718428/+files/BootLog.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] CurrentDmesg.txt

2016-08-10 Thread Ilya G. Ryabinkin
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1611838/+attachment/4718429/+files/CurrentDmesg.txt

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1611838] [NEW] Compiz crashes on unlock screen if CapsLock is set to switch input source

2016-08-10 Thread Ilya G. Ryabinkin
Public bug reported:

Traditionally I set Caps Lock to switch between input languages (en/ru for me). 
If I lock a screen and press Caps Lock to switch between languages to enter 
password in correct language, the screen is flickering and compiz crashes in 
background.
--- 
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
DistUpgraded: Fresh install
DistroCodename: xenial
DistroRelease: Ubuntu 16.04
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21da]
GsettingsChanges:
 org.compiz.core outputs ['1366x768+0+0']
 org.compiz.core hsize 2
 org.compiz.core active-plugins ['core', 'composite', 'opengl', 'snap', 
'vpswitch', 'compiztoolbox', 'copytex', 'commands', 'wall', 'mousepoll', 
'resize', 'move', 'place', 'imgpng', 'session', 'regex', 'grid', 'animation', 
'fade', 'expo', 'unitymtgrabhandles', 'workarounds', 'scale', 'ezoom', 
'unityshell']
 org.compiz.core vsize 2
InstallationDate: Installed on 2016-08-07 (2 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
LightdmDisplayLog:
 (II) AIGLX: Suspending AIGLX clients for VT switch
 [dix] couldn't enable device 12
 (II) Server terminated successfully (0). Closing log file.
MachineType: LENOVO 4286CTO
Package: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-34-generic 
root=/dev/mapper/xenial_thinkpad-vg_xenial_root ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Tags:  xenial xenial ubuntu compiz-0.9
Uname: Linux 4.4.0-34-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 07/07/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET50WW (1.20 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4286CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET50WW(1.20):bd07/07/2011:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4286CTO
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-collected capslock compiz compiz-0.9 input switch ubuntu xenial

** Project changed: ubuntu-mate => unity

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: unity

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

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

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


[Bug 1459235] Re: Google Address book: Unable to open address book

2015-05-28 Thread Ilya G. Ryabinkin
This bug affects also Evolution 3.2.3 on Ubuntu 12.04 LTS. How would I
solve the problem there? There is nothing like GOA to configure.

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

Title:
  Google Address book: Unable to open address book

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

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


[Bug 883319] Re: xrandr --scale restricts area in which mouse moves

2015-03-30 Thread Ilya G. Ryabinkin
I would suggest a workaroung: use --scale together with --panning

For example, if I have 1366x768 screen and I would like to scale it up to 
1920x1080, I would use
xrandr --output LVDS1 --panning 1920x1080 --scale 1.406x1.406

1.406 = 1920/1366 or, similarly 1080/768

To go back, issue
xrandr --output LVDS1 --panning 0x0+0+0 --scale 1x1

Of course, don't foget to replace LDVS1 with the appropriate device.

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

Title:
  xrandr --scale restricts area in which mouse moves

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

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


[Bug 966658] Re: Indicator Date Time shows clocks that have been deleted from the list.

2014-11-22 Thread Ilya G. Ryabinkin
The bug is still here, why is it marked Expired?

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

Title:
  Indicator Date Time shows clocks that have been deleted from the list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/966658/+subscriptions

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


[Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2014-03-07 Thread Ilya G. Ryabinkin
After today's update and rebooting a microphone mute button is now
working for me! Thanks.

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

Title:
  Does not handle microphone mute button (KEY_MICMUTE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/408903/+subscriptions

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


[Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2014-03-05 Thread Ilya G. Ryabinkin
I didn't get what this update is doing. My mic.mute still doesn't work
-- when I'm pressing it nothing happening, even the button LED does not
lit up.

Lenovo x220 4286CTO

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

Title:
  Does not handle microphone mute button (KEY_MICMUTE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/408903/+subscriptions

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


[Bug 998435] Re: qemu-kvm-spice doesn't support spice/qxl installs

2013-11-03 Thread Ilya G. Ryabinkin
Bug still exist in 12.04.

BIOS messages are not visible with qxl driver; however, with installed
guest addiations it is possible to log in to guest OS (tried with
Windows)

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

Title:
  qemu-kvm-spice doesn't support spice/qxl  installs

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

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


[Bug 1194841] Re: Upgrade to ff22 enters proxy-settings

2013-06-27 Thread Ilya G. Ryabinkin
Looks like this is the same bug already reported in Mozilla bugtracker:
https://bugzilla.mozilla.org/show_bug.cgi?id=817533

** Bug watch added: Mozilla Bugzilla #817533
   https://bugzilla.mozilla.org/show_bug.cgi?id=817533

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

Title:
  Upgrade to ff22 enters proxy-settings

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

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


[Bug 1194841] Re: Upgrade to ff22 enters proxy-settings

2013-06-26 Thread Ilya G. Ryabinkin
The situation is even worse. I'm using ssh SOCKS proxy as well as direct
connection to Internet. I switch between them by choosing system proxy
and manual proxy variants. However, after upgrade to Firefox 22 the
selection System proxy works just like I have Manual proxy selection
(which is greyed out at this moment). This is incorrect. Please fix.

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

Title:
  Upgrade to ff22 enters proxy-settings

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

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


[Bug 1166620] Re: kernel crash at login

2013-04-09 Thread Ilya G. Ryabinkin
I don't have oops, but I see

[   66.331364] [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: 
GEN6_RP_INTERRUPT_LIMITS expected 1a0d, was 1a00
[   74.291376] [drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: 
GEN6_RP_INTERRUPT_LIMITS expected 000d, was 1a0d

which I never saw before

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

Title:
  kernel crash at login

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

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


[Bug 1001992] Re: tracker-miner-fs crashes on startup

2013-01-23 Thread Ilya G. Ryabinkin
OK, I confirm the bug, but I can add important imformation:

I got all symptoms as in the title post, when I mount WEBDAV remote
volume; tracker-miner-fs crashes as was shown and does not start since.
This is the last message before crash:

Tracker-Message: Mount point added for URN 
'urn:nepomuk:datasource:68513af5b222d3f586bcd540cd2a6bf0'
**
Tracker:ERROR:tracker-file-system.c:483:tracker_file_system_get_file: assertion 
failed: (parent_node != NULL)
Aborted (core dumped)

It is 100% reproducible. Just mount webdav remote filesystem and
tracker-miner-fs immediately crashes.

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

Title:
  tracker-miner-fs crashes on startup

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

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


[Bug 543266] Re: preview latex fails on with pdflatex

2011-12-31 Thread Ilya G. Ryabinkin
I confirm error with latex-preview for revtex4 class. auctex_11.86-6.deb
doesn't fix that. Here is one (out if many) errors reported:

gs -dOutputFile\=\(1dks.prv/tmp28952tio/pr1-7.png\) -q -dSAFER -dNOPAUSE 
-DNOPLATFONTS -dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 
-sDEVICE\=png16m -r108.606x108.587
GS{DELAYSAFER{.setsafe}if}stopped pop/.preview-BP currentpagedevice/BeginPage 
get dup null eq{pop{pop}bind}if def/BeginPage{currentpagedevice/PageSize get 
dup 0 get 1 ne exch 1 get 1 ne or{.preview-BP }{pop}ifelse}bind/PageSize[1 
1]setpagedevice/preview-do{[count 3 roll save]3 1 roll dup length 0 
eq{pop}{setpagedevice}{ifelse .runandhide}stopped{handleerror quit}if aload pop 
restore}bind def [(1dks.prv/tmp28952tio/preview.ps)(r)file]aload exch dup 0 
setfileposition 381362()/SubFileDecode filter cvx .runandhide aload pop dup dup 
381362 setfileposition 144()/SubFileDecode filter cvxpreview-do
Error: /typecheck in --setfileposition--
Operand stack:
   --nostringval--   (1dks.prv/tmp28952tio/preview.ps)   (r)   (r)   (r)   
382030   382030   382030   381900   381900   381900   381768   381768   381768  
 381636   381636   381636   381506   381506   381506   381362
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
%loop_continue   --nostringval--   --nostringval--   false   1   %stopped_push  
 .runexec2   --nostringval--   --nostringval--   --nostringval--   2   
%stopped_push   --nostringval--
Dictionary stack:
   --dict:1163/1684(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--
Current allocation mode is local
Current file position is 31

Please, update the package!

OS details
$ lsb_release -d -r -c
Description:Ubuntu 11.04
Release:11.04
Codename:   natty
auctex  11.86-2ubuntu1

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

Title:
  preview latex fails on with pdflatex

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/543266/+subscriptions

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


[Bug 676828] Re: Contacts does not show up in empathy contact list

2011-08-19 Thread Ilya G. Ryabinkin
*** This bug is a duplicate of bug 558872 ***
https://bugs.launchpad.net/bugs/558872

I have the same issues as Steve. All my google contacts are missing
rendering my roaster empty (I don't have any MSN contacts). This
happened I believe after the last update. Ubuntu 10.04 as well

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

Title:
  Contacts does not show up in empathy contact list

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

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


[Bug 760142] Re: Dell 15R : ImPS/2 ALPS GlidePoint: Configuring as mouse

2011-05-12 Thread Ilya G. Ryabinkin
I confirm the bug on Dell Latitude E5420. Basically, thouchpad is
working, but no reation occurs on Fn-F5 pressing though a notification
pops-up.

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

Title:
  Dell 15R : ImPS/2 ALPS GlidePoint: Configuring as mouse

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


[Bug 709951] [NEW] Atheros Atheros AR8151 driver should be ported to 10.04 LTS kernel

2011-01-29 Thread Ilya G. Ryabinkin
Public bug reported:

Atheros AR8151 driver claims to be GPL. Dell Inspiron Zino has Atheros
gigabit ethernet adapter based on that chip

03:00.0 Ethernet controller: Atheros Communications AR8151 v1.0 Gigabit 
Ethernet (rev c0)
Subsystem: Dell Device 0473
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR+ PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 10
Region 0: Memory at fe9c (64-bit, non-prefetchable) [size=256K]
Region 2: I/O ports at e800 [size=128]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Address:   Data: 
Capabilities: [58] Express (v1) Endpoint, MSI 00
DevCap:MaxPayload 4096 bytes, PhantFunc 0, Latency L0s unlimited, 
L1 unlimited
ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE+ FLReset-
DevCtl:Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta:CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap:Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 
unlimited, L1 unlimited
ClockPM+ Suprise- LLActRep- BwNot-
LnkCtl:ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta:Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
Capabilities: [6c] Vital Product Data ?
Capabilities: [100] Advanced Error Reporting ?
Capabilities: [180] Device Serial Number 00-00-00-00-00-00-00-00

It would be greate if it be ported on Lucid Lynx 10.04

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

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

Title:
  Atheros Atheros AR8151 driver should be ported to 10.04 LTS kernel

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


[Bug 539300] Re: [Lucid] Network Manager Applet Wi-Fi icon always shows red exclamation mark

2011-01-12 Thread Ilya G. Ryabinkin
Yet another request. Please, fix!

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

Title:
  [Lucid] Network Manager Applet Wi-Fi icon always shows red exclamation
  mark

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


[Bug 198800] Re: [hardy] tracker-applet should not open new windows

2009-01-12 Thread Ilya G. Ryabinkin
I agree. It would be much more convenient

-- 
[hardy] tracker-applet should not open new windows
https://bugs.launchpad.net/bugs/198800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307706] Re: USB automount broken after last update

2008-12-25 Thread Ilya G. Ryabinkin
The problem was solved. There was an incorrect line in fstab which began
with /dev/sdb1 . Actually, it should be some human-readable
comment on actual physical partition used to help with UUID line, but
leading # was accidentally deleted.

It is possible to close bug, sorry for any inconvenience.

Ilya.

** Changed in: hal (Ubuntu)
   Status: New = Invalid

-- 
USB automount broken after last update
https://bugs.launchpad.net/bugs/307706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307706] [NEW] USB automount broken after last update

2008-12-13 Thread Ilya G. Ryabinkin
Public bug reported:

Binary package hint: hal

After last update USB devices does not automount. Plugging new device
does nothing. Device icon does not appear in Computer.

It is still possible to mount partition by typing 
 gnome-mount -d /dev/sdc1 
in terminal.

Short look at  dbus-monitor --session output reveals that hal does not
report th presence of partition:

$ dbus-monitor --session
signal sender=org.freedesktop.DBus - dest=:1.134 path=/org/freedesktop/DBus; 
interface=org.freedesktop.DBus; member=NameAcquired
   string :1.134
method call sender=:1.134 - dest=org.freedesktop.DBus 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string type='method_call'
method call sender=:1.134 - dest=org.freedesktop.DBus 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string type='method_return'
method call sender=:1.134 - dest=org.freedesktop.DBus 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
   string type='error'
signal sender=:1.23 - dest=(null destination) path=/; 
interface=org.gtk.Private.RemoteVolumeMonitor; member=DriveConnected
   string org.gtk.Private.HalVolumeMonitor
   string 0xeec670
   struct {
  string 0xeec670
  string USB Drive
  string 5 GThemedIcon drive-removable-media-usb drive-removable-media 
drive-removable drive
  boolean false
  boolean true
  boolean true
  boolean true
  array [
  ]
  array [
 dict entry(
string hal-udi
string 
/org/freedesktop/Hal/devices/storage_serial_JetFlash_TS512MJFV30_9X0FQLX4_0_0
 )
 dict entry(
string unix-device
string /dev/sdc
 )
  ]
   }

Actually, USB stick DOES contain one partition, whicn is correctly
recognized by kernel (part of dmesg):

[ 4821.161076] sd 17:0:0:0: [sdc] 991232 512-byte hardware sectors (508 MB)
[ 4821.161575] sd 17:0:0:0: [sdc] Write Protect is off
[ 4821.161582] sd 17:0:0:0: [sdc] Mode Sense: 03 00 00 00
[ 4821.161584] sd 17:0:0:0: [sdc] Assuming drive cache: write through
[ 4821.163450] sd 17:0:0:0: [sdc] 991232 512-byte hardware sectors (508 MB)
[ 4821.163950] sd 17:0:0:0: [sdc] Write Protect is off
[ 4821.163955] sd 17:0:0:0: [sdc] Mode Sense: 03 00 00 00
[ 4821.163957] sd 17:0:0:0: [sdc] Assuming drive cache: write through
[ 4821.163961]  sdc: sdc1
[ 4821.164665] sd 17:0:0:0: [sdc] Attached SCSI removable disk
[ 4821.164761] sd 17:0:0:0: Attached scsi generic sg3 type 0

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

-- 
USB automount broken after last update
https://bugs.launchpad.net/bugs/307706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307706] Re: USB automount broken after last update

2008-12-13 Thread Ilya G. Ryabinkin
Sorry,

Ubuntu 8.10, x86_64

-- 
USB automount broken after last update
https://bugs.launchpad.net/bugs/307706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 294587] Re: Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)

2008-11-07 Thread Ilya G. Ryabinkin
Hi, Bryce. Here are lspci and Xorg.log files

** Attachment added: lspci -vvnn
   http://launchpadlibrarian.net/19469083/lspci-log

-- 
Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)
https://bugs.launchpad.net/bugs/294587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 294587] Re: Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)

2008-11-07 Thread Ilya G. Ryabinkin

** Attachment added: Xorg.log
   http://launchpadlibrarian.net/19469096/Xorg.0.log

-- 
Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)
https://bugs.launchpad.net/bugs/294587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194526] Re: Use keyboard LED to show alternative layout doesn't work at all

2008-11-07 Thread Ilya G. Ryabinkin
It is very likely that in Ubuntu 8.10 this bug disappears, at least for
me. Caps led now follows layout strictly.

-- 
Use keyboard LED to show alternative layout doesn't work at all
https://bugs.launchpad.net/bugs/194526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 290545] Re: Brightness issue with Ibex 8.10 on IBM X40 Laptop

2008-11-06 Thread Ilya G. Ryabinkin
I confirm the presence of a bug. I've tried to play with options reduce 
backlights and dim on idle. Both of them did not solve the issue. 
A few more details: the brighness progressively decreases, rather slowly and 
then slowly increases. The other symtoms are the same.

Hardware: Dell Latitude D610 laptop, i915GM, Ubuntu 8.10(32 bit).

-- 
Brightness issue with Ibex 8.10 on IBM X40 Laptop
https://bugs.launchpad.net/bugs/290545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 294587] [NEW] Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)

2008-11-06 Thread Ilya G. Ryabinkin
Public bug reported:

Ubuntu 8.10:
Multimedia keys (Fn + some key) work partially on my Dell Latitude D610 laptop. 
I've chosen Dell Latitude series type of keyboard, but several keys did not 
work: Hibernate (Fn+F1), Battery Status (Fn+F3). Other keys seem to be 
working, but I cannot check several of them. Previously on Ubuntu 8.04 all keys 
worked normally.

I suppose, this bug is closely related with the following bugs reported:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/73619
https://bugs.launchpad.net/ubuntu/+bug/292104
https://bugs.launchpad.net/ubuntu/+bug/281993

** Affects: xserver-xorg-input-keyboard (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Multimedia keys on laptop work only partially (8.10 vs 8.04 regression)
https://bugs.launchpad.net/bugs/294587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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