[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-27 Thread Gabriel de Perthuis
This also affects unbound: the name resolution service didn't start (it was possible to start unbound outside of service management, because it doesn't look for /run/systemd/notify in that case). I do use dracut. Upgrading systemd and related packages to 255.4-1ubuntu8.1 (upgrading udev

[Bug 1451103] Re: ubuntu-standard depends on cron

2019-10-18 Thread Gabriel de Perthuis
It should at least depend on `cron-daemon | cron`. That way users are free to use an alternative implementation of cron. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1451103 Title:

[Bug 1744457] Re: Installing systemd-cron removes ubuntu-standard

2019-10-18 Thread Gabriel de Perthuis
ubuntu-standard should depend on cron-daemon (a virtual package provided by cron, bcron, systemd-cron), instead of depending on cron directly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744457

[Bug 1744457] Re: Installing systemd-cron removes ubuntu-standard

2019-10-18 Thread Gabriel de Perthuis
Alternatively, systemd-cron could add a Provides: cron, which is what bcron does. ** Also affects: ubuntu-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1502971] Re: banshee log grows to tens of gigabytes, filling the disk

2015-10-06 Thread Gabriel de Perthuis
I mentioned the size, about 60 gigabytes. I think it filled up my disk in half an hour or so, before I figured out who the culprit was. Truncating on startup didn't prevent anything, it just grows way too fast and there's nothing to prevent that, unlike most logs which truncate periodically.

[Bug 1502971] [NEW] banshee log grows to tens of gigabytes, filling the disk

2015-10-05 Thread Gabriel de Perthuis
Public bug reported: The --redirect-log option in banshee.desktop can fill the home filesystem. Reporting this because I had an unwelcome surprise; I would recommend removing this option from the desktop file. People who want to report issues are already instructed to launch banshee

[Bug 1474002] Re: media keys not working in wily

2015-07-21 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 1427877 *** https://bugs.launchpad.net/bugs/1427877 Not sure this is a duplicate (1427877 was closed with a fix for volume keys but not media keys), but Anders fixed this with gnome-shell 3.16.3-1ubuntu2. Thank you! ** This bug has been marked a duplicate

[Bug 1474002] [NEW] media keys not working in wily

2015-07-13 Thread Gabriel de Perthuis
Public bug reported: If I run g-s-d manually: gnome-settings-daemon --replace Every time a key is pressed I get this error: Dropping signal AcceleratorActivated of type (ua{sv}) since the type from the expected interface is (uuu) This is caused by https://git.gnome.org/browse/gnome-

[Bug 1405943] Re: update-manager -d failing from 14.10 to 15.04

2015-02-15 Thread Gabriel de Perthuis
I worked around it by running: sudo apt-get purge systemd-sysv I'll probably have to reinstall it after. The problem is that ubuntu- minimal gets installed on upgrades, and that it depends on upstart and ureadahead which clash with systemd-sysv. -- You received this bug notification

[Bug 1321959] Re: upgrade from trusty to utopic failed

2014-09-26 Thread Gabriel de Perthuis
This fix doesn't work; the `if not e` check throws UnboundLocalError if e is not defined at all. I worked around it by changing the check to `if 'e' in locals() and e:`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1315203] Re: Please enable zswap again

2014-05-13 Thread Gabriel de Perthuis
Yes, zswap can be enabled at boot and it's been working well for a few days. sudo sh -c grep . /sys/kernel/debug/zswap/* ** Tags removed: verification-needed-trusty ** Tags added: verification-done-trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1315203] [NEW] Please enable zswap again

2014-05-01 Thread Gabriel de Perthuis
Public bug reported: CONFIG_ZSWAP was enabled in 3.11.0-5.11 (#1215379), then disabled without explanation on 3.13.0-21.43 (#1300412). Please enable zswap again, I find it quite useful (I use it on desktops and laptops). Linking in zswap has no effect unless zswap.enabled is passed on the

[Bug 1315203] Re: Please enable zswap again

2014-05-01 Thread Gabriel de Perthuis
(no logs needed) ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Description changed: - CONFIG_ZSWAP was enabled in 3.11.0-5.11 (#1215379), then disabled without explanation on 3.13.0-21.43 (#1300412). + CONFIG_ZSWAP was enabled in 3.11.0-5.11 (bug #1215379), then

[Bug 1228302] Re: btrfs-convert does not work (unable to open ctree)

2013-09-25 Thread Gabriel de Perthuis
** Bug watch added: Linux Kernel Bug Tracker #62131 http://bugzilla.kernel.org/show_bug.cgi?id=62131 ** Also affects: btrfs-tools via http://bugzilla.kernel.org/show_bug.cgi?id=62131 Importance: Unknown Status: Unknown ** Project changed: btrfs-tools = lebtrfs ** Project

[Bug 882942] Re: NaCL is missing

2013-09-06 Thread Gabriel de Perthuis
Google is pushing NaCl apps, we are missing out: http://chrome.blogspot.com/2013/09/a-new-breed-of-chrome-apps.html ** Tags added: raring saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882942

[Bug 1200535] [NEW] Please enable CONFIG_DEVTMPFS

2013-07-12 Thread Gabriel de Perthuis
Public bug reported: CONFIG_DEVTMPFS is a convenient way to get device nodes, and is required to run udev. CONFIG_DEVTMPFS_MOUNT is also a good thing to have. ** Affects: user-mode-linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

[Bug 1195589] [NEW] typo in upstart.postinst 1.8-0ubuntu1.1

2013-06-28 Thread Gabriel de Perthuis
Public bug reported: When upgrading upstart from raring-proposed, I get Paramétrage de upstart (1.8-0ubuntu1.1) ... dpkg : erreur : option --compare-version inconnue The flag is called --compare-versions. ** Affects: upstart (Ubuntu) Importance: Undecided Status: New

[Bug 1077113] Re: do-release-upgrade crashes if any directories exist in /etc/apt/sources.list.d

2013-03-07 Thread Gabriel de Perthuis
Just fyi, I don't think the fix has been propagated correctly. I've just tried to start `do-release-upgrade -d` (precise → raring), and hit this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1077113] Re: do-release-upgrade crashes if any directories exist in /etc/apt/sources.list.d

2013-03-07 Thread Gabriel de Perthuis
quantal → raring, sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077113 Title: do-release-upgrade crashes if any directories exist in /etc/apt/sources.list.d To manage notifications about

[Bug 1077113] Re: do-release-upgrade crashes if any directories exist in /etc/apt/sources.list.d

2013-03-07 Thread Gabriel de Perthuis
** Also affects: ubuntu-release-upgrader Importance: Undecided Status: New ** Also affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1093146] Re: Enable crashkernel settings override from /etc/default/grub

2013-01-23 Thread Gabriel de Perthuis
That's a good idea. At the moment kdump reserves 128M of memory which I'd rather keep. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093146 Title: Enable crashkernel settings override from

[Bug 84899] Re: SSH with GSSAPIAuthentication option on SSH servers are very slow

2012-10-24 Thread Gabriel de Perthuis
So here's a list of the workarounds: On the client: # disable reverse lookups in kerberos echo $'[libdefaults]\n\trdns=false' |sudo tee -a /etc/krb5.conf # Alternatively, remove mdns, mdns4, mdns6 from nsswitch /etc/nsswitch.conf # Or disable GSSAPIAuthentication in ~/.ssh/config or

[Bug 84899] Re: SSH with GSSAPIAuthentication option on SSH servers are very slow

2012-10-24 Thread Gabriel de Perthuis
So here's a list of the workarounds: On the client: # disable reverse lookups in kerberos echo $'[libdefaults]\n\trdns=false' |sudo tee -a /etc/krb5.conf # Alternatively, remove mdns, mdns4, mdns6 from nsswitch /etc/nsswitch.conf # Or disable GSSAPIAuthentication in ~/.ssh/config or

[Bug 970892] Re: btrfs-convert crashed with SIGSEGV in btrfs_csum_file_block()

2012-04-02 Thread Gabriel de Perthuis
** Visibility changed 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/970892 Title: btrfs-convert crashed with SIGSEGV in btrfs_csum_file_block() To manage notifications about this bug go

[Bug 970892] Re: btrfs-convert crashed with SIGSEGV in btrfs_csum_file_block()

2012-04-02 Thread Gabriel de Perthuis
Doesn't happen with the current btrfs-progs git — 1957076ab4fefa47b6efed3da541bc974c83eed7 https://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git — but this would take far too long to bisect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2012-04-02 Thread Gabriel de Perthuis
Patched kernel boots again. Asus P8Z68 here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969576 Title: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init] To

[Bug 855834] Re: gnome-settings-daemon crashed with SIGSEGV in gdk_display_get_event()

2011-09-22 Thread Gabriel de Perthuis
Not a duplicate of bug #814473 : this is unrelated to suspend. It happens in oneiric, not natty, and with a newer version of gtk than described at https://bugzilla.gnome.org/show_bug.cgi?id=656550 . ** Bug watch added: GNOME Bug Tracker #656550 https://bugzilla.gnome.org/show_bug.cgi?id=656550

[Bug 855834] Re: gnome-settings-daemon crashed with SIGSEGV in gdk_display_get_event()

2011-09-22 Thread Gabriel de Perthuis
** Attachment removed: XsessionErrors.txt https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/855834/+attachment/2437427/+files/XsessionErrors.txt ** This bug is no longer a duplicate of bug 814473 gnome-settings-daemon crashed with SIGSEGV in gdk_display_get_event() --

[Bug 845183] Re: aptitude is confused by multi-arch support

2011-09-11 Thread Gabriel de Perthuis
sudo sh -c 'aptitude keep-all; aptitude install' lists most of my i386 packages for removal. /var/lib/aptitude/pkgstates does not seem to include an architecture field. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 810074] Re: firefox crashes with pentadactyl installed

2011-07-14 Thread Gabriel de Perthuis
Same crash with firefox 6 from the mozillateam/firefox-next ppa for natty (and pentadactyl). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810074 Title: firefox crashes with pentadactyl installed

[Bug 677815] Re: Firefox crashes with XML Parsing Error

2011-03-25 Thread Gabriel de Perthuis
It was working when running firefox-4.0 from ubuntu-mozilla-daily/ppa which has the betas and nightlies, and quit working with mozillateam /firefox-stable which has the final firefox 4. This is because the language packs are in /usr/lib/firefox-addons/extensions/ and not

[Bug 235562] Re: Add ability to build Debian virtual machines

2010-10-28 Thread Gabriel de Perthuis
http://wiki.debian.org/VMBuilder mentions a debian-compatible fork. It appears well-maintained enough at a glance. git clone git://git.debian.org/git/pkg-escience/vmbuilder.git -- Add ability to build Debian virtual machines https://bugs.launchpad.net/bugs/235562 You received this bug

[Bug 235562] Re: Add ability to build Debian virtual machines

2010-10-28 Thread Gabriel de Perthuis
http://wiki.debian.org/VMBuilder mentions a debian-compatible fork. It appears well-maintained enough at a glance. git clone git://git.debian.org/git/pkg-escience/vmbuilder.git -- Add ability to build Debian virtual machines https://bugs.launchpad.net/bugs/235562 You received this bug

[Bug 598901] Re: vdeq is now DEPRECATED

2010-10-26 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 253230 *** https://bugs.launchpad.net/bugs/253230 ** This bug has been marked a duplicate of bug 253230 qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not working) * You can subscribe to bug 253230 by following this link:

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-07-14 Thread Gabriel de Perthuis
Thank you for the fixed kernel. I don't have any special profiles except those that come with standard packages. Random, non-contained processes were being killed in aa_dfa_match_len. dlocate /etc/apparmor |sed 's#:.*##' |uniq evince tcpdump apparmor-profiles cups dhcp3-client gdm-guest-session

[Bug 448095] Re: resolvconf starts after ifupdown, does not pick the dns-nameserver and dns-search lines up from /etc/network/interfaces

2010-06-16 Thread Gabriel de Perthuis
Here is my quick fix, it just moves resolvconf directory creation earlier and disables invocation from rcS.d since the init.d script doesn't support running twice: sudo update-rc.d resolvconf disable sudo tee /etc/init/earlier-resolvconf.conf 'EOF' description Prepare resolvconf directory

[Bug 568033] Re: org.freedesktop.Tracker not provided by any .service files, search impossible

2010-05-23 Thread Gabriel de Perthuis
The error also happens if you mix tracker 0.8 clients with the tracker 0.8 daemon. The new daemon is started with tracker-control --start, and registers org.freedesktop.Tracker1 instead of org.freedesktop.Tracker . -- org.freedesktop.Tracker not provided by any .service files, search impossible

[Bug 57797] Re: include aoTuV patch

2010-03-16 Thread Gabriel de Perthuis
** Summary changed: - Should include aoTuV Release 1 patch + include aoTuV patch -- include aoTuV patch https://bugs.launchpad.net/bugs/57797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507312] [NEW] package xserver-xorg-video-no uveau 1:0.0.10~git+20090823+569a17a-0ubuntu1 faile d to install/upgrade: problèmes de dépendances - laissé non configuré

2010-01-13 Thread Gabriel de Perthuis
Public bug reported: Binary package hint: xserver-xorg-video-nouveau During jaunty - karmic upgrade. ProblemType: Package Architecture: amd64 Date: Thu Jan 14 03:19:39 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: problèmes de dépendances - laissé non configuré NonfreeKernelModules: nouveau drm

[Bug 507312] Re: package xserver-xorg-video-nouvea u 1:0.0.10~git+20090823+569a17a-0ubuntu1 failed to install/upgrade: problèmes de dépendances - l aissé non configuré

2010-01-13 Thread Gabriel de Perthuis
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/37870482/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/37870483/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37870484/Dependencies.txt **

[Bug 507312] Re: package xserver-xorg-video-nouvea u 1:0.0.10~git+20090823+569a17a-0ubuntu1 failed to install/upgrade: problèmes de dépendances - l aissé non configuré

2010-01-13 Thread Gabriel de Perthuis
** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: New = Invalid -- package xserver-xorg-video-nouveau 1:0.0.10~git+20090823+569a17a-0ubuntu1 failed to install/upgrade: problèmes de dépendances - laissé non configuré https://bugs.launchpad.net/bugs/507312 You received this bug

[Bug 446678] Re: mountall fails to finish

2009-10-15 Thread Gabriel de Perthuis
Yes, it's the last thing I see. ps ax output is attached. init-+-bash---pstree |-mountall |-sulogin |-udevd---2*[udevd] `-upstart-udev-br ** Attachment added: ps-ax http://launchpadlibrarian.net/33726610/ps-ax -- mountall fails to finish

[Bug 445408] Re: lvm2 root partition should wait for udev to settle before giving up

2009-10-15 Thread Gabriel de Perthuis
This patch solves the problem using the add_mountroot_fail_hook approach. It's rather safe and no worse than the current situation, but calling the various fail hooks is slow, because some of them are sleeping. Calling udevadm settle, or (in the future), spawning a process and making things

[Bug 446678] Re: mountall fails to finish

2009-10-13 Thread Gabriel de Perthuis
I've just let it run a few hours, and nothing further happens. The system is idling anyway, the tips at http://upstart.ubuntu.com/wiki/OMGBroken get me a console, where pstree and top show nothing else happening, no filesystem checks. The significant part of the logs, if you compare them, is that

[Bug 446678] Re: mountall fails to finish

2009-10-13 Thread Gabriel de Perthuis
Same with 2.2, here's one more log. ** Attachment added: mountall 2.2, restarted, ro / http://launchpadlibrarian.net/33600910/mountall.debug.2.2.restarted-ro -- mountall fails to finish https://bugs.launchpad.net/bugs/446678 You received this bug notification because you are a member of

[Bug 446678] Re: mountall fails to finish

2009-10-12 Thread Gabriel de Perthuis
LANG= apt-cache policy mountall mountall: Installed: 0.2.1 Candidate: 0.2.1 Version table: *** 0.2.1 0 500 ftp://ftp.free.fr karmic/main Packages 100 /var/lib/dpkg/status 0.2.0~boot5 0 500 http://ppa.launchpad.net karmic/main Packages -- mountall fails to

[Bug 446678] Re: mountall fails to finish

2009-10-12 Thread Gabriel de Perthuis
** Attachment added: rw, finishes http://launchpadlibrarian.net/33549605/mountall.debug.boot-rw -- mountall fails to finish https://bugs.launchpad.net/bugs/446678 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 446678] Re: mountall fails to finish

2009-10-12 Thread Gabriel de Perthuis
Attached, with the two variations of boot options. ** Attachment added: ro, fails to finish http://launchpadlibrarian.net/33549512/mountall.debug.boot-ro -- mountall fails to finish https://bugs.launchpad.net/bugs/446678 You received this bug notification because you are a member of Ubuntu

[Bug 446678] Re: mountall fails when kernel command line contains ro

2009-10-11 Thread Gabriel de Perthuis
Is there a more convenient place to report mountall bugs? This version now got released to karmic with no changes, and the bug is still present. ** Changed in: mountall (Ubuntu) Status: Invalid = New -- mountall fails when kernel command line contains ro

[Bug 446678] [NEW] mountall fails when kernel command line contains ro

2009-10-08 Thread Gabriel de Perthuis
Public bug reported: Binary package hint: mountall My non grub2-migrated grub config contains this: kopt=root=/dev/mapper/lvm-whatever ro mountall --debug appears to wait for / to be mounted, when it already is, except read-only. Once it is remounted rw, or the grub command is changed,

[Bug 445408] [NEW] lvm2 root partition should wait for udev to settle before giving up

2009-10-07 Thread Gabriel de Perthuis
Public bug reported: Binary package hint: initramfs-tools I have a root partition layered over lvm, raid, and the sata_via kernel module. It doesn't appear immediately, and local-top/lvm2 fails to find it. Once initramfs bails to a shell, lvm vgscan lvm vgchange -ay are enough to make the

[Bug 428318] Re: unable to mount an ext2 partition by label or uuid

2009-10-05 Thread Gabriel de Perthuis
Forgot to mention: the patch in comment 8 does work for me. There is a slight path change (from libs to shlibs) to find vfat.c, then it applies cleanly and runs correctly. -- unable to mount an ext2 partition by label or uuid https://bugs.launchpad.net/bugs/428318 You received this bug

[Bug 428318] Re: unable to mount an ext2 partition by label or uuid

2009-10-05 Thread Gabriel de Perthuis
The patch has been accepted upstream, is comment 8 still an acceptable backport? I am also affected and spent some time with upstart trying to get my system to boot again, which is why I'd like to see this fixed in karmic. -- unable to mount an ext2 partition by label or uuid

[Bug 428318] Re: unable to mount an ext2 partition by label or uuid

2009-10-05 Thread Gabriel de Perthuis
Ah yes, the old code put the magic at 0xfe when the end of the first sector is actually at 0x1fe. Also, I fixed a small nitpick to compile on karmic: you need spaces around the minus sign between literals. ** Attachment added: util-linux-ng-2.16.1.patch

[Bug 428318] Re: unable to mount an ext2 partition by label or uuid, unbootable system

2009-10-05 Thread Gabriel de Perthuis
** Summary changed: - unable to mount an ext2 partition by label or uuid + unable to mount an ext2 partition by label or uuid, unbootable system ** Changed in: util-linux (Ubuntu) Status: Won't Fix = Confirmed -- unable to mount an ext2 partition by label or uuid, unbootable system

[Bug 442491] Re: not all disks created in /dev/disks/by-uuid

2009-10-05 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 428318 *** https://bugs.launchpad.net/bugs/428318 ** This bug has been marked a duplicate of bug 428318 unable to mount an ext2 partition by label or uuid, unbootable system -- not all disks created in /dev/disks/by-uuid

[Bug 442491] Re: not all disks created in /dev/disks/by-uuid

2009-10-04 Thread Gabriel de Perthuis
I tracked down an unbootable karmic upgrade to this. Why not having by-uuid symlinks makes the system unbootable: mountall blocks (can't find the /boot partition in by-uuid), and upstart doesn't start the system. Why udev doesn't create the by-uuid symlinks: udev relies on libblkid1 from

[Bug 314038] Re: Integrated video interface is broken in Jaunty

2009-04-30 Thread Gabriel de Perthuis
For people willing to try vlc 1.0 snapshots, here's a ppa: https://launchpad.net/~freshmedia/+archive/ppa/ (same packagers as comment 34). -- Integrated video interface is broken in Jaunty https://bugs.launchpad.net/bugs/314038 You received this bug notification because you are a member of

[Bug 355447] Re: package python-wxgtk2.8 2.8.9.1-0ubuntu5 failed to install/upgrade (error code: 1)

2009-04-05 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 355455 *** https://bugs.launchpad.net/bugs/355455 ** This bug has been marked a duplicate of bug 355455 package python-wxgtk2.8 2.8.9.1-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 355412] Re: wxwidgets fails to upgrade to 2.8.9.1-0ubuntu5

2009-04-05 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 355455 *** https://bugs.launchpad.net/bugs/355455 ** This bug has been marked a duplicate of bug 355455 package python-wxgtk2.8 2.8.9.1-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- wxwidgets

[Bug 355523] Re: package python-wxversion 2.8. 9.1-0ubuntu4 failed to install/upgrade: Versuche, »/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-uni code/wxversion.py« zu überschreiben, welches auch i

2009-04-05 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 355424 *** https://bugs.launchpad.net/bugs/355424 ** This bug has been marked a duplicate of bug 355424 package python-wxversion 2.8.9.1-0ubuntu4 failed to install/upgrade: trying to overwrite

[Bug 305557] Re: open office produces invalid ColorSpace in exported pdf

2009-03-22 Thread Gabriel de Perthuis
Yes, I wanted to confirm a colorspace problem without using PDF/A. Except I've upgraded to jaunty a few days ago and can't mess up the export of my document anymore. I was using the openoffice ppa for intrepid before. I'm attaching the scrubbed odt, but closing anyway since the non PDF/A issue is

[Bug 261380] Re: Packages have invalid .gnu_debuglink

2009-03-15 Thread Gabriel de Perthuis
The fixing is described in comments 12 through 15. Martin's PPA has it in patch form (debdiff I think): http://launchpadlibrarian.net/20834194/qt4-x11_4.4.3-0ubuntu1_4.4.3-0ubuntu1.2~ppa0i.diff.gz -- Packages have invalid .gnu_debuglink https://bugs.launchpad.net/bugs/261380 You received this

[Bug 305557] Re: open office produces garbage in exported pdf

2009-03-06 Thread Gabriel de Perthuis
I can confirm this with the openoffice PPA. Trying to change export options (eg, without PDF/A or markers) didn't help. Version: 1:3.0.1-1ubuntu1~intrepid1 ** Changed in: openoffice.org (Ubuntu) Status: Invalid = Confirmed -- open office produces garbage in exported pdf

[Bug 305557] Re: open office produces garbage in exported pdf

2009-03-06 Thread Gabriel de Perthuis
Also, I get the Invalid ColorSpace error message with acroread 8.1.3-0medibuntu0.8.10.2 . This seems to have been tracked here: http://www.openoffice.org/issues/show_bug.cgi?id=98599#desc17 https://bugzilla.novell.com/show_bug.cgi?id=470804 ** Summary changed: - open office produces garbage in

[Bug 85097] Re: please add support to build python dbg extensions

2009-01-27 Thread Gabriel de Perthuis
You can put a breakpoint on symbols defined in the python extension and see if info args works in gdb. Say you want to test python-apt-dbg, and have it installed. # Prepare the gdb commands that set the breakpoints nm -D -C --defined-only /usr/lib/python2.5/site-packages/apt_inst.so

[Bug 310999] Re: comodo seen issuing certificates unwisely

2009-01-02 Thread Gabriel de Perthuis
DIY way to quit trusting these certificates: sudo sed -ri '/comodo|utn|addtrust/Is/^!*/!/' /etc/ca-certificates.conf; sudo update-ca-certificates -- comodo seen issuing certificates unwisely https://bugs.launchpad.net/bugs/310999 You received this bug notification because you are a member of

[Bug 188401] Re: OOo extensions (.oxt) only show up as type application/zip

2008-12-04 Thread Gabriel de Perthuis
There is no switch for graphical or noninteractive installation of OOo extensions: http://qa.openoffice.org/issues/show_bug.cgi?id=83448 Some extensions are OK, others will ask for a licence in the terminal. You could associate the mimetype with this command: sh -c yes yes | LANG=C unopkg add

[Bug 181960] Re: vim plugin should be installed under vim/addons, not vim/vim70

2008-11-23 Thread Gabriel de Perthuis
Yes (puppet uses /usr/share/vim/vim71 and vim is at 7.2). ** Changed in: puppet (Ubuntu) Status: Incomplete = Confirmed -- vim plugin should be installed under vim/addons, not vim/vim70 https://bugs.launchpad.net/bugs/181960 You received this bug notification because you are a member of

[Bug 260027] Re: libopenmpi segfaults when electric fence is enabled

2008-10-23 Thread Gabriel de Perthuis
I fixed this by building the intrepid package. sudo apt-get build-dep openmpi dget -x http://archive.ubuntu.com/ubuntu/pool/universe/o/openmpi/openmpi_1.2.7~rc2-1ubuntu2.dsc cd openmpi-1.2.7~rc2/ debuild --no-tgz-check -us -uc -i -I sudo debi -- libopenmpi segfaults when electric fence is

[Bug 260027] Re: libopenmpi segfaults when electric fence is enabled

2008-10-23 Thread Gabriel de Perthuis
Sorry, this isn't fixed, disregard my last comment. -- libopenmpi segfaults when electric fence is enabled https://bugs.launchpad.net/bugs/260027 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 232036] Re: importing petsc4py.PETSc results in segfault

2008-10-23 Thread Gabriel de Perthuis
The real cause is bug #260027 (though that's hard to guess, so I did not mark it as a duplicate). -- importing petsc4py.PETSc results in segfault https://bugs.launchpad.net/bugs/232036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 136992] Re: Typo in pyrad.dictionary

2008-10-19 Thread Gabriel de Perthuis
It's working fine in hardy. ** Changed in: pyrad (Ubuntu) Status: Incomplete = Fix Released -- Typo in pyrad.dictionary https://bugs.launchpad.net/bugs/136992 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 115279] Re: segfault in librdf

2008-10-10 Thread Gabriel de Perthuis
The crash doesn't happen anymore in ubuntu 8.04 (redland- bindings=1.0.6.1-2ubuntu3, librdf0=1.0.7-1). ** Changed in: redland (Ubuntu) Status: Incomplete = Fix Released -- segfault in librdf https://bugs.launchpad.net/bugs/115279 You received this bug notification because you are a

[Bug 253443] Re: rt2x00 backport-module: rfkill_force_state symbol missing

2008-08-01 Thread Gabriel de Perthuis
Here is a list of all missing symbols; this should be checked in the package build process. sudo depmod -aeF /boot/System.map-2.6.24-20-generic WARNING: /lib/modules/2.6.24-20-generic/updates/compat-wireless-2.6/drivers/net/wireless/mac80211_hwsim.ko needs unknown symbol device_create_drvdata

[Bug 254104] [NEW] check for missing symbols in backport modules

2008-08-01 Thread Gabriel de Perthuis
Public bug reported: This runs depmod to check that no modules have missing symbols. You need to install modules for that kernel first: linux-ubuntu-modules and linux-image As a consequence the check can't be completely automated, is optional and must be run manually like this: fakeroot

[Bug 254104] Re: check for missing symbols in backport modules

2008-08-01 Thread Gabriel de Perthuis
** Attachment added: 0001-Add-check-modules-flavour-target.patch http://launchpadlibrarian.net/16486378/0001-Add-check-modules-flavour-target.patch -- check for missing symbols in backport modules https://bugs.launchpad.net/bugs/254104 You received this bug notification because you are a

[Bug 253443] Re: rt2x00 backport-module: rfkill_force_state symbol missing

2008-08-01 Thread Gabriel de Perthuis
*** This bug is a duplicate of bug 252630 *** https://bugs.launchpad.net/bugs/252630 ** This bug has been marked a duplicate of bug 252630 'wl' driver is broken in lrm 2.6.24.14-20.46 -- rt2x00 backport-module: rfkill_force_state symbol missing https://bugs.launchpad.net/bugs/253443 You

[Bug 252630] Re: 'wl' driver is broken in lrm 2.6.24.14-20.46

2008-08-01 Thread Gabriel de Perthuis
I've added a patch to check for missing symbols at #254104. It reports there is another one missing: WARNING: /home/g2p/var/co/git/ubuntu-modules/debian/linux-backports-modules-2.6.24-20-generic.check-symbols/lib/modules/2.6.24-20-generic/updates/lbm_mac80211_hwsim.ko needs unknown symbol

[Bug 253443] [NEW] rt2x00 backport-module: rfkill_force_state symbol missing

2008-07-30 Thread Gabriel de Perthuis
Public bug reported: Binary package hint: linux-backports-modules-2.6.24-20-generic Here is what goes wrong. I have linux-backports-modules-2.6.24-20-generic from hardy-proposed installed. sudo modprobe -v rt73usb insmod

[Bug 74135] Re: runsvdir does not use upstart

2008-05-28 Thread Gabriel de Perthuis
Here is a patch to the debian package that starts the runit supervisor after install. All these packages install stuff in /etc/event.d, maybe some like ebox have similar needs: upstart system-services ume-config-samsung-q1-ultra runit upstart-compat-sysv ume-config-crown-beach upstart-logd

[Bug 74135] Re: runsvdir does not use upstart

2008-05-28 Thread Gabriel de Perthuis
Re-opening since part of the problem was not solved. There is a patch though. ** Changed in: runit (Ubuntu) Status: Fix Released = In Progress -- runsvdir does not use upstart https://bugs.launchpad.net/bugs/74135 You received this bug notification because you are a member of Ubuntu

[Bug 220628] Re: firefox-3.0b5 received an X Window System error: 'BadIDChoice'

2008-05-18 Thread Gabriel de Perthuis
You can install debug packages and get a backtrace by following the instructions there: https://wiki.ubuntu.com/MozillaTeam/Bugs#head-c576e78d92cb3c959c271158b6ace98be835de83 Beware: the packages are in an external repository, and unsigned :-( ** Bug watch added: Mozilla Bugzilla #430091

[Bug 139242] Re: python-avahi glade2 dependency

2008-05-14 Thread Gabriel de Perthuis
Debian has picked that up: http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=464411#10 Now ubuntu needs to, too. -- python-avahi glade2 dependency https://bugs.launchpad.net/bugs/139242 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 128538] Re: Qt4/gdb: Cannot step into Qt4 functions

2008-04-19 Thread Gabriel de Perthuis
Can't resist posting my own tweaked command: for ld in $( dpkg -L libqt4-debug | grep '\.debug$' ); do l=${ld%.debug}; sudo objcopy -R .gnu_debuglink --add-gnu-debuglink=$ld $l; done -- Qt4/gdb: Cannot step into Qt4 functions https://bugs.launchpad.net/bugs/128538 You received this bug

[Bug 113366] Re: [apport] stopmotion crashed with SIGSEGV in QString::fromLocal8Bit()crash when adding photos.

2008-04-19 Thread Gabriel de Perthuis
** Also affects: qt4-x11 (Ubuntu) Importance: Undecided Status: New -- [apport] stopmotion crashed with SIGSEGV in QString::fromLocal8Bit()crash when adding photos. https://bugs.launchpad.net/bugs/113366 You received this bug notification because you are a member of Kubuntu Team,

[Bug 191295] Re: gnunet-qt crashed with SIGSEGV in QString::fromLocal8Bit()

2008-04-19 Thread Gabriel de Perthuis
After installing libqt4-debug and fixing it (see #128538), and running under gdb, it appears the bug is in QCoreApplication::arguments . It is trying to access the argument vector argv, but uses a bogus argument count argc and crashes just after accessing all the arguments and all the environment

[Bug 113366] Re: [apport] stopmotion crashed with SIGSEGV in QString::fromLocal8Bit()crash when adding photos.

2008-04-19 Thread Gabriel de Perthuis
After installing libqt4-debug and fixing it (see #128538), and running under gdb, it appears the bug is in QCoreApplication::arguments . It is trying to access the argument vector argv, but uses a bogus argument count argc and crashes just after accessing all the arguments and all the environment

[Bug 113366] Re: [apport] stopmotion crashed with SIGSEGV in QString::fromLocal8Bit()crash when adding photos.

2008-04-19 Thread Gabriel de Perthuis
oops, didn't mean to copy this -- [apport] stopmotion crashed with SIGSEGV in QString::fromLocal8Bit()crash when adding photos. https://bugs.launchpad.net/bugs/113366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 200142] Re: hardy alpha 6 rt61 wireless kernel panic

2008-04-02 Thread Gabriel de Perthuis
It is fixed upstream, I am running 464535a375cc7b28cc739bfed95adbcc5e5f2ee6 from the wireless-testing git tree. This is slightly more recent than the soon to be released 2.6.25 kernel. I'll try to see if 2.6.25 it has the bug, otherwise the fix will be in 2.6.26. I do not think this has a chance

[Bug 200142] Re: hardy alpha 6 rt61 wireless kernel panic

2008-04-02 Thread Gabriel de Perthuis
** Changed in: linux (Ubuntu) Sourcepackagename: None = linux -- hardy alpha 6 rt61 wireless kernel panic https://bugs.launchpad.net/bugs/200142 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 200142] Re: hardy alpha 6 rt61 wireless kernel panic

2008-04-02 Thread Gabriel de Perthuis
** Description changed: - Hi, I installed the Alpha 5 and Alpha 6 release of Ubtuntu Hardy. Using Alpha 5 I had several random freezes and the only thing I could do was to hard reboot. After update to alpha 6 I had the same trouble. At first I suspected the video driver so I tried

[Bug 200142] Re: hardy alpha 6 rt61 wireless kernel panic

2008-03-27 Thread Gabriel de Perthuis
I have this panic pretty often when there is wifi traffic. [55139.617854] BUG: unable to handle kernel NULL pointer dereference at virtual address 0014 [55139.617916] printing eip: d0bb1c72 *pdpt = 04238001 *pde = [55139.617990] Oops: 0002 [#1] SMP [55139.618029]

[Bug 85097] Re: please add support to build python dbg extensions

2008-03-20 Thread Gabriel de Perthuis
Here are the python-crypt debian/rules Build-depends include python-all-dbg, depends for the -dbg binary package are “ python-crypto (= ${Source-Version}), python-dbg, ${shlibs:Depends} ” although it's not really sure python-dbg should be part of that (it pulls python2.5-dbg; either nothing or a

[Bug 85097] Re: please add support to build python dbg extensions

2008-03-20 Thread Gabriel de Perthuis
CDBS could be just a change in debian/control and a mostly-empty debian/rules (no reference to the dbg package in the latter), if class /python-distutils.mk's targets make use of $(is_debug_package). -- please add support to build python dbg extensions https://bugs.launchpad.net/bugs/85097 You

[Bug 181960] vim plugin should be installed under vim/addons, not vim/vim70

2008-01-11 Thread Gabriel de Perthuis
Public bug reported: Binary package hint: puppet vim70 is for files shipped with vim, I think. The current version of vim is vim 7.1, and it will not find the puppet plugins. The fix is a one-liner change to debian/rules . ** Affects: puppet (Ubuntu) Importance: Undecided

[Bug 133486] Re: Wireless dies and requires total shutdown rt2x00 usb

2007-11-04 Thread Gabriel de Perthuis
I would use https://wiki.ubuntu.com/KernelGitGuide to get a kernel checkout and do some cherry-picking of the patch mentioned on the linux- wireless list. Requires patience, disk space, and some ability to understand the fix, its requirements, and the conflicts they will introduce. So, not for

[Bug 154999] Re: ide_in_drive_list null pointer dereference

2007-11-02 Thread Gabriel de Perthuis
Thanks, it's a duplicate of #156428 all right. I have one of the drives listed. -- ide_in_drive_list null pointer dereference https://bugs.launchpad.net/bugs/154999 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 154651] Re: rt73usb WLan driver drops connection after something between a few minutes and an hour.

2007-10-30 Thread Gabriel de Perthuis
Dupe of #133486 (also, I share your suffering in this). -- rt73usb WLan driver drops connection after something between a few minutes and an hour. https://bugs.launchpad.net/bugs/154651 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 153718] Re: rt73usb instability Ubuntu Gutsy x86_64

2007-10-30 Thread Gabriel de Perthuis
Right, dupe of #133486. -- rt73usb instability Ubuntu Gutsy x86_64 https://bugs.launchpad.net/bugs/153718 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

  1   2   >