[Bug 774852] [NEW] Postfix 'local' crashes

2011-05-01 Thread Albrecht Dreß
Public bug reported: Binary package hint: postfix Ubuntu version: Ubuntu 11.04 Package version: postfix 2.8.2-1ubuntu1 System: PowerMac G4 Silver After an update of my box from 10.10 to 11.04, the 'local' delivery agent of Postfix stopped working. I added verbose debugging for it in

[Bug 774852] Re: Postfix 'local' crashes

2011-05-07 Thread Albrecht Dreß
apport information ** Tags added: apport-collected natty ** Description changed: Binary package hint: postfix Ubuntu version: Ubuntu 11.04 Package version: postfix 2.8.2-1ubuntu1 System: PowerMac G4 Silver After an update of my box from 10.10 to 11.04, the 'local' delivery

[Bug 774852] Re: Postfix 'local' crashes

2011-05-07 Thread Albrecht Dreß
Hi Clint: Asking Google about this issue, I found some complaints from Gentoo users related to glibc 2.13 and pre-linking [1]. However, the prelink package is not installed on my box, and installing it doesn't change anything. It might have been a build issue, though. An other source might be

[Bug 774852] Re: Postfix 'local' crashes

2011-05-08 Thread Albrecht Dreß
I re-compiled the package with some extra information (added strerror(errno) at varoius places). The reason for the failing 'local' process is in src/util/open_limit.c, where the call to getrlimit (yes, *not* setrlimit!) fails with EPERM. That's really strange! BTW, I don't have SElinux

[Bug 774852] Re: Postfix 'local' crashes

2011-05-15 Thread Albrecht Dreß
Side note: the following code runs fine on my box: code #include sys/resource.h #include stdio.h int main(int argc, char **argv) { struct rlimit rl; int result; result = getrlimit(RLIMIT_NOFILE, rl); printf(%d - %d %d\n, result, (int) rl.rlim_cur, (int) rl.rlim_max);

[Bug 774852] Re: Postfix 'local' crashes

2011-05-26 Thread Albrecht Dreß
Hi Serge: Thanks a lot for your comment - the getrlimit() behaviour is indeed puzzling! Having a closer look at my system, I believe I found the reason, though. The Ubuntu upgrade from 10.10 to 11.04 failed to change the bootloader config (yaboot on Mac's) to boot the kernel coming with the new

[Bug 192385] [NEW] SCSI error on Fibre Channel LTO access

2008-02-16 Thread Albrecht Dreß
Public bug reported: Binary package hint: linux-image-2.6.22-14-server When trying to access a LTO-3 drive attached to a Emulex Corporation Zephyr-X LightPulse Fibre Channel Host Adapter via the lpfc kernel module, I get SCSI sense key errors. It is easy to reproduce them by e.g. running

[Bug 192385] Re: SCSI error on Fibre Channel LTO access

2008-03-06 Thread Albrecht Dreß
Unfortunately testing is not so easy, as the box is a production server... I will see if I can arrange for that during a maintenance downtime. As I had to get the system (in particular the backups) running, I decided shortly after submitting this bug report to build a kernel myself. I now run

[Bug 240194] [NEW] Cannot install SELinux on Hardy/PPC

2008-06-15 Thread Albrecht Dreß
Public bug reported: I cannot install selinux for Hardy on my PowerMac: snip [EMAIL PROTECTED]:~# aptitude install selinux Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done

[Bug 466670] Re: No video output after update

2009-10-31 Thread Albrecht Dreß
Note: The X logs attached automagically to this bug are *not* those from the broken driver, but for the working one. Please send me a message if you would like to have the X log from the broken drivers. -- No video output after update https://bugs.launchpad.net/bugs/466670 You received this bug

[Bug 466670] Re: No video output after update

2009-10-31 Thread Albrecht Dreß
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/34776745/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/34776746/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34776747/Dependencies.txt **

[Bug 466670] [NEW] No video output after update

2009-10-31 Thread Albrecht Dreß
Public bug reported: Binary package hint: xserver-xorg-video-ati System: PowerMac G4/800 Quicksilver, ATI Radeon RV200 QW, Format 17 TFT After the update from 9.04 to 9.10, X did not come up any more. Instead of the X screen, the TFT showed single pixels, sometimes a blue line, and a greenish

[Bug 466691] [NEW] Hinting/Antialiasing broken after 9.04-9.10 update

2009-10-31 Thread Albrecht Dreß
Public bug reported: Binary package hint: fontconfig The update 9.04 - 9.10 broke the hinting/rendering of the X desktop fonts on my box (see screenshot). As it influences ttf only (xterm w/ a bitmap font still looks as usual), I guess it's a fontconfig bug. The only option to get a usable

[Bug 466691] Re: Hinting/Antialiasing broken after 9.04-9.10 update

2009-10-31 Thread Albrecht Dreß
** Attachment added: Screen Shot of broken aliasing http://launchpadlibrarian.net/34778403/Broken-Fonts.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34778404/Dependencies.txt ** Attachment added: XsessionErrors.txt

[Bug 365763] Re: OpenOffice programs exit at launch

2009-06-08 Thread Albrecht Dreß
Mac4Lin: see http://sourceforge.net/project/showfiles.php?group_id=204373. It contains Mac4Lin_v1.0_RC1/Fonts/fonts.tar.gz, which tun turn contains the offending file (Aquabase-spanish-support.ttf). -- OpenOffice programs exit at launch https://bugs.launchpad.net/bugs/365763 You received this

[Bug 365763] Re: OpenOffice programs exit at launch

2009-05-30 Thread Albrecht Dreß
I had the same symptoms on Jaunty/PowerPC after I installed the Mac4Lin package. The relevant statements in strace are apparently [pid 8713] access(/home/albrecht/.fonts/Aquabase-spanish-support.ttf, R_OK) = 0 [pid 8713] open(/home/albrecht/.fonts/Aquabase-spanish-support.ttf, O_RDONLY) = 27

[Bug 774852] [NEW] Postfix 'local' crashes

2011-05-01 Thread Albrecht Dreß
Public bug reported: Binary package hint: postfix Ubuntu version: Ubuntu 11.04 Package version: postfix 2.8.2-1ubuntu1 System: PowerMac G4 Silver After an update of my box from 10.10 to 11.04, the 'local' delivery agent of Postfix stopped working. I added verbose debugging for it in

[Bug 778660] Re: banshee crashes on startup

2011-05-08 Thread Albrecht Dreß
As this issue looks like a build error, I tried to re-build the package myself. However, running LC_ALL=C LANG=C sudo dpkg-buildpackage on the sources linked from http://packages.ubuntu.com/natty/banshee fails with dpkg-shlibdeps: error: no dependency information found for

[Bug 774852] Re: Postfix 'local' crashes

2011-05-08 Thread Albrecht Dreß
I re-compiled the package with some extra information (added strerror(errno) at varoius places). The reason for the failing 'local' process is in src/util/open_limit.c, where the call to getrlimit (yes, *not* setrlimit!) fails with EPERM. That's really strange! BTW, I don't have SElinux

[Bug 778660] [NEW] banshee crashes on startup

2011-05-06 Thread Albrecht Dreß
Public bug reported: Binary package hint: banshee Ubuntu version: Ubuntu 11.04 Package version: banshee 2.0.0-2ubuntu1 System: PowerMac G4 Silver banshee reproducibly crashes on startup: albrecht@antares:~$ banshee [Info 19:49:41.994] Running Banshee 2.0.0: [Ubuntu Natty (development branch)

[Bug 774852] Re: Postfix 'local' crashes

2011-05-07 Thread Albrecht Dreß
apport information ** Tags added: apport-collected natty ** Description changed: Binary package hint: postfix Ubuntu version: Ubuntu 11.04 Package version: postfix 2.8.2-1ubuntu1 System: PowerMac G4 Silver After an update of my box from 10.10 to 11.04, the 'local' delivery

[Bug 774852] Re: Postfix 'local' crashes

2011-05-07 Thread Albrecht Dreß
Hi Clint: Asking Google about this issue, I found some complaints from Gentoo users related to glibc 2.13 and pre-linking [1]. However, the prelink package is not installed on my box, and installing it doesn't change anything. It might have been a build issue, though. An other source might be

[Bug 376946] [NEW] Kernel Panic in Interrupt Handler on 8.04LTS/x86_64

2009-05-15 Thread Albrecht Dreß
Public bug reported: I got a Kernel Panic on my Xeon box running Ubuntu 8.04 LTS/x86_64 in an interrupt handler. The information from /var/log/syslog reads snip kernel: [6662466.594729] general protection fault: [2] SMP kernel: [6662466.594764] CPU 2 kernel: [6662466.594786] Modules

[Bug 774852] Re: Postfix 'local' crashes

2011-05-15 Thread Albrecht Dreß
Side note: the following code runs fine on my box: code #include sys/resource.h #include stdio.h int main(int argc, char **argv) { struct rlimit rl; int result; result = getrlimit(RLIMIT_NOFILE, rl); printf(%d - %d %d\n, result, (int) rl.rlim_cur, (int) rl.rlim_max);

[Bug 783020] [NEW] valgrind always crashes w/ segfault

2011-05-15 Thread Albrecht Dreß
Public bug reported: Binary package hint: valgrind On PPC/32, valgrind always crashes with a segfault on startup. The hardware is - machine: PowerPC G4 Silver - cpu PPC 7450/800 MHz - compiler gcc-4.5.2 (4.5.2-8ubuntu4) - libc glibc-2.13-1 (2.13-0ubuntu13) Please see

[Bug 774852] Re: Postfix 'local' crashes

2011-05-26 Thread Albrecht Dreß
Hi Serge: Thanks a lot for your comment - the getrlimit() behaviour is indeed puzzling! Having a closer look at my system, I believe I found the reason, though. The Ubuntu upgrade from 10.10 to 11.04 failed to change the bootloader config (yaboot on Mac's) to boot the kernel coming with the new

[Bug 663384] Re: GSettings bug on PowerPC

2010-10-23 Thread Albrecht Dreß
I pulled the latest glib tree from git, installed it over the Ubuntu package (i.e. with prefix=/usr), and recompiled the schemas (sudo glib- compile-schemas /usr/share/glib-2.0/schemas). Now evince and all other applications like gcalctool which crashed with a similar error run again as expected.

[Bug 663384] [NEW] GSettings bug on PowerPC

2010-10-19 Thread Albrecht Dreß
Public bug reported: Binary package hint: libglib2.0-0 System: PowerMac G4/800 Silver Ubuntu: v. 10.10, installed via do-release-upgrade over 10.04 The libglib2.0-0 package shipping with Ubuntu 10.10 (2.26.0-0ubuntu1) seems to suffer from Gnome bug #630968 (see

[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-10-19 Thread Albrecht Dreß
I can confirm the issue on my Powermac G4/800 Silver, with the latest 10.10 updates installed a few minutes ago. It is not bound to any pdf document; just running evince from a terminal triggers the crash. -- glib-compile-schemas fails if override files refer to non-installed schemas

[Bug 663384] Re: GSettings bug on PowerPC

2011-01-27 Thread Albrecht Dreß
I installed a self-compiled 2.26.1 release on my PowerPC over the original deb package, and the issue is completely gone. The original package still has the issue. Sorry, I've no idea how to test the 'proposed' package, but I'm pretty sure that updating to 2.26.1 will solve the problem. Best,

[Bug 560140] [NEW] Crashes with SIGILL on startup

2010-04-10 Thread Albrecht Dreß
Public bug reported: Binary package hint: valgrind Machine: Powermac G4 Silver, PowerPC 7450/800 System: Lucid beta Valgrind starts immediately on startup. Running in gdb gives the following information: albre...@antares:~$ gdb /usr/bin/valgrind.bin GNU gdb (GDB) 7.1-ubuntu Copyright (C)

[Bug 560140] Re: Crashes with SIGILL on startup

2010-04-10 Thread Albrecht Dreß
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43698994/Dependencies.txt -- Crashes with SIGILL on startup https://bugs.launchpad.net/bugs/560140 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 560140] Re: Crashes with SIGILL on startup

2010-04-10 Thread Albrecht Dreß
Valgrind starts immediately on startup. Ummm - this should read: Valgrind *crashes* immediately on startup. -- Crashes with SIGILL on startup https://bugs.launchpad.net/bugs/560140 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 564263] Re: No resource agents found error when starting for the first time

2010-05-05 Thread Albrecht Dreß
I am also hit by this bug, but in a slightly different configuration. Everything ran fine on a Ubuntu (not kubuntu) karmic with the kontact deb's from deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu karmic main, with a Kolab 2.2.3 server. After the upgrade to Lucid, I see exactly the

[Bug 588620] Re: Xorg crash in mid-air

2010-07-09 Thread Albrecht Dreß
Any news about this issue? During a usual 8-hour work day, I typically have between one and three crashes, destroying all work, which makes the system basically unusable for serious work. Thus, *any* help would be appreciated! Thanks, Albrecht. -- Xorg crash in mid-air

[Bug 588620] [NEW] Xorg crash in mid-air

2010-06-02 Thread Albrecht Dreß
Public bug reported: Binary package hint: xorg XOrg in Lucid crashes for no apparent reason in mid-air. I noticed this when working with different apps, including Eclipse, Kontact or Firefox, but I also had it when the box was purely idle. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package:

[Bug 588620] Re: Xorg crash in mid-air

2010-06-02 Thread Albrecht Dreß
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/49543480/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/49543481/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49543482/Dependencies.txt **

[Bug 588620] Re: Xorg crash in mid-air

2010-06-02 Thread Albrecht Dreß
Note: Xorg's crash report is in http://launchpadlibrarian.net/49543495/XorgLogOld.txt... -- Xorg crash in mid-air https://bugs.launchpad.net/bugs/588620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 466670] Re: No video output after update

2010-04-05 Thread Albrecht Dreß
Updated to Lucid beta, and the bug is still there. -- No video output after update https://bugs.launchpad.net/bugs/466670 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 376946] Re: Kernel Panic in Interrupt Handler on 8.04LTS/x86_64

2010-03-15 Thread Albrecht Dreß
Hi Jeremy: Thanks a lot for your feedback. Actually, when I reported the bug, I had a crash of my server system about once a week, always somehow related (IIRC) to sock_alloc_send_skb friends. As I didn't get any support and the situation was totally unacceptable for our users, I decided to

[Bug 1132160] Re: Broken display of images

2013-02-23 Thread Albrecht Dreß
** Attachment added: Correct rendering in Gnome Webbrowser https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1132160/+attachment/3543439/+files/Gnome_WB.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1132160] [NEW] Broken display of images

2013-02-23 Thread Albrecht Dreß
Public bug reported: Since the latest update of Firefox, some images in web pages are broken, in particular if they are scaled. The attached example is from the URI http://www.wdr.de/radio/home/nachrichten/index.php5. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: firefox

[Bug 588620] Re: Xorg crash in mid-air

2014-01-07 Thread Albrecht Dreß
The box which showed this bug has been replaced by a new one a while ago (which meanwhile runs Debian Wheezy, btw). IIRC, the bug occurred from time to time on the old one. Unfortunately, it has been scrapped, so I cannot try to reproduce it any more. IMHO, if noone else had this issue, the bug

[Bug 1654579] [NEW] gmime crash with a double free error in g_mime_header_list_register_writer

2017-01-06 Thread Albrecht Dreß
Public bug reported: Applications using the function g_mime_header_list_register_writer() with a NULL third arg crash with a double-free error. The bug has been fixed in the GMime package a long time ago, see :

[Bug 1795901] Re: libjavascriptcoregtk-4.0-dev: missing jsc/jsc.h

2018-10-07 Thread Albrecht Dreß
Rolling back to the previous version re-enables building applications w/ webkit (Balsa in my case): sudo apt-get install libwebkit2gtk-4.0-dev=2.20.1-1 libwebkit2gtk-4.0-37=2.20.1-1 gir1.2-webkit2-4.0=2.20.1-1 libjavascriptcoregtk-4.0-dev=2.20.1-1 gir1.2-javascriptcoregtk-4.0=2.20.1-1

[Bug 1829607] [NEW] all video players crash with “Illegal instruction”

2019-05-18 Thread Albrecht Dreß
Public bug reported: albrecht@deneb:~$ lsb_release -rd Description:Ubuntu 18.04.2 LTS Release:18.04 albrecht@deneb:~$ LANG=C LC_ALL=C apt-cache policy libavcodec-extra57 libavcodec-extra57: Installed: 7:3.4.6-0ubuntu0.18.04.1 Candidate: 7:3.4.6-0ubuntu0.18.04.1 Version table:

[Bug 1829607] Re: all video players crash with “Illegal instruction”

2019-05-22 Thread Albrecht Dreß
It appears that the bug has been caused by a broken install of the package – after reinstalling libavcodec-extra57, the error is gone… I.e. this is NOT a bug! Sorry for the noise, Albrecht. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1829607] Re: all video players crash with “Illegal instruction”

2019-05-19 Thread Albrecht Dreß
Thanks a lot for your feedback! It appears that ffmpeg 4.1.1 is not available from the backports for Ubuntu 18.04 LTS. In a VM running Debian Buster, I installed ffmpeg v. 7:4.1.1-1, and it *does* play the video without crashing, as previously on 18.04. Unfortunately, it is not possible to