[Bug 753002] Re: Kernel Oops - BUG: unable to handle kernel NULL pointer dereference at 000001ff; EIP is at __math_state_restore+0x5e/0x80

2012-04-08 Thread Alexey Sveshnikov
I changed my laptop in a few months after filling this bug, so I can't test new versions of ubuntu on that hardware. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/753002 Title: Kernel Oops - BUG:

[Bug 749730] Re: transmission-gtk crashed with SIGSEGV in event_base_loop()

2011-04-20 Thread Alexey Sveshnikov
Hi! 1. Yes, it is repeatable, but only when wi-fi is active. I found out that when I use wi-fi the system at all is very unstable. Transmission, browsers, bug reporting tools - all that stuff may freeze at any moment. So I think this is not a transmission problem, but a wi-fi drivers. 2. No.

[Bug 753002] [NEW] kernel BUG in do_device_not_available

2011-04-06 Thread Alexey Sveshnikov
Public bug reported: My laptop was freezed while it was runned XFCE + firefox, opera, truecrypt, konsole and 'apt-get install gnome' (with gnome3 ppa) I'll put screenshot of it later in comments. kern.log record: Apr 7 01:49:59 zed-laptop kernel: [ 1490.114788] BUG: unable to handle kernel

[Bug 753002] Re: kernel BUG in do_device_not_available

2011-04-06 Thread Alexey Sveshnikov
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/753002 Title: kernel BUG in do_device_not_available -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 753002] Re: kernel BUG in do_device_not_available

2011-04-06 Thread Alexey Sveshnikov
** Attachment added: screenshot (I'm sorry for the quality of it) https://bugs.launchpad.net/ubuntu/+source/linux/+bug/753002/+attachment/1990971/+files/kernel_bug.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 753002] Re: kernel BUG in do_device_not_available

2011-04-06 Thread Alexey Sveshnikov
I found an apport crash report that have the same data as in screenshot. ** Attachment added: crash report by apport https://bugs.launchpad.net/ubuntu/+source/linux/+bug/753002/+attachment/1991014/+files/linux-image-2.6.38-8-generic.161941.crash -- You received this bug notification because

[Bug 599864] [NEW] Can't use netcat as simple HTTP client

2010-06-29 Thread Alexey Sveshnikov
Public bug reported: Binary package hint: netcat Hello echo -e GET /robots.txt HTTP/1.1\nHost: launchpad.net\nConnection: close\n | nc -vv launchpad.net 80 This simple command doesn't works with the netcat version that ships with ubuntu by default (netcat-openbsd). It's the most common use

[Bug 559210] Re: Missing installed packages in suggestions for aptitude

2010-04-09 Thread Alexey Sveshnikov
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43544823/Dependencies.txt -- Missing installed packages in suggestions for aptitude https://bugs.launchpad.net/bugs/559210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 559210] [NEW] Missing installed packages in suggestions for aptitude

2010-04-09 Thread Alexey Sveshnikov
Public bug reported: Binary package hint: zsh Hi. When I'm typing aptitude install package_name zsh will complete package name from a list of available but not installed packages. This is not what I want when I'm going to update single existing package. BTW, suggestions for 'apt-get install'

[Bug 359177] Re: Strange or obsolete code in mysql initscript

2009-11-25 Thread Alexey Sveshnikov
Hi again. The original point of this bug is that initscript have code for killing MySQL but this code is disabled in rather strange way (by putting log_end_msg 1, see the first post). I think this code should be disabled in more obvioius way or removed at all. -- Strange or obsolete code in

[Bug 359177] Re: Strange or obsolete code in mysql initscript

2009-11-25 Thread Alexey Sveshnikov
Hi again. The original point of this bug is that initscript have code for killing MySQL but this code is disabled in rather strange way (by putting log_end_msg 1, see the first post). I think this code should be disabled in more obvioius way or removed at all. -- Strange or obsolete code in

[Bug 359177] Re: Strange or obsolete code in mysql initscript

2009-11-16 Thread Alexey Sveshnikov
Hi, David. I think it's a bad idea to kill MySQL with -9 signal. It's o.k. for MySQL instances with big key_buffer_size to stop within several minutes. IMHO, it's better just to print that MySQL can't be stopped ant let user to decide what to do with it. -- Strange or obsolete code in mysql

[Bug 359177] Re: Strange or obsolete code in mysql initscript

2009-11-16 Thread Alexey Sveshnikov
Hi, David. I think it's a bad idea to kill MySQL with -9 signal. It's o.k. for MySQL instances with big key_buffer_size to stop within several minutes. IMHO, it's better just to print that MySQL can't be stopped ant let user to decide what to do with it. -- Strange or obsolete code in mysql

[Bug 414779] [NEW] parley should have libkrosspython0 as dependency

2009-08-17 Thread Alexey Sveshnikov
Public bug reported: parley 4:4.3.0-0ubuntu1~jaunty1~ppa2 doesn't have libkrosspython0 in dependencies list. So when I running it I see these errors: QLayout: Attempting to add QLayout to QWidget , which already has a layout Kross: Error error=Failed to determine interpreter for scriptfile

[Bug 359177] [NEW] Strange or obsolete code in mysql initscript

2009-04-10 Thread Alexey Sveshnikov
Public bug reported: Hi. There is several snippets in mysql init script, with 'log_end_msg 1', call and some code after it. 'log_end_msg' returns it's argument as exit status. So 'log_end_msg 1' will be intrepreted by bash as command that always fails. Option '-e' in bash causes script to bail

[Bug 359177] [NEW] Strange or obsolete code in mysql initscript

2009-04-10 Thread Alexey Sveshnikov
Public bug reported: Hi. There is several snippets in mysql init script, with 'log_end_msg 1', call and some code after it. 'log_end_msg' returns it's argument as exit status. So 'log_end_msg 1' will be intrepreted by bash as command that always fails. Option '-e' in bash causes script to bail