[Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2013-06-12 Thread Ignacio Larrain
root@ignacio-laptop:/var/log/gdm# tail :0.log
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are disabled.
(II) XKB SlowKeys are disabled.

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

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

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

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


[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
I consider myself an experienced user and had a very hard time figuring
out this. I have had this problem many times, and the only solution I
figured out until now was to reboot.

The problem is Slow Keys are being enabled in GDM even though I'm long
ago logged in, and that anti-feature should be controled by Gnome-Shell,
not GDM once logged in.

By the way: this bug and bug #758335 are very closely related.

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

Title:
  slow keys can turn on surreptitiously  cause confusion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/41427/+subscriptions

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


[Bug 758335] Re: gdm ignores keyboard input because Slow Keys was secretly turned on

2013-06-12 Thread Ignacio Larrain
I consider myself an experienced user and had a very hard time figuring
out this. I have had this problem many times, and the only solution I
figured out until now was to reboot.

The problem is Slow Keys are being enabled in GDM even though I'm long
ago logged in, and that anti-feature should be controled by Gnome-Shell,
not GDM once logged in.

By the way: this bug and bug #41427 are very closely related.

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

Title:
  gdm ignores keyboard input because Slow Keys was secretly turned on

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

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


[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
root@ignacio-laptop:/var/log/gdm# tail :0.log
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are now enabled. Hold shift to disable.
(II) XKB SlowKeys are disabled.
(II) XKB SlowKeys are disabled.

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

Title:
  slow keys can turn on surreptitiously  cause confusion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/41427/+subscriptions

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


[Bug 41427] Re: slow keys can turn on surreptitiously cause confusion.

2013-06-12 Thread Ignacio Larrain
** Also affects: gnome-settings-daemon (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=816764
   Importance: Unknown
   Status: Unknown

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

Title:
  slow keys can turn on surreptitiously  cause confusion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/41427/+subscriptions

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


[Bug 1061786] [NEW] Incorrect exit code 0 on failed search

2012-10-04 Thread Ignacio Larrain
Public bug reported:

Exit status is 0 even if pattern is not found, due to piping.

Affected commands:
  DEFAULT/none PATTERN   list records that match either package or files names
  -S   PATTERN   list records that match filenames


How to replicate:
$ /usr/bin/dlocate -F /usr/bin/dlocate; echo $?
dlocate: /usr/bin/dlocate
0
$ /usr/bin/dlocate -F /usr/bin/doesnotexist; echo $?
0

Expected result:
$ /usr/bin/dlocate -F /usr/bin/dlocate; echo $?
dlocate: /usr/bin/dlocate
0
$ /usr/bin/dlocate -F /usr/bin/doesnotexist; echo $?
1


I've attached a patch.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dlocate 1.02
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic x86_64
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Thu Oct  4 14:39:30 2012
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=es_CL:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
SourcePackage: dlocate
UpgradeStatus: Upgraded to quantal on 2012-09-27 (7 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  Incorrect exit code 0 on failed search

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

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


[Bug 1061786] Re: Incorrect exit code 0 on failed search

2012-10-04 Thread Ignacio Larrain
** Patch added: Fix
   
https://bugs.launchpad.net/bugs/1061786/+attachment/3372610/+files/dlocate.patch

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

Title:
  Incorrect exit code 0 on failed search

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

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


[Bug 1061786] Re: Incorrect exit code 0 on failed search

2012-10-04 Thread Ignacio Larrain
** Tags added: lucid natty oneiric patch precise

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

Title:
  Incorrect exit code 0 on failed search

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

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


[Bug 1061786] Re: Incorrect exit code 0 on failed search

2012-10-04 Thread Ignacio Larrain
** Bug watch added: Debian Bug tracker #689647
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689647

** Also affects: dlocate (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689647
   Importance: Unknown
   Status: Unknown

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

Title:
  Incorrect exit code 0 on failed search

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

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


[Bug 689262] Re: System hang under high load - kswapd

2012-07-12 Thread Ignacio Larrain
*** This bug is a duplicate of bug 721896 ***
https://bugs.launchpad.net/bugs/721896

** This bug has been marked a duplicate of bug 721896
   kswapd0 100% cpu usage

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

Title:
  System hang under high load - kswapd

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

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


[Bug 484045] Re: kswapd0 at 100% cpu

2012-07-12 Thread Ignacio Larrain
*** This bug is a duplicate of bug 721896 ***
https://bugs.launchpad.net/bugs/721896

** This bug has been marked a duplicate of bug 721896
   kswapd0 100% cpu usage

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

Title:
  kswapd0 at 100% cpu

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

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


Re: [Bug 617885] Re: gparted crash at start: glibmm-ERROR **

2010-10-11 Thread Ignacio Larrain
I've just runned an upgrade and it's still brolen for me.

On Mon, Oct 11, 2010 at 4:02 PM, Shaggy 617...@bugs.launchpad.net
wrote:

 I'm using maverick amd64 livecd final release and this is broken for me.

 --
 gparted crash at start: glibmm-ERROR **
 https://bugs.launchpad.net/bugs/617885
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Saludos
Ignacio

-- 
gparted crash at start: glibmm-ERROR **
https://bugs.launchpad.net/bugs/617885
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 119194] Re: ps2 mouse erratic - parity errors - lost synchronization errors

2010-09-30 Thread Ignacio Larrain
I'm having this issue on Maverick. It appears to be related to my recent
switch between Broadcom STA wireless proprietary module (wl) to the more
open b43.

-- 
ps2 mouse erratic - parity errors - lost synchronization errors
https://bugs.launchpad.net/bugs/119194
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 617885] Re: gparted crash at start: glibmm-ERROR **

2010-09-28 Thread Ignacio Larrain
I have the same problem with the last version available in the
repositories.


$ apt-cache policy gparted
gparted:
  Instalados: 0.6.2-1ubuntu1
  Candidato:  0.6.2-1ubuntu1
  Tabla de versión:
 *** 0.6.2-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
$ gksu gparted
==
libparted : 2.3
==
glibmm-ERROR **: 
unhandled exception (type std::exception) in signal handler:
what: basic_string::_S_create

aborting...

-- 
gparted crash at start: glibmm-ERROR **
https://bugs.launchpad.net/bugs/617885
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 565810] Re: packages.medibuntu.org not available

2010-04-19 Thread Ignacio Larrain
@Linuxexperte: modifying your hosts file doesn't mean the site is up
again. You've just made that url on your system to point to another
server (not the faulty one).

Another command to modify your hosts file is (preferred, IMHO):

echo 88.191.101.8 packages.medibuntu.org | sudo tee -a /etc/hosts 
/dev/null

To undo the modification:

grep -v packages.medibuntu.org /etc/hosts | sudo tee /etc/hosts 
/dev/null

-- 
packages.medibuntu.org not available
https://bugs.launchpad.net/bugs/565810
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 441552] Re: Problems with new add-on's in Firefox 3.5.3.

2009-10-06 Thread Ignacio Larrain
** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Confirmed

-- 
Problems with new add-on's in Firefox 3.5.3.
https://bugs.launchpad.net/bugs/441552
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 432418] Re: firefox can't load add-ons

2009-10-06 Thread Ignacio Larrain
*** This bug is a duplicate of bug 432556 ***
https://bugs.launchpad.net/bugs/432556

I do think it's the same bug. Try updating or installing any addon to
confirm.

-- 
firefox can't load add-ons
https://bugs.launchpad.net/bugs/432418
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 441552] Re: Firefox 3.5 prompting to restart without installing new addons

2009-10-06 Thread Ignacio Larrain
Deleting the extensions.cache file in the profile folder solved the
issue for me.

-- 
Firefox 3.5 prompting to restart without installing new addons
https://bugs.launchpad.net/bugs/441552
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 435963] Re: Can't install add-ons on Firefox-3.5

2009-10-05 Thread Ignacio Larrain
*** This bug is a duplicate of bug 441552 ***
https://bugs.launchpad.net/bugs/441552

** This bug has been marked a duplicate of bug 441552
   Problems with new add-on's in Firefox 3.5.3.

-- 
Can't install add-ons on Firefox-3.5
https://bugs.launchpad.net/bugs/435963
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 432418] Re: firefox can't load add-ons

2009-10-05 Thread Ignacio Larrain
*** This bug is a duplicate of bug 441552 ***
https://bugs.launchpad.net/bugs/441552

** This bug has been marked a duplicate of bug 441552
   Problems with new add-on's in Firefox 3.5.3.

-- 
firefox can't load add-ons
https://bugs.launchpad.net/bugs/432418
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 441552] Re: Problems with new add-on's in Firefox 3.5.3.

2009-10-05 Thread Ignacio Larrain
I'm experiencing the same problem on amd64, using Ubuntu Karmic Beta,
updated with the latests packages.

More info here:
http://ubuntuforums.org/showthread.php?p=8003722#post8003722

-- 
Problems with new add-on's in Firefox 3.5.3.
https://bugs.launchpad.net/bugs/441552
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 283221] Re: compiz.real crashed with SIGSEGV

2009-06-11 Thread Ignacio Larrain
*** This bug is a duplicate of bug 131679 ***
https://bugs.launchpad.net/bugs/131679

I'm trying to unsubscribe in launchpad with no results. It's getting verry
annoing.

2009/6/11 Charles Tryon charles.tr...@gmail.com

 *** This bug is a duplicate of bug 131679 ***
https://bugs.launchpad.net/bugs/131679

 Is there any particular reason why you have sent me a couple dozen of these
 emails???


 On Thu, Jun 11, 2009 at 11:12 PM, Robert Ancell 
 robert.anc...@canonical.com
  wrote:

  *** This bug is a duplicate of bug 131679 ***
 https://bugs.launchpad.net/bugs/131679
 
  ** This bug is no longer a duplicate of bug 277906
compiz.real crashed with SIGSEGV (multiple causes and hardware)
  ** This bug has been marked a duplicate of bug 131679
Crash inside doPoll()
 
  --
  compiz.real crashed with SIGSEGV
  https://bugs.launchpad.net/bugs/283221
  You received this bug notification because you are a direct subscriber
  of a duplicate bug (via bug 131679).
 
  Status in “compiz” source package in Ubuntu: New
 
  Bug description:
  Binary package hint: compiz
 
  crashed when seahorse-agent killed
 
  ProblemType: Crash
  Architecture: i386
  CrashCounter: 1
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/compiz.real
  NonfreeKernelModules: nvidia
  Package: compiz-core 1:0.7.8-0ubuntu2
  ProcAttrCurrent: unconfined
  ProcCmdline: /usr/bin/compiz.real --ignore-desktop-hints --replace
  --loose-binding core ccp
  ProcEnviron:
 
 
  
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: compiz
  Stacktrace: #0  0x08055c0c in ?? ()
  StacktraceTop: ?? ()
  ThreadStacktrace:
 
  Title: compiz.real crashed with SIGSEGV
  Uname: Linux 2.6.27-7-generic i686
  UserGroups: admin fuse sambashare
 


 --
   Charles Tryon
   Tryon Software Associates
   http://www.tryonsoftware.com/
 _
 It's the job that's never started that takes longest to finish.
-- Samwise Gamgee

 --
 compiz.real crashed with SIGSEGV
 https://bugs.launchpad.net/bugs/283221
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (via bug 131679).



-- 
Saludos
Ignacio

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/283221
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 337829] [NEW] package linux-restricted-modules-generic 2.6.27.13.16 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2009-03-04 Thread Ignacio Larrain
Public bug reported:

A previous instalation finished with errors because I run out of disc
space, now I've got enough free space, but can't fix it (Segmentation
fault):

$ LC_ALL=C sudo apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-alsaaudio
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
5 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up linux-restricted-modules-2.6.27-13-generic (2.6.27-13.18) ...
/sbin/lrm-manager: line 95:  9035 Segmentation fault  depmod -a -q -F 
/boot/System.map-$KVER $KVER
dpkg: error processing linux-restricted-modules-2.6.27-13-generic (--configure):
 subprocess post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of 
linux-restricted-modules-generic:
 linux-restricted-modules-generic depends on 
linux-restricted-modules-2.6.27-13-generic; however:
  Package linux-restricted-modules-2.6.27-13-generic is not configured yet.
dpkg: error processing linux-restricted-modules-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-restricted-modules:
 linux-restricted-modules depends on linux-restricted-modules-generic (= 
2.6.27.13.16); however:
  Package linux-restricted-modules-generic is not configured yet.
dpkg: error processing linux-restricted-modules (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent No apport report written because the error 
message indicates its a followup error from a previous failure.

No apport report 
written because the error message indicates its a followup error from a 
previous failure.

 No apport report written because MaxReports is reached already

   No 
apport report written because MaxReports is reached already
configuration of linux:
 linux depends on linux-restricted-modules (= 2.6.27.13.16); however:
  Package linux-restricted-modules is not configured yet.
dpkg: error processing linux (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
 linux-generic depends on linux-restricted-modules-generic (= 2.6.27.13.16); 
however:
  Package linux-restricted-modules-generic is not configured yet.
dpkg: error processing linux-generic (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-restricted-modules-2.6.27-13-generic
 linux-restricted-modules-generic
 linux-restricted-modules
 linux
 linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: problemas de dependencias - se deja sin configurar
NonfreeKernelModules: nvidia
Package: linux-restricted-modules-generic 2.6.27.13.16
SourcePackage: linux-meta
Title: package linux-restricted-modules-generic 2.6.27.13.16 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
Uname: Linux 2.6.27-12-generic x86_64

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


** Tags: apport-package

-- 
package linux-restricted-modules-generic 2.6.27.13.16 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/337829
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 337829] Re: package linux-restricted-modules-generic 2.6.27.13.16 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2009-03-04 Thread Ignacio Larrain

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23431013/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/23431014/DpkgTerminalLog.txt

-- 
package linux-restricted-modules-generic 2.6.27.13.16 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/337829
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 158126] Re: Npviewer randomly freezes while surfing sites like youtube

2009-03-03 Thread Ignacio Larrain
I'm going offtopic here:
I suggest all of you stop using the 32 bit flashplayer + npviewer that 
comes with Ubuntu. I suggest you download the 64 bit prerelease of 
flashplayer:
http://labs.adobe.com/downloads/flashplayer10.html

dalinuxlova escribió:
 hm, I don't want to go offtopic here but

 perhaps the Ubuntu devs could create a script setting up a 32 bit chroot
 for those users REALLY needing it ?

 anyways:

 enter: 32 bit chroot ubuntu

 into google will reveal the following:
 http://ubuntuforums.org/showthread.php?t=24575 [HOWTO: 32-Bit Chroot on
 64-Bit Installs], it's a little old (2005)

 an up-to-date howto I found was valid for 8.04 BUT in German - you can
 use google's translate-feature to translate it to better understand but
 follow the commands from the original german site otherwise google might
 screw up the order: http://wiki.ubuntuusers.de/32-Bit_chroot


 good luck :)


 I'm also using a system with gentoo ~amd64 and there nspluginwrapper is much 
 more stable compared to the version used in jaunty



-- 
Npviewer randomly freezes while surfing sites like youtube
https://bugs.launchpad.net/bugs/158126
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 53350] Re: kernel upgrade does not update grub boot menu

2008-11-26 Thread Ignacio Larrain
*** This bug is a duplicate of bug 55440 ***
https://bugs.launchpad.net/bugs/55440

** Also affects: dpkg
   Importance: Undecided
   Status: New

-- 
kernel upgrade does not update grub boot menu
https://bugs.launchpad.net/bugs/53350
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 212271] Re: 2.6.24-15-generic: saa7134-alsa makes HAL to fail

2008-04-08 Thread Ignacio Larrain
On Tue, Apr 8, 2008 at 11:32 PM, Shirish Agarwal [EMAIL PROTECTED]
wrote:

 I am asking as initrd.gz didn't get updated this time around

 Not updating initrd symbolic links since we are being updated/reinstalled
 (2.6.24-15.26 was configured last, according to dpkg)
 Not updating image symbolic links since we are being updated/reinstalled
 (2.6.24-15.26 was configured last, according to dpkg)

It was updated, the only thing that didn't get updated was the symbolic
links, because file locations didn't change.
http://en.wikipedia.org/wiki/Symbolic_link


** Attachment added: unnamed
   http://launchpadlibrarian.net/13270820/unnamed

-- 
2.6.24-15-generic: saa7134-alsa makes HAL to fail
https://bugs.launchpad.net/bugs/212271
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 212271] Re: 2.6.24-15-generic: saa7134-alsa makes HAL to fail

2008-04-08 Thread Ignacio Larrain
** Attachment removed: unnamed

   http://launchpadlibrarian.net/13270820/unnamed

-- 
2.6.24-15-generic: saa7134-alsa makes HAL to fail
https://bugs.launchpad.net/bugs/212271
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 212855] Re: npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-07 Thread Ignacio Larrain
I confirm this.

The problem was present before, but after upgrade to FF 3.0 b5 (before I
was using FF 3.0 b4), the bug is quite recurrent. All flash animations
disappear and flash does not come back until FF restart.

The bug often appears while closing a tab with a flash animation on it.

-- 
npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/212855
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 212855] Re: npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-07 Thread Ignacio Larrain
** Also affects: flashplugin-nonfree (Ubuntu)
   Importance: Undecided
   Status: New

-- 
npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/212855
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 212271] Re: 2.6.24-15-generic: saa7134-alsa makes HAL to fail

2008-04-06 Thread Ignacio Larrain
I can confirm this bug too.

I got a very similar dmesg output. My card is a removable pc-card.
Anyway, after removing the card I was still unable to unload the
conflicting module.

I'm subscribing, so if you need more debugging info, I'm willing to
help.

** Attachment added: dmesg
   http://launchpadlibrarian.net/13157843/dmesg

-- 
2.6.24-15-generic: saa7134-alsa makes HAL to fail
https://bugs.launchpad.net/bugs/212271
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 201102] Re: gnome-panel crashes when selecting location without coordinates

2008-03-31 Thread Ignacio Larrain
Same problem when setting Central and South America  Chile  Santiago.

-- 
gnome-panel crashes when selecting location without coordinates
https://bugs.launchpad.net/bugs/201102
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 201431] [NEW] saa7134-alsa module missing in linux-image-2.6.24-12-generic

2008-03-12 Thread Ignacio Larrain
Public bug reported:

The module
/lib/modules/2.6.24-12-generic/kernel/drivers/media/video/saa7134/saa7134-alsa.ko
is missing on linux-image-2.6.24-12-generic, so I'm not able to get any
sound from my tv-tuner card.

Notes:
I've just dist-upgraded to Hardy, so I'm using Hardy repositories.

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

-- 
saa7134-alsa module missing in linux-image-2.6.24-12-generic
https://bugs.launchpad.net/bugs/201431
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 124426] Re: libcurl4-gnutls missing

2007-07-06 Thread Ignacio Larrain
The instaled libraries are from version 3:

[EMAIL PROTECTED]:~$ strings /usr/lib/libcurl-gnutls.so.4 | grep CURL_GNUTLS
CURL_GNUTLS_3

-- 
libcurl4-gnutls missing
https://bugs.launchpad.net/bugs/124426
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 124426] libcurl4-gnutls missing

2007-07-06 Thread Ignacio Larrain
Public bug reported:

Binary package hint: curl

Theres no libcurl4-gnutls in upstream, the uploaded package is an empty
package depending on libcurl3-gnutls. Without it packages like the last
versions of gnash by Miriam Ruiz (from debian;
http://www.miriamruiz.es/weblog/?p=74 ) can't be installed nor compiled.

¿¿¿libcurl4-gnutls-dev depends on libcurl3-gnutls???

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

-- 
libcurl4-gnutls missing
https://bugs.launchpad.net/bugs/124426
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 124139] compiz.real crashed with SIGSEGV in fxMagicLampModelStep()

2007-07-05 Thread Ignacio Larrain
Public bug reported:

Binary package hint: compiz

watching videos on vlc, navigating on firefox

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Thu Jul  5 02:15:37 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/compiz.real
NonfreeKernelModules: cdrom
Package: compiz-core 1:0.5.1+git20070626-0ubuntu3
PackageArchitecture: amd64
ProcCmdline: /usr/bin/compiz.real --ignore-desktop-hints --sm-disable 
--sm-client-id default0 ccp
ProcCwd: /home/ignacio
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: compiz
StacktraceTop:
 fxMagicLampModelStep ()
 ?? () from /usr/lib/compiz/libanimation.so
 ?? () from /usr/lib/compiz/libexpo.so
 ?? () from /usr/lib/compiz/libresizeinfo.so
 ?? () from /usr/lib/compiz/libring.so
Title: compiz.real crashed with SIGSEGV in fxMagicLampModelStep()
Uname: Linux ignacio-laptop 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 
2007 x86_64 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv netdev 
plugdev powerdev scanner video

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


** Tags: apport-crash apport-failed-retrace

-- 
compiz.real crashed with SIGSEGV in fxMagicLampModelStep()
https://bugs.launchpad.net/bugs/124139
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 124139] Re: compiz.real crashed with SIGSEGV in fxMagicLampModelStep()

2007-07-05 Thread Ignacio Larrain

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8312840/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8312841/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8312842/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8312843/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8312844/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8312845/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8312846/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8312847/ThreadStacktrace.txt

-- 
compiz.real crashed with SIGSEGV in fxMagicLampModelStep()
https://bugs.launchpad.net/bugs/124139
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 124265] apport-gtk crashed with ValueError in _cache()

2007-07-05 Thread Ignacio Larrain
Public bug reported:

Binary package hint: apport

I was reporting a bug

ProblemType: Crash
Architecture: amd64
Date: Thu Jul  5 15:58:14 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/share/apport/apport-gtk
InterpreterPath: /usr/bin/python2.5
Package: apport-gtk 0.88
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
ProcCwd: /home/ignacio
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/share/apport/apport-gtk']
SourcePackage: apport
Title: apport-gtk crashed with ValueError in _cache()
Uname: Linux ignacio-laptop 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 
2007 x86_64 GNU/Linux

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


** Tags: apport-crash

-- 
apport-gtk crashed with ValueError in _cache()
https://bugs.launchpad.net/bugs/124265
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 124265] Re: apport-gtk crashed with ValueError in _cache()

2007-07-05 Thread Ignacio Larrain

** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/8317457/ApportLog.txt

** Attachment added: CrashReports.txt
   http://launchpadlibrarian.net/8317458/CrashReports.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8317459/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8317460/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8317461/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/8317462/Traceback.txt

-- 
apport-gtk crashed with ValueError in _cache()
https://bugs.launchpad.net/bugs/124265
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 124104] Re: tracker-extract crashed with signal 5 in g_thread_create_full()

2007-07-04 Thread Ignacio Larrain

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/8309742/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/8309743/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/8309744/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/8309745/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/8309746/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/8309747/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/8309748/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/8309749/ThreadStacktrace.txt

-- 
tracker-extract crashed with signal 5 in g_thread_create_full()
https://bugs.launchpad.net/bugs/124104
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 124104] tracker-extract crashed with signal 5 in g_thread_create_full()

2007-07-04 Thread Ignacio Larrain
Public bug reported:

Binary package hint: tracker

I was doing nothing (wasn't searching). Opened applications where
Firefox, Azureus  Rhythmbox. Using Ubuntu Gutsy, Gnome with compiz-
fusion.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Wed Jul  4 19:26:04 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/tracker-extract
NonfreeKernelModules: cdrom
Package: tracker 0.5.4-6ubuntu1
PackageArchitecture: amd64
ProcCmdline: tracker-extract /home/ignacio/Desktop/Roger\ Waters\ -\ Dark\ 
Side\ in\ Colombia/VIDEO_TS/VTS_01_3.VOB video/mpeg
ProcCwd: /home/ignacio
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: tracker
StacktraceTop:
 ?? () from /usr/lib/libgthread-2.0.so.0
 g_thread_create_full ()
 ?? () from /usr/lib/libglib-2.0.so.0
 g_thread_pool_push () from /usr/lib/libglib-2.0.so.0
 gst_task_start ()
Title: tracker-extract crashed with signal 5 in g_thread_create_full()
Uname: Linux ignacio-laptop 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 
2007 x86_64 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin mythtv netdev 
plugdev powerdev scanner video

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


** Tags: apport-crash need-amd64-retrace

-- 
tracker-extract crashed with signal 5 in g_thread_create_full()
https://bugs.launchpad.net/bugs/124104
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