[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-06-22 Thread Bodo Petermann
This is the link to the patch in Open vSwitch's Patchwork: https://patchwork.ozlabs.org/project/openvswitch/patch/20210616103214.35669-1-b.peterm...@syseleven.de/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-06-16 Thread Bodo Petermann
I sent in a patch "[PATCH] Python: Fix Idl.run change_seqno update" see https://mail.openvswitch.org/pipermail/ovs-dev/2021-June/384014.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1928031

[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-06-16 Thread Bodo Petermann
We saw the AttributeErrors "has no attribute 'sb_idl'" too and as pointed out already, wait_for_change doesn't finish. It calls ovs's idl.run which is supposed to return True if there was a change, but there are cases where it doesn't. See [1]: in the run() function messages are read in a loop.

[Bug 1863002] [NEW] Test Results show failed tests only when expanded

2020-02-12 Thread Bodo
Public bug reported: When running unit tests based on gtest in the "Test Results" tab, the FAILED state does not correctly propagate to the higher levels. It is only visible when expanding the corresponding test suite. The Qt Creator version in 19.04 did not have this bug. It is an upstream bug

[Bug 1763454] Re: bpf_map_lookup_elem: BUG: unable to handle kernel paging request

2018-04-30 Thread Bodo Petermann
Tested with kernel 4.4.0-123.147. Issue is fixed there. ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763454

[Bug 1763454] Re: bpf_map_lookup_elem: BUG: unable to handle kernel paging request

2018-04-17 Thread Bodo Petermann
(I used my team account cloudstackers-7 before, now with my own one) The bounds check may not be necessary, because replace_map_fd_with_map_ptr is called before do_check and the relevant check is already in replace_map_fd_with_map_ptr. But it's not obvious, so at least a comment in do_check may

[Bug 1763352] Re: kernel panic in bpf_map_update_elem (with bcc tool ext4slower)

2018-04-16 Thread Bodo Petermann
I revised the patch a little bit. It needs an additional bounds check for insn_idx. And another seen=true line needs to removed. See the newly attached patch. ** Patch added: "Revised BPF verifier fix"

[Bug 1763352] Re: kernel panic in bpf_map_update_elem (with bcc tool ext4slower)

2018-04-15 Thread Bodo Petermann
This issue is most likely caused by the BPF verifier changes from ubuntu-genial commit 68dd63b26223880d1b431b6bf54e45d93d04361a. The BPF uses a map and bpf_map_update_elem crashes because the map pointer is invalid. The map pointer is invalid because the BPF instruction to load the pointer into

[Bug 1763352] [NEW] kernel panic in bpf_map_update_elem (with bcc tool ext4slower)

2018-04-12 Thread Bodo Petermann
Public bug reported: Using Ubuntu 16.04 LTS with 4.4.0 kernel on x86_64 After kernel update from 4.4.0-116 to 4.4.0-119 running an eBPF tool to log slow ext4 I/O (bcc-tool ext4slower) causes a kernel panic in bpf_map_update_elem. Steps to reproduce: * install bcc-tools 0.5.0-1

[Bug 1464064] Re: Ubuntu apt repos are not available via HTTPS

2018-04-01 Thread Bodo Brance
Please mark this bug as security issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1464064 Title: Ubuntu apt repos are not available via HTTPS To manage notifications about this bug go to:

[Bug 1708661] [NEW] Nautilus 3.18.5 crashes when dragging icons on the desktop

2017-08-04 Thread Bodo Bigalk
Public bug reported: When I try to move an icon on the desktop nautilus crashes immediatly. Terminaloutput: ~$ nautilus (nautilus:9986): Gtk-CRITICAL **: gtk_notebook_get_tab_label: assertion 'list != NULL' failed ** (nautilus:9986): CRITICAL **: nautilus_notebook_sync_loading: assertion

[Bug 511855] Re: Program checks for updated version and refuses to run when there is one

2015-08-17 Thread Bodo
Some clarification about esniper's message: esniper does never refuse to run when a new version is available. In normal operation it does not even check for updates. In your case it found a bug as it tells in the first sentence. In most cases such a bug is caused by incompatible changes on

[Bug 1209111] Re: UEFI Boot Entry Not Installed on Xubuntu and Lubuntu 13.04

2014-04-09 Thread Bodo Bellut
The Xubuntu 14.04 Beta 1 (2014-02-15) installer left my system (newly built and pristine HDD) without any entry in the UEFI list. Everything else was installed fine and I could manually boot efi-grub from the EFI shell. Only two or three Kernel updates later the boot entry was added, even though

[Bug 1249420] Re: Keyboard layout set in the installation is not there in the installed version

2014-03-27 Thread Bodo Bellut
This bug is also present in the Xubuntu 14.04 Beta 1 (2014-02-15). I've set the keyboard layout to German/German (Eliminate Dead Keys) but the newly installed system came up with English/US as system layout. When running sudo dpkg-reconfigure keyboard-configuration it shows all settings fine

[Bug 1209111] Re: UEFI Boot Entry Not Installed on Xubuntu and Lubuntu 13.04

2014-03-26 Thread Bodo Bellut
This bug is also present in the Xubuntu 14.04 Beta 1 (2014-02-15). ** Package changed: ubuntu = xubuntu-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1209111 Title: UEFI Boot Entry

[Bug 522699] Re: asterisk 1.6 crash at incoming isdn call on 64 bit system

2013-11-25 Thread bodo
This does not only affect asterisk. Also other programs with handcrafted DATA_B3_REQ crash on amd64. My workaround was a little bit different to indicate an unsigned value to gcc-4.4.1 #define CAPIMSG_U32(m, off) ((_cdword) (m[off]|(m[(off)+1]8)|(m[(off)+2]16)|(m[(off)+3]24))) This seems to

[Bug 1028531] [NEW] palimpsest fills the name of FAT partitions with arbitrary characters

2012-07-24 Thread Bodo Bigalk
Public bug reported: palimpsest appends to the name of FAT partitions nA if the original name is longer then 7 characters thus it is not possible to give a FAT partition a clean name of 8-10 characters. 1. choose a FAT partition 2. change it's name to 12345678 3. watch how nA gets appended to

[Bug 1028531] Re: palimpsest fills the name of FAT partitions with arbitrary characters

2012-07-24 Thread Bodo Bigalk
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028531 Title: palimpsest fills the name of FAT partitions with arbitrary characters To manage notifications about this bug go to:

[Bug 1028531] Re: palimpsest fills the name of FAT partitions with arbitrary characters

2012-07-24 Thread Bodo Bigalk
It does not happen when formatting a new FAT partition only when renaming an existing partition. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028531 Title: palimpsest fills the name of FAT

[Bug 1022316] [NEW] Brasero terminates silently when I try to upload a specific image as cover back side image

2012-07-08 Thread Bodo Bigalk
Public bug reported: 1. open the brasero cover editor 2. click into the backside field 3. upload the attached image 4. choose centered image placement 5. click ok/close 6. brasero immediatly terminates without any error notice. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: brasero

[Bug 1022316] Re: Brasero terminates silently when I try to upload a specific image as cover back side image

2012-07-08 Thread Bodo Bigalk
** Attachment added: 70 Jahre - Volles Leben CD Brasero Cover.jpg https://bugs.launchpad.net/bugs/1022316/+attachment/3216763/+files/70%20Jahre%20-%20Volles%20Leben%20CD%20Brasero%20Cover.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1022316] Re: Brasero terminates silently when I try to upload a specific image as cover back side image

2012-07-08 Thread Bodo Bigalk
It seems that the error occures only with images that are smaler than a specific size (between 3 and 3.5 in) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022316 Title: Brasero terminates silently

[Bug 1022345] [NEW] Can not choose text color for the back cover side texts

2012-07-08 Thread Bodo Bigalk
Public bug reported: 1. open brasero cover editor 2. click in the text color field 3. select an arbitrary color 4. click on select 5. the default color is still selected ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: brasero 3.2.0-0ubuntu1.1 ProcVersionSignature: Ubuntu

[Bug 1022345] Re: Can not choose text color for the back cover side texts

2012-07-08 Thread Bodo Bigalk
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022345 Title: Can not choose text color for the back cover side texts To manage notifications about this bug go to:

[Bug 519749] Re: openssl-0.9.8g cannot handle odd rsa key size

2012-05-14 Thread bodo
Yes, works in Precise. ** Changed in: openssl (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/519749 Title: openssl-0.9.8g cannot handle odd rsa key

[Bug 882448] Re: package nuauth-log-pgsql 2.4.3-2.1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2011-10-27 Thread Bodo Trieb
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882448 Title: package nuauth-log-pgsql 2.4.3-2.1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage

[Bug 882448] [NEW] package nuauth-log-pgsql 2.4.3-2.1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2011-10-27 Thread Bodo Trieb
Public bug reported: Errors were encountered while processing: nuauth nuauth-extra nuauth-log-mysql nuauth-log-pgsql nuauth-utils Error in function: ERROR:root:not handled expection: SystemError: E:Sub-process /usr/bin/dpkg returned an error

[Bug 529510] Re: kcryptd using 100% IO load

2011-07-14 Thread Bodo Bellut
This bus is still present in 10.04.2 LTS with linux 2.6.32.32.38. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/529510 Title: kcryptd using 100% IO load To manage notifications about this bug go

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2011-07-10 Thread Bodo Bellut
Yes, XAUTH is needed but we're talking about XHOST that's causing problems. Causing problems not only with exmh but each and every Tk application using the send function to communicate with its child windows. From the Tk send man page: In order to provide at least a small amount of security, Tk

[Bug 804636] [NEW] package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-07-02 Thread Andrea Bodo
Public bug reported: don't know why ProblemType: Package DistroRelease: Ubuntu 11.04 Package: amavisd-new-postfix 1:2.6.5-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7 Uname: Linux 2.6.38-10-generic i686 AptOrdering: abuse-frabs: Install abuse: Install

[Bug 804636] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-07-02 Thread Andrea Bodo
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/804636 Title: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha

[Bug 800833] [NEW] package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-06-22 Thread Andrea Bodo
Public bug reported: removing Qbittorrent but i had some problems downloading new packages ProblemType: Package DistroRelease: Ubuntu 11.04 Package: amavisd-new-postfix 1:2.6.5-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7 Uname: Linux 2.6.38-10-generic i686 AptOrdering:

[Bug 800833] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-06-22 Thread Andrea Bodo
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/800833 Title: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di

[Bug 800833] [NEW] package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-06-22 Thread Andrea Bodo
Public bug reported: removing Qbittorrent but i had some problems downloading new packages ProblemType: Package DistroRelease: Ubuntu 11.04 Package: amavisd-new-postfix 1:2.6.5-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7 Uname: Linux 2.6.38-10-generic i686 AptOrdering:

[Bug 800833] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-06-22 Thread Andrea Bodo
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/800833 Title: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha

[Bug 793935] [NEW] Alarm shown for disabled remote calendar

2011-06-07 Thread bodo
Public bug reported: Binary package hint: evolution I configured a caldav calendar to see me colleage's calendar from time to time. Most time I am not interrested in his appointments so I disabled the checkbox in front of the calendar. This works fine, all of his appointments are hidden. But I

[Bug 793935] Re: Alarm shown for disabled remote calendar

2011-06-07 Thread bodo
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/793935 Title: Alarm shown for disabled remote calendar -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 590448] Re: CD/DVD change not recognized

2011-01-11 Thread Bodo Hoffmann
Same thing here on my PowerMac G4 450Mhz AGP. Spec's: http://www.everymac.com/systems/apple/powermac_g4/stats/powermac_g4_450.html OS: Ubuntu 10.04 LTS PPC lshw -C disk *-disk product: QUANTUM FIREBALLP KX27.3 vendor: Quantum physical id: 0 bus

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2010-11-14 Thread Bodo Bellut
** Tags added: lucid -- exmh-bg dying, becoming a zombie https://bugs.launchpad.net/bugs/430697 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

[Bug 580568] Re: Hylafax is sending blank pages.

2010-06-25 Thread Bodo Meissner
the mechanism to appropriate places in HylaFAX. Bodo -- Hylafax is sending blank pages. https://bugs.launchpad.net/bugs/580568 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 580568] Re: Hylafax is sending blank pages.

2010-06-09 Thread Bodo Meissner
A similar fix must be added to pdf2fax. -- Hylafax is sending blank pages. https://bugs.launchpad.net/bugs/580568 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

[Bug 529510] apport-collect data

2010-04-26 Thread Bodo Bellut
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bodo 4888 F pulseaudio /dev/snd/controlC0: bodo 4888 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1370

[Bug 529510] AlsaDevices.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/45593546/AlsaDevices.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] ArecordDevices.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/45593608/ArecordDevices.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 529510] AplayDevices.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/45593587/AplayDevices.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 529510] BootDmesg.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/45593721/BootDmesg.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] Card1.Codecs.codec.0.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Card1.Codecs.codec.0.txt http://launchpadlibrarian.net/45593932/Card1.Codecs.codec.0.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 529510] Lspci.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Lspci.txt http://launchpadlibrarian.net/45594249/Lspci.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] Card0.Amixer.values.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Card0.Amixer.values.txt http://launchpadlibrarian.net/45593802/Card0.Amixer.values.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 529510] Card2.Codecs.codec.0.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Card2.Codecs.codec.0.txt http://launchpadlibrarian.net/45594022/Card2.Codecs.codec.0.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 529510] Card1.Amixer.values.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Card1.Amixer.values.txt http://launchpadlibrarian.net/45593882/Card1.Amixer.values.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 529510] Lsusb.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: Lsusb.txt http://launchpadlibrarian.net/45594298/Lsusb.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] IwConfig.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: IwConfig.txt http://launchpadlibrarian.net/45594087/IwConfig.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] ProcInterrupts.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: ProcInterrupts.txt http://launchpadlibrarian.net/45594577/ProcInterrupts.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 529510] PciMultimedia.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: PciMultimedia.txt http://launchpadlibrarian.net/45594417/PciMultimedia.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 529510] ProcCpuinfo.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/45594441/ProcCpuinfo.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] ProcEnviron.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: ProcEnviron.txt http://launchpadlibrarian.net/45594503/ProcEnviron.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] XsessionErrors.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/45595144/XsessionErrors.txt ** Changed in: linux (Ubuntu) Status: Incomplete = New ** Tags added: apport-collected -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug

[Bug 529510] ProcModules.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: ProcModules.txt http://launchpadlibrarian.net/45594625/ProcModules.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] UdevDb.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: UdevDb.txt http://launchpadlibrarian.net/45594857/UdevDb.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] UdevLog.txt

2010-04-26 Thread Bodo Bellut
** Attachment added: UdevLog.txt http://launchpadlibrarian.net/45595073/UdevLog.txt -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] Re: kcryptd using 100% IO load

2010-04-26 Thread Bodo Bellut
at least 1 month old. regards, Bodo -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com

[Bug 565781] [NEW] ipplan incompatible with php 5.3

2010-04-18 Thread Bodo Linger
installed by aptitude when installing ipplan.. I hope you can fix this until release ... Best regards Bodo ** Affects: ipplan (Ubuntu) Importance: Undecided Status: New -- ipplan incompatible with php 5.3 https://bugs.launchpad.net/bugs/565781 You received this bug notification because

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2010-02-28 Thread Bodo Bellut
Hi, output of lspci and Xorg.0.log are irrelevant as this bug is against /etc/X11/Xsession.d/60x11-common_localhost and not Xorg itself. regards, Bodo ** Changed in: xorg (Ubuntu) Status: Incomplete = Confirmed -- exmh-bg dying, becoming a zombie https://bugs.launchpad.net/bugs/430697

[Bug 529510] [NEW] kcryptd using 100% IO load

2010-02-28 Thread Bodo Bellut
: karmic regards, Bodo ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 529510] Re: kcryptd using 100% IO load

2010-02-28 Thread Bodo Bellut
** Attachment added: lspci -vnvn http://launchpadlibrarian.net/39883760/lspci-vnvn.log -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 529510] Re: kcryptd using 100% IO load

2010-02-28 Thread Bodo Bellut
The IO load happens at that time when the data is flushed from the page cache, from what I see this looks like the md layer won'T accept data as fast as the crypto layer tries to get rid of it. -- kcryptd using 100% IO load https://bugs.launchpad.net/bugs/529510 You received this bug

[Bug 519749] [NEW] openssl-0.9.8g cannot handle odd rsa key size

2010-02-10 Thread bodo
Public bug reported: Binary package hint: openssl On ubuntu karmic (Description: Ubuntu 9.10, Release: 9.10) I get an error when I compile the attached test program with gcc -o rsatest rsatest.c -lcrypto The program exits with Decryption failed. (In fact I think the encryption returns a

[Bug 519749] Re: openssl-0.9.8g cannot handle odd rsa key size

2010-02-10 Thread bodo
** Attachment added: Test programm http://launchpadlibrarian.net/38999788/rsatest.c -- openssl-0.9.8g cannot handle odd rsa key size https://bugs.launchpad.net/bugs/519749 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2010-01-31 Thread Bodo Bellut
** Also affects: xorg (Ubuntu) Importance: Undecided Status: New -- exmh-bg dying, becoming a zombie https://bugs.launchpad.net/bugs/430697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2010-01-27 Thread Bodo Bellut
I've finally found out why this happens. The two processes use the Tk send function to communicate with each other which only worls, when the xhost list is empty. For some reason, my xhost list wasn't empty but contained these entries: b...@sakura:~$ xhost access control enabled, only authorized

[Bug 507731] [NEW] cover art search fails

2010-01-14 Thread Bodo Bellut
Public bug reported: Binary package hint: rhythmbox Hi, Discogs cover art search fails for all tracks. In debug I see: (00:57:59) [0x1334040] [LocalCoverArtSearch.search] /usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py:159: searching for local art for

[Bug 281348] Re: Firefox only shows default icons in toolbars with tabmixplus and ubufox installed

2009-12-14 Thread Bodo Bellut
I'm also affected by this bug in Karmic AMD64. Steps to reproduce: - create new FF profile - install e.g. Adblock Plus which will put an icon in your toolbar and restart FF - at this point, the ABP icon is still being displayed - install Tab Mix Plus and restart FF - at this point, the ABP icon

[Bug 430697] Re: exmh-bg dying, becoming a zombie

2009-12-14 Thread Bodo Bellut
This also happens with Karmic: b...@sakura:~$ lsb_release -rd Description:Ubuntu 9.10 Release:9.10 b...@sakura:~$ apt-cache policy exmh exmh: Installed: 1:2.7.2-18 Candidate: 1:2.7.2-18 Version table: *** 1:2.7.2-18 0 500 http://de.archive.ubuntu.com karmic/universe

[Bug 413348] Re: Xsplash image sized to suit gdm screen, not user session

2009-10-11 Thread Bodo
Can confirm this on a Karmic Beta installation with all updates installed this morning -- Xsplash image sized to suit gdm screen, not user session https://bugs.launchpad.net/bugs/413348 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 430697] [NEW] exmh-bg dying, becoming a zombie

2009-09-16 Thread Bodo Bellut
Public bug reported: Binary package hint: exmh When starting exmh configured to auto inc, the background process exmh- bg is started correctly, after some seconds the backbroung process dies and becomes a zombie, afterwards auto inc doesn't work any more (as would be expected). This is on AMD64

[Bug 405903] Re: Intel GMA950 on EeePC1000H crashes on enabling UXA

2009-07-30 Thread Bodo
downloading alpha 3 of karmic,will reply tommorow to keep you updated -- Intel GMA950 on EeePC1000H crashes on enabling UXA https://bugs.launchpad.net/bugs/405903 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 405903] Re: Intel GMA950 on EeePC1000H crashes on enabling UXA

2009-07-28 Thread Bodo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/29625971/Dependencies.txt ** Attachment added: LsHal.txt http://launchpadlibrarian.net/29625972/LsHal.txt ** Attachment added: LsMod.txt http://launchpadlibrarian.net/29625974/LsMod.txt ** Attachment added: LsPci.txt

[Bug 405903] [NEW] Intel GMA950 on EeePC1000H crashes on enabling UXA

2009-07-28 Thread Bodo
Public bug reported: Binary package hint: xserver-xorg-video-intel on enabling UXA acceleration,my EeePC 1000h crashes X server.with EXA acceleration compiz works,altough a bit sluggish. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: xserver-xorg-video-intel

[Bug 346840] Re: Buddy List taskbar icon shows on all virtual desktops

2009-06-12 Thread Bodo
confirmed on up to date Ubuntu 9.04 Jaunty running Pidgin Compiz (shows the same in both awn and gnome-panel) Haven't tried without compiz tough... -- Buddy List taskbar icon shows on all virtual desktops https://bugs.launchpad.net/bugs/346840 You received this bug notification because you are

[Bug 353279] [NEW] autoupdate failed

2009-04-01 Thread bodo
*** This bug is a duplicate of bug 353117 *** https://bugs.launchpad.net/bugs/353117 Public bug reported: Binary package hint: ubuntu-docs ubuntu 9.04 ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 9.04 ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 2

[Bug 353279] Re: autoupdate failed

2009-04-01 Thread bodo
*** This bug is a duplicate of bug 353117 *** https://bugs.launchpad.net/bugs/353117 ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24638250/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/24638251/DpkgTerminalLog.txt --

[Bug 353117] Re: package ubuntu-docs 9.04.6 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-04-01 Thread bodo
thx, version 7 solved the problem: dpkg -i ubuntu-docs_9.04.7_all.deb (Lese Datenbank ... 124630 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereiten zum Ersetzen von ubuntu-docs 9.04.6 (durch ubuntu-docs_9.04.7_all.deb) ... Entpacke Ersatz für ubuntu-docs ... Richte ubuntu-docs ein

[Bug 178815] Re: exmh sequences window stops working when empty

2008-11-20 Thread Bodo Bellut
Yes, it's still reproducible. Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription

[Bug 228557] [NEW] GIF rendering not good

2008-05-09 Thread Bodo
Public bug reported: Binary package hint: pidgin I think that Pidgin's .gif rendering is broken.For example the :-@ (bla bla) and :-P (tongue) emoticons on the Yahoo protocol are not shown correctly(the first one moves too fast,the latter has pixels remaining in the second stage of the

[Bug 178815] Re: exmh sequences window stops working when empty

2008-01-04 Thread Bodo Bellut
Configuring the sequences window to always display a sequence (e.g. unseen) even when empty circumvents this problem. I believe the window always should react to button clicks as the current behaviour isn't very intuitive. -- exmh sequences window stops working when empty

[Bug 178814] Re: ntpd can't write drift file

2007-12-30 Thread Bodo Bellut
The problem was the old init script from openntpd which was run before the init script from ntp and got removed (but not purged) by the install of ntp. The openntpd script runs /usr/sbin/ntpd (which is the same location as in ntp) but without any parameter, causing ntpd to not run with the correct

[Bug 178814] ntpd can't write drift file

2007-12-26 Thread Bodo Bellut
Public bug reported: Binary package hint: ntp ntpd from package ntp-1:4.2.4p0+dfsg-1ubuntu2 fails to write its drift file. Log message is can't open /var/lib/ntp/ntp.drift.TEMP: Permission denied strace shows it's really trying to write the mentioned file and it's really getting a EPERM. ntpd

[Bug 178815] exmh sequences window stops working when empty

2007-12-26 Thread Bodo Bellut
Public bug reported: Binary package hint: exmh In 1:2.7.2-10 the exmh sequences window only works when there're messages displayed within. If the sequences window is empty all mouse clicks are ignored. This is a problem when one mouse button is configured to inc or compose as those should work

[Bug 177914] mplayer segv in gnome_screensaver_control()

2007-12-21 Thread Bodo Bellut
Public bug reported: Binary package hint: mplayer When mplayer encounters a D-Bus error while trying to disable the GNOME screensaver via gnome_screensaver_control() it crashes with a segmentation fault. There're two problems in gnome_screensaver_control(): * The return value of

[Bug 177925] j2re1.4-mozilla-plugin wrong symlink

2007-12-21 Thread Bodo Bellut
Public bug reported: Binary package hint: j2re1.4-mozilla-plugin j2re1.4-mozilla-plugin creates symlinks in /usr/lib/mozilla-firefox, should be in /usr/lib/firefox This is 1:0ubuntu6 from gutsy (amd64) ** Affects: meta-j2re1.4-mozilla (Ubuntu) Importance: Undecided Status: New

[Bug 51383] import rotates pics wo updating EXIF

2006-06-30 Thread Sven-Bodo
Public bug reported: Binary package hint: gthumb Ubuntu 6.06 LTS comes with gthumb 3:2.7.6-0ubuntu1. When importing pictures, the EXIF info is used to rotate the jpg images. This works fine. Unfortunately, the rotated pictures contain the original EXIF data including the original orientation