Bug#353283: yaird: Load boottime keymap before cryptsetup asks for password

2006-02-17 Thread Fahlke
Package: yaird
Version: 0.0.12-3
Severity: wishlist
Tags: patch

Here is a patch that will load the boottime keymap configure by
console-common before running cryptsetup.

MfG,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages yaird depends on:
ii  cpio 2.6-10  GNU cpio -- a program to manage ar
ii  dash 0.5.3-2 The Debian Almquist Shell
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  perl 5.8.7-10Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information

-- 
Das Leben ist eine Krankheit, die tödlich endet.
--- Templates.cfg.orig  2006-02-17 11:31:38.0 +0100
+++ Templates.cfg   2006-02-17 11:39:48.0 +0100
@@ -319,9 +319,21 @@
#
TEMPLATE cryptsetup
BEGIN
+   FILE "/bin/loadkeys"
+   FILE "/bin/gunzip"
+   FILE "/etc/console/boottime.kmap.gz"
FILE "/sbin/cryptsetup"
SCRIPT "/init"
BEGIN
+   !# loadkeys from the kbd package has problems
+   !# uncompressing the keymap on-the-fly when
+   !# run from initramfs, don't know why
+   !if [ -e /etc/console/boottime.kmap.gz ]
+   !then gunzip /etc/console/boottime.kmap.gz
+   !fi
+   !if [ -e /etc/console/boottime.kmap ]
+   !then loadkeys /etc/console/boottime.kmap
+   !fi
!DOCRYPT=1
!while [ "$DOCRYPT" != "0" ]
!do


signature.asc
Description: Digital signature


Bug#353286: yaird: Check the password given to cryptsetup

2006-02-17 Thread Fahlke
Package: yaird
Version: 0.0.12-3
Severity: wishlist
Tags: patch

Hi!

Here is a patch which uses blkid to identify the decrypted volume
after cryptsetup did its work.  If the identification fails, it offers
to reenter the password, to ignore the identification failure and
continue anyway (in case the encrypted volume contains something blkid
can't identify) or to open a shell for debugging.

Have a nice day,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages yaird depends on:
ii  cpio 2.6-10  GNU cpio -- a program to manage ar
ii  dash 0.5.3-2 The Debian Almquist Shell
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  perl 5.8.7-10Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information

-- 
Software is like sex; it's better when it's free.
-- Linus Torvalds
--- Templates.cfg.orig  2006-02-17 11:31:38.0 +0100
+++ Templates.cfg   2006-02-17 11:49:24.0 +0100
@@ -320,6 +320,7 @@
TEMPLATE cryptsetup
BEGIN
FILE "/sbin/cryptsetup"
+   FILE "/sbin/blkid"
SCRIPT "/init"
BEGIN
!DOCRYPT=1
@@ -335,6 +336,30 @@
!   create '' \
!   ''
!   DOCRYPT=$?
+   !   while [ -x /sbin/blkid ] && [ "$DOCRYPT" = 0 ] \
+   ! && [ -z "`/sbin/blkid \
+   !   '/dev/mapper/'`" ]
+   !   do echo Blkid can\'t identify the \
+   !   filesystem on volume \
+   !   ''.
+   !  echo Reenter, Ignore, 'Shell?'
+   !  read a
+   !  case "$a" in
+   !  i|I) break;;
+   !  s|S) if [ -x /bin/bash ]
+   !   then /bin/bash
+   !   elif [ -x /bin/sh ]
+   !   then /bin/sh
+   !   elif [ -x /bin/dash ]
+   !   then /bin/dash
+   !   else echo Sorry, no shell found.
+   !   fi;;
+   !  r|R|*) /sbin/cryptsetup \
+   !remove ''
+   ! DOCRYPT=1
+   ! ;;
+   !  esac
+   !   done
!done
END SCRIPT
END TEMPLATE


signature.asc
Description: Digital signature


Bug#353745: chkrootkit: Don't descent into /afs

2006-02-20 Thread Fahlke
Package: chkrootkit
Version: 0.46a-2
Severity: normal

Hi!

Chkrootkit traverserses /afs, which gave me 6MB of error messages from
find today, like

==
/usr/bin/find: //afs/iwr.uni-heidelberg.de/home/christi/.xsession-errors: 
Permission denied
==

Also, since AFS provides access to a lot of universities it can take a
long time to search.  I tried the -n option but it did not help.

MfG,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages chkrootkit depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  debconf [debconf-2.0 1.4.70  Debian configuration management sy
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  procps   1:3.2.5-1   /proc file system utilities

chkrootkit recommends no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q
* chkrootkit/diff_mode: true

-- 
Bombing for peace is like fucking for virginity.


signature.asc
Description: Digital signature


Bug#330868: sudo: Sudo now fails to reset the timestamps on boot

2006-02-13 Thread Fahlke
Package: sudo
Version: 1.6.8p12-1
Followup-For: Bug #330868

Hi!

Since my recent upgrade to etch sudo fails to reset timestamps on
boot.  strace shows that sudo actually stat's /var/run/sudo/,
which is a directory, but the initscript now only resets the
timestamps of plain files.  Here is the excerpt from strace for user
"joe":

==
setreuid32(-1, 0)   = 0
setuid32(0) = 0
open("/etc/group", O_RDONLY)= 4
fcntl64(4, F_GETFD) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
_llseek(4, 0, [0], SEEK_CUR)= 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1194, ...}) = 0
mmap2(NULL, 1194, PROT_READ, MAP_SHARED, 4, 0) = 0xb7f78000
_llseek(4, 1194, [1194], SEEK_SET)  = 0
munmap(0xb7f78000, 1194)= 0
close(4)= 0
lstat64("/var/run/sudo", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat64("/var/run/sudo/joe", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
time(NULL)  = 1139875642
utimes("/var/run/sudo/joe", NULL)   = 0
time([1139875642])  = 1139875642
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
socket(PF_FILE, SOCK_DGRAM, 0)  = 4
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
connect(4, {sa_family=AF_FILE, path="/dev/log"}, 16) = 0
send(4, "<85>Feb 14 01:07:22 sudo:  j"..., 94, MSG_NOSIGNAL) = 94
close(4)= 0
==

Thanks for your good work,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-486
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages sudo depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libpam-modules0.79-3 Pluggable Authentication Modules f
ii  libpam0g  0.79-3 Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information

-- 
 seen _Armus_
-:- SignOff Ku]aku: #macht (changing servers)
 I don't know who _Armus_ is.


signature.asc
Description: Digital signature


Bug#342543: libdigest-crc-perl: Memory use is O(n)

2005-12-08 Thread Fahlke
Package: libdigest-crc-perl
Version: 0.09-1
Severity: normal

Hi.

Digest::CRC keeps the whole message in an internal buffer.  This makes
it slower than neccessary for large files, because the message is
swapped out.  Files larger than the available memory can't be checked
at all.

Jö.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages libdigest-crc-perl depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-8  The Pathologically Eclectic Rubbis

-- no debconf information

-- 
It is my conviction that killing under the cloak of war is nothing but
an act of murder.
-- Albert Einstein


signature.asc
Description: Digital signature


Bug#317968: Binary package for i386 depends on non-sarge libc

2005-09-02 Thread Fahlke
Hi!

The latest version of libc6 in sarge is 2.3.2.ds1-22, but the i386
binary package of zsync, that fixes the zlib issue depends on libc6
(>= 2.3.5-1).  Other architectures seem unaffected (I checked the
Packages file on security.d.o for arm, hppa, mips, mipsel, m68k,
powerpc, sparc and s390)

Jö.

-- 
There's no evolution in the US.  It's not allowed.


signature.asc
Description: Digital signature


Bug#320565: monotone: Please support options in the EDITOR environment variable

2005-07-30 Thread Fahlke
Package: monotone
Version: 0.18-1
Severity: wishlist

Hi!

I'd like to use EDITOR="emacs -nw", which does not work currently.

Jö.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages monotone depends on:
ii  libboost-date-time1.32.01.32.0-6 set of date-time libraries based o
ii  libboost-filesystem1.32.0   1.32.0-6 filesystem operations (portable pa
ii  libboost-regex1.32.01.32.0-6 regular expression library for C++
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libsqlite3-03.2.1-1  SQLite 3 shared library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information

-- 
F: Was ist der Sinn des Menschen?
A: Die Menschheit voranzubringen.
F: Aber was ist der Sinn der Menschheit?


signature.asc
Description: Digital signature


Bug#291628: screen: "Could not write /var/run/utmp: No such process"

2005-01-21 Thread Fahlke
Package: screen
Version: 4.0.2-4.1
Severity: normal

When starting screen or opening a new window or using "C-a L" I get
the error message "Could not write /var/run/utmp: No such process".

==
[EMAIL PROTECTED]:~$ ls -l `which screen` /var/run/utmp
-rwxr-sr-x  1 root utmp 554536 2004-11-17 11:46 /usr/bin/screen
-rw-rw-r--  1 root utmp   7680 2005-01-21 23:48 /var/run/utmp
[EMAIL PROTECTED]:~$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / nfs rw,v2,rsize=4096,wsize=4096,hard,udp,nolock,addr=192.168.111.5 
0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
tmpfs /tmp tmpfs rw 0 0
==

This is a mips machine with / on nfs.  I installed it about a week ago
on disk and then moved it to nfs.  I believe I saw the same error when
running from disk, I can check that if you think it is important.

sudo works, so I don't think the kernel ignores set*id bits on that
filesystem.

I don't see the message with the same version of screen on i386.  The
i386 machine is running from disk and was installed a long time ago.

Jö.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: mips
Kernel: Linux 2.4.27-r4k-ip22
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages screen depends on:
ii  base-passwd 3.5.9Debian base system master password
ii  debconf 1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncursesw55.4-4Shared libraries for terminal hand
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  passwd  1:4.0.3-30.7 Change and administer password and

-- debconf information:
  screen/old_upgrade_prompt: false

-- 
Q: How does a Unix guru have sex?
A: unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep
-- unknown source


signature.asc
Description: Digital signature


Bug#291640: emacs21: [mips, X] emacs does not start und X on mips

2005-01-21 Thread Fahlke
Package: emacs21
Version: 21.3+1-8
Severity: important
File: /usr/bin/emacs21-x

When starting emacs under X I get:

==
[EMAIL PROTECTED]:~$ emacs
Error: attempt to add non-widget child "emacs" to parent "pane" which supports 
only widgets
[EMAIL PROTECTED]:~$ echo $?
1
==

strace does not even get that far:

==
[EMAIL PROTECTED]:~$ strace emacs
execve("/usr/bin/emacs", ["emacs"], [/* 25 vars */]) = 0
uname({sys="Linux", node="aegir", ...}) = 0
brk(0)  = 0x102c4000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aac2000
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXaw3d.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\10\0\0\0\1\0\0\233"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=406300, ...}) = 0
old_mmap(NULL, 715024, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = -1 EBADF (Bad 
file descriptor)
close(3)= 0
writev(2, [{"emacs", 5}, {": ", 2}, {"error while loading shared libra"..., 
36}, {": ", 2}, {"libXaw3d.so.6", 13}, {": ", 2}, {"failed to map segment from 
share"..., 40}, {": ", 2}, {"Error 9", 7}, {"\n", 1}], 10emacs: error while 
loading shared libraries: libXaw3d.so.6: failed to map segment from shared 
object: Error 9
) = 110
SYS_4246( 
==

It works fine with -nw.  An i386 emacs21 of the same version works via
ssh.  This system runs with / on nfs.

This bug may or may not be connectet to #162322.

Let me know if you need more info.

Jö.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: mips
Kernel: Linux 2.4.27-r4k-ip22
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages emacs21 depends on:
ii  emacs21-bin-common   21.3+1-8The GNU Emacs editor's shared, arc
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.6.1-5 Tag Image File Format library
ii  libungif4g   4.1.3-1 shared library for GIF images (run
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xaw3dg   1.5+E-8 Xaw3d widget set
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information

-- 
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


signature.asc
Description: Digital signature


Bug#241899: grub: Documentation problem

2005-03-06 Thread Fahlke
Package: grub
Followup-For: Bug #241899

This is probably just a misunderstanding that happened to me as well.
"info (grub.info.gz)terminal" has the following text about the
timeout:

==
If both `console' and `serial' are specified, then GRUB will use the
one where a key is entered first or the first when the timeout
expires.
==

I mistook timeout to be the timeout set with the `timeout' command and
only got it right when reading this bugreport.  I propose to change
the text as follows:

==
If both `console' and `serial' are specified, then GRUB will use the
one where a key is entered first or the first when the timeout (set
with `--timeout') expires.
==

Or document `--timeout' explicitly just like the other options.

Jö.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: mips
Kernel: Linux 2.4.27-r4k-ip22
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
Der Horizont vieler Menschen ist ein Kreis mit Radius Null - und das
nennen sie ihren Standpunkt.
-- A. Einstein


signature.asc
Description: Digital signature


Bug#410577: module-assistant: manpage references RATIONALE which is not in the package

2007-02-11 Thread Fahlke
Package: module-assistant
Version: 0.10.8
Severity: minor

The manpage and /usr/share/doc/module-assistant/HOWTO-DEVEL refer to
the file /usr/share/doc/module-assistant/RATIONALE which does not
appear to be in the package.

Jö.

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages module-assistant depends on:
ii  libtext-wrapi18n-perl 0.06-5 internationalized substitute of Te
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages module-assistant recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati

-- no debconf information

-- 
If you receive something that says "Send this to everyone you know,"
pretend you don't know me.


signature.asc
Description: Digital signature


Bug#412720: Additional information

2007-03-05 Thread Fahlke
Am Sun,  4. Mar 2007, 17:47:14 +0100 schrieb Julien Cristau:
> Thanks, but for the backtrace to be usable, you need to use an X server
> built with debugging symbols, which is not the case here.
> Running dpkg-buildpackage with the DEB_BUILD_OPTIONS envvar set to
> "nostrip" should be enough, hopefully.

Ok, in addition to the package xserver-xorg-video-i810 I recompiled
originally I now also recompiled xserver-xorg.  The binary packages
are available from http://www.jorrit.de/bug412720/ as before.  Marina,
could you please install the xserver-xorg-core from that location as
well?  And please remove the old core file before you create a new on,
I whether existing core files are overwritten or not...

Julien Cristau, do you think that the packages xserver-xorg-core and
xserver-xorg-video-i810 with debugging symbols are sufficient?

Thanks,
Jö.

-- 
Kiss a non-smoker; taste the difference.
-- fortune


signature.asc
Description: Digital signature


Bug#413688: mutt: GnuPG and GnuPG clients unsigned data injection vulnerability

2007-03-06 Thread Fahlke
Package: mutt
Version: 1.5.13-1.1
Severity: normal
Tags: security

[ Stealing the summary from GnuPGs announcement ]

Gerardo Richarte from Core Security Technologies identified a problem
when using GnuPG in streaming mode.

The problem is actually a variant of a well known problem in the way
signed material is presented in a MUA.  It is possible to insert
additional text before or after a signed (or signed and encrypted)
OpenPGP message and make the user believe that this additional text is
also covered by the signature.  The Core Security advisory describes
several variants of the attack; they all boil down to the fact that it
might not be possible to identify which part of a message is actually
signed if gpg is not used correctly.

Core Securities advisory:
http://www.coresecurity.com/?action=item&id=1687

Announcement on the GnuPG mailinglist:
http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html

I was able to verify that the second way of attack variant 2 decribed
by Core Security does indeed work with mutt from testing.  A testcase
is attached.

MfG,
Jö.

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages mutt depends on:
ii  exim4 4.63-17metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail- 4.63-17lightweight exim MTA (v4) daemon
ii  libc6 2.3.6.ds1-11   GNU C Library: Shared libraries
ii  libdb4.4  4.4.20-8   Berkeley v4.4 Database Libraries [
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libncursesw5  5.5-5  Shared libraries for terminal hand
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library

Versions of packages mutt recommends:
ii  locales 2.3.6.ds1-11 GNU C Library: National Language (
ii  mime-support3.39-1   MIME files 'mime.types' & 'mailcap

-- no debconf information

-- 
It is my conviction that killing under the cloak of war is nothing but
an act of murder.
-- Albert Einstein
From [EMAIL PROTECTED] Tue Mar 06 16:01:20 2007
Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Tue, 06 Mar 2007 16:01:20 +0100
Received: from joe by jupiter.planets with local (Exim 4.63)
(envelope-from <[EMAIL PROTECTED]>)
id 1HObAG-0006ZJ-IK
for [EMAIL PROTECTED]; Tue, 06 Mar 2007 16:01:20 +0100
Date: Tue, 6 Mar 2007 16:01:20 +0100
From: =?iso-8859-1?Q?J=F6?= Fahlke <[EMAIL PROTECTED]>
To: =?iso-8859-1?Q?J=F6?= <[EMAIL PROTECTED]>
Subject: test
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.13 (2006-08-11)
Status: RO
Content-Length: 338
Lines: 9

-BEGIN PGP MESSAGE-
Version: GnuPG v1.4.6 (GNU/Linux)

yyxiAEXtit5UaGlzIHRleHQgaXMgaW5zZXJ0ZWQgYnkgdGhlIGF0dGFja2Vy
CsiGAnicO8LLzMDEKGQCgYynDZI48osy0zPzEnMYgCAkI7NYoSS1okQBSGfm
KSTnpCYW6Sgk5qUoFGem56Wm6HXYM7Myur7t6v02x6bc7/2V14JMSYUMcwUb
Hxk+cCkVjz+vPvdv2qyNj/pZNjDMd2PdqOe4XeCosZSZnVrzvBeFGgbJAHLp
LjI=
-END PGP MESSAGE-



signature.asc
Description: Digital signature


Bug#412720: Additional information

2007-02-27 Thread Fahlke
Thats the Xorg.0.log from a successful start in Marinas mail.  I'm
attaching one where the problem actually occured.

Thanks for your work,
Jö.

-- 
 beleidige cernlib
-:- SignOff Volk1: #macht (EOF From client)

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux venus 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 
UTC 2006 i686
Build Date: 17 February 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 27 15:57:26 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Intel Corporation 82945G/GZ Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/cyrillic".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/cyrillic").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1849,2770 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2772 card 1849,2772 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 1849,0888 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1849,27c8 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1849,27c9 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1849,27ca rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1849,27cb rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1849,27cc rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 1849,27b8 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1849,27df rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1849,27c0 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1849,27da rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10ec,8168 card 1849,8168 rev

Bug#412720: Additional information

2007-02-27 Thread Fahlke
Am Tue, 27. Feb 2007, 19:02:10 +0100 schrieb Julien Cristau:
> Can you try rebuilding the server with debugging symbols, and either
> attach to it with gdb (you can do that from another machine via ssh), or
> get it to dump core, so we can get a better idea of what caused the
> segmentation fault?  If you need help doing that, I'll try to give you
> more details.

I built the package with DEB_BUILD_OPTIONS=nostrip, I hope that does
the trick.  It's available from http://www.jorrit.de/bug412720/ .

I guess we'll need the details for gdb/core dumping however.

Thanks,
Jö.

-- 
* >aylee #macht ist voellig aus dem Haeusschen und kuesst den Drucker
mit Inbrunst


signature.asc
Description: Digital signature


Bug#396064: Please make tip22 run on arches other than mips

2006-11-05 Thread Fahlke
Am Mon, 30. Oct 2006, 12:47:25 +0100 schrieb Guido Guenther:
> > B) Do it like binutils, have a "debian/rules binary-cross" target
> >where people needing this can build their cross-devel packages
> I'd go with B). tip22 is mostly needed for cross building during
> development, so an additional target in debian/rules should be o.k. -
> especially if it commes with a nice
> /usr/share/doc/tip22/README.CROSS-BUILD.

OK, attached is what I have done so far.  It builds, even on i386, but
I didn't have the time to test yet.  If anyone wants just the
binaries, they are available from
http://www.jorrit.de/debian/pool/main/a/arcboot/ .

There is one thing I'm not sure about: I put a stanza for tip22-cross
into debian/control directly.  This makes dpkg-buildpackage warn that
not all packages in debian/control have been build.  I hope the build
deamons will cope with it.  Something I have to investigate further.

Good night,
Jö.

-- 
F: Was ist der Sinn des Menschen?
A: Die Menschheit voranzubringen.
F: Aber was ist der Sinn der Menschheit?


arcboot-0.3.8.8.cross.diff.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#383811: perl-tk: missing manpages on mips

2006-08-19 Thread Fahlke
Package: perl-tk
Version: 1:804.027-6
Severity: normal

perl-tk ships without manpages on mips.  On i386 the manpages are
present in the same version of the package.

MfG,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: mips (mips64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-r5k-ip32
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages perl-tk depends on:
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

perl-tk recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#379218: linux-image-2.6.16-2-powerpc: Can't boot with bootx on a beige G3 (oldworld)

2006-07-23 Thread Fahlke
Followup-For: Bug #379218
Package: linux-image-2.6.16-2-powerpc
Version: 2.6.16-17

Hi!

My machine does not boot with the new kernel as well.  Using the BootX
extension, the monitor goes blank and after a few seconds switches
itself off.  Using the BootX application, it displays some messages
(from BootX I guess) while hanging; the last message is something like
"MMU: exit".

Bye,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.16-2-powerpc depends on:
ii  initramfs-tools [linux-initra 0.69b  tools for generating an initramfs
ii  mkvmlinuz 23 create a kernel to boot a PowerPC 
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

linux-image-2.6.16-2-powerpc recommends no packages.

-- debconf information:
  linux-image-2.6.16-2-powerpc/postinst/old-system-map-link-2.6.16-2-powerpc: 
true
  linux-image-2.6.16-2-powerpc/postinst/create-kimage-link-2.6.16-2-powerpc: 
true
  linux-image-2.6.16-2-powerpc/preinst/overwriting-modules-2.6.16-2-powerpc: 
true
  linux-image-2.6.16-2-powerpc/postinst/depmod-error-2.6.16-2-powerpc: false
  linux-image-2.6.16-2-powerpc/preinst/abort-overwrite-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/prerm/removing-running-kernel-2.6.16-2-powerpc: 
true
  linux-image-2.6.16-2-powerpc/postinst/depmod-error-initrd-2.6.16-2-powerpc: 
false
  
linux-image-2.6.16-2-powerpc/prerm/would-invalidate-boot-loader-2.6.16-2-powerpc:
 true
  linux-image-2.6.16-2-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.16-2-powerpc/postinst/old-dir-initrd-link-2.6.16-2-powerpc: 
true
  linux-image-2.6.16-2-powerpc/preinst/bootloader-initrd-2.6.16-2-powerpc: true
  linux-image-2.6.16-2-powerpc/preinst/lilo-initrd-2.6.16-2-powerpc: true
  linux-image-2.6.16-2-powerpc/postinst/old-initrd-link-2.6.16-2-powerpc: true
  linux-image-2.6.16-2-powerpc/preinst/already-running-this-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/preinst/initrd-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/preinst/failed-to-move-modules-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/preinst/abort-install-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/preinst/elilo-initrd-2.6.16-2-powerpc: true
  linux-image-2.6.16-2-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.16-2-powerpc/postinst/bootloader-error-2.6.16-2-powerpc:
  linux-image-2.6.16-2-powerpc/postinst/bootloader-test-error-2.6.16-2-powerpc:

-- 
Entstauben ist Mord!


signature.asc
Description: Digital signature


Bug#392580: udev: (Some) Epson SCSI scanners not recognized as scanners

2006-10-12 Thread Fahlke
Package: udev
Version: 0.100-2
Severity: normal
Tags: patch

My Epson scanner is not assigned to group "scanner" when I switch it
on and scan the SCSI bus.  This is because it identifies itself as
type 3 (processor) and vendor "EPSON", but permissions.rules matches
for vender "Epson".

This patch solve the problem for me:
==
--- /etc/udev/permissions.rules 2006/09/21 18:37:41 1.6
+++ /etc/udev/permissions.rules 2006/10/12 10:49:09
@@ -25,6 +25,7 @@
 SUBSYSTEMS=="scsi", ATTRS{type}=="1",  GROUP="tape"
 SUBSYSTEMS=="scsi", ATTRS{type}=="3", ATTRS{vendor}=="HP", GROUP="scanner"
 SUBSYSTEMS=="scsi", ATTRS{type}=="3", ATTRS{vendor}=="Epson",  GROUP="scanner"
+SUBSYSTEMS=="scsi", ATTRS{type}=="3", ATTRS{vendor}=="EPSON",  GROUP="scanner"
 SUBSYSTEMS=="scsi", ATTRS{type}=="5",  GROUP="cdrom"
 SUBSYSTEMS=="scsi", ATTRS{type}=="6",  GROUP="scanner"
 
==

Note that some way to match values in a case insensitive manner would
probably allow a more general fix which avoids similiar problems with
other vendors.  (#389743 may also be related but I did not research
that thoroughly.)

Thanks for your good work,
Jö.


Here is the udevinfo for the scanner, generated with the changed
permissions.rules in effect.

# udevinfo -a -p /sys/class/scsi_generic/sg3
==

Udevinfo starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/class/scsi_generic/sg3':
KERNEL=="sg3"
SUBSYSTEM=="scsi_generic"
DRIVER==""
ATTR{dev}=="21:3"

  looking at parent device 
'/devices/pci:00/:00:0c.0/host0/target0:0:3/0:0:3:0':
KERNELS=="0:0:3:0"
SUBSYSTEMS=="scsi"
DRIVERS==""
ATTRS{ioerr_cnt}=="0x0"
ATTRS{iodone_cnt}=="0x6"
ATTRS{iorequest_cnt}=="0x6"
ATTRS{iocounterbits}=="32"
ATTRS{timeout}=="0"
ATTRS{state}=="running"
ATTRS{rev}=="1.03"
ATTRS{model}=="SCANNER GT-9500 "
ATTRS{vendor}=="EPSON   "
ATTRS{scsi_level}=="1"
ATTRS{type}=="3"
ATTRS{queue_type}=="none"
ATTRS{queue_depth}=="2"
ATTRS{device_blocked}=="0"

  looking at parent device '/devices/pci:00/:00:0c.0/host0/target0:0:3':
KERNELS=="target0:0:3"
SUBSYSTEMS==""
DRIVERS==""

  looking at parent device '/devices/pci:00/:00:0c.0/host0':
KERNELS=="host0"
SUBSYSTEMS==""
DRIVERS==""

  looking at parent device '/devices/pci:00/:00:0c.0':
KERNELS==":00:0c.0"
SUBSYSTEMS=="pci"
DRIVERS=="aic7xxx"
ATTRS{modalias}=="pci:v9004d5078sv9004sd7850bc01sc00i00"
ATTRS{local_cpus}=="ff"
ATTRS{irq}=="177"
ATTRS{class}=="0x01"
ATTRS{subsystem_device}=="0x7850"
ATTRS{subsystem_vendor}=="0x9004"
ATTRS{device}=="0x5078"
ATTRS{vendor}=="0x9004"

  looking at parent device '/devices/pci:00':
KERNELS=="pci:00"
SUBSYSTEMS==""
DRIVERS==""

==


-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
insgesamt 4
lrwxrwxrwx 1 root root  20 2005-04-30 16:04 020_permissions.rules -> 
../permissions.rules
lrwxrwxrwx 1 root root  19 2006-02-05 03:27 025_libgphoto2.rules -> 
../libgphoto2.rules
lrwxrwxrwx 1 root root  16 2006-08-19 19:03 025_libsane.rules -> 
../libsane.rules
lrwxrwxrwx 1 root root  22 2006-02-04 21:19 025_logitechmouse.rules -> 
../logitechmouse.rules
lrwxrwxrwx 1 root root  15 2006-03-30 23:05 025_lomoco.rules -> ../lomoco.rules
lrwxrwxrwx 1 root root  13 2006-02-04 19:20 035_kino.rules -> ../kino.rules
lrwxrwxrwx 1 root root  13 2005-04-30 16:04 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root  25 2006-04-06 21:51 z20_persistent-input.rules -> 
../persistent-input.rules
lrwxrwxrwx 1 root root  19 2006-02-01 00:39 z20_persistent.rules -> 
../persistent.rules
-rw-r--r-- 1 root root 348 2006-09-21 20:11 z25_persistent-net.rules
lrwxrwxrwx 1 root root  33 2006-05-10 11:13 z45_persistent-net-generator.rules 
-> ../persistent-net-generator.rules
lrwxrwxrwx 1 root root  12 2006-02-01 00:39 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root  16 2006-02-01 00:39 z55_hotplug.rules -> 
../hotplug.rules
lrwxrwxrwx 1 root root  19 2006-02-02 10:14 z60_alsa-utils.rules -> 
../alsa-utils.rules
lrwxrwxrwx 1 root root  15 2006-02-04 19:19 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root  33 2006-06-04 02:25 z60_xserver-xorg-input-wacom.rules 
-> ../xserver-xorg-input-wacom.rules
lrwxrwxrwx 1 root root  12 2006-10-01 15:00 z99_hal.rules -> ../hal.rules

-- /sys/:
/sys/bloc

Bug#392580: udev: (Some) Epson SCSI scanners not recognized as scanners

2006-10-12 Thread Fahlke
Am Thu, 12. Oct 2006, 14:44:08 +0200 schrieb Kay Sievers:
> On Thu, 2006-10-12 at 13:26 +0200, Jö Fahlke wrote: 
> > Note that some way to match values in a case insensitive manner would
> > probably allow a more general fix which avoids similiar problems with
> > other vendors.
> 
> fnmatch() which has a FNM_CASEFOLD option. We could use this but I don't
> know a nice way to specify it in the rule key.

I was thinking along the lines of another match operator besides "==".
Somthing like "=~" (which might confuse perl users), "=?" (which
"make" user might confuse with "?="), "=*" (which may suggest that
"=*" uses globbing and "==" does not), "=_" (which does suggest
lowercase but looks awkward, besides "_" is often considered
non-special character) or "=." (which also suggests lowercase).

MfG,
Jö.

-- 
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


signature.asc
Description: Digital signature


Bug#417391: qt4-x11: Security update older than original version

2007-05-15 Thread Fahlke
Package: qt4-x11
Version: 4.2.1-2+b1
Followup-For: Bug #417391

For all architectures but arm there are binary-only uploads of
qt4-x11's binary packages in etch, see for example
http://packages.debian.org/libqt4-core .  These compare newer than the
security update:

==
[EMAIL PROTECTED]:/tmp$ dpkg --compare-versions 4.2.1-2etch1 gt 4.2.1-2+b1
[EMAIL PROTECTED]:/tmp$ echo $?
1
==

MfG,
Jö.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
It is my conviction that killing under the cloak of war is nothing but
an act of murder.
-- Albert Einstein


signature.asc
Description: Digital signature


Bug#394550: debian-installer: [mips] please provide cdrom images bootable on r5k-ip32 (O2)

2006-10-21 Thread Fahlke
Package: debian-installer
Version: daily build 2006-10-20
Severity: wishlist

Hi!

It would be cool to have Debian boot CDs for the SGI O2.  Currently
there are only netboot images available.  I'm willing to invest some
misburned CD-Rs and some time for testing in this...

I already tried simply puting the netboot image from
http://people.debian.org/~ths/d-i/mips/images/daily/r5k-ip32/netboot-boot.img
in an iso-image and running genisovh on it.  The prom loads the image
and tip22 starts executing, but then some exception occurs and the
machine halts.  If I load the same image from network it works fine.

Below are the logs of the boot attempts with escape sequences removed
for better readability.  All boots were done with the serial port as
console.

Thanks,
J,Av(B.

Unsuccessful boot from cdrom, via the "Install System Software" boot
menu entry:
==
tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x88004000, size = 
0x0
Starting kernel; entry point = 0x883c4000
Copied initrd from 0x88ec17c0 to 0x88456000 (0x2a55cf bytes)

Exception: 
Status register: 0x34010082
Cause register: 0x8014
Exception PC: 0x883c4208, Exception RA: 0x88802360
Write address error exception, bad address: 0x8880235f
  Saved user regs in hex (&gpda 0x81061838, &_regs 0x81061a38):
  arg: 8107 89166daa 88803db0 89166d90
  tmp: 8107 2 a13fb101 8 8880 883c4000 2a55cf 8000
  sve: 8107 0 0 0 0 0 0 0
  t8 8107 t9 0 at 0 v0 0 v1 0 k1 a0001000
  gp 8107 fp 0 sp 0 ra 0

PANIC: Unexpected exception

[Press reset or ENTER to restart.]
==

Unsuccessful boot from cdrom, selecting bootfile manually:
==
> ls cdrom(4)partition(8)
cdrom(4)partition(8):
r4k-ip22  sashARCS  r5k-ip32  sash64
> cdrom(4)partition(8)r5k-ip32
7616+10334656+64 entry: 0x888020d0

tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x80004000, size = 
0x0
Starting kernel; entry point = 0x80422000
Copied initrd from 0x88f399b0 to 0x804a (0x2a55c7 bytes)

Exception: 
Status register: 0x34010082
Cause register: 0x800c
Exception PC: 0x80422204, Exception RA: 0x88802360
 exception, bad address: 0x2118
  Saved user regs in hex (&gpda 0x81061838, &_regs 0x81061a38):
  arg: 8107 891def9a 88803db0 891def80
  tmp: 8107 2 a13fb221 7 8880 80422000 2a55c7 8000
  sve: 8107 0 0 0 0 0 0 0
  t8 8107 t9 0 at 0 v0 0 v1 0 k1 a0001000
  gp 8107 fp 0 sp 0 ra 0

PANIC: Unexpected exception

[Press reset or ENTER to restart.]
==

Successful boot from network:
==
> bootp():
Setting $netaddr to 192.168.1.11 (from server jupiter)
Obtaining  from server jupiter
7616+10334656+64 entry: 0x888020d0

tip22: IP22 Linux tftpboot loader 0.3.8.8
Loading program segment 1 at 0x0, size = 0xZeroing memory at 0x80004000, size = 
0x0
Starting kernel; entry point = 0x80422000
Copied initrd from 0x88f399b0 to 0x804a (0x2a55c7 bytes)
Linux version 2.6.17-2-r5k-ip32 (Debian 2.6.17-9) ([EMAIL PROTECTED]) (gcc 
version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)) #1 Wed Sep 13 18:55:45 
BST 2006
ARCH: SGI-IP32
PROMLIB: ARC firmware Version 1 Revision 10
CRIME id a rev 1 at 0x1400
CRIME MC: bank 0 base 0x size 128MiB
CRIME MC: bank 1 base 0x0800 size 128MiB
CRIME MC: bank 2 base 0x5000 size 32MiB
CRIME MC: bank 3 base 0x5200 size 32MiB
CRIME MC: bank 4 base 0x5400 size 32MiB
CRIME MC: bank 5 base 0x5600 size 32MiB
CRIME MC: bank 6 base 0x5800 size 32MiB
CRIME MC: bank 7 base 0x5a00 size 32MiB
CPU revision is: 2321
FPU revision is: 2310
Determined physical RAM map:
 memory: 1000 @  (usable)
 memory: 0c00 @ 5000 (usable)
Initial ramdisk at: 0x804a (2774471 bytes)
Built 1 zonelists
Kernel command line: rd_start=0x804a rd_size=0x2a55c7
Primary instruction cache 32kB, physically tagged, 2-way, linesize 32 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
R5000 SCACHE size 512kB, linesize 32 bytes.
Synthesized TLB refill handler (32 instructions).
Synthesized TLB load handler fastpath (46 instructions).
Synthesized TLB store handler fastpath (46 instructions).
Synthesized TLB modify handler fastpath (45 instructions).
PID hash table entries: 4096 (order: 12, 32768 bytes)
Calibrating system timer... 180 MHz CPU detected
Using 90.018 MHz high precision timer.
Console: colour dummy device 80x25
CRIME memory error at 0x3fe0 ST 0x0400a828
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 13

Bug#396030: jadetex: please convert the changelog to utf-8

2006-10-29 Thread Fahlke
Package: jadetex
Version: 3.13-7.1
Severity: wishlist

Hi!

Frank Küsters name looks really ugly in apt-listchanges between all
the other utf-8 changelogs :)

MfG,
Jö Fahlke.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages jadetex depends on:
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  tetex-bin   3.0-21   The teTeX programs
ii  tetex-extra 3.0.dfsg.3-1 Additional TeX input files of teTe
ii  tex-common  0.34 Common infrastructure for using an
ii  tipa2:1.3-4  System for processing phonetic sym

Versions of packages jadetex recommends:
ii  jade  1.2.1-47   James Clark's DSSSL Engine

Versions of packages tetex-base depends on:
ii  tex-common0.34   Common infrastructure for using an
ii  ucf   2.0015 Update Configuration File: preserv

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe
ii  dpkg  1.13.22package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-18 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkpathsea4  3.0-21 path search library for teTeX (run
ii  libpaper1 1.1.20 Library for handling paper charact
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libpoppler0c2 0.4.5-4.1  PDF rendering library
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-18   The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  2:1.0.3-2  X11 client-side library
ii  libxaw7   1:1.0.2-4  X11 Athena Widget library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxpm4   1:3.5.5-2  X11 pixmap library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  sed   4.1.5-1The GNU sed stream editor
ii  tetex-base3.0.dfsg.3-1   Basic TeX input files of teTeX
ii  tex-common0.34   Common infrastructure for using an
ii  ucf   2.0015 Update Configuration File: preserv
ii  whiptail  0.52.2-7   Displays user-friendly dialog boxe
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages tetex-extra depends on:
ii  tetex-base  3.0.dfsg.3-1 Basic TeX input files of teTeX
ii  tetex-bin   3.0-21   The teTeX programs
ii  ucf 2.0015   Update Configuration File: preserv

-- debconf information:
  tetex-base/olddat: true
  tetex-base/fmtutil-failed:
* tetex-bin/texmf: true
  tetex-base/oldcfg: true
* tetex-base/oldupdm: true
  tetex-base/updmap-failed:

-- 
* >aylee #macht ist voellig aus dem Haeusschen und kuesst den Drucker
mit Inbrunst


signature.asc
Description: Digital signature


Bug#396064: Please make tip22 run on arches other than mips

2006-10-29 Thread Fahlke
Package: tip22
Version: 0.3.8.8
Severity: wishlist

It would be nice for tip22 to be able to run on arches other than
mips, to make cross-development easier.

Thanks for your good work,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
Entstauben ist Mord!


signature.asc
Description: Digital signature


Bug#396066: Please add IP27 (Origin 200) support to tip22

2006-10-29 Thread Fahlke
Package: tip22
Version: 0.3.8.8
Severity: wishlist

I'm trying to get Debian to run on an Origin 200 (IP27).  tip22
support for IP27 would be useful for that.

Note that the IP27 PROM will only load ELF64 binaries, so there needs
to be a 64 bit arclib as well.

Thanks for your good work,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
"Americans have different ways of saying things.
They say 'elevator', we say 'lift' ... they say
'President', we say 'stupid psychopathic git.'"


signature.asc
Description: Digital signature


Bug#396064: Please make tip22 run on arches other than mips

2006-10-29 Thread Fahlke
Am Sun, 29. Oct 2006, 16:45:53 +0100 schrieb Jö Fahlke:
> It would be nice for tip22 to be able to run on arches other than
> mips, to make cross-development easier.

Some more thoughts on this.  There are basicly two ways:

A) Make the package Architecture: all.
B) Do it like binutils, have a "debian/rules binary-cross" target
   where people needing this can build their cross-devel packages
   themselves.

I can see these potential problems with each aproach:

A) * The package needs to "Depends: binutils [mips] |
 binutils-mips-linux-gnu".  However, policy seems to allow
 architectures only in Build-Depends.

   * I don't know how the build deamons cope with a package which is
 Architecture: all but must be build on mips.  A cross toolchain
 is most probably not available on the build deamon.

 This is probably not a big problem, since the maintainer is
 always supposed to upload binaries AFAIK, so the build deamons
 will never have to deal with arcboot and tip22.  Arcboot has to
 be built natively anyway, so the build will always happen on
 mips.

B) * It is less convenient for the user ;)

I'd like to hack a little bit on it, but before I invest time I'd like
to hear the maintainers opinion, especially whether there are any
other potential problems.  (I am not a DD, and I don't know a lot
about policy and the build deamons and stuff.)

Thanks for your good work,
Jö.

-- 
Wenn wir tatsächlich denken würden, und sei es bloß an uns selber,
wäre die Welt schon viel besser.


signature.asc
Description: Digital signature


Bug#396084: tip22 should not depend on binutils-multiarch

2006-10-29 Thread Fahlke
Package: tip22
Version: 0.3.8.8
Severity: normal

Tip22 depends on binutils | binutils-multiarch.  However,
binutils-multiarch does not provide /usr/bin/ld which is used by
tip22.  Nothing else from binutils(-multiarch) is used.

This does not actually break anything since binutils-multiarch
depends on binutils.

Thanks for your good work,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
In the beginning the Universe was created.  This has made a lot of
people very angry and been widely regarded as a bad move.
-- Douglas Adams


signature.asc
Description: Digital signature


Bug#396066: Please add IP27 (Origin 200) support to tip22

2006-10-29 Thread Fahlke
I gave this one a try.  I modified arclib to generate a 64 bit lib,
added a tip27 script and modified the tip22 Makefile to generate
ldscripts for IP27.  I adjusted common/print_outputformat and
common/print_loadaddr.c to support IP27.  However, I don't know how to
figure out the loadaddr for IP27, so it prints the same as for IP32
for now.  /arch/mips/Makefile seems to say something
about the loadaddr.

My work so far is attached.  If anybody wants to continue with this,
feel free, I'm going to bed for now.

Good night,
Jö.

-- 
This message is protected by DoubleROT13 encryption
Attempting to decode it violates the DMCA/WIPO acts


arcboot-0.3.8.8.IP27.diff.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#396066: Please add IP27 (Origin 200) support to tip22

2006-11-04 Thread Fahlke
Am Mon, 30. Oct 2006, 12:49:11 +0100 schrieb Guido Guenther:
> > Note that the IP27 PROM will only load ELF64 binaries, so there needs
> > to be a 64 bit arclib as well.
> Patches for this would be very welcome, let me know if I can be of any
> help.

Well, I'm currently stuck with the loadaddr for IP27.  I can't quiet
figure out what it's supposed to be (I didn't try to simply use the
ones for IP22 or IP32 yet).  If you know what it should be, that would
be of help.

Alternately, if you can point me to some documentation on how
executable files get loaded, so I can get an idea of what is actually
going on, that could also help.

Thanks,
Jö.

-- 
Interpunktion, Orthographie und Grammatik der Email ist frei erfunden.
Eine Übereinstimmung mit aktuellen oder ehemaligen Regeln wäre rein
zufällig und ist nicht beabsichtigt.


signature.asc
Description: Digital signature


Bug#291628: screen: "Could not write /var/run/utmp: No such process"

2007-08-12 Thread Fahlke
Am Sun,  5. Aug 2007, 16:32:25 +0200 schrieb Jan Christoph Nordholz:
> that error is coming from libc, probably as a response to pututline().
> Can you reproduce this bug at will? On what line (terminal/pty) are you
> when this occurs, and what does your utmp look like?

I can't reproduce that anymore.

Jö.

-- 
Gute Nacht Deutschland.


signature.asc
Description: Digital signature


Bug#441806: deskbar-plugins-strigi: Error window pops up after each keystroke

2007-09-11 Thread Fahlke
Package: deskbar-plugins-strigi
Version: 0.5.5-2
Severity: grave
Justification: renders package unusable

When I enable "Find Files with Strigi" in the Deskbar configuration,
every time I type a letter into Deskbar a window pops up with the
following error message.  Since this window appears at every
keystroke, this makes Deskbar quite unusable.

==
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 179, 
in on_start_query_real
matches = modctx.module.query(qstring, deskbar.DEFAULT_RESULTS_PER_HANDLER)
TypeError: query() takes exactly 2 arguments (3 given)
==

Thanks for your work,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages deskbar-plugins-strigi depends on:
ii  deskbar-applet2.18.1-2   universal search and navigation ba
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.6.4  automated rebuilding support for p
ii  strigi-daemon 0.5.5-2fast indexing and searching tool f

deskbar-plugins-strigi recommends no packages.

-- no debconf information

-- 
"Americans have different ways of saying things.
They say 'elevator', we say 'lift' ... they say
'President', we say 'stupid psychopathic git.'"


signature.asc
Description: Digital signature


Bug#414099: gcc-4.1: cross build failure: debug package not built when cross compiling

2007-09-16 Thread Fahlke
Am Sun, 16. Sep 2007, 17:57:04 +0200 schrieb Matthias Klose:
> please recheck if this is still the case with current 4.1 and 4.2
> sources.

I don't currently have a powerpc machine up and running, so I won't
be able to test the resulting compiler very much.  Also, I've switched
to lenny in the meantime.  For building the pakage, I'm using

* dpkg-cross 1.39
* binutils-powerpc-linux-gnu 2.18-1
  (built it myself, no need to patch anymore)

These were all converted with dpkg-cross
* libc6-dev-powerpc-cross 2.6.1-1
* linux-libc-dev-powerpc-cross 2.6.21-6
* libc6-powerpc-cross 2.6.1-1
* libgcc1-powerpc-cross 1:4.2.1-4
* gcc-4.2-base-powerpc-cross 4.2.1-4
* libc6-dev-ppc64-powerpc-cross 2.6.1-1
* libc6-ppc64-powerpc-cross 2.6.1-1

I'm trying gcc-4.2 4.2.1 from lenny.  Let me know if you want gcc-4.1
as well.

The build as such went fine.  It produced the following packages:
cpp-4.2-powerpc-linux-gnu_4.2.1-4_i386.deb
g++-4.2-powerpc-linux-gnu_4.2.1-4_i386.deb
gcc-4.2-powerpc-linux-gnu_4.2.1-4_i386.deb
gcc-4.2-powerpc-linux-gnu-base_4.2.1-4_i386.deb
gobjc++-4.2-powerpc-linux-gnu_4.2.1-4_i386.deb
lib64gcc1-powerpc-cross_4.2.1-4_all.deb
lib64stdc++6-powerpc-cross_4.2.1-4_all.deb
libgcc1-powerpc-cross_4.2.1-4_all.deb
libstdc++6-4.2-dbg-powerpc-cross_4.2.1-4_all.deb
libstdc++6-4.2-dev-powerpc-cross_4.2.1-4_all.deb
libstdc++6-4.2-pic-powerpc-cross_4.2.1-4_all.deb
libstdc++6-powerpc-cross_4.2.1-4_all.deb

They are available from http://jorrit.de/debian/pool/main/g/gcc-4.2/ .
It also produced gcc-4.2_4.2.1-4_i386.changes containing just a single
newline.

I could install all packages except for gobjc++-4.2-powerpc-linux-gnu,
which depends on gobjc-4.2-powerpc-linux-gnu (= 4.2.1-4) and
libobjc2-powerpc-cross (>= 4.2.1-4), which are both unavailable.  Both
gobjc-4.2 and libobjc2 have gcc-4.2 as their source package, so I
guess they should be built together with the rest of gcc.

Here are a few more notes:
* linux-kernel-headers is now a virtual packages provided by
  linux-libc-dev, maybe you want to update debian/README.cross?
* debian/README.cross does not mention the packages
  libgcc1-powerpc-cross, gcc-4.2-base-powerpc-cross,
  libc6-dev-ppc64-powerpc-cross, and libc6-ppc64-powerpc-cross which
  were also necessary for building.  At least the were required by
  some dependencies.
* libgcc1-powerpc-cross is needed to cross-build gcc-4.2 since the
  libc stuff depends on it.  However, cross-building gcc will produce
  another version of libgcc1-powerpc-cross.  The version produced by
  dpkg-cross depends on gcc-4.2-base-powerpc-cross, while the other
  version depends on gcc-4.2-powerpc-linux-gnu-base, which was
  produced in the cross-build.

Thanks for your good work,
Jö.

-- 
F: Was ist der Sinn des Menschen?
A: Die Menschheit voranzubringen.
F: Aber was ist der Sinn der Menschheit?


signature.asc
Description: Digital signature


Bug#443549: tomboy: Passing command-line arguments in .server files is deprecated

2007-09-22 Thread Fahlke
Package: tomboy
Version: 0.6.3-1
Severity: normal

I get the following warning in my syslog:
Sep 22 10:12:31 jupiter bonobo-activation-server (joe-5862): Passing 
command-line arguments in .server files is deprecated: "/usr/bin/tomboy 
--panel-applet"

Thanks,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomboy depends on:
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2.0-cil 2.16.0-7 CLI binding for GConf 2.16
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libglib2.0-cil  2.10.2-1 CLI binding for the GLib utility l
ii  libgmime2.2-cil 2.2.10-1 CLI binding for the MIME library, 
ii  libgnome2.0-cil 2.16.0-7 CLI binding for Gnome 2.16
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libgtk2.0-cil   2.10.2-1 CLI binding for the GTK+ toolkit 2
ii  libgtkspell02.0.10-3+b1  a spell-checking addon for GTK's T
ii  libmono-corlib2.0-cil   1.2.5-3  Mono core library (2.0)
ii  libmono-system2.0-cil   1.2.5-3  Mono System libraries (2.0)
ii  libmono2.0-cil  1.2.5-3  Mono libraries (2.0)
ii  libndesk-dbus-glib1.0-c 0.3-2CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil0.4.2-1  CLI implementation of D-Bus
ii  libpanel-applet2-0  2.18.3-2 library for GNOME Panel applets
ii  libpango1.0-0   1.18.1-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  mono-runtime1.2.5-3  Mono runtime
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

tomboy recommends no packages.

-- no debconf information

-- 
P.S: P.S. in Emails ist ziemlich überflüssing.


signature.asc
Description: Digital signature


Bug#443565: apt: Wrong candidate selection

2007-09-22 Thread Fahlke
Package: apt
Version: 0.7.6
Severity: normal

apt (or at least apt-cache) sometimes selects the wrong package
version as a candidate.  For me that happened with package dar.

Here is the proplematic output of apt-cache policy dar:
==
dar:
  Installed: 2.3.4-1
  Candidate: 2.3.4-1
  Package pin: (not found)
  Version table:
 2.3.5-1 500
500 http://ftp.de.debian.org lenny/main Packages
 *** 2.3.4-1 500
100 /var/lib/dpkg/status
==
I believe that the candidate should in fact be 2.3.5-1, not 2.3.4-1.

Here is some more info which may help in debugging:

As you can see from the configuration files, I have a private
repository.  dar 2.3.4-1 was installed from that repository while my
system was still running etch.  I've since switched to lenny however,
and updated my sources.list to point to the lenny part of my
repository.  I did not however migrate dar from etch to lenny in my
repository, so as apt sees it, there should be no version of dar
available from my repository.

I also left the pins in the preferences file intact.  Here is the
relevant part of my preferences file:
==
Package: *
Pin: release o=Debian,a=testing,c=main
Pin-Priority: 500

Package: *
Pin: origin jorrit.de
Pin-Priority: -1

Package: dar
Pin: origin jorrit.de
Pin-Priority: 500

==
The preferences file is produced in full below.

BTW, in the output of apt-cache policy, what does the "500" after the
version number mean?  I noticed that other packages than dar have "0"
there.

Thanks for your good work,
Jö.


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "0";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::Cache-Limit "33554432";
APT::Acquire "";
APT::Acquire::Translation "environment";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt || exit 10";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "2";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums 
--generate=nocheck -sp /var/cache/apt/archives; fi";
Acquire "";
Acquire::http "";
Acquire::http::Proxy "http://localhost:3128";;
Acquire::ftp "";
Acquire::ftp::Proxy "http://localhost:3128";;

-- /etc/apt/preferences --

Package: *
Pin: release o=Debian,a=testing,c=main
Pin-Priority: 500

Package: *
Pin: release o=Debian
Pin-Priority: -1

Explanation: Package: autobook
Explanation: Pin: release o=Debian,a=testing
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: autoconf-doc
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: automake1.10-doc
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: emacs21-common-non-dfsg
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: gcc-4.1-doc
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: gcc-doc
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: gcc-doc-base
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: glibc-doc-reference
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority: 500
Explanation: 
Explanation: Package: gnu-standards
Explanation: Pin: release o=Debian,a=testing,c=main
Explanation: Pin-Priority

Bug#443565: apt: Wrong candidate selection

2007-09-22 Thread Fahlke
Am Sat, 22. Sep 2007, 15:43:42 +0200 schrieb Jö Fahlke:
> Here is the proplematic output of apt-cache policy dar:
> ==
> dar:
>   Installed: 2.3.4-1
>   Candidate: 2.3.4-1
>   Package pin: (not found)
>   Version table:
>  2.3.5-1 500
> 500 http://ftp.de.debian.org lenny/main Packages
>  *** 2.3.4-1 500
> 100 /var/lib/dpkg/status
> ==

After removing the entry concerning dar from the preferences file
apt-cache policy becomes:
==
dar:
  Installed: 2.3.4-1
  Candidate: 2.3.5-1
  Version table:
 2.3.5-1 0
500 http://ftp.de.debian.org lenny/main Packages
 *** 2.3.4-1 0
100 /var/lib/dpkg/status
==

Thanks,
Jö.

-- 
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


signature.asc
Description: Digital signature


Bug#439349: apticron: fails when apt-get dist-upgrade wants to downgrade some package

2007-08-24 Thread Fahlke
Package: apticron
Version: 1.1.20
Severity: normal
Tags: patch

On line 70, apticron calls apt-get to download upgradeable packages:

==
# do the upgrade downloads
/usr/bin/apt-get -qq -d --allow-unauthenticated dist-upgrade >& 
/dev/null
==

This fails if apt-get thinks it has to downgrade a package:
==
[EMAIL PROTECTED]:~$ LANG=C sudo /usr/bin/apt-get -y -d --allow-unauthenticated 
dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  libopenexr2c2a
The following NEW packages will be installed:
  libiw29 libopenexr2ldbl python2.5 python2.5-minimal
The following packages have been kept back:
  myspell-de-de
The following packages will be upgraded:
  binutils blender cpuburn cups-pdf emacs21 emacs21-bin-common emacs21-common 
email-reminder
  gstreamer0.10-alsa gstreamer0.10-gnomevfs gstreamer0.10-plugins-base 
gstreamer0.10-plugins-ugly
  gstreamer0.10-x ifrename kcontrol kdebase-bin kdebase-kio-plugins 
kdelibs-data kdelibs4c2a kdesktop
  kfind kicker konqueror konqueror-nsplugins konsole kwin libavcodeccvs51 
libavformatcvs51
  libavutilcvs49 libgd-gd2-noxpm-perl libgd2-xpm 
libgstreamer-plugins-base0.10-0 libid3-3.8.3c2a
  libkonq4 libnm-glib0 libpcap0.8 libpostproccvs51 libslab0 myspell-en-gb 
myspell-en-us netapplet
  openexr openoffice.org-hyphenation-de paps reprepro scribus tcpdump 
wireless-tools xkeycaps xterm
  yafray
The following packages will be DOWNGRADED:
  gaia
51 upgraded, 4 newly installed, 1 downgraded, 1 to remove and 1 not upgraded.
Need to get 70.5MB/74.6MB of archives.
After unpacking 23.3MB of additional disk space will be used.
E: There are problems and -y was used without --force-yes
[EMAIL PROTECTED]:~$ echo $?
100
[EMAIL PROTECTED]:~$ 
==
(there are probably more reasons why it might fail...)

The solution is either to
a) add --force-yes to apt-get's parameters or to
b) explicitly ignore the exitcode from apt-get so bash's -e does not
   kick in.

a) has the advantage that packages are still downloaded so I prefer
that :)

Thanks for your work,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apticron depends on:
ii  apt  0.7.3   Advanced front-end for dpkg
ii  apt-listchanges  2.74Display change history from .deb a
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  iproute  20070313-1  Professional tools to control the 
ii  mailutils [mailx]1:1.1+dfsg1-3.1 GNU mailutils utilities for handli

apticron recommends no packages.

-- debconf information:
* apticron/notification: root

-- 
Of all the things I've lost, I miss my mind the most.
-- Ozzy Osbourne


signature.asc
Description: Digital signature


Bug#439524: rhythmbox: focus problems in gnome-audio-profiles-properties

2007-08-25 Thread Fahlke
Package: rhythmbox
Version: 0.10.1-1+b1
Severity: normal

When started from rhythmbox, gnome-audio-profiles-properties has focus
problems.  When started directly from the command line, these problem
don't occur.

The problem is as follows: When I select to edit one of the audio
profiles in gnome-audio-profiles-properties' main window, the new
window that opens does not receive keyboard or mouse input, even
though the window manager tells me that it has focus.  Clicking
the close button on the titlebar of the new window has no effect.
When I press escape (with apparent focus in the new window) the main
window closes, and from that point on the new window reacts to
keyboard and mouse.

You can start gnome-audio-profiles-properties from rhythmbox by
clicking the "Edit" button in the "Library" tab in the preferences
dialog.

Thanks for your work,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rhythmbox depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gst 0.10.14-2GStreamer plugin for ALSA
ii  gstreamer0.10-gnomevfs  0.10.14-2GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-b 0.10.14-2GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-g 0.10.6-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-u 0.10.6-1 GStreamer plugins from the "ugly" 
ii  gstreamer0.10-x 0.10.14-2GStreamer plugins for X11 and Pang
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libavahi-client30.6.20-2 Avahi client library
ii  libavahi-common30.6.20-2 Avahi common library
ii  libavahi-glib1  0.6.20-2 Avahi glib integration library
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome-media0 2.18.0-2+b1  runtime libraries for the GNOME me
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpod20.5.2-2  a library to read and write songs 
ii  libgstreamer-plugins-ba 0.10.14-2GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.14-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libhal1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  liblircclient0  0.8.0-12 LIRC client library
ii  libmusicbrainz4c2a  2.1.5-1  Second generation incarnation of t
ii  libnautilus-burn4   2.18.2-1 Nautilus Burn Library - runtime ve
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsexy20.1.11-2 collection of additional GTK+ widg
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsoup2.2-8  

Bug#439661: openssh-server: Don't complain if IPv4 listening is handled by IPv6

2007-08-26 Thread Fahlke
Package: openssh-server
Version: 1:4.6p1-5
Severity: wishlist

In my auth.log I see lines like
Aug 26 13:11:21 jupiter sshd[13762]: Server listening on :: port 22.
Aug 26 13:11:21 jupiter sshd[13762]: error: Bind to port 22 on 0.0.0.0 failed: 
Address already in use.

However, I am still able to connect to the server via 127.0.0.1.
Apparently, binding a socket to the ipv6 adress :: will also bind it
to the ipv4 address 0.0.0.0 unless /proc/sys/net/ipv6/bindv6only is
set to 1.  It would be nice if sshd would not explicitly bind to
0.0.0.0 or if it would not log that error in this case.

My sshd_config is attached.

Thanks for your work,
Jö.



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-server depends on:
ii  adduser 3.104add and remove users and groups
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  dpkg1.14.5   package maintenance system for Deb
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcomerr2  1.40.2-1 common error description library
ii  libkrb531.6.dfsg.1-6 MIT Kerberos runtime libraries
ii  libpam-modules  0.79-4   Pluggable Authentication Modules f
ii  libpam-runtime  0.79-4   Runtime support for the PAM librar
ii  libpam0g0.79-4   Pluggable Authentication Modules l
ii  libselinux1 2.0.15-2+b1  SELinux shared libraries
ii  libssl0.9.8 0.9.8e-6 SSL shared libraries
ii  libwrap07.6.dbs-14   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  openssh-client  1:4.6p1-5secure shell client, an rlogin/rsh
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

openssh-server recommends no packages.

-- debconf information:
  ssh/new_config: true
* ssh/use_old_init_script: true
  ssh/disable_cr_auth: false
  ssh/encrypted_host_key_but_no_keygen:

-- 
-:- strncmp_ [EMAIL PROTECTED] has joined #macht
-:- strncmp_ is now known as strcmp
 Wer kommt auf die beschissene Idee, sich strncmp zu nennen?
# Package generated configuration file
# See the sshd(8) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

UsePAM yes


signature.asc
Description: Digital signature


Bug#439918: Integrate tinc with portreserve

2007-08-28 Thread Fahlke
Package: tinc
Version: 1.0.8-1
Severity: wishlist
Tags: patch

Today my rpc.statd got port 655, preventing tincd from starting.  This
is a long known problem with other services also, see Bug#261484.  The
workaround is in the package portreserve.

The attached patch (against /etc/init.d/tinc) integrates tinc with
portreserve nearly out of the box; the administrators only have to
tell portreserve which ports to actually reserve, by putting the
apropriate portnumber or servicename into
/etc/portreserve/tinc-$netname .

Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tinc depends on:
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  liblzo2-2   2.02-3   data compression library
ii  libssl0.9.8 0.9.8e-6 SSL shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

tinc recommends no packages.

-- debconf information:
* tinc/restart_on_upgrade: true

-- 
Of all the things I've lost, I miss my mind the most.
-- Ozzy Osbourne
--- tinc	2007/08/28 09:43:31	1.1
+++ tinc	2007/08/28 11:40:40	1.3
@@ -43,6 +43,9 @@
 echo -n "Starting $DESC:"
 for n in $NETS ; do
   echo -n " $n"
+  # best effort: Don't complain if portreserve is not installed
+  # or not running.  Usually everything is as fine as it can be anyway.
+  portrelease tinc-$n >/dev/null 2>&1 || true
   $DAEMON -n $n $EXTRA
 done
 echo "."


signature.asc
Description: Digital signature


Bug#440150: tinc: Don't complain if IPv4 listening is handled by IPv6

2007-08-30 Thread Fahlke
Package: tinc
Version: 1.0.8-1
Severity: wishlist

In my syslog I get the following line from tinc:
Aug 30 09:27:37 jupiter tinc.planets[4052]: Can't bind to 0.0.0.0 port 655/tcp: 
Address already in use

lsof shows that tinc is using an IPv6 socket to make IPv4 connections
instead (IP's censored by me)
tincd 4052root5u IPv6  11926  TCP 
*:tinc (LISTEN)
tincd 4052root7u IPv6  35204  TCP 
192.168.xxx.xxx:tinc->xxx.xxx.xxx.xxx:42613 (ESTABLISHED)

Apparently, binding a socket to the ipv6 adress :: will also bind it
to the ipv4 address 0.0.0.0 unless /proc/sys/net/ipv6/bindv6only is
set to 1.  It would be nice if tincd would not explicitly bind to
0.0.0.0 or if it would not a pointless warning in this case.

I reported the same issue against openssh-server in Bug#439661.

Thanks for your work,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tinc depends on:
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  liblzo2-2   2.02-3   data compression library
ii  libssl0.9.8 0.9.8e-6 SSL shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

tinc recommends no packages.

-- debconf information:
* tinc/restart_on_upgrade: true

-- 
"Ich habe eine Maschine erfunden, die den Kommerz aus Weihnachten
entfernt." -- "Lass uns ganz viele davon bauen und für viel Geld
verkaufen."
-- http://www.nichtlustig.de/toondb/021220.html


signature.asc
Description: Digital signature


Bug#440172: fdm: Predefining macros with -D does not work

2007-08-30 Thread Fahlke
Package: fdm
Version: 1.3c-1
Severity: normal

When I predefine the $path macro on fdms command line like this:
> fdm -a stdin -D '$path'="$HOME/users/$EXT" -f "$fdmrules" fetch
fdm nevertheless complains
> /home/jorrit/.fdm/rules: invalid path at line 6

The contents of /home/jorrit/.fdm/rules:
> # $path is set on the command line
> 
> account "stdin" stdin
> 
> match all action maildir "${path}"

As far as I can tell, this is because parse_macros TAILQ is not yet
initialized when the command line options are parsed.  It is
initialized later when the config file is parsed, which is done by
parse_conf() from parser.y.

Tanks for your work,
Jö.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fdm depends on:
ii  adduser 3.104add and remove users and groups
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8e-6 SSL shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

fdm recommends no packages.

-- no debconf information

-- 
In the beginning the Universe was created.  This has made a lot of
people very angry and been widely regarded as a bad move.
-- Douglas Adams


signature.asc
Description: Digital signature


Bug#440231: fdm: %0 to %9 broken when mail has From_ line

2007-08-30 Thread Fahlke
Package: fdm
Version: 1.3c-1
Severity: important

When matching regexps to mail with From_ lines, the substitution tags
%0 - %9 contain bogus strings.  More precisely: if the From_ line
including the trailing newline is 47 characters long, they contain the
strings which come 47 characters positions earlier in the mail then
the string they should contain.

There is a test case attached; 'sample' contains a sample Mail to
reproduce the problem and 'sample-rules' has the corresponding rules.
Run "fdm -f sample-rules fetch  seen die_MACHT
 I don't know who die_MACHT is.
From [EMAIL PROTECTED] Thu Aug 30 15:58:46 2007
X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/4317

Mail Text
account "stdin" stdin

match "^X-Mailing-List: <(somelist)@some\.where\.else>" in headers action {
exec "echo >&2 '%%0=>%0<'"
exec "echo >&2 '%%1=>%1<'"
}   


signature.asc
Description: Digital signature


Bug#440364: maildirsync: Use of uninitialized value

2007-08-31 Thread Fahlke
Package: maildirsync
Version: 1.1-2
Severity: normal

There are several instances where maildirsync uses uninitialized
values inappropriatly when the connection to the other side breaks or
cant be established.  Below is the relevant stuff from my syslog.

Thanks for your good work,
Jö.

Aug 31 16:44:19 paranoia syncmails[16403]: ssh: maildirsync-xeneris: Name or 
service not known^M 
Aug 31 16:44:19 paranoia syncmails[16403]: Use of uninitialized value in scalar 
chomp at /usr/bin/maildirsync line 370. 
Aug 31 16:44:19 paranoia syncmails[16403]: Use of uninitialized value in split 
at /usr/bin/maildirsync line 371. 
Aug 31 16:44:19 paranoia syncmails[16403]: Use of uninitialized value in string 
eq at /usr/bin/maildirsync line 157. 
Aug 31 16:44:19 paranoia syncmails[16403]: Use of uninitialized value in string 
ne at /usr/bin/maildirsync line 158. 
Aug 31 16:44:19 paranoia syncmails[16403]: Protocol error at 
/usr/bin/maildirsync line 158. 
Aug 31 16:45:19 paranoia syncmails[16403]: ssh: maildirsync-xeneris: Name or 
service not known^M 
Aug 31 16:45:19 paranoia syncmails[16403]: Use of uninitialized value in scalar 
chomp at /usr/bin/maildirsync line 370. 
Aug 31 16:45:19 paranoia syncmails[16403]: Use of uninitialized value in split 
at /usr/bin/maildirsync line 371. 
Aug 31 16:45:19 paranoia syncmails[16403]: Use of uninitialized value in string 
eq at /usr/bin/maildirsync line 195. 
Aug 31 16:45:19 paranoia syncmails[16403]: Use of uninitialized value in 
concatenation (.) or string at /usr/bin/maildirsync line 219. 
Aug 31 16:45:19 paranoia syncmails[16403]: Unknown command received:   at 
/usr/bin/maildirsync line 219. 
Aug 31 16:45:26 paranoia syncmails[16403]: Wait interrupted Checking for output 
on 2 file descriptors 


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages maildirsync depends on:
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages maildirsync recommends:
ii  openssh-client [rsh-client]   1:4.6p1-5  secure shell client, an rlogin/rsh

-- no debconf information

-- 
P.S: P.S. in Emails ist ziemlich überflüssing.


signature.asc
Description: Digital signature


Bug#412720: xserver-xorg-video-i810: x-server sometimes fails to start

2007-07-19 Thread Fahlke
Am Thu, 19. Jul 2007, 22:04:17 +0200 schrieb Jö Fahlke:
> I recompiled xorg-server and xserver-xorg-video-intel from testing for
> etch and we tried that.  Now a different problem occurs: The X server
> is unable to allocate video memory (logs attached).

It appears that shutting down the computer, disconnecting the power,
reconnecting it, and switching the computer back on (the same
procedure as for the original problem) made this problem go away for
now.

-- 
Warum die Sonne verboten werden sollte: http://www.bastiat.de unter
"Petition".


signature.asc
Description: Digital signature


Bug#444164: grep: Interference of [] and {} in UTF-8

2007-09-26 Thread Fahlke
Package: grep
Version: 2.5.3~dfsg-2
Severity: normal

The problem roughly boils down to this:
==
[EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E 
'(([1-9][0-9]|[0])\.){2}'
[EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E 
'(([1-9][0-9]|0)\.){2}'
88.77.87.16
[EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE" grep -E 
'(([1-9][0-9]|[0])\.){2}'
88.77.87.16
[EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E 
'(([1-9][0-9]|[0])\.){1}'
88.77.87.16
[EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E 
'(([1-9][0-9]|[0])\.)(([1-9][0-9]|[0])\.)'
88.77.87.16
[EMAIL PROTECTED]:~$ 
==

There is something wicked going on.  The first regexp does not match,
although it should.  Removing the brackets from the 0, setting the
CTYPE to non UTF-8, setting the repetition count in the braces to 1 or
simply doubling the subexpression instead of using a repetition count
all make the regexp match.

Thanks,
Jö.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grep depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries

grep recommends no packages.

-- no debconf information

-- 
If you receive something that says "Send this to everyone you know,"
pretend you don't know me.


signature.asc
Description: Digital signature


Bug#392069: vde: Workaround

2007-02-03 Thread Fahlke
Package: vde
Version: 1.5.11-1
Followup-For: Bug #392069

As a workaround, putting

 pre-up tunctl -u vde-net -t tap0

in the stanza for tap0 in /etc/network/interfaces seems to help.

MfG,
Jö.

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages vde depends on:
ii  adduser 3.102Add and remove users and groups
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries

vde recommends no packages.

-- no debconf information

-- 
Wenn wir tatsächlich denken würden, und sei es bloß an uns selber,
wäre die Welt schon viel besser.


signature.asc
Description: Digital signature


Bug#365715: chkrootkit: Some checks ignore positive results

2006-05-02 Thread Fahlke
Package: chkrootkit
Version: 0.46a-3
Severity: normal

Hi!

chkrootkit does some tests but ignores the result.  Example:

==
   ### China Worm (Sadmind/IIS Worm)
   if [ "${QUIET}" != "t" ];then printn "Searching for Sadmind/IIS Worm... "; fi
   files=`${find} ${ROOTDIR}dev/cuc > /dev/null 2>&1`
   if [ "${files}" = "" ]; then
  if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
   else
 echo "${files}"
   fi
==

Here all find output is sent to /dev/null, and $files is always empty.

I found this error in the following tests:
China Worm (Sadmind/IIS Worm)
MonKit
OpticKit
Mithra's Rootkit

Thanks,
Jö.

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages chkrootkit depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  debconf [debconf-2.0 1.4.72  Debian configuration management sy
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  procps   1:3.2.6-2.1 /proc file system utilities

chkrootkit recommends no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q -n
* chkrootkit/diff_mode: true

-- 
 seen die_MACHT
 I don't know who die_MACHT is.


signature.asc
Description: Digital signature


Bug#420313: cdimage.debian.org: dists/etch/Release.gpg missing from DVD images

2007-04-21 Thread Fahlke
Package: cdimage.debian.org
Severity: important

The Release files on the DVD images are not signed.  Aptitude
complains about this with a big warning.  One could disable the
security features of apt since the DVDs are known to be good, but that
is not desireable when there are other sources in sources.lists, like
security.debian.org.

Since most people will want security updates I set Severity:
important.

Thanks for your good work,
Jö.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

-- 
Das Erststudium soll bis zum berufsqualifizierenden Abschluss
gebührenfrei bleiben, also bis zur Erlangung der Taxi-Lizenz.
-- Akrützel, Ausgabe vom 16.5.2002 (www.akruetzel.de)


signature.asc
Description: Digital signature