[Bug 560795]

2021-10-30 Thread carloslp
Comment on attachment 442519 Patch The in-test GTK LayoutTest EWS at the UAT (still behind a firewall) found a new failure with this patch: imported/w3c/web-platform-tests/css/css-fonts/font-language-override-02.html [ ImageOnlyFailure ] -- You received this bug notification because you are

[Bug 1728244] Re: Touchpad stops working after reboot on Apollo Lake

2018-09-14 Thread carloslp
I have not tested the kernel from Kai-Heng, but I have tested to rebuild my i2c-hid module after applying the patch from https://patchwork.kernel.org/patch/10597519/ (running kernel 4.17.0-0.bpo.3-amd64 on Debian Stretch) and I can confirm that the touchpad now works fine on a Yepo 737A -- You

[Bug 1528735] Re: Suspend fails every second time on some laptops in UEFI mode

2017-03-06 Thread carloslp
It seems some hardware needs the OS to store/restore the NVS state when entering/exiting S3 (suspend to ram). On bug https://bugzilla.kernel.org/show_bug.cgi?id=189431 a quirk was added to the Linux Kernel to do this for the Lenovo G50-45. If you have a similar issue on hardware other than this

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-09-06 Thread carloslp
I was able to upgrade the firmware of the reader from a virtual machine running windows with virt-manager/qemu. But I don't recommend this method of upgrade. You have to attach the broadcom usb device to the machine, then execute the dell control vault2 firmware upgrade. The thing is that once

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-09-06 Thread carloslp
@zlacelle.. what you are missing is an updated libccid. You need version 1.25 which is still unreleased. What I did was rebuilt the libccid 1.24 package after applying manually this patch https://alioth.debian.org/plugins/scmgit/cgi-

[Bug 1485057] Re: "lsusb -v" as root freezes the kernel on Acer ES1-111; also freeze on shutdown

2016-02-17 Thread carloslp
** Bug watch added: Debian Bug tracker #794410 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794410 ** Also affects: debian-installer (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794410 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1442053] Re: eog crashes opening a certain png file (attached)

2015-06-02 Thread carloslp
Seems that this is a know limitation of cairo. It can't handle images with an horizontal or vertical size greater than 32K pixels. :( More info: On the Debian BTS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776536 On GNOME bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=672990#c2

[Bug 499513] Re: airdriver-ng install fails with unhelpful message

2014-04-30 Thread carloslp
I will be removing airdriver-ng from the next release of the package aircrack-ng. I also have open the following upstream bug on the matter: http://trac .aircrack-ng.org/ticket/1317 ** Bug watch added: Aircrack-ng Trac #1317 http://trac.aircrack-ng.org/ticket/1317 -- You received this bug

[Bug 499513] Re: airdriver-ng install fails with unhelpful message

2014-04-21 Thread carloslp
I think airdriver-ng should be removed from the package. Is probably obsolete and not longer makes much sense. The patches it tries to load are so older that is is almost impossible they will work with a modern kernel. Check the timestamps at http://patches.aircrack-ng.org/ My understanding is

[Bug 1269497] [NEW] Please upstream the AppArmor profiles

2014-01-15 Thread carloslp
Public bug reported: Hello, It would be very nice if you could upstream the AppArmor profiles, so another distributions can use and contribute to them. Personally I would like to see this profiles on Debian. I asked the maintainer for inclusion of them, but he thinks that the profiles should

[Bug 1269497] [NEW] Please upstream the AppArmor profiles

2014-01-15 Thread carloslp
Public bug reported: Hello, It would be very nice if you could upstream the AppArmor profiles, so another distributions can use and contribute to them. Personally I would like to see this profiles on Debian. I asked the maintainer for inclusion of them, but he thinks that the profiles should

[Bug 961930] Re: ephy-profile-migrator 100% cpu

2013-10-21 Thread carloslp
A dirty workaround: Replacing /usr/bin/ephy-profile-migrator with /bin/true makes epiphany work again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961930 Title: ephy-profile-migrator 100% cpu To

[Bug 916890] Re: Waiting for network configuration on every boot

2013-07-18 Thread carloslp
Just for the record. I had the same problem and I fixed it by changing in /etc/network/interfaces the line auto etho to allow-hotplug eth0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916890

[Bug 881376] Re: Low disk space warning popping up repeatedly.

2013-02-15 Thread carloslp
Great tip #20 You saved my day :) Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881376 Title: Low disk space warning popping up repeatedly. To manage notifications about this bug go to:

[Bug 932882] Re: Update of a printer driver package does not update the PPD files of the existing queues for this driver

2013-02-13 Thread carloslp
Confirmed. * Printer was working on Ubuntu 11.04 * After a double upgrade to 12.04 (11.04 - 11.10 -12.04) printer stopped working. The same error and same problem. Running the following fixed the issue: sudo apt-get install --reinstall printer-driver-gutenprint sudo cups-genppdupdate sudo

[Bug 1013798] Re: Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

2013-01-24 Thread carloslp
See http://bugs.debian.org/368297 http://bugs.debian.org/658896 for an alternative patch to fix LP: #423252 that don't introduced any regression. To fix this bug, the patch applied on LP: #423252 to libgcrypt (no-global-init-thread-callbacks.diff) should be reverted and the following patch

[Bug 1013798] Re: Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

2013-01-24 Thread carloslp
Actual comment on the Debian bug history with the patch and the explanation: http://bugs.debian.org/658896#104 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013798 Title: Blink SIP client

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2013-01-24 Thread carloslp
See http://bugs.debian.org/368297 http://bugs.debian.org/658896 for an alternative patch to fix this bug that don't introduced any regression (LP: #1013798). The patch applied to libgcrypt (no-global-init-thread-callbacks.diff) should be reverted and the following patch

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2013-01-24 Thread carloslp
Actual comment on the Debian bug history with the patch and the explanation: http://bugs.debian.org/658896#104 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/423252 Title: NSS using LDAP+SSL breaks

[Bug 1013798] Re: Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

2013-01-23 Thread carloslp
I can confirm that the patch that fixed LP: #423252 is breaking python- gnutls: $ python Python 2.7.3 (default, Sep 9 2012, 17:41:34) [GCC 4.7.1] on linux2 Type help, copyright, credits or license for more information. import gnutls.crypto Segmentation fault (On Debian) there is only one

[Bug 197747] Re: aircrack-ng crashed with SIGSEGV in pthread_join()

2012-12-30 Thread carloslp
I think this bug is not longer valid. I am not able to reproduce it with aircrack-ng (1:1.1-5) So I'm closing it as invalid. If you disagree, please reopen and provide clear instructions to reproduce it with the last version of aircrack-ng (1:1.1-4 or 1:1.1-5) ** Changed in: aircrack-ng

[Bug 942108] Re: airodump-ng: Caught signal 14 (SIGALRM). Please contact the author!

2012-09-12 Thread carloslp
** Changed in: aircrack-ng (Ubuntu) Assignee: (unassigned) = carloslp (carloslp) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942108 Title: airodump-ng: Caught signal 14 (SIGALRM). Please

[Bug 499513] Re: airdriver-ng install fails with unhelpful message

2012-09-12 Thread carloslp
** Changed in: aircrack-ng (Ubuntu) Assignee: (unassigned) = carloslp (carloslp) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/499513 Title: airdriver-ng install fails with unhelpful message

[Bug 339983] Re: aircrack airserv-ng crashes with telnet

2012-09-12 Thread carloslp
** Changed in: aircrack-ng (Ubuntu) Assignee: (unassigned) = carloslp (carloslp) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/339983 Title: aircrack airserv-ng crashes with telnet To manage

[Bug 226019] Re: system crash when using aireplay-ng

2012-09-12 Thread carloslp
** Changed in: aircrack-ng (Ubuntu) Assignee: (unassigned) = carloslp (carloslp) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/226019 Title: system crash when using aireplay-ng To manage

[Bug 197747] Re: aircrack-ng crashed with SIGSEGV in pthread_join()

2012-09-12 Thread carloslp
** Changed in: aircrack-ng (Ubuntu) Assignee: (unassigned) = carloslp (carloslp) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/197747 Title: aircrack-ng crashed with SIGSEGV in pthread_join

[Bug 654493] Re: infinit loop with openssl s_client -connect xmpp-gmx.gmx.net:5222 -starttls xmpp

2012-09-12 Thread carloslp
Here is the link for guest access: http://rt.openssl.org/Ticket/Display.html?id=2860user=guestpass=guest And here is the link to that patch in question http://rt.openssl.org/Ticket/Attachment/34622/18511/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 654493] Re: infinit loop with openssl s_client -connect xmpp-gmx.gmx.net:5222 -starttls xmpp

2012-09-12 Thread carloslp
Attached here the path ** Patch added: 0002-Fix-infinite-loop-on-s_client-starttls-xmpp.patch https://bugs.launchpad.net/openssl/+bug/654493/+attachment/3310737/+files/0002-Fix-infinite-loop-on-s_client-starttls-xmpp.patch -- You received this bug notification because you are a member of

[Bug 654493] Re: infinit loop with openssl s_client -connect xmpp-gmx.gmx.net:5222 -starttls xmpp

2012-08-06 Thread carloslp
The patch 2/4 of this series of patches http://rt.openssl.org/Ticket/Display.html?id=2860 fixes this issue. [openssl.org #2860] [PATCH 2/4] Fix infinite loop on s_client starttls xmpp If you want to apply only the patch 2/4 instead of the full serie you will have to refresh it. ** Bug watch

[Bug 995134] Re: Aircrack-ng is not Indra

2012-08-04 Thread carloslp
What is this about? There isn't any reference to indra on aircrack-ng $ apt-get source aircrack-ng $ grep -ri indra aircrack-ng-1.1/ Please close this bug as invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 693313] Re: [needs-packaging] crunch

2012-08-04 Thread carloslp
I advise you to try to package for Debian instead of Ubuntu. If you package for Debian your packages will made their way automatically on Ubuntu (Ubuntu just picks the majority of their packages directly from Debian), but the reverse is not true: if you package directly for Ubuntu your packages

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-04-19 Thread carloslp
And what happens with users of Ubuntu 10.04 LTS??? I am running a server with Ubuntu 10.04 *LTS* which I thought that was supported for up to 5 years and now you are telling me that you will not fix this because you are replacing dhcp3 with dhcp4 on the next Ubuntu release? Isn't this crazy? --

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-04-19 Thread carloslp
That finally fixed the issue. I had tested it and now dhcp3-server starts properly at boot. Thanks! Nevertheless smbd daemon still fails to bind to the interface and I had to start it manually. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-04-19 Thread carloslp
And what happens with users of Ubuntu 10.04 LTS??? I am running a server with Ubuntu 10.04 *LTS* which I thought that was supported for up to 5 years and now you are telling me that you will not fix this because you are replacing dhcp3 with dhcp4 on the next Ubuntu release? Isn't this crazy? --

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-04-19 Thread carloslp
That finally fixed the issue. I had tested it and now dhcp3-server starts properly at boot. Thanks! Nevertheless smbd daemon still fails to bind to the interface and I had to start it manually. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 571534] Re: Lucid - Mouse stops working after shortly after login

2011-04-04 Thread carloslp
This bug is related with https://bugs.launchpad.net/ubuntu/+source/linux/+bug/41301 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/571534 Title: Lucid - Mouse stops working after shortly after login

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-03-15 Thread carloslp
I am running a server with Ubuntu 10.04 LTS and I switched eth0 into br0 in order to be able to use it as a bridge for OpenVPN TAP device. Since I did the change dhcpd refuses to start at boot time with this message but not only dhcp fails, also Samba stop working. Both nmbd and smbd daemons

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-03-15 Thread carloslp
I am running a server with Ubuntu 10.04 LTS and I switched eth0 into br0 in order to be able to use it as a bridge for OpenVPN TAP device. Since I did the change dhcpd refuses to start at boot time with this message but not only dhcp fails, also Samba stop working. Both nmbd and smbd daemons

[Bug 472057] Re: NETDEV WATCHDOG: eth0 (r8169): transmit queue 0 timed out

2010-12-11 Thread carloslp
This bug is very very similar to #535315 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/472057 Title: NETDEV WATCHDOG: eth0 (r8169): transmit queue 0 timed out -- ubuntu-bugs mailing list

[Bug 535315] Re: WARNING: at /build/buildd/linux-2.6.32/net/sched/sch_generic.c:261 dev_watchdog+0x262/0x270()

2010-12-04 Thread carloslp
I am running Ubuntu 10.04 Server LTS. A few days ago I upgraded the kernel from 2.6.32-25-server to 2.6.32-26-server. I am attaching lsmod output and kern.log. I don't think the syn flood messages matters here. I always receive a lot of this kind of messages (its related to P2P stuff), but its

[Bug 535315] Re: WARNING: at /build/buildd/linux-2.6.32/net/sched/sch_generic.c:261 dev_watchdog+0x262/0x270()

2010-12-04 Thread carloslp
And here is the lsmod output ** Attachment added: lsmod https://bugs.launchpad.net/ubuntu/+source/linux/+bug/535315/+attachment/1755436/+files/lsmod -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 535315] Re: WARNING: at /build/buildd/linux-2.6.32/net/sched/sch_generic.c:261 dev_watchdog+0x262/0x270()

2010-12-04 Thread carloslp
I want to add that this never happened me before with 2.6.32-25-server or earlier. This happened me for first time after upgrading to 2.6.32-26-server a few days ago (only happened once for the moment) Perhaps is a bug introduced in 2.6.32-26-server -- You received this bug notification

[Bug 538796] Re: cannot open Firefox/Chromium/Google Chrome when libmoon is installed

2010-11-02 Thread carloslp
The same happens here. I have generated the core and attaching the output of gdb -ex thread apply all bt --batch /usr/lib/chromium-browser /chromium-browser /tmp/core ** Attachment added: gdb stack trace

[Bug 41301] Re: Mouse clicks stop working sporadically

2010-10-18 Thread carloslp
Same problem here. I did a fresh installation of maverick 64-bits and the left click of the mouse get stuck randomly and makes it unusable. I have to unplug it to get the touchpad work and if I plug it again the problem gets back and the left button is stuck. This don't happen on terminal

[Bug 492160] Re: network won't start if static ip specified in karmic

2010-04-27 Thread carloslp
*** This bug is a duplicate of bug 430883 *** https://bugs.launchpad.net/bugs/430883 ** This bug has been marked a duplicate of bug 430883 Can start, but not restart, a stopped Upstart job -- network won't start if static ip specified in karmic https://bugs.launchpad.net/bugs/492160 You

[Bug 440179] Re: service fails to start/stop/restart networking daemon

2010-04-27 Thread carloslp
The same here. How is supossed that we can restart networking configuration Neither /etc/init.d/networking or stop networking works. -- service fails to start/stop/restart networking daemon https://bugs.launchpad.net/bugs/440179 You received this bug notification because you are a member of

[Bug 430883] Re: Can start, but not restart, a stopped Upstart job

2010-04-27 Thread carloslp
I am using karmic up-to-date (upstart-0.6.3-11 and debhelper-7.3.15ubuntu3) and still broken. There is no way to stop/start a service: r...@quimerix:~# status networking networking stop/waiting r...@quimerix:~# start networking networking stop/waiting r...@quimerix:~# stop networking stop:

[Bug 332790] Re: updatedb.mlocate slows applications to unusable state, while running

2010-01-16 Thread carloslp
Nop, All my partitions are ext4. But i solved the problem running the process with slowest priority possible, with the nice parameter. I suggest to put the parameter nice -n 19 to all tasks in /etc/anacrontab. Or if you think this solution is not adequate at least put the nice -n 19 in the

[Bug 332790] Re: updatedb.mlocate slows applications to unusable state, while running

2010-01-03 Thread carloslp
Hello, My system also come very slow when updatedb.mlocate is running. Try to run it with slowest priority for the process. I added the nice parameter to /etc/cron.daily/mlocate (see it attached). Regards ** Attachment added: /etc/cron.daily/mlocate

[Bug 464292] Re: crypto disk passphrase can't be entered

2009-11-16 Thread carloslp
Luke your solution works. I have edited /etc/initramfs-tools/conf.d/resume and put the line RESUME=/dev/mapper/my-home-encrypted and then update-initramfs -u and now everything works ok. But i think that this is not the correct solution because resume partition must be swap (i think) not home.