[Bug 1242321] Re: USB 3.0 Harddrive not recognised

2014-08-26 Thread Juanjo
I'm using Linux anthrax 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux And the problem persists. When I use an USB2.0 extension cable (thus converting the port to USB2.0) my USB3.0 devices (external hdd and a pendrive) worked, but the didn't when dire

[Bug 944040] Re: Cannot connect to RDP if host fingerprint changes

2014-04-16 Thread JuanJo Ciarlante
See http://paste.ubuntu.com/7261713/ for a ~5lines script that will workaround this without removing ~/.freerdp/known_hosts in case you value what's there already (it won't update it either, tho). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1304777] Re: entropy.ubuntu.com SSL certificate needs to be updated

2014-04-09 Thread JuanJo Ciarlante
Hi Dustin, I'll send you the new certs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1304777 Title: entropy.ubuntu.com SSL certificate needs to be updated To manage notifications about this bug go

[Bug 1288314] Re: bash completion broken with '~' expansion

2014-03-13 Thread JuanJo Ciarlante
*** This bug is a duplicate of bug 1288031 *** https://bugs.launchpad.net/bugs/1288031 ** Branch unlinked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping ** Branch linked: lp:~jjo/bash-completion/quote_readline_by_ref_fixes -- You received this bug notif

[Bug 1290572] Re: tab completion skips files when path begins with ~

2014-03-13 Thread JuanJo Ciarlante
*** This bug is a duplicate of bug 1288031 *** https://bugs.launchpad.net/bugs/1288031 ** Branch linked: lp:~jjo/bash-completion/quote_readline_by_ref_fixes ** Branch unlinked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping -- You received this bug notif

[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-03-13 Thread JuanJo Ciarlante
** Branch linked: lp:~jjo/bash-completion/quote_readline_by_ref_fixes ** Branch unlinked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-03-11 Thread JuanJo Ciarlante
FTR the issue is _quote_readline_by_ref expanding an empty var to '', see: $ _quote_readline_by_ref '' foo $ echo $foo '' Above MP adds a special case to avoid quoting if empty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1290572] Re: tab completion skips files when path begins with ~

2014-03-11 Thread JuanJo Ciarlante
** Branch linked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1290572 Title: tab completion skips files when pat

[Bug 1288314] Re: bash completion broken with '~' expansion

2014-03-11 Thread JuanJo Ciarlante
*** This bug is a duplicate of bug 1288031 *** https://bugs.launchpad.net/bugs/1288031 ** Branch linked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-03-11 Thread JuanJo Ciarlante
** Branch linked: lp:~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escaping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288031 Title: Tab expansion only auto-completes d

[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-03-11 Thread JuanJo Ciarlante
This MP[1] seems to fix this issue for me. [1] https://code.launchpad.net/~jjo/bash-completion/fix-bash43-quote_readline_by_ref-tilde-and-double_escaping/+merge/210421 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1290572] Re: tab completion skips files when path begins with ~

2014-03-11 Thread JuanJo Ciarlante
This MP[1] seems to fix it for me - at least for: 1) completion when 1st char is '~' 2) fixing potential double escaping when the argument is already escaped, eg: cat /tmp/file\ with\ spac [1] https://code.launchpad.net/~jjo/bash-completion/fix-bash43 -quote_readline_by_ref-tilde-and-double_escap

[Bug 1273689] Re: lxc-version is missing since 1.0.0beta3 - now lacking a programatic way to query lxc version

2014-01-28 Thread JuanJo Ciarlante
(sorry, early comment posting) - ie querying the version now cross releases would involve something alike: version=$((lxc-version 2>/dev/null || lxc-start --version) | sed 's/.* //') That 'sed' is to cope with lxc-version textual formatting, while lxc- start --version shows it straight. -- You

[Bug 1273689] Re: lxc-version is missing since 1.0.0beta3 - now lacking a programatic way to query lxc version

2014-01-28 Thread JuanJo Ciarlante
FYI " lxc-start --version" fails on precise (and saucy), which then makes this check release dependent (and/or over existence of lxc-version binary). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/12736

[Bug 1273689] [NEW] lxc-version is missing since 1.0.0beta3 - now lacking a programatic way to query lxc version

2014-01-28 Thread JuanJo Ciarlante
Public bug reported: Until 1.0.0beta2 I was using lxc-version command, beta3 seems to have dropped it, leaving no way to programatically query for it: * precise, saucy: $ lxc-version lxc version: 1.0.0.alpha1 $ lxc-cgroup --version [ ... ERROR ] * trusty (as of ~today): $ lxc-version lxc-versio

[Bug 1245074] [NEW] suspend fails with "GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted"

2013-10-26 Thread Juanjo Aparicio
Public bug reported: * System release: Description:Ubuntu 13.10 Release:13.10 * Package: unknown * Expected behaviour: Clicking on the "Suspend" option of the session menu shows a confirmation dialog, then the computer goes to sleep * Actual behaviour: Clicking on the "Suspend" optio

[Bug 1233082] Re: Access Ubuntu with root account without password

2013-09-30 Thread JuanJo Ciarlante
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233082 Title: Access Ubuntu with root account without password To manage notifications abo

[Bug 1172608] [NEW] Cheese no se ejecuta

2013-04-25 Thread juanjo
Public bug reported: Tengo una webcam Creative Live! Cam Sync, el sitema la reconoce pero al ajecutar cheese no se inicia la aplicación. Desde la terminal salen los siguientes errores: $ cheese (cheese:29786): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, bu

[Bug 1134611] Re: Xorg/compiz/unity freeze

2013-04-03 Thread JuanJo Ciarlante
FYI I've upgraded quantal->raring in my x220, but still running oibaf[1] quantal intel drivers -- been stable for several hours so far: $ apt-cache policy xserver-xorg-video-intel xserver-xorg-video-intel: Installed: 2:2.21.5+git1303251414.6b2092~gd~q Candidate: 2:2.21.5+git1303251414.6b2092

[Bug 1162721] [NEW] at-command does not preserve LD_LIBRARY_PATH

2013-04-01 Thread Juanjo Garcia-Ripoll
Public bug reported: Summary: When running commands via 'at', most of the environment is preserved, but some variables are deleted. LD_LIBRARY_PATH is one of them. System: Linux qudit 3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Ub

[Bug 651104] Re: intel graphics turbo disabled

2012-12-03 Thread juanjo perez
I'm having the same issue in Ubuntu 12.04 hostedin Samsung RV511 Intel core i5 cpu m480 @ 2.67 Ghz x4 Geforce 315M/PCIe/SSE2 64-bit Kernel 3.2.0-34-generic #53 Maybe after modifying compiz and unity. Also problems to logg in with original administrator user. Attach my sistem file. ** Attachment

[Bug 1042894] Re: Thunderbird hangs at startup only on laptop

2012-09-23 Thread JuanJo Ciarlante
FYI was having exactly same problem (hang at startup, ESource* error messages), also solved by uninstalling thunderbird-couchdb pkg. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042894 Title: Thun

[Bug 989923] Re: i386 retracer not starting with revno 461

2012-04-27 Thread JuanJo Ciarlante
My bad: forgot to upgrade oops-repository inside the i386 chroot. Done && happy guys, those are. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/989923 Title: i386 retracer not starting with revno 461

[Bug 980051] Re: ubuntu one sto wrong url

2012-04-12 Thread JuanJo Ciarlante
In my case it seems to be related to PAC[1] proxy setup, as I can deterministically reproduce the issue for rhythmbox (Ubuntu One store), and banshee (several external sources like Amazon mp3, Miro, etc): * No PAC: OK * With PAC: FAIL with "Cannot resolve proxy hostname ()" , even using this

[Bug 906047] Re: can't upgrade 11.04 to 11.10

2011-12-18 Thread Juanjo del Pozo
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906047 Title: can't upgrade 11.04 to 11.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/9

[Bug 906047] [NEW] can't upgrade 11.04 to 11.10

2011-12-18 Thread Juanjo del Pozo
Public bug reported: (An unresolvable problem occurred while calculating the upgrade: E:Error, pkgProblemResolver::Resolve ha generat pauses, això pot haver estat causat per paquets retinguts. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre- rel

[Bug 597530] Re: f-spot freez when uploading to facebook when fetching photo album

2011-10-17 Thread Juanjo Benages
*** This bug is a duplicate of bug 508332 *** https://bugs.launchpad.net/bugs/508332 ** This bug has been marked a duplicate of bug 508332 facebook export (0.6.0.9) still broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug r

[Bug 874477] Re: the 11.10 upgrade fail

2011-10-14 Thread Juanjo Strato
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874477 Title: the 11.10 upgrade fail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/874477/+subscriptions -- ubu

[Bug 874477] [NEW] the 11.10 upgrade fail

2011-10-14 Thread Juanjo Strato
Public bug reported: The log say that 2011-10-14 16:50:02,396 INFO Using config files '['./DistUpgrade.cfg']' 2011-10-14 16:50:02,396 INFO uname information: 'Linux linuxito 2.6.38-11-generic-pae #50-Ubuntu SMP Mon Sep 12 22:21:04 UTC 2011 i686' 2011-10-14 16:50:02,396 INFO release-upgrader vers

[Bug 858048] Re: When close the browser stays blocked the process and work very slow

2011-09-24 Thread Juanjo Strato
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858048 Title: When close the browser stays blocked the process and work very slow To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 858048] Re: When close the browser stays blocked the process and work very slow

2011-09-24 Thread Juanjo Strato
Sorry, work very slow firefox. More or less, it need a minute to open a mail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858048 Title: When close the browser stays blocked the process and work ve

[Bug 858048] [NEW] When close the browser stays blocked the process and work very slow

2011-09-24 Thread Juanjo Strato
Public bug reported: I uninstall and reinstall firefox but still the same. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: firefox 6.0.2+build2+nobinonly-0ubuntu0.11.04.1 ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8 Uname: Linux 2.6.38-11-generic-pae i686 Architecture: i38

[Bug 727143] Re: unity-window-decorator crashes with SIGSEGV when closing Java windows

2011-06-02 Thread Juanjo Vázquez
I always run into this problem using Oracle IDEs such as JDeveloper or SQL Developer. It´s really annoying... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727143 Title: unity-window-decorator crash

Re: [Bug 627744] Re: Tomboy note names are blank in the Application Indicator fallback menu

2010-11-15 Thread Juanjo Cavero
El 15/11/10 16:29, Jorge O. Castro escribió: > Can someone who reported or is tracking this bug please confirm that the > packages in Sandy's PPA works for them so we can move this bug forward? > Thanks! > I installed tomboy_1.4.2-0ubuntu1~ppa~maverick0_amd64.deb from Sandy's PPA and it works. --

[Bug 641990] [NEW] The photo manager F-Spot is closed when trying to import

2010-09-18 Thread juanjo
Public bug reported: Ubuntu 10.04.1 I deleted the application and I have reinstalled. ** Affects: ubuntu Importance: Undecided Status: New -- The photo manager F-Spot is closed when trying to import https://bugs.launchpad.net/bugs/641990 You received this bug notification because

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-08 Thread Juanjo Marín
#27 Variate, Evince can open cbr files but it needs the unrar or unrar-free package for opening cbr files unrar is a no-charge proprietary (freeware) program by RARLABS unrar-free is free (as freedom) software by the Gna! project for decompressing rar files, however, it doesn't manage the laste

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-06 Thread Juanjo Marín
** Changed in: evince (Ubuntu Maverick) Status: Fix Committed => Fix Released -- evince cbz support is broken on evince-2.30.3-0ubuntu1 https://bugs.launchpad.net/bugs/599169 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-06 Thread Juanjo Marín
#20 Sam, This changes can be released to be applied automatically. -- evince cbz support is broken on evince-2.30.3-0ubuntu1 https://bugs.launchpad.net/bugs/599169 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-06 Thread Juanjo Marín
#15 about cb7 files, right now Ubuntu only opens these files with 7zr (it comes with the 7zip package). In order to open with the 7zip-full package, you need to add /usr/bin/7z ixr, /usr/lib/p7zip/7z ixr, /usr/bin/7za ixr, /usr/lib/p7zip/7za ixr, in /etc/apparmor.d/abstractions/evince (w

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-05 Thread Juanjo Marín
#15 Sokak, For enabling cbt files, add /bin/tar ixr, /etc/apparmor.d/abstractions/evince and sudo apparmor_parser -r -W -T /etc/apparmor.d/usr.bin.evince These bugs are because Ubuntu doesn't allow evince to execute 3rd apps for security reasons, only the ones explicitally authorized by app

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-04 Thread Juanjo Marín
adding /usr/bin/zipnote ixr on /etc/apparmor.d/abstractions/evince and sudo apparmor_parser -r -W -T /etc/apparmor.d/usr.bin.evince fixes the problem ! ... At least -- evince cbz support is broken on evince-2.30.3-0ubuntu1 https://bugs.launchpad.net/bugs/599169 You received this bug not

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-04 Thread Juanjo Marín
This is what I've got so far. Evince calls zipnote to get some info. This is a typical calling: /usr/bin/zipnote '/home/jjmarin/Desktop/jjmarin.cbz' However, there is a permission problem: Unable to read file: Failed to execute child process "/usr/bin/zipnote" (Permission denied) -- evin

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-07-03 Thread Juanjo Marín
** Attachment added: "Example of cbz as requested" http://launchpadlibrarian.net/51336679/jjmarin.cbz -- evince cbz support is broken on evince-2.30.3-0ubuntu1 https://bugs.launchpad.net/bugs/599169 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-06-30 Thread Juanjo Marín
Do you mean lucid, don't you ? Maverick is on the way :) -- evince cbz support is broken on evince-2.30.3-0ubuntu1 https://bugs.launchpad.net/bugs/599169 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-06-29 Thread Juanjo Marín
Hi, I'm taking a look but I don't yet why this doesn't work on Ubuntu. AFAIK, it's something related with the mime type management. I'll keep working on this. BWT, this package shows a warning during its instalation: Selecting previously deselected package evince. (Reading database ... 592180 fil

[Bug 599169] Re: evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-06-27 Thread Juanjo Marín
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/51006145/Dependencies.txt ** Attachment added: "KernLog.txt" http://launchpadlibrarian.net/51006146/KernLog.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/51006147/ProcMaps.txt ** Attachment ad

[Bug 599169] [NEW] evince cbz support is broken on evince-2.30.3-0ubuntu1

2010-06-27 Thread Juanjo Marín
Public bug reported: Binary package hint: evince Hi. After the recent evince upgrade to evince-2.30.3-0ubuntu1 the cbz support is broken: Unable to open document. File type Zip archive (application/zip) is not supported I compiled evince_2.30.3.orig.tar.gz from https://launchpad.net/ubuntu/+sou

[Bug 455207] Re: No sounds at all (IEC958)

2010-06-27 Thread Juanjo Marín
This problem was solved on next versions of ubuntu -- No sounds at all (IEC958) https://bugs.launchpad.net/bugs/455207 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://list

[Bug 573486] Re: system restarts when I unplug the AC power

2010-06-14 Thread Juanjo Conti
I've configured the power manager to not start when login. Now the problem is gone... well now I dont know how many charge there is in my battery so a better solution will be appreciated. -- system restarts when I unplug the AC power https://bugs.launchpad.net/bugs/573486 You received this bug no

[Bug 573486] Re: system restarts when I unplug the AC power

2010-06-14 Thread Juanjo Conti
I have exactly the same problem. How can I solve it? How can I stop gnome-power-manager? -- system restarts when I unplug the AC power https://bugs.launchpad.net/bugs/573486 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 473453] Re: Spotify sound problem

2010-04-16 Thread Juanjo Benages
*** This bug is a duplicate of bug 371897 *** https://bugs.launchpad.net/bugs/371897 ** This bug has been marked a duplicate of bug 371897 Occasional sound drops in Wine via PulseAudio -- Spotify sound problem https://bugs.launchpad.net/bugs/473453 You received this bug notification becau

[Bug 490618] Re: Rhythmbox does not finish loading Magnatune Catalog

2010-04-15 Thread Juanjo Benages
** Changed in: rhythmbox (Ubuntu) Status: Incomplete => Confirmed -- Rhythmbox does not finish loading Magnatune Catalog https://bugs.launchpad.net/bugs/490618 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 560085] Re: Magnatune Plugin does not allow me to enter user name

2010-04-14 Thread Juanjo Benages
** Bug watch added: GNOME Bug Tracker #615658 https://bugzilla.gnome.org/show_bug.cgi?id=615658 ** Also affects: rhythmbox via https://bugzilla.gnome.org/show_bug.cgi?id=615658 Importance: Unknown Status: Unknown -- Magnatune Plugin does not allow me to enter user name https://bu

[Bug 490618] Re: Rhythmbox does not finish loading Magnatune Catalog

2010-04-14 Thread Juanjo Benages
This IS reproducible with Lucid -- Rhythmbox does not finish loading Magnatune Catalog https://bugs.launchpad.net/bugs/490618 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

[Bug 473453] Re: Spotify sound problem

2010-02-10 Thread Juanjo Benages
** Bug watch added: Wine Bugzilla #10495 http://bugs.winehq.org/show_bug.cgi?id=10495 ** Also affects: wine via http://bugs.winehq.org/show_bug.cgi?id=10495 Importance: Unknown Status: Unknown -- Spotify sound problem https://bugs.launchpad.net/bugs/473453 You received this bug n

[Bug 187723] Re: Unable to book a resource using Attendees dialog

2010-01-14 Thread Juanjo Vázquez
Sorry, I forgot to add my environment: GNOME Evolution 2.28.1 Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 GNU/Linux Ubuntu 9.10 Karmic Koala -- Unable to book a resource using Attendees dialog https://bugs.launchpad.net/bugs/187723 You received this bug notificat

[Bug 187723] Re: Unable to book a resource using Attendees dialog

2010-01-14 Thread Juanjo Vázquez
Same problem for me. Agreed this feature is greatly important in an enterprise environment. Please increase the priority!. Thanks. -- Unable to book a resource using Attendees dialog https://bugs.launchpad.net/bugs/187723 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 480905] Re: Karmic Evince crash on opening cbr file - should ask to install unrar

2009-12-05 Thread Juanjo Marín
delance: In order to try to reproduce the error again, make sure you have free-unrar but no unrar and the opposite. Thanks ! -- Karmic Evince crash on opening cbr file - should ask to install unrar https://bugs.launchpad.net/bugs/480905 You received this bug notification because you are a member

[Bug 491481] Re: package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-12-02 Thread juanjo
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/36340206/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/36340207/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/36340208/Dmesg.txt ** Attachment

[Bug 491481] [NEW] package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-12-02 Thread juanjo
Public bug reported: Binary package hint: tomcat6 error tomcat server ProblemType: Package Architecture: i386 Date: Wed Dec 2 17:19:39 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: el subproceso script post-installation instalado devolvió el código de salida de error 1 InstallationMedia: Ubunt

[Bug 487478] Re: no updated

2009-11-24 Thread juanjo
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/36008011/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/36008012/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/36008013/Dmesg.txt ** Attachment

[Bug 487478] [NEW] no updated

2009-11-24 Thread juanjo
Public bug reported: Binary package hint: grub i think the kernel ProblemType: Package Architecture: i386 Date: Tue Nov 24 08:43:54 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: el subproceso script post-installation instalado devolvió el código de salida de error 1 InstallationMedia: Ubuntu 9

[Bug 479845] [NEW] setyup phpmyadmin

2009-11-10 Thread juanjo
Public bug reported: Binary package hint: phpmyadmin error al instalar phpmyadmin ProblemType: Package Architecture: i386 Date: Tue Nov 10 07:37:48 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: el subproceso script post-installation instalado devolvió el código de salida de error 1 Installation

[Bug 479845] Re: setyup phpmyadmin

2009-11-10 Thread juanjo
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/35461736/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35461737/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/35461738/Dmesg.txt ** Attachment

[Bug 478703] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2009-11-08 Thread juanjo
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/35384624/AlsaDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/35384626/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/35384628/BootDmesg.txt **

[Bug 478703] [NEW] BUG: unable to handle kernel NULL pointer dereference at (null)

2009-11-08 Thread juanjo
: subdevice #0 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: juanjo 1912 F pulseaudio /dev/snd/controlC1: juanjo 1912 F pulseaudio CRDA: Error: [Errno 2] No existe el fichero ó directorio Card0.Amixer.info: Card hw:0 'SI7012'/'

[Bug 478704] Re: package grub-pc 1.97~beta4-1ubuntu4 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-11-08 Thread juanjo
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/35384644/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35384646/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/35384649/Dmesg.txt ** Attachment

[Bug 478704] [NEW] package grub-pc 1.97~beta4-1ubuntu4 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-11-08 Thread juanjo
Public bug reported: Binary package hint: grub2 ? ProblemType: Package Architecture: i386 Date: Sun Nov 8 22:11:30 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: el subproceso script post-installation instalado devolvió el código de salida de error 1 InstallationMedia: Ubuntu 9.10 "Karmic Koala

Re: [Bug 465787] Re: The mouse pointer locator can not be activated in Ubuntu 9.10 Karmic

2009-11-02 Thread juanjo
*** This bug is a duplicate of bug 441642 *** https://bugs.launchpad.net/bugs/441642 El lun, 02-11-2009 a las 13:23 +, Pedro Villavicencio escribió: > *** This bug is a duplicate of bug 441642 *** > https://bugs.launchpad.net/bugs/441642 > > Thanks for the bug report. This particular

[Bug 465787] [NEW] The mouse pointer locator can not be activated in Ubuntu 9.10 Karmic

2009-10-30 Thread juanjo
Public bug reported: Binary package hint: yelp When attempting to activate the locator button mouse on mouse preferences, not active, does not work. ** Affects: yelp (Ubuntu) Importance: Undecided Status: New -- The mouse pointer locator can not be activated in Ubuntu 9.10 Karmic

[Bug 455204] Re: No sounds at all

2009-10-19 Thread Juanjo Marín
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/33928413/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/33928414/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/33928415/ArecordDevices.t

[Bug 455204] [NEW] No sounds at all

2009-10-19 Thread Juanjo Marín
Public bug reported: Since updating to karmic I have no sound I have IEC958. ProblemType: Bug Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0

[Bug 455207] Re: No sounds at all (IEC958)

2009-10-19 Thread Juanjo Marín
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/33928433/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/33928434/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/33928435/ArecordDevices.t

[Bug 455207] [NEW] No sounds at all (IEC958)

2009-10-19 Thread Juanjo Marín
Public bug reported: Since updating to karmic I have no sound I have IEC958. ProblemType: Bug Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0

[Bug 311291] Re: unrar-free fails on all my rar-files

2009-08-25 Thread Juanjo Marín
Well, it was because nobody has done the reversed engineered the rar v3 format. Because libclamav had have documented very well that the code they use was taken from freeware unrar, it was added to unrar-free. About the p7zip-unrar, of course, it is not free. There is no free-as- freedom software

[Bug 311291] Re: unrar-free fails on all my rar-files

2009-08-25 Thread Juanjo Marín
jordanwb: You're right. The problem is that unrar-free was patched with code from libclamav , but due to unclear license issues it was removed afterward. So this is because unrar-free decompress capability is degraded on recent versions (see references on a previous post). -- unrar-free fails o

[Bug 311291] Re: unrar-free fails on all my rar-files

2009-08-25 Thread Juanjo Marín
jordanwb, I don't think so, unrar-free only opens some rar files, though is the only free software which is able to open rar files. Try the freeware version of rar (sudo apt-get install unrar). Alternativaly, you can install p7zip with the rar pluging (sudo apt-get install p7zip-full p7zip-rar).

[Bug 222042] Re: I don't get a eth0 interface after loading e1000 module

2009-07-14 Thread Juanjo Marín
It works ok now, thanks. ubu...@ubuntu:~$ ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:1c:25:14:d3:26 inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21c:25ff:fe14:d326/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:15

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/29026230/UdevLog.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/29026219/ProcModules.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/29026221/UdevDb.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/29026215/ProcCpuinfo.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/29026214/Lsusb.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/29026216/ProcInterrupts.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/29026213/Lspci.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29026212/Dependencies.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/29026210/BootDmesg.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/29026211/CurrentDmesg.txt -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 222042]

2009-07-14 Thread Juanjo Marín
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29026204/Dependencies.txt ** Changed in: linux (Ubuntu) Status: Incomplete => New -- I don't get a eth0 interface after loading e1000 module https://bugs.launchpad.net/bugs/222042 You received this bug notification

[Bug 222042] apport-collect data

2009-07-14 Thread Juanjo Marín
Architecture: i386 DistroRelease: Ubuntu 9.10 LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Alpha i386 (20090610.1) MachineType: LENOVO 0769BAG Package: linux-image-2.6.30-8-generic 2.6.30-8.9 PackageArchitecture: i386 ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=cas

[Bug 222042] apport-collect data

2009-07-14 Thread Juanjo Marín
Architecture: i386 DistroRelease: Ubuntu 9.10 LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Alpha i386 (20090610.1) Package: linux-image-2.6.30-8-generic 2.6.30-8.9 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash LANG=es_ES.UTF-8 ProcVersionSignature: Ubuntu 2.6.30-8.9-generic Uname: Linux

[Bug 338299] Re: [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia]

2009-03-29 Thread Juanjo
if two notebook, with the same mother board and other components but different processor, don't have the same problem. I think that the problem has relation with the processor thanks -- [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia] https://bugs.launchpad.net/bugs/338299 You

[Bug 338299] Re: [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia]

2009-03-29 Thread Juanjo
if two notebook, with the same mother board and other components but different processor, dont have de same problem. I think that the problem has relation with the processor thanks -- [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia] https://bugs.launchpad.net/bugs/338299 You re

[Bug 338299] Re: [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia]

2009-03-29 Thread Juanjo
obs. i have 2 acer 4520 laptop. one with semprom processor. i don't have problems with suspend/resume in this laptop And i have other with amd athlon x2 processor. in this laptop i cant resume after suspend. With non-privative nvidia driver i have the same problem. Thanks you and Sorry for my en

[Bug 338299] Re: [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia]

2009-03-29 Thread Juanjo
** Summary changed: - [Acer, inc. Aspire 4530] suspend/resume failure [non-free: nvidia] + [Acer, inc. Aspire 4520] suspend/resume failure [non-free: nvidia] ** Description changed: + obs. i have 2 acer 4520 laptop. one with semprom processor. i don't have problems with suspend/resume in this l

[Bug 311291] Re: unrar-free fails on all my rar-files

2009-02-08 Thread Juanjo Marín
Hardy package is unrar-free_0.0.1+cvs20070515-1_i386.deb and Intrepid is unrar-free_0.0.1+cvs20071127-1_i386.deb. It seems that the lastest version removes RARv3 code from libclamav due to unclear license and patent issues, so maybe this is the reason because the intrepid package is not as usable

[Bug 311291] Re: unrar-free fails on all my rar-files

2009-02-08 Thread Juanjo Marín
The hardy unrar-free package works for me, even on intrepid, so something is wrong in the building process of the intrepid package !! ** Changed in: unrar-free (Ubuntu) Status: New => Confirmed -- unrar-free fails on all my rar-files https://bugs.launchpad.net/bugs/311291 You received

[Bug 236256] Re: I cannot see the menu items from opeoffice.org 2.4 applications

2009-01-16 Thread Juanjo Marín
I've updated to version 0.0.17-1 from http://www.gnome-look.org and it works again !!!. Thank you very much for your time and efforts to help me :-) -- I cannot see the menu items from opeoffice.org 2.4 applications https://bugs.launchpad.net/bugs/236256 You received this bug notification because

[Bug 236256] Re: I cannot see the menu items from opeoffice.org 2.4 applications

2009-01-16 Thread Juanjo Marín
I finally I found what the problem is. If I change the theme the problem disapear. I was using Nimbus theme. -- I cannot see the menu items from opeoffice.org 2.4 applications https://bugs.launchpad.net/bugs/236256 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 236256] Re: I cannot see the menu items from opeoffice.org 2.4 applications

2009-01-16 Thread Juanjo Marín
Yes, It remains. I've found that the problem disapear if I uninstall openoffice.org-gtk but then, the fonts of openoffice.org get smaller and it looks uglier. -- I cannot see the menu items from opeoffice.org 2.4 applications https://bugs.launchpad.net/bugs/236256 You received this bug notificati

<    1   2   3   >