[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.
https://bugs.launchpad.net/bugs/1928031

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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. If there are 2 
messages to be read and the first one is a change, but the 2nd one isn't, the 
final return value will be False, because self.change_seqno is reset to 
initial_change_seqno (seqno from before the 1st message).

If run() only reads one message per call, it's fine. But if the loop
reads multiple, it may not.


[1] 
https://github.com/openvswitch/ovs/blob/cca40141a8250562156ae8628f5c73de3621303e/python/ovs/db/idl.py#L277

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928031

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 in Qt Creator 4.8.2 (and other 4.8.x) and it is
fixed in 4.9.0.

see https://bugreports.qt.io/browse/QTCREATORBUG-22028

Please package version 4.9.0 (or newer) for eoan.

package qtcreator 4.8.2-1ubuntu2
Ubuntu 19.10

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: qtcreator 4.8.2-1ubuntu2
ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
Uname: Linux 5.3.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb 12 18:48:25 2020
InstallationDate: Installed on 2019-07-25 (202 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
SourcePackage: qtcreator
UpgradeStatus: Upgraded to eoan on 2020-01-28 (15 days ago)

** Affects: qtcreator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863002

Title:
  Test Results show failed tests only when expanded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1863002/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  bpf_map_lookup_elem: BUG: unable to handle kernel paging request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 be a good idea.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763454

Title:
  bpf_map_lookup_elem: BUG: unable to handle kernel paging request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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"
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-xenial/+bug/1763352/+attachment/5118067/+files/bpf-fix1.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763352

Title:
  kernel panic in bpf_map_update_elem (with bcc tool ext4slower)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-xenial/+bug/1763352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 the BPF register R1 was broken. It's opcode 0x18 /
BPF_LD_IMM64. The lower part of the 64bit value is correctly loaded
(from the IMM value in that instruction). The following instruction
should be opcode 0 and IMM should be the higher 32 bits of the value.
But at the time the instruction is processed opcode is 0xBF and IMM=0.

actual:
- BPF_LD_IMM64 instruction: 0x18 0x01 0x00 0x00 0x00 0x1b 0xbf 0x38
- following instruction: 0xbf 0x00 0x00 0x00 0x00 0x00 0x00 0x00
expected:
- BPF_LD_IMM64 instruction: 0x18 0x01 0x00 0x00 0x00 0x1b 0xbf 0x38
- following instruction: 0x00 0x00 0x00 0x00 

In kernel/bpf/verifier.c the function replace_map_fd_with_map_ptr() prepares 
the IMM values of the instruction pair correctly.
But after setting up the map pointer the verifier continues. In do_check() the 
instructions that are part of accessed code are marked as "seen". After 
do_check() the function sanitize_dead_code() is run to turn "unseen" BPF 
instructions into NOPs. That's what happens with the 2nd half of the 
BPF_LD_IMM64! The part that carries the higher 32 bits of the value was not 
marked as "seen" and is consequently patched into a NOP which resets the higher 
32 bits of the map pointer to 0.

The change to sanitize the dead code was introduced in commit
68dd63b26223880d1b431b6bf54e45d93d04361a "bpf: fix branch pruning
logic".

The fix would be to add a line
env->insn_aux_data[insn_idx].seen = true;
in kernel/bpf/verifier.c (see below or in attached patch)

diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c
index 8a40719c6ae5..5cc8b3f406e5 100644
--- a/kernel/bpf/verifier.c
+++ b/kernel/bpf/verifier.c
@@ -2005,6 +2005,7 @@ process_bpf_exit:
return err;

insn_idx++;
+   env->insn_aux_data[insn_idx].seen = true;
} else {
verbose("invalid BPF_LD mode\n");
return -EINVAL;

** Patch added: "Patch for BPF verifier"
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-xenial/+bug/1763352/+attachment/5116970/+files/bpf-fix.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763352

Title:
  kernel panic in bpf_map_update_elem (with bcc tool ext4slower)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-xenial/+bug/1763352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (https://github.com/iovisor/bcc), packages: 
bcc-tools, libbcc, python-bcc, libbcc-examples; from repo.iovisor.org
* install kernel 4.4.0-119 (linux-image-4.4.0-119-generic 
linux-image-extra-4.4.0-119 linux-headers-4.4.0-119 
linux-headers-4.4.0-119-generic)
* reboot
* run ext4slower (sudo /usr/share/bcc/tools/ext4slower)
* system crashes

With kernel 4.4.0-116 ext4slower runs fine.

uname -a:
Linux  4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

BCC tools version: 0.5.0-1

Log of the kernel panic including backtrace:

[   59.635900] BUG: unable to handle kernel paging request at b98aa6a8
[   59.642345] IP: [] bpf_map_update_elem+0x6/0x20
[   59.645782] PGD 0
[   59.647150] Oops:  [#1] SMP
[   59.649808] Modules linked in: crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel ppdev aesni_intel aes_x86_64 lrw gf128mul glue_helper 
ablk_helper cryptd input_leds joydev serio_raw i2c_piix4 8250_fintek parport_pc 
parport mac_hid autofs4 hid_generic usbhid hid ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops psmouse drm pata_acpi floppy
[   59.672373] CPU: 0 PID: 1 Comm: systemd Not tainted 4.4.0-119-generic 
#143-Ubuntu
[   59.676407] Hardware name: OpenStack Foundation OpenStack Nova, BIOS 
1.10.2-2 04/01/2014
[   59.680079] task: 88013a49 ti: 88013a48c000 task.ti: 
88013a48c000
[   59.684124] RIP: 0010:[]  [] 
bpf_map_update_elem+0x6/0x20
[   59.689097] RSP: 0018:88013a48f980  EFLAGS: 00010086
[   59.691618] RAX: 8117cd90 RBX: c9818170 RCX: 
[   59.695739] RDX: 88013a48fbd0 RSI: 88013a48fbe8 RDI: b98aa680
[   59.699444] RBP: 88013a48fc08 R08: 880138d6b180 R09: 0800
[   59.703264] R10: 88013a49 R11: 0246 R12: 
[   59.707164] R13: 8800ba0f4400 R14: 88013fc10020 R15: 88013a48fd58
[   59.72] FS:  7f4039da58c0() GS:88013fc0() 
knlGS:
[   59.715861] CS:  0010 DS:  ES:  CR0: 80050033
[   59.719025] CR2: b98aa6a8 CR3: bb65e000 CR4: 00160670
[   59.722937] DR0:  DR1:  DR2: 
[   59.727210] DR3:  DR6: fffe0ff0 DR7: 0400
[   59.731074] Stack:
[   59.732149]  88013a48fc08 81177411 88013fc20500 

[   59.735760]  b98aa680 88013a48fbe8 88013a48fbd0 

[   59.740058]  880138d6b180 88013a48fe58 8800bb5ab000 

[   59.744100] Call Trace:
[   59.745434]  [] ? __bpf_prog_run+0x7a1/0x1360
[   59.748289]  [] ? update_curr+0x79/0x170
[   59.751044]  [] ? vp_notify+0x16/0x20
[   59.753601]  [] ? dequeue_entity+0x41b/0xa80
[   59.756354]  [] ? update_load_avg+0x219/0x7d0
[   59.759171]  [] ? set_next_entity+0x9c/0xb0
[   59.761890]  [] ? __switch_to+0x1dc/0x5c0
[   59.764667]  [] ? __schedule+0x341/0x7f0
[   59.767155]  [] ? blk_mq_flush_plug_list+0x128/0x150
[   59.770253]  [] ? bit_wait+0x60/0x60
[   59.772782]  [] trace_call_bpf+0x37/0x50
[   59.775336]  [] kprobe_perf_func+0x37/0x250
[   59.778264]  [] ? ktime_get+0x3e/0xb0
[   59.780724]  [] ? delayacct_end+0x56/0x60
[   59.783589]  [] kprobe_dispatcher+0x31/0x50
[   59.786490]  [] aggr_pre_handler+0x45/0x80
[   59.789534]  [] ? generic_file_read_iter+0x1/0x690
[   59.792407]  [] kprobe_ftrace_handler+0xb6/0x120
[   59.795329]  [] ? generic_file_read_iter+0x5/0x690
[   59.798453]  [] ftrace_ops_recurs_func+0x58/0xb0
[   59.801948]  [] 0xc00180d5
[   59.804357]  [] ? filemap_write_and_wait_range+0x70/0x70
[   59.808022]  [] ? generic_file_read_iter+0x1/0x690
[   59.811225]  [] generic_file_read_iter+0x5/0x690
[   59.814332]  [] new_sync_read+0x9e/0xe0
[   59.817079]  [] ? generic_file_read_iter+0x5/0x690
[   59.820120]  [] ? kretprobe_trampoline_holder+0x9/0x9
[   59.825007]  [] __vfs_read+0x29/0x40
[   59.827528]  [] vfs_read+0x86/0x130
[   59.829931]  [] SyS_read+0x55/0xc0
[   59.832277]  [] entry_SYSCALL_64_fastpath+0x1c/0xbb
[   59.835220] Code: f0 ff 0f 1f 00 0f 1f 44 00 00 55 48 8b 47 28 48 89 e5 48 
8b 40 18 e8 8a 83 6d 00 5d c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 <48> 8b 
47 28 48 89 e5 48 8b 40 20 e8 6a 83 6d 00 48 98 5d c3 66
[   59.848944] RIP  [] bpf_map_update_elem+0x6/0x20
[   59.851995]  RSP 
[   59.853771] CR2: b98aa6a8
[   59.855364] ---[ end trace a90b99e65b1f34d9 ]---
[   59.867439] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x0009
[   59.867439]
[   59.872906] Kernel Offset: disabled
[   59.874834] ---[ end Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x0009
[  

[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:
https://bugs.launchpad.net/ubuntu/+bug/1464064/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 
'GTK_IS_WIDGET (tab_label)' failed
Nautilus-Share-Message: Called "net usershare info" but it failed: »net 
usershare« gab den Fehler 255 zurück: mkdir failed on directory 
/var/run/samba/msg.lock: Keine Berechtigung
net usershare: cannot open usershare directory /var/lib/samba/usershares. Error 
Datei oder Verzeichnis nicht gefunden
Please ask your system administrator to enable user sharing.


(nautilus:9986): Gdk-ERROR **: The program 'nautilus' received an X Window 
System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 41288 error_code 3 request_code 141 (Composite) minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)
---
It is a fresh Ubuntu 16.04.2 install with nautilus 3.18.5 installed from 
launchpad in the hope the crashes from nautilus 3.18.3 will disappear.
It seems nautilus relies on the samba package but did not install it.

~$ lsb_release -rd
Description:Ubuntu 16.04.3 LTS
Release:16.04

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1708661

Title:
  Nautilus 3.18.5 crashes when dragging icons on the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1708661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 ebay's site. And 
in this case it refuses to run because it cannot parse ebay's pages to find 
the data required to continue.

As you can see, esniper prepares a bug report. Before suggesting to
report the bug, it checks if a newer version has been released on
sf.net. If yes, it suggests to try the new version, because the
incompatibility might already be fixed. But if you really want you can
submit the bug report anyway.

I think we will rephrase the message to make it more clear.

(I'm the current maintainer on sf.net and I found this bug report
accidentally.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511855

Title:
  Program checks for updated version and refuses to run when there is
  one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/esniper/+bug/511855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
earlier Kernel updates produced messages to that extent and showed no error 
messages.

I can't tell whether this is a regression of the same bug or a new bug
with just the same symptoms.

-- 
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 Not Installed on Xubuntu and Lubuntu 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1209111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (German layout), but still English/US in
Xfce.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249420

Title:
  Keyboard layout set in the installation is not there in the installed
  version

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1249420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Not Installed on Xubuntu and Lubuntu 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1209111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 be compiler dependent. It does not occurr with gcc-4.8.1.
Of course fixing #420918 would make this bug obsolete.


** Attachment added: Simple bug demonstration
   
https://bugs.launchpad.net/ubuntu/+source/isdnutils/+bug/522699/+attachment/3916676/+files/printerror.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/522699

Title:
  asterisk 1.6 crash at incoming isdn call on 64 bit system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isdnutils/+bug/522699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 the above name.

Ubuntu 11.10
Kernel 3.0.0.23
palimpsest 3.0.2

WM_CLASS(STRING) = palimpsest, Palimpsest

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-disk-utility 3.0.2-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-23.38-generic 3.0.36
Uname: Linux 3.0.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jul 24 18:01:29 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/palimpsest
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-disk-utility
UpgradeStatus: Upgraded to oneiric on 2012-05-25 (60 days ago)

** Affects: gnome-disk-utility (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi oneiric running-unity

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1028531/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1028531/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 partitions with arbitrary characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1028531/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 3.2.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-22.36-generic 3.0.33
Uname: Linux 3.0.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Jul  8 18:17:49 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/brasero
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: Upgraded to oneiric on 2012-05-25 (44 days ago)

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi oneiric running-unity

-- 
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 when I try to upload a specific image as
  cover back side image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1022316/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1022316

Title:
  Brasero terminates silently when I try to upload a specific image as
  cover back side image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1022316/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 when I try to upload a specific image as
  cover back side image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1022316/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 3.0.0-22.36-generic 3.0.33
Uname: Linux 3.0.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Jul  8 19:54:25 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/brasero
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: Upgraded to oneiric on 2012-05-25 (44 days ago)

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi oneiric running-unity

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1022345/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1022345/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/519749/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nufw/+bug/882448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 code (1)

SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 615, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/ubuntu.py, line 37, in add_info
check_attachment_for_errors(report, log)
  File /usr/share/apport/general-hooks/ubuntu.py, line 137, in 
check_attachment_for_errors
if attachment in report and re.search(grub_error, report[attachment], 
re.MULTILINE):
  File /usr/lib/python2.7/re.py, line 142, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or buffer

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: nuauth-log-pgsql 2.4.3-2.1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Thu Oct 27 11:12:21 2011
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427)
SourcePackage: nufw
Title: package nuauth-log-pgsql 2.4.3-2.1 failed to install/upgrade: 
ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to oneiric on 2011-10-27 (0 days ago)

** Affects: nufw (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 oneiric

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nufw/+bug/882448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/529510/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 checks the
access control being used by the server and rejects incoming sends
unless (a) xhost-style access control is enabled (i.e. only certain
hosts can establish connections) and (b) the list of enabled hosts is
empty. This means that applications cannot connect to your server unless
they use some other form of authorization such as that provide by
xauth.

So this bug is still valid as for some reasons there are entried added
into the XHOST list which aren't necessary in any way, in fact, all
systems I'm using run fine with an empty XHOST list since XAUTH has been
invented some ten years ago.

** Changed in: xorg (Ubuntu)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/430697

Title:
  exmh-bg dying, becoming a zombie

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exmh/+bug/430697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
 amavisd-new-postfix: Configure
 abuse: Configure
 abuse-frabs: Configure
Architecture: i386
Date: Sat Jul  2 08:05:53 2011
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: amavisd-new
Title: 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
UpgradeStatus: Upgraded to natty on 2011-06-12 (19 days ago)

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty unity-2d

-- 
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 restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/804636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/804636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
 qbittorrent: Remove
 libtorrent-rasterbar6: Remove
 libboost-thread1.42.0: Remove
 amavisd-new-postfix: Configure
Architecture: i386
Date: Wed Jun 22 21:16:47 2011
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: amavisd-new
Title: 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
UpgradeStatus: Upgraded to natty on 2011-06-12 (10 days ago)

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty unity-2d

-- 
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 post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/800833/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/800833/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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:
 qbittorrent: Remove
 libtorrent-rasterbar6: Remove
 libboost-thread1.42.0: Remove
 amavisd-new-postfix: Configure
Architecture: i386
Date: Wed Jun 22 21:16:47 2011
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: amavisd-new
Title: 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
UpgradeStatus: Upgraded to natty on 2011-06-12 (10 days ago)

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty unity-2d

-- 
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 restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/800833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/800833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 still get notified when he uses
alarms with his appointments.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Tue Jun  7 11:35:38 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: Upgraded to natty on 2011-05-03 (34 days ago)

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi natty

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 info: i...@0.0
   logical name: /dev/hda
   capacity: 25GiB (27GB)
  *-cdrom
   product: MATSHITAPD-2 LF-D110
   physical id: 0
   bus info: i...@1.0
   logical name: /dev/hdc
   capabilities: packet
  *-floppy
   product: IOMEGA ZIP 100 ATAPI
   physical id: 1
   bus info: i...@1.1
   logical name: /dev/hdd

Another feature is:
When I'm logged in, it's difficult to insert a cd/dvd into the drive, because 
the door will be closed immediately,
when I press the push-button to open the door (less 1 sec).
Before I log in, the door stays open as long I press the eject-button again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/590448

Title:
  CD/DVD change not recognized

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-06-25 Thread Bodo Meissner
Giuseppe Sacco  wrote:
 it seems the problem is in ghostscript and has been fixed upstream.

That's a matter of opinion.

HylaFAX relies on Ghostscript having a default MaxStripSize that is
large enough. The default that used to be 0 (unlimited) was changed to a
small value that broke HylaFAX. In a recent version the default has been
changed again to a value that seems to be big enough. Who knows what
might get changed in future versions of Ghostscript.

I think it's a good idea to make HylaFAX more robust by explicitly
specifying parameters for Ghostscript and maybe checking the resulting
TIFF file.

In the HylaFAX mailing list a message was posted with a link to a
version that checks the TIFF file created by Ghostscript and modifies it
if necessary. IIRC this patch is included in HylaFAX+. The scripts in
HylaFAX+ may be different from HylaFAX, but it should be possible to
copy 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 at 0xcc00, irq 23'
   Mixer name   : 'Asahi Kasei AK4531'
   Components   : 'AK4531'
   Controls  : 43
   Simple ctrls  : 15
Card1.Amixer.info:
 Card hw:1 'Intel'/'HDA Intel at 0xffaf8000 irq 22'
   Mixer name   : 'Analog Devices AD1988B'
   Components   : 'HDA:11d4198b,1043822d,00100400'
   Controls  : 48
   Simple ctrls  : 26
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xff6ec000 irq 17'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
CurrentDmesg:
 
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=e70e0d86-0d03-4a24-87ea-4d059c8bc9ff
MachineType: System manufacturer System Product Name
NonfreeKernelModules: fglrx
Package: linux (not installed)
ProcCmdLine: root=/dev/mapper/sakura-root ro quiet
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-20-generic N/A
 linux-firmware 1.26
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Uname: Linux 2.6.31-20-generic x86_64
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
sambashare scard video
WifiSyslog:
 
WpaSupplicantLog:
 
dmi.bios.date: 07/13/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0705
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5B-Premium
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0705:bd07/13/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

-- 
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/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-04-26 Thread Bodo Bellut
Hi,

yes, it's still an issue, I can't, unfortunately, test other
distributions or kernels as this is a production system I can't
interrupt for tests easily. I can, however, test various settinsg as
long as I don't have to reboot the system.

I might be convinced to upgrade to 10.04 once it's 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/mailman/listinfo/ubuntu-bugs


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

2010-04-18 Thread Bodo Linger
Public bug reported:

Binary package hint: ipplan

lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

apt-cache policy ipplan
ipplan:
  Installed: 4.92-1
  Candidate: 4.92-1
  Version table:
 *** 4.92-1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

I have installed ipplan using aptitude --with-recommends install ipplan
I have uncommented the two aliases as indicated in README.Debian then restarted 
apache
then I have accessd the web site,:Result:
--
If you see this message, submit a detailed bug report on Sourceforge including 
the message below, the database platform used and the steps to perform to 
recreate the problem.

PHP 5.3.2-1ubuntu4 (Linux)
Unknown error type: [8192] Function set_magic_quotes_runtime() is deprecated 
Line: 57 File: /usr/share/ipplan/ipplanlib.php
Problem with database permission or database tables - have installation 
instructions been followed?

Could not connect to database
--

Checking the PHP manual indicates that the function
set_magic_quotes_runtime is deprecaed in PHP 5.3, wich is
automatically 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 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/mailman/listinfo/ubuntu-bugs


[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
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/mailman/listinfo/ubuntu-bugs


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

2010-02-28 Thread Bodo Bellut
Public bug reported:

Hi,

my setup is like this:

4 SATA disks are configured as a software RAID5, the complete RAID is encrypted 
using LUKS and inside this LUKS containers is one volume group with several LVs.
There's also one eSATA disk using LUKS but no RAID or LVM.

When writing to the eSATA disk everything works smoothly.

When reading from the RAID everything works smoothly.

But when writing larger amounts of data (e.g. an rsync running over a
100 MBit/s network link) to the RAID I see kcryptd going into
uninterruptible sleep (D) state and consuming 100% CPU load (IO wait).
If I don't stop the data the system crashes soon after, last overall
system load displayed is about 8 (normal idle load is 0.2 on this
system).

When I'm using GRML 2009.10 in the same system I can write with full
speed to the RAID, tested from the eSATA disk.

I've tried renicing kblockd and kcryptd to 15 according to https://lists
.linux-foundation.org/pipermail/bugme-new/2007-June/016431.html which
somewhat seems to lessen the impact, at least I have the chance to stop
the data coming in before the system crashes this way.

There's nothing in dmesg whatsoever.

$ uname -a
Linux sakura 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 
x86_64 GNU/Linux

$ cat /proc/version_signature 
Ubuntu 2.6.31-19.56-generic

$ apt-cache policy linux
linux:
  Installed: (none)
  Candidate: 2.6.31.19.32
  Version table:
 2.6.31.19.32 0
500 http://de.archive.ubuntu.com karmic-updates/main Packages
500 http://security.ubuntu.com karmic-security/main Packages
 2.6.31.14.27 0
500 http://de.archive.ubuntu.com karmic/main Packages

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:   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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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/mailman/listinfo/ubuntu-bugs


[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 wrong result).

If I untar openssl-0.9.8i.tar and run

./config shared; make; make install

export LD_LIBRARY_PATH=/usr/local/ssl/lib
./rsatest

succeeds. Doing the same with openssl-0.9.8g still results again an
error.

** Affects: openssl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 clients can connect
SI:localuser:bodo
SI:localuser:gdm
SI:localuser:root

These entries are added by /etc/X11/Xsession.d/60x11-common_localhost
contained in x11-common.

b...@sakura:~$ apt-cache policy x11-common
x11-common:
  Installed: 1:7.4+3ubuntu10
  Candidate: 1:7.4+3ubuntu10
  Version table:
 *** 1:7.4+3ubuntu10 0
500 http://de.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 1:7.4+3ubuntu7 0
500 http://de.archive.ubuntu.com karmic/main Packages

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
file:///storage/Music/Green%20Day/Dookie/10-When%20I%20Come%20Around.mp3
(00:58:03) [0x1334040] [LocalCoverArtSearch._enum_dir_cb] 
/usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py:116: okay, 
done; got 0 files
(00:58:03) [0x1334040] [EmbeddedCoverArtSearch.search] 
/usr/lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py:164: not 
checking for embedded cover art in playing entry
(00:58:03) [0x1334040] [DiscogsCoverArtSearch.search] 
/usr/lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.py:493: searching 
for (Green Day, Dookie)
(00:58:04) [0x1334040] [DiscogsCoverArtSearch.__search_cb] 
/usr/lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.py:216: search 
returned nothing
(00:58:04) [0x1334040] [CoverArtDatabase.image_search] 
/usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py:488: didn't find 
image for 
file:///storage/Music/Green%20Day/Dookie/10-When%20I%20Come%20Around.mp3

Please note the search returned nothing message. But when I open the
search URL manually:

http://www.discogs.com/search?type=allf=xmlq=Green%20Day%20Dookieapi_key=45be40f6dd

it displays 20 matches.

b...@sakura:~$ apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.12.5-0ubuntu5.1
  Candidate: 0.12.5-0ubuntu5.1
  Version table:
 *** 0.12.5-0ubuntu5.1 0
500 http://de.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 0.12.5-0ubuntu4 0
500 http://de.archive.ubuntu.com karmic/main Packages

b...@sakura:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:   karmic

b...@sakura:~$ uname -a
Linux sakura 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 
x86_64 GNU/Linux

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cover art search fails
https://bugs.launchpad.net/bugs/507731
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/mailman/listinfo/ubuntu-bugs


[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 is gone
- disable either TMP or ubufox and restart FF
- at this point, ABP icon is displayed again

Adblock Plus 1.1.2
Tab Mix Plus 0.3.8.2

b...@sakura:~$ apt-cache policy firefox-3.5 ubufox
firefox-3.5:
  Installed: 3.5.5+nobinonly-0ubuntu0.9.10.1
  Candidate: 3.5.5+nobinonly-0ubuntu0.9.10.1
  Version table:
 *** 3.5.5+nobinonly-0ubuntu0.9.10.1 0
500 http://de.archive.ubuntu.com karmic-updates/main Packages
500 http://security.ubuntu.com karmic-security/main Packages
100 /var/lib/dpkg/status
 3.5.3+build1+nobinonly-0ubuntu6 0
500 http://de.archive.ubuntu.com karmic/main Packages
ubufox:
  Installed: 0.8-0ubuntu1
  Candidate: 0.8-0ubuntu1
  Version table:
 *** 0.8-0ubuntu1 0
500 http://de.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

-- 
Firefox only shows default icons in  toolbars with tabmixplus and ubufox 
installed
https://bugs.launchpad.net/bugs/281348
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/mailman/listinfo/ubuntu-bugs


[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 Packages
100 /var/lib/dpkg/status

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Jaunty with all updates installed.

b...@sakura:~$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

b...@sakura:~$ apt-cache policy exmh
exmh:
  Installed: 1:2.7.2-16
  Candidate: 1:2.7.2-16
  Version table:
 *** 1:2.7.2-16 0
500 http://de.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status

** Affects: exmh (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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   http://launchpadlibrarian.net/29625976/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/29625989/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/29625991/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/29625993/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/29625994/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/29625995/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/29625997/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/29625998/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/29625999/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/29626000/xkbcomp.txt

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 2:2.7.1-0ubuntu1~xup~1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-12-netbook-eeepc (r...@adamm-laptop) (gcc 
version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #43 SMP Mon Apr 27 16:06:05 MDT 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-12-netbook-eeepc i686
UnreportableReason: This is not a genuine Ubuntu package

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 zurück
Package: ubuntu-docs 9.04.6
PackageArchitecture: all
SourcePackage: ubuntu-docs
Title: package ubuntu-docs 9.04.6 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 2 zurück
Uname: Linux 2.6.28-11-generic i686

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
autoupdate failed
https://bugs.launchpad.net/bugs/353279
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/mailman/listinfo/ubuntu-bugs

[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

-- 
autoupdate failed
https://bugs.launchpad.net/bugs/353279
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/mailman/listinfo/ubuntu-bugs


[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 (9.04.7) ...

-- 
package ubuntu-docs 9.04.6 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/353117
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/mailman/listinfo/ubuntu-bugs

[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
+++-==-==-
ii  exmh   1:2.7.2-12 extensible X user interface for MH mail

-- 
exmh sequences window stops working when empty
https://bugs.launchpad.net/bugs/178815
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/mailman/listinfo/ubuntu-bugs


[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 animation)

The .gif's that I used for my theme are from
http://messenger.yahoo.com/emoticons.php and they show perfectly in
Mozilla Firefox.

i am using Ubuntu 8.04 and Pidgin 2.4.1

Thanks for the greatest IM App available in the Free World ;-)

** Affects: pidgin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
GIF rendering not good
https://bugs.launchpad.net/bugs/228557
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/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/178815
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 user/group.

There's a matching Debian bug here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423595

-- 
ntpd can't write drift file
https://bugs.launchpad.net/bugs/178814
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is running as root, /var/lib/ntp is owned
and writeable by ntp:ntp, changing the permissions to group-writeable
doesn't help.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ntpd can't write drift file
https://bugs.launchpad.net/bugs/178814
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 even when there's no unread messages waiting.

** Affects: exmh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
exmh sequences window stops working when empty
https://bugs.launchpad.net/bugs/178815
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 dbus_g_proxy_new_for_name() isn't checked for errors
* The calling parameter to mp_msg() are reversed in a couple of places, the 
third parameter must be the message, not the name of the function.

This is mplayer 2:1.0~rc2-0ubuntu1~gutsy1 from gutsy-backports

** Affects: mplayer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mplayer segv in gnome_screensaver_control()
https://bugs.launchpad.net/bugs/177914
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

-- 
j2re1.4-mozilla-plugin wrong symlink
https://bugs.launchpad.net/bugs/177925
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
info. Opening these files with an EXIF capable viewer results in 
wrong orientation of all rotated pictures.

** Affects: gthumb (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
import rotates pics wo updating EXIF
https://launchpad.net/bugs/51383

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs