[Bug 839657] Re: Error message about parsing /etc/hosts with rabbitmqctl

2012-09-06 Thread Almacha
I found this page because I googled "hosts feo0::0 fe00::0" because I
just noticed this strange feo0 in my /etc/hosts file. I didn't write
this line myself so it's probably a bug in the default linux install. On
a newer machine there isn't this bug any more.

The end of my host file (that I did not write myself) :
::1 ip6-localhost ip6-loopback
feo0::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

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

Title:
  Error message about parsing /etc/hosts with rabbitmqctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839657/+subscriptions

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


[Bug 667795] Re: rpy python module does not support the R shipped version (2.11.1)

2011-01-16 Thread Almacha
Installing the debian package as sugested by Jérémy Subtil works for me. 
Precisely:
1. I downloaded the debian python-rpy package from the page given by Jérémy 
Subtil
2. I uninstalled the ubuntu python-rpy package
3. I installed the downloaded debian package (dpkg -i filename.deb)

Thanks for this solution.

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

Title:
  rpy python module does not support the R shipped version (2.11.1)

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

[Bug 626974] Re: ABI change in xorg 1.9 breaks legacy nvidia-96 drivers in Maverick

2010-11-23 Thread Almacha
It works. I installed nvidia-96 from maverick-proposed and ran nvidia-
xconfig. I can now play OpenGL games. My card is an nVidia GeFroce 4 Ti
4200. Thanks for your work.

-- 
ABI change in xorg 1.9 breaks legacy nvidia-96 drivers in Maverick
https://bugs.launchpad.net/bugs/626974
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 549716] Re: [fixed in 4.5] gfortran segfaults when compiling my program

2010-05-05 Thread Almacha
** Changed in: gcc-4.4 (Ubuntu)
   Status: Triaged => Fix Released

-- 
[fixed in 4.5] gfortran segfaults when compiling my program
https://bugs.launchpad.net/bugs/549716
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 549716] [NEW] gfortran segfaults when compiling my program

2010-03-27 Thread Almacha
Public bug reported:

Binary package hint: gfortran

GFortran segfaults when compiling this program:

program numerical
implicit none
integer :: max_p, max_r
integer, dimension(10, 40) :: k
integer :: r, p

do p = 1, max_p
do r = 1, max_r
k = selected_real_kind(P=r, R=p)
end do
end do

   do p = 1, max_p
do r = 1, max_r
write (fmt="I2") k(p,r)
end do

end do


end program numerical

ProblemType: Bug
Architecture: amd64
Date: Sat Mar 27 18:18:21 2010
DistroRelease: Ubuntu 9.10
Package: gfortran 4:4.4.1-1ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: gcc-defaults
Uname: Linux 2.6.31-20-generic x86_64

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gfortran segfaults when compiling my program
https://bugs.launchpad.net/bugs/549716
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 549716] Re: gfortran segfaults when compiling my program

2010-03-27 Thread Almacha

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

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

-- 
gfortran segfaults when compiling my program
https://bugs.launchpad.net/bugs/549716
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 427753] Re: ndoc-console does not start

2010-03-02 Thread Almacha
Copying the contents of /usr/lib/ndoc-1.3 into /usr/lib/ndoc solves the
problem. Thanks. Now it would be great if the package maintainer could
fix that so that it works out of the box.

-- 
ndoc-console does not start
https://bugs.launchpad.net/bugs/427753
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 334474] Re: Disk quotas do not work in ext4

2009-11-27 Thread Almacha
I tried to reproduce Vinyo's bug but I could not.

I use Ubuntu karmic i386, quota version is 3.17-3ubuntu1.

1. I formated 2 partitions, one with ext3 and the other with ext4.
2. I added them to /etc/fstab with options rw,usrquota.
3. I ran quotacheck -a and rebooted by computer.
4. I used edquota to set a block hard limit of 10MB to my user on both 
partitions.
5. I tried creating a too big file on each of these two partitions with my 
user. It stopped when the block hard limit was reached, complaining about disk 
quota being exceeded.

So I had the same (correct) behaviour with both ext3 and ext4.

-- 
Disk quotas do not work in ext4
https://bugs.launchpad.net/bugs/334474
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 472829] Re: sensors-applet assert failure: Gnome:ERROR:gnome-help.c:145:gnome_help_display_with_doc_id_and_env: assertion failed: (program != NULL)

2009-11-03 Thread Almacha

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/35033229/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/35033231/Disassembly.txt

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

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

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/35033235/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/35033236/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/35033237/ThreadStacktrace.txt

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

** Visibility changed to: Public

-- 
sensors-applet assert failure: 
Gnome:ERROR:gnome-help.c:145:gnome_help_display_with_doc_id_and_env: assertion 
failed: (program != NULL)
https://bugs.launchpad.net/bugs/472829
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 364668] Re: [since jaunty] banshee window is split more on the right at each start when fullscreen

2009-11-03 Thread Almacha
Fixed in karmic.

** Changed in: banshee (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[since jaunty] banshee window is split more on the right at each start when 
fullscreen
https://bugs.launchpad.net/bugs/364668
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 427753] Re: ndoc-console does not start

2009-09-11 Thread Almacha
The same bug also occurs under karmic i386 (on 11 septembre 2009).

-- 
ndoc-console does not start
https://bugs.launchpad.net/bugs/427753
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 427753] [NEW] ndoc-console does not start

2009-09-11 Thread Almacha
Public bug reported:

Binary package hint: ndoc-console

I have ndoc 1.3.1-5ubuntu1 under Jaunty amd64.

When running ndoc-console, it complains about NDoc.Core that could not being 
loaded:
alma...@panda:~$ ndoc-console 

** (/usr/lib/ndoc/NDocConsole.exe:18306): WARNING **: The following assembly 
referenced from /usr/lib/ndoc/NDocConsole.exe could not be loaded:
 Assembly:   NDoc.Core(assemblyref_index=1)
 Version:1.3.3329.0
 Public Key: b9896512f28c0f09
The assembly was not found in the Global Assembly Cache, a path listed in the 
MONO_PATH environment variable, or in the location of the executing assembly 
(/usr/lib/ndoc).


** (/usr/lib/ndoc/NDocConsole.exe:18306): WARNING **: Could not load file or 
assembly 'NDoc.Core, Version=1.3.3329.0, Culture=neutral, 
PublicKeyToken=b9896512f28c0f09' or one of its dependencies.

Unhandled Exception: System.TypeLoadException: Could not load type
'NDoc.ConsoleApplication.EntryPoint' from assembly 'NDocConsole,
Version=1.3.3329.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09'.

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

** Description changed:

  Binary package hint: ndoc-console
  
- I have ndoc 1.3.1-5ubuntu1 under Jaunty i386.
+ I have ndoc 1.3.1-5ubuntu1 under Jaunty amd64.
  
  When running ndoc-console, it complains about NDoc.Core that could not being 
loaded:
  alma...@panda:~$ ndoc-console 
  
  ** (/usr/lib/ndoc/NDocConsole.exe:18306): WARNING **: The following assembly 
referenced from /usr/lib/ndoc/NDocConsole.exe could not be loaded:
   Assembly:   NDoc.Core(assemblyref_index=1)
   Version:1.3.3329.0
   Public Key: b9896512f28c0f09
  The assembly was not found in the Global Assembly Cache, a path listed in the 
MONO_PATH environment variable, or in the location of the executing assembly 
(/usr/lib/ndoc).
  
  
  ** (/usr/lib/ndoc/NDocConsole.exe:18306): WARNING **: Could not load file or 
assembly 'NDoc.Core, Version=1.3.3329.0, Culture=neutral, 
PublicKeyToken=b9896512f28c0f09' or one of its dependencies.
  
  Unhandled Exception: System.TypeLoadException: Could not load type
  'NDoc.ConsoleApplication.EntryPoint' from assembly 'NDocConsole,
  Version=1.3.3329.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09'.

-- 
ndoc-console does not start
https://bugs.launchpad.net/bugs/427753
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 318360] Re: null pointer reference in iwl3945

2009-07-26 Thread Almacha
I also had this bug on a Dell Latitude E4200 and Dell Inspiron 1525.
Installing linux-backports-modules-jaunty also solved it.

-- 
null pointer reference in iwl3945
https://bugs.launchpad.net/bugs/318360
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 364668] Re: [since jaunty] banshee window is split more on the right at each start when fullscreen

2009-06-14 Thread Almacha
** Summary changed:

- [jaunty] banshee window is split more on the right at each start when 
fullscreen
+ [since jaunty] banshee window is split more on the right at each start when 
fullscreen

-- 
[since jaunty] banshee window is split more on the right at each start when 
fullscreen
https://bugs.launchpad.net/bugs/364668
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 289609] Re: Vym hangs on startup when network printers are present

2009-06-11 Thread Almacha
In fact we have a problem with printers in our network. For any KDE
application doing "File -> Print" takes a lot of time.

The only thing that differs with vym is that it does that too when vym
starts, and not only when doing "File -> Print".

-- 
Vym hangs on startup when network printers are present
https://bugs.launchpad.net/bugs/289609
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 289609] Re: Vym hangs on startup when network printers are present

2009-06-11 Thread Almacha
I have this problem too.

Ubuntu version: jaunty
Vym package version: 1.12.2-1

It takes a lot of time to start, and also when using "Map -> Print".

When running with strace, it takes time on lines such as:
sendto(21, "GET /printers/hades_lpcss.ppd HTT"..., 87, 0, NULL, 0) = 87

-- 
Vym hangs on startup when network printers are present
https://bugs.launchpad.net/bugs/289609
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 296643] Re: Please merge maxima 5.17.1-1 (universe) from Debian unstable (main).

2009-05-25 Thread Almacha
Yes it would be good to get rid of the load(diag) not working, because
in the current state, maxima can't do basic linear algebra things, which
are provided by this diag package.

-- 
Please merge maxima 5.17.1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/296643
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 334474] Re: Disk quotas do not work in ext4

2009-05-17 Thread Almacha
I confirm ext4 quotas work on karmic but not on jaunty.

My quota version on jaunty: 3.16-7
My quota version on karmic: 3.17-3

-- 
Disk quotas do not work in ext4
https://bugs.launchpad.net/bugs/334474
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-05-13 Thread Almacha
No, it happens even with the recommendation pane disabled.

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-05-07 Thread Almacha
The fix works. Thanks.

-- 
[jaunty] xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
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 318360] Re: null pointer reference in iwl3945

2009-04-23 Thread Almacha
I installed linux-backports-modules-jaunty and now I don't get the bug
any more. My machine now shutdown and reboots properly. (I still get the
"Reponse NULL in 'REPLY_ADD_STA'" but not the general protection fault)

Thanks.

-- 
null pointer reference in iwl3945
https://bugs.launchpad.net/bugs/318360
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 318360] Re: null pointer reference in iwl3945

2009-04-23 Thread Almacha
The bug still occurs for me with kernel package linux-
image-2.6.28-11-generic, version 2.6.28-11.42.

It occurs when I reboot or shutdown my computer.

-- 
null pointer reference in iwl3945
https://bugs.launchpad.net/bugs/318360
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha

** Attachment added: "almacha banshee window 5th time.png"
   
http://launchpadlibrarian.net/25827094/almacha%20banshee%20window%205th%20time.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha
I did all these screenshots while running jaunty in a virtual machine.

** Attachment added: "almacha banshee window in the end.png"
   
http://launchpadlibrarian.net/25827128/almacha%20banshee%20window%20in%20the%20end.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha

** Attachment added: "almacha banshee window 4th time.png"
   
http://launchpadlibrarian.net/25827092/almacha%20banshee%20window%204th%20time.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha

** Attachment added: "almacha banshee window 3rd time.png"
   
http://launchpadlibrarian.net/25827087/almacha%20banshee%20window%203rd%20time.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha

** Attachment added: "almacha banshee window 2nd time.png"
   
http://launchpadlibrarian.net/25827074/almacha%20banshee%20window%202nd%20time.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] Re: [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha

** Attachment added: "almacha banshee window 1st time.png"
   
http://launchpadlibrarian.net/25827040/almacha%20banshee%20window%201st%20time.png

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 364668] [NEW] [jaunty] banshee window is split more on the right at each start when fullscreen

2009-04-21 Thread Almacha
Public bug reported:

Binary package hint: banshee

Steps to reproduce:
1. Under jaunty, start banshee.
2. Adjust the separator between artists and songs at some place.
3. Maximize the window.
4. Close (competely) banshee.
5. Start banshee again. The separator will have moved a little on the right.
6. Restart at point 4.

Ubuntu version: jaunty RC
Banshee version: 1.4.3-3ubuntu2

See successive screenshots of what happens.

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

-- 
[jaunty] banshee window is split more on the right at each start when fullscreen
https://bugs.launchpad.net/bugs/364668
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 318360] Re: null pointer reference in iwl3945

2009-04-21 Thread Almacha
I get the same bug on an ASUS U3S. It happens at shutdown, with the error:
iwlagn: Error: Reponse NULL in 'REPLY_ADD_STA'

Wireless device as reported by lspci:
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

I am using jaunty RC, kernel 2.6.28-11-generic

** Attachment added: "almacha_bug_at_shutdown.jpg"
   http://launchpadlibrarian.net/25826778/almacha_bug_at_shutdown.jpg

-- 
null pointer reference in iwl3945
https://bugs.launchpad.net/bugs/318360
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 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-04-21 Thread Almacha

** Attachment added: "incorrect_pdf_from_jaunty.pdf"
   http://launchpadlibrarian.net/25823744/incorrect_pdf_from_jaunty.pdf

-- 
[jaunty] xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
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 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-04-21 Thread Almacha

** Attachment added: "correct_pdf_from_intrepid.pdf"
   http://launchpadlibrarian.net/25823707/correct_pdf_from_intrepid.pdf

-- 
[jaunty] xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
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 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-04-21 Thread Almacha

** Attachment added: ".log file generated by xelatex under jaunty"
   http://launchpadlibrarian.net/25823605/xelatex_minimal_test.log

-- 
[jaunty] xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
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 364627] [NEW] [jaunty] xelatex math symbols do not work when using fontspec

2009-04-21 Thread Almacha
Public bug reported:

Since Ubuntu jaunty RC, when I compile xelatex documents, the math is
not printed properly. In the file xelatex_minimal_test.tex I get the
"sum" sign not printed when compiling with xelatex under jaunty.

To reproduce:
1. Under jaunty, do: xelatex xelatex_minimal_test.tex
2. Look at PDF file. The text (with the "é" non-ASCII letter) is printed but 
not the math.

I have package texlive-xetex 2007.dfsg.2-4ubuntu2

When doing the same under interpid, I got the sum sign printed.

This is xelatex output when compiling the file:

This is XeTeXk, Version 3.141592-2.2-0.996-patch2 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./xelatex_minimal_test.tex
LaTeX2e <2005/12/01>
Babel  and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, farsi, croatian, ukrainian, russian, bulgarian, czech, slov
ak, danish, dutch, finnish, basque, french, german, ngerman, ibycus, greek, mon
ogreek, ancientgreek, hungarian, italian, latin, mongolian, norsk, icelandic, i
nterlingua, turkish, coptic, romanian, welsh, serbian, slovenian, estonian, esp
eranto, uppersorbian, indonesian, polish, portuguese, spanish, catalan, galicia
n, swedish, ukenglish, pinyin, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.sty
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-texlive/tex/latex/tools/calc.sty)
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.tex
(/usr/share/texmf-texlive/tex/latex/xkeyval/keyval.tex)))
(/usr/share/texmf/tex/latex/lm/lmodern.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/xelatex/euenc/eu1enc.def)
(/usr/share/texmf-texlive/tex/xelatex/euenc/lm/eu1lmr.fd))
fontspec.cfg loaded.
(/usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.cfg))
No file xelatex_minimal_test.aux.
(/usr/share/texmf/tex/latex/lm/omllmm.fd)
(/usr/share/texmf/tex/latex/lm/omslmsy.fd)
(/usr/share/texmf/tex/latex/lm/omxlmex.fd) [1] (./xelatex_minimal_test.aux) )

** WARNING ** This .map file looks like a dvips format fontmap file.
** WARNING ** -- Current input buffer is: aealbattar ae_AlBattar 
"ArabeyesArabicEncoding ReEncodeFont" https://bugs.launchpad.net/bugs/364627
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 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2009-04-21 Thread Almacha

** Attachment added: "xelatex file to reproduce bug"
   http://launchpadlibrarian.net/25823302/xelatex_minimal_test.tex

-- 
[jaunty] xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
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 123765] Re: scilab keyboard " and ' input result in Â" and Â'

2009-04-13 Thread Almacha
I also get strange characters in scilab 4 when a type an "é" in the main
window (I see "é"). I use the fr_FR.UTF-8 locale. But in scilab 5 it
now works properly (I see an "é").

-- 
scilab keyboard " and ' input result in Â" and Â'
https://bugs.launchpad.net/bugs/123765
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-04-13 Thread Almacha
It was a configuration issue. I just needed to do usecanvas(%F);

** Changed in: scilab (Ubuntu)
   Status: New => Invalid

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 299649] Re: evolution-data-server's process still here after logout

2009-03-28 Thread Almacha
I think this bug might be more important than "Low importance". I have a
machine (running Ubuntu 8.10 i386) that has been running for a few
weeks, and I found that I had ~50 evolution-data-server processes
running on it, because there had been 50 login/logout cycles. Even if
the same user logs in again, a new evolution-data-server is started, so
if the same user logs in/out 50 times you get 50 evolution-data-server
in the end. It is quite tedious for the sysadmin to have to regularly
kill evolution-data-server as a maintenance task... In fact we don't
even use evolution at all, as we use Thunderbird.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha
Thanks for your help.

When running:
// Example using GLJPanel (Mixing uicontrols and graphics is available)
usecanvas(%F);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], 
"Callback", "delete(gcf())");
messagebox("You can see the button on the figure.", "Usecanvas example", 
"info");

it works, see output_plot2d_with_usecanvas_false.png
When running:
// Example using GLCanvas (Mixing uicontrols and graphics is not available, 
uicontrols are not visible)
usecanvas(%T);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], 
"Callback", "delete(gcf())");
messagebox("You can''t see any button on the figure.", "Usecanvas example", 
"info");

it crashes, see output_plot2d_with_usecanvas_true.txt

I am using the "sis" X driver. My package xserver-xorg-video-sis has
version 1:0.10.1-1


** Attachment added: "output_plot2d_with_usecanvas_true.txt"
   http://launchpadlibrarian.net/23876883/output_plot2d_with_usecanvas_true.txt

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha

** Attachment added: "output_plot2d_with_usecanvas_false.png"
   http://launchpadlibrarian.net/23876859/output_plot2d_with_usecanvas_false.png

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha

** Attachment added: "Output from GNU octave, to give an idea of what the 
graphics windows should look like"
   http://launchpadlibrarian.net/23875041/what_it_should_look_like.png

** Description changed:

  Binary package hint: scilab
  
  Ubuntu release:
  Description:  Ubuntu jaunty (development branch)
  Release:  9.04
+ Arch: i386
  
  Scilab package version: 5.1-0ubuntu2
  
  Steps to reproduce:
  1. Start scilab.
  2. Enter : bar(1:10, 1:10)
  It displays some garbage. (see attached files: output_graphic_window.png and 
output_main_window.txt)
  It should look like what can be seen in attached file 
what_it_should_look_like.png (which is GNU octave ouput)
  3. Close the scilab window.
  You get a segfault linked to the JVM. (see attached file: 
output_terminal_window.txt)

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha

** Attachment added: "Output in the terminal (the segfault)"
   http://launchpadlibrarian.net/23875034/output_terminal_window.txt

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha

** Attachment added: "Incorrect output in graphics windows"
   http://launchpadlibrarian.net/23875020/output_graphic_window.png

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha

** Attachment added: "Output in the window from where scilab was stared."
   http://launchpadlibrarian.net/23875012/output_main_window.txt

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 343091] [NEW] scilab 5 displays incorrect graphics when using bar() and segfaults at exit

2009-03-15 Thread Almacha
Public bug reported:

Binary package hint: scilab

Ubuntu release:
Description:Ubuntu jaunty (development branch)
Release:9.04
Arch: i386

Scilab package version: 5.1-0ubuntu2

Steps to reproduce:
1. Start scilab.
2. Enter : bar(1:10, 1:10)
It displays some garbage. (see attached files: output_graphic_window.png and 
output_main_window.txt)
It should look like what can be seen in attached file 
what_it_should_look_like.png (which is GNU octave ouput)
3. Close the scilab window.
You get a segfault linked to the JVM. (see attached file: 
output_terminal_window.txt)

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

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
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 303587] Re: Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]: Caught fatal error [memory may be damaged]

2009-03-15 Thread Almacha
This bug also occurs when trying to load the diag package. This is very
annoying because this package contains the functions to compute the
Jordan form of a matrix.

Version: 5.13.0-3ubuntu1
Arch: amd64

Here is the output:
(%i1) load(diag);

Maxima encountered a Lisp error:

 Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]:
Couldn't protect

Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.

-- 
Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]: Caught fatal 
error [memory may be damaged] 
https://bugs.launchpad.net/bugs/303587
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 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-11-26 Thread Almacha
I managed to get working this card on an ASUS F3SA on Debian Lenny (kernel 
2.6.22)
by adding the line :
options snd-hda-intel model=lenovo
to /etc/modprobe.d/alsa-base

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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