[Bug 1811149] Re: 23 wireguard peers hang systemd-networkd

2019-01-12 Thread Leonid Evdokimov
** Bug watch added: github.com/systemd/systemd/issues #11404
   https://github.com/systemd/systemd/issues/11404

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/11404
   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/1811149

Title:
  23 wireguard peers hang systemd-networkd

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

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

[Bug 1811149] Re: 23 wireguard peers hang systemd-networkd

2019-01-12 Thread Leonid Evdokimov
I've written a small script to reproduce the issue and I got following
results using VMs from Linode:

- broken with systemd=237-3ubuntu10.9  on Ubuntu 18.04, 4.15.0-43-generic 
#46-Ubuntu.
- broken with systemd=237-3ubuntu10.11 on Ubuntu 18.04, 4.15.0-43-generic 
#46-Ubuntu.
- broken with systemd=239-7ubuntu10.6  on Ubuntu 18.10, 4.18.0-13-generic 
#14-Ubuntu.

The way I used to reproduce the issue was to 1) start Linode VM, 2) run
`./systemd-wg 23`.

For some reason, 23 is the magic number of peers: 22 peers, 24 peers and
1500 peers work okay, but 23 peers trigger the bug.

Given the fact that 239 is also affected, I'm submitting it upstream.

** Attachment added: "bash script to reproduce the issue"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1811149/+attachment/5228725/+files/systemd-wg

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

Title:
  23 wireguard peers hang systemd-networkd

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

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

[Bug 1811149] Re: 23 wireguard peers hang systemd-networkd

2019-01-09 Thread Leonid Evdokimov
** Description changed:

  I'm running Ubuntu 18.04.1 LTS with systemd=237-3ubuntu10.9.
+ Linux kernel version is 4.15.0-32-generic #35-Ubuntu SMP.
+ wireguard=0.0.20181218-wg1~bionic from PPA.
  
  I have a Wireguard-based VPN server that has several peers. As soon as
  number of peers is 22 or lower, everything works okay. As soon as I add
  the 23rd peer, restart of `systemd-networkd` service fails with timeout
  while systemd-networkd hogs CPU.
  
  Moreover, if I reboot the box while wireguard configuration is "broken",
  systemd-networkd fails to apply network settings on boot and the box is
  no longer accessible over the network.
  
  Configuration is structured in a following way (keys are fake):
  
  ==> wg0.netdev
  [NetDev]
  Name=wg0
  Kind=wireguard
  Description=Wireguard VPN server
  [WireGuard]
  ListenPort=4500
  PrivateKey=kNl7tkhCM1Crj8RhUIn8xvwcg+UoOkw26kQjQEtZk1k=
  [WireGuardPeer]
  PublicKey=AfM1AN4IIUe5AVypFg2pcNrQmqOtZQIJLgusbkDYXkI=
  AllowedIPs=fd6f:b446:a2ca:0400:cb6f:b446:a2ca:bd0b/128
  AllowedIPs=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
  # and 22 more [WireGuardPeer] like that
  
  ==> wg0.network
  Name=wg0
  [Network]
  Address=fd6f:b446:a2ca:0400::1/64
  [Route]
  Destination=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
  # and 22 more [Route] sections like that
  
  syslog logs are attached both for "good" and "bad" cases, sample of
  strace logs is also attached for "bad" case.
  
  I'm filling the issue here as the aforementioned systemd version is
  already out of scope of upstream bug tracker per
  https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md
  #filing-issues

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

Title:
  23 wireguard peers hang systemd-networkd

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

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

[Bug 1811149] [NEW] 23 wireguard peers hang systemd-networkd

2019-01-09 Thread Leonid Evdokimov
Public bug reported:

I'm running Ubuntu 18.04.1 LTS with systemd=237-3ubuntu10.9.

I have a Wireguard-based VPN server that has several peers. As soon as
number of peers is 22 or lower, everything works okay. As soon as I add
the 23rd peer, restart of `systemd-networkd` service fails with timeout
while systemd-networkd hogs CPU.

Moreover, if I reboot the box while wireguard configuration is "broken",
systemd-networkd fails to apply network settings on boot and the box is
no longer accessible over the network.

Configuration is structured in a following way (keys are fake):

==> wg0.netdev
[NetDev]
Name=wg0
Kind=wireguard
Description=Wireguard VPN server
[WireGuard]
ListenPort=4500
PrivateKey=kNl7tkhCM1Crj8RhUIn8xvwcg+UoOkw26kQjQEtZk1k=
[WireGuardPeer]
PublicKey=AfM1AN4IIUe5AVypFg2pcNrQmqOtZQIJLgusbkDYXkI=
AllowedIPs=fd6f:b446:a2ca:0400:cb6f:b446:a2ca:bd0b/128
AllowedIPs=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
# and 22 more [WireGuardPeer] like that

==> wg0.network
Name=wg0
[Network]
Address=fd6f:b446:a2ca:0400::1/64
[Route]
Destination=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
# and 22 more [Route] sections like that

syslog logs are attached both for "good" and "bad" cases, sample of
strace logs is also attached for "bad" case.

I'm filling the issue here as the aforementioned systemd version is
already out of scope of upstream bug tracker per
https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md
#filing-issues

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


** Tags: networkd systemd-networkd wireguard

** Attachment added: "Archive with syslog & strace logs"
   
https://bugs.launchpad.net/bugs/1811149/+attachment/5228066/+files/systemd-networkd-wireguard-many-peers.tar.gz

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

Title:
  23 wireguard peers hang systemd-networkd

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

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

[Bug 1607472] Re: compiz lockscreen crashed with SIGABRT in AcceleratorController :: OnActionActivated

2016-07-29 Thread Leonid Evdokimov
** Summary changed:

- compiz lockscreen crashed with SIGABRT
+ compiz lockscreen crashed with SIGABRT in AcceleratorController :: 
OnActionActivated

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

Title:
  compiz lockscreen crashed with SIGABRT in AcceleratorController ::
  OnActionActivated

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

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


[Bug 1385321] Re: memory and file descriptor (zeitgeist/activity.sqlite) leak in empathy

2014-11-13 Thread Leonid Evdokimov
** Summary changed:

- memory and file descriptor leak in empathy
+ memory and file descriptor (zeitgeist/activity.sqlite) leak in empathy

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

Title:
  memory and file descriptor (zeitgeist/activity.sqlite) leak in empathy

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

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


[Bug 1385321] [NEW] memory and file descriptor leak in empathy

2014-10-24 Thread Leonid Evdokimov
Public bug reported:

empathy process takes almost 1G of RSS memory, that's way too much and
looks like leak as soon as RSS grows over time.

Another symptom is lots of duplicate open files, 
$HOME/.local/share/zeitgeist/activity.sqlite is opened 160 times according to 
lsof:
$ lsof -p 3970 | awk '{print $(NF)}' | sort | uniq -c | awk '($1  1)'
  8 anon_inode
  2 /dev/pts/27
160 /home/darkk/.local/share/zeitgeist/activity.sqlite
  2 /home/darkk/.local/share/zeitgeist/activity.sqlite-shm
160 /home/darkk/.local/share/zeitgeist/activity.sqlite-wal
  2 pipe
  6 socket
  2 /SYSV

Full lsof output is attached as lsof.txt

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: empathy 3.8.6-0ubuntu9.1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct 24 18:44:33 2014
ExecutablePath: /usr/bin/empathy
InstallationDate: Installed on 2011-07-14 (1198 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
SourcePackage: empathy
UpgradeStatus: Upgraded to trusty on 2014-05-12 (165 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: lsof -p 3970 lsof.txt
   https://bugs.launchpad.net/bugs/1385321/+attachment/4243686/+files/lsof.txt

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

Title:
  memory and file descriptor leak in empathy

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

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


[Bug 1058365] Re: Empathy (telepathy-sofiasip) cannot connect to SIP server via VPN

2014-09-13 Thread Leonid Evdokimov
It's hard to tell if it's bug in Empathy, telepathy-rakia, sofia-sip or
network-manager-openvpn. Here is my case.

I have three SIP accounts: one for my company and two for personal usage, all
three accounts work in simple case with single global IP address without
NAT.

I have following network setup that kills SIP connection:
- my Wi-Fi is in 192.168.1.0/24 network and gives me default gateway and NAT
- my VPN gives me _global_ IPv4 and IPv6 addresses, I __don't__ use VPN as 
  default gateway and route only enterprise networks via VPN tunnel
- my virual 10.0.1.0/24 network connects me with virtualboxes I use for
  development

When VPN is disconnected telepathy selects 192.168... address for outgoing
packets and all three SIP accounts work like charm.

When VPN is __connected__ telepathy selects VPN IP address as source address.
So, kernel routes packets via Wi-Fi network (!), not via VPN for two accounts
of three. company account still works as it's reachable both via VPN and
without it.

Packets routed like that may be dropped due to various reasons - NAT,
reverse-path filter, etc. The reason does not matter much.

Bottomline - there are several ways to fix the issue.

1. add proper source-based routing setup to network-manager.
   In my case all SIP calls will be routed via VPN with this configuration as
   sofia-sip library prefers VPN address over everything else.
   It's not good in terms of latency, but it works.

2. update local-ip-address in SIP settings on network connectiviy change
   I implemented NetworkManager dispatcher script that sets local-ip-address
   using IP routing table. It does not look like generic solution, but it
   works for me: https://github.com/darkk/home/blob/master/bin/nm-sofia-reroute

3. add option to sofia-sip library to disable complex source address selection
   I've not actually tried it, but the script does alike job.

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

Title:
  Empathy (telepathy-sofiasip) cannot connect to SIP server via VPN

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

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


[Bug 1058365] Re: Empathy (telepathy-sofiasip) cannot connect to SIP server via VPN

2014-09-13 Thread Leonid Evdokimov
Here is relevant discussion on sofia-sip mailing list:
http://sourceforge.net/p/sofia-sip/mailman/message/26158361/

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

Title:
  Empathy (telepathy-sofiasip) cannot connect to SIP server via VPN

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

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


[Bug 1268287] Re: does not reconnect after suspend/resume

2014-06-16 Thread Leonid Evdokimov
That's likely true, restart of mission-control can be used as a
workaround.

-1. Resume.
0. Watch endless spinner in empathy.
1. kill -TERM `pidof mission-control-5`
2. Change status via indicator applet or empathy menu.
3. Empathy is reconnecting correctly now.

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

Title:
   does not reconnect after suspend/resume

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-05-24 Thread Leonid Evdokimov
I confirm Vladimir's words.  Moreover, sometimes capslock is permanently turned 
on instead of layout switching:
gkjgkjgОлпорпорпролпОПОПОПРОПОРплопрололпJkghkjghjkghjhg
^ I've not touched shift :)

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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

[Bug 1304437] Re: After connecting to OpenVPN server the default DNS is no longer available

2014-05-12 Thread Leonid Evdokimov
I faced same issue.

My setup is: 
IPv4 [+] use this connection only for resources on its network 
IPv6 [-] use this connection only for resources on its network 

I get `REFUSED` when I try to run `dig google.com.` and I see following
at /var/log/syslog:

May 12 21:54:45 localhost NetworkManager[19137]: info Writing DNS information 
to /sbin/resolvconf
May 12 21:54:45 localhost dnsmasq[19070]: setting upstream servers from DBus
...
May 12 21:54:45 localhost dnsmasq[19070]: using nameserver 213.180.205.1#53 for 
domain yandex.net
May 12 21:54:45 localhost NetworkManager[19137]: info VPN plugin state 
changed: started (4)


When I change setup to:
IPv4 [+] use this connection only for resources on its network 
IPv6 [+] use this connection only for resources on its network 

I can resolve non-VPN domain names and non-specific nameserver is
mentioned at the /var/log/syslog too:

May 12 21:58:20 localhost dnsmasq[19070]: setting upstream servers from DBus
...
May 12 21:58:20 localhost dnsmasq[19070]: using nameserver 213.180.205.1#53 for 
domain yandex.net
May 12 21:58:20 localhost dnsmasq[19070]: using nameserver 192.168.42.1#53 
 that one :)
May 12 21:58:20 localhost dbus[840]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)

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

Title:
  After connecting to OpenVPN server the default DNS is no longer
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1304437/+subscriptions

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


[Bug 1199877] Re: unity-panel-service memory leak and 100% CPU usage

2013-11-06 Thread Leonid Evdokimov
@Sebastien: thanks, libgail-3-0 did the trick, no more removed packages.
I did `apt-get install 
{indicator-appmenu,libgtk-3-0,libgtk-3-common,libgail-3-0}/saucy-proposed` to 
apply updates.
I also see small leak: 40 Mb → 70 Mb in 5 hours. OTOH, it can also be explained 
by heap fragmentation.

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

Title:
  unity-panel-service memory leak and 100% CPU usage

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

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

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-11-05 Thread Leonid Evdokimov
 Single keys hotkeys are not working: Alt (opens HUD), Shift, Ctrl, Win (opens 
 HUD). But IMHO they used very seldom as layout switchers.
Ctrl was default layout switcher in linux console (bare TTY) for quite a long 
time, so there may be significant number of users using Ctrl in X too. But I 
have no numbers to back my words up.

Also, you say that Alt opens HUD. It's not always true due to bug
1237121.

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1235472] Re: New messages do not show

2013-11-05 Thread Leonid Evdokimov
Alike issue here, here is the test-case:

I receive a message from a person not in my contact list via XMPP for the first 
time (no history exists).
telepathy-indicator shows new message.
I click a line in the indicator.
New chat tab is opened in the empathy-chat with the contact.

BUG: No messages are shown in the tab at all — new messages should be shown
BUG: window title shows (-1 unread) — that's nonsense :)
BUG: unread-messages icon does not disappear even in focus is in the tab — that 
may be another simptom of the bug.

If I look at Previous conversations at the moment I see new messages.
If I close the tab and reopen with Ctrl-Shift-Tab it I see new messages.

I have empathy 3.8.4-1ubuntu1

** Attachment added: Screenshot of the bug
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1235472/+attachment/3900404/+files/empathy-chat%202013-11-05%2012%3A47%3A21.png

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

Title:
  New messages do not show

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

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

[Bug 1235472] Re: New messages do not show

2013-11-05 Thread Leonid Evdokimov
The bug is also reproduced if the person is not in contact list, but some chat 
history exists.
BUG: In this case I see no __new__ messages in the chat tab (only old messages 
from the tail of the history are displayed).
Other symptoms are same.

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

Title:
  New messages do not show

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

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


[Bug 1199877] Re: unity-panel-service memory leak and 100% CPU usage

2013-11-05 Thread Leonid Evdokimov
I installed indicator-appmenu_13.01.0+13.10.20131031-0ubuntu1_amd64.deb, 
restarted unity-panel-service and memory leak seems to be still there.
unity-panel-service RSS grows from 108M to 175M in 3 hours.
On the other hand, I have not seen 100% CPU spikes yet.

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

Title:
  unity-panel-service memory leak and 100% CPU usage

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

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


[Bug 1199877] Re: unity-panel-service memory leak and 100% CPU usage

2013-11-05 Thread Leonid Evdokimov
@Sebastien: excuse me, I missed the comment about libgtk-3-0. I tried to 
install libgtk-3-0 from saucy-proposed, but apt is going to remove evince and 
63 other packages in this case :-/
I'm sorry, I have no time to dig in dependencies till weekend.

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

Title:
  unity-panel-service memory leak and 100% CPU usage

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

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


[Bug 1237121] Re: Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

2013-11-04 Thread Leonid Evdokimov
I suffer from same bug. I use two layouts configured via XKB. I reverted to XKB 
due to bug in iBus/layout-indicator/smthng-else making layout switching 
unusable #1218322. Command-line to configure the layout is:
$ setxkbmap -layout us,ru -option grp:caps_toggle,grp_led:scroll,compose:menu

I'm sure original reporter has different settings :-)

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

Title:
  Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

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

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


[Bug 1237121] Re: Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

2013-11-04 Thread Leonid Evdokimov
Also some key combinations can be set in control center, but do not work 
properly.
I can set Alt+Multikey (Alt + menu), but HUD is not activated with this 
combination. On the other hand Alt-Z works fine.

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

Title:
  Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-10-10 Thread Leonid Evdokimov
Once again on 3.8.0-31-generic on raring
dmesg, i915_error_state and Xorg.0.log are at  http://yadi.sk/d/psMKfJZi9cfoa 
under 2013-10-10 subfolder

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-09-20 Thread Leonid Evdokimov
Yep, I have seen hang on 13.10 too. Here are logs:
http://yadi.sk/d/psMKfJZi9cfoa

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1103394] Re: [raring] History dialog does not decode UTF-8 (displays за symbols)

2013-09-16 Thread Leonid Evdokimov
What package fixes the issue?
I still observe the bug in the logs and I have folowing '*pathy*' packages 
installed

$ dpkg -l | grep pathy | grep ^ii | awk '{printf %s=%s , $2, $3}'
empathy=3.6.4-0ubuntu4.1 empathy-common=3.6.4-0ubuntu4.1 
libfolks-telepathy22=0.4.2-0ubuntu1 libfolks-telepathy25=0.8.0-1 
libmission-control-plugins0=1:5.14.0-0ubuntu2 
libtelepathy-farstream3:amd64=0.6.0-1 libtelepathy-glib0:amd64=0.20.2-0ubuntu1 
libtelepathy-logger3:amd64=0.8.0-0ubuntu1 
nautilus-sendto-empathy=3.6.4-0ubuntu4.1 python-telepathy=0.15.19-2.1build1 
telepathy-gabble=0.16.5-0ubuntu1.1 telepathy-haze=0.6.0-1 
telepathy-idle=0.1.14-1ubuntu0.1 
telepathy-indicator=0.3.1daily13.03.01-0ubuntu1 telepathy-logger=0.8.0-0ubuntu1 
telepathy-mission-control-5=1:5.14.0-0ubuntu2 telepathy-rakia=0.7.4-1ubuntu1 
telepathy-salut=0.8.1-1 telepathy-sofiasip=0.7.4-1ubuntu1

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

Title:
  [raring] History dialog does not decode UTF-8 (displays за symbols)

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

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

[Bug 863218] Re: No desktop (gtk) Qt style in skype:i386

2013-09-07 Thread Leonid Evdokimov
After upgrade 12.10 (quantal) to 13.04 (raring) skype lost proper style
on my amd64 laptop with following warnings:

Gtk-Message: Failed to load module canberra-gtk-module
Gtk-WARNING **: Unable to locate theme engine in module_path: murrine,

Installing these two packages solved problem for me: libcanberra-gtk-
module:i386 gtk2-engines-murrine:i386

I have no idea what gtk style/engine/module is used nowadays, but my
desktop settings are almost default :)

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

Title:
  No desktop (gtk) Qt style in skype:i386

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

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


[Bug 1073372] Re: Xorg produces high CPU usage, slow gnome-terminal

2013-02-10 Thread Leonid Evdokimov
I have installed following packages from 13.04 repos to my 12.10 box:
libcairo2_1.12.10-1ubuntu1_amd64.deb
libcairo2_1.12.10-1ubuntu1_i386.deb
libpixman-1-0_0.28.2-0ubuntu1_amd64.deb
libpixman-1-0_0.28.2-0ubuntu1_i386.deb

These packages fixed the bug for me.

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

Title:
  Xorg produces high CPU usage, slow gnome-terminal

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

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


[Bug 1101666] Re: inotify fd leak

2013-01-22 Thread Leonid Evdokimov
I confirm Eugene's words:

darkk@darkk-ya-thinkpad:~$ cat /proc/sys/fs/inotify/max_user_instances
128
darkk@darkk-ya-thinkpad:~$ ls -l /proc/*/fd/ 2/dev/null | grep -c 
anon_inode:inotify
36
darkk@darkk-ya-thinkpad:~$ sudo ls -l /proc/*/fd/ 2/dev/null | grep -c 
anon_inode:inotify
51
darkk@darkk-ya-thinkpad:~$ uname -a
Linux darkk-ya-thinkpad 3.5.0-22-generic #34-Ubuntu SMP Tue Jan 8 21:47:00 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
darkk@darkk-ya-thinkpad:~$ uptime
 16:57:08 up 4 days,  4:55, 15 users,  load average: 0.60, 0.97, 0.82
darkk@darkk-ya-thinkpad:~$ tail -f /etc/hosts /dev/null 
tail: inotify cannot be used, reverting to polling: Too many open files
^C

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

Title:
  inotify fd leak

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

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


[Bug 1101666] Re: inotify fd leak

2013-01-22 Thread Leonid Evdokimov
@Joseph, I see the bug on real hw, but I use quantal

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

Title:
  inotify fd leak

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

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


[Bug 842954] Re: kernel BUG at /build/buildd/linux-3.0.0/drivers/gpu/drm/i915/i915_gem.c:3336!; RIP: 0010:[ffffffffa00fa29b] [ffffffffa00fa29b] i915_gem_object_unpin+0xab/0xb0 [i915]

2012-05-28 Thread Leonid Evdokimov
Probably, it was fixed in 3.2.x.
I'm using 12.04 now and I have not seen this bug anymore for quite a long time.

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

Title:
  kernel BUG at
  /build/buildd/linux-3.0.0/drivers/gpu/drm/i915/i915_gem.c:3336!; RIP:
  0010:[a00fa29b]  [a00fa29b]
  i915_gem_object_unpin+0xab/0xb0 [i915]

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

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


[Bug 652775] Re: WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601 rate_control_send_low+0xc2/0x140 [mac80211]()

2012-03-14 Thread Leonid Evdokimov
Another alternative to reboot is to use hardware switch to disable and
reenable wifi. At least it works for me.

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

Title:
  WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601
  rate_control_send_low+0xc2/0x140 [mac80211]()

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

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


[Bug 652775] Re: WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601 rate_control_send_low+0xc2/0x140 [mac80211]()

2012-03-13 Thread Leonid Evdokimov
I see alike bug, I'm using ThinkPad x220

Wi-Fi stops working for me when the bug fires and I have to reboot to
restore wireless connectivity.


** Attachment added: log with backtrace  networkmanager retries
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/652775/+attachment/2865774/+files/syslog.1

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

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

Title:
  WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601
  rate_control_send_low+0xc2/0x140 [mac80211]()

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

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


[Bug 652775] Re: WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601 rate_control_send_low+0xc2/0x140 [mac80211]()

2012-03-13 Thread Leonid Evdokimov
https://bugzilla.redhat.com/show_bug.cgi?id=786609 - probably, it's
relevant bug in Fedora.

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=786609
   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/652775

Title:
  WARNING: at /build/buildd/linux-2.6.35/include/net/mac80211.h:2601
  rate_control_send_low+0xc2/0x140 [mac80211]()

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

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


[Bug 942453] [NEW] 100% CPU usage - upstart-udev-bridge

2012-02-28 Thread Leonid Evdokimov
Public bug reported:

I'm not sure if it's bug in upstart or libdbus, but (2) points to
upstart, I see only two issues:

1. 100% CPU usage of the daemon

2. `upstart-udev-bridge --daemon` running as pid 472 floods /dev/null
with following messages according to strace:

...
write(2, process 472: , 13)   = 13
write(2, arguments to dbus_message_iter_append_basic() were incorrect, 
assertion \_dbus_check_is_valid_utf8 (*string_p)\ failed in file 
../../dbus/dbus-message.c line 2534.\nThis is normally a bug in some 
application using the D-Bus library.\n, 232) = 232
...

and strace shows nothing else.

gdb backtrace samples are useless due to lack of debug symbols and I see
no upstart-dbg package to get them.

** Affects: upstart (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/942453

Title:
  100% CPU usage - upstart-udev-bridge

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

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


[Bug 942453] Re: 100% CPU usage - upstart-udev-bridge

2012-02-28 Thread Leonid Evdokimov
I'm using upstart 1.3-0ubuntu11

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 11.10
Release:11.10
Codename:   oneiric

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

Title:
  100% CPU usage - upstart-udev-bridge

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

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


[Bug 824255] Re: network-manager-openconnect can’t prompt for passwords

2012-01-29 Thread Leonid Evdokimov
I've written following script to connect to OpenVPN. There was one
quirck in my setup, nmcli needed access to nm-applet, another trouble
was router reboot: router sets up WLAN long before it connects to
internet, so I added ping-check.

You can grab my script at https://github.com/darkk/home/blob/master/bin
/nm-vpn-autostart

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

Title:
  network-manager-openconnect can’t prompt for passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/824255/+subscriptions

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

[Bug 821539] Re: valgrind fails with assertion

2012-01-10 Thread Leonid Evdokimov
valgrind-3.6.1-0ubuntu2 was not backported to natty according to
http://packages.ubuntu.com/search?keywords=valgrind

The problem is fixed in oneric, on the ohter hand, you can easily
backport package to natty yourself, it's as easy as apt-get source 
dpkg-buildpackage  dpkg -i ../...deb

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

Title:
  valgrind fails with assertion

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

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


[Bug 770652] Re: sunrise and sunset info incorrect

2011-12-25 Thread Leonid Evdokimov
I have 11.05.31-0ubuntu2.1 and I'm at St.Petersburg (Russian Federation)
Applet shows sunrise / sunset at 10:05 / 15:53
http://pogoda.yandex.ru/saint-petersburg shows sunrise / sunset at 11:01 / 
16:57 - and it represents reality much better then applet does :)

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

Title:
  sunrise and sunset info incorrect

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

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


[Bug 842954] Re: black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

2011-09-06 Thread Leonid Evdokimov
** Attachment added: 2011.09.06-18:23-kernel bug and hung Xorg
   https://bugs.launchpad.net/bugs/842954/+attachment/2362581/+files/syslog.bz2

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

Title:
  black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

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

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


[Bug 842954] [NEW] black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

2011-09-06 Thread Leonid Evdokimov
Public bug reported:

Some highlights for syslog.bz2

Sep 5 12:29 - I booted the kernel after update to Ubuntu 3.0.0-10.16-generic 
3.0.4
-- MARK -- several undocking and docking back...
Sep 6 18:14 - I returned my laptop to dockstation with external VGA monitor 
connected and lid closed.
Sep 6 18:23 - kernel BUG
Sep 6 19:0x - I opened the lid and got nothing but blank black screen
Sep 6 19:08 - I ejected the laptop from dock and inserted it back hoping to fix 
something blindly.
Sep 6 19:10 - SysRQ Sync, Term, Sync, Umount, Reboot

That's my story.

I'm using natty (11.04) userspace with oneiric kernel (linux-generic)
pinned by apt-preferences

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-3.0.0-10-generic 3.0.0-10.16
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  darkk  2007 F pulseaudio
 /dev/snd/pcmC0D0p:   darkk  2007 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf262 irq 51'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:14f1506e,17aa21da,0010 
HDA:80862805,80860101,0010'
   Controls  : 20
   Simple ctrls  : 8
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Tue Sep  6 20:50:25 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
MachineType: LENOVO 4291E57
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-10-generic 
root=/dev/mapper/vg-root ro
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-10-generic N/A
 linux-backports-modules-3.0.0-10-generic  N/A
 linux-firmware1.52
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/18/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET46WW (1.16 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4291E57
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:bvr8DET46WW(1.16):bd05/18/2011:svnLENOVO:pn4291E57:pvrThinkPadX220:rvnLENOVO:rn4291E57:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4291E57
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug natty running-unity staging

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

Title:
  black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

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

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


[Bug 842954] Re: black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

2011-09-06 Thread Leonid Evdokimov
I have no reliable way to reproduce it, but I know that it also happened
in 3.0.0-9-generic kernel. I have full syslog dump for that kernel since
Aug 25 - I'll post it if anyone thinks that it may be useful.

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

Title:
  black screen and unusable Xorg due to kernel BUG at i915_gem.c:3336

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

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


[Bug 779754] Re: NM status icon sometimes not clickable

2011-08-10 Thread Leonid Evdokimov
Failed again.

Before restart:
  PID  STARTED TIME   RSSVSZ COMMAND
 1342   Aug 06 00:01:31 75784 482772 nm-applet --sm-disable

After killall workaround:
  PID  STARTED TIME   RSSVSZ COMMAND
 4847 11:29:51 00:00:00 17060 397680 nm-applet --sm-disable

After an hour of run-time:
 4847 11:29:51 00:00:04 23108 501252 nm-applet --sm-disable

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

Title:
  NM status icon sometimes not clickable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/779754/+subscriptions

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


[Bug 779754] Re: NM status icon sometimes not clickable

2011-08-09 Thread Leonid Evdokimov
I think, that memory leak and functionality loss are two different bugs.

I doubt that memory leak leads to malfunctioning nm-applet, on the other
hand, it may be related and I'll chech RSS/VSZ size next time I'll see
the issue.

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

Title:
  NM status icon sometimes not clickable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/779754/+subscriptions

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


[Bug 821539] [NEW] valgrind fails with assertion

2011-08-05 Thread Leonid Evdokimov
Public bug reported:

Upstream: https://bugs.kde.org/show_bug.cgi?id=277045

valgrind fails with following error:
{{{
--14502-- Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x2a

valgrind: m_debuginfo/readdwarf.c:2338 (copy_convert_CfiExpr_tree): Assertion 
'srcix = 0  srcix  VG_(sizeXA)(srcxa)' failed.
}}}

I cherry-picked r11856 and r11904 from valgrind trunk  using $(svn diff -c 
r11904 svn://svn.valgrind.org/valgrind/trunk)
Applied them to source package valgrind_3.6.1-0ubuntu1
Build it as 3.6.1-0ubuntu2 with debuild
And got working valgrind :)

Please, upload patched valgrind to the repo.

** Affects: valgrind (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/821539

Title:
  valgrind fails with assertion

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

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


[Bug 779754] Re: NM status icon sometimes not clickable

2011-07-22 Thread Leonid Evdokimov
Yes, I see exactly same behavior as in Bug #702551 - VPN Connections
submenu is gone and clicking any menu item does not produce any result.

Workaround, suggested by ralf-hildebrandt@ really works:

$ killall nm-applet  nm-applet

Beware, killing nm-applet will also kill runing VPN service and you'll
have to restart it.

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

Title:
  NM status icon sometimes not clickable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/779754/+subscriptions

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


[Bug 115970] Re: qt4 apps doesn't start with symbol lookup error

2011-01-21 Thread Leonid Evdokimov
Google Earth package does same evil thing while placing path to their
own Qt version into /etc/ld.so.conf.d/googleearth.conf - that break
skype, for example.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/115970

Title:
  qt4 apps doesn't start with symbol lookup error

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


[Bug 494254] Re: Compiling files that include /usr/include/linux/tcp.h gives errors

2011-01-14 Thread Leonid Evdokimov
** Changed in: linux (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/494254

Title:
  Compiling files that include /usr/include/linux/tcp.h gives errors

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


[Bug 494254] Re: Compiling files that include /usr/include/linux/tcp.h gives errors

2011-01-13 Thread Leonid Evdokimov
You can also do s/__cpu_to_be32/__constant_cpu_to_be32/ in linux/tcp.h
to avoid this problem.

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

Title:
  Compiling files that include /usr/include/linux/tcp.h gives errors

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


[Bug 295448] Re: apt documentation for APT::Default-Release is not clear regarding security updates

2010-04-14 Thread Leonid Evdokimov
As far as I see, karmic is not affected, right?

-- 
apt documentation for APT::Default-Release is not clear regarding security 
updates
https://bugs.launchpad.net/bugs/295448
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 450620] Re: [Karmic beta] System hangs after initramfs, md1_crypt (running)

2010-03-25 Thread Leonid Evdokimov
For the record, init=/bin/bash works

And according to /var/log/apt/term.log my kernel was upgraded from
2.6.31.14.27 to 2.6.31.20.33

After upgrade there was no entry for my old kernel in grub config, so
run update-grub and got it.

initrd.img was not created for 2.6.31-20-generic during update, so I had
to start init=/bin/bash and run $(update-initramfs -k 2.6.31-20-generic
-c) to create it.

Resulting initramfs still fails to boot saying:
Begin: Running /scripts/local-top
Begin: Waiting for encrypted source device... ...
(process hangs here)

So the password to decrypt the volume is not asked.

I also run $(update-initramfs -k all) before specifying exact version it
updated initrd.img for my old kernel and now it's broken too (same
symptoms - Waiting for encrypted source device)

-- 
[Karmic beta] System hangs after initramfs, md1_crypt (running)
https://bugs.launchpad.net/bugs/450620
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 450620] Re: [Karmic beta] System hangs after initramfs, md1_crypt (running)

2010-03-25 Thread Leonid Evdokimov
And new information, while I was writing that bugreport my initramfs
finished waiting (after 180s  suggested at #164044 without any sort of
progress-bar - what a great user experience!) saying:

udevadm settle is not permitted while udev is unconfigured
  Check cryptops=source= bootarg cat /proc/cmdline
  or missing modules, devices: cat /proc/modules ls /dev
-r ALERT! /dev/disk/by-uuid/...1fb58f does not exist. Dropping to a shell

initrd /sbin/udevadm script _seems_ to be broken as it either fails with
exit 1 or fails to exec /bin/bash as there is no /bin/bash at initrd

Also, there are no disks at /dev, though dmesg says, that sda disk was
found, $(grep sda /proc/diskstats) confirms that.

After manual creation of /dev/sda{,1,2,3,5} I can confirm, that uuid is
correct. So, now my issue is that udev is not creating relevant device
nodes at /dev and symlinks at /dev/disks...

-- 
[Karmic beta] System hangs after initramfs, md1_crypt (running)
https://bugs.launchpad.net/bugs/450620
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 450620] Re: [Karmic beta] System hangs after initramfs, md1_crypt (running)

2010-03-25 Thread Leonid Evdokimov
My working workaround:
boot with rdinit=/bin/sh

# mkdir /proc  mount -t proc none /proc
# mkdir /sys  mount-t sysfs none /sys
# grep sd /proc/diskstats | while read major minor dev other; do mknod 
/dev/$dev b $major $minor; done
# for i in /lib/modules/*/kernel/drivers/md/dm-crypt.ko 
/lib/modules/*/kernel/crypto/*; do insmod $i; done
# cryptsetup luksOpen $(blkid -t TYPE=crypto_LUKS | cut -d : -f 1) encrtypted
# lvm pvscan
# lvm lvs
# lvm lvchange -ay vg/root # put your device name here
# mkdir /n  mount /dev/mapper/vg-root /n
# cd /n/sbin
# ln udevadm backup-udevadm
# ln udevadm.upgrade backup-udevadm.upgrade
# rm udevadm
# mv udevadm.upgrade udevadm
# cp -a /n/sbin/udevadm /sbin/udevadm
# cd /
# umount /n
# lvm lvchange -an vg/root
# cryptsetup luksClose encrtyped
# umount /sys
# umount /proc
# exec /init

Excuse me for flooding the topic. Hope, it will help someone.

-- 
[Karmic beta] System hangs after initramfs, md1_crypt (running)
https://bugs.launchpad.net/bugs/450620
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 450620] Re: [Karmic beta] System hangs after initramfs, md1_crypt (running)

2010-03-25 Thread Leonid Evdokimov
Steve,

Right, that's was exactly so - I rebooted right after kernel was
upgraded and popup Reboot is required. Should I reboot right now?
appeared. After booting I run $(aptitude update) and it suggested me to
run $(dpkg --configure -a). That finally fixed my system.

Here is relevant bug: https://bugs.launchpad.net/ubuntu/+source/update-
notifier/+bug/30759

-- 
[Karmic beta] System hangs after initramfs, md1_crypt (running)
https://bugs.launchpad.net/bugs/450620
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 30759] Re: restart required notification should be delayed until the upgrade process is complete

2010-03-25 Thread Leonid Evdokimov
I have reproduced the bug while upgrading karmic koala from 9.10-just-
from-dvd to 9.10-up-to-date today morning.

Here is full story including happy-end:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/450620/comments/18

I have full apt logs and other logs that were not rotated still. I can
upload if you need any of them.

-- 
restart required notification should be delayed until the upgrade process is 
complete
https://bugs.launchpad.net/bugs/30759
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 450620] Re: [Karmic beta] System hangs after initramfs, md1_crypt (running)

2010-03-24 Thread Leonid Evdokimov
Yesterday I've installed Ubuntu 9.10 using text installation from DVD using 
following schema:
sda1 - /boot
sda3 - encrypted LVM PV containing vg/root and vg/swap
sda2 - extended
sda5 - stale NTFS partition

Eveything was ok after fresh install

I installed all available updates today, system asked me to reboot (as
far as I see, kernel was updated too), and after reboot I I see
following:

...app-armor profiles loaded...
fsck from utli-linux-ng 2.16
[...] Adding 2047992k swap on /dev/mapper/vg-swap ...
boot: clean, ...
fsck from utli-linux-ng 2.16
root: clean, ...
init: udevtrigger main process (609) terminated with status 1
init: udevtrigger post-stop process (610) terminated with status 1
init: udevmonitor main process (606) killed by TERM signal
init: networking main process (614) terminated with status 1
 * Starting init crypto disks...
 * sda3_crypt (running)... [ OK ]
-- system hangs here

I can press Ctrl-Alt-Delete to reboot the PC correctly. SysRQ is
working, though SAK kills init.

-- 
[Karmic beta] System hangs after initramfs, md1_crypt (running)
https://bugs.launchpad.net/bugs/450620
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 495930] Re: Cambridge Silicon Radio Bluetooth Dongle gives permanent Connection timed out with Ubuntu 9.10

2010-01-15 Thread Leonid Evdokimov
@yoghurt_lx
I've reproduced the bug with my dongle but I had no enough time to verify your 
workaround still.

Also, bluez repo uses git, so you can use `git bisect` to speedup
bughunting.

-- 
Cambridge Silicon Radio Bluetooth Dongle gives permanent Connection timed out 
with Ubuntu 9.10
https://bugs.launchpad.net/bugs/495930
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 87023] Re: sudo option tty_tickets gives false sense of security due to reused pts numbers

2009-11-14 Thread Leonid Evdokimov
I have part of idea of another workaround for pty (but not for tty).

Open console:
$ ls -l --full-time --time=ctime `tty`
crw--- 1 darkk tty 136, 2 2009-11-14 15:41:39.260720360 +0600 /dev/pts/2

Close console, open console again:
$ ls -l --full-time --time=ctime `tty`
crw--- 1 darkk tty 136, 2 2009-11-14 15:43:31.320713474 +0600 /dev/pts/2

So ticket may include ctime of pty.

On the other hand, malicious attacker can change ctime of the /dev/pts/2
and he may get correct ctime watching /dev/pts (he can't get ctime from
ticket data). I don't know if it may be avoided using something like
POSIX ACL's and I assume that POSIX ACL's are not supported by ptsfs.
Maybe someone has better idea.

-- 
sudo option tty_tickets gives false sense of security due to reused pts 
numbers
https://bugs.launchpad.net/bugs/87023
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 330437] Re: impossible to clear trash-bin when it contains read-only folders

2009-03-10 Thread Leonid Evdokimov
I don't think I'll be able to install jaunty soon. I can only confirm
that 8.04-LTS (with all latest updates) is affected too.

Easier steps to reproduce (tested at 8.04):
1. $ mkdir -p foo/bar
2. $ touch foo/bar/baz
3. $ chmod -R u-w foo
4. $ chmod u+w foo
5. delete directory `foo' to trash

* try to empty trash — `foo' persists, moreover there is no error
message.

* try to add `write' permission recursively for folder `foo' that is
inside of trash — operation fails without any error message

* try to add `write' permission to `foo/bar' that is inside of trash —
operation fails with message the action is not supported by the driver

* try to cut/paste `foo' folder from trash to Desktop — operation fails during 
copying file to /home/darkk/Desktop/foo.2/bar with details Error occured 
while deleting file: permission denied
so you have two copies of `foo' tree — one in Trash and another one on Desktop
(btw, why the file is copied? IMHO, cut and paste should not copy anything)

* there is no way to restore `foo' to it's original place to change
permissions there, at least I see no relevant commands in context menu.

Error messages MAY be inexact — I had to translate them from Russian
back to English.

-- 
impossible to clear trash-bin when it contains read-only folders
https://bugs.launchpad.net/bugs/330437
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 329771] Re: Recovery mode should have noresume option in grub

2009-02-20 Thread Leonid Evdokimov
I assume it's a bug as lack of this option makes recovery mode
unusable in case of suspend-to-disk bugs.

-- 
Recovery mode should have noresume option in grub
https://bugs.launchpad.net/bugs/329771
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 330437] [NEW] impossible to clear trash-bin when it contains read-only folders

2009-02-17 Thread Leonid Evdokimov
Public bug reported:

Binary package hint: nautilus

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

I have nautilus-1:2.24.1-0ubuntu2

Steps to reproduce:

Copy directory with some subdirectories from CD to home directory and delete it 
to trash.
Try to empty trash — and you'll get message Error while deleting file: 
Permission denied.
Try to empty trash with gnome applet menu (right-click on the trash icon in the 
taskbar gives menu and Empty trash is one of its items) and it'll show you 
progress-bar and will finish cleanup without any error but files will be left 
in the trash.
If you try to change permissions for the folder inside of trash, you get error 
message the action is not supported by the driver.

Possible workaround is to run `chmod -R u+w
~/.local/share/Trash/files/*`.

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


** Tags: nautilus readonly trash

-- 
impossible to clear trash-bin when it contains read-only folders
https://bugs.launchpad.net/bugs/330437
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 329771] [NEW] Recovery mode should have noresume option in grub

2009-02-15 Thread Leonid Evdokimov
Public bug reported:

The bug affects at least 8.04 and 8.10 releases.

Recovery mode tries to resume from hibernate image if it's available,
that's not user expects to see in recovery mode if there are some
troubles with resuming from suspend-to-disk.

I assume, that the best solution is to add noresume to kernel command
line for recovery mode and, maybe, add separate menu option wipe
suspend to disk image to recovery menu.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: grub hibernate recovery suspend

-- 
Recovery mode should have noresume option in grub
https://bugs.launchpad.net/bugs/329771
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 117992] Re: timing problem

2009-02-03 Thread Leonid Evdokimov
I've spent half an hour debugging same problem and I vote for 60seconds
timeout as my server logs show following:

TLS Error: TLS key negotiation failed to occur within 60 seconds (check
your network connectivity)

where 60 equals handshake_window from openvpn-2.0.7 soruces.
60 seconds is default openvpn setting and I assume that network-manager-openvpn 
should use it.

-- 
timing problem
https://bugs.launchpad.net/bugs/117992
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 307160] [NEW] Please, update freemind to version 0.8.1

2008-12-11 Thread Leonid Evdokimov
Public bug reported:

Freemind-0.8.x introduce some really cool features including undo/redo support, 
exporting mindmap to jpeg, png and html, nicer folding support via hotkeys.
Freemind-0.8.1 was released on 27.2.2008 as a bugfix release for 0.8.0.

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


** Tags: freemind update

-- 
Please, update freemind to version 0.8.1
https://bugs.launchpad.net/bugs/307160
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