[Bug 1919342] Re: Stylus and touchscreen not working in kernel 5.8.0-45

2021-04-15 Thread eldad
Upgrading today a Thinkpad X1-Yoga (gen 1) to:
5.8.0-50-generic #56~20.04.1-Ubuntu SMP Mon Apr 12 21:46:35 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux

Resolved.

Many thanks!

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

Title:
  Stylus and touchscreen not working in kernel 5.8.0-45

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

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

[Bug 1766945] Re: (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure

2020-01-20 Thread eldad
Hello,

Here's my experience this issue and the solution which worked for me
(though, it would be great if someone would resolve it in a more
straight-forward matter):


Needed to convert a Windows 7 Ultimate machine to a dual-boot with ubuntu 
18.04.3.
The machine was set based on legacy bios, Windows 7 Ultimate installed on an 
MBR disk, while there was a second (physical) HD for data, formatted as GPT. 
Booting ubuntu bootable USB, it did so as UEFI.

1.
Used ubuntu to create a bootable USB (using the default "Startup Disc Creator").
Made some space on the OS HD for /root, and some more on the DATA HD for /home.
Then encountered the "No EFI system partition was found, the system will likely 
not be able to boot successfully and the installation may fail", which indeed 
reported failure.

2.
Upon reboot, Windows started with no grub menu.
Then using the same bootable USB, installed 
[Boot-Repair](https://help.ubuntu.com/community/Boot-Repair) and followed the 
instructions. Some of the commands resulted in errors, yet GRUB was installed 
successfully. Boot-Repair generated the following report: 
http://paste.ubuntu.com/p/c3f9zHjzfq/

3. 
Then GRUB did not show up and ubuntu started.
Following ["Dual boot pc boots directly to ubuntu instead of showing grub 
menu"] (https://askubuntu.com/a/750123/44517)

verified grub was installed using:
`grub-install --version`

edit grub to comment out (add "#") to the line including: "hidden"
`sudo -H gedit /etc/default/grub`

resulting in it now reading:
# GRUB_TIMEOUT_STYLE=hidden

And updating grub:
`sudo update-grub`

Now the system is up and running, starting with a GRUB menu allowing to
choose between ubuntu and Win7 .

Found on the web another solution, which I did not try:
It was suggested that deleting the "efi" folder from the bootable USB would 
allow an ubuntu installation alongside the windows one, in legacy bios mode, 
without issues.

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

Title:
  (EFI on top of legacy install) choosing "replace" or "resize" options
  in partitioning may lead to an install failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1766945/+subscriptions

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

[Bug 1081644] Re: imagej will not display images

2014-11-12 Thread eldad
@ferbalos-k

I am now running imagej from the repos (Version: 1.48k+dfsg-1) on Ubuntu 
14.04.1 LTS  and it runs fine.
I may be suggesting nonsense, but maybe you should verify your java version?

what do you get running:
  imagej -v

mine reads:
  /usr/lib/jvm/java-1.7.0-openjdk-amd64

(which is installed by the openjdk-7-jre-headless package)

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

Title:
  imagej will not display images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1081644/+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-10-18 Thread eldad
(1)
I found that in dconf-editor 
-> desktop -> ibus -> general -> hotkey
both next-engine & next-engine-in-menu are set by default to 'Alt+Shift_L'
I do not know whether this is related or not.

(2)
Switching the language indicator (using the mouse) to my other language 
(Hebrew) allows me to switch between hebrew and english using Alt+Shift 
(defined in dconf: org -> gnome -> desktop - > input-sources -> xkb-options 
['grp:alt_shift_toggle']
Unfortunately, I have to do this for each window separately, that is, if the 
indicator shows "En", I will not be able to switch language using the Alt+Shift.

(3) 
I agree with the previous post - I do not see the point in this change from 
previous behaviour. The system is less usable than before (unless I am missing 
something). I wish to have simple way to choose the shortkey for language 
switching and that the indicator would follow.

-- 
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/indicator-keyboard/+bug/1218322/+subscriptions

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


[Bug 1081644] Re: imagej will not display images

2012-11-21 Thread eldad
solution:

sudo apt-get install java-virtual-machine

which results in 
"""
Note, selecting 'gcj-jre-headless' instead of 'java-virtual-machine'
The following package was automatically installed and is no longer required:
  icedtea-netx-common
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  gcj-4.7-jre-headless
Suggested packages:
  fastjar gcj-4.7-jdk libgcj13-awt gcj-jdk
The following NEW packages will be installed:
  gcj-4.7-jre-headless gcj-jre-headless
"""

I guess the real solution would be to add gcj-jre-headless to the
dependencies of imagej

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

Title:
  imagej will not display images

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

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


[Bug 1081644] Re: imagej will not display images

2012-11-21 Thread eldad
note that manual installation, following the instructions in 
http://rsb.info.nih.gov/ij/docs/install/linux.html
(which is simply download, extract and run)
works fine.
So it may be a problem with the Quantal deb-package

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

Title:
  imagej will not display images

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

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


[Bug 1081644] [NEW] imagej will not display images

2012-11-21 Thread eldad
Public bug reported:

Ubuntu 12.10

imagej:
  Installed: 1.47a-1
  Candidate: 1.47a-1
  Version table:
 *** 1.47a-1 0
500 http://il.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status


As in the summary - imagej simply will not display images.
It does not report or output any errors.
It does not matter whether I start from the gui or the terminal 
( "imagej tst.png" or "imagej -p 1 tst.png")
There is no window opening.

I do not know how to begin debugging (I tried purging all jre packages
and reinstall imagej, with no change in the outcome).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: imagej 1.47a-1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Nov 21 17:04:58 2012
InstallationDate: Installed on 2012-11-20 (1 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: imagej
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  imagej will not display images

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

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


[Bug 998716] Re: AttributeError: 'module' object has no attribute EventLoopActivator

2012-05-13 Thread eldad
** Description changed:

  I upgraded from ubuntu 11.10 to 12.04.
  Then found out that due to ipython upgrade the command:
  
- ipython -wthread
+ ipython -wthread
  
  should be replaced by:
  
- ipython --gui=wx
+ ipython --gui=wx
  
  upon launching it (with or without --pylab) I would get a series of
  output errors which included a repeating one:
  
- AttributeError: 'module' object has no attribute EventLoopActivator
+ AttributeError: 'module' object has no attribute EventLoopActivator
  
  where the lines indicated that the 'module' is wx
  
  After I could not find the bug on the web, I purged all packages found (under 
synaptic) searching for "python wx".
  After this I reinstalled mayavi2 and this resolved this error output.
  
- I will file another bug, where I will write how to use mlab (from
- mayavi), as I found this different from what I was used to in the
- previous ubuntu versions.
+ I filed another bug, where I will write how to use mlab (from mayavi), as I 
found this different from what I was used to in the previous ubuntu versions:
+ https://bugs.launchpad.net/ubuntu/+source/mayavi2/+bug/998718
  
+ 
+ 
--
  
  $ lsb_release -rd
  Description:Ubuntu 12.04 LTS
  Release:12.04
  eldada@vicpc18:~$
  
  $ apt-cache policy python-wxgtk2.8
  python-wxgtk2.8:
-   Installed: 2.8.12.1-6ubuntu2
-   Candidate: 2.8.12.1-6ubuntu2
-   Version table:
-  *** 2.8.12.1-6ubuntu2 0
- 500 http://mirror.isoc.org.il/pub/ubuntu/ precise/universe amd64 
Packages
- 100 /var/lib/dpkg/statu
+   Installed: 2.8.12.1-6ubuntu2
+   Candidate: 2.8.12.1-6ubuntu2
+   Version table:
+  *** 2.8.12.1-6ubuntu2 0
+ 500 http://mirror.isoc.org.il/pub/ubuntu/ precise/universe amd64 
Packages
+ 100 /var/lib/dpkg/statu
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: python-wxgtk2.8 2.8.12.1-6ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 13:11:36 2012
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: wxwidgets2.8
  UpgradeStatus: Upgraded to precise on 2012-04-29 (13 days ago)

** Description changed:

  I upgraded from ubuntu 11.10 to 12.04.
  Then found out that due to ipython upgrade the command:
  
  ipython -wthread
  
  should be replaced by:
  
  ipython --gui=wx
  
  upon launching it (with or without --pylab) I would get a series of
  output errors which included a repeating one:
  
  AttributeError: 'module' object has no attribute EventLoopActivator
  
  where the lines indicated that the 'module' is wx
  
  After I could not find the bug on the web, I purged all packages found (under 
synaptic) searching for "python wx".
  After this I reinstalled mayavi2 and this resolved this error output.
  
- I filed another bug, where I will write how to use mlab (from mayavi), as I 
found this different from what I was used to in the previous ubuntu versions:
+ I filed another bug, where I explained how to use mlab (from mayavi), as I 
found this different from what I was used to in the previous ubuntu versions:
  https://bugs.launchpad.net/ubuntu/+source/mayavi2/+bug/998718
- 
  
  
--
  
  $ lsb_release -rd
  Description:Ubuntu 12.04 LTS
  Release:12.04
  eldada@vicpc18:~$
  
  $ apt-cache policy python-wxgtk2.8
  python-wxgtk2.8:
    Installed: 2.8.12.1-6ubuntu2
    Candidate: 2.8.12.1-6ubuntu2
    Version table:
   *** 2.8.12.1-6ubuntu2 0
  500 http://mirror.isoc.org.il/pub/ubuntu/ precise/universe amd64 
Packages
  100 /var/lib/dpkg/statu
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: python-wxgtk2.8 2.8.12.1-6ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May 13 13:11:36 2012
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: wxwidgets2.8
  UpgradeStatus: Upgraded to precise on 2012-04-29 (13 days ago)

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

Title:
  AttributeError: 'module' object has no attribute EventLoopActivator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/998716/+subscrip

[Bug 998718] Re: ipython mayavi session - change of syntax

2012-05-13 Thread eldad
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998718

Title:
  ipython mayavi session - change of syntax

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

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


[Bug 998718] [NEW] ipython mayavi session - change of syntax

2012-05-13 Thread eldad
Public bug reported:

This is not a true bug but there has been a change of syntax (starting with 
ubuntu 12.04)
which was not evident for me (and I could not find the full correct syntax 
anywhere else in the web).
Therefore I decided to put it here, hoping it would save others some time...

on previous ubuntu versions I used to use mayavi's module "mlab" within
an ipython + pylab session, using the following command:

ipython -wthread -pylab

After updating to ubuntu 12.04 this no longer works.
Searching the web I found that pylab should be called using --pylab (double 
dash instead of a single one)
and -wthread should be replaced with --gui=wx (again, a double dash is 
required).

trying:

ipython --pylab --gui=wx

(as well as interchanging the order of the arguments) failed.
First due to python-gtkwx problem which I reported (and some solution is 
proposed) here: 
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/998716
Next there was a problem with the behaviour of the mayavi window, invoked in 
ipython using (for example):

from mayavi import mlab
mlab.points3d(0,0,0,color=(1,0,0))

The plot was unresponsive.
To make it interactive I had to run:

 mlab.show()

which turned the ipython session unresponsive till the mayavi window was
closed.

Finally, I started the session using:

ipython --gui=wx --pylab=wx

(so far, works also when omitting "--gui=wx")

For those who would like to run in the "notebook" flavour, inlining the
pylab plots:

ipython notebook --gui=wx --pylab inline

works nicely so far...
I hope this is useful for other users as well.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mayavi2 4.0.0-3build1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun May 13 13:23:08 2012
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: mayavi2
UpgradeStatus: Upgraded to precise on 2012-04-29 (13 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  ipython mayavi session - change of syntax

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

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


[Bug 998716] Re: AttributeError: 'module' object has no attribute EventLoopActivator

2012-05-13 Thread eldad
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998716

Title:
  AttributeError: 'module' object has no attribute EventLoopActivator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/998716/+subscriptions

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


[Bug 998716] [NEW] AttributeError: 'module' object has no attribute EventLoopActivator

2012-05-13 Thread eldad
Public bug reported:

I upgraded from ubuntu 11.10 to 12.04.
Then found out that due to ipython upgrade the command:

ipython -wthread

should be replaced by:

ipython --gui=wx

upon launching it (with or without --pylab) I would get a series of
output errors which included a repeating one:

AttributeError: 'module' object has no attribute EventLoopActivator

where the lines indicated that the 'module' is wx

After I could not find the bug on the web, I purged all packages found (under 
synaptic) searching for "python wx".
After this I reinstalled mayavi2 and this resolved this error output.

I will file another bug, where I will write how to use mlab (from
mayavi), as I found this different from what I was used to in the
previous ubuntu versions.


$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04
eldada@vicpc18:~$

$ apt-cache policy python-wxgtk2.8
python-wxgtk2.8:
  Installed: 2.8.12.1-6ubuntu2
  Candidate: 2.8.12.1-6ubuntu2
  Version table:
 *** 2.8.12.1-6ubuntu2 0
500 http://mirror.isoc.org.il/pub/ubuntu/ precise/universe amd64 
Packages
100 /var/lib/dpkg/statu

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-wxgtk2.8 2.8.12.1-6ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun May 13 13:11:36 2012
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: wxwidgets2.8
UpgradeStatus: Upgraded to precise on 2012-04-29 (13 days ago)

** Affects: wxwidgets2.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  AttributeError: 'module' object has no attribute EventLoopActivator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/998716/+subscriptions

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


[Bug 804109] Re: can't enable touchpad in Ubuntu 11.10

2012-01-14 Thread eldad
Killing gnome-settings-daemon resolves the issue for me (pressing fn-f8 turns 
the touchpad on/off & shows on screen notice of it).
Killing it a second time turns of some features (including the discussed 
behaviour) and appearance settings (such as the Unity top bar).
After killing it twice and running it once the desired behaviour is retrieved.

I did not test the functionality further but it seems that gnome-
settings-daemon is run more than once when I log-on.

Running ubuntu 11.10 which has been upgraded from previous versions (not
a fresh install).

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

Title:
  can't enable touchpad in Ubuntu 11.10

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

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


[Bug 867481] Re: Nautilus crashes when opening new tab (Oneiric)

2011-10-11 Thread eldad
@drs305
Thanx, removing ubuntuone (I removed it all) solved for me 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/867481

Title:
  Nautilus crashes when opening new tab (Oneiric)

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

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


[Bug 776499] Re: gvim gets no global menu, timeout warning on the console

2011-09-13 Thread eldad
In my case the forking (-f) or launching using the Unity interface worked ONLY 
after
removing ~/.gnome2/Vim and all ~/.gnome2/gvim* files.

for now, when I launch from the command line (which is the usual case):
gvim filename.ext -f &

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

Title:
  gvim gets no global menu, timeout warning on the console

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

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


[Bug 803987] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-06-30 Thread eldad
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803987

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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

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


[Bug 803987] [NEW] package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-06-30 Thread eldad
Public bug reported:

error reported during update (using update-manager)

:~$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04


$ apt-cache policy blcr-dkms 
blcr-dkms:
  Installed: 0.8.2-15ubuntu1
  Candidate: 0.8.2-15ubuntu1
  Version table:
 *** 0.8.2-15ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Jun 30 19:51:48 2011
ErrorMessage: blcr kernel module failed to build
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
UpgradeStatus: Upgraded to natty on 2011-05-01 (59 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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

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


[Bug 786516] Re: pyglet error: "No standard config is available. "

2011-05-22 Thread eldad
** Attachment added: "python-pyglet_1.1.4.dfsg-2_all.deb"
   
https://bugs.launchpad.net/ubuntu/+source/pyglet/+bug/786516/+attachment/2138440/+files/python-pyglet_1.1.4.dfsg-2_all.deb

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

Title:
  pyglet error: "No standard config is available. "

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


[Bug 786516] Re: pyglet error: "No standard config is available. "

2011-05-22 Thread eldad
output of "python -m pyglet.info" after the proposed upgrade:
Python
--
sys.version: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) 
[GCC 4.5.2]
sys.platform: linux2
os.getcwd(): /home/eldada

pyglet
--
pyglet.version: 1.1.4
pyglet.__file__: /usr/lib/pymodules/python2.7/pyglet/__init__.pyc
pyglet.options['debug_trace_depth'] = 1
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['xsync'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['debug_win32'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['shadow_window'] = True
pyglet.options['debug_font'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_lib'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['vsync'] = None
pyglet.options['debug_trace_args'] = False
pyglet.options['debug_gl'] = True
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'openal', 'alsa', 'silent')
pyglet.options['debug_texture'] = False
pyglet.options['debug_gl_trace_args'] = False

pyglet.window
--
platform: 
display: 
screens[0]: XlibScreen(screen=0, x=0, y=0, width=1280, height=1024, xinerama=1)
config['double_buffer'] = 1
config['stereo'] = 0
config['buffer_size'] = 32
config['aux_buffers'] = 4
config['sample_buffers'] = 0
config['samples'] = 0
config['red_size'] = 8
config['green_size'] = 8
config['blue_size'] = 8
config['alpha_size'] = 0
config['depth_size'] = 24
config['stencil_size'] = 0
config['accum_red_size'] = 16
config['accum_green_size'] = 16
config['accum_blue_size'] = 16
config['accum_alpha_size'] = 16
context: XlibGLContext()

pyglet.gl.gl_info
--
gl_info.get_version(): 3.3.0 NVIDIA 270.41.06
gl_info.get_vendor(): NVIDIA Corporation
gl_info.get_renderer(): GeForce 9500 GT/PCI/SSE2
gl_info.get_extensions():
   GL_ARB_ES2_compatibility
   GL_ARB_blend_func_extended
   GL_ARB_color_buffer_float
   GL_ARB_compatibility
   GL_ARB_copy_buffer
   GL_ARB_depth_buffer_float
   GL_ARB_depth_clamp
   GL_ARB_depth_texture
   GL_ARB_draw_buffers
   GL_ARB_draw_elements_base_vertex
   GL_ARB_draw_instanced
   GL_ARB_explicit_attrib_location
   GL_ARB_fragment_coord_conventions
   GL_ARB_fragment_program
   GL_ARB_fragment_program_shadow
   GL_ARB_fragment_shader
   GL_ARB_framebuffer_object
   GL_ARB_framebuffer_sRGB
   GL_ARB_geometry_shader4
   GL_ARB_get_program_binary
   GL_ARB_half_float_pixel
   GL_ARB_half_float_vertex
   GL_ARB_imaging
   GL_ARB_instanced_arrays
   GL_ARB_map_buffer_range
   GL_ARB_multisample
   GL_ARB_multitexture
   GL_ARB_occlusion_query
   GL_ARB_occlusion_query2
   GL_ARB_pixel_buffer_object
   GL_ARB_point_parameters
   GL_ARB_point_sprite
   GL_ARB_provoking_vertex
   GL_ARB_robustness
   GL_ARB_sampler_objects
   GL_ARB_seamless_cube_map
   GL_ARB_separate_shader_objects
   GL_ARB_shader_bit_encoding
   GL_ARB_shader_objects
   GL_ARB_shading_language_100
   GL_ARB_shading_language_include
   GL_ARB_shadow
   GL_ARB_sync
   GL_ARB_texture_border_clamp
   GL_ARB_texture_buffer_object
   GL_ARB_texture_compression
   GL_ARB_texture_compression_rgtc
   GL_ARB_texture_cube_map
   GL_ARB_texture_env_add
   GL_ARB_texture_env_combine
   GL_ARB_texture_env_crossbar
   GL_ARB_texture_env_dot3
   GL_ARB_texture_float
   GL_ARB_texture_mirrored_repeat
   GL_ARB_texture_multisample
   GL_ARB_texture_non_power_of_two
   GL_ARB_texture_rectangle
   GL_ARB_texture_rg
   GL_ARB_texture_rgb10_a2ui
   GL_ARB_texture_swizzle
   GL_ARB_timer_query
   GL_ARB_transpose_matrix
   GL_ARB_uniform_buffer_object
   GL_ARB_vertex_array_bgra
   GL_ARB_vertex_array_object
   GL_ARB_vertex_buffer_object
   GL_ARB_vertex_program
   GL_ARB_vertex_shader
   GL_ARB_vertex_type_2_10_10_10_rev
   GL_ARB_viewport_array
   GL_ARB_window_pos
   GL_ATI_draw_buffers
   GL_ATI_texture_float
   GL_ATI_texture_mirror_once
   GL_EXTX_framebuffer_mixed_formats
   GL_EXT_Cg_shader
   GL_EXT_abgr
   GL_EXT_bgra
   GL_EXT_bindable_uniform
   GL_EXT_blend_color
   GL_EXT_blend_equation_separate
   GL_EXT_blend_func_separate
   GL_EXT_blend_minmax
   GL_EXT_blend_subtract
   GL_EXT_compiled_vertex_array
   GL_EXT_depth_bounds_test
   GL_EXT_direct_state_access
   GL_EXT_draw_buffers2
   GL_EXT_draw_instanced
   GL_EXT_draw_range_elements
   GL_EXT_fog_coord
   GL_EXT_framebuffer_blit
   GL_EXT_framebuffer_multisample
   GL_EXT_framebuffer_object
   GL_EXT_framebuffer_sRGB
   GL_EXT_geometry_shader4
   GL_EXT_gpu_program_parameters
   GL_EXT_gpu_shader4
   GL_EXT_multi_draw_arrays
   GL_EXT_packed_depth_stencil
   GL_EXT_packed_float
   GL_EXT_packed_pixels
   GL_EXT_pixel_buffer_object
   GL_EXT_point_parameters
   GL_EXT

[Bug 786516] Re: pyglet error: "No standard config is available. "

2011-05-22 Thread eldad
problem seems to be resolved when upgrading to:

python-pyglet_1.1.4.dfsg-2_all.deb

which can be found in 
http://pkgs.org/debian-wheezy/debian-main-i386/python-pyglet_1.1.4.dfsg-2_all.deb.html

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

Title:
  pyglet error: "No standard config is available. "

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


[Bug 786516] Re: pyglet error: "No standard config is available. "

2011-05-22 Thread eldad
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/786516

Title:
  pyglet error: "No standard config is available. "

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


[Bug 786516] [NEW] pyglet error: "No standard config is available. "

2011-05-22 Thread eldad
Public bug reported:

output of "python -m pyglet.info":

Python
--
sys.version: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) 
[GCC 4.5.2]
sys.platform: linux2
os.getcwd(): /home/eldada

pyglet
--
pyglet.version: 1.1.2
pyglet.__file__: /usr/lib/pymodules/python2.7/pyglet/__init__.pyc
pyglet.options['debug_trace_depth'] = 1
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['xsync'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['debug_win32'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['shadow_window'] = True
pyglet.options['debug_font'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_lib'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['vsync'] = None
pyglet.options['debug_trace_args'] = False
pyglet.options['debug_gl'] = True
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'openal', 'alsa', 'silent')
pyglet.options['debug_texture'] = False
pyglet.options['debug_gl_trace_args'] = False

pyglet.window
--
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/pyglet/info.py", line 173, in _try_dump
func()
  File "/usr/lib/pymodules/python2.7/pyglet/info.py", line 77, in dump_window
import pyglet.window
  File "/usr/lib/pymodules/python2.7/pyglet/window/__init__.py", line 1682, in 

gl._create_shadow_window()
  File "/usr/lib/pymodules/python2.7/pyglet/gl/__init__.py", line 491, in 
_create_shadow_window
_shadow_window = Window(width=1, height=1, visible=False)
  File "/usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py", line 474, 
in __init__
super(XlibWindow, self).__init__(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/pyglet/window/__init__.py", line 641, in 
__init__
raise NoSuchConfigException('No standard config is available.')
NoSuchConfigException: No standard config is available.

pyglet.gl.gl_info
--
/usr/lib/pymodules/python2.7/pyglet/gl/gl_info.py:134: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')
gl_info.get_version(): 0.0.0
/usr/lib/pymodules/python2.7/pyglet/gl/gl_info.py:175: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')
gl_info.get_vendor(): 
/usr/lib/pymodules/python2.7/pyglet/gl/gl_info.py:166: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')
gl_info.get_renderer(): 
gl_info.get_extensions():
/usr/lib/pymodules/python2.7/pyglet/gl/gl_info.py:124: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')

pyglet.gl.glu_info
--
/usr/lib/pymodules/python2.7/pyglet/gl/glu_info.py:124: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')
glu_info.get_version(): 0.0.0
glu_info.get_extensions():
/usr/lib/pymodules/python2.7/pyglet/gl/glu_info.py:149: UserWarning: No GL 
context created yet.
  warnings.warn('No GL context created yet.')

pyglet.gl.glx_info
--
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/pyglet/info.py", line 173, in _try_dump
func()
  File "/usr/lib/pymodules/python2.7/pyglet/info.py", line 121, in dump_glx
window = pyglet.window.Window(visible=False)
  File "/usr/lib/pymodules/python2.7/pyglet/window/xlib/__init__.py", line 474, 
in __init__
super(XlibWindow, self).__init__(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/pyglet/window/__init__.py", line 641, in 
__init__
raise NoSuchConfigException('No standard config is available.')
NoSuchConfigException: No standard config is available.

pyglet.media
--
driver: pyglet.media.drivers.openal

pyglet.media.avbin
--
Library: 
AVbin version: 7
FFmpeg revision: 15943

pyglet.media.drivers.openal
--
Library: 
Version: (1, 1)
Extensions:
   ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_disconnect 
ALC_EXT_EFX ALC_EXT_thread_local_context
AL lib: ALc.c:1879: exit(): closing 1 Device
AL lib: ALc.c:1808: alcCloseDevice(): destroying 1 Context(s)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: python-pyglet 1.1.2.dfsg-2
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: 

[Bug 740767] Re: gtk-window-decorator crashed with SIGSEGV in gwd_get_decor_frame()

2011-05-19 Thread eldad
@kiilo: solved for me!
in compizConfig Settings Manager the preferences for WIndows decorations:

 "command" should read:
 /usr/bin/compiz-decorator

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

Title:
  gtk-window-decorator crashed with SIGSEGV in gwd_get_decor_frame()

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


[Bug 761651] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-04-15 Thread eldad
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761651

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 761651] [NEW] package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-04-15 Thread eldad
Public bug reported:

upon upgrade from Maverick 10.11 to Natty 11.04 Beta

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Apr 15 14:09:59 2011
ErrorMessage: blcr kernel module failed to build
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
UpgradeStatus: Upgraded to natty on 2011-04-15 (0 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 664738] Re: package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-21 Thread eldad
*** This bug is a duplicate of bug 664645 ***
https://bugs.launchpad.net/bugs/664645

-- 
package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/664738
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 664738] [NEW] package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-21 Thread eldad
*** This bug is a duplicate of bug 664645 ***
https://bugs.launchpad.net/bugs/664645

Public bug reported:

Binary package hint: alsa-utils

upon upgrade

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: alsa-utils 1.0.23-2ubuntu3.3
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 tomboy: Install
 alsa-utils: Configure
 tomboy: Configure
Architecture: amd64
Date: Thu Oct 21 22:12:58 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: alsa-utils
Title: package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

** Affects: alsa-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package maverick

-- 
package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/664738
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 663580] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-19 Thread eldad


-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/663580
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 663580] [NEW] package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-19 Thread eldad
Public bug reported:

upon update done on 19 Oct 2010

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: blcr-dkms 0.8.2-13
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Oct 19 22:53:07 2010
ErrorMessage: blcr kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.8.2-13
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module 
failed to build

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


** Tags: amd64 apport-package maverick

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/663580
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 660838] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-14 Thread eldad


-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/660838
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 660838] [NEW] package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-14 Thread eldad
Public bug reported:

~$ lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: blcr-dkms 0.8.2-13
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct 15 00:14:56 2010
ErrorMessage: blcr kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.8.2-13
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module 
failed to build

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


** Tags: amd64 apport-package maverick

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/660838
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 613072] Re: version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference

2010-08-03 Thread eldad

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/53002890/Dependencies.txt

-- 
version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time 
reference
https://bugs.launchpad.net/bugs/613072
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 613072] [NEW] version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference

2010-08-03 Thread eldad
Public bug reported:

upgrading package libwxbase2.8-0 from version 
2.8.10.1-0ubuntu1 (lucid)
to
2.8.10.1-0ubuntu1.1 (lucid-proposed)

results in the output:

opennx: relocation error: opennx: symbol
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_,
version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time
reference

when attempting to launch opennx

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libwxbase2.8-0 2.8.10.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Aug  3 19:42:19 2010
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: wxwidgets2.8

** Affects: wxwidgets2.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time 
reference
https://bugs.launchpad.net/bugs/613072
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 566647] Re: thinkpad_acpi has wrong symbols, doesn't get loaded

2010-06-11 Thread eldad
affected me as well.
Istvan Toth 's solution worked for me

-- 
thinkpad_acpi has wrong symbols, doesn't get loaded
https://bugs.launchpad.net/bugs/566647
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 417897] Re: [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2010-05-24 Thread eldad
I apologise for the late response -
this bug was no longer an issue in Karmic final release (neither in Lucid)

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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


Re: [Bug 417897] Re: [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2010-05-24 Thread eldad
I apologise for the late reply.
It has not been an issue since the formal release of Karmic, neither in
Lucid.

On 14 March 2010 10:00, Jeremy Foshee 
wrote:

> Hi eldad,
>
> This bug was reported a while ago and there hasn't been any activity in
> it recently. We were wondering if this is still an issue? Can you try
> with the latest development release of Ubuntu?  ISO CD images are
> available from http://cdimage.ubuntu.com/releases/ .
>
> If it remains an issue, could you run the following command from a
> Terminal (Applications->Accessories->Terminal).  It will automatically
> gather and attach updated debug information to this report.
>
> apport-collect -p linux 417897
>
> Also, if you could test the latest upstream kernel available that would
> be great.  It will allow additional upstream developers to examine the
> issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
> you've tested the upstream kernel, please remove the 'needs-upstream-
> testing' tag.  This can be done by clicking on the yellow pencil icon
> next to the tag located at the bottom of the bug description and
> deleting the 'needs-upstream-testing' text.  Please let us know your
> results.
>
> Thanks in advance.
>
> [This is an automated message.  Apologies if it has reached you
> inappropriately; please just reply to this message indicating so.]
>
>
> ** Tags added: kernel-hibernate
>
> ** Tags added: needs-kernel-logs
>
> ** Tags added: needs-upstream-testing
>
> ** Tags added: kj-triage
>
> ** Changed in: linux (Ubuntu)
>   Status: New => Incomplete
>
> --
> [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
> https://bugs.launchpad.net/bugs/417897
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: Incomplete
>
> Bug description:
> battery power was consumed approaching critical level and g-p-m was set to
> hibernate (I was not nxt to the laptop when it powered-off).
> upon turning on, the boot process stopped (at some stage after grub2) - I
> clicked alt+SysReq+e and it continued rather normaly - giving me this
> bug-report when I logged-on.
>
>
> $ lsb_release -rd
> Description:Ubuntu karmic (development branch)
> Release:9.10
> $ apt-cache policy linux
> linux:
>  Installed: (none)
>  Candidate: 2.6.31.6.17
>  Version table:
> 2.6.31.6.17 0
>500 http://mirror.isoc.org.il karmic/main Packages
>
> ProblemType: Bug
> Architecture: amd64
> ArecordDevices:
>   List of CAPTURE Hardware Devices 
>  card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
>   Subdevices: 2/2
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
> AudioDevicesInUse:
>  USERPID ACCESS COMMAND
>  /dev/snd/controlC0:  eldad  3855 F pulseaudio
> CRDA: Error: [Errno 2] No such file or directory
> Card0.Amixer.info:
>  Card hw:0 'Intel'/'HDA Intel at 0xfe22 irq 17'
>   Mixer name   : 'Analog Devices AD1984'
>   Components   : 'HDA:11d41984,17aa20d7,00100400'
>   Controls  : 29
>   Simple ctrls  : 18
> Date: Mon Aug 24 02:20:38 2009
> DistroRelease: Ubuntu 9.10
> HibernationDevice: RESUME=UUID=c809472d-1ecf-42fd-bda0-0393e089e708
> MachineType: LENOVO 76641FG
> NonfreeKernelModules: nvidia
> Package: linux-image-2.6.31-6-generic 2.6.31-6.26
> PccardctlIdent:
>  Socket 0:
>   no product info available
> PccardctlStatus:
>  Socket 0:
>   no card
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-6-generic
> root=UUID=659d2856-1f7d-46ef-b584-1e0f1ee0e922 ro splash
> ProcEnviron:
>  LANGUAGE=en_GB.UTF-8
>  PATH=(custom, user)
>  LANG=en_GB.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
> RelatedPackageVersions:
>  linux-backports-modules-2.6.31-6-generic N/A
>  linux-firmware 1.16
> SourcePackage: linux
> Uname: Linux 2.6.31-6-generic x86_64
> dmi.bios.date: 05/11/2009
> dmi.bios.vendor: LENOVO
> dmi.bios.version: 7LETC6WW (2.26 )
> dmi.board.name: 76641FG
> 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:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn76641FG:pvrThinkPadT61:rvnLENOVO:rn76641FG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
> dmi.product.name: 76641FG
> dmi.product.version: ThinkPad T61
> dmi.sys.vendor: LENOVO
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/417897/+subscribe
>

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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 502739] Re: rhythmbox crashes when empathy is not running

2010-01-03 Thread eldad
seems to be related to 
http://bugs.archlinux.org/task/16822

-- 
rhythmbox crashes when empathy is not running
https://bugs.launchpad.net/bugs/502739
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 502739] Re: rhythmbox crashes when empathy is not running

2010-01-03 Thread eldad

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/37392171/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/37392172/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/37392174/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/37392176/XsessionErrors.txt

-- 
rhythmbox crashes when empathy is not running
https://bugs.launchpad.net/bugs/502739
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 502739] [NEW] rhythmbox crashes when empathy is not running

2010-01-03 Thread eldad
Public bug reported:

Binary package hint: rhythmbox

~$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

~$ apt-cache policy rhythmbox empathy
rhythmbox:
  Installed: 0.12.5-0ubuntu5.1
  Candidate: 0.12.5-0ubuntu5.1
  Version table:
 *** 0.12.5-0ubuntu5.1 0
500 http://mirror.isoc.org.il karmic-proposed/main Packages
100 /var/lib/dpkg/status
 0.12.5-0ubuntu5 0
500 http://mirror.isoc.org.il karmic-updates/main Packages
 0.12.5-0ubuntu4 0
500 http://mirror.isoc.org.il karmic/main Packages
empathy:
  Installed: 2.28.1.1-0ubuntu1
  Candidate: 2.28.1.1-0ubuntu1
  Version table:
 *** 2.28.1.1-0ubuntu1 0
500 http://mirror.isoc.org.il karmic-updates/main Packages
100 /var/lib/dpkg/status
 2.28.1-1ubuntu1 0
500 http://mirror.isoc.org.il karmic/main Packages

Rhythmbox crashes upon play start when Empathy is not running and the
Status plugin is checked in RB.

diagnosed by running from command-line:

:~$ rhythmbox

** (rhythmbox:3474): CRITICAL **: atk_object_set_name: assertion `name
!= NULL' failed

** (rhythmbox:3474): CRITICAL **: atk_object_set_name: assertion `name
!= NULL' failed

** (rhythmbox:3474): CRITICAL **: atk_object_set_name: assertion `name
!= NULL' failed

(rhythmbox:3474): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(rhythmbox:3474): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(rhythmbox:3474): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(rhythmbox:3474): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(rhythmbox:3474): Gtk-WARNING **: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, 
path=/, member=Introspect
**
empathy:ERROR:empathy-idle.c:556:empathy_idle_do_set_presence: assertion 
failed: (status_type > 0 && status_type < NUM_TP_CONNECTION_PRESENCE_TYPES)
Aborted


the last output occurred upon pressing play when empathy was off and the Status 
plugin was checked.
this does not happen when empathy is running

ProblemType: Bug
Architecture: amd64
Date: Mon Jan  4 00:26:29 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: nvidia
Package: rhythmbox 0.12.5-0ubuntu5.1
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
rhythmbox crashes when empathy is not running
https://bugs.launchpad.net/bugs/502739
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 417897] Re: [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2009-08-29 Thread eldad
happened also when user initiated suspend - the system did not
successfully suspend (sleep led blinked instead of staying steady) and
finally had to poweroff the machine using the power button

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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 417897] Re: [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2009-08-23 Thread eldad
** Description changed:

- battery was power was consumed till the end and g-p-m was set to hibernate (I 
was not nxt to the laptop when it powered-off)
- upon turning on the boot process stopped - I clicked alt+SysReq+e and it 
continued rather normaly - giving me this bug-report when I logged-on.
+ battery power was consumed approaching critical level and g-p-m was set to 
hibernate (I was not nxt to the laptop when it powered-off).
+ upon turning on, the boot process stopped (at some stage after grub2) - I 
clicked alt+SysReq+e and it continued rather normaly - giving me this 
bug-report when I logged-on.
  
  
  $ lsb_release -rd
  Description:  Ubuntu karmic (development branch)
  Release:  9.10
  $ apt-cache policy linux
  linux:
Installed: (none)
Candidate: 2.6.31.6.17
Version table:
   2.6.31.6.17 0
  500 http://mirror.isoc.org.il karmic/main Packages
  
  ProblemType: Bug
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eldad  3855 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe22 irq 17'
 Mixer name : 'Analog Devices AD1984'
 Components : 'HDA:11d41984,17aa20d7,00100400'
 Controls  : 29
 Simple ctrls  : 18
  Date: Mon Aug 24 02:20:38 2009
  DistroRelease: Ubuntu 9.10
  HibernationDevice: RESUME=UUID=c809472d-1ecf-42fd-bda0-0393e089e708
  MachineType: LENOVO 76641FG
  NonfreeKernelModules: nvidia
  Package: linux-image-2.6.31-6-generic 2.6.31-6.26
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-6-generic 
root=UUID=659d2856-1f7d-46ef-b584-1e0f1ee0e922 ro splash
  ProcEnviron:
   LANGUAGE=en_GB.UTF-8
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
  RelatedPackageVersions:
   linux-backports-modules-2.6.31-6-generic N/A
   linux-firmware 1.16
  SourcePackage: linux
  Uname: Linux 2.6.31-6-generic x86_64
  dmi.bios.date: 05/11/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC6WW (2.26 )
  dmi.board.name: 76641FG
  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:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn76641FG:pvrThinkPadT61:rvnLENOVO:rn76641FG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 76641FG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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 417897] Re: [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2009-08-23 Thread eldad

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/30706664/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/30706665/AplayDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/3070/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/30706667/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/30706668/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/30706669/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30706670/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/30706671/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/30706672/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/30706673/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/30706674/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/30706675/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/30706676/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/30706677/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/30706678/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/30706679/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/30706680/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/30706681/WifiSyslog.txt

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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 417897] [NEW] [LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]

2009-08-23 Thread eldad
Public bug reported:

battery was power was consumed till the end and g-p-m was set to hibernate (I 
was not nxt to the laptop when it powered-off)
upon turning on the boot process stopped - I clicked alt+SysReq+e and it 
continued rather normaly - giving me this bug-report when I logged-on.


$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10
$ apt-cache policy linux
linux:
  Installed: (none)
  Candidate: 2.6.31.6.17
  Version table:
 2.6.31.6.17 0
500 http://mirror.isoc.org.il karmic/main Packages

ProblemType: Bug
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  eldad  3855 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe22 irq 17'
   Mixer name   : 'Analog Devices AD1984'
   Components   : 'HDA:11d41984,17aa20d7,00100400'
   Controls  : 29
   Simple ctrls  : 18
Date: Mon Aug 24 02:20:38 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=c809472d-1ecf-42fd-bda0-0393e089e708
MachineType: LENOVO 76641FG
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-6-generic 2.6.31-6.26
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-6-generic 
root=UUID=659d2856-1f7d-46ef-b584-1e0f1ee0e922 ro splash
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-6-generic N/A
 linux-firmware 1.16
SourcePackage: linux
Uname: Linux 2.6.31-6-generic x86_64
dmi.bios.date: 05/11/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC6WW (2.26 )
dmi.board.name: 76641FG
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:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn76641FG:pvrThinkPadT61:rvnLENOVO:rn76641FG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 76641FG
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug

-- 
[LENOVO 76641FG] hibernate/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/417897
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 415234] Re: ubiquity crashed with IndexError in render_slider()

2009-08-19 Thread eldad
*** This bug is a duplicate of bug 386388 ***
https://bugs.launchpad.net/bugs/386388

this bug is rather similar to what was reported earlier in 
https://bugs.launchpad.net/bugs/386388
noting the following differences:
here the installation was done using an unmodified iso of alpha-4, from a 
bootable-usb.
the crash appeared when the partitioning stage was arrived (ie before choosing 
manual partitioning).

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/415234
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 415234] Re: ubiquity crashed with IndexError in render_slider()

2009-08-19 Thread eldad
*** This bug is a duplicate of bug 386388 ***
https://bugs.launchpad.net/bugs/386388

after reading the so-called duplicate, I believe it is not.
this happened upon reaching the partition editing stage in the installation 
process.
seems irrelevant to the grub2 as mentioned in the so-called duplicate.

I believe the problem is related to resizing of existing partitions, but
cannot say for sure as I did that bit manually (installation succeded).

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/415234
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 398826] Re: run application broken when setting background color set to "solid color"

2009-08-19 Thread eldad
it is the same story for alt+f1

regarding the temporary fix (changing background of gnom-panel to solid) - no 
need to log-off/in - 
it is enough to kill gnome-panel (killall gnome-panel) and upon its resume 
alt+f1/f2 works.

regarding my comment about gnome-keybinding-properties - see:  
https://bugs.launchpad.net/bugs/412732

-- 
run application broken when setting background color set to "solid color"
https://bugs.launchpad.net/bugs/398826
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 398826] Re: run application broken when setting background color set to "solid color"

2009-08-19 Thread eldad
same here

when trying to run the shortkeys from the menu the application fails to
start. from the terminal:

:~$ gnome-keybinding-properties

(gnome-keybinding-properties:7293): Gtk-CRITICAL **:
gtk_tree_store_get_value: assertion `VALID_ITER (iter, tree_store)'
failed

(gnome-keybinding-properties:7293): GLib-GObject-WARNING **:
/build/buildd/glib2.0-2.21.4/gobject/gtype.c:3940: type id `0' is
invalid

(gnome-keybinding-properties:7293): GLib-GObject-WARNING **: can't peek value 
table for type `' which is not currently referenced
Segmentation fault (core dumped)


Description:Ubuntu karmic (development branch)
Release:9.10
2.6.31-6-generic #25-Ubuntu SMP Fri Aug 14 16:28:28 UTC 2009 x86_64 GNU/Linux

:~$ apt-cache policy gnome-control-center
gnome-control-center:
  Installed: 1:2.27.5-0ubuntu1
  Candidate: 1:2.27.5-0ubuntu1
  Version table:
 *** 1:2.27.5-0ubuntu1 0
500 http://mirror.isoc.org.il karmic/main Packages
100 /var/lib/dpkg/status

-- 
run application broken when setting background color set to "solid color"
https://bugs.launchpad.net/bugs/398826
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 415800] Re: package lam-runtime 7.1.2-1.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2009-08-19 Thread eldad

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/30499092/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30499093/Dependencies.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/30499094/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/30499095/DpkgTerminalLog.txt

-- 
package lam-runtime 7.1.2-1.5 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/415800
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 415800] [NEW] package lam-runtime 7.1.2-1.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2009-08-19 Thread eldad
Public bug reported:

:~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

:~$ apt-cache policy lam-runtime
lam-runtime:
  Installed: 7.1.2-1.5
  Candidate: 7.1.2-1.5
  Version table:
 *** 7.1.2-1.5 0
500 http://mirror.isoc.org.il karmic/universe Packages
100 /var/lib/dpkg/status

occured upon installation of gpiv + gpivtools

ProblemType: Package
Architecture: amd64
Date: Wed Aug 19 11:56:29 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
NonfreeKernelModules: nvidia
Package: lam-runtime 7.1.2-1.5
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: lam
Title: package lam-runtime 7.1.2-1.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
Uname: Linux 2.6.31-5-generic x86_64

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


** Tags: amd64 apport-package

-- 
package lam-runtime 7.1.2-1.5 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/415800
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 391215] Re: vga=791 kernel line option does not work

2009-07-11 Thread eldad
have a similar problem on 
2.6.31-2-generic #17-Ubuntu SMP x86_64 GNU/Linux (Karmic)
I previously followed http://ubuntuforums.org/showthread.php?t=622018
and it worked fine (interpid & jaunty)
with vga=0x0365 in menu.lst.
in karmic I can't see anything but a blinking cursor at the corner in the tty's.
once I removed the vga setting from menu.lst i got my consoles back (not at the 
best resolution though).

-- 
vga=791 kernel line option does not work
https://bugs.launchpad.net/bugs/391215
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 382140] Re: karmic: high-pitched noise from snd-hda-intel

2009-06-20 Thread eldad
same here, only without the "recharge" sound - just the pop.
the proposed solution (commenting out options snd-hda-intel power_save=10) 
solved.

I wonder how the following line:
options snd_hda_intel power_save=10 power_save_controller=Y

would work (found in http://forum.eeeuser.com/viewtopic.php?pid=377343)
What does this do anyway?

-- 
karmic: high-pitched noise from snd-hda-intel
https://bugs.launchpad.net/bugs/382140
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 369127] Re: Cannot export the math help file

2009-06-06 Thread eldad
It seems like a problem corrected in texlive 2008 (eg see 
http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg72253.html
)

temporary solution:
1) download xargs.dtx from
http://www.ctan.org/tex-archive/macros/latex/contrib/xargs/
2) open a terminal where the downloaded pack is saved and run 
latex xargs.dtx 
3) 
sudo mkdir /usr/share/texmf/tex/latex/xargs
4)
sudo cp xargs.sty /usr/share/texmf/tex/latex/xargs/
5) 
sudo texhash
6) open lyx, reconf and restart lyx

I agree this should have been solved in a more elegant manner.
I don't know how to do that...
Do not hesitate to write in case my explanation is not clear

-- 
Cannot export the math help file
https://bugs.launchpad.net/bugs/369127
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 368552] Re: package witalian 1.7.3-0.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-28 Thread eldad

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26065808/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/26065810/DpkgTerminalLog.txt

-- 
package witalian 1.7.3-0.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/368552
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 368552] [NEW] package witalian 1.7.3-0.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-28 Thread eldad
Public bug reported:

Binary package hint: witalian

crash upon installation via language-support tool


~$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

~$ apt-cache policy witalian wspanish 
witalian:
  Installed: 1.7.3-0.1
  Candidate: 1.7.3-0.1
  Version table:
 *** 1.7.3-0.1 0
500 http://nl2.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: witalian 1.7.3-0.1
PackageArchitecture: all
SourcePackage: witalian
Title: package witalian 1.7.3-0.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-package

-- 
package witalian 1.7.3-0.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/368552
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 363799] Re: package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-04-19 Thread eldad

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25758018/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/25758019/DpkgTerminalLog.txt

-- 
package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/363799
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 363799] [NEW] package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-04-19 Thread eldad
Public bug reported:

Binary package hint: nspluginwrapper

package name: nspluginwrapper
Installed: 1.2.2-0ubuntu5
  Candidate: 1.2.2-0ubuntu5
  Version table:
 *** 1.2.2-0ubuntu5 0
500 http://ubuntu-archive.datahop.it jaunty/multiverse Packages
100 /var/lib/dpkg/status

Description:Ubuntu 9.04
Release:9.04

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 139
NonfreeKernelModules: nvidia
Package: nspluginwrapper 1.2.2-0ubuntu5
SourcePackage: nspluginwrapper
Title: package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 139
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-package

-- 
package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/363799
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 243555] Re: Fingerprint reader gets warm when screensaver is locked

2009-01-22 Thread eldad
check:

http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger#Fix_for_the_fingerprint_reader_getting_too_hot

-- 
Fingerprint reader gets warm when screensaver is locked
https://bugs.launchpad.net/bugs/243555
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 271976] Re: Thinkfinger acquires/verifies, but doesn't authenticate

2008-10-12 Thread eldad
with the following lines in  /etc/pam.d/common-auth I get the option to finger 
swipe but need to press enter.
Is there a way to avoid the need for the enter pressing?

auth sufficient pam_thinkfinger.so
# here are the per-package modules (the "Primary" block)
auth[success=1 default=ignore]  pam_unix.so try_first_pass nullok_secure
# here's the fallback if no module succeeds
authrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
authrequiredpam_permit.so

-- 
Thinkfinger acquires/verifies, but doesn't authenticate
https://bugs.launchpad.net/bugs/271976
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 229816] Re: ubuntuguide.org kills ubuntu session

2008-06-29 Thread eldad
$ lspci |grep -i nvidia

01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M
(rev a1)


Is this is what you asked about?
In any case it does not happen anymore (I am not sure what has changed, though)
(partial output of):
$ uname -a 
2.6.24-19-generic #1 SMP Wed Jun 18 14:15:37 UTC 2008 x86_64 GNU/Linux

-- 
ubuntuguide.org kills ubuntu session
https://bugs.launchpad.net/bugs/229816
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 243901] [NEW] enthought tvtk failure under compiz

2008-06-29 Thread eldad
Public bug reported:

enthought tvtk (and thus also mayavi2) fails to generate figures properly under 
compiz. 
This is resolved by running an alternative Window manager (tested with fluxbox 
and metacity)

tested on:
Hardy Release:  8.04
2.6.24-19-generic x86_64
python-enthought-traits, python-enthought-traits-ui, python-vtk, python-numpy,  
python-wxgtk2.6, and mayavi2 installed from repos

an example script (run under " ipython -wthread ")

import numpy
from numpy import sqrt,abs,r_


#generate data
dx,dy = 1.8,1.05
V = lambda x,y: 0.3**2/200.*sqrt((x-1)**2+y**2)*sqrt((x+1)**2+y**2)/abs(y)
x = r_[-dx:dx:200j]
y = r_[-dy:dy:200j]

#generate surface
from enthought.tvtk.tools import mlab
s = mlab.SurfRegular(x, y, V)

#simpler use:
fig = mlab.figure()
fig.add(s)
__

** Affects: enthought-traits (Ubuntu)
 Importance: Undecided
 Status: New

-- 
enthought tvtk failure under compiz
https://bugs.launchpad.net/bugs/243901
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 209906] Re: t61 keyboard under Hardy (Fn, Menu, ThinkVantage keys)

2008-04-01 Thread eldad
Please also note that the Fn key is still unique in generating the special 
brightness, suspend, keyboard light etc...
The Menu key has not this functionality.
The Menu key combined with = and - keys does make icons larger and smaller in 
rox-filer (as Alt-Gr should) while the Fn key does not.
So there is definitely some difference between the two but I am not sure how a 
user can use it...

-- 
t61 keyboard under Hardy (Fn, Menu, ThinkVantage keys)
https://bugs.launchpad.net/bugs/209906
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 209906] [NEW] t61 keyboard under Hardy (Fn, Menu, ThinkVantage keys)

2008-03-31 Thread eldad
Public bug reported:

Binary package hint: xkeyboard-config

Menu key (between right Alt and Control) and Fn key (next to left Control) give 
the same xev output.
I believe this is not supposed to be so as it does not allow distinguishing 
them for mapping (xmodmap)


KeyPress event, serial 30, synthetic NO, window 0x261,
root 0x13b, subw 0x262, time 46299652, (19,57), root:(678,108),
state 0x10, keycode 227 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 30, synthetic NO, window 0x261,
root 0x13b, subw 0x262, time 46299652, (19,57), root:(678,108),
state 0x10, keycode 227 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False


ThinkVantage key produces no response


Description:Ubuntu hardy (development branch)
Release:8.04

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

-- 
t61 keyboard under Hardy (Fn, Menu, ThinkVantage keys)
https://bugs.launchpad.net/bugs/209906
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 207748] Re: mayavi2 will not install on Hardy

2008-03-29 Thread eldad
I do not like the following solution but it seems to work fine (as a temporary 
one):
install EPD package (using Enthought windows installer found @ 
http://www.enthought.com/products/epddownload.php ) under wine.
I haven't managed to get the IPython to work under wine but Mayavi2 works well.

-- 
mayavi2 will not install on Hardy
https://bugs.launchpad.net/bugs/207748
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 207748] [NEW] mayavi2 will not install on Hardy

2008-03-27 Thread eldad
Public bug reported:

Binary package hint: mayavi2

Mayavi2 will not install on Hardy for me any more (it used to till a few days 
ago).
Please see below the output.
I will appreciate a solution...
(I deeply appreciate the introduction of such a variety of scientific packages, 
especially python based - excellent work!!!)

[EMAIL PROTECTED]:~$ apt-cache policy mayavi2
mayavi2:
  Installed: (none)
  Candidate: 2.0.2a1-4ubuntu1
  Version table:
 2.0.2a1-4ubuntu1 0
500 http://ftp.astral.ro hardy/universe Packages
[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ sudo aptitude install mayavi2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initialising package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
 python-enthought-traits python-enthought-traits-ui python-vtk
The following NEW packages will be installed:
 mayavi2 python-enthought-traits python-enthought-traits-ui python-vtk
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/17.8MB of archives. After unpacking 43.3MB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Selecting previously deselected package python-enthought-traits.
(Reading database ... 191405 files and directories currently installed.)
Unpacking python-enthought-traits (from 
.../python-enthought-traits_2.0.1b1-2_amd64.deb) ...
Selecting previously deselected package python-enthought-traits-ui.
Unpacking python-enthought-traits-ui (from 
.../python-enthought-traits-ui_2.0.1b1-3_all.deb) ...
Selecting previously deselected package python-vtk.
Unpacking python-vtk (from .../python-vtk_5.0.3-1ubuntu1_amd64.deb) ...
Selecting previously deselected package mayavi2.
Unpacking mayavi2 (from .../mayavi2_2.0.2a1-4ubuntu1_amd64.deb) ...
Setting up python-enthought-traits (2.0.1b1-2) ...

Setting up python-enthought-traits-ui (2.0.1b1-3) ...

Setting up python-vtk (5.0.3-1ubuntu1) ...
Can't list /usr/lib/python2.5/site-packages/vtk
Can't list /usr/lib/python2.5/site-packages/vtk

Setting up mayavi2 (2.0.2a1-4ubuntu1) ...
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.envisage-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.logger-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.mayavi-2.0.2a1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.persistence-2.0.1b2-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.python_shell-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.refresh_code-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.text_editor-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.tvtk-2.0.0b2-nspkg.pth
pycentral: pycentral pkginstall: error byte-compiling files (731)
pycentral pkginstall: error byte-compiling files (731)
dpkg: error processing mayavi2 (--configure):
 subprocess post-installation script returned error exit status 1
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 mayavi2
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up mayavi2 (2.0.2a1-4ubuntu1) ...
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.envisage-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.logger-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.mayavi-2.0.2a1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.persistence-2.0.1b2-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.python_shell-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.refresh_code-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.text_editor-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.tvtk-2.0.0b2-nspkg.pth
pycentral: pycentral pkginstall: error byte-compiling files (731)
pycentral pkginstall: error byte-compiling files (731)
dpkg: error processing mayavi2 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mayavi2
Reading pack

[Bug 185472] Re: Please sync mayavi2 2.0.2a1-4 (universe) from Debian unstable (main)

2008-03-27 Thread eldad
I am not sure I understand the reported bug but mayavi2 will not install on 
Hardy for me any more (it used to till a few days ago).
I will appreciate a solution... 
(I deeply appreciate the introduction of such a variety of scientific packages, 
especially python based - excellent work!!!) 


laptop:~$ sudo aptitude install mayavi2
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initialising package states... Done
Building tag database... Done  
The following NEW packages will be automatically installed:
  python-enthought-traits python-enthought-traits-ui python-vtk 
The following NEW packages will be installed:
  mayavi2 python-enthought-traits python-enthought-traits-ui python-vtk 
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/17.8MB of archives. After unpacking 43.3MB will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Selecting previously deselected package python-enthought-traits.
(Reading database ... 191405 files and directories currently installed.)
Unpacking python-enthought-traits (from 
.../python-enthought-traits_2.0.1b1-2_amd64.deb) ...
Selecting previously deselected package python-enthought-traits-ui.
Unpacking python-enthought-traits-ui (from 
.../python-enthought-traits-ui_2.0.1b1-3_all.deb) ...
Selecting previously deselected package python-vtk.
Unpacking python-vtk (from .../python-vtk_5.0.3-1ubuntu1_amd64.deb) ...
Selecting previously deselected package mayavi2.
Unpacking mayavi2 (from .../mayavi2_2.0.2a1-4ubuntu1_amd64.deb) ...
Setting up python-enthought-traits (2.0.1b1-2) ...

Setting up python-enthought-traits-ui (2.0.1b1-3) ...

Setting up python-vtk (5.0.3-1ubuntu1) ...
Can't list /usr/lib/python2.5/site-packages/vtk
Can't list /usr/lib/python2.5/site-packages/vtk

Setting up mayavi2 (2.0.2a1-4ubuntu1) ...
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.envisage-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.logger-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.mayavi-2.0.2a1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.persistence-2.0.1b2-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.python_shell-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.refresh_code-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.text_editor-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.tvtk-2.0.0b2-nspkg.pth
pycentral: pycentral pkginstall: error byte-compiling files (731)
pycentral pkginstall: error byte-compiling files (731)
dpkg: error processing mayavi2 (--configure):
 subprocess post-installation script returned error exit status 1
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 mayavi2
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up mayavi2 (2.0.2a1-4ubuntu1) ...
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.envisage-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.logger-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.mayavi-2.0.2a1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.persistence-2.0.1b2-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.debug-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.python_shell-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.refresh_code-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.plugins.text_editor-2.0.1b1-nspkg.pth
file does not exist: 
/usr/lib/python2.5/site-packages/enthought.tvtk-2.0.0b2-nspkg.pth
pycentral: pycentral pkginstall: error byte-compiling files (731)
pycentral pkginstall: error byte-compiling files (731)
dpkg: error processing mayavi2 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mayavi2
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initialising package states... Done
Writing extended state information... Done
Building tag database... Done

-- 
Please sync mayavi2 2.0.2a1-4  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bu

[Bug 200235] Re: Gnash does not work in Firefox 3

2008-03-26 Thread eldad

 curtlee2002 wrote on 2008-03-16:
sudo cp /usr/lib/firefox/plugins/flashplugin-alternative.so 
/usr/lib/firefox-3.0b4/plugins/

worked like a charm for me, thanx curtlee!

Linux uname-laptop 2.6.24-12-generic #1 SMP Wed Mar 12 22:31:43 UTC 2008
x86_64 GNU/Linux

-- 
Gnash does not work in Firefox 3
https://bugs.launchpad.net/bugs/200235
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


Re: [Bug 188344] Re: brasero crashed with SIGSEGV in g_type_check_instance_cast()

2008-03-25 Thread eldad
*** This bug is a duplicate of bug 187183 ***
https://bugs.launchpad.net/bugs/187183

I apologise.
keep up the good work!

On Tue, Mar 25, 2008 at 3:05 PM, Pedro Villavicencio <[EMAIL PROTECTED]>
wrote:

> *** This bug is a duplicate of bug 187183 ***
>https://bugs.launchpad.net/bugs/187183
>
> It's a duplicate, please do not re open bugs that are marked as invalid
> giving you a comment that it's a duplicate, we have to deal daily with
> hundreds of reports and sometimes finding the exact number of the
> duplicate can be hard, it takes time and extra efforts, re opening cause
> more work and less help, you're welcome to use launchpad to search for
> the number and help us too, thanks.
>
> ** Changed in: brasero (Ubuntu)
>   Status: Confirmed => Invalid
>
> ** This bug has been marked a duplicate of bug 187183
>   nautilus crashed with SIGSEGV in g_type_check_instance_cast()
>
> --
> brasero crashed with SIGSEGV in g_type_check_instance_cast()
> https://bugs.launchpad.net/bugs/188344
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
brasero crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/188344
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 145920] Re: crashes on startup

2007-11-29 Thread eldad
same problem... 
:-(

-- 
crashes on startup
https://bugs.launchpad.net/bugs/145920
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 61506] Re: Cenon fails to start

2007-11-29 Thread eldad
the bug occurs in gutsy. how do i solve it?

-- 
Cenon fails to start
https://bugs.launchpad.net/bugs/61506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159916] Re: system crash upon FN-F4 press

2007-11-04 Thread eldad
solved!

it was an xorg.conf bad configuration (not implemented explicitly by me, but 
probably since I ran 
`sudo dpkg-reconfigure console-setup`).
The problem was resolved comparing the current xorg.conf to the original one. 
Unfortunately I did not keep a copy of the "bad" copy. 
In case anyone is interested I can try to reproduce...

-- 
system crash upon FN-F4 press
https://bugs.launchpad.net/bugs/159916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159916] Re: system crash upon FN-F4 press

2007-11-04 Thread eldad
following 
https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch

please note the following additional info (which I hope could help):
(from tty after 
sudo /etc/init.d/hotkey-setup stop
sudo showkey -u | tee -a hotkey-log.txt
fn-f4 produces)
0xe0 0x56 0xe0 0xd6

sudo dmidecode -s system-manufacturer
Hewlett-Packard

sudo dmidecode -s system-product-name
pavilion ze2000(ps731ea#abt)  

sudo dmidecode -s system-version
Rev 1

-- 
system crash upon FN-F4 press
https://bugs.launchpad.net/bugs/159916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159916] system crash upon FN-F4 press

2007-11-04 Thread eldad
Public bug reported:

having gutsy (ubuntu 7.10) installed on an HP Pavilion ze2070ea laptop:
pressing Fn-F4 key combination blocks the system completely.

This combination is supposed to switch to an external display.
Having no external display plugged, in Breezy it would blank the screen once 
and get back to the default display,
I believe the same happened in Feisty but cannot really remember trying this.
Now on gutsy the screen blanks completely, only the cursor is left as it was - 
no keyboard or touchpad responds.
If I kill gdm and X from a tty it does not happen.
I cannot "xev" the combination from a GDM login as the system blocks 
immidiately...

HELP!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
system crash upon FN-F4 press
https://bugs.launchpad.net/bugs/159916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159916] Re: system crash upon FN-F4 press

2007-11-04 Thread eldad
the only way out found by now is brutal shutdown pressing the power
button for several seconds

** Visibility changed to: Public

-- 
system crash upon FN-F4 press
https://bugs.launchpad.net/bugs/159916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158185] Re: brasero+gstreamer bug concerning gstreamer0.10-fluendo-mp3

2007-10-30 Thread eldad
---quote---
"This led me to inspect just which gstreamer plugins I had installed, in 
particular for mp3 handling, and noticed that gstreamer0.10-fluendo-mp3, was 
installed, which I suspect may be superfluous as a plugin with the MAD and 
ffmpeg plugins. Uninstalling this plugin removed the crash."
---end-of-quote

same here on  2.6.22-14-generic #1 SMP i686 GNU/Linux (Sun Oct 14 23:05:12 GMT 
2007 beta installation of gutsy).
having removed gstreamer0.10-fluendo-mp3 resolved the severe crashes (laptop 
blocks for very long, released by killing brasero).

thank you kain for the solution. I would agree that it should be part of
apt (objection to the superfluous installation), at least untill brasero
resolves...

-- 
brasero+gstreamer bug concerning gstreamer0.10-fluendo-mp3
https://bugs.launchpad.net/bugs/158185
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111933] Re: Update Manager stops updating from repositories.

2007-10-07 Thread eldad
same problem on gutsy (beta).

tried:
lsof | grep /var/lib/apt/lists/lock
got not output back.

used Shirish Agarwal's ( 2007-06-28 ) solution:
sudo killall apt apt-get aptitude
and resolved (no reboot/logout were needed).

let me know if I can supply any further info.
good luck with the final fix!

-- 
Update Manager stops updating from repositories.
https://bugs.launchpad.net/bugs/111933
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 148469] Re: update-manager (dist-upgrade)

2007-10-06 Thread eldad
Dear Mr. Vogt,

I cannot notice any breaking in my system whatsoever.
It seems to have been fixed or perhaps it does not bother the system.
upon running:
sudo dpkg --configure -a
I receive no output (in term).

I apologise for the delay in my reply and thank you for your concern.
pls let me know if there is anything else I can do to help!
Eldad

On 10/5/07, Michael Vogt <[EMAIL PROTECTED]> wrote:
>
> auctex (11.83-7ubuntu1) gutsy; urgency=low
>
>   * add missing depends on texlive-base-bin so that the postrm
> does not fail on missing mktexlsr (LP: #148469)
>
> -- Michael Vogt <[EMAIL PROTECTED]>   Fri, 05 Oct 2007 18:26:18
> +0200
>
> --
> update-manager (dist-upgrade)
> https://bugs.launchpad.net/bugs/148469
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
update-manager (dist-upgrade)
https://bugs.launchpad.net/bugs/148469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149188] Re: [GUTSY BETA] error when updating cupsys

2007-10-04 Thread eldad
*** This bug is a duplicate of bug 149106 ***
https://bugs.launchpad.net/bugs/149106

had the same.
found the following:
http://ubuntuforums.org/showthread.php?p=3475405#post3475405

seems to be solved upon entering:
sudo dpkg -i --force-overwrite 
/var/cache/apt/archives/cupsys_1.3.2-1ubuntu4_i386.deb

-- 
[GUTSY BETA] error when updating cupsys
https://bugs.launchpad.net/bugs/149188
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148469] Re: update-manager (dist-upgrade)

2007-10-03 Thread eldad

** Attachment added: "dist-upgrade.tar.gz"
   http://launchpadlibrarian.net/9691889/dist-upgrade.tar.gz

-- 
update-manager (dist-upgrade)
https://bugs.launchpad.net/bugs/148469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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