Bug#404203: sympa: Obsolete dirs

2006-12-22 Thread Jean Charles Delepine
Package: sympa
Version: 5.2.3-0.7
Severity: wishlist
Tags: patch

--- debian/dirs 2006-12-22 00:48:53.0 +0100
+++ /home/delepine/src/SYMPA/sympa-5.2.3/debian/dirs2006-12-20 
12:06:38.0 +0100
@@ -2,9 +2,7 @@
 etc/logrotate.d
 etc/mail
 etc/sympa/create_list_templates
-etc/sympa/templates
 etc/sympa/scenari
-etc/sympa/wws_templates
 usr/bin
 usr/sbin
 usr/lib/cgi-bin/sympa
@@ -20,8 +18,6 @@
 usr/share/sympa/icons
 usr/share/sympa/locale
 usr/share/sympa/scenari
-usr/share/sympa/templates
-usr/share/sympa/wws_templates
 var/lib/sympa
 var/lib/sympa/expl
 var/lib/sympa/x509-user-certs


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable'), (10, 'experimental')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
--- debian/dirs 2006-12-22 00:48:53.0 +0100
+++ /home/delepine/src/SYMPA/sympa-5.2.3/debian/dirs2006-12-20 
12:06:38.0 +0100
@@ -2,9 +2,7 @@
 etc/logrotate.d
 etc/mail
 etc/sympa/create_list_templates
-etc/sympa/templates
 etc/sympa/scenari
-etc/sympa/wws_templates
 usr/bin
 usr/sbin
 usr/lib/cgi-bin/sympa
@@ -20,8 +18,6 @@
 usr/share/sympa/icons
 usr/share/sympa/locale
 usr/share/sympa/scenari
-usr/share/sympa/templates
-usr/share/sympa/wws_templates
 var/lib/sympa
 var/lib/sympa/expl
 var/lib/sympa/x509-user-certs


Bug#404143: Fans unreliable under load, permanent memory leak

2006-12-22 Thread Marc 'HE' Brockschmidt
Sven Luther [EMAIL PROTECTED] writes:
 On Fri, Dec 22, 2006 at 12:53:09PM +0100, Marc 'HE' Brockschmidt wrote:
 maximilian attems [EMAIL PROTECTED] writes:
 On Fri, Dec 22, 2006 at 11:28:29AM +0100, Marc 'HE' Brockschmidt wrote:
 Fix it or document it, I don't care. But the current state is not
 releasable.
 we are not talking about a patch.
 what you need is an backport of the 2.6.19 acpi release to 2.6.18.
 Read again what I wrote. I will not allow Debian to release with a
 Kernel that may damage hardware without even a notice in the release
 notes. If you are not able to fix it, note that you have provided a
 broken kernel.
 Cool, let's delay etch a couple of weeks and move to a (now released) 2.6.19
 kernel, to solve this issue.

Let's try again: Fix it *OR* explain in the release notes that the
kernel in etch is broken for some hardware.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
79: Usenet
   Ich habe zuviel Freizeit. (Florian Kuehnert)


pgpwpNLk8yIZi.pgp
Description: PGP signature


Bug#404208: sympa doesn't works with RAMRUN=yes

2006-12-22 Thread Jean Charles Delepine
Package: sympa
Version: 5.2.3-0.7
Severity: wishlist
Tags: patch

man rcS :
   RAMRUN Make  /var/run/  available  as  a ram file system (tmpfs).  Will
  also disable cleaning of /var/run/ during boot.  Set to 'yes' to
  enable,  to  'no' to disable.  The size of the tmpfs can be con-
  trolled using TMPFS_SIZE and RUN_SIZE in /etc/defaults/tmpfs.

--- debian/init.old 2006-12-22 15:40:19.0 +0100
+++ debian/init 2006-12-22 15:52:58.0 +0100
@@ -3,6 +3,7 @@
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 DAEMON=/usr/lib/sympa/bin/sympa.pl
+RUNDIR=/var/run/sympa
 PIDFILE=/var/run/sympa/sympa.pid
 
 ARCHIVED_DAEMON=/usr/lib/sympa/bin/archived.pl
@@ -34,6 +35,13 @@
 
 case $1 in
   start)
+# check for /var/run/sympa/ which maybe have only been on a tempfs
+if [ ! -d $RUNDIR ]; then
+   mkdir $RUNDIR
+   chown $OWNER $RUNDIR
+   chmod 755 $RUNDIR
+fi
+ 
 echo -n Starting mailing list manager:
 echo -n  sympa
 start-stop-daemon --start --quiet --pidfile $PIDFILE \


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable'), (10, 'experimental')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages sympa depends on:
ii  adduser  3.100   Add and remove users and groups
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  libarchive-zip-perl  1.16-1  Module for manipulation of ZIP arc
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcgi-fast-perl 5.8.8-6.1   CGI::Fast Perl module
ii  libcrypt-ciphersaber-perl0.61-4  Perl module implementing CipherSab
ii  libdbd-mysql-perl3.0008-1A Perl5 database interface to the 
ii  libdbi-perl  1.53-1  Perl5 database interface by Tim Bu
ii  libfcgi-perl 0.67-2  FastCGI Perl module
ii  libintl-perl 1.16-1  Uniforum message translations syst
ii  libio-stringy-perl   2.110-1 Perl5 modules for IO from scalars 
ii  libmailtools-perl1.74-1  Manipulate email in perl programs
ii  libmd5-perl  2.03-1  backwards-compatible wrapper for D
ii  libmime-perl 5.420-0.1   Perl5 modules for MIME-compliant m
ii  libmsgcat-perl   1.03-3  Locale::Msgcat perl module
ii  libnet-ldap-perl 1:0.33-2A Client interface to LDAP servers
ii  libtemplate-perl 2.14-1  template processing system written
ii  libxml-libxml-perl   1.59-2  Perl module for using the GNOME li
ii  mhonarc  2.6.16-1Mail to HTML converter
ii  perl [libmime-base64-perl]   5.8.8-6.1   Larry Wall's Practical Extraction 
ii  perl-suid5.8.8-6.1   Runs setuid Perl scripts
ii  postfix [mail-transport-agen 2.3.4-3 A high-performance mail transport 
ii  sysklogd [system-log-daemon] 1.4.1-18System Logging Daemon

Versions of packages sympa recommends:
ii  doc-base  0.7.21 utilities to manage online documen
ii  logrotate 3.7.1-3Log rotation utility

-- debconf information:
* wwsympa/webserver_type: Apache
* sympa/listmaster: [EMAIL PROTECTED]
* wwsympa/wwsympa_url: http://test.u-picardie.fr/wws
* wwsympa/webserver_restart: true
* sympa/hostname: test.u-picardie.fr
* sympa/db_options:
* sympa/soap_url: http://test.u-picardie.fr/sympasoap
  sympa/wwsympa_configured: true
* sympa/db_name: sympa
* sympa/db_type: MySQL
* sympa/db_configured: true
  sympa/soap_configured: false
* sympa/db_hostname: localhost
* sympa/language: en_US
* sympa/use_db: true
  sympa/db_removeonpurge: false
* sympa/use_soap: true
* wwsympa/remove_spool: true
* sympa/db_user: sympa
* wwsympa/fastcgi: false
* sympa/use_wwsympa: true
  sympa/db_authtype: Ident-based
  sympa/db_port:
  sympa/remove_spool: false
* sympa/smime_support: false
--- debian/init.old 2006-12-22 15:40:19.0 +0100
+++ debian/init 2006-12-22 15:52:58.0 +0100
@@ -3,6 +3,7 @@
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 DAEMON=/usr/lib/sympa/bin/sympa.pl
+RUNDIR=/var/run/sympa
 PIDFILE=/var/run/sympa/sympa.pid
 
 ARCHIVED_DAEMON=/usr/lib/sympa/bin/archived.pl
@@ -34,6 +35,13 @@
 
 case $1 in
   start)
+# check for /var/run/sympa/ which maybe have only been on a tempfs
+if [ ! -d $RUNDIR ]; then
+   mkdir $RUNDIR
+   chown $OWNER $RUNDIR
+   chmod 755 $RUNDIR
+fi
+ 
 echo -n Starting mailing list manager:
 echo -n  sympa
 start-stop-daemon --start --quiet --pidfile $PIDFILE \


Bug#401372: iceape-browser: crashes on startup

2006-12-22 Thread Hendrik-Jan Heins

Sorry,

things are a bit of a mess here now, can't help at the moment.

Hendrik-Jan

2006/12/22, Alexander Sack [EMAIL PROTECTED]:

On Fri, Dec 22, 2006 at 07:38:17AM +0100, Mike Hommey wrote:
 On Fri, Dec 22, 2006 at 01:53:15AM +0100, Andreas Barth [EMAIL PROTECTED] 
wrote:
  * Mike Hommey ([EMAIL PROTECTED]) [061204 13:00]:
   On Mon, Dec 04, 2006 at 07:50:37PM +0100, Mike Hommey [EMAIL PROTECTED] 
wrote:
On Mon, Dec 04, 2006 at 01:25:26PM -0500, Aaron M. Ucko [EMAIL 
PROTECTED] wrote:
 Mike Hommey [EMAIL PROTECTED] writes:

  So, I fixed the three packages (diggler, livehttpheaders and
  tabextensions), but until I'm done with iceape 1.0.6-2 here is what 
you
  can do:

 Thanks!  I tried a variant of that procedure earlier today, and found
 that /usr/lib/iceape/chrome still had one stray symlink
 (installed-chrome.txt), requiring a small amount of extra manual
 cleanup.
   
Oh, another bug :-p
The file is not supposed to stay there...
  
   Ah okay, the file is removed from /usr/share/iceape/chrome... that's why
   it's still there...  upgrade script will have to be hackish...
 
  Anything one can help with this bug? iceape now blocks about 30
  otherwise ready packages.

 Considering how much time I've had recently, sending a patch could be
 something to help. Waiting a bit more could be something else.

 I *hope* to have enough time to do an upload on saturday or sunday.


If you don't have time it would help to outline your idea about the
hackish upgrade script.

 - Alexander
--
 GPG messages preferred.|  .''`.  ** Debian GNU/Linux **
 Alexander Sack | : :' :  The  universal
 [EMAIL PROTECTED]| `. `'  Operating System
 http://www.asoftsite.org/  |   `-http://www.debian.org/


___
pkg-mozilla-maintainers mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-mozilla-maintainers




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404012: I'm not planning to change z80asm, please let me know if I misunderstood you

2006-12-22 Thread Bas Wijnen
Hi,

You wrote in response to bug #404012 It be fixed in upload.  I conclude from
that that you'll remove the file from z88dk-bin.  If that is not the case, or
you want to propose some other solution, please let me know.

Thanks,
Bas Wijnen

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Bug#403969: xserver-xorg: xserver crashing, mode related?

2006-12-22 Thread Michel Dänzer
retitle 403969 tdfx crashes X with AIGLX but without (working) libglide3
kthxbye

On Fri, 2006-12-22 at 08:10 -0500, Rob Bochan wrote:
 On Friday 22 December 2006 01:52, you wrote:
 
  Try
 
  LIBGL_DEBUG=verbose glxinfo 21 /dev/null
 
 There are complaints about missing files relating to libglide3 (attached 
 glx.log) and a file that doesn't seem to exist period (drirc), even via 
 apt-cache search. 

It's an optional configuration file.

 I wasn't previously aware there was a libglide3, and don't 
 recall it being any sort of dependency for the tdfx driver. 

See bug #387339.

 I just installed libglide3 and ran the same command (attached 
 glx-postglide3.log), and there were related errors.

That's bug #326099/#329920.

 I also temporarily commented the AIGLX line from my xorg.conf, that you 
 advised earlier, but the crashes reoccurred.

Yeah, it's still falling back to indirect rendering without a working
Glide. It's possible that a working Glide would also fix the AIGLX crash
with indirect rendering, in which case this would be another duplicate
of the libglide3 bugs above, but I'm just changing the title for now.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#404211: RFP: libnxml -- parsing, writing and creating xml 1.0/1.1 file or streams

2006-12-22 Thread Nico Golde
Package: wnpp
Severity: wishlist

* Package name: libnxml
  Version : 0.15
  Upstream Author : Andrea Marchesini [EMAIL PROTECTED]
* URL : http://www2.autistici.org/bakunin/codes.php
* License : GPL
  Programming Lang: C
  Description : parsing, writing and creating xml 1.0/1.1 file or streams

C library for parsing, writing and creating XML 1.0 and 1.1 
files or streams. It supports UTF-8, UTF-16be, UTF-16le and 
UCS-4 (1234, 4321, 2143, 2312).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


signature.asc
Description: Digital signature


Bug#404192: hylafax-server: Please Package version 5.0

2006-12-22 Thread Alessandro Polverini
On Fri, 2006-12-22 at 14:01 +0100, Giuseppe Sacco wrote:
 Hylafax 4.3.1 is the patest stable release of hylafax.
 You are probably referring at hylafax+, a branch born during 2006 from
 hylafax.
 
 What do you need from hylafax+ that is not already in hylafax?

Hello Giuseppe,
I didn't knew of the branching, sorry.
I don't need any particular feature (yet), but I supposed that that was
the new (and only) development.

Thanks,
Alex



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402783: reproduced #402783

2006-12-22 Thread Ana Guerrero
Hi,

On Sat, Dec 16, 2006 at 03:55:03PM +0100, Lucas Nussbaum wrote:
 I could reproduce this bug on sid/amd64. However, it builds fine on
 etch/amd64, so the bug is likely to be in another package.


 On etch/i386, I ran into a different failure:
[...]
 removing 'build/temp.linux-i686-2.4' (and everything under it)
 removing 'build/lib.linux-i686-2.4' (and everything under it)
 'build/bdist.linux-i686' does not exist -- can't clean it
 'build/scripts.linux-i686-2.4' does not exist -- can't clean it
 mv  Lib/weave/examples/ 
 /root/python-scipy-0.5.1/debian/python-scipy/usr/share/doc/python-scipy/weave
 mv: cannot stat `Lib/weave/examples/': No such file or directory
 make: *** [install] Error 1


This problem was fixed in 0.5.1-3 that was uploaded the same day you
sent this mail, so i guess you tried with 0.5.1-2. Could you check this?

I have found out this problem is only affecting Sid, but not Etch, it is
all swig's fault.
python-scipy builds fine in Etch with swig 1.3.29-2.1, but in sid the
current version is swig 1.3.31-1, uploaded 2006-12-02,  and it seems 
this new version has introduced some changes for Python compatibility [0].

I guess we can tag this bug as not affecting Etch, but no idea what
the tag is :)

Ana


[0] http://www.python.org/dev/peps/pep-0353/#conversion-guidelines


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404205: libc6: readdir() return value is not always as documented

2006-12-22 Thread Derrell Lipman
Package: libc6
Version: 2.3.2.ds1-22
Severity: normal


The readdir() man page states that readdir() returns a pointer to a struct
dirent, and shows the fields of the dirent structure which include
d_name[256].  It appears, however, that readdir() actually returns a pointer
to within the dirp buffer, and if towards the end of the dirp buffer, the
pointer returned by readdir() may not be accessible through the full
sizeof(struct dirent).  This disallows structure assignments or memcpy of the
entire structure as they cause segmentation violations.

The easiest solution to this problem is probably to change the man page to
indicate that, although the structure has a d_name[256] field, it should be
treated, as with POSIX, as only long enough to hold the file name and its
terminating null character.  Accesses beyond that null byte may cause (and
have been seen in the wild to actually cause) a segmentation violation.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397084: 1:2.1.1-4 from snapshot.debian.net works

2006-12-22 Thread Mikko Rapeli
Previous version of xserver-xorg-video-savage does not seem to have this
bug, so downgrading to 1:2.1.1-4 is a workaround:

http://snapshot.debian.net/package/xserver-xorg-video-savage

-Mikko


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#401870: update bug #401870 (patch, description)

2006-12-22 Thread Jon Dowland
retitle 401870 should no longer recommend python-cjkcodecs or python-iconvcodec
tags 401870 +patch
thanks

python-iconvcodec is also to be dropped from Etch.

Patch attached.

-- 
Jon Dowland
--- debian/control~	2006-11-06 09:15:24.0 +
+++ debian/control	2006-12-22 14:47:56.0 +
@@ -10,7 +10,6 @@
 Package: reportbug
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-cjkcodecs | python-iconvcodec
 Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils ( 1.1.0), debsums, file ( 1.30), dlocate, python-urwid
 XB-Python-Version: ${python:Versions}
 Description: reports bugs in the Debian distribution
@@ -31,9 +30,3 @@
  .
  This package also includes the querybts script for browsing the
  Debian bug tracking system.
- .
- If your system's users use locales with character sets other than
- UTF-8 and ISO-8859-*, one of either python2.3-cjkcodecs or
- python2.3-iconvcodec is required for proper operation.  For Asian
- locales, the use of python2.3-cjkcodecs is preferred over the more
- limited python2.3-iconvcodec.


Bug#404079: display problem with xterm + screen and bold characters

2006-12-22 Thread Thomas Dickey
On Fri, Dec 22, 2006 at 03:04:53PM +0100, Vincent Lefevre wrote:
 On 2006-12-22 06:27:26 -0500, Thomas Dickey wrote:
  If there's no new information here, there's nothing to fix (the
  fixes are in ncurses 5.5, and there's no way other than by breaking
  the related fixes for luit to make ncurses 5.4 work as you want).
 
 The problem is that Debian/stable still provides ncurses 5.4.
 So, there must be a fix for Debian.
 
 Also, concerning Mac OS X, though I have ncurses 5.5 installed (via
 MacPorts), the problem is that several programs are written for curses
 (instead of ncurses), and ncurses 5.5 doesn't provide compatibility
 links. I've already reported a few bugs for MacPorts and written a few
 fixes, e.g.
 
   http://trac.macosforge.org/projects/macports/ticket/11157

I've seen some confusing comments about Mac OS X curses versus ncurses,
but am left with the impression that it's still ncurses (in a different
directory, etc, but still the same code).

Even still, 5.4 is nearly three years old, and there's a year-old 5.5
release which Mac OS X should be using.
 
  Also note (as you already did) that there's a known workaround (use the
  terminal description that uses the single-character ^N and ^O rather than
  \E(B, etc.
 
 But this time, these characters break less!
 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399848

That's odd, since less has always been a termcap application.
Perhaps it's a regression, e.g., changes by someone using a terminfo
underneath.
 
 And I don't know if this is related to changes in ncurses:
 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403612

Since less uses only the termcap interface, it would only be
related to changes in that one area.

Essentially the changes to sgr0 were made necessary by a long-ago equating
of terminfo sgr0 and termcap me.  They're not identical:

a) several years ago, I made changes to allow termcap applications
   to assume that me (sgr0) did not reset line-drawing since
   termcap applications generally did not support that feature.

b) that change only worked for single-bytes - and the change
   I noted yesterday was a fix for that.  The fix was needed to
   allow using multi-byte \E(B, etc., to support luit.

c) further changes past that point were refinement (improving
   the interaction with applications that had not been fixed
   with (b)).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpIVU91XweRF.pgp
Description: PGP signature


Bug#337779: marked as done (release-notes do not suggest re-running lilo)

2006-12-22 Thread Stephen Gran
This one time, at band camp, Jens Seidel said:
 On Fri, Dec 22, 2006 at 12:48:20AM +0100, Frans Pop wrote:
  That this is now documented in lilo does not mean it should not be 
  documented in the RN too.
 
 Indeed. I also noticed that during a regular kernel update lilo is not
 always called. That's probably a bug in kernel-package even if it is
 currently reported against linux-2.6 in #396422.

I have noticed that the defaults put into kernel-img.conf differ based
on when the system was installed.  Once do_bootloader = Yes has ben
added to the file, though, I've never sen kernal-package postinst's fail
to run lilo.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#403332: util-vserver can not hashify a guest

2006-12-22 Thread Daniel Hokka Zakrisson

Ola Lundqvist wrote:

Hi

On Fri, Dec 22, 2006 at 12:17:52AM +0100, Daniel Hokka Zakrisson wrote:

Ola Lundqvist wrote:

Hi again

Now I know that gcc 4.2 is not generally available unfortunatly
so that is not an option...

I wonder which alternative that is best. To disable optimisation or
remove --enable-apis=NOLEGACY... For sparc only of course.
I don't think the latter is sufficient. If vc_get_iattr is any 
indication, the current compiler's optimizations are _very_ broken. A 
lot of the instructions are ordered incorrectly. I think disabling the 
optimizations is the only way to fix it locally, though I guess gcc 
really ought to be fixed.


Maybe this bug should be forwarded to the gcc package?
Or can you write a new bug against that package and mark this one as
related? I can do that of course but you seem to know in more details
what is wrong.


Unfortunately I have no idea how to use the Debian BTS (and I'm not a 
Debian user nor developer, so it would be somewhat strange if the report 
came from me). If you give me a bug number, I'd be more than happy to 
add my analysis to it though. (Or I could add it here, if you think it's 
relevant.)


--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404204: binutils: _very_ slow linking of objects produced by g++-4.1

2006-12-22 Thread Alexander Kogan
Package: binutils
Version: 2.17-3
Severity: important

Hi!

I have a large C++ project, more then 10 Mb of code. When all object
files of it have been compiled by g++-4.0, link time is not more 2
minutes. After moving to g++-4.1, link time becomes more than an hour.
I read a message in binutils mailing list that there is a patch to fix
such behaviour, will it be merged into binutils in debian?

% g++ --version
g++-4.1 (GCC) 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages binutils depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

binutils recommends no packages.

-- no debconf information


--
Alexander Kogan
Institute of Applied Physics
Russian Academy of Sciences



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404210: ddpo: Not showing a sponsored upload by new maintainer (no projectb data found)

2006-12-22 Thread Neil Williams
Package: qa.debian.org
Severity: normal

I'm a new maintainer (October 06) and I've made several uploads, most of
which show up EXCEPT the sponsored upload of dlume. It showed up
originally as Pending Uploads and 'incoming' but now that dlume 0.2.4-4
has been installed, there is no listing on my ddpo page.

My ddpo:
http://qa.debian.org/[EMAIL PROTECTED]

My sponsoree ddpo:
http://qa.debian.org/[EMAIL PROTECTED]

Instead of showing 'codehelp' in the tooltip (as it did when the upload
was still pending), the tooltip from Jari's page now only shows 'unstable (no
projectb data found)'.

There is also one NMU that isn't showing up, rivet - same message in the
tooltip.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#403404: [Debian-in-workers] Bug#403404: ttf-malayalam: error while opening ttf file with fontforge

2006-12-22 Thread Davide Viti
Hi,

 http://www.webalice.it/zinosat/g-i/rachana_w01.iso
 
 
 I downloaded and tested it. Looks good. Still need some pango changes and we
 are working on it. Just wondering if we could use the otf directly as
 malayalam requires substitution at the font level for some conjucts.

sorry for the late reply; the version of ttf-malayalam-fonts-udeb
(1:0.4.7.3) contains the otf file. I just rebuilt an iso and in case
you wanted to try it here's the link:

http://www.webalice.it/zinosat/g-i/rachana_w01_otf.iso

please give us some more feedback.
Thanx in advance,

Davide


signature.asc
Description: Digital signature


Bug#404215: All seems ok but Intel audio card doesn't work

2006-12-22 Thread Francesco

Package:alsa-base
Version: 1.0.13-2

I've an ATI audio card on my Acer Aspire 3053WXMi laptop, that uses a
Intel chipset. Debian Etch loads the modules for this card
automatically, but it can't see my audio card. I've tried to use
alsaconf, but the problem is the same. See below for more
informations:

debian:~# cat /var/log/kern.log | tail -n 10
Dec 21 20:31:54 debian kernel: ALSA
/usr/src/modules/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/hda_intel.c:540:
hda_intel: azx_get_response timeout, switching to polling mode...
Dec 21 20:31:57 debian kernel: odec.c:215: hda_codec: invalid
dep_range_val 0:7fff
Dec 21 20:31:57 debian kernel: ALSA
/usr/src/modules/alsa-driver/pci/hda/hda_codec.c:215: hda_codec:
invalid dep_range_val 0:7fff
Dec 21 20:31:57 debian last message repeated 641 times
Dec 21 20:31:58 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 20:31:58 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 20:31:58 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 20:31:58 debian last message repeated 20 times
Dec 21 20:31:58 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 20:33:26 debian kernel: hda_codec: num_steps = 0 for NID=0xd
debian:~# cat /var/log/kern.log | grep Dec\ 21 | grep hda_codec
Dec 21 17:55:25 debian kernel: hda_codec: invalid dep_range_val 0:7fff
Dec 21 19:40:08 debian kernel: hda_codec: invalid dep_range_val 0:7fff
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:40:08 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:40:29 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:40:34 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:41:30 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:43:06 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:45:55 debian kernel: hda_codec: Unknown model for ALC883,
trying auto-probe from BIOS...
Dec 21 19:45:58 debian kernel: hda_codec: invalid dep_range_val 0:7fff
Dec 21 19:45:58 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:45:58 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:45:58 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:45:58 debian kernel: hda_codec: num_steps = 0 for NID=0x8
Dec 21 19:46:02 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:46:06 debian kernel: hda_codec: num_steps = 0 for NID=0xc
Dec 21 19:49:45 debian kernel: odec.c:215: hda_codec: invalid
dep_range_val 0:7fff
Dec 21 19:49:45 debian kernel: ALSA
/usr/src/modules/alsa-driver/pci/hda/hda_codec.c:215: hda_codec:
invalid dep_range_val 0:7fff
Dec 21 19:49:46 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:49:46 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 19:49:46 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:49:46 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 19:51:35 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:52:15 debian kernel: odec.c:215: hda_codec: invalid
dep_range_val 0:7fff
Dec 21 19:52:15 debian kernel: ALSA
/usr/src/modules/alsa-driver/pci/hda/hda_codec.c:215: hda_codec:
invalid dep_range_val 0:7fff
Dec 21 19:52:15 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:52:15 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 19:52:15 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:52:15 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 19:52:19 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:52:40 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:53:36 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:56:02 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:56:21 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:58:04 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 19:58:04 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 19:58:05 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 20:01:07 debian kernel: odec.c:215: hda_codec: invalid
dep_range_val 0:7fff
Dec 21 20:01:07 debian kernel: ALSA
/usr/src/modules/alsa-driver/pci/hda/hda_codec.c:215: hda_codec:
invalid dep_range_val 0:7fff
Dec 21 20:01:07 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 20:01:07 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 20:01:07 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 20:01:07 debian kernel: hda_codec: num_steps = 0 for NID=0x9
Dec 21 20:01:11 debian kernel: hda_codec: num_steps = 0 for NID=0xd
Dec 21 20:01:16 debian kernel: hda_codec: num_steps = 0 for NID=0xd

Bug#404218: courier-imap: config in /etc/pam.d do not include common-*

2006-12-22 Thread Simone Piccardi
Package: courier-imap
Version: 4.1.1.20060828-2
Severity: important


The file /etc/pam.d/imap installed by courier-imap do not include the
common-* files. So if you have LDAP account on a server they will not
be found. Please just add the inclusion as for the other generic packages.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages courier-imap depends on:
ii  courier-authlib  0.58-5  Courier authentication library
ii  courier-base 0.53.3-2Courier Mail Server - Base system
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libgamin0 [libfam0]  0.1.8-1 Client library for the gamin file 
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii  postfix [mail-transport-agen 2.3.5-3 A high-performance mail transport 

courier-imap recommends no packages.

-- debconf information:
  courier-imap/moveconfig: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404216: linux-image-2.6.18-3-sparc64: Ooops during boot on Netra X1 in function isa_dev_get_resource

2006-12-22 Thread Richard Mortimer
Package: linux-image-2.6.18-3-sparc64
Version: 2.6.18-8
Severity: important

The Debian 2.6.18 kernel images do not boot on my Netra X1 machine. The
same machine boots with Debian 2.6.17. I have not tried any kernel.org
versions on this machine.

I get the following Oops

boot: Linux -p
Allocated 8 Megs of memory at 0x4000 for kernel
Uncompressing image...
Loaded kernel version 2.6.18
Loading initial ramdisk (4671270 bytes at 0x6780 phys, 0x40C0 virt)...
\
PROMLIB: Sun IEEE Boot Prom 'OBP 4.0.9 2001/05/17 21:52'
PROMLIB: Root node compatible: sun4u
Linux version 2.6.18-3-sparc64 (Debian 2.6.18-7) ([EMAIL PROTECTED]) (gcc 
version 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)) #1 Mon Dec 4 17:47:35 
GMT 2006
ARCH: SUN4U
Ethernet address: 08:00:20:f8:35:85
Remapping the kernel... done.
PROM: Built device tree with 47532 bytes of memory.
Booting Linux...
CPU[0]: Caches D[sz(16384):line_sz(32)] I[sz(16384):line_sz(32)] 
E[sz(262144):line_sz(64)]
Built 1 zonelists.  Total pages: 64293
Kernel command line: root=/dev/hda7 ro -p
PID hash table entries: 2048 (order: 11, 16384 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 5, 262144 bytes)
Memory: 509168k available (2208k kernel code, 784k data, 136k init) 
[f800,67ec8000]
Calibrating delay using timer specific routine.. 11.12 BogoMIPS (lpj=22247)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
checking if image is initramfs... it is
Freeing initrd memory: 4561k freed
NET: Registered protocol family 16
PCI: Probing for controllers.
/[EMAIL PROTECTED],0: SABRE PCI Bus Module
PCI quirk: region 2000-203f claimed by ali7101 ACPI
PCI quirk: region 4000-401f claimed by ali7101 SMB
PCI0(PBMA): Bus running at 33MHz
isa0: [dma] [rtc -2OOPS: Bogus kernel PC [007018d4] in fault handler
OOPS: RPC [007018c8]
RPC: isa_dev_get_resource+0x18/0x80
OOPS: Fault was to vaddr[0]
Call Trace:
 [00404c74] sparc64_realfault_common+0x18/0x20
 [007018c8] isa_dev_get_resource+0x18/0x80
 [00701b9c] isa_init+0x238/0x2b0
 [006ff854] pcibios_init+0x78/0x90
 [00416f18] init+0x9c/0x28c
 [00417978] kernel_thread+0x38/0x48
 [00417120] rest_init+0x18/0x2c
Unable to handle kernel paging request at virtual address 007018d4
tsk-{mm,active_mm}-context = 
tsk-{mm,active_mm}-pgd = f80067320e10
  \|/  \|/
  @'/ .. \`@
  /_| \__/ |_\
 \__U_/
swapper(1): Oops [#1]
TSTATE: 80001607 TPC: 007018d4 TNPC: 007018d8 Y: 
Not tainted
TPC: isa_dev_get_resource+0x24/0x80
g0: 01ff8000 g1: 0072 g2: fffc g3: 
6e00
g4: f80067e99aa0 g5:  g6: f80066fa g7: 

o0:  o1: 0063dd00 o2: f80066fa3c1c o3: 
f80066fa3cc8
o4: 01ff8000 o5: f80067c1a000 sp: f80066fa3361 ret_pc: 
007018c8
RPC: isa_dev_get_resource+0x18/0x80
l0: f80020392d00 l1: 0001 l2:  l3: 

l4: 000a l5:  l6: f80067c15800 l7: 

i0: f80067c1 i1:  i2:  i3: 
f80067c1
i4:  i5: f80067ec5148 i6: f80066fa3431 i7: 
00701b9c
I7: isa_init+0x238/0x2b0
Caller[00701b9c]: isa_init+0x238/0x2b0
Caller[006ff854]: pcibios_init+0x78/0x90
Caller[00416f18]: init+0x9c/0x28c
Caller[00417978]: kernel_thread+0x38/0x48
Caller[00417120]: rest_init+0x18/0x2c
Instruction DUMP: 7ff49445  92126100  da5e27c0 c202 a018  920627d0  
c45b67c0  ce022004  83287020
Kernel panic - not syncing: Attempted to kill init!
 0Press Stop-A (L1-A) to return to the boot prom


I believe that the problem is due to a null pointer being returned from
of_get_property in isa_dev_get_resource() arch/sparc64/kernel/isa.c
Enclosed is a disassembly of the appropriate bit of code along with
the prtconf -pv output for the isa device tree. I wonder if the problem
might be the fact that the todm5819 node does not have reg properties.

  7018b0:   9e 10 40 00 mov  %g1, %o7
  7018b4:   01 00 00 00 nop
  7018b8:   9d e3 bf 30 save  %sp, -208, %sp
  7018bc:   d0 5e 27 c8 ldx  [ %i0 + 0x7c8 ], %o0
  7018c0:   13 00 18 f7 sethi  %hi(0x63dc00), %o1
  7018c4:   94 07 a7 eb add  %fp, 0x7eb, %o2
  7018c8:   7f f4 94 45 call  4269dc sun4u_init+0x225a8
  7018cc:   92 12 61 00 or  %o1, 0x100, %o1
  7018d0:   da 5e 27 c0 ldx  [ %i0 + 0x7c0 ], %o5
  7018d4:   c2 02 00 00 ld  [ %o0 ], %g1
  7018d8:   a0 10 00 08 mov  %o0, %l0
  7018dc:   92 06 27 d0 add  %i0, 0x7d0, %o1


static struct 

Bug#404209: Can't install GRUB

2006-12-22 Thread emaxx-debian

Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

Date: 2006.12.22 15:39 CET

Machine: Intel Clone, Motherboard: Intel Desktop Board D945PLRN
Processor: Pentium D 945
Memory: 4GB
Partitions: df -Tl, doesn't work in BusyBox v1.1.3
/dev/sda1 -- raid md0, 100MB
/dev/sda2 -- raid md1, 4GB
/dev/sda3 -- raid md2, 76GB
/dev/sdb1 -- raid md0, 100MB
/dev/sdb2 -- raid md1, 4GB
/dev/sdb3 -- raid md2, 76GB
.
/dev/md0 -- ext3, boot
/dev/md1 -- swap
/dev/md2 -- lvm
.
lvm -- 1 LG, 3 LV's: all ext3


Output of lspci -nn and lspci -vnn:
(can nog copy data, debian-installer still running, lilo installation 
gives an error)
(after the first reboot, lspci seems not available anymore and I can not 
find with 'apt-cache search')


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[E]
Overall install:[O]

Comments/Problems:

I wan't to install GRUB, but this isn't availabe in the menu. Then I 
just installed Lilo, not very happy with that.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402823: linux-image-2.6.18-3-686: Can't access /dev/rtc

2006-12-22 Thread Michael Richters
On Fri, Dec 22, 2006 at 03:23:44PM +0100, Norbert Tretkowski wrote:
 * Michael Richters wrote:
  I have a Dell PowerEdge 860, and the current stock Debian kernels
  cannot access /dev/rtc:
  
  [EMAIL PROTECTED]:~]
  # hwclock --show
  select() to /dev/rtc to wait for clock tick timed out
  
  This same error occurs when the system is booting.
 
 Could you please retry the above command using the --directisa option?

That works:

[EMAIL PROTECTED]:~]
# hwclock --directisa --show
Fri Dec 22 09:52:27 2006  -0.565819 seconds


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404214: libapache2-mod-chroot: erronous information in documentation

2006-12-22 Thread fabien
Package: libapache2-mod-chroot
Version: 0.5-5
Severity: normal


In /usr/share/doc/libapache2-mod-chroot/README.Debian.Apache20 we can
read :
 
   To make it work, do the following steps

   1. ln -s /var/www/var/run/httpd.pid /var/run/apache2.pid
 
   2. Append the following to /etc/apache2/apache2.conf:
  IfModule mod_chroot.c
   LoadFile /lib/libgcc_s.so.1
   PidFile /var/run/httpd.pid
   ChrootDir /var/www
   DocumentRoot
  /IfModule
 

but /etc/init.d/apache2 searches for the directive PidFile in the /etc/apache2
directory which is httpd.pid since it works with the PidFile, whereas in fact 
the file with which we work is apache2.pid in the real directory /var/run
  
Instead ln -s /var/www/var/run/httpd.pid /var/run/apache2.pid, use ln -s 
/var/www/var/run/apache2.pid /var/run/apache2.pid
and instead of PidFile /var/run/httpd.pid, use PidFile /var/run/apache2.pid



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.2-grsec
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libapache2-mod-chroot depends on:
ii  apache2.2-common 2.2.3-3.2   Next generation, scalable, extenda
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  mod-chroot-common0.5-5   run Apache in a secure chroot envi

libapache2-mod-chroot recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404217: several Catalan ortography mistakes after s/Firefox/Iceweasel/g change

2006-12-22 Thread Robert Millan
Package: iceweasel-l10n-ca
Version: 2.0-5
Severity: normal
Tags: l10n

After the s/Firefox/Iceweasel/g change, several ortography mistakes appear in
the Catalan translation.  They're all of the form:

  - el Iceweasel (rather than l'Iceweasel)
  - del Iceweasel (rather than de l'Iceweasel)
  - de Iceweasel (rather than d'Iceweasel)

I can write a sed rule that handles it, but first I need you to tell me in which
context it would be run, and which cases it should consider.  If you're already
using a sed invocation to perform the s/Firefox/Iceweasel/g change (and generate
those *branding.diff patches), I could provide you with the missing part.

Also, note that in most of the mistakes the string is dynamicaly generated.  In
source it's of the form el brandShortName; where the latter is replaced by
Iceweasel in run-time.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

Versions of packages iceweasel-l10n-ca depends on:
ii  iceweasel 2.0+dfsg-1 lightweight web browser based on M

Versions of packages iceweasel-l10n-ca recommends:
pn  myspell-canone (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#199897: just a note

2006-12-22 Thread Neil Williams
I've re-opened this bug as ITP and have begun packaging it. Hope to
have an upload v.soon.

--


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpFlpijzmymr.pgp
Description: PGP signature


Bug#404207: kdebase-data will not unpack (bails when an rmdir fails)

2006-12-22 Thread Jon Dowland
Package: kdebase-data
Version: 4:3.5.5a.dfsg.1-2
Severity: grave
Justification: makes the package in question unusable

This version of the package (in etch) will not install:

Preparing to replace kdebase-data 4:3.5.5a.dfsg.1-1 (using
.../kdebase-data_4%3a3.5.5a.dfsg.1-2_all.deb) ...
rmdir: /etc/xdg/menus/kde-applications-merged: Not a directory
dpkg: error processing 
/var/cache/apt/archives/kdebase-data_4%3a3.5.5a.dfsg.1-2_all.deb (--unpack):
 subprocess pre-installation script returned error exit
 status 1

However, 4:3.5.5a.dfsg.1-4 (in sid) does unpack.

The thing in question is a symlink:

$ ls -ld /etc/xdg/menus/kde-applications-merged
lrwxrwxrwx 1 root root 34 2006-11-26 21:54 
/etc/xdg/menus/kde-applications-merged - /etc/xdg/menus/applications-merged

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404206: Wishing a Tray-Icon for lostirc

2006-12-22 Thread Timm Preetz
Package: lostirc
Version: 0.4.6

Sometimes nothing really happens in IRC
and then I would like to have just a
tray icon for lostirc instead having it
sitting in the windows list.

That would be a really nice feature.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404219: /usr/bin/epiphany: When showing an XML file without style information, the find command does not work.

2006-12-22 Thread Jeroen N. Witmond
Package: epiphany-browser
Version: 2.14.3-3
Severity: normal
File: /usr/bin/epiphany

*** Please type your report below this line ***

When showing an XML file without style information, for instance
http://www.w3.org/2001/xml.xsd , the find command (CTRL-F) does not
work.  It reports 'Not found' for the first character entered, even if
that character is visibly present within a tag or within the data
between tags.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages epiphany-browser depends on:
ii  dbus   1.0.2-1   simple interprocess messaging
syst
ii  gconf2 2.16.0-3  GNOME configuration database
syste
ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
ii  iso-codes  0.58-1ISO language, territory,
currency
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D
graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's
audio
ii  libavahi-client3   0.6.15-2  Avahi client library
ii  libavahi-common3   0.6.15-2  Avahi common library
ii  libavahi-glib1 0.6.15-2  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics
libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging
syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging
syst
ii  libesd00.2.36-3  Enlightened Sound Daemon -
Shared
ii  libfontconfig1 2.4.1-2   generic font configuration
library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine,
shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libgconf2-42.16.0-3  GNOME configuration database
syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime
libr
ii  libglade2-01:2.6.0-3 library to load .glade files
at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading
.deskt
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime
file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented
display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print
architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture
User
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0 2.14.2-4  GNOME virtual file-system
(runtime
ii  libgnutls131.4.4-3   the GNU TLS library - runtime
libr
ii  libgpg-error0  1.4-1 library for common error
values an
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user
interface
ii  libice61:1.0.1-2 X11 Inter-Client Exchange
library
ii  libjpeg62  6b-13 The Independent JPEG Group's
JPEG
ii  libmozjs0d 1.8.0.8-1 The Mozilla SpiderMonkey
JavaScrip
ii  libnspr4-0d1.8.0.8-1 NetScape Portable Runtime
Library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-0  1.14.8-3  Layout and rendering of
internatio
ii  libpng12-0 1.2.13-4  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline
parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notification0   0.8-2 library for program launch
feedbac
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libtasn1-3 0.3.6-2   Manage ASN.1 structures
(runtime)
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension
librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes'
extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X 

Bug#404213: RFP: libmrss -- parsing, writing and creating RSS files or streams

2006-12-22 Thread Nico Golde
Package: wnpp
Severity: wishlist

* Package name: libmrss
  Version : 0.15
  Upstream Author : Andrea Marchesini [EMAIL PROTECTED]
* URL : http://www2.autistici.org/bakunin/codes.php
* License : GPL
  Programming Lang: C
  Description : parsing, writing and creating RSS files or streams

C library for parsing, writing and creating RSS (version 
0.91, 0.92, 1.0, 2.0) files or streams.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


signature.asc
Description: Digital signature


Bug#404169: sympa remove or purge crash

2006-12-22 Thread Stefan Hornburg (Racke)

Jean Charles Delepine wrote:

Package: sympa
Version: 5.2.3-0.7
Severity: important
Tags: patch

Reloading system log daemon: syslogd.
+ rm -f /etc/sympa/facility
+ '[' true = true -o true = true ']'
+ db_get wwsympa/webserver_type
+ _db_cmd 'GET wwsympa/webserver_type'
+ IFS=' '
+ printf '%s\n' 'GET wwsympa/webserver_type'
+ IFS='
'
+ read -r _db_internal_line
+ RET=Apache
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ webserver=Apache
+ case $webserver in
+ webserver=apache
+ '[' true = true ']'
++ readlink /etc/apache/conf.d/sympa-soap
+ link=
dpkg: error processing sympa (--purge):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 sympa
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:


sympa installed, soap server choose but no libapache-mod-fastcgi == the link
doesn't exist.

I might anyway have removed it.


Yes, I came across this very same problem yesterday as well - will be fixed
in the next upload.

Bye
Racke


--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404212: debian-cd: Provide a documentation CD with manuals and available translations

2006-12-22 Thread Javier Fernández-Sanguino Peña

Package: debian-cd
Version: N/A; reported 2006-12-22
Priority: wishlist

I would really like to have debian-cd generate  a 'documentation media' (DVD
or CD) which could be used to read documentation without having to install
the system.  That documentation media would contain *both* the english and
available translations of, at least:

- The Release Notes
- The Installation Guide
- The Refence Guide
- The User Guide
- The Project History
- The FAQ
- The Securing Debian Manual
- The Reference Card
- The Quick Reference
- The APT Howto

Content could be extracted (in an automatic way) from both the website [1]
and/or from the Debian packages providing them [2]. 

Unfortunately, the ftp site (as used in the 'add-bin-doc' script) is not an
option because #172482 has not been considered and, consequently, the 'doc'
directory in the mirrors do not contain translations or DDP manuals which are
not provided (yet) in Debian packages. 

Also, there are all the issues around 'byhand' processing. See, for example
where is doc-debian 3.1.4 (has been sitting in incoming for
byhand processing for a month).

By providing all that content in easily printable format it would make it
easier for users that do not have good broadband access and have not yet
installed Debian to go through or print those manuals before even starting
installation.

This could also fix the issue that, in past releases, official CD images have
_not_ provide content useful for non-English speakers in the /doc directory
(look at, for example, the FAQ)

Having all that content in one place makes it more easier for users to find
and take profit of (you'll see below that the document to package mapping is
not at all evident for a novice user).

Just my wishlist :)

Javier

[1] Some of these are available under http://www.debian.org/doc/manuals/, or, 
more
precisely, from /org/www.debian.org/www/doc/manuals , and the
release-specific info is at http://www.debian.org/releases/etch/
(/org/www.debian.org/www/releases/etch)

The Reference Card is at http://people.debian.org/~debacle/refcard/

[2] By extracing all of /usr/share/doc/${package} to the CD.
The FAQ = doc-debian
The Installation Guide = installation-guide-XXX
The Refence Guide = debian-reference-XX
The Quick Refence = quick-reference-XX
The Project History = 
The APT HOWTO = apt-howto-XX
The Securing Debian Manual = harden-doc



signature.asc
Description: Digital signature


Bug#404220: qiv: mime file needs nametemplate param

2006-12-22 Thread Roman Galeyev
Package: qiv
Version: 2.0-7
Severity: important
Tags: patch

Qiv mime file lacks nametemplate parameter, which disables qiv to
open a filename containing non-ASCII characters. run-mailcap creates
a symlink to such a file, but without extention. Qiv then refuses
to open the symlink, saying there is no such a file.
Adding an extention fixes this.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages qiv depends on:
ii  gdk-imlib11  1.9.14-31   imaging library for use with gtk
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libglib1.2   1.2.10-17   The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library

qiv recommends no packages.

-- no debconf information


!DSPAM:458bfcef196776837612271!
image/gif; qiv -f %s; description=GIF Image; test=test $DISPLAY; 
nametemplate=%s.gif; priority=4
image/jpeg; qiv -f %s; description=JPEG Image; test=test $DISPLAY; 
nametemplate=%s.jpeg; priority=4
image/pjpeg; qiv -f %s; description=JPEG Image; test=test $DISPLAY; 
nametemplate=%s.jpeg; priority=4
image/tiff; qiv -f %s; description=TIFF Image; test=test $DISPLAY; 
nametemplate=%s.tiff; priority=4
image/x-portable-bitmap; qiv -f %s; description=PBM Image; test=test 
$DISPLAY; nametemplate=%s.pbm; priority=4
image/x-portable-graymap; qiv -f %s; description=PGM Image; test=test 
$DISPLAY;nametemplate=%s.pgm; priority=4
image/x-portable-pixmap; qiv -f %s; description=PPM Image; test=test 
$DISPLAY; nametemplate=%s.ppm; priority=4
image/x-xbitmap; qiv -f %s; description=XBM Image; test=test $DISPLAY; 
nametemplate=%s.xbm; priority=4
image/x-xpixmap; qiv -f %s; description=XPM Image; test=test $DISPLAY; 
nametemplate=%s.xpm; priority=4
image/bmp; qiv -f %s; description=BMP Image; test=test $DISPLAY; 
nametemplate=%s.bmp; priority=4
image/x-bmp; qiv -f %s; description=BMP Image; test=test $DISPLAY; 
nametemplate=%s.bmp; priority=4
image/x-ms-bmp; qiv -f %s; description=BMP Image; test=test $DISPLAY; 
nametemplate=%s.bmp; priority=4
image/x-rgb; qiv -f %s; description=RGB Image; test=test $DISPLAY; 
nametemplate=%s.rgb; priority=4
image/targa; qiv -f %s; description=TARGA Image; test=test $DISPLAY; 
nametemplate=%s.tga; priority=4
image/fits; qiv -f %s; description=FITS Image; test=test $DISPLAY; 
nametemplate=%s.fits; priority=4
image/png; qiv -f %s; description=PNG Image; test=test $DISPLAY; 
nametemplate=%s.png; priority=4
image/pm; qiv -f %s; description=PM Image; test=test $DISPLAY; 
nametemplate=%s.pm; priority=4


Bug#402876: [fuse-devel] FUSE not working on ARM? Hangs during stat64

2006-12-22 Thread Dave Hylands

Posting to list...


Please direct further discussion on this topic to my mail on
linux-kernel.  Thanks.


Which can be found here:
http://lkml.org/lkml/2006/12/21/157

Excellent explanation.

--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404198: Repeated XFree86 crashes related to a kernel bug according to dmesg :: dmesg files

2006-12-22 Thread Jean-Alex
Sorry,

I can't attach this file with bugreport, silly me :-(

XFree86 has crashed 4 time since this morning and my concern is fastly 
growing.

Last dmesg extract below and older ones in the attached file.

Some interesting point : this time it's kdeinit, and for what I saw, 
especially kicker, who crashed in the first place, before the Xserver 
eventually crashed too in a matter of seconds...

last dmesg output :
--

kernel BUG at vmscan.c:433!
invalid operand: 
CPU:0
EIP:0010:[c0134b17]Tainted: P
EFLAGS: 00210282
eax:    ebx:    ecx: c0bf3acc   edx: e7c4
esi: c0bf3ab0   edi: c025c770   ebp: d0c7   esp: e7c41e00
ds: 0018   es: 0018   ss: 0018
Process kdeinit (pid: 7938, stackpage=e7c41000)
Stack: 0001cc6c f665ec00 e7c4 0c80 01d2 0020 0020 01d2
   c025c770 c025c770 c0134cdd e7c41e4c 01d2 003c 0020 c0134d53
   e7c41e4c 1b30   e7c4 c025c878 c025c770 
Call Trace:[c0134cdd] [c0134d53] [c0135892] [c0135b78] 
[c012ab6c]
  [c012ae77] [c0118178] [c012b908] [c010e808] [c0117fc0] 
[c0108bb0]

Code: 0f 0b b1 01 5c 7a 23 c0 e9 24 fd ff ff 0f 0b b0 01 5c 7a 23
 kernel BUG at vmscan.c:433!
invalid operand: 
CPU:0
EIP:0010:[c0134b17]Tainted: P
EFLAGS: 00013282
eax:    ebx:    ecx: c0bf3acc   edx: de9a4000
esi: c0bf3ab0   edi: c025c770   ebp: d0c9   esp: de9a5e00
ds: 0018   es: 0018   ss: 0018
Process XFree86 (pid: 7818, stackpage=de9a5000)
Stack: 007c 01f0 de9a4000 0c80 01d2 0020 0020 01d2
   c025c770 c025c770 c0134cdd de9a5e4c 01d2 003c 0020 c0134d53
   de9a5e4c c3cd55c0   de9a4000 c025c878 c025c770 
Call Trace:[c0134cdd] [c0134d53] [c0135892] [c0135b78] 
[c012ab6c]
  [c012ae77] [c0118178] [c010890f] [c0107dfb] [c0107efe] 
[c0117fc0]
  [c0108bb0]

Code: 0f 0b b1 01 5c 7a 23 c0 e9 24 fd ff ff 0f 0b b0 01 5c 7a 23
 6apm: BIOS not found.
---

Sincerely yours,


Jean-Alexandre
kernel BUG at vmscan.c:433!
invalid operand: 
CPU:0
EIP:0010:[c0134b17]Tainted: P
EFLAGS: 00010282
eax:    ebx:    ecx: c0bf3acc   edx: c1c053c0
esi: c0bf3ab0   edi: c025c770   ebp: d0e8   esp: f7ff5f40
ds: 0018   es: 0018   ss: 0018
Process kswapd (pid: 4, stackpage=f7ff5000)
Stack: c1bfc3f0 01d0 f7ff4000 0c1c 01d0 0007 001f 01d0
   c025c770 c025c770 c0134cdd f7ff5f8c 01d0 003c 0020 c0134d53
   f7ff5f8c f7ff4000   c025c770 f7ff4000 c025c5c0 
Call Trace:[c0134cdd] [c0134d53] [c0134f0e] [c0134f69] [c013508d]
  [c0105000] [c010726b] [c0135000]

Code: 0f 0b b1 01 5c 7a 23 c0 e9 24 fd ff ff 0f 0b b0 01 5c 7a 23
 kernel BUG at vmscan.c:433!
invalid operand: 
CPU:0
EIP:0010:[c0134b17]Tainted: P
EFLAGS: 00013282
eax:    ebx:    ecx: c0bf3acc   edx: f609e000
esi: c0bf3ab0   edi: c025c770   ebp: d185   esp: f609fe00
ds: 0018   es: 0018   ss: 0018
Process XFree86 (pid: 3529, stackpage=f609f000)
Stack: f7fefcfc dd37 f609e000 0b54 01d2 001d 001d 01d2
   c025c770 c025c770 c0134cdd f609fe4c 01d2 003c 0020 c0134d53
   f609fe4c c3fa46c0   f609e000 c025c878 c025c770 
Call Trace:[c0134cdd] [c0134d53] [c0135892] [c0135b78] [c012ab6c]
  [c012ae77] [c0118178] [c012b908] [c0118d00] [c01243f3] [c01205c2]
  [c01204d6] [c010a50b] [c0117fc0] [c0108bb0]

Code: 0f 0b b1 01 5c 7a 23 c0 e9 24 fd ff ff 0f 0b b0 01 5c 7a 23
 6apm: BIOS not found.


*

kernel BUG at vmscan.c:433!
invalid operand: 
CPU:0
EIP:0010:[c0134b17]Tainted: P
EFLAGS: 00013282
eax:    ebx:    ecx: c0bf3acc   edx: f52e8000
esi: c0bf3ab0   edi: c025c770   ebp: d135   esp: f52e9e00
ds: 0018   es: 0018   ss: 0018
Process XFree86 (pid: 6010, stackpage=f52e9000)
Stack: 007c 01f0 f52e8000 0c80 01d2 0020 0020 01d2
   c025c770 c025c770 c0134cdd f52e9e4c 01d2 003c 0020 c0134d53
   f52e9e4c d8927500   f52e8000 c025c878 c025c770 
Call Trace:[c0134cdd] [c0134d53] [c0135892] [c0135b78] [c012ab6c]
  [c012ae77] [c0118178] [c010890f] [c0107dfb] [c0107efe] [c0117fc0]
  [c0108bb0]

Code: 0f 0b b1 01 5c 7a 23 c0 e9 24 fd ff ff 0f 0b b0 01 5c 7a 23
 6apm: BIOS not found.
apm: BIOS not found.
 


Bug#402823: linux-image-2.6.18-3-686: Can't access /dev/rtc

2006-12-22 Thread Norbert Tretkowski
* Michael Richters wrote:
 I have a Dell PowerEdge 860, and the current stock Debian kernels
 cannot access /dev/rtc:
 
 [EMAIL PROTECTED]:~]
 # hwclock --show
 select() to /dev/rtc to wait for clock tick timed out
 
 This same error occurs when the system is booting.

Could you please retry the above command using the --directisa option?

Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404048:

2006-12-22 Thread Bdale Garbee
On Fri, 2006-12-22 at 10:29 +0100, Patrick Matthäi wrote:
 I have purged the gzip package before.

You still need to check /usr/share/info, because by 'cruft' I meant a
file that apparently exists from some long-lost version that isn't
actually part of the current package.

Bdale




Bug#404199: iputils-ping: wrong data byte

2006-12-22 Thread Noah Meyerhans
On Fri, Dec 22, 2006 at 02:22:05PM +0100, Norbert Tretkowski wrote:
 wrong data byte #20 should be 0x14 but was 0x46   
  
 #8  8 9 a b c d e f 10 11 12 13 46 6c 6f 72 69 61 6e 20 46 6f 72 73 74 65 
 72 20 3c 6f 63 74  
 #40 6f 40 76 65 72 70 6c 61 6e 74 2e 6f 72 67 3e 20   
 
 
 This seems to be a timeout problem in ping, which is fixed in iputils
 s20060512.

How do you trigger this bug?  I've never come across it.

noah



signature.asc
Description: Digital signature


Bug#404011: Bug#404012: I'm not planning to change z80asm, please let me know if I misunderstood you

2006-12-22 Thread Krystian Wlosek
On Fri, Dec 22, 2006 at 04:45:47PM +0100, Bas Wijnen wrote:
 Hi,
 
 You wrote in response to bug #404012 It be fixed in upload.  I conclude from
 that that you'll remove the file from z88dk-bin.  If that is not the case, or
 you want to propose some other solution, please let me know.

I remove this file from z88dk-bin.

-- 
Best Regards
Krystian Wlosek


pgpwdAkb0Fkj1.pgp
Description: PGP signature


Bug#404221: logwatch: manpage should list correct paths

2006-12-22 Thread Kevin Bullock
Package: logwatch
Version: 5.2.2-5
Severity: minor

The manpage for logwatch(1) lists the default upstream paths (in
/etc/log.d) for config files, etc. in the FILES section of the manpage.
The Debian package places these files in /usr/share/logwatch and
/etc/logwatch/conf. The manpage should indicate this.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-12-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages logwatch depends on:
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  perl 5.8.4-8sarge5   Larry Wall's Practical Extraction 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#403619: RFP: languagetool -- rule-based language checker

2006-12-22 Thread Rene Engelhard
retitle 403619 ITP: languagetool -- rule-based language checker
owner 403619 Rene Engelhard [EMAIL PROTECTED]
thanks

Hi,

Am Montag, 18. Dezember 2006 14:53 schrieb Kurt Roeckx:
 Package name: languagetool
 Version: 0.8.6
 Upstream Author: Daniel Naber (naber at danielnaber de)
 URL: http://www.danielnaber.de/languagetool
 License: Mostly LGPL, also some BSD, Creative Commons Attribution ShareAlike 
 2.0
 Description: A rule-based language checker
[...]
 I think this would be a useful thing to have in Debian, since we
 currently don't seem to have something simular.  But I have no
 intention to package this myself.

Working on it.

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Bug#292474: this wish is still a long ways off i fear

2006-12-22 Thread Amaya
tags 292474 upstream
forwarded 292474 [EMAIL PROTECTED]
thanks

[EMAIL PROTECTED] wrote:
 and is really an upstream issue

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#280626: template modifications

2006-12-22 Thread Amaya
tags 280626 upstream
forwarded 280626 [EMAIL PROTECTED]
thanks

[EMAIL PROTECTED] wrote:
 This bug should be closed. The upstream advise with respect to
 template customisations, is (now) to create a new tmpl file,
 containing only your changed sections. Then you can set your SKIN
 setting to
* Set SKIN=yourmod, pattern
 
 making upgrading a little easier.

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#394465: gentoo-patch

2006-12-22 Thread Alexander Ivanov
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/bewan-adsl/files/bewan-adsl-0.9.3-kernel-2.6.18.patch?rev=1.2

It`s a patch from gentoo community. But I didn`t use
it yet.

#1042;#1099; #1091;#1078;#1077; #1089; Yahoo!? 
#1048;#1089;#1087;#1099;#1090;#1072;#1081;#1090;#1077; 
#1086;#1073;#1085;#1086;#1074;#1083;#1077;#1085;#1085;#1091;#1102; 
#1080; #1091;#1083;#1091;#1095;#1096;#1077;#1085;#1085;#1091;#1102; 
Yahoo! #1055;#1086;#1095;#1090;#1091;! 
http://ru.mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#23183: netload: completely outdated

2006-12-22 Thread Robert Woodcock
On Thu, Dec 21, 2006 at 08:46:04PM +0100, R??mi Denis-Courmont wrote:
 retitle 23183 netload: unusable with kernel 2.1+
 severity 23183 important
 thanks
 
 netload simply does not work at all with any 2.1+ kernel. Worst yet, it 
 fails silently with no error messages whatsoever. Please fix it or 
 remove it from the package.

In my testing, it works on 2.4.x, but silently fails to parse /proc/net/dev
on kernel 2.6.x, and it looks like there are no updated versions available.
-- 
Robert Woodcock - [EMAIL PROTECTED] 
Most truths are so naked that people feel sorry for them and cover them up,
at least a little bit.
-- Edward R. Murrow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404123: dupe?

2006-12-22 Thread The Anarcat
In fact, this looks very much like #403530...

A.

signature.asc
Description: Digital signature


Bug#404222: yet another update to twiki debian package

2006-12-22 Thread Amaya
Package: twiki
Version: 1:4.0.5-5
Severity: critical
Justification: breaks unrelated software
Tags: patch

Sven Dowideit wrote:
 it contains a fix for a bug i reported to bugs.debian.org about 6
 hours ago, but it's still not gotten a number ;(

It is not there yet... Did you use reportbug?
I am trying again here :)

 in case something went wrong with the bug submission I've appended it
 here
 
 could you please take a peek for me some time :) I'll be away for the
 weekend

I sure will!

 Merry Christmas :)

You too!

 -
 Package: twiki
 Version: 1:4.0.5-5
 Severity: critical
 Justification: breaks unrelated software
 
 an possible phishing risk has been found in the ability of TWiki to
 redirect to any URL via the ?topic= parmeter.
 
 The following patch prevents this.
 
 --- lib/TWiki.pm.orig   2006-10-25 02:16:05.0 +0200
 +++ lib/TWiki.pm2006-12-21 16:52:23.0 +0100
 @@ -720,6 +720,19 @@
 
  ASSERT($this-isa( 'TWiki')) if DEBUG;
 
 +# prevent phishing byt only allowing redirect to configured host
 +if( $url =~ m!^([^:]*://[^/]*)(/.*)?$! ) {
 +my $host = $1;
 +unless ($host eq $TWiki::cfg{DefaultUrlHost}) {
 +   $url = $this-getOopsUrl( 'accessdenied',
 +def = 'topic_access',
 +web = $this-{web} || $TWiki::cfg 
 {UsersWebName},
 +topic = $this-{topic} ||  
 $TWiki::cfg{HomeTopicName},
 +params = [ 'redirect', 'unsafe  
 redirect to '.$url ]);
 +}
 +#die 'unsafe redirect to '.$url unless ($host eq $TWiki::cfg 
 {DefaultUrlHost});
 +}
 +
  my $query = $this-{cgiQuery};
  unless( $this-{plugins}-redirectCgiQueryHandler( $query,  
 $url ) ) {
  if ( $query  $query-param( 'noredirect' )) {
 
 
 Sven Dowideit
 
 -- System Information:
 Debian Release: 4.0
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.17-2-686
 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
 
 Versions of packages twiki depends on:
 ii  apache-common 1.3.34-4   support files for all  
 Apache webse
 ii  apache2.2-common  2.2.3-3.1  Next generation,  
 scalable, extenda
 ii  debconf [debconf-2.0] 1.5.8  Debian configuration  
 management sy
 ii  libalgorithm-diff-perl1.19.01-2  a perl library for  
 finding Longest
 ii  libcgi-session-perl   4.14-1 Persistent session data  
 in CGI app
 ii  libdigest-sha1-perl   2.11-1 NIST SHA-1 message  
 digest algorith
 ii  liberror-perl 0.15-8 Perl module for error/ 
 exception ha
 ii  liblocale-maketext-lexicon-pe 0.62-1 Lexicon-handling  
 backends for Loc
 ii  libtext-diff-perl 0.35-2 Perform diffs on files  
 and record
 ii  perl [libmime-base64-perl]5.8.8-6.1  Larry Wall's Practical  
 Extraction
 ii  perl-modules [libnet-perl]5.8.8-6.1  Core Perl modules
 ii  rcs   5.7-18 The GNU Revision Control  
 System
 
 twiki recommends no packages.

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#397329: fixed?

2006-12-22 Thread Robert Millan

This bug doesn't seem to apply anymore.  Anyone can confirm it's fixed?

(specialy the wine maintainer)

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404223: freecraft: FTBFS on GNU/kFreeBSD: wrong OS detection

2006-12-22 Thread Cyril Brulebois
Package: freecraft
Version: 1:1.18-2.3
Severity: important
Tags: patch

Hi,

your package FTBFS on GNU/kFreeBSD, as you can see in the following
logs[1]. I attached two patches to solve that problem. The second is a
slightly modified version using a variable to store the result and
prevent from repetitive modifications. It might be suboptimal, but
still, that shouldn't break things, and it allows the package to be
built successfully.

 1. 
http://experimental.debian.net/build.php?pkg=freecraftver=1%3A1.18-2.3arch=kfreebsd-i386file=log

Cheers,

-- 
Cyril Brulebois


gnukfreebsd.diff
Description: QuickTime movie


gnukfreebsd-alternate.diff
Description: QuickTime movie


Bug#404226: kwin: KWin crashes as focus changes

2006-12-22 Thread Michael Holtermann
Package: kwin
Version: 4:3.5.5a.dfsg.1-4
Severity: important

Hi!

I've run intop problems running Netbeans 5.5 under current KDE. After loading 
of Netbeans 5.5, at
the first focus change (activate or deactvate the netbeans-window), kwin 
crashes. See stacktrace
below.

I'm not sure if that's caused by kwin or the JVM (latest sun-java5-jdk 
1.5.0-10-1 from sid), but
KWin is the first entry in the raised stacktrace.

TIA,
Michael.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kwin depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for 
al
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D 
graphi
ii  libaudio2  1.8-2 The Network Audio System (NAS). 
(s
ii  libc6  2.3.6.ds1-9   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1   generic font configuration 
library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared 
lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, 
implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime 
v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcomposite1 1:0.3-3   X11 Composite extension library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxdamage11:1.0.3-3 X11 damaged region extension 
libra
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' 
extensio
ii  libxft22.1.8.2-8 FreeType-based font drawing 
librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client 
libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

kwin recommends no packages.

-- debconf-show failed

*** /home/micha/kwin.crash
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1232619840 (LWP 4115)]
[KCrash handler]
#9  0xb665537b in KWinInternal::Client::updateOpacity (this=0x8192d40)
at /usr/share/qt3/include/qvaluelist.h:475
#10 0xb667daf0 in KWinInternal::Client::setActive (
this=value optimized out, act=true, updateOpacity_=true)
at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/activation.cpp:814
#11 0xb668225a in KWinInternal::Client::focusInEvent (this=0x8192d40,
e=0xbf960b68) at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/events.cpp:1386
#12 0xb6692d9c in KWinInternal::Client::windowEvent (this=0x8192d40,
e=0xbf960b68) at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/events.cpp:616
#13 0xb6692e38 in KWinInternal::Workspace::workspaceEvent (this=0x80c38c8,
e=0xbf960b68) at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/events.cpp:272
#14 0xb66936ee in KWinInternal::Application::x11EventFilter (this=0xbf960d40,
e=0xbf960b68) at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/main.cpp:155
#15 0xb714b133 in qt_x11EventFilter (ev=0xbf960b68)
at kernel/qapplication_x11.cpp:387
#16 0xb715b05b in QApplication::x11ProcessEvent (this=0xbf960d40,
event=0xbf960b68) at kernel/qapplication_x11.cpp:3343
#17 0xb7171cb2 in QEventLoop::processEvents (this=0x80ad3f0, flags=4)
at kernel/qeventloop_x11.cpp:192
#18 0xb71e5129 in QEventLoop::enterLoop (this=0x80ad3f0)
at kernel/qeventloop.cpp:198
#19 0xb71e4f4a in QEventLoop::exec (this=0x80ad3f0)
at kernel/qeventloop.cpp:145
#20 0xb71cc76f in QApplication::exec (this=0xbf960d40)
at kernel/qapplication.cpp:2758
#21 0xb6691812 in kdemain (argc=1, argv=0x8073330)
at /tmp/buildd/kdebase-3.5.5a.dfsg.1/./kwin/main.cpp:285
#22 0xb7f21524 in kdeinitmain (argc=1, argv=0x8073330) at kwin_dummy.cpp:3
#23 0x0804e457 in launch (argc=1, _name=0x805b57c kwin, args=0x805b581 ,
cwd=0x0, envc=0, envs=0x805b585 , reset_env=false, tty=0x0,
avoid_loops=false, startup_id_str=0x8050d2e 0)
at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kinit/kinit.cpp:673
#24 

Bug#404155: goobox: depends on old gstreamer 0.8

2006-12-22 Thread Helge Kreutzmann
Hello,
On Fri, Dec 22, 2006 at 08:54:54AM +0100, Daniel Baumann wrote:
 Laurent Bonnaud wrote:
  goobox is one of the last few packages that still depend on the old
  gstreamer 0.8 library.  So could you please update it to depend on
  gstreamer 0.10 ?
 
 This was already discussed and will be most likely not considered:
 http://lists.debian.org/debian-devel/2006/12/msg00139.html

This is most likely a no-go for Etch. But I am willing to test and
(possibly) upload any patch you send me for updating the dependency.
As upstream has now time right now this is probably the only way to
speed it up.

Greetings

 Helge

-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#404224: harden-doc: typo (you can also added)

2006-12-22 Thread Francesco Poli
Package: harden-doc
Version: 3.10
Severity: minor

Hi!

Section H.2 _Installing the server_[1] states:

| To run this version of makejail, you can also added a packages
| option.

I think this sentence includes a typo:  s/added/add/


[1] 
http://www.debian.org/doc/manuals/securing-debian-howto/ap-chroot-apache-env.en.html#sH.2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404225: harden-doc: dead link for Chrooting daemons and system processes HOWTO

2006-12-22 Thread Francesco Poli
Package: harden-doc
Version: 3.10
Severity: normal

Hi!

Section H.3 _See also_[1] includes a link for the _Chrooting daemons
and system processes HOWTO_, pointing to:

  http://www.nuclearelephant.com/papers/chroot.html

which is currently 404ing me.
I think that this link should be changed (as long as the resource
is still available online elsewhere) or otherwise dropped.


[1] 
http://www.debian.org/doc/manuals/securing-debian-howto/ap-chroot-apache-env.en.html#sH.3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404228: kmail's handling of passwords/kdewallet very broken

2006-12-22 Thread prosolutions
Package: kmail
Version: 3.5.5.dfsg.1-2


Kmail's handling of account passwords has a seriously annoying bug.  If
under account settings you tell kmail to store a POP password, then at
some point you answered yes to the dialog box asking to store passwords
in kwallet, then later decide you don't want to do that (it is extremely
annoying and pops up continuously asking for the password - this is a
massive annoyance not a convenience), you will repeatedly get the prompt
to open kwallet.  There's no way to get rid of it.  If you say no to
this dialog, you will get another dialog asking if it wants to store the
password locally.  If you say yes to this (and yes to the warning) you
would think that it would do what you want and store the password and
get on with it.  But no, the very next time you run kmail you must go
through this dialog process again - as though it just ignored what you
told it to do the last time.

Basically at this point I want to never use kdewallet, but it seems as
though once kmail becomes tainted by using it even once, you can never
get rid of it.










-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#370132: [Pkg-net-snmp-devel] Bug#370132: snmpd segfaults on ia64 upon first query

2006-12-22 Thread Jochen Friedrich
Hi Steve,

 I believe we've had some other misbuilds in the past caused by the s390
 buildd not having an /etc/mtab in the build environment.  I think this has
 been fixed now though, so maybe a rebuild is all that's needed for the
 immediate problem?

Unfortunately, the buildd is not yet fixed. Current build log still shows
checking for mount table location... unknown

Jochen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404227: winecfg menu entry for GNOME/KDE/etc

2006-12-22 Thread Robert Millan
Package: wine
Severity: wishlist

I think it'd be nice to have this in menu, since it's almost mandatory to run it
at least once if you intend to use wine.

AFAIK you just need to install this in /usr/share/applications/.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
[Desktop Entry]
Name=Wine configuration
Comment=Setup the compatibility layer for Windows programs
Comment[ca]=Configura la capa de compatibilitat per a programes de Windows
Exec=winecfg
Icon=/usr/share/pixmaps/wine.xpm
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;System;


Bug#404207: more information

2006-12-22 Thread Jon Dowland
severity 404207 normal
thanks

I've been pondering why this might have happened for me, and I think I 
realise what's gone on. I've probably done the rmdir and ls stuff myself 
to fix bug #402716 prior to package upgrade (as per the workaround 
posted in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402716;msg=10).
Then 4:3.5.5a.dfsg.1-2 assumed that it was still a dir and hence broke.

Since the breakage was relying on an assumption that would normally be 
true, this is probably not RC. So I'll downgrade.

However, if this transition has to happen from sarge - etch, then it 
would be nice if it could cope with scenarios like this, as people are 
likely to implement such a quick workaround for an annoying bug when 
available.



-- 
Jon Dowland



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404217: several Catalan ortography mistakes after s/Firefox/Iceweasel/g change

2006-12-22 Thread Daniel Baumann
Hi Robert,

the branding.diff are hand-made. Basically, we have two cases of
'Firefox' apperances:

  * those where entities can be used (brandShortName; and
brandFullName;). This is supstituded with the values defined in
branding/brand.properties and branding/brand.dtd.

everything located in browser/* shall use these entities. If a
locale is not using it, it is considered broken. I fixed those
myself and am pushing them to the locales maintainer
   (debian/${lang}_branding-broken.diff)

  * those where entities can *not* be used. This needs to be changed by
hand. A set rule for this doesn't make sense, because it's context
sensitive.

everything in ${lang}/* of the jar is affected by this,
although only two (and in some cases three) files are about
the application name anyway, so this isn't much of a problem.

Now, in case of the Catalan patch (ca_branding.diff), there is only the
latter substitution, and not the fixing of not using the entities.

If there are grammatical errors now wrt/ the first case where the
entities are used, I suggest you provide a seperate patch for that.

If there are grammatical errors wrt/ the second case where we are in
need of harcoding the application name, I suggest you provide a
replacement patch for ca_branding.diff.

HTH and thanks for your report,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#396422: Bug#337779: marked as done (release-notes do not suggest re-running lilo)

2006-12-22 Thread Jens Seidel
On Fri, Dec 22, 2006 at 02:46:44PM +, Stephen Gran wrote:
 This one time, at band camp, Jens Seidel said:
  On Fri, Dec 22, 2006 at 12:48:20AM +0100, Frans Pop wrote:
   That this is now documented in lilo does not mean it should not be 
   documented in the RN too.
  
  Indeed. I also noticed that during a regular kernel update lilo is not
  always called. That's probably a bug in kernel-package even if it is
  currently reported against linux-2.6 in #396422.
 
 I have noticed that the defaults put into kernel-img.conf differ based
 on when the system was installed.  Once do_bootloader = Yes has ben
 added to the file, though, I've never sen kernal-package postinst's fail
 to run lilo.

OK, I added #396422 to the To: line. Please note that I did not
compile the kernel packages on my host, I used the packages from the
archive, so my kernel-img.conf has no effect.

I could also reproduce it multiple times (and eliminated other possible
problems this way).

Jens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404060: Fail2ban fails to ban vsftpd logins since upgrade

2006-12-22 Thread Yaroslav Halchenko
Hi

just use pre1 version for now -- I will troubleshoot why the heck pre2
didn't work for you since it should've ;-)

 This is another part of the custom build of vsftpd, maybe it gives you more 
 info:
 You need an /etc/pam.d/ftp file containing this:

 auth required /lib/security/pam_userdb.so db=/etc/vsftpd_login
 account required /lib/security/pam_userdb.so db=/etc/vsftpd_login


as for pam:

,---
| [EMAIL PROTECTED] dpkg -L vsftpd | grep pam.d
| /etc/pam.d
| /etc/pam.d/vsftpd
|
| [EMAIL PROTECTED] cat /etc/pam.d/vsftpd
| # Standard behaviour for ftpd(8).
| authrequiredpam_listfile.so item=user sense=deny 
file=/etc/ftpusers onerr=succeed
|
| # Note: vsftpd handles anonymous logins on its own.  Do not enable
| # pam_ftp.so.
|
| # Standard blurb.
| @include common-account
| @include common-session
|
| @include common-auth
| authrequiredpam_shells.so
|
and pam_unix (which actually triggers log lines in auth.log):
| Dec 21 23:37:06 belka vsftpd: (pam_unix) authentication failure;
| logname= uid=0
| euid=0 tty=ftp ruser=yoh rhost=165.230.95.67  user=yoh
`---

pam_unix is a part of common-account and common-auth - so probably
it gets triggered in common-auth and leads to those log lines. Since you
don't use pam_unix  - you don't have those log lines. But standard
debian installation would have them if pam is used.

-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404229: trr19: emacsen-install byte-compiles even with xemacs21-*

2006-12-22 Thread Arnaud Fontaine
Package: trr19
Version: 1.0beta5-19
Severity: normal
Tags: patch

Hello,

As trr19 isn't useable  with xemacs21*, it shouldn't byte-compiled using
xemacs21-* flavors. Attached is a patch which fixes this issue.

Regards,
Arnaud Fontaine

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.19.1-maggie
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages trr19 depends on:
ii  emacs-snapshot-gtk [emacs-s 1:20061209-1 The GNU Emacs editor (with GTK+ 2.
ii  libc6   2.3.6.ds1-9  GNU C Library: Shared libraries

trr19 recommends no packages.

-- no debconf information

--- debian/emacsen-install.orig	2006-12-22 17:48:28.0 +0100
+++ debian/emacsen-install	2006-12-22 17:56:56.0 +0100
@@ -10,9 +10,7 @@
 LOG=${ELCDIR}CompilationLog.gz
 
 case ${FLAVOR} in
-emacs|xemacs20|xemacs21)
-echo install/${PACKAGE}: Ignoring emacsen flavor ${FLAVOR};;
-*)
+emacs21|emacs-snapshot)
 echo -n install/${PACKAGE}: Byte-compiling for ${FLAVOR} ...
 install -m 755 -d ${ELCDIR}
 
@@ -32,6 +30,8 @@
 rm *.el
 )
 echo  done.;;
+*)
+echo install/${PACKAGE}: Ignoring emacsen flavor ${FLAVOR};;
 esac
 
 exit 0


Bug#298982: potential fix with a prboom patch

2006-12-22 Thread Jon Dowland
This certainly looked like a library issue to me, but
apparently there's a fix for this in the latest prboom
upstream. I'm backporting the fix to the current prboom
version.

If it fixes this bug, I'll stick this number in the Closes:
line for the upload; if you'd rather I didn't, just let me
know.


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404230: gauche-gl: crash in finalizers

2006-12-22 Thread Jens Thiele (karme)
Package: gauche-gl
Version: 0.4.2-2
Severity: normal

I think the finalizers of the glu objects (nurbs, quadric, tesselator) are 
wrong:
test prog:
(use gl)
(make glu-nurbs)
(print (gc-stat))
;; todo: will this always enforce gc (or is it more like maybe-gc)
(gc)
(print (gc-stat))

stack dump:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1077240928 (LWP 8827)]
0x40293e84 in mallopt () from /lib/tls/libc.so.6
(gdb) i s
#0  0x40293e84 in mallopt () from /lib/tls/libc.so.6
#1  0x40292dcb in free () from /lib/tls/libc.so.6
#2  0x40613d23 in operator delete () from /usr/lib/libstdc++.so.5
#3  0x404e3779 in OpenGLSurfaceEvaluator::~OpenGLSurfaceEvaluator ()
   from /usr/X11R6/lib/libGLU.so.1
#4  0x404e14e8 in gluDeleteNurbsRenderer () from /usr/X11R6/lib/libGLU.so.1
#5  0x4040f6fd in Scm_GLAllocUVector ()
   from /usr/lib/gauche/0.8.7/i386-pc-linux-gnu/libgauche-gl.so
#6  0x400f80c1 in GC_invoke_finalizers () from /usr/lib/libgauche.so.0
#7  0x400639df in Scm_VMFinalizerRun () from /usr/lib/libgauche.so.0

Fix:

diff -r -u orig/gauche-gl-0.4.2/src/gauche-gl.c 
karme/gauche-gl-0.4.2/src/gauche-gl.c
--- orig/gauche-gl-0.4.2/src/gauche-gl.c2006-11-09 20:46:36.0 
+0100
+++ karme/gauche-gl-0.4.2/src/gauche-gl.c   2006-12-18 02:30:39.0 
+0100
@@ -375,6 +375,7 @@
 /* Quadric */
 static void quadric_finalize(GC_PTR obj, GC_PTR data)
 {
+/* todo: i think this should be obj-quadric */
 gluDeleteQuadric((GLUquadricObj*)obj);
 }
 
@@ -398,6 +399,7 @@
 /* Nurbs */
 static void nurbs_finalize(GC_PTR obj, GC_PTR data)
 {
+/* todo: i think this should be obj-nurbs */
 gluDeleteNurbsRenderer((GLUnurbsObj*)obj);
 }
 
@@ -422,17 +424,25 @@
 /* Tesselator */
 static void tesselator_finalize(GC_PTR obj, GC_PTR data)
 {
-gluDeleteTess((GLUtriangulatorObj*)obj);
+gluDeleteTess(((ScmGluTesselator*)obj)-tesselator);
 }

Greetings
Jens

-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.8-3-386
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gauche-gl depends on:
ii  freeglut3  2.2.0-8   OpenGL Utility Toolkit
ii  gauche 0.8.7-4   A Scheme implementation designed f
ii  libc6  2.3.2.ds1-22sarge4GNU C Library: Shared libraries an
ii  xlibmesa-gl [libgl 4.3.0.dfsg.1-14sarge2 Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libg 4.3.0.dfsg.1-14sarge2 Mesa OpenGL utility library [XFree

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404131: nis: NIS client broken on AMD64

2006-12-22 Thread Nelson A. de Oliveira

Hi Mark!

On 12/22/06, Mark Brown [EMAIL PROTECTED] wrote:

Are you using Network Manger to configure the network interfaces on this
system?  Is Network Manager present or in use on your i386 etch systems?


Sincerely, it's the first time that I am seeing this Network Manager :-)
What I did was to just install Etch using a netinst CD with Debian
Installer RC1. The network was only configured when prompted on the
installer. The network config is unchanged since that.

network-manager is (actually was) installed on this system that is
having problem. On all the other machines it's not.
The other machines had their system installed some time ago (maybe 8
months). It looks that something has changed with the installer (or
Gnome), since it's installing network-manager now.


Removing the network-manager package ought to resolve the issue for the
time being: ypbind will behave as it did in sarge when network-manager
is not running.  I would close this bug but it may be better to reassign
it to the network-manager package depending on why this is occurring.


Yes, I have removed and now it's working with latest nis.
I don't know where this bug belongs, but please, don't close it.
Here at our lab nobody knew how to solve it. As I told you, I newer
heard about network-manager. It could at least be documented somewhere
this new behavior of nis+network-manager.

Thank you very much!

Best regards,
Nelson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404231: wallpaper-tray: typo in description

2006-12-22 Thread Christoph Biedl
Package: wallpaper-tray
Severity: minor

Just looking at the package description:

| Description: wallpaper changing utility for GNOME
|  This utility sits in your GNOME Panel Notification Area. It sets a random
|  wallpaper from a list of directories eith at login, on a regular basis or on

|  demand.

I don't think that this is as intended. For reference, here's the
upstream's description:

| Wallpaper Tray is a wallpaper utility that sits on the GNOME panel. It
| gives you a random wallpaper from a chosen directory at logon, on a
| timer, and allows you to select a new wallpaper at random from its menu.

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



signature.asc
Description: Digital signature


Bug#403794: Package: base Debian ETCH will not recognize the CD-ROM

2006-12-22 Thread Amaya
reassign 403794 installation-reports 
tags 403794 moreinfo
thanks

Dear Art,

Thanks for reporting this bug.
I am reassigning it to the installation-reports pseudo-package.

Can I suggest you try one of the latest version of our Installer?
The Net istall Cd (only 100MB) can be found at:
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

Maybe this version fixes your problem, and remember to press F3 as you
boot the CD and try out the new Grafical Installer :)
It rocks!

Art Blackwell wrote:
 Package: base
 
 Software: Debian ETCH RC-1
 
 System: PROLIANT 3000, Dual PIII 600 MHz 2 GB ram Smart Array 3200
 DLT7000 tape nVidia TNT 16MB Graphics card.
 
 Problem: System does NOT see the CD-ROM after network install is
 complete.The system previously ran SARGE. It is a DUAL BOOT
 withW2000AS. W2000AS operates correctly. Sarge operated correctly.  It
 appears that the ETCH system does not  see  the ide controller
 during configuration. This may be because it relys on the BIOS for
 certain flags, which the Compaq Proliant does not have. The BIOS
 CONFIGURATION notes that a PROLIANT 3000 system WILL NOT RECOGNIZE AN
 IDE HARD DRIVE.
 
 KUBUNTU Edgy Eft  WILL install correctly and mount the CD-ROM
 properly. Knoppix Version 5 and Simply MEPIS  LIVE work as well, but
 will NOT install to the hard drive.  The DEV directory in ETCH does
 not have an hda entry after install. KUBUNTU Edgy Eft does. This is
 possibly related: Fd0 does not work as well. The DEV directory in ETCH
 does not have a  fd0 entry either. KUBUNTU does and it mounts floppies
 just fine.  This may be a hardware specific issue with no problem
 resolution. Please let me know what has been decided in resolving the
 matter in ETCH.
 
 Art Blackwell 
 3 Proliant 3000, 1 Proliant ML 530 system

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#404217: several Catalan ortography mistakes after s/Firefox/Iceweasel/g change

2006-12-22 Thread Daniel Baumann
ah, and btw, if you provide patches, *please* do them based on version
2.0.0.1+debian-1.

since it's currenly sitting in NEW, you can get it from here:
http://archive.daniel-baumann.ch/debian/packages/iceweasel-l10n/2.0.0.1+debian-1/

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#217393: Any news about the new upstream release?

2006-12-22 Thread Lior Kaplan
Hi,

It has been a year and half since Geoff released version 3.3.02.

Are you still intending to upload the new upstream release?

-- 

Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404232: evolution: can't export addressbook

2006-12-22 Thread [EMAIL PROTECTED]
Package: evolution
Version: 2.6.3-3
Severity: normal

evolution is not able to export the contact list to csv format. When the
command is executed from the console,
the following message appears:

evolution-addressbook-export --format=csv  contacts.csv

(evolution:7654): evolution-addressbook-tools-WARNING **: Couldn't load
addressbook correctly (null)

and the file contacts.csv is empty

Thank you.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages evolution depends on:
ii  dbus  1.0.2-1simple interprocess
messaging syst
ii  evolution-common  2.6.3-3architecture independent
files for
ii  evolution-data-server 1.6.3-3evolution database backend
server
ii  gconf22.16.0-3   GNOME configuration
database syste
ii  gnome-icon-theme  2.14.2-2   GNOME Desktop icon theme
ii  gtkhtml3.83.12.1-2   HTML rendering/editing
library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D
graphi
ii  libatk1.0-0   1.12.3-1   The ATK accessibility
toolkit
ii  libaudiofile0 0.2.6-6Open-source version of
SGI's audio
ii  libavahi-client3  0.6.15-2   Avahi client library
ii  libavahi-common3  0.6.15-2   Avahi common library
ii  libavahi-glib10.6.15-2   Avahi glib integration
library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces
library
ii  libbonoboui2-02.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-9GNU C Library: Shared
libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector
graphics libra
ii  libcamel1.2-8 1.6.3-3The Evolution MIME message
handlin
ii  libdbus-1-3   1.0.2-1simple interprocess
messaging syst
ii  libdbus-glib-1-2  0.71-3 simple interprocess
messaging syst
ii  libebook1.2-5 1.6.3-3Client library for
evolution addre
ii  libecal1.2-6  1.6.3-3Client library for
evolution calen
ii  libedataserver1.2-7   1.6.3-3Utility library for
evolution data
ii  libedataserverui1.2-6 1.6.3-3GUI utility library for
evolution 
ii  libegroupwise1.2-10   1.6.3-3Client library for
accessing group
ii  libesd0   0.2.36-3   Enlightened Sound Daemon -
Shared 
ii  libexchange-storage1.2-1  1.6.3-3Backend library for
evolution cale
ii  libfontconfig12.4.2-1generic font configuration
library
ii  libfreetype6  2.2.1-5FreeType 2 font engine,
shared lib
ii  libgconf2-4   2.16.0-3   GNOME configuration
database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library -
runtime libr
ii  libglade2-0   1:2.6.0-3  library to load .glade
files at ru
ii  libglib2.0-0  2.12.6-1   The GLib library of C
routines
ii  libgnome-keyring0 0.6.0-3GNOME keyring services
library
ii  libgnome-pilot2   2.0.15-0.1 Support libraries for
gnome-pilot
ii  libgnome2-0   2.16.0-2   The GNOME 2 library -
runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented
display
ii  libgnomeprint2.2-02.12.1-7   The GNOME 2.2 print
architecture -
ii  libgnomeprintui2.2-0  2.12.1-4   GNOME 2.2 print
architecture User 
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-02.14.2-4   GNOME virtual file-system
(runtime
ii  libgnutls13   1.4.4-3the GNU TLS library -
runtime libr
ii  libgpg-error0 1.4-2  library for common error
values an
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user
interface 
ii  libgtkhtml3.8-15  3.12.1-2   HTML rendering/editing
library - r
ii  libhal1   0.5.8.1-4  Hardware Abstraction Layer
- share
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange
library
ii  libjpeg62 6b-13  The Independent JPEG
Group's JPEG 
ii  libldap2  2.1.30-13.2OpenLDAP libraries
ii  libnm-glib0   0.6.4-6network management
framework (GLib
ii  libnotify10.4.3-1sends desktop notifications
to a n
ii  libnspr4-0d   1.8.0.8-1  NetScape Portable Runtime
Library
ii  libnss3-0d1.8.0.8-1  Network Security Service
libraries
ii  liborbit2 1:2.14.4-1 libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-0 1.14.8-3   Layout and rendering of
internatio
ii  libpisock90.12.1-5   library for communicating

Bug#288016: Please consider adding a shutdown script that releases loop devices

2006-12-22 Thread Stefanos Harhalakis
I'm also having this problem because I use loopback devices. On each 
shutdown/reboot a partition stays mounted because of:

/mnt/cdtemp/debian-testing-1.iso on /mnt/deb1 type iso9660 
(ro,noexec,nosuid,nodev,loop=/dev/loop/0)

I'm having this dvd image on disk and I'm using it as an apt source. I'm sure 
there are other uses of loopback devices out there too...

Please consider reopening this bug...

As a fix you could also iterate through /etc/mtab using reverse order. This 
way you could umount all filesystems without needing to care about their 
nature.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#364535: a simple patch

2006-12-22 Thread Lior Kaplan
tag 364535 patch
thanks

Hi,

The last section of the file should look like:

Format: info
Index: /usr/share/info/ispell.info.gz
Files: /usr/share/info/ispell.info*

This will solve the error reported by install-docs.

-- 

Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397886: apache2.2-common: non wanted behaviour during upgrade: charset MUST not be created without user consent

2006-12-22 Thread Daniel Déchelotte
severity 397886 important
(breaks something both valid and common, and that used to work)

Steinar H. Gunderson a écrit :

 Now, what you are probably thinking of is the following abomination:
 
   head
 meta http-equiv=Content-type content=text/html; charset=iso-8859-15
 /head

This abomination :) is perfectly a valid one [1].

[1] http://www.w3.org/TR/html4/charset.html

 It is true that a Content-type: header with a character set will
 override this.

As per [1].

 However, using http-equiv is strongly discouraged in
 general, and has been so for years

Hmmm. Where in [1] (or another reference) exactly?

 -- after all, what character set would the browser assume for the
 meta tag?

This is described in [1] (The META declaration must only be used when
the character encoding is organized such that ASCII-valued bytes stand
for ASCII characters).

 (And if you were serving non-HTML content, like plain text, how would
 you specify the character set information if not in the HTTP
 headers?)

Now this is a good point: as Debian Etch uses UTF-8 locales/charset by
default, it is indeed desirable to (explicitely) serve as UTF-8
plain/text files, which are likely to contain UTF-8 text.

But setting such a DefaultCharset *breaks* *working* pages (and
perfectly valid ones) for very little benefit. Sites that use latin
encoding for latin characters are *not* broken.

Here is what I can read in apache2.conf :

[...]
IfModule mod_mime.c
#
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
#AddDefaultCharset ISO-8859-1
[...]

Note the ambivalent comment, and that AddDefaultCharset is eventually
not set.

BTW, why isn't /etc/apache2/conf.d/charset properly marked as a
conffile, or integrated in apache2.conf? Or why not ask the user a
debconf question? (not what I suggest, I prefer letting the www-admin
consciously set a DefaultCharset, if she so wishes).

Creating the file on the fly in the postinst script is a silent if not
hidden way to suddenly break the user's site.

Cheers,
-- 
Daniel Déchelotte
  http://yo.dan.free.fr/



Bug#400140: Missing /usr/lib/libneon.la file

2006-12-22 Thread Emmanuel Fleury
I confirm Bug #400140. I had the same problem compiling some apps.

Regards
-- 
Emmanuel Fleury  | Office: 211
Associate Professor, | Phone: +33 (0)5 40 00 35 24
LaBRI, Domaine Universitaire | Fax:   +33 (0)5 40 00 66 69
351, Cours de la Libération  | email: [EMAIL PROTECTED]
33405 Talence Cedex, France  | URL: http://www.labri.fr/~fleury



Bug#404235: trr19: segfault when no argument is given

2006-12-22 Thread Arnaud Fontaine
Package: trr19
Version: 1.0beta5-19
Severity: normal
Tags: patch

Hello,

When no argument is given  to trr_update or trr_format, it segfaults. In
addition the  program could give a  buffer overflow which may  be use to
gain the games group privileges. This bug should be grave because it can
allow someone to modify the nethack scores... ;)

Regards,
Arnaud Fontaine

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.19.1-maggie
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages trr19 depends on:
ii  emacs-snapshot-gtk [emacs-s 1:20061221-1 The GNU Emacs editor (with GTK+ 2.
ii  libc6   2.3.6.ds1-9  GNU C Library: Shared libraries

trr19 recommends no packages.

-- no debconf information

diff -urN trr19-1.0beta5.orig/trr_format.c trr19-1.0beta5/trr_format.c
--- trr19-1.0beta5.orig/trr_format.c	2006-12-22 02:58:26.0 +0100
+++ trr19-1.0beta5/trr_format.c	2006-12-22 02:56:12.0 +0100
@@ -54,6 +54,11 @@
   signal(SIGTERM, SIG_IGN);
 
   strcpy(textfile, TEXT_DIR);
+  if (argc  2 || (strlen (TEXT_DIR) + strlen (argv[1])) = 256){
+fprintf (stderr, %s: %s\n, argv[0], strerror (EINVAL));
+exit(1);
+  }
+
   strcat(textfile, argv[1]);
   strcpy(formattedfile, textfile);
   strcat(formattedfile, .formed);
diff -urN trr19-1.0beta5.orig/trr_update.c trr19-1.0beta5/trr_update.c
--- trr19-1.0beta5.orig/trr_update.c	1996-07-03 06:52:08.0 +0200
+++ trr19-1.0beta5/trr_update.c	2006-12-22 18:12:52.0 +0100
@@ -74,6 +74,11 @@
   }
 
   /* upfate high score file */
+  if (argc != 7 || (strlen (argv[1]) + strlen (.lock)) = 256){
+fprintf (stderr, %s: %s\n, argv[0], strerror (EINVAL));
+exit(1);
+  }
+
   strcat(scorefile, argv[1]);
   strcpy(lockfile, scorefile);
   strcat(lockfile, .lock);


Bug#404226: Works with kwin 4:3.5.5a.dfsg.1-3

2006-12-22 Thread Michael Holtermann
After a downgrade to kwin 4:3.5.5a.dfsg.1-3, the problem disappears.

HTH, Michael.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404233: CVE-2006-6678: Netrik arbitrary command execution

2006-12-22 Thread Stefan Fritsch
Package: netrik
Severity: grave
Tags: security
Justification: user security hole

A vulnerability has been reported in Netrik:

The edit_textarea function in form-file.c in Netrik 1.15.4 and earlier
does not properly verify temporary filenames when editing textarea
fields, which allows attackers to execute arbitrary commands via shell
metacharacters in the filename.

This is fixed in 1.15.5

Please mention the CVE id in the changelog.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#217393: Any news about the new upstream release?

2006-12-22 Thread David Coe

Yes, but I won't get to it any time soon.

If you'd like to try, please do.

On 12/22/06, Lior Kaplan [EMAIL PROTECTED] wrote:


Hi,

It has been a year and half since Geoff released version 3.3.02.

Are you still intending to upload the new upstream release?



Bug#404234: CVE-2006-6669: WebCalendar XSS

2006-12-22 Thread Stefan Fritsch
Package: webcalendar
Severity: grave
Tags: security
Justification: user security hole

A vulnerability has been found in webcalender:

Cross-site scripting (XSS) vulnerability in export_handler.php in
WebCalendar 1.0.4 and earlier allows remote attackers to inject
arbitrary web script or HTML via the format parameter.


See http://secunia.com/advisories/23341 for details. Please mention
the CVE id in the changelog.

I think it would be nice if it was fixed in etch, but I guess one
could also argue that this is not RC.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#389704: tagging 389704

2006-12-22 Thread Frank Lichtenheld
On Tue, Dec 19, 2006 at 03:06:29PM +0100, Loïc Minier wrote:
 On Sat, Sep 30, 2006, Frank Lichtenheld wrote:
  # Automatically generated email from bts, devscripts version 2.9.21
  tags 389704 pending
 
  Frank, if you have a new version of libgpod ready, could you please
  upload it to experimental?  The latest release of Rhythmbox (0.9.7)
  requires it.

I've uploaded libgpod 0.4.0-1 to experimental. It will have to go
through NEW though. You can find the uploaded packages also
at http://www.djpig.de/projekte/debian/upload/

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



Bug#403969: xserver-xorg: xserver crashing, mode related?

2006-12-22 Thread Rob Bochan
On Friday 22 December 2006 09:22, you wrote:
 retitle 403969 tdfx crashes X with AIGLX but without (working) libglide3
 kthxbye

 On Fri, 2006-12-22 at 08:10 -0500, Rob Bochan wrote:
  On Friday 22 December 2006 01:52, you wrote:
   Try
  
   LIBGL_DEBUG=verbose glxinfo 21 /dev/null
 
  There are complaints about missing files relating to libglide3 (attached
  glx.log) and a file that doesn't seem to exist period (drirc), even via
  apt-cache search.

 It's an optional configuration file.

Okay.

  I wasn't previously aware there was a libglide3, and don't
  recall it being any sort of dependency for the tdfx driver.

 See bug #387339.

Fair enough.

  I just installed libglide3 and ran the same command (attached
  glx-postglide3.log), and there were related errors.

 That's bug #326099/#329920.

  I also temporarily commented the AIGLX line from my xorg.conf, that you
  advised earlier, but the crashes reoccurred.

 Yeah, it's still falling back to indirect rendering without a working
 Glide. It's possible that a working Glide would also fix the AIGLX crash
 with indirect rendering, in which case this would be another duplicate
 of the libglide3 bugs above, but I'm just changing the title for now.

Considering the age of those, I doubt there will be any sort of resolution 
before the kids show up next week for LAN games over the holidays :o(

Since these packages are also now in Etch, I guess I don't have much of a 
choice but to go back to Sarge until they're resolved. I'm no coder, but if 
there's anything at all I can do to help, I'd be glad to do what I can.

-- 

...Rob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404026: NMU uploaded

2006-12-22 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition for
etch.

Please find the used diff below.


Cheers,
Andi

diff -ur ../openmpi-1.1~/debian/changelog ../openmpi-1.1/debian/changelog
--- ../openmpi-1.1~/debian/changelog2006-12-22 13:56:38.0 +
+++ ../openmpi-1.1/debian/changelog 2006-12-22 13:57:52.0 +
@@ -1,3 +1,11 @@
+openmpi (1.1-2.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add conflicts between openmpi-dev and libopal-dev, pgapack.
+Closes: #404003, #404026
+
+ -- Andreas Barth [EMAIL PROTECTED]  Fri, 22 Dec 2006 13:57:13 +
+
 openmpi (1.1-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -ur ../openmpi-1.1~/debian/control ../openmpi-1.1/debian/control
--- ../openmpi-1.1~/debian/control  2006-12-22 13:56:38.0 +
+++ ../openmpi-1.1/debian/control   2006-12-22 13:58:14.0 +
@@ -36,6 +36,7 @@
 Section: libdevel
 Architecture: any
 Depends: openmpi-libs0 (= ${binary:Version})
+Conflicts: libopal-dev, pgapack
 Description: high performance message passing library
  Open MPI is a project combining technologies and resources from several other
  projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397886: apache2.2-common: non wanted behaviour during upgrade: charset MUST not be created without user consent

2006-12-22 Thread Steinar H. Gunderson
On Fri, Dec 22, 2006 at 06:42:46PM +0100, Daniel Déchelotte wrote:
 But setting such a DefaultCharset *breaks* *working* pages (and
 perfectly valid ones) for very little benefit. Sites that use latin
 encoding for latin characters are *not* broken.

Discussions about best behavior aside, just to summarize: The bug here (if
any) is that AddDefaultCharset is added even on an upgrade. The problem is,
of course, that it's difficult for apache2.2-common to see that it was
upgraded from apache2-common.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#377070: additional information that hopefully get this bug classified soon

2006-12-22 Thread Patrick Frank

Package: xfce4-mcs-manager
Version: 4.3.99.2-1

the file ~/.config/xfce4-session/xfce4-session.rc needs:
SaveOnExit=true
AutoSave=true

If only AutoSave or SaveOnExit is set true, then the setting that
XFCE controls the desktop is forgotten.

--

greetings,
Patrick Frank


Bug#400848: [Pbuilder-maint] Bug#400848: pbuilder-satisfydepends chokes on tab characters

2006-12-22 Thread John Dong
[EMAIL PROTECTED]:~$ update-alternatives --display awk
awk - status is auto.
 link currently points to /usr/bin/gawk
/usr/bin/mawk - priority 5
 slave nawk: /usr/bin/mawk
 slave nawk.1.gz: /usr/share/man/man1/mawk.1.gz
 slave awk.1.gz: /usr/share/man/man1/mawk.1.gz
/usr/bin/gawk - priority 10
 slave nawk: /usr/bin/gawk
 slave nawk.1.gz: /usr/share/man/man1/gawk.1.gz
 slave awk.1.gz: /usr/share/man/man1/gawk.1.gz
Current `best' version is /usr/bin/gawk.

On Thu, 2006-12-21 at 18:09 +0100, Loïc Minier wrote:
 On Thu, Dec 21, 2006, John Dong wrote:
  Well, the short story is 0ubuntu2 claimed to fix the ^I but didn't --
  cat -A still reveals the same ^I.
 
  Can you report your version of awk?  update-alternatives --display awk
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404237: gaim shouldn't disable accounts unless password is saved

2006-12-22 Thread xsdg
Package: gaim
Version: 1:2.0.0+beta5-9
Severity: normal

I use gaim to access the AIM network.  I choose not to have gaim store my 
password, which means that I need to enter it every time I connect.  It is very 
annoying that gaim will disable my account if I mistype my password, rather 
than asking me to retype it and retrying the connect.  I assume this behavior 
is to prevent gaim from hammering a server with an incorrect _saved_ password, 
but disabling the account doesn't ever seem the right thing to do when the 
password is an incorrect, manually-entered password.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gaim depends on:
ii  gaim-data1:2.0.0+beta5-9 multi-protocol instant messaging c
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libavahi-compat-howl00.6.15-2Avahi Howl compatibility library
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.1-2 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-2  simple interprocess messaging syst
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.10-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.8.17-2The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3a spell-checking addon for GTK's T
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.5-1   Shared libraries for terminal hand
ii  libnspr4-0d  1.8.0.8-1   NetScape Portable Runtime Library
ii  libnss3-0d   1.8.0.8-1   Network Security Service libraries
ii  libpango1.0-01.14.8-2Layout and rendering of internatio
ii  libperl5.8   5.8.8-6 Shared Perl library
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxss1  6.8.2.dfsg.1-11 X Screen Saver client-side library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.10-2  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base0.10.3-1   GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.4-3   GStreamer plugins from the good 
ii  python2.4.4-2An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404240: ntfs-3g: new upstream version available

2006-12-22 Thread Andreas Henriksson
Package: ntfs-3g
Version: 1:0.0.0+20061031-5
Severity: wishlist

It would be nice if the ntfs-3g package could be updated, there seems to
have been a couple of upstream releases since this package was created.

The latest NTFS-3G driver is ntfs-3g-0.20061218-BETA.tgz.

Regards,
Andreas Henriksson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#159570: Many women bare all. See samples here.

2006-12-22 Thread Lange Charmaine
The site you've been looking for is here! What 
are you looking for? a friend, a discrete sexual companion, an
ongoing affair; well you can find em all right here!
You'll be thanking me tomorrow!!

Dont miss your chance: 

http://andthecrowdgoes.com






water square


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404239: ISO's won't boot

2006-12-22 Thread emaxx-debian

Package: installation-reports

Boot method: CD
Image version: Tried versions:
http://cdimage.debian.org/cdimage/etch_di_rc1/ia64/bt-cd
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/ia64/iso-cd/debian-testing-ia64-netinst.iso

Date: 2006.12.22 14:32

Machine: Intel Clone, Motherboard: Intel Desktop Board D945PLRN
Processor: Pentium D 945
Memory: 4GB
Partitions: n/a

Output of lspci -nn and lspci -vnn: n/a

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

I cannot boot the ISO images above. CD was burned with CDBurnerXP 3 
under Windows XP Pro. Also Tried on a Toshiba Laptop (Intel Centrino 
DUAL Core), but the CD didn't boot either.






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404238: missing dep on libgail-common

2006-12-22 Thread Joey Hess
Package: glade
Version: 2.12.1-6
Severity: normal

[EMAIL PROTECTED]:~/src/ads/webglade-2
Gtk-Message: Failed to load module gail: libgail.so: cannot open shared 
object file: No such file or directory

This is fixed by installing libgail-common, so I think you have a missing
dependency.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages glade depends on:
ii  glade-common  2.12.1-6   Common files for GTK+ 2 User Inter
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-9GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.14.8-3   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages glade recommends:
ii  autoconf 2.61-3  automatic configure script builder
ii  automake1.4  1:1.4-p6-12 A tool for generating GNU Standard
ii  gettext  0.16.1-1GNU Internationalization utilities
ii  libgail171.8.11-4GNOME Accessibility Implementation
ii  libgtk2.0-dev2.8.20-3Development files for the GTK+ lib

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#404241: qalculate: segmentation fault trying to scroll on empty history

2006-12-22 Thread muzzle
Package: qalculate
Version: 0.9.4-2
Severity: important

The app will crash every time the user tries to scroll down an empty suggestion 
list.

How to reproduce the crash:
- open the application
- press twice 'down arrow'
- the gnome crash dialog will appear with the message:
  The Application qalculate-gtk has quit unexpectedly.

We couldn't tryin on another system.

Regards,

Emme, Biscio

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-01
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages qalculate depends on:
ii  qalculate-gtk 0.9.4-2+b1 Powerful and easy to use desktop c

qalculate recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404242: libsqlite3-dev: File /usr/include/sqlite3ext.h missing

2006-12-22 Thread Liam Healy

Package: libsqlite3-dev
Version: 3.3.8-1
Severity: normal

File /usr/include/sqlite3ext.h is missing from the Debian
distribution.  It therefore not possible to use
sqlite3_load_extension, see
http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions

-- System Information:
Debian Release: 4.0
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libsqlite3-dev depends on:
ii  libc6-dev2.3.6.ds1-9 GNU C Library: Development Librari
ii  libsqlite3-0 3.3.8-1 SQLite 3 shared library

libsqlite3-dev recommends no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#403879: ffscan filename conflict

2006-12-22 Thread Andreas Barth
* Nicholas Breen ([EMAIL PROTECTED]) [061220 09:55]:
 How would you like to handle this bug?  I'm slightly reluctant to rename
 the binary in gromacs for fear of breaking user scripts, but also
 recognize that forutil has been using the name for many more years.
 It's unclear to me which package change would be less disruptive.

Well, unless it looks like forutil should be removed, I think it has the
older rights.

However, I can understand you about breaking scripts. How about the
following: You rename the binary inside of gromacs, and until release of
etch, you use an symlink inside your package (plus a conflict on
gromacs), so that no existing script is broken now, but people are
encouraged to use the new name? (This would be a policy violation as
well, but I would be willing to etch-ignore this one, because there is a
good reason, and it doesn't really break stuff.)


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327568: any news?

2006-12-22 Thread Moray Allan
On Tue, Dec 19, 2006 at 08:43:27PM +, Neil Williams wrote:
 I'm looking at packaging all of GPE and I was wondering if gpe-calendar
 is still being packaged / tested and whether it is up to date with
 http://gpe.linuxtogo.org/download/source/ (0.73pre2).

I prepared packages but didn't upload them to Debian as the atd
interaction was too buggy (lots of spurious email messages if you
actually used it to set event reminders).

 If you don't have time to package gpe-calendar currently, I don't mind
 preparing, testing and uploading a new package and listing you as
 co-maintainer.

Certainly I'm happy for someone else to do the work.

As I understand it, you're not a DD yet though?  That causes some
trouble for something like this with the various library packages etc.
that are part of it -- if they're doing things properly, your sponsor
will end up doing more work checking everything before upload than if
they just packaged things themselves  (Sponsors are *not* meant to
just upload packages blindly.)

-- 
Moray



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404079: display problem with xterm + screen and bold characters

2006-12-22 Thread Vincent Lefevre
On 2006-12-22 10:07:25 -0500, Thomas Dickey wrote:
 I've seen some confusing comments about Mac OS X curses versus ncurses,
 but am left with the impression that it's still ncurses (in a different
 directory, etc, but still the same code).

Mac OS X 10.4.x uses ncurses, even with the curses API.

 Even still, 5.4 is nearly three years old, and there's a year-old
 5.5 release which Mac OS X should be using.

We could say the same thing for the current Debian/stable.
Now I just hope that Mac OS X 10.5 will use ncurses 5.5.

   Also note (as you already did) that there's a known workaround
   (use the terminal description that uses the single-character ^N
   and ^O rather than \E(B, etc.
  
  But this time, these characters break less!
  
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399848
 
 That's odd, since less has always been a termcap application.
 Perhaps it's a regression, e.g., changes by someone using a terminfo
 underneath.

According to ldd, less uses libncurses (not libtermcap).
The less man page says:

  Less uses termcap (or terminfo on some systems) [...]

/usr/share/doc/less/README.Debian doesn't say anything.

  And I don't know if this is related to changes in ncurses:
  
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403612
 
 Since less uses only the termcap interface, it would only be
 related to changes in that one area.

Changing the terminfo database (e.g. with infocmp to retrieve some
data + tic to install them, possibly modified, in my $HOME directory)
changed the behavior.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397886: apache2.2-common: non wanted behaviour during upgrade: charset MUST not be created without user consent

2006-12-22 Thread Daniel Déchelotte
Steinar H. Gunderson a écrit :

 On Fri, Dec 22, 2006 at 06:42:46PM +0100, Daniel Déchelotte wrote:
  But setting such a DefaultCharset *breaks* *working* pages (and
  perfectly valid ones) for very little benefit. Sites that use latin
  encoding for latin characters are *not* broken.
 
 Discussions about best behavior aside, just to summarize: The bug
 here (if any) is that AddDefaultCharset is added even on an upgrade.
 [...]

This might have been discussed somewhere before, but why set a
default charset at the first place (even for fresh installs)? I agree
that it may help for files that do not explicitely specify their
encodings, i.e., plain text files. Provided that they are indeed UTF-8
files. But are there any others cases where it is needed? Would there
be a way to limite the scope of the default charset to the only files
whose mime type is text/plain? Anyways, the server doesn't have to force
an arbitrary charset when it is not specified: apache can let it
unspecified, and up to the client to guess.

For every other mime types (html, static or not, xml, ...), the blind
HTTP directive is to supercede the correct indication contained in the
file, and break it.

A similar (albeit old) bug against apache is #305495.

-- 
Daniel Déchelotte
  http://yo.dan.free.fr/



Bug#404060: Fail2ban fails to ban vsftpd logins since upgrade

2006-12-22 Thread Yaroslav Halchenko
ok - everything is fixed now

by default we would use /var/log/vsftpd.log and regexp matches both
vsftpd and auth.log entries  if logpath gets changed over to auth.log ;)
(I fixed it and checked myself now, not to say that I should have
done that at the beginning ;-) )

please check out
http://itanix.rutgers.edu/rumba/dists/sid/perspect/binary-all/net/fail2ban_0.7.5-3~pre4_all.deb

but before I upload it to debian I want to wait for upstream input on
the patch I had to introduce. If Cyril agrees that the idea is viable -
then I will proceed with upload and -3 will become available from debian
repository

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]




pgpJsQ4uGy5PG.pgp
Description: PGP signature


Bug#401372: iceape-browser: crashes on startup

2006-12-22 Thread Andreas Barth
* Alexander Sack ([EMAIL PROTECTED]) [061222 04:57]:
 On Fri, Dec 22, 2006 at 07:38:17AM +0100, Mike Hommey wrote:
  Considering how much time I've had recently, sending a patch could be
  something to help. Waiting a bit more could be something else.
  
  I *hope* to have enough time to do an upload on saturday or sunday.

 If you don't have time it would help to outline your idea about the
 hackish upgrade script.

Reading
| Good catch.  Rather than being a symlink to /usr/share/iceape/chrome,
| my /usr/lib/iceape/chrome is a real directory containing a handful of
| symlinks, presumably on account of having previously installed
| (upgraded to) extension packages whose iceape support is somewhat off.

That gives me the following idea:
In case /usr/lib/iceape/chrome is a real directory, move all files
therein to /usr/share/iceape/chrome, and replace the directory by a
symlink (either in pre- or postinst).

On the other hand, I ask myself if this bug is really RC - it only
happens if a package containing that directory has been installed
previously.

BTW, these packages currently still contain /usr/lib/iceape/chrome in
unstable:
usr/lib/iceape/chrome   web/iceape-browser
usr/lib/iceape/chrome/checkyweb/mozilla-checky
usr/lib/iceape/chrome/imagezoom.jar 
web/mozilla-imagezoom
usr/lib/iceape/chrome/mozgest.jar   web/mozilla-mozgest
usr/lib/iceape/chrome/stumbleupon.jar   
web/mozilla-stumbleupon

I think we should file RC-bugs against all but the first to move their
file out.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404245: ntop: [INTL:es] Spanish po-debconf translation

2006-12-22 Thread Rudy Godoy
Package: ntop
Severity: wishlist
Tags: patch l10n

Please find attached the spanish po-debconf translation.

thanks


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=es_PE.UTF-8, LC_CTYPE=es_PE.UTF-8 (charmap=UTF-8)
# slapd translation to spanish
# Copyright (C) 2004 Software in the Public Interest
# This file is distributed under the same license as the slapd package.
#
# Changes:
# - Initial translation
#   Rudy Godoy [EMAIL PROTECTED], 2006
#
# - Reviewver
#   Javier Fernandez-Sanguino
#
#  Traductores, si no conoce el formato PO, merece la pena leer la
#  documentación de gettext, especialmente las secciones dedicadas a este
#  formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
#   http://www.debian.org/intl/spanish/coordinacion
#   especialmente las notas de traducción en
#   http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
#   /usr/share/doc/po-debconf/README-trans
#   o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#
msgid 
msgstr 
Project-Id-Version: openldap 2.3.30\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-07-15 17:06+0200\n
PO-Revision-Date: 2006-12-22 14:01-0500\n
Last-Translator: Rudy Godoy [EMAIL PROTECTED]\n
Language-Team: Debian l10n Spanish debian-l10n-spanish@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../slapd.templates:1001
msgid Omit OpenLDAP server configuration?
msgstr ¿Desea omitir la configuración del servidor OpenLDAP?

#. Type: boolean
#. Description
#: ../slapd.templates:1001
msgid 
If you enable this option, no initial configuration or database will be 
created for you.
msgstr No se creará la configuración ni la base de datos inicial si habilita 
esta opción.

#. Type: select
#. Description
#: ../slapd.templates:2001
msgid Dump databases to file on upgrade:
msgstr Volcar las bases de datos a un fichero al actualizar:

#. Type: select
#. Description
#: ../slapd.templates:2001
msgid 
Before upgrading to a new version of the OpenLDAP server the data of  your 
LDAP directories can be dumped to plain text files (LDIF format) which is a 
standardized description of that data (LDIF stands for LDAP Data Interchange 
Format).
msgstr Antes de que actualice a una nueva versión del servidor OpenLDAP se 
puede volcar la información de sus directorios LDAP en ficheros de texto plano 
(formato LDIF) que es una representación estandarizada de esa información (LDIF 
significa «LDAP Data Interchange Format», -formato de intercambio de datos de 
LDAP-).

#. Type: select
#. Description
#: ../slapd.templates:2001
msgid 
Selecting \always\ will make the maintainer scripts dump your databases 
before upgrading unconditionally. Selecting \when needed\ will only dump 
the database if the new version is incompatible with the old database format 
and it has to be reimported. The \never\ choice will just go ahead without 
ever dumping your database.
msgstr Si selecciona «always» (siempre) se volcarán sus bases de datos antes 
de que se actualice de forma incondicional. Si selecciona «when needed» (cuando 
se necesite) sólo se hará un volcado si la nueva versión es incompatible con el 
formato de la base de datos antigua y la información se debe volver a importar. 
La opción «never» (nunca) simplemente procederá con la actualización sin 
efectuar ningún respaldo.

#. Type: string
#. Description
#: ../slapd.templates:3001
msgid Directory to dump databases:
msgstr Directorio donde volcar las bases de datos:

#. Type: string
#. Description
#: ../slapd.templates:3001
msgid 
Please specify the directory where the LDAP databases will be exported. 
Within this directory several LDIF files are created which correspond to the 
search bases located on the server. Make sure you have enough free space on 
the partition the directory is located.  The first occurrence of the string 
\VERSION\ is replaced with the server version you are upgrading from. The 
default is /var/backups/slapd-VERSION
msgstr Por favor especifique el directorio donde se exportarán las bases de 
datos de LDAP.  En éste se crearán diversos ficheros LDIF que corresponden a 
las bases de datos ubicadas en el servidor. Asegúrese de que tiene suficiente 
espacio libre en la partición donde se ubica el directorio. La primera 
ocurrencia de la cadena «VERSION» se reemplaza con la versión del servidor que 
va a actualizar. El predeterminado es «/var/backups/slapd-VERSION»

#. Type: boolean
#. Description
#: ../slapd.templates:4001
msgid Move old database?
msgstr ¿Desea mover la base de datos antigua?

#. 

Bug#403536: /usr/bin/readcd listed in apt-file but missing from cdrecord; req'd by nautilus iso capture

2006-12-22 Thread Mark Hedges
Incidentally, doing `ln -s /usr/bin/readom /usr/bin/readcd` does make it
work, but I couldn't find any new version in unstable or experimental.
-m-

-Original Message-
From: Peter Samuelson [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 18, 2006 8:47 PM
To: Mark Hedges; [EMAIL PROTECTED]
Subject: Re: Bug#403536: /usr/bin/readcd listed in apt-file but missing
from cdrecord; req'd by nautilus iso capture


tags 403536 pending
thanks

[Mark Hedges]
 File image creation failed - Could not run sub process: Failed to 
 execute child process readcd (No such file or directory)

'readcd' has been renamed to 'readom' (read optical media), in the same
spirit as 'cdrecord' - 'wodim', to keep the former upstream maintainer
happy.  But we forgot to put a 'readcd' compatibility symlink in place.

Fixed for the next upload, which I _hope_ can make it into etch.

Thanks,
Peter






---
This message may contain confidential and/or privileged 
information. This information is intended to be read only
by the individual or entity to whom it is addressed. If
you are not the intended recipient, you are on notice that
any review, disclosure, copying, distribution or use of
the contents of this message is strictly prohibited. If
you have received this message in error, please notify the
sender immediately and delete or destroy any copy of this
message.




Bug#404244: emacs-snapshot: Font lock is no longer working under cfengine-mode

2006-12-22 Thread Cyril Bouthors
Package: emacs-snapshot
Version: 1:20061209-1
Severity: normal

Font lock is no longer working under cfengine-mode.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-vserver-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages emacs-snapshot depends on:
ii  emacs-snapshot-bin-common 1:20061209-1   The GNU Emacs editor's shared, arc
ii  libasound21.0.13-1   ALSA library
ii  libc6 2.3.6.ds1-9GNU C Library: Shared libraries
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libpng12-01.2.15~beta5-0 PNG library - runtime
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libtiff4  3.8.2-6Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-4shared library for GIF images
ii  libx11-6  2:1.0.3-4  X11 client-side library
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  xaw3dg1.5+E-14   Xaw3d widget set

emacs-snapshot recommends no packages.

Versions of packages emacs-snapshot-common depends on:
ii  dpkg  1.13.24package maintenance system for Deb
ii  emacsen-common1.4.17 Common facilities for all emacsen

Versions of packages emacs-snapshot-bin-common depends on:
ii  emacs-snapshot-common   1:20061209-1 The GNU Emacs editor's common infr
ii  libc6   2.3.6.ds1-9  GNU C Library: Shared libraries
ii  liblockfile11.06.1   NFS-safe locking library, includes

Versions of packages emacs-snapshot-gtk depends on:
ii  emacs-snapshot-bin-common 1:20061209-1   The GNU Emacs editor's shared, arc
ii  libasound21.0.13-1   ALSA library
ii  libc6 2.3.6.ds1-9GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libpng12-01.2.15~beta5-0 PNG library - runtime
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libtiff4  3.8.2-6Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-4shared library for GIF images
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxpm4   1:3.5.5-2  X11 pixmap library

Versions of packages emacs-snapshot-nox depends on:
ii  emacs-snapshot-bin-common   1:20061209-1 The GNU Emacs editor's shared, arc
ii  libasound2  1.0.13-1 ALSA library
ii  libc6   2.3.6.ds1-9  GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand

Versions of packages emacs-snapshot-el depends on:
ii  emacs-snapshot-common   1:20061209-1 The GNU Emacs editor's common infr

Versions of packages emacsen-common depends on:
ii  bsdmainutils  6.1.5  collection of more utilities from 

Versions of packages emacs-snapshot is related to:
ii  dictionaries-common   0.70.11Common utilities for spelling dict

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


pgppQFmiBBzLl.pgp
Description: PGP signature


<    1   2   3   4   >