[Bug 890903] Re: terminal contents don't refresh/update

2012-01-18 Thread Daniele Pighin
*** This bug is a duplicate of bug 861268 *** https://bugs.launchpad.net/bugs/861268 I don't know if it can help, but I have noticed that the problem shows up in gnome-terminal while it does not in terminator. On my machine, the problem in gnome-terminal was present both with the nuveau drive

Re: [Bug 630511] Re: Support for multiprocessing broken in python3.1

2011-01-23 Thread Daniele Pighin
As far as I can say (and I had written in my reply on Sept. 17 2010) the bug is fixed. Daniele On Sun, Jan 23, 2011 at 11:48 AM, Sardorbek Pulatov (pROCKrammer) < prockram...@ya.ru> wrote: > Is there any progress with this bug? > > -- You received this bug notification because you are a membe

Re: [Bug 565543] Re: Alps touchpad detected as ImPS/2 Generic Wheel Mouse(in VAIO E series) after the kernel upgrade

2011-01-14 Thread Daniele Pighin
Hi Paul, This fix has been around for a while, and I had already mentioned also in my first post to this bug thread. It is mentioned in several posts around the Web, for example in this one: http://ubuntuforums.org/showthread.php?t=1150077 By the

Re: [Bug 565543] Re: Alps touchpad detected as ImPS/2 Generic Wheel Mouse(in VAIO E series) after the kernel upgrade

2011-01-14 Thread Daniele Pighin
Hi Sam, I have the very same laptop. To make the touchpad recognized, edit your "/etc/default/grub", and add the following: GRUB_CMDLINE_LINUX="i8042.nopnp" Then run "sudo grub-install" and reboot. The touchpad will be recognized, it will almost work but every now and then it will become almost

[Bug 565543] Re: Alps touchpad detected as ImPS/2 Generic Wheel Mouse(in VAIO E series) after the kernel upgrade

2010-12-09 Thread Daniele Pighin
Same issue here. I have a Sony Vaio VPCEB3C5E, touchpad is recognized as a PS/2 mouse. Basic movement and vertical scrolling work, but nothing else. The behavior of the trackpad is erratic, sometimes it becomes very difficult to control it (or becomes completely wild). I should also point out tha

[Bug 630511] Re: Support for multiprocessing broken in python3.1

2010-09-17 Thread Daniele Pighin
I can confirm that with the current build I am no longer experiencing the problem. python3.1: Installed: 3.1.2+20100915-0ubuntu3 Candidate: 3.1.2+20100915-0ubuntu3 Version table: *** 3.1.2+20100915-0ubuntu3 0 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages

[Bug 630511] Re: Support for multiprocessing broken in python3.1

2010-09-15 Thread Daniele Pighin
I am attaching a test case (straight from python documentation). ** Attachment added: "testpool.py" https://bugs.launchpad.net/ubuntu/+source/python3.1/+bug/630511/+attachment/1590523/+files/testpool.py -- Support for multiprocessing broken in python3.1 https://bugs.launchpad.net/bugs/630511

[Bug 630511] Re: Support for multiprocessing broken in python3.1

2010-09-15 Thread Daniele Pighin
Just checked, I am afraid it's still there. $ apt-cache policy python3.1python3.1: Installed: 3.1.2+20100915-0ubuntu1 Candidate: 3.1.2+20100915-0ubuntu1 Version table: *** 3.1.2+20100915-0ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages 100 /var/

[Bug 630511] [NEW] Support for multiprocessing broken in python3.1

2010-09-04 Thread Daniele Pighin
Public bug reported: Binary package hint: python3.1 Just upgraded to 10.10beta. Python3.1 programs trying to use multiprocessing.Pool exit with the following error message: Traceback (most recent call last): File "/usr/lib/python3.1/multiprocessing/synchronize.py", line 28, in from _mult