[Bug 668084] [NEW] libapache2-mod-python Python version mismatch

2010-10-28 Thread Christian Rishøj
Public bug reported:

Binary package hint: libapache2-mod-python

Maverick comes with Python 2.6.6, but the libapache2-mod-python expects
Python 2.6.5

** Affects: libapache2-mod-python (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libapache2-mod-python Python version mismatch
https://bugs.launchpad.net/bugs/668084
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 556637] [NEW] aptitude crashes on why-not

2010-04-06 Thread Christian Rishøj
Public bug reported:

Binary package hint: aptitude

[christ...@flap ~]% aptitude why-not libkrb53
zsh: segmentation fault  aptitude why-not libkrb53
[christ...@flap ~]% gdb aptitude   
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/aptitude...(no debugging symbols found)...done.
(gdb) run why-not libkrb53 
Starting program: /usr/bin/aptitude why-not libkrb53
[Thread debugging using libthread_db enabled]
[New Thread 0x73829910 (LWP 13207)]

Program received signal SIGSEGV, Segmentation fault.
0x77bb7237 in debVersioningSystem::CheckDep(char const*, int, char 
const*) () from /usr/lib/libapt-pkg-libc6.10-6.so.4.8
(gdb) bt
#0  0x77bb7237 in debVersioningSystem::CheckDep(char const*, int, char 
const*) () from /usr/lib/libapt-pkg-libc6.10-6.so.4.8
#1  0x0050af01 in ?? ()
#2  0x0050bdb4 in ?? ()
#3  0x0050d56c in ?? ()
#4  0x0050eefc in ?? ()
#5  0x0050f330 in ?? ()
#6  0x0041bdc2 in ?? ()
#7  0x75f18abd in __libc_start_main () from /lib/libc.so.6
#8  0x004195e9 in ?? ()
#9  0x7fffeb98 in ?? ()
#10 0x001c in ?? ()
#11 0x0003 in ?? ()
#12 0x7fffedb2 in ?? ()
#13 0x7fffedc4 in ?? ()
#14 0x7fffedcc in ?? ()
#15 0x in ?? ()

ProblemType: Bug
Architecture: amd64
Date: Tue Apr  6 18:04:13 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/aptitude
Package: aptitude 0.4.11.11-1ubuntu6
ProcEnviron:
 SHELL=/bin/zsh
 LANG=en_GB.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-20.57-server
SourcePackage: aptitude
Uname: Linux 2.6.31-20-server x86_64

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


** Tags: amd64 apport-bug

-- 
aptitude crashes on why-not
https://bugs.launchpad.net/bugs/556637
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 556637] Re: aptitude crashes on why-not

2010-04-06 Thread Christian Rishøj

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43258199/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43258200/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43258201/ProcStatus.txt

-- 
aptitude crashes on why-not
https://bugs.launchpad.net/bugs/556637
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 340502] [NEW] MySQL handler does not detect errors

2009-03-10 Thread Christian Rishøj
Public bug reported:

Binary package hint: backupninja


When listing databases, a superfluous sed hides the return status of the mysql 
command:

Lines 235-239 in /usr/share/backupninja/mysql:

databases=$(su $user -c $MYSQL $defaultsfile -N -B -e 'show databases' | sed 
's/|//g;/\+/d')
if [ $? -ne 0 ]
then
   fatal Authentication problem, maybe user/password is wrong or mysqld is not 
running?
fi

Here, the return status of the $MYSQL command is hidden by the tailing
sed command.

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

-- 
MySQL handler does not detect errors
https://bugs.launchpad.net/bugs/340502
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 340502] Re: MySQL handler does not detect errors

2009-03-10 Thread Christian Rishøj

** Attachment added: Patch: Adds debug statement, removes superfluous sed
   http://launchpadlibrarian.net/23721559/fix-mysql.patch

** Description changed:

  Binary package hint: backupninja
  
  
  When listing databases, a superfluous sed hides the return status of the 
mysql command:
  
- Line 235 in /usr/share/backupninja/mysql:
+ Lines 235-239 in /usr/share/backupninja/mysql:
  
- {{{
  databases=$(su $user -c $MYSQL $defaultsfile -N -B -e 'show databases' | 
sed 's/|//g;/\+/d')
- }}}
+ if [ $? -ne 0 ]
+ then
+fatal Authentication problem, maybe user/password is wrong or mysqld is 
not running?
+ fi
+ 
+ Here, the return status of the $MYSQL command is hidden by the tailing
+ sed command.

-- 
MySQL handler does not detect errors
https://bugs.launchpad.net/bugs/340502
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 172494] depmod causes segmentation faults

2007-11-27 Thread Christian Rishøj
Public bug reported:

Binary package hint: module-init-tools

After installing Linux 2.6.23.9, depmod causes segmentation faults on my
machine:

ska# depmod -a
zsh: segmentation fault  depmod -a

Backtrace:

ska# gdb depmod
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(gdb) run -a
Starting program: /sbin/depmod -a
(no debugging symbols found)
warning: no loadable sections found in added symbol-file system-supplied DSO at 
0x7fff14bfd000
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x2b30961bf5b0 in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0x2b30961bf5b0 in strcmp () from /lib/libc.so.6
#1  0x00403b00 in ?? ()
#2  0x00403d01 in ?? ()
#3  0x00403363 in ?? ()
#4  0x2b3096164b44 in __libc_start_main () from /lib/libc.so.6
#5  0x00401479 in ?? ()
#6  0x7fff14b7e758 in ?? ()
#7  0x in ?? ()
(gdb)

** Affects: module-init-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
depmod causes segmentation faults
https://bugs.launchpad.net/bugs/172494
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 88617] Re: incremental backup does not work

2007-05-08 Thread Christian Rishøj
Also filed at http://savannah.nongnu.org/support/?105849

-- 
incremental backup does not work
https://bugs.launchpad.net/bugs/88617
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 112969] mysqld_safe exits silently

2007-05-06 Thread Christian Rishøj
Public bug reported:

Binary package hint: mysql-server-5.0

From time to time on two identical Feisty servers mysqld_safe will just
exit without any explanation. Here's all I see in the log:

May  7 02:07:39 ska mysqld_safe[14602]: ended

I am aware this is not much of a problem description, so please provide
a hint how to diagnose this problem further.

Version of mysql-server-5.0 is: 5.0.38-0ubuntu1

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
mysqld_safe exits silently
https://bugs.launchpad.net/bugs/112969
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 16600] Re: EVMS breaks LILO RAID1 /boot in Hoary

2007-04-26 Thread Christian Rishøj
After an upgradre from Edgy to Feisty, I'm seeing this as well. Output
from lilo -v5 attached. I can't use the above workaround as / is my boot
device. Please advise.

** Attachment added: lilo -v5
   http://librarian.launchpad.net/7415225/lilo.out

-- 
EVMS breaks LILO RAID1 /boot in Hoary
https://bugs.launchpad.net/bugs/16600
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 85738] Re: [Edgy] kernel panic with Realtek RTL 8168/8111

2007-03-20 Thread Christian Rishøj
I can reproduce the crash on an pair of Opteron 1218 boxes
interconnected with an 8168-based Gigabit crossover simply by scp'ing a
collection of large files. The receiving side crashes after no more than
10 seconds. Running Edgy.

uname -a:

Linux ska 2.6.17-11-server #2 SMP Thu Feb 1 18:03:56 UTC 2007 x86_64
GNU/Linux.


** Attachment added: dmesg
   http://librarian.launchpad.net/6879079/dmesg.log

-- 
[Edgy] kernel panic with Realtek RTL 8168/8111
https://launchpad.net/bugs/85738

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


[Bug 85738] Re: [Edgy] kernel panic with Realtek RTL 8168/8111

2007-03-20 Thread Christian Rishøj

** Attachment added: lspci -vvnn
   http://librarian.launchpad.net/6879086/lspci-vvnn.log

-- 
[Edgy] kernel panic with Realtek RTL 8168/8111
https://launchpad.net/bugs/85738

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


[Bug 85738] Re: [Edgy] kernel panic with Realtek RTL 8168/8111

2007-03-20 Thread Christian Rishøj
Just tried with the driver from RealTek:
ftp://210.51.181.211/cn/nic/r1000_v1.05.tgz. Still panics.

-- 
[Edgy] kernel panic with Realtek RTL 8168/8111
https://launchpad.net/bugs/85738

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


[Bug 76359] DRBD module does not load on AMD64

2006-12-18 Thread Christian Rishøj
Public bug reported:

Binary package hint: drbd8-module-source

On stock 2.6.17-10-server kernel, AMD64:

# aptitude install install drbd8-utils
# m-a auto-install drbd8
# /etc/init.d/drbd start 
Starting DRBD resources:Can not load the drbd module.

# dmesg|tail
[79050.427694] sizeof(struct ioctl_get_config): 584 != 580
[79050.427719] ioctls won't work, aborting

Alignment problem? The latest SVN source works.

** Affects: drbd8 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
DRBD module does not load on AMD64
https://launchpad.net/bugs/76359

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


[Bug 76359] Re: DRBD module does not load on AMD64

2006-12-18 Thread Christian Rishøj
This is on EdgyEft

-- 
DRBD module does not load on AMD64
https://launchpad.net/bugs/76359

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


[Bug 50798] mdb-tables on AMD64 segfaults in libc6/gconv/iconv

2006-06-23 Thread Christian Rishøj
Public bug reported:

Binary package hint: mdbtools


[EMAIL PROTECTED]:/tmp% LD_LIBRARY_PATH=/usr/lib/debug gdb mdb-tables
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...Using host libthread_db library 
/usr/lib/debug/libthread_db.so.1.

(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) run test.mdb
Starting program: /usr/bin/mdb-tables test.mdb

Program received signal SIGSEGV, Segmentation fault.
0x2b0a0bf1 in gconv () from /usr/lib/gconv/CP1252.so
(gdb) backtrace
#0  0x2b0a0bf1 in gconv () from /usr/lib/gconv/CP1252.so
#1  0x2ae83598 in __gconv (cd=0x52d4f0, inbuf=0x7f928948, 
inbufend=0x5355a0005355a1 Address 0x5355a0005355a1 out of bounds,
outbuf=0x7f928940, outbufend=0x0, irreversible=0x7f9288e0) at 
gconv.c:63
#2  0x2ae82b7b in iconv (cd=0x52f97c, inbuf=0x7f928948, 
inbytesleft=0x7f928954, outbuf=0x7f928940,
outbytesleft=0x7f928950) at iconv.c:53
#3  0x2abcf06d in mdb_unicode2ascii (mdb=0x504000, src=value optimized 
out, slen=4294958560, dest=0x535c40 Id, dlen=256)
at iconv.c:72
#4  0x2abc89be in mdb_read_columns (table=0x535a00) at table.c:289
#5  0x2abc7160 in mdb_read_catalog (mdb=0x504000, objtype=-1) at 
catalog.c:88
#6  0x00400d3f in main (argc=2, argv=value optimized out) at 
mdb-tables.c:130
(gdb)

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

-- 
mdb-tables on AMD64 segfaults in libc6/gconv/iconv
https://launchpad.net/bugs/50798

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


[Bug 50798] Re: mdb-tables on AMD64 segfaults in libc6/gconv/iconv

2006-06-23 Thread Christian Rishøj

Works flawlessly on 386. Both are Dapper.

-- 
mdb-tables on AMD64 segfaults in libc6/gconv/iconv
https://launchpad.net/bugs/50798

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


[Bug 50798] Re: mdb-tables on AMD64 segfaults in libc6/gconv/iconv

2006-06-23 Thread Christian Rishøj
This is the .mdb file that causes the crash:

http://www.yousendit.com/transfer.php?action=downloadufid=C4A1C6A00599D54D

-- 
mdb-tables on AMD64 segfaults in libc6/gconv/iconv
https://launchpad.net/bugs/50798

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