[Bug 1011103] Re: Cannot start Eclipse java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0

2012-06-12 Thread Angel Guzman Maeso
I updated, and now I am getting another error derived: !SESSION 2012-06-13 05:08:43.795 --- eclipse.buildId=I20110613-1736 java.version=1.6.0_26 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=es_ES Command-line

[Bug 397273] Re: gtk.VolumeButton() throws a error (MRO) for bases ImplementorIface on Karmic

2012-06-12 Thread Angel Guzman Maeso
This can be closed, it works now and it seems fixed on Ubuntu 12.10 (maybe it was fixed before). $ python Python 2.7.3 (default, Apr 20 2012, 22:44:07) [GCC 4.6.3] on linux2 Type help, copyright, credits or license for more information. from gi.repository import Gtk Gtk.ScaleButton()

[Bug 1011350] Re: [quantal] Unity appearance is lost. Looks like GTK-2.

2012-06-12 Thread Angel Guzman Maeso
** Attachment added: Appearance is lost https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1011350/+attachment/3187362/+files/appearance.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011350

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-06-12 Thread Angel Guzman Maeso
Actually this issue with message::eos and other messages is fixed with Gstreamer 1.0 aka currently as Gstreamer 0.11.91-2 on Ubuntu 12.10 (note you need previously install gstreamer1.0 packages). You can verify this with this slightly modified code: #!/usr/bin/python3 from gi.repository import

[Bug 605450] Re: WARNING: at /build/buildd/linux-2.6.35/kernel/trace/ring_buffer.c:2017 rb_add_time_stamp+0x70/0x220()

2012-06-12 Thread Angel Guzman Maeso
Using Ubuntu 12.10 with Kernel 3.4 suspend/resume works perfectly and it doesn't show the problem or I cannot reproduce it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/605450 Title: WARNING: at

[Bug 1012295] [NEW] package luatex 0.70.1.20120524-1build1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-06-12 Thread Angel Guzman Maeso
Public bug reported: Updating to Ubuntu 12.10 ProblemType: Package DistroRelease: Ubuntu 12.10 Package: luatex 0.70.1.20120524-1build1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16 Uname: Linux 3.2.0-24-generic-pae i686 ApportVersion: 2.1.1-0ubuntu2 Architecture: i386 Date: Tue Jun

[Bug 1012295] Re: package luatex 0.70.1.20120524-1build1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-06-12 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012295 Title: package luatex 0.70.1.20120524-1build1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el

[Bug 784622] Re: ubuntuone-control-panel, language-selector, jockey and software-properties fail to start

2012-06-10 Thread Angel Guzman Maeso
I have the same issue on Ubuntu 12.10 that Mark because I install gstreamer 1.0 from sources and it configures to install with ./configure --prefix=/usr/local, but ubuntu does with ./configure prefix=/usr Doing: /usr/local/lib/gobject-introspection /usr/local/lib/libgirepository-1.0* Resolve all

[Bug 1011103] [NEW] Cannot start Eclipse java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0

2012-06-10 Thread Angel Guzman Maeso
Public bug reported: When I try start Eclipse I receive: Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0 Then a trace log is generated (I attach the file). $ java -version java version 1.6.0_24 OpenJDK Runtime Environment

[Bug 1011103] Re: Cannot start Eclipse java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0

2012-06-10 Thread Angel Guzman Maeso
** Description changed: When I try start Eclipse I receive: Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0 - Then a trace log is generated (I atach the file). + Then a trace log is generated (I attach the file).

[Bug 1011103] Re: Cannot start Eclipse java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0

2012-06-10 Thread Angel Guzman Maeso
** Attachment added: Trace log https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1011103/+attachment/3183091/+files/1339319893818.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011103

[Bug 1011103] Re: Cannot start Eclipse java.lang.UnsupportedClassVersionError: org/eclipse/swt/SWTError : Unsupported major.minor version 51.0

2012-06-10 Thread Angel Guzman Maeso
I make a workaround removing some packages: mv .eclipse .eclipse-backup # Save a backup for eclipse config mv workspace workspace-backup # Save a backup for eclipse workspace sudo apt-get remove openjdk-6-jre-lib # Remove the lib for java6 (it is supposed that java7 is installed and conflicts)

[Bug 944186] Re: Eclipse crashes at startup

2012-06-10 Thread Angel Guzman Maeso
I make a workaround removing some packages: mv .eclipse .eclipse-backup # Save a backup for eclipse config mv workspace workspace-backup # Save a backup for eclipse workspace sudo apt-get remove openjdk-6-jre-lib # Remove the lib for java6 (it is supposed that java7 is installed and conflicts)

[Bug 1011119] [NEW] No autovideosink plugin for playbin (GstPlaySink) with GStreamer 1.0

2012-06-10 Thread Angel Guzman Maeso
Public bug reported: I use this code for test playbin plugin video: #!/usr/bin/python import gi gi.require_version('Gst', '1.0') from gi.repository import Gst Gst.init(None) print Gst.version_string() pipeline=Gst.ElementFactory.make('playbin', None) It produces the ouput: GStreamer

[Bug 1011119] Re: No autovideosink plugin for playbin (GstPlaySink) with GStreamer 1.0

2012-06-10 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/109 Title: No autovideosink plugin for playbin (GstPlaySink) with GStreamer 1.0 To manage notifications about this bug go to:

[Bug 473528] Re: Black screen when maximized from minimised state

2012-06-10 Thread Angel Guzman Maeso
Is this still a issue, KapteinPyn? Could you try with Ubuntu 12.04? Ubuntu 12.10 has gstreamer-1.0 on development too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/473528 Title: Black screen when

[Bug 1011350] [NEW] unityshell fails with unhandled ConfigureNotify

2012-06-10 Thread Angel Guzman Maeso
Public bug reported: I upgrade from Ubuntu 12.04 to Ubuntu 12.10 today. When I restart, and enter again all appearance is lost. My desktop is like Gtk2 without a theme (default theme). When I try to reset unity, the screen shows this messages too: shakaran@steros:~$ unity --reset WARNING:

[Bug 1011350] Re: unityshell fails with unhandled ConfigureNotify

2012-06-10 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011350 Title: unityshell fails with unhandled ConfigureNotify To manage notifications about this bug go to:

[Bug 1008917] [NEW] package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 8

2012-06-05 Thread Angel Guzman Maeso
Public bug reported: Just upgrading from 11.10 to 12.04 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: zentyal-core 2.3.4 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 ApportVersion: 2.0.1-0ubuntu9 Architecture: i386 Date: Tue Jun

[Bug 1008917] Re: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 8

2012-06-05 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008917 Title: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit

[Bug 1008916] [NEW] package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
Public bug reported: Just upgrading from 11.10 to 12.04 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: ebox-openvpn 2.3.3 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 ApportVersion: 2.0.1-0ubuntu9 Architecture: i386 Date: Tue Jun

[Bug 1008915] [NEW] package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
Public bug reported: Just upgrading from 11.10 to 12.04 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: ebox-openvpn 2.3.3 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 ApportVersion: 2.0.1-0ubuntu9 Architecture: i386 Date: Tue Jun

[Bug 1008916] Re: package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008916 Title: package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage notifications

[Bug 1008914] [NEW] package ebox-firewall 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
Public bug reported: Just upgrading from 11.10 to 12.04 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: ebox-firewall 2.3.3 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 ApportVersion: 2.0.1-0ubuntu9 Architecture: i386 Date: Tue Jun

[Bug 1008915] Re: package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008915 Title: package ebox-openvpn 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage notifications

[Bug 1008914] Re: package ebox-firewall 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-06-05 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008914 Title: package ebox-firewall 2.3.3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage

[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2012-06-05 Thread Angel Guzman Maeso
When the commited bugfix will be shipped to live for Ubuntu 12.04? It is annoying see this error on each kernel update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/804943 Title: blcr kernel

[Bug 1008110] [NEW] BraseroGenisoimage fails with error 8 Incorrectly encoded string

2012-06-03 Thread Angel Guzman Maeso
Public bug reported: I am trying to burn a DVD with some subtitles files. When brasero try to read the file called Supernatural 7x17 - The Born- Again Identity (Español (España)).srt. It fails and abort the burn. I attach the offending file and the log for brasero. ProblemType: Bug

[Bug 1008110] Re: BraseroGenisoimage fails with error 8 Incorrectly encoded string

2012-06-03 Thread Angel Guzman Maeso
** Attachment added: Brasero session log https://bugs.launchpad.net/bugs/1008110/+attachment/3173823/+files/brasero-session.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008110 Title:

[Bug 1008110] Re: BraseroGenisoimage fails with error 8 Incorrectly encoded string

2012-06-03 Thread Angel Guzman Maeso
** Attachment added: Subtitle file that fails to burn on brasero https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1008110/+attachment/3173825/+files/Supernatural%207x17%20-%20The%20Born-Again%20Identity%20%28Espa%C3%B1ol%20%28Espa%C3%B1a%29%29.srt -- You received this bug notification

[Bug 1008110] Re: BraseroGenisoimage fails with error 8 Incorrectly encoded string

2012-06-03 Thread Angel Guzman Maeso
I renamed the file to Supernatural 7x17 - The Born-Again Identity.srt and it works. So the offending words should be (Español (España)). Probably the character ñ. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1006578] [NEW] Exiting from fullscreen mode doesn't restore original user screen resolution

2012-05-30 Thread Angel Guzman Maeso
Public bug reported: When you choose on video preferences the fullscreen mode and after you exit, you loose your screen resolution. I think that the app set 1024x768 or so. The expected behaviour is save the original resolution and put back when the user exits from the application. ProblemType:

[Bug 1006578] Re: Exiting from fullscreen mode doesn't restore original user screen resolution

2012-05-30 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006578 Title: Exiting from fullscreen mode doesn't restore original user screen resolution To manage notifications about this bug go to:

[Bug 1006587] [NEW] Unity crash on fullscreen mode

2012-05-30 Thread Angel Guzman Maeso
Public bug reported: I am having a crash of unity when start etracer (extremetuxracer). The unity windows decorator simply crash and I have to execute: unity --reset For restart the window manager. Also changing the resolution on menus, don't apply and it shows on console when play: $ etracer

[Bug 1006587] Re: Unity crash on fullscreen mode

2012-05-30 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006587 Title: Unity crash on fullscreen mode To manage notifications about this bug go to:

[Bug 996847] [NEW] Ubuntu 11.10 crash on installer getting packages list

2012-05-08 Thread Angel Guzman Maeso
Public bug reported: I just try to install again Ubuntu 11.10. I previously already install on this same machine Ubuntu 11.10 ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: ubiquity 2.8.7 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686

[Bug 996847] Re: Ubuntu 11.10 crash on installer getting packages list

2012-05-08 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996847 Title: Ubuntu 11.10 crash on installer getting packages list To manage notifications about this bug go to:

[Bug 897367] Re: unity-2d-panel crash grabbing hotkey

2011-11-28 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897367 Title: unity-2d-panel crash grabbing hotkey To manage notifications about this bug go to:

[Bug 897367] [NEW] unity-2d-panel crash grabbing hotkey

2011-11-28 Thread Angel Guzman Maeso
Public bug reported: I am getting this crash on console and the panel dissapear without starting anymore: $ unity-2d-panel: [DEBUG] Scanning panel plugin directory /usr/lib/unity-2d/plugins/panel unity-2d-panel: [DEBUG] Loading panel plugin:

[Bug 880607] [NEW] Geany crash always on second time opening a file

2011-10-23 Thread Angel Guzman Maeso
Public bug reported: I can reproduce this behaviour always: 1 - Start geany 2 - Open a file FIle-Open 3 - Open a second file File-Open Result: Geany crash with the error: ** Gtk:ERROR:/build/buildd/gtk+2.0-2.24.6/gtk/gtkfilechooserdefault.c:8751:gtk_file_chooser_default_initial_focus:

[Bug 880607] Re: Geany crash always on second time opening a file

2011-10-23 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880607 Title: Geany crash always on second time opening a file To manage notifications about this bug go to:

[Bug 880607] Re: Geany crash always on second time opening a file

2011-10-23 Thread Angel Guzman Maeso
*** This bug is a duplicate of bug 878933 *** https://bugs.launchpad.net/bugs/878933 ** This bug has been marked a duplicate of bug 878933 Crash when attempting to open a second file from the recent file list -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 879750] [NEW] Gwibber doesn't refresh twitter status and crash

2011-10-21 Thread Angel Guzman Maeso
Public bug reported: When I open gwibber it shows this on terminal and it doesn't refresh the twitter status and crash: (gwibber:19501): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed (gwibber:19501): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET

[Bug 879750] Re: Gwibber doesn't refresh twitter status and crash

2011-10-21 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879750 Title: Gwibber doesn't refresh twitter status and crash To manage notifications about this bug go to:

[Bug 858891] Re: Netspeed depends on libpanel-applet which has been removed in oneric. Cannot install.

2011-10-18 Thread Angel Guzman Maeso
Please give more priority to this bug. With unity we cannot use the applet anymore. This needs to be rewrited for use as indicator-applet. There are a indicator called indicator-multiload for monitor the traffic but it is not very accurate on network measurement (specially for measure pp0

[Bug 854934] [NEW] Multiple errors starting a normal session

2011-09-20 Thread Angel Guzman Maeso
Public bug reported: I have a couple of crash and then I try to get the warning/errors showed on terminal. This is the session: $ epiphany-browser ** (epiphany-browser:524): DEBUG: NP_Initialize ** (epiphany-browser:524): DEBUG: NP_Initialize succeeded No bp log location saved, using default.

[Bug 854934] Re: Multiple errors starting a normal session

2011-09-20 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854934 Title: Multiple errors starting a normal session To manage notifications about this bug go to:

[Bug 831313] [NEW] TypeError: coercing to Unicode: need string or buffer, NoneType found

2011-08-22 Thread Angel Guzman Maeso
Public bug reported: I get this error making a transplant. My source repository is be and I want transplant a revision. I can't provide info about the code, because is closed source, sorry. $ hg --version Mercurial Distributed SCM (version 1.9.1) This is the backtrace: $ hg transplant -s be

[Bug 365881] Re: wubi installer's pyrun.exe says no disk

2011-08-18 Thread Angel Guzman Maeso
Is this bug on progress? Someone assigned? The bug is reproducible on Ubuntu 11.04 and there are workaround and patches attached. With an unsuccesfull experience on the Ubuntu installer could produce a big loss of begginers users. Could someone take care of this? Thanks. -- You received this bug

[Bug 781524] [NEW] Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

2011-05-12 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: meld Meld is freezed when I try to display 2 files from terminal as: meld Elfos\ wiki.txt Elfos\ docs.txt /usr/lib/meld/meld/meldapp.py:495: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed self.notebook.append_page( page.widget,

[Bug 781524] Re: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

2011-05-12 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781524 Title: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 781524] Re: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

2011-05-12 Thread Angel Guzman Maeso
** Attachment added: File 1 for diff https://bugs.launchpad.net/ubuntu/+source/meld/+bug/781524/+attachment/2125323/+files/Elfos%20wiki.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781524

[Bug 781524] Re: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

2011-05-12 Thread Angel Guzman Maeso
** Attachment added: File 2 for diff https://bugs.launchpad.net/ubuntu/+source/meld/+bug/781524/+attachment/2125324/+files/Elfos%20docs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781524

[Bug 753049] Re: Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(8, 1)

2011-05-09 Thread Angel Guzman Maeso
Today, lucky me I get fix this. The problem seems to be that on /etc/fstab my partitions are mounted like ro (read-only) mode and then I can't write anything or init the system. On this url: http://www.linuxforums.org/forum/mandriva-linux/42962-boot-problem- error-read-only-filesystem.html I

[Bug 753049] [NEW] Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(8, 1)

2011-04-06 Thread Angel Guzman Maeso
Public bug reported: I get this kernel panic today updating my netbook with natty. See attached image (I only can capture the data with a photo). If I try to start recovery mode, Ubuntu says that the driver disk for / is it not ready or present (on spanish): El controlador de disco para /home

[Bug 753049] Re: Kernel paci - not syncing: VFS: unable to mount root fs on unknown-block(8, 1)

2011-04-06 Thread Angel Guzman Maeso
Kernel panic on 2.6.38-7-generic ** Attachment added: Kernel panic on 2.6.38-7-generic https://bugs.launchpad.net/ubuntu/+source/linux/+bug/753049/+attachment/1991302/+files/kernel-panic.jpg ** Summary changed: - Kernel paci - not syncing: VFS: unable to mount root fs on unknown-block(8,1)

[Bug 250173] Re: gnat broken with last gcc update

2011-04-05 Thread Angel Guzman Maeso
Reopening, this bug still happen on natty. Trying to execute appears: $ gnat fatal error, run-time library not installed correctly cannot locate file system.ads raised TYPES.UNRECOVERABLE_ERROR : targparm.adb:177 Searching with strace, show that gnat look for gcc 4.4, but the folder is 4.4.4:

[Bug 749359] [NEW] totem fails with gst_soup_http_src_finished_cb () on credencials for authorize streamings channels

2011-04-03 Thread Angel Guzman Maeso
Public bug reported: Trying to play a streaming channels that request user and passwords, totem fails with: $ totem http://la1.rtve.stream.flumotion.com/rtve/la1.flv.m3u ** Message: Error: Unauthorized gstsouphttpsrc.c(920): gst_soup_http_src_finished_cb ():

[Bug 749359] Re: totem fails with gst_soup_http_src_finished_cb () on credencials for authorize streamings channels

2011-04-03 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/749359 Title: totem fails with gst_soup_http_src_finished_cb () on credencials for authorize streamings channels -- ubuntu-bugs mailing list

[Bug 749431] [NEW] Metacity crash with _NET_WM_MOVERESIZE

2011-04-03 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: metacity I have a crash and I get this: $ metacity --replace Advertencia del gestor de ventanas: Received a _NET_WM_MOVERESIZE message for 0x50105c5 (shakaran@s); these messages lack timestamps and therefore suck. Advertencia del gestor de ventanas:

[Bug 749431] Re: Metacity crash with _NET_WM_MOVERESIZE

2011-04-03 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/749431 Title: Metacity crash with _NET_WM_MOVERESIZE -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 744926] [NEW] task udisks-daemon:1825 blocked for more than 120 seconds.

2011-03-29 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: udisks I have a usb memory key device with 2 GB, probably with broken sectors. I try plugged, and appear a window of nautilus with the files, but I can't remove, format the partition or copy files. Just see and open some. I assumed that my usb memory

[Bug 744926] Re: task udisks-daemon:1825 blocked for more than 120 seconds.

2011-03-29 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/744926 Title: task udisks-daemon:1825 blocked for more than 120 seconds. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 737213] Re: Wrong character encoding in Spanish (Maverick)

2011-03-17 Thread Angel Guzman Maeso
I can confirm this bug on Maverick. With the version 1.7.3 (release date January 3th 2011) it is fixed (shipped with natty). Could this package backported to maverick? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 351814] Re: geany crashed with SIGSEGV in __kernel_vsyscall()

2011-03-11 Thread Angel Guzman Maeso
I cant reproduce this bug on Ubuntu Natty and Geany 0.20. So maybe it fixed or not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/351814 Title: geany crashed with SIGSEGV in __kernel_vsyscall() --

[Bug 733707] [NEW] Please put a icon for show visual keyboard (call to onboard program) for unlock screen

2011-03-11 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: gnome-screensaver For accessibility and human beings, it would be useful add a icon that call to a visual input keyboard on screen (program onboard of Ubuntu), so people without keyboard or physical uncapable could unlock the screen without help of

[Bug 733707] Re: Please put a icon for show visual keyboard (call to onboard program) for unlock screen

2011-03-11 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733707 Title: Please put a icon for show visual keyboard (call to onboard program) for unlock screen -- ubuntu-bugs mailing list

[Bug 405381] Re: geany crashed with SIGSEGV in gtk_notebook_button_release()

2011-03-11 Thread Angel Guzman Maeso
Testing with Ubuntu Natty, Geany 0.20 I can't say if the bug it is fixed or not, because I cant reproduce again the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/405381 Title: geany crashed

[Bug 724867] Re: current qtopengl breaks virtualbox

2011-02-26 Thread Angel Guzman Maeso
I try this, but it dont work: $ virtualbox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen(/usr/lib/virtualbox/VirtualBox.so,) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN10QGLContext9tryVisualERK9QGLFormati $ sudo /etc/init.d/vboxdrv setup [sudo] password for

[Bug 717932] [NEW] Spanish docs of bazaar are not showed

2011-02-12 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: bzr I see on [1] that the files for /es/ translation are commited, but the manual page[2] only says: This website is available in English, French, Japanese, Russian. but it don't appear the word Spanish linked. So, the spanish users can't access to the

[Bug 717932] Re: Spanish docs of bazaar are not showed

2011-02-12 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717932 Title: Spanish docs of bazaar are not showed -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 683398] Re: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting

2011-02-12 Thread Angel Guzman Maeso
Using Natty with new kernel, the issue seems to be fixed: $ uname -a Linux steros 2.6.38-3-generic-pae #30-Ubuntu SMP Thu Feb 10 00:54:59 UTC 2011 i686 i686 i386 GNU/Linux Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 500228] Re: Multipe criticals: Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR

2011-02-12 Thread Angel Guzman Maeso
Using Natty today only shows: $ totem ** Message: pygobject_register_sinkfunc is deprecated (GstObject) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/500228 Title: Multipe criticals: Gtk-CRITICAL

[Bug 447582] Re: /etc/rc2.d/S20speech-dispatcher dpkg: warning: old pre-removal script returned error exit status 102

2011-02-12 Thread Angel Guzman Maeso
Using today Natty seems to be fixed. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/447582 Title: /etc/rc2.d/S20speech-dispatcher dpkg: warning: old pre-removal script returned error

[Bug 716006] [NEW] lightweight upgrade on unbind

2011-02-09 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: bzr This bug is reported by request of vila on #bzr irc channel: (15:09:29) shakaran: Hi, I have this error doing a bzr upgrade: (15:09:29) shakaran: bzr: ERROR: Cannot convert from format Remote: Branch format 7 to format class (15:09:29) shakaran:

[Bug 716006] Re: lightweight upgrade on unbind

2011-02-09 Thread Angel Guzman Maeso
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/716006 Title: lightweight upgrade on unbind -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 640462] Re: pulseaudio[2034]: alsa-util.c: snd_pcm_avail_delay() returned strange values: delay 0 is less than avail 16.

2011-01-21 Thread Angel Guzman Maeso
I have this same bug using today updated Ubuntu 11.04 Natty: $ pulseaudio W: pid.c: Stale PID file, overwriting. E: alsa-util.c: snd_pcm_avail_delay() returned strange values: delay 0 is less than avail 24. E: alsa-util.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please

[Bug 640462] Re: pulseaudio[2034]: alsa-util.c: snd_pcm_avail_delay() returned strange values: delay 0 is less than avail 16.

2011-01-21 Thread Angel Guzman Maeso
I don't have permission for reopen this bug. Maybe can some developer. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/640462 Title: pulseaudio[2034]: alsa-util.c: snd_pcm_avail_delay()

[Bug 588439] Re: Sata exeption Emask failed command READ FPDMA QUEUED

2010-12-16 Thread Angel Guzman Maeso
I have this issue with Ubuntu 10.10 fully updated. I make a update to 11.04 development distribution and it don't solve the issue. Then I fully reinstall my system except /home (I have two ext4 partitions / and /home). With Linux steros 2.6.35-23-generic-pae #41-Ubuntu SMP Wed Nov 24 10:35:46

[Bug 550559] Re: hdd problems, failed command: READ FPDMA QUEUED

2010-12-16 Thread Angel Guzman Maeso
Related or dupe: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/588439 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/550559 Title: hdd problems, failed command: READ FPDMA QUEUED --

[Bug 683398] [NEW] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting

2010-11-30 Thread Angel Guzman Maeso
Public bug reported: Binary package hint: xorg When I try to suspend the laptop it fails showing this messages on screen: $ cat /var/log/syslog | grep drm: Nov 29 17:35:14 steros kernel: [429829.826906] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting Nov 29

[Bug 683398] Re: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting

2010-11-30 Thread Angel Guzman Maeso
-- [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting https://bugs.launchpad.net/bugs/683398 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

[Bug 630835] Re: No sound with Ubuntu 10.10

2010-09-27 Thread Angel Guzman Maeso
No issues with 2.6.35-22 and 2.6.35-20 -- No sound with Ubuntu 10.10 https://bugs.launchpad.net/bugs/630835 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

[Bug 630835] Re: No sound with Ubuntu 10.10

2010-09-22 Thread Angel Guzman Maeso
Affected too with 2.6.35-21-generic-pae. No sound. I try: sudo rm -rf .pulse .pulse-cookie sudo killall -9 pulseaudio But no luck, still no sound. -- No sound with Ubuntu 10.10 https://bugs.launchpad.net/bugs/630835 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 633056] [NEW] package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-09-08 Thread Angel Guzman Maeso
Public bug reported: Just doing: sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc I get: Creating symlink /var/lib/dkms/blcr/0.8.2/source - /usr/src/blcr-0.8.2 DKMS: add Completed. Kernel preparation unnecessary for this kernel. Skipping... Building module:

[Bug 633056] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-09-08 Thread Angel Guzman Maeso
** Attachment added: DKMSBuildLog.txt https://bugs.launchpad.net/bugs/633056/+attachment/1556542/+files/DKMSBuildLog.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/633056/+attachment/1556543/+files/Dependencies.txt -- package blcr-dkms 0.8.2-13 failed to

[Bug 605450] [NEW] [1266874852.784435] ------------[ cut here ]------------

2010-07-14 Thread Angel Guzman Maeso
Public bug reported: Crash on resume/suspend automatic report with apport (reason of weird title). ProblemType: KernelOops DistroRelease: Ubuntu 10.10 Package: linux-image-2.6.35-7-generic-pae 2.6.35-7.12 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.35-7.12-generic-pae

[Bug 605450] Re: [1266874852.784435] ------------[ cut here ]------------

2010-07-14 Thread Angel Guzman Maeso
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/51928101/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/51928102/AplayDevices.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/51928103/BootDmesg.txt **

[Bug 602515] Re: plugin-container crashed with SIGSEGV

2010-07-06 Thread Angel Guzman Maeso
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/51490734/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51490735/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/51490736/Disassembly.txt ** Attachment

[Bug 601692] [NEW] Crash on suspend/resume (desktop computer)

2010-07-04 Thread Angel Guzman Maeso
Public bug reported: Suspend dont work on Maverick. I enable apport and when I start again I get a report. But when I try to send apport says: This not a package genuine of ubuntu Then I cant send the report. But before appear this information in other window: This report may also be submitted

[Bug 601692] Re: Crash on suspend/resume (desktop computer)

2010-07-04 Thread Angel Guzman Maeso
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/51384471/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/51384472/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/51384473/ArecordDevices.txt

[Bug 428848] Re: glxinfo crashed with SIGSEGV in strtoul() on -intel

2010-06-22 Thread Angel Guzman Maeso
apport information ** Changed in: mesa (Ubuntu) Status: Expired = New ** Tags added: apport-collected ** Description changed: Just after upgrade Jaunty to Karmic, appear this error. ProblemType: Crash Architecture: i386 Date: Sun Sep 13 14:51:44 2009 DistroRelease: Ubuntu

[Bug 428848] CurrentDmesg.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/50761486/CurrentDmesg.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 428848] GdmLog.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: GdmLog.txt http://launchpadlibrarian.net/50761487/GdmLog.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 428848] GdmLog1.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: GdmLog1.txt http://launchpadlibrarian.net/50761490/GdmLog1.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 428848] GdmLog2.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: GdmLog2.txt http://launchpadlibrarian.net/50761491/GdmLog2.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 428848] Lspci.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: Lspci.txt http://launchpadlibrarian.net/50761493/Lspci.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 428848] PciDisplay.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: PciDisplay.txt http://launchpadlibrarian.net/50761496/PciDisplay.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 428848] Lsusb.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: Lsusb.txt http://launchpadlibrarian.net/50761495/Lsusb.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 428848] ProcCpuinfo.txt

2010-06-22 Thread Angel Guzman Maeso
apport information ** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/50761497/ProcCpuinfo.txt -- glxinfo crashed with SIGSEGV in strtoul() on -intel https://bugs.launchpad.net/bugs/428848 You received this bug notification because you are a member of Ubuntu Bugs, which is

<    1   2   3   4   5   6   7   8   9   >