[Bug 1905491] Re: Recent (Nov 2020) ISO copied to USB Drive cannot load

2021-01-06 Thread pdecat
I had the same error with today's ubuntu-20.10-desktop-amd64.iso image on a Shuttle SG45H7 system with an Intel Core2 Duo E4400: GRUB Error: can't find command "grub_platform" Which then leads to a blinking cursor black screen after selecting any GRUB entry. An alternative solution that works

[Bug 1778946] Re: No dns resolution after closing a vpn/pptp connection

2020-01-14 Thread pdecat
I too have been facing this issue since a few releases, and still face it on Ubuntu 19.10 (resolvconf not installed as it causes other issues): # sudo rm /run/systemd/resolve/stub-resolv.conf.tmp # sudo systemctl restart NetworkManager # ls -la /etc/resolv.conf /run/systemd/resolve/ lrwxrwxrwx

[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-07-04 Thread pdecat
Proposed package installed on zesty, workaround removed (/etc/systemd/system/postfix@-.service.d/override.conf) and rebooted. So far so good :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519331

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-16 Thread pdecat
Well, the patch I mentioned in comment #28 is not perfect, crashes still happen, just way less often (I achieved several days uptime while without the patch the crashed usually happened twice a day). Today's crash with the patch on top of Ubuntu-4.10.0-23.25 tag: Jun 16 12:21:15 patrickxps

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-08 Thread pdecat
Dell XPS 13 9343 running fine with https://patchwork.freedesktop.org/patch/158340/ applied on top of Ubuntu-4.10.0-22.24. Got the hint from https://bugs.freedesktop.org/show_bug.cgi?id=99295#c53 ** Attachment added: "patch-freedesktop-99295.txt"

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-03 Thread pdecat
For those like me that fail booting 4.12rc3 but had no issue with previous builds, this looks like a interesting trail: https://bugs.launchpad.net/linux/+bug/1694561 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-06-01 Thread pdecat
Same issue with generic variant from http://kernel.ubuntu.com/~kernel- ppa/mainline/drm-intel-nightly/2017-06-01/ this morning. Also tried to select recovery mode in grub, no better: I only get a black console screen with a blinking cursor in the upper left. No error message, nothing in the

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-05-31 Thread pdecat
@Joseph, I just tried and my Dell XPS 13 9343 does not boot (hangs with a blank screen right after kernel selection in grub) with generic variants from: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12-rc3 http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2017-05-31/

[Bug 1689951] Re: System locks up unrecoverably after CPU soft lockup

2017-05-19 Thread pdecat
I add similar repeated error messages at the end of logs, but the very first error was > kernel: kernel BUG at /build/linux- lz1RHE/linux-4.10.0/include/linux/swapops.h:129! cf. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1674838 -- You received this bug notification because you are a

[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-05-11 Thread pdecat
Same issue here on zesty, empty /var/spool/postfix/etc/resolv.conf after reboot. Applying solution from #24 works it around: ``` # printf "[Unit]\nAfter=network-online.target\n" | sudo SYSTEMD_EDITOR=tee systemctl edit postfix@-.service ``` Current working configuration: ``` # systemctl cat

[Bug 1503418] Re: [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-10-22 Thread pdecat
Same issue on Wily. Adding StartupWMClass to .desktop file works around this issue: $ cat /usr/share/applications/byobu.desktop

[Bug 1503418] Re: [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-10-22 Thread pdecat
Same issue on Wily. Adding StartupWMClass to .desktop file works around this issue: $ cat /usr/share/applications/byobu.desktop

[Bug 1499747] Re: gedit crashed with SIGABRT in g_assertion_message()

2015-09-29 Thread pdecat
Updating to 2.46.0-1+ppa1 from the PPA also fixed this issue with eclipse for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499747 Title: gedit crashed with SIGABRT in g_assertion_message()

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Still happens with Trusty. Whitis's workaround works. Regards, Patrick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/495458 Title: preview windows is displayed as garbish To manage notifications

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Fixed by xsane-0.999 : https://code.launchpad.net/~noskcaj/xsane/packaging ** Branch linked: lp:~noskcaj/xsane/packaging ** Branch unlinked: lp:~noskcaj/xsane/packaging ** Branch linked: lp:~noskcaj/xsane/packaging -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Here is how to test the fix: # mkdir xsane # cd xsane # wget http://www.xsane.org/download/xsane-0.999.tar.gz -O xsane_0.999.orig.tar.gz # bzr branch lp:~noskcaj/xsane/packaging # cd packaging # sudo aptitude install libgimp2.0-dev liblcms1-dev libsane-dev # dpkg-buildpackage # cd .. # sudo dpkg

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Oops, after additional tests, the bug reappeared :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/495458 Title: preview windows is displayed as garbish To manage notifications about this bug go

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
# diff xsane-0.998/xsane.CHANGES xsane-0.999/xsane.CHANGES 3033a3034,3039 xsane-0.998 - 0.999: - - better preview window size calculation (thanks to Nils Phillipsen) - removed null-pointer bug in xsane_update_param (thanks to Nils Phillipsen) - manual page bugix -

[Bug 495458] Re: preview windows is displayed as garbish

2014-06-07 Thread pdecat
Whitis's workaround still works with xsane 0.999. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/495458 Title: preview windows is displayed as garbish To manage notifications about this bug go to:

[Bug 1013881] Re: Right-Ctrl key broken on French OSS keyboard

2014-04-09 Thread pdecat
Just upgraded to Trusty and found about this not working Right- Ctrl-gate. What a PITA. My work-around for now : select Français (variante obsolète) Regards, Patrick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1215440] Re: Using hostname test-VirtualBox causes Mythbuntu install to fail

2013-09-18 Thread pdecat
The commit that replaces 'test-VirtualBox' with 'OLDHOSTNAME' creates duplicated entries in keybindings and settings tables: patrick@myhostname:~/workspace$ sudo aptitude install mythtv-database The following NEW packages will be installed: mythtv-database 0 packages upgraded, 1 newly installed,

[Bug 586910]

2013-06-15 Thread Pdecat+eclipse
Same issue with eclipse 4.3RC4 (Build id: I20130605-2000). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/586910 Title: Java editor view has no focus after double-clicking a java file To manage

[Bug 586910]

2013-06-08 Thread Pdecat+eclipse
The same issue still occurs on Ubuntu 13.04 using Default, Classic and GTK themes with eclipse kepler. Tested builds: * 4.3RC2a (Build id: I20130526-2000) * 4.3RC3 (Build id: I20130530-1430) Does not happen on Windows XP SP3. -- You received this bug notification because you are a

[Bug 1047766] Re: Mozilla warns browser-plugin-vlc is out-of-date

2013-01-12 Thread pdecat
Same issue here. Removing the pluginreg.dat fixes it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047766 Title: Mozilla warns browser-plugin-vlc is out-of-date To manage notifications about

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
With Lucid (ubuntu-10.04.4-desktop-amd64.iso) and Maverick (ubuntu-10.10-desktop-amd64.iso), the adapter is not recognized. Only message is usb 1-1: new high speed USB device using ehci_hcd and address 2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Same with Natty (ubuntu-11.04-desktop-amd64.iso), device not recognized. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075967 Title: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Here you are. ** Attachment added: lsusb-v-lp1075967.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3427525/+files/lsusb-v-lp1075967.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
FWIW, with the Ubuntu Desktop 12.04 64bit Live DVD (ubuntu-12.04-dvd-amd64.iso), it connects only once but subsequent tries fail. I have to unplug then replug the adapter to make it work again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Tried : * RTL819xCU_USB_linux_v3.4.2_3727.20120404.zip * RTL819xCU_USB_linux_v3.4.3_4369.20120622.zip * RTL819xC_USB_linux_v3.4.4_4749.20120806.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Yes, I tried this one (it is the same download for RTL8188CUS and RTL8192CU). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075967 Title: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-08 Thread pdecat
Exact same behaviour with Ubuntu Desktop 11.10 64bit Live DVD (ubuntu-11.10-dvd-amd64.iso) : * first connection works * subsequent tries fail * unplug/replug to repeat. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1075967] [NEW] 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Public bug reported: On all of my Ubuntu Desktop 12.10 amd64 systems, the network manager will show the wireless card and networks, but will ask for the network password again after trying to connect. In the attached logs from an pure Ubuntu Desktop 12.10 amd64 system (Live ISO booted from USB

[Bug 1030858] Re: 0bda:8176 RTL8188CUS does not connect to wireless networks

2012-11-07 Thread pdecat
Issue #1075967 created. Regards, Patrick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1030858 Title: 0bda:8176 RTL8188CUS does not connect to wireless networks To manage notifications about

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Attached is the syslog from one of my main Ubuntu Desktop 12.10 amd64 with NetworkManager in debug level. ** Attachment added: syslog-lp1075967.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3426653/+files/syslog-lp1075967.txt -- You received this bug

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
I have reproduced this issue running Ubuntu Desktop 12.10 amd64 in Virtualbox: that will make testing easier if needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075967 Title: 0846:9041

[Bug 1075967] Re: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] does not connect to wireless networks

2012-11-07 Thread pdecat
Same issue with kernel 3.7-rc4-raring (syslog attached). ** Attachment added: syslog-lp1075967-kernel-3.7-rc4-raring.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1075967/+attachment/3426786/+files/syslog-lp1075967-kernel-3.7-rc4-raring.txt -- You received this bug notification

[Bug 1030858] Re: 0bda:8176 RTL8188CUS does not connect to wireless networks

2012-11-06 Thread pdecat
Same issue with Netgear WNA1000M : Bus 002 Device 006: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1030858 Title: 0bda:8176

[Bug 1037942] Re: update notifier says update failed to install even after its installed

2012-08-24 Thread pdecat
*** This bug is a duplicate of bug 982684 *** https://bugs.launchpad.net/bugs/982684 I believe I had the same issue. See #982684 for the fix. ** This bug has been marked a duplicate of bug 982684 sudo, pkexec don't apply global environment settings from /etc/environment -- You received

[Bug 982684] Re: sudo, pkexec don't apply global environment settings from /etc/environment

2012-08-24 Thread pdecat
This bug was causing the following error with flashplugin-installer: $ sudo apt-get --reinstall install flashplugin-installer [sudo] password for pdecat: Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait 0 mis à jour, 0

[Bug 983559] Re: package-data-downloader utility does not honor apt http proxy settings

2012-05-30 Thread pdecat
@ginggs I just reapplied the settings system wide using the graphical user interface and it fixed it, thanks. The reason I edited /etc/environment by hand and did not use the GUI in the first place is that it does not allow to declare exceptions (the 'no_proxy' variable). Here are the logs (Note

[Bug 983559] Re: package-data-downloader utility does not honor apt http proxy settings

2012-05-29 Thread pdecat
Hi, I am using an HTTP proxy and am also affected: $ sudo -i /usr/lib/update-notifier/package-data-downloader flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.235.orig.tar.gz Traceback (most recent call last): File

[Bug 191355] Re: cron complains /etc/cron.daily/find exited with return code 127

2012-02-29 Thread pdecat
*** This bug is a duplicate of bug 210699 *** https://bugs.launchpad.net/bugs/210699 I also have this failing cron job : $ dpkg -S /etc/cron.daily/find findutils: /etc/cron.daily/find $ dpkg -s findutils Package: findutils Essential: yes Status: install ok installed Multi-Arch: foreign