Bug#320290: [CAN-2005-2151]: Potential DoS when handling DNS failures while looking up SPF records

2005-07-28 Thread Micah Anderson
Package: courier-mta
Severity: important
Tags: security

Please include this CAN number in any changelog dealing with this
matter.

A vulnerability has been reported in Courier Mail Server, which
potentially can be exploited by malicious people to cause a DoS
(Denial of Service).

The vulnerability is caused due to an error in "rfc1035/spf.c" when
handling DNS lookup failures while looking up SPF records. This causes
freeing of non-allocated memory and can potentially be exploited to
crash the service.

The vulnerability has been reported in version 0.50.0. Prior versions
may also be affected.

According to http://www.courier-mta.org/?changelog.html this is fixed
in 0.51:

2005-07-02  Mr. Sam  <[EMAIL PROTECTED]>

* rfc1035/spf.c: Soft DNS failures weren't handled properly when
looking up SPF records.  Potential memory corruption.
  
Micah 

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


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



Bug#320286: h2xs doesn't recognise enums properly

2005-07-28 Thread Daniel Burr
Package: perl
Version: 5.8.7-3
Severity: normal
Tags: patch

h2xs ignores enums which contain C++ style comments and negative
numbers.

enum {
A = -1, // negative one
B = -2 // negative two
};

This patch fixes the problem:

--- h2xs.orig   2005-07-28 13:32:13.0 +1000
+++ h2xs2005-07-28 13:32:34.0 +1000
@@ -860,8 +860,9 @@

 # Remove C and C++ comments
 $src =~ 
s#/\*[^*]*\*+([^/*][^*]*\*+)*/|("(\\.|[^"\\])*"|'(\\.|[^'\\])*'|.[^/"'\\]*)#$2#gs;
+   $src =~ s#//.*\n#\n#g;

-while ($src =~ /(\benum\s*([\w_]*)\s*\{\s([\s\w=,]+)\})/gsc) {
+while ($src =~ /(\benum\s*([\w_]*)\s*\{\s([\s\w=,-]+)\})/gsc) {
 my ($enum_name, $enum_body) =
 $1 =~ /enum\s*([\w_]*)\s*\{\s([\s\w=,]+)\}/gs;
 # skip enums matching $opt_e
---end patch


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages perl depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  perl-base   5.8.7-3  The Pathologically Eclectic Rubbis
ii  perl-modules5.8.7-3  Core Perl modules

-- no debconf information


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



Bug#320287: hybserv: keeping backups in /etc is wrong - they should go in /var/backups

2005-07-28 Thread Paul Wise
Package: hybserv
Version: 1.8.0+1.9.0rc2-1
Severity: normal

On a sarge machine, I note that hybserv keeps dated backups of its *.db
files in /etc. This really isn't the correct place for them according to
the FHS. Other packages seem to use /var/backups, I would suggest that
hybserv does this too. Not sure if normal is the correct severity, feel
free to upgrade it.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages hybserv depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  ircd-hybrid 1:7.0.3-2high-performance secure IRC server
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- debconf information:
* hybserv/configure-hybrid-notice:

-- 
bye,
pabs

http://qa.debian.org/developer.php?login=Paul+Wise&comaint=yes


signature.asc
Description: This is a digitally signed message part


Bug#320275: support for debian-science mailing list

2005-07-28 Thread Don Armstrong
I too would like to see support for a debian-science mailing list for
miscreants like myself to see what other people in the science world
are using debian for; and to see if they can help me in some of my
stranger quests.


Don Armstrong

-- 
A people living under the perpetual menace of war and invasion is very
easy to govern. It demands no social reforms. It does not haggle over
expenditures on armaments and military equipment. It pays without
discussion, it ruins itself, and that is an excellent thing for the
syndicates of financiers and manufacturers for whom patriotic terrors
are an abundant source of gain.
 -- Anatole France

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Bug#320258: atanks: FTBFS: ld: cannot find -lXxf86dga

2005-07-28 Thread Steve Langasek
reassign 320258 liballegro-dev
thanks

On Wed, Jul 27, 2005 at 11:49:19PM +0200, Kurt Roeckx wrote:
> Package: atanks
> Version: 1.1.0-4
> Severity: serious

> Your package is failing to build with the following error:
> g++ globaldata.o environment.o player.o virtobj.o floattext.o teleport.o 
> physob
> j.o decor.o explosion.o missile.o beam.o tank.o atanks.o fade.o perlin.o sky.o
> -o ../atanks -DLINUX -DVERSION=\"1.1.0\"
> -DDATA_DIR=\"/usr/share/games/atanks\"
>   `allegro-config --libs`
> /usr/bin/ld: cannot find -lXxf86dga
> collect2: ld returned 1 exit status
> make[2]: *** [../atanks] Error 1

> I guess this is a missing build depedency caused by the x.org
> transition.  It looks like you need a build depedency on
> libxxf86dga-dev.

This dependency comes from the output of allegro-config --libs, which is the
only available interface for getting the linker line needed for liballegro.
I think this bug belongs to liballegro-dev, which needs to drop the
xlibs-static-dev dependency in favor of libxxf86dga-dev.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#320231: patch l10n, exim4

2005-07-28 Thread Marc Haber
tags #320231 l10n patch confirmed pending
thanks

On Wed, Jul 27, 2005 at 08:48:23PM +0200, Georgi Stanojevski wrote:
> Please find attached the Macedonian translation of Debconf templates
> for your package.

Thanks for your effort, committed to svn.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#320229: [Pkg-shadow-devel] Bug#320229: patch l10n, shadow

2005-07-28 Thread Christian Perrier
Quoting Georgi Stanojevski ([EMAIL PROTECTED]):
> Package: shadow
> Severity: wishlist
> Tags: patch l10n
> 
> Please find attached the Macedonian translation of Debconf templates
> for your package.


OK. Christine, could you take care of it ?

I think it'd be better to commit this in both branches now.





Bug#317585: request NMU for Stephen Stafford's apt-spy package

2005-07-28 Thread Justin Pryzby
On Wed, Jul 27, 2005 at 04:37:47PM +0100, Stephen Stafford wrote:
> Quoting Justin Pryzby <[EMAIL PROTECTED]>:

> > Hi,

> > Could someone consider NMUing apt-spy with at least that patch?

> Sorry I've not had time to deal with this properly.  I had hoped to
> have some time last week, but it didn't happen :(
> 
> Please NMU if you wish.  The quick glance I gave to the all of the
> patches from Justin look good.  An NMU to sid with all the patches
> would be fine.
Could you comment on the intent of the code which pertains to #317585:
"apt-spy: build_country_file() initializes country_code as a function
of its own strlen()"?

I think that

country_code = malloc(strlen(country_code));

is meant to be 

country_code = malloc(strlen(country_list));

but, see also my comment about making country_code a small, statically
allocated array (of 4 characters or so).  By static, I mean: "char
country_code[4];", unless its used outside of that function and its
callees, in which case it really does needs to be "static char
country_code[4];" (or allocated at a higher level).

Cheers,
Justin


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



Bug#318959: libc6: unreproducible on powerpc

2005-07-28 Thread GOTO Masanori
tags 318959 -unreproducible
tags 318959 -moreinfo
tags 318959 +confirmed
severity 318959 important
retitle 318959 gcc-4.0 gives wrong results for lround
thanks

At Mon, 25 Jul 2005 11:37:59 +0200,
[EMAIL PROTECTED] wrote:
> - Undefined behaviour is very likely to depend on compiler optimization
>   options, and that explains the "mysterious behaviour" previously
>   reported.  Probably with '-O1' and above the compiler skips the
>   computation at all, and places 0.

Thanks for your following up, you're absolutely right.  I confirmed
the problem.  We'll put new glibc 2.3.5 soon, so I downgrade it to
important, but I'll check it.

> - I don't know how uint32_t are aligned and operated on in powerpc/64
>   archs, but maybe different alignment (and different "undefined
>   behaviour") is the reason why Paul could not reproduce the bug.
>   BTW, what arch did you run your tests on, GOTO?
>
> I don't know ieee754, so I don't dare submit a patch to libc (e.g., if
> (52 - j0) > 31, use 0), but I believe dropping this bug as unreproducible
> would be a mistake.  Better downgrade it and forward upstream.  It reminds
> me of the fdiv bug in early pentiums.

I tested it on *ppc* because I didn't read the ex-reassigned messages.
Actually ppc uses the different lround function.

Regards,
-- gotom


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



Bug#320296: mailman: mails with implciit destination should be cofnigurable and subject to filtering

2005-07-28 Thread Marc Lehmann
Package: mailman
Version: 2.1.5
Severity: normal


There are two issues with mailman related to it not accepting pr rejecting
mails "with implicit destination" as per its config.

First issue:

Mails with "implicit destination" (which I think is a confusing term, too)
are always subject to moderation.  If a list receives lots of such mail a
lot of manual work is involved. Mailman should simply respect it's accept
(or reject etc. list). It doesn't matter wether the mail uses an "implciit
destination", if the sender is subscribed or in the accept/reject list,
mailman should act as it says.

The second issue is similar, but this time mailman ignores the spam filters:

I have spam filtering in place which tags spams, and corresponding discard
filters. Problem is that a large part of actual spam falls into the
"implicit destination" category which means it must be moderated despite
the mail filters saying it should be discarded. This makes no sense at
all, and I think is a bug.

I think mailman should just drop this "implicit destination" logic. If it
does serve some purpose, it should only be applied to mails that would
otherwise be accepted, as it invalidates spam filtering and accept/reject
lists otherwise (they are being ignored). At the very last it should be
possible to disable this behaviour.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages mailman depends on:
hi  cron 3.0pl1-86   management of regular background p
ii  debconf  1.4.51  Debian configuration management sy
ii  exim44.34-10 An MTA (Mail Transport Agent)
hi  exim4-daemon-heavy [mail-tra 4.34-6  Exim (v4) with extended features, 
hi  libc62.3.5-1 GNU C Library: Shared libraries an
ii  logrotate3.7-5   Log rotation utility
ii  pwgen2.03-1  Automatic Password generation
ii  python   2.3.5-2 An interactive high-level object-o
ii  thttpd [httpd]   2.23beta1-3 tiny/turbo/throttling HTTP server
ii  ucf  1.18Update Configuration File: preserv


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



Bug#315967: libxml++2.10

2005-07-28 Thread Daniel Holbach
Hi Nikita,

Am Donnerstag, den 28.07.2005, 02:04 +0400 schrieb Nikita V.
Youshchenko:
> For one of our internal projects, libxml++2.6 was too old.
> So I've created a package for libxml++2.10, using debian/ dir for the 
> latest libxml++2.6 package.

I packaged it for Ubuntu - libxml++2.6 and libxml++2.10 were never
designed to be installable parallely. I talked to upstream and they
said, the ABI broke during the development unintentionally, but we
should better stick to libxml++2.6-2.10.0 and recompile the dependent
packages.

You might want to have a look at:
http://archive.ubuntu.com/ubuntu/pool/universe/libx/libxml++2.6/

Have a nice day,
 Daniel



signature.asc
Description: This is a digitally signed message part


Bug#302658: workaround for failure to obtain lease

2005-07-28 Thread Russ Dill
On Tue, 2005-06-07 at 13:27 +, Kacper Wysocki wrote:
> On 06/07/05 08:51:14, Eric Van Buggenhaut wrote:
> > On Tue, Jun 07, 2005 at 12:06:46PM +, Kacper Wysocki wrote:
> [snip]
> > but instead of
> > 
> > > -else
> > > - /sbin/ifconfig $interface 0.0.0.0
> > >  fi
> > > +/sbin/ifconfig $interface 0.0.0.0
> > 
> > I'd rather use
> > 
> >  -else
> >  -  /sbin/ifconfig $interface 0.0.0.0
> >   fi
> >  +/sbin/ifconfig $interface up
> > 
> > Any comment ?
> 
> Thanks for the quick follow-up.
> 
> Seems to work fine here, however the former ifconfig stanza is
> upstream, maybe they should use 'ifconfig $interface up' as well for
> their sample scripts, as it is indeed cleaner.
> 
> -K

sorry to jump in so late, but the purpose is not just to bring up the
interface, but also to clear any address.



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



Bug#102921: Feeling strong is possible!

2005-07-28 Thread Selma Tovar
Concerned about your sexual performance?

Friend,there Is nothing to be Impotent of

Get hard http://superchapcelebrex.com/?cid-vig_txt01

best regards,

Donny Woodall
Phone: 774-721-7283
Mobile: 174-714-6879
Email: [EMAIL PROTECTED]



n'e_v,e*r a-g_a.|-n http://superchapdrugs.com/leavemealone.php


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



Bug#320260: qgo: FTBFS: ld: cannot find -lXinerama

2005-07-28 Thread Steve Langasek
On Wed, Jul 27, 2005 at 11:57:42PM +0200, Kurt Roeckx wrote:
> Package: qgo
> Version: 1.0.2-1
> Severity: serious

> The package is failing to build with the following error:
> ld: cannot find -lXinerama

> This is caused by the x.org transition, and you'll need to add a
> build dependency on libxinerama-dev.

Preferably, you would re-libtoolize this package using Debian's libtool, so
that no such build-dependency needs to be added and no gratuitous binary
dependency results.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#316647: [l10n] Initial Czech translation of totd debconf messages

2005-07-28 Thread Masahito Omote
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 316647 +pending
thanks

On Sat, 2 Jul 2005 16:46:41 +0200
Miroslav Kure <[EMAIL PROTECTED]> wrote:

> Package: totd
> Severity: wishlist
> Tags: l10n, patch
> 
> Hi, in attachement there is initial Czech translation (cs.po) of
> totd debconf messages, please include it.

I uploaded 1.4-4, which updates debconf translation.

The attachment is a new templates.pot. Please update if possible.

Thanks,
- -- 
Masahito Omote([EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED])

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC6JCm4QYOB7JaXPERAsM/AJ9/hJ2+OogMwNQxXpB09KhFGH5mpQCfdi/e
FS+ZUcdctJ6hOkwieb1tWhw=
=5JFn
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-24 03:40+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:4
msgid "Support IPv6?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4
msgid "You can use totd under both IPv4 and IPv6. Do you want to support IPv6?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:4
msgid "If unsure, leave it."
msgstr ""



Bug#320274: [Logcheck-devel] Bug#320274: logcheck-database: Please add pop3 to dovecot

2005-07-28 Thread Jamie L. Penman-Smithson
On Thu, 2005-07-28 at 10:06 +1000, Andrew Pollock wrote:
> Please duplicate the imap-login related lines and change them to filter
> out the equivalent messages emitted by pop3-login.

Please provide the messages from pop3-login that need to be ignored.

Thanks,

-- 
-Jamie L. Penman-Smithson <[EMAIL PROTECTED]>
 t: +44 1273 424795; f: +44 1273 424795
 PGP: C0A7 955E EED6 A309 23D7 863B C76A 26A3 F0DC FCA8
 never send mail to: [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Bug#315967: libxml++2.10

2005-07-28 Thread Nikita V. Youshchenko
> > For one of our internal projects, libxml++2.6 was too old.
> > So I've created a package for libxml++2.10, using debian/ dir for the
> > latest libxml++2.6 package.
>
> I packaged it for Ubuntu - libxml++2.6 and libxml++2.10 were never
> designed to be installable parallely.

I believe my package could be installed parallely with 2.6
However, I don't know if it is worth doing so.

> I talked to upstream and they 
> said, the ABI broke during the development unintentionally, but we
> should better stick to libxml++2.6-2.10.0 and recompile the dependent
> packages.

Is 2.10 backward-compatable with 2.6 at ABI level ?


pgpe8f5b7fpqJ.pgp
Description: PGP signature


Bug#320172: SNMP data gathering with cacti stops functioning since upgrade of snmp from 5.1.2 to 5.2.1.

2005-07-28 Thread julien . leproust

sean finney a écrit :

does calling snmpget from the cmdline give a segfault?

i'm trying to understand exactly where the problem is... and i'm
suspecting that it may not be in cacti but the snmp cmdline utilities,
the snmp libraries, or the php snmp support.


Indeed, I tested snmpget from command line utility and from php:
* CLI snmpget works as well with 5.2.1 as with 5.1.2
* PHP snmpget works with 5.1.2 but segfaults with 5.2.1. I tested with 
several snmp agents to be sure.


I think you're right, SNMP has been updated recently, but not PHP. Maybe 
the php4-snmp package must be rebuilt.


I'll stick with snmp 5.1.2 for now.

Thanks!

--
Julien




Bug#320299: evince: occurs only for PDFs produced by OpenOffice

2005-07-28 Thread S Karthikeyan
Followup-For: Bug #320295
Package: evince
Version: 0.3.0-2


Hi,

This bug occurs only in PDF files generated by OpenOffice.Org. Other PDF
files display correctly.

Also, the files work fine in xpdf.


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



Bug#312973: kernel-image-2.6.11-1-686: 2.6.12 -- no dice

2005-07-28 Thread Horms
On Wed, Jul 27, 2005 at 06:07:06PM -0500, Chris Howie wrote:
> Package: kernel-image-2.6.11-1-686
> Version: 2.6.11-7
> Followup-For: Bug #312973
> 
> I tested with 2.6.12, and it still drifts.  There appears to be no difference
> in how the drift amount is "selected" on boot; sometimes it drifts a lot,
> sometimes a little.  Still.

Thanks for the follow up. 
I am less suspicious of it being a debian problem and
more suspicious of it being an upstream problem.
Though I am still entirely unsure what to do about it,
other than booting with noacpi.

-- 
Horms


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



Bug#320256: (kernel-image-2.4.27-2-k6: FTBFS on its intended target) : more info

2005-07-28 Thread Emmanuel Charpentier
I tried to build this kernel on a newer PIV. This dos *not* build with
gcc 4.0 or gcc 3.4, but *does* build with gcc 3.3

I'll try this on the target machine, and let you know.

-- 
Emmanuel Charpentier[EMAIL PROTECTED]


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



Bug#320298: dak: should recommend symlinks for cron.daily to work properly

2005-07-28 Thread Frederic LEHOBEY
Package: dak
Version: 1.0-8
Severity: wishlist

Hi,

I found the symlinks package necessary for the several cron.daily given 
in the examples in /usr/share/doc/dak/crontabs to work properly.

Maybe symlinks should be added to the `Recommends:' (or `Suggests:') of 
dak.

Best regards,
Frederic Lehobey

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-2-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dak depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg
ii  apt-utils   0.5.28.6 APT utility programs
ii  bzip2   1.0.2-6  high-quality block-sorting file co
ii  debconf 1.4.30.13Debian configuration management sy
ii  dpkg-dev1.10.28  Package building tools for Debian
ii  exim4-daemon-light [mail-tr 4.50-8   lightweight exim MTA (v4) daemon
ii  gnupg   1.4.1-1  GNU privacy guard - a free PGP rep
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  python  2.3.5-2  An interactive high-level object-o
ii  python-apt  0.5.10   Python interface to libapt-pkg
ii  python-ldap 2.0.4-1  A LDAP interface module for Python
ii  python-pygresql 1:3.6.1-1PostgreSQL module for Python
ii  ucf 1.17 Update Configuration File: preserv

-- debconf information:
* dak/username: deb-dak
* dak/groupname: debadmin
* dak/hostname: ondine
* dak/path: /opt/dak
* dak/setup:
* dak/archivename: fdl ondine archive


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



Bug#320053: kernel-image-2.6.8-2-686: Installing it with sarge leads to failing at booting next time

2005-07-28 Thread Horms
reassign 298623 kernel-source-2.6.8
reassign 320053 kernel-source-2.6.8
severity 320053 normal
merge 298623 320053
thanks

On Wed, Jul 27, 2005 at 05:40:59PM +0200, stefan wrote:
> hi thx for your answer...
> 
> i don't see why this bug is related to me...
> another developer just mailed me and showed me this bugreport:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=298623
> 
> and this is exactly my problem g

Yes, I think you are correct, I have merged these bugs accordingly.

-- 
Horms


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



Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2005-07-28 Thread Lucas Nussbaum
On Mon, Jul 25, 2005 at 06:13:36PM +0300, Timo Juhani Lindfors <[EMAIL 
PROTECTED]> wrote:
> Package: ssh
> Version: 3.8.1p1-8.sarge.4
> Severity: normal
> 
> Steps to reproduce:
> 1. for i in `seq 1 10`; do xterm -e ssh -Xf `hostname` xclock; sleep 1; done
> 
> Expected results:
> 1. 10 xclock windows show up.
> 
> Actual results:
> 1. Only about 1-4 xclock windows show up.

It does work for me (I get 10 xclocks) even without any sleep.
I'm using Ubuntu Hoary right now.

What does
for i in $(seq 1 10); do ssh -Xf $(hostname) xclock & done
do ?

What's the point in going through xterm ?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#320052: [Pkg-nagios-devel] Bug#320052: nagios-common: check_nagios defined in cgi.cfg, but missing

2005-07-28 Thread sean finney
tags 320052 unreproducible moreinfo
thanks

hi mozai,

On Tue, Jul 26, 2005 at 01:22:28PM -0400, Mozai wrote:
> web pages say "Nagios may not be running."
> 
> Defined in /etc/nagios/cgi.cfg:
> nagios_check_command=/usr/lib/nagios/plugins/check_nagios 
> /var/log/nagios/status.log 5 'nagios'
> 
> But there is no such file /usr/lib/nagios/plugins/check_nagios

this is very strange.  this file should be provided by nagios-plugins,
which your report claims you have installed.  if you reinstall
nagios-plugins, does check_nagios reappear?


sean

-- 


signature.asc
Description: Digital signature


Bug#320275: Support to the request for the creation of debian-science list

2005-07-28 Thread Frederic Lehobey
Hi,

I support the request for the creation of a debian-science mailing
list with goals as described by Helen Faulkner in this bug report.

I will participate to its animation.  An other (preliminary) related
effort on Debian wiki may be found there:
http://wiki.debian.net/?DebianScience

Best regards,
Frederic Lehobey


signature.asc
Description: Digital signature


Bug#319989: piuparts: I get the same message for a different reason

2005-07-28 Thread Micah Anderson
Package: piuparts
Version: 0.7-1
Followup-For: Bug #319989

I get the same error:

7min18.1s ERROR: Command failed (status=25600): 'chroot ./tmpm_P9sW
apt-get update'
E: Malformed line 4 in source list /etc/apt/sources.list (dist parse)

and my /etc/apt/sources.list has this:

# apt-torrent proxy. Please do not change/remove this comment
# or the default apt-torrent line will be added again by the debian
# package.
#deb http://127.0.0.1:6968/debian/ unstable main

As you can see it is choking on a commented out sources.list entry
(I'm not using apt-torrent proxy right now, so its commented out). I
would think that piuparts would ignore commented out entries, and be
able to deal with something like this if it wasn't.

micah



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

Versions of packages piuparts depends on:
ii  apt   0.6.38 Advanced front-end for dpkg
ii  debootstrap   0.3.1.4Bootstrap a basic Debian system
ii  python2.3.5-3An interactive high-level object-o

piuparts recommends no packages.

-- no debconf information


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



Bug#320172: SNMP data gathering with cacti stops functioning since upgrade of snmp from 5.1.2 to 5.2.1.

2005-07-28 Thread julien . leproust

More info about php-snmp segfault:

$ dpkg -l | grep snmp
ii  libsnmp-base  5.2.1.2-1
ii  libsnmp-perl  5.2.1.2-1
ii  libsnmp5  5.2.1.2-1
ii  libsnmp5-dev  5.2.1.2-1
ii  php4-snmp 4.3.10-15
ii  snmp  5.2.1.2-1

$ ldd /usr/bin/php
libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x40029000)
libzzip-0.so.12 => /usr/lib/libzzip-0.so.12 (0x40056000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0x4005d000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40071000)
libpcre.so.3 => /usr/lib/libpcre.so.3 (0x40091000)
libpanel.so.5 => /usr/lib/libpanel.so.5 (0x400b9000)
libncurses.so.5 => /lib/libncurses.so.5 (0x400bd000)
libdb-4.2.so => /usr/lib/libdb-4.2.so (0x400ff000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x401d6000)
libz.so.1 => /usr/lib/libz.so.1 (0x401e5000)
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x401f9000)
libresolv.so.2 => /lib/tls/libresolv.so.2 (0x4022a000)
libm.so.6 => /lib/tls/libm.so.6 (0x4023c000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4025e000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x40262000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x40276000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x402d6000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x402f8000)
libc.so.6 => /lib/tls/libc.so.6 (0x402fb000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 
(0x4043)

/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)

$ ldd /usr/lib/php4/20020429/snmp.so
libnetsnmp.so.5 => /usr/lib/libnetsnmp.so.5 (0x40018000)
libm.so.6 => /lib/tls/libm.so.6 (0x400b5000)
libwrap.so.0 => /lib/libwrap.so.0 (0x400d7000)
libc.so.6 => /lib/tls/libc.so.6 (0x400e)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 
(0x40215000)

/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0x40317000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4032b000)

$ ls -l /usr/lib/libnetsnmp.so.5
lrwxrwxrwx  1 root root 19 2005-07-28 09:54 /usr/lib/libnetsnmp.so.5 -> 
libnetsnmp.so.5.2.1


$ cat test.php


$ php test.php

Warning: snmpget(): No response from localhost in /home/jl/test.php on 
line 2

zsh: segmentation fault  php test.php

(the agent is alive, i get "STRING: Linux 2.6.8-2-k7-smp #1 SMP Thu May 
19 18:14:00 JST 2005 i686" with snmp 5.1.2)


Tell me if you really want the strace, it is quite big, and i don't see 
much more interesting information except the open of snmp.so and 
libnetsnmp.so.5.


--
Julien



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



Bug#320091: kernel-image-2.6.8-2-386: Boot fails with a syntax error in /scripts/ext3-add-journal.sh

2005-07-28 Thread Dustin
On Wed, 27 Jul 2005, Horms wrote:

> And I do wonder if this script should be on the initrd image at all.
> Could you poke around for difference between your working initrd
> image for kernel-image-2.6.8-1-386 and the broken one for
> kernel-image-2.6.8-2-386?

There are some--probably best I just give you the scripts:

--- kernel-image-2.6.8-1 initrd /scripts/ext3-add-journal.sh --
#!/bin/sh
cd /
mount -nt proc proc proc
rootdev=$(cat proc/sys/kernel/real-root-dev)
cmdline=$(cat /proc/cmdline)
umount -n proc
if [ $rootdev != 256 ]; then
mount -nt tmpfs tmpfs /dev2
mount -nt proc proc /proc
mount -nt devfs devfs /devfs > /dev/null 2>&1
get_device
mount_device
if test -f /mnt/etc/fstab ; then
ext3root=`awk '!/^ *#/ { if (($2 == "/") && ($3 == "ext3")) {print 
$1;}}' < /mnt/etc/fstab`
ext2root=`awk '!/^ *#/ { if (($2 == "/") && ($3 == "ext2")) {print 
$1;}}' < /mnt/etc/fstab`
fi
umount -n /devfs > /dev/null 2>&1
umount -n /mnt > /dev/null 2>&1
if test -n "$ext3root" -o -n "$ext2root" ; then
mount -nt tmpfs tmpfs /etc
echo >> /etc/fstab
echo >> /etc/mtab
if test -n "$ext3root" ; then
/sbin/tune2fs -O has_journal /dev2/root2 > /dev/null 2>&1
else
/sbin/tune2fs -O ^has_journal /dev2/root2 > /dev/null 2>&1
fi
umount -n /etc
fi
umount -n /dev2
umount -n /proc > /dev/null 2>&1
fi
---

--- kernel-image-2.6.8-2 initrd /scripts/ext3-add-journal.sh --
#!/bin/sh
#
# /usr/share/e2fsprogs/initrd.ext3-add-journal
#
cd /
mount -nt proc proc proc
rootdev=$(cat proc/sys/kernel/real-root-dev)
cmdline=$(cat /proc/cmdline)
umount -n proc
if [ $rootdev != 256 ]; then
mount -nt tmpfs tmpfs /dev2
get_device
roottype=`/bin/e2initrd_helper -r /dev2/root2`
if test -n "$roottype" ; then
mount -nt tmpfs tmpfs /etc
echo >> /etc/fstab
echo >> /etc/mtab
if test "$roottype" = "ext3" ; then
/sbin/tune2fs -O has_journal /dev2/root2 > /dev/null 2>&1
else
/sbin/tune2fs -O ^has_journal /dev2/root2 > /dev/null 2>&1
fi
umount -n /etc
fi
umount -n /dev2
umount -n /proc > /dev/null 2>&1
fi
---

> This script is generated when your run mkinitrd image.

Right.  I'm assuming that mkinitrd gets run during the kernel-image .deb
install, since it clearly contains local information.

> ...Also, almost
> eveything on the longer list seems bogus - though harmless.

Yes, there is a ton of crap there, though I notice that it correctly 
identified that I need the pwc driver for my webcam.  However, it then 
seems to have decided that I may need the webcam during the boot, in 
case I can't wait to chat until / is mounted

> ...So the
> problem would seem to be mkinitrd, which is hardly a surprise - we know
> that code is problematic and we are working on replacing it for etch.

It wouldn't be the first time I had trouble with automatic module
detection.  When I installed that Gentoo system I mentioned the live CD
initrd found my firewire chipset and my PCI ethernet card and decided to
install drivers for ethernet-over-firewire.  I am still surprised I
eventually figured out how to get the network up.

Knoppix always works, I don't know how it does it.

>Actually, just changing MODULES from most to dep might work.

Sadly, no.  I ran it as-is with MODULES=most and then with MODULES=dep,
both fail the same way.  Doing a diff on the initrd filesystems they
create suggests that MODULES doesn't affect the contents of loadmodules
(mostly--using 'dep' actually added the loop driver to the list, but it
may have noticed that I had it loaded because the initrd from the 'most'
run was mounted on the loopback device already--is it smart enough to do
that?), but only which modules are actually present in the initrd for
loading.  When I diffed them the 'dep' version had many fewer actual .ko 
objects present, but the same (almost, as I said) loadmodules script.

Would I be correct in guessing that there was a revision to the mkinitrd
script in the last couple of months?  That would not only explain why
the 2.6.8-1 kernel works but also some odd problems I saw when I went to 
learn a little bit about make-kpkg the Debian way of building kernels.

> 2. Mount the image, copy it to a fresh directory,
>trim down loadmodules, and make a fresh initrd image
>using mkcramfs.

This was my first thought too.  I created a series of test images using
the /scripts/ext3-add-journal.sh script from both kernel packages and with
different loadmodules scripts: the 2.6.8-2 version, the same script with
siimage removed, the 2.6.8-1 version, and the 2.6.8-2 version with the usb
audio and non-SATA SCSI stuff removed as well.  No joy.  All fail in the
same way (except for the message

Bug#320294: please add a text version of quilt.pdf.gz

2005-07-28 Thread Paul Wise
Package: quilt
Version: 0.40-2
Severity: wishlist

It would be nice to have a text (or html) version for those of us who do
not want to install a PDF viewer. Looking at the PDF, I'm not sure
exactly what including a PDF rather than a text version buys, other than
maybe a nicely printable set of docs.

-- 
bye,
pabs

http://qa.debian.org/developer.php?login=Paul+Wise&comaint=yes


signature.asc
Description: This is a digitally signed message part


Bug#283231: Extend sudo to use SSH agent

2005-07-28 Thread hbl
Hi, 
  
  Instead of authenticating with password, can we consider
  to use authentication with SSH public keys? 

  So when we do a SSH, we never have to type our password
  out and sent the password over network to the remote host,
  which we may have the ultimate trust. 


hanbing






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



Bug#320290: [CAN-2005-2151]: Potential DoS when handling DNS failures while looking up SPF records

2005-07-28 Thread Willi Mann

tag 320290 + patch
thanks

Micah Anderson schrieb:

Package: courier-mta
Severity: important
Tags: security

Please include this CAN number in any changelog dealing with this
matter.

2005-07-02  Mr. Sam  <[EMAIL PROTECTED]>

* rfc1035/spf.c: Soft DNS failures weren't handled properly when
looking up SPF records.  Potential memory corruption.


And the patch is here:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/mail-mta/courier/files/courier-0.48.1-spf-error-handling.patch?rev=1.1

Just in case someone needs fixed packages NOW: Fixed packages for i386 are 
availble from


http://wserver.wm1.at/~willi/debian_packages/courier/stable-security/main/binary-i386/mail/

Sorry for the stupid long URL, I've been playing with apt-move and 
debarchiver and that's the result.


Willi


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



Bug#67843: ok..

2005-07-28 Thread Joey Hess
I suppose the author's response makes sense. I no longer use mrtg so I
can't try it.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#320172: SNMP data gathering with cacti stops functioning since upgrade of snmp from 5.1.2 to 5.2.1.

2005-07-28 Thread sean finney
tags 320172 moreinfo
thanks

hi julien,

On Wed, Jul 27, 2005 at 02:47:11PM +0200, [EMAIL PROTECTED] wrote:
> I suspected SNMP when I saw a segfault when running cmd.php by hand. I
> tracked it until I found it in a call to snmpget. The segfault
> disappears when downgrading snmp packages to 5.1.2.

does calling snmpget from the cmdline give a segfault?

i'm trying to understand exactly where the problem is... and i'm
suspecting that it may not be in cacti but the snmp cmdline utilities,
the snmp libraries, or the php snmp support.


sean

-- 


signature.asc
Description: Digital signature


Bug#320295: evince: Doesn't go to specified page number

2005-07-28 Thread S Karthikeyan
Package: evince
Version: 0.3.0-2
Severity: normal

When I type a page number in the page number text box in the toolbar and
press ENTER, instead of going to the specified page number, it remains
in the present page.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages evince depends on:
ii  gconf2   2.8.1-6 GNOME configuration
database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D
graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of
SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-22GNU C Library: Shared
libraries an
ii  libcairo10.4.0-1 Multi-platform 2D graphics
library
ii  libdjvulibre13.5.14-5Runtime support for the
DjVu image
ii  libesd-alsa0 [libesd0]   0.2.36-1Enlightened Sound Daemon
(ALSA) -
ii  libfontconfig1   2.3.1-2 generic font configuration
library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine,
shared lib
ii  libgcc1  1:4.0.0-9   GCC support library
ii  libgconf2-4  2.8.1-6 GNOME configuration
database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library -
runtime libr
ii  libglade2-0  1:2.4.2-2   library to load .glade
files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.1-2 The GNOME 2 library -
runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented
display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print
architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print
architecture User
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0   2.8.4-4 The GNOME virtual
file-system libr
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime
library
ii  libgpg-error01.0-1   library for common error
values an
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user
interface
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG
Group's JPEG
ii  libkpathsea3 2.0.2-26path search library for
teTeX (run
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of
internatio
ii  libpixman1   0.1.5-1 Cairo pixel manipulation
library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpoppler0  0.3.1-1 PDF rendering library
ii  libpoppler0-glib 0.3.1-1 PDF rendering library
(GLib-based
ii  libpopt0 1.7-5   lib for parsing cmdline
parameters
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session
Management
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures
(runtime)
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol
client li
ii  libxml2  2.6.16-7GNOME XML library
ii  libxrender1  1:0.9.0-2   X Rendering Extension
client libra
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB)
configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#173599: exim: can't tell which smtp auth method was used

2005-07-28 Thread Adam D. Barratt
package exim
tags 173599 + wontfix
thanks

On Wednesday, December 18, 2002 1:38 AM, Dan Jacobson
<[EMAIL PROTECTED]> wrote:

> Package: exim
> Version: 3.36-3
> Severity: wishlist
> Tags: upstream
>
> In the standard logs we don't see which of the three smtp methods at
> the bottom of exim.conf was actually used.  This seems like something
> to mention in the logs without requiring more than current debug info
levels.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320190: sl-modem-daemon: hardware naming scheme changed: hw:X -> modem:X (NO CARRIER ERROR)

2005-07-28 Thread Eduard Bloch
reassign 320190 alsa-source
thanks

#include 
* Christophe Combelles [Wed, Jul 27 2005, 04:43:36PM]:
> Package: sl-modem-daemon
> Version: 2.9.9a-1
> Severity: important
> 
> 
> Hello,
> 
> I'm talking about a Samsung P28 laptop with an ATI IXP winmodem (PCI id = 
> 1002:434d)
> This modem is reported to work with slmodem.
> 
> I've been spending a whole day to understand why I was always getting a
> NO CARRIER error when trying to dial ATDT...
> The most common source of error is the "Carrier Detect = no" option in
> wvdial, but this had no effect for me.
> 
> I discovered that I had to start slmodemd with the following options to
> be able to communicate with the modem:
> slmodemd --alsa -c COUNTRY modem:1
> instead of:
> slmodemd --alsa -c COUNTRY hw:1
> 
> This uses the snd_atiixp-modem modules, and doesn't need the slamr
> module.

And how am I supposed to detect the right name? alsa's procfs entries
are funny - lots of nice looking phrases but hardly useable in the init
scripts. I can parse the ALSA version but it hardly a sane way to go,
especially since the string has a human-ready syntax, unsuitable for
simple number comparison.

Especially since it seems to be a bug in your specific module -
snd-intel8x0m (1.0.9b) supports the hw: name. And if the ALSA upstream
authors are thinking they can change the names everywhere and whenever
they want just for the sake of fun, please tell them that this attitude
sucks and they should give at least some useable way to work with the
drivers distributors. Eg. print the syntax and available devices in
procfs or via some useable tool. alsactl is not a such one.

Regards,
Eduard.

-- 
 ich habe Mörder in meinen Aquarium
 Killerguppies?
 Skalare
 Mehr fehlen 15 Fische
 krass
 Die sind vermutlich nur abgehauen.  Hatten die Schnauze voll von dir.



Bug#320172: SNMP data gathering with cacti stops functioning since upgrade of snmp from 5.1.2 to 5.2.1.,,Severity: important; Package: cacti; Reported by: [EMAIL PROTECTED]

2005-07-28 Thread sean finney
hi libor,

On Wed, Jul 27, 2005 at 06:36:24PM +0200, Libor Klepac wrote:
> hello, i also noticed this behaviour, switching from cactid to cmd.php
> pooler didn't work, so i tried to rebuild cacti-cactid with new libsnmp
> and it works now

thanks for the extra info.  i wonder if the recent c++ ABI change has
anything to do with this.  could you or julien please send me an ldd
and strace of whatever binary is segfaulting?


thanks!
sean

-- 


signature.asc
Description: Digital signature


Bug#320131: provide a version of the rekall package compiled without KDE

2005-07-28 Thread Michelle Konzack
I support this wish, because I have the need for an
administtarionstool not depending on KDE or GNOME.

Am 2005-07-27 10:52:16, schrieb Miernik:
> Package: rekall
> Severity: wishlist
> 
> Please provide a version of the rekall package compiled without KDE
> libs, maybe name it rekall-qt or rekall-nokde.
> 
> For those systems where this is the only KDE package on the system, it's
> a waste of download time and space to install all KDE libs just to

FullACK

> satisfy the dependencies. And Rekall can run without KDE:
> 
> http://www.mailman.a-i-s.co.uk/pipermail/rekall/2004-January/000281.html
> http://www.mailman.a-i-s.co.uk/pipermail/rekall/2004-January/000290.html

Who tell you this?

I have recall running wirh qt under Woody AND Sarge but
every time compiling it from Source my self is Arghhh

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#320275: debian-science list proposal

2005-07-28 Thread Ben Burton

Hi,

A debian-science list sounds useful to me -- adding my  to this
request.

Ben.



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



Bug#320261: [Pkg-xfce-devel] Bug#320261: xfce4: xfce becomes default window manager on upgrade within sarge

2005-07-28 Thread Yves-Alexis Perez
[EMAIL PROTECTED] wrote:
> 
> Upgrading to the newest version of sarge (with xfce not installed, and kdm 
> and kde installed), xfce is installed for reasons beyond my ken, and becomes 
> the default window manager for everyone. So far I haven't found a way to 
> remove that default short of removing XFCE.
> 
> Other information: LTSP is installed on the system using the debian ltsp
> installer package.
> 

It sounds weird. Could you try apt-get -s remove xfce4 and give us the
output, to see wich package is depending on xfce4. It's the first time I
see the problem (but the xfce version in stable is quite old), but we
can't do anything if someone wants his package to depends on xfce4.

> Jeff

-- 
Corsac
http://www.corsac.net


signature.asc
Description: OpenPGP digital signature


Bug#319979: proc_usb_info.txt.gz: added blank lines to reflect current format

2005-07-28 Thread Horms
On Thu, Jul 28, 2005 at 03:05:25AM +0800, Dan Jacobson wrote:
> Well all I know is "tell upstream that 2.6 proc_usb_info.txt needs
> those blank lines if they aren't there already"... as I am unfamiliar
> with upstream.

I took a closer look at your patch, and to be honest, other than the
last three fragments that add a blank line between E:... and T:... 
I can't see what it does, other than perhaps adding some extra whitepace,
that seems spurious.

I personally don't think the spaces between the E:... and T:... lines
are neccessary, its just the dump of a log, but I can see why you would
want them.

I have attached the latest version of this file from upstream to
this mail for reference. If you want to submit you change upstream,
please read this http://linux.yyz.us/patch-format.html Sorry its a bit
long winded, but its probably easier for me to just give you the link
than try and explain it. I'd send it to
linux-usb-devel@lists.sourceforge.net and CC Andrew Morton <[EMAIL PROTECTED]>

If you are not comfortable with this, please make a unified diff of 
your change (diff -u), follow the instructions in step 5. "Sign your work",
and send it here, I will be happy to forward it on. However, I can't in
any way gaurantee success.

> H> If it is in 2.6.12 then it is already in unstable.
> 
> Say, on sid all I see is 11 being the highest.  Not that I can
> download any of them on my modem.

12 has recently been added.

ftp://ftp.debian.org/debian/pool/main/l/linux-2.6/

I agree that downloading that behemouth is a bit of an ask.

-- 
Horms
/proc/bus/usb filesystem output
===
(version 2003.05.30)


The usbfs filesystem for USB devices is traditionally mounted at
/proc/bus/usb.  It provides the /proc/bus/usb/devices file, as well as
the /proc/bus/usb/BBB/DDD files.


**NOTE**: If /proc/bus/usb appears empty, and a host controller
  driver has been linked, then you need to mount the
  filesystem.  Issue the command (as root):

  mount -t usbfs none /proc/bus/usb

  An alternative and more permanent method would be to add

  none  /proc/bus/usb  usbfs  defaults  0  0

  to /etc/fstab.  This will mount usbfs at each reboot.
  You can then issue `cat /proc/bus/usb/devices` to extract
  USB device information, and user mode drivers can use usbfs 
  to interact with USB devices.

  There are a number of mount options supported by usbfs.
  Consult the source code (linux/drivers/usb/core/inode.c) for
  information about those options.

**NOTE**: The filesystem has been renamed from "usbdevfs" to
  "usbfs", to reduce confusion with "devfs".  You may
  still see references to the older "usbdevfs" name.

For more information on mounting the usbfs file system, see the
"USB Device Filesystem" section of the USB Guide. The latest copy 
of the USB Guide can be found at http://www.linux-usb.org/


THE /proc/bus/usb/BBB/DDD FILES:

Each connected USB device has one file.  The BBB indicates the bus
number.  The DDD indicates the device address on that bus.  Both
of these numbers are assigned sequentially, and can be reused, so
you can't rely on them for stable access to devices.  For example,
it's relatively common for devices to re-enumerate while they are
still connected (perhaps someone jostled their power supply, hub,
or USB cable), so a device might be 002/027 when you first connect
it and 002/048 sometime later.

These files can be read as binary data.  The binary data consists
of first the device descriptor, then the descriptors for each
configuration of the device.  That information is also shown in
text form by the /proc/bus/usb/devices file, described later.

These files may also be used to write user-level drivers for the USB
devices.  You would open the /proc/bus/usb/BBB/DDD file read/write,
read its descriptors to make sure it's the device you expect, and then
bind to an interface (or perhaps several) using an ioctl call.  You
would issue more ioctls to the device to communicate to it using
control, bulk, or other kinds of USB transfers.  The IOCTLs are
listed in the  file, and at this writing the
source code (linux/drivers/usb/devio.c) is the primary reference
for how to access devices through those files.

Note that since by default these BBB/DDD files are writable only by
root, only root can write such user mode drivers.  You can selectively
grant read/write permissions to other users by using "chmod".  Also,
usbfs mount options such as "devmode=0666" may be helpful.



THE /proc/bus/usb/devices FILE:
---
In /proc/bus/usb/devices, each device's output has multiple
lines of ASCII output.
I made it ASCII instead of binary on purpose, so that someone
can obtain some useful data from it without the use of an
auxiliary program.  However, with an auxiliary program, the numbers
in the first 4 columns of each "T:" line (topology info:

Bug#315967: libxml++2.10

2005-07-28 Thread Daniel Holbach
Hi Nikita,

Am Donnerstag, den 28.07.2005, 12:04 +0400 schrieb Nikita V.
Youshchenko:
> > I talked to upstream and they 
> > said, the ABI broke during the development unintentionally, but we
> > should better stick to libxml++2.6-2.10.0 and recompile the dependent
> > packages.
> 
> Is 2.10 backward-compatable with 2.6 at ABI level ?

As I said, the ABI broke unintentionally (and they were most agrieved),
so I guess there might be some glitches. Upstream advised us to
recompile the depending packages. I'm not sure at which stage the ABI
broke (from which version on).

I got Murray Cumming in a mail conversation with all the Debian package
maintainers back then, but I can't really tell, how the current state in
Debian is.

Have a nice day,
 Daniel



signature.asc
Description: This is a digitally signed message part


Bug#320274: [Logcheck-devel] Bug#320274: logcheck-database: Please add pop3 to dovecot

2005-07-28 Thread Andrew Pollock
On Thu, Jul 28, 2005 at 08:45:07AM +0100, Jamie L. Penman-Smithson wrote:
> On Thu, 2005-07-28 at 10:06 +1000, Andrew Pollock wrote:
> > Please duplicate the imap-login related lines and change them to filter
> > out the equivalent messages emitted by pop3-login.
> 
> Please provide the messages from pop3-login that need to be ignored.
> 

They're exactly the same as the imap-logins, except prefixed with
pop3-login.

regards

Andrew


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



Bug#281187: wontfix

2005-07-28 Thread Eduard Bloch
severity 281187 wishlist
tags 281187 + wontfix
thanks

It is non-free and non-distributable. Read the license please.

-- 
 Ganneff: NM-queue ist das schnellste zu uploadrechten für ein paket,
oder?
 ach aqua^Wribnitz



Bug#320302: tpp: please add auto-advace-after-n-seconds feature

2005-07-28 Thread Robert Lemmen
Package: tpp
Version: 1.3-1
Severity: wishlist


hi nico,

it would be way cool if tpp could be instructed (via cmd line) to go to
the next slide every "n" seconds. shouldn't be too difficult to
implement and would turn it into a way cool console slideshow thing.

imagine an m68k mac at an exhibition booth with a debian slideshow of
that kind... :)

cu  robert

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (670, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.4
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tpp depends on:
ii  libncurses-ruby1.80.9.2-3ruby Extension for the ncurses C l
ii  ruby  1.8.2-1An interpreter of object-oriented 

tpp recommends no packages.

-- no debconf information


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



Bug#320303: anacron: please drop the leading article in synopsis

2005-07-28 Thread Laurent Fousse
Package: anacron
Version: 2.3-11
Severity: minor

From developer reference:

Since the synopsis is a clause, rather than a full sentence, we
recommend that it neither start with a capital nor end with a full
stop (period). It should also not begin with an article, either
definite ("the") or indefinite ("a" or "an").

Thanks,

Laurent.


signature.asc
Description: Digital signature


Bug#320139: locale

2005-07-28 Thread Ola Lundqvist
On Wed, Jul 27, 2005 at 07:16:26PM +0200, Juraj Bednar wrote:
> Hello,
> 
> > >ok, the bug seems to be because of package "locales" was not
> > >installed. Suggesting this package should be a good idea, you can
> > >change the severity to "wishlist".
> > 
> > Was it just that? So if you just install the locales package
> > it works?
> > 
> > If so I'll even make it a recommend and not just suggests... :)
> 
> yep. .po files are not required, since imp4 and horde3 uses the binary
> hash representation compiled from the .po files using msgfmt (the .mo files),
> so they should stay where they are.

Good. Then I was not too confused when removing that dir. :)

Regards,

// Ola

> 
>  Juraj.
> 
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#172435: exim: mailq should think in terms of hours and minutes

2005-07-28 Thread Adam D. Barratt
package exim
tags 172435 + wontfix
thanks

On Monday, December 09, 2002 11:03 PM, Dan Jacobson <[EMAIL PROTECTED]>
wrote:

> $ mailq
>  2h   468 18LU9M-Sv-00 <[EMAIL PROTECTED]>
>   [EMAIL PROTECTED]
>
> 76m   440 18LUkv-aj-00 <[EMAIL PROTECTED]>
>   [EMAIL PROTECTED]
>
> 70m  1.4K 18LUqT-bN-00 <[EMAIL PROTECTED]>
>   [EMAIL PROTECTED]
> D [EMAIL PROTECTED]
>
>  0m  1.2K 18LVwY-h8-00 <[EMAIL PROTECTED]>
>   [EMAIL PROTECTED]
>
> Odd, I would put the cut off point for beginning to show hours at
> 60m.  Apparently it is perhaps 100m.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320305: librep: FTBFS (ppc64): "error: --with-stack-direction is incorrect"

2005-07-28 Thread Andreas Jochens
Package: librep
Version: 0.17-10
Severity: normal
Tags: patch

When building 'librep' on ppc64/unstable,
I get the following error:

REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings 
../src/rep --batch -l rep.vm.compiler \
  -f compile-batch rep-xgettext.jl \
&& mv rep-xgettext.jlc rep-xgettext && chmod +x rep-xgettext
 ** error: --with-stack-direction is incorrect; it should be 1
make[2]: *** [rep-xgettext] Error 10
make[2]: Leaving directory `/librep-0.17/src'

With the attached patch 'librep' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/librep-0.17/src/main.c ./src/main.c
--- ../tmp-orig/librep-0.17/src/main.c  2001-08-24 03:05:41.0 +
+++ ./src/main.c2005-07-28 08:55:35.0 +
@@ -157,7 +157,7 @@
 return rep_TRUE;
 }
 
-static void
+void
 check_configuration (int *stack_low)
 {
 int stack_high;


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



Bug#320265: evince: Displays blank pages for PDF

2005-07-28 Thread Sebastien Bacher
severity 320265 important 
merge 315133 320265
title 320265 evince show blank PDFs on PPC
reassign 320265 poppler
thanks

Le mercredi 27 juillet 2005 à 14:41 -0700, Matt Kraai a écrit :
> Package: evince
> Version: 0.3.0-2
> Severity: normal
> 
> When I try to view
> 
>  http://rifters.com/real/shorts/PeterWatts_Maelstrom.pdf
> 
> all of the pages are blank.  GNOME PDF is able to display it.

Hi,

Thanks for your bug. That's a known PPC issue, duplicate of #315133.


Cheers,

Sebastien Bacher





Bug#320275: request for debian-science mailing list

2005-07-28 Thread Daniel Leidert
Am Donnerstag, den 28.07.2005, 10:07 +1000 schrieb Helen Faulkner:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Package: lists.debian.org
> Severity: wishlist
[..]
> Name:  debian-science

I would like to see support for such a list. It could be a nice place
for packagers and developers of scientific software to discuss, to aid
one another and to introduce new packages. Because of the (often) close
relationship between scientific applications/libraries, a central place
like the suggested mailing list is IMO a good idea. Debian could be a
good (client) platform for a wide range of scientific applications.

Regards, Daniel



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



Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2005-07-28 Thread Timo Juhani Lindfors
On Thu, Jul 28, 2005 at 09:04:59AM +0200, Lucas Nussbaum wrote:
> What does
> for i in $(seq 1 10); do ssh -Xf $(hostname) xclock & done
> do ?

I ran that ten times (so that total of 100 xclocks would be expected)
and it seems to open xclocks very seldomly here:

attempt number   1 2 3 4 5 6 7 8 9 10
number of xclock windows opened: 0 2 0 2 0 0 0 1 0 1

> What's the point in going through xterm ?

Most users here are not using ssh-keys so they need to type a password
for ssh (I did use ssh-keys myself when testing this though).

-Timo


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



Bug#227503: marked as done (An error occurred. Dammit. Error was: 222059 state kill-init at end.)

2005-07-28 Thread Colin Watson
reopen 227503
thanks

On Wed, Jul 27, 2005 at 11:36:50PM -0700, Debian Bug Tracking System wrote:
> Date: Wed, 27 Jul 2005 19:35:54 -0400
> From: Filipus Klutiero <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Out of date?
> 
> This looks out of date, as accessing 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222059 shows a 
> certainly weird but error-less page. Otherwise, shouldn't it be merged 
> with 207992?

Please leave this bug open; the general problem (namely that process
doesn't append to bug logs in a safe manner) remains an issue.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#320190: sl-modem-daemon: hardware naming scheme changed: hw:X -> modem:X (NO CARRIER ERROR)

2005-07-28 Thread Christophe Combelles
Eduard Bloch wrote :
> 
> Especially since it seems to be a bug in your specific module -
> snd-intel8x0m (1.0.9b) supports the hw: name.


Just fyi, I made the report on a different laptop, so the module is not
snd-intel8x0m, but snd-atiixp-modem

regards
Christophe


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



Bug#320190: sl-modem-daemon: hardware naming scheme changed: hw:X -> modem:X (NO CARRIER ERROR)

2005-07-28 Thread Eduard Bloch
#include 
* Christophe Combelles [Thu, Jul 28 2005, 11:39:07AM]:
> Eduard Bloch wrote :
> > 
> > Especially since it seems to be a bug in your specific module -
> > snd-intel8x0m (1.0.9b) supports the hw: name.
> 
> 
> Just fyi, I made the report on a different laptop, so the module is not
> snd-intel8x0m, but snd-atiixp-modem

Sure, I have read your report. And wanted to pointed out that this is
the root of the troble.

I noticed that the last driver version silently changed the hw: name too
as default. As said before, IMO this just sucks because you cannot do it
right for everyone - if I just change the setting, I expect dozens of
bug reports from other users maybe even from those with Sarge using
backports.

If I have overlooked some important fact, please tell me.

Regards,
Eduard.
-- 
In the beginning was the word, and the word was content-type: text/plain


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



Bug#320185: rss2email: non-ASCII long header is encoded incorrectly

2005-07-28 Thread Tatsuya Kinoshita
On July 27, 2005 at 11:07PM -0400,
joeyh (at debian.org) wrote:

> I'd like to pass this bug on to python besides working around it, but I
> can't seem to reproduce it with a simple test case like this:
> 
> #!/usr/bin/python
> # -*- coding: utf-8 -*-
> import mimify
> print 
> mimify.mime_encode_header("á12345678901234567890123456789012345678901234567890123456789012345678901234567890")

To reproduce the problem, add " ", " foobar" or so to the string,
as follows:

print 
mimify.mime_encode_header("á12345678901234567890123456789012345678901234567890123456789012345678901234567890
 ")

-- 
Tatsuya Kinoshita


pgpcwH5ix7YU0.pgp
Description: PGP signature


Bug#319617: python2.4 doesn't have pcre ?

2005-07-28 Thread Ian Jackson
Matthias Klose writes ("Re: Bug#319617: python2.4 doesn't have pcre ?"):
> Removed upstream for python2.4, see
> http://mail.python.org/pipermail/python-dev/2004-June/045150.html

Thanks for the reference, but did you actually _read_ my bug report
before closing it ?  I reported it primarily against python2.4-yappy.

python2.4-yappy's module cannot be loaded _at all_ because it says
`import pcre'.

I will reopen the bug.

Ian.


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



Bug#320307: apg: excessively reads from /dev/random (4k read!)

2005-07-28 Thread Johannes Berg
Package: apg
Version: 2.2.3-3
Severity: important
Tags: patch

A couple of invocations of apg with certain parameters
(apg -M SNCL -m 10 -x 10 -a 1 for example) totally drain
/dev/random (from an strace log):

open("/dev/random", O_RDONLY)   = 3
[...]
read(3, "[\354x\341\375\25\306\337O\322v\243{$m\371WQ\266\210\34"..., 4096) = 
128
close(3)= 0

As you can see, apg requests 4096 bytes from /dev/random
which is totally excessive since it only uses 8 of them.

Now, the code actually requests 8, so the problem is
likely in the C library. Attached is a patch to use regular
functions open/read/close instead of the C library
ones and really read only 8 bytes.

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

Versions of packages apg depends on:
ii  libc6 2.3.5-1GNU C Library: Shared libraries an

apg recommends no packages.

-- no debconf information
--- apg-2.2.3.orig/rnd.c
+++ apg-2.2.3/rnd.c
@@ -36,6 +36,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "rnd.h"
 
 #ifndef APG_USE_SHA 
@@ -176,25 +177,31 @@
 void
 x917_setseed (UINT32 seed, int quiet)
 {
- FILE * dr;
+ int fd;
  UINT32 drs[2];
  UINT32 pid = 0;
 
  pid = (UINT32)getpid();
+ 
+ /* NOTE: this function intentionally does not use
+  *   the regular  API because fread may
+  *   read much more data than requested (up to
+  *   4K), which is extremely bad with /dev/random
+  */
 
- if ( (dr = fopen(APG_DEVRANDOM, "r")) != NULL)
+ if ( (fd = open(APG_DEVRANDOM, O_RDONLY)) != -1)
   {
-   (void)fread( (void *)&drs[0], 8, 1, dr);
+   read(fd, (void *)&drs[0], 8);
__rnd_seed[0] = seed ^ drs[0];
__rnd_seed[1] = seed ^ drs[1];
-   (void) fclose(dr);
+   close(fd);
   }
- else if ( (dr = fopen(APG_DEVURANDOM, "r")) != NULL)
+ else if ( (fd = open(APG_DEVURANDOM, O_RDONLY)) != -1)
   {
-   (void)fread( (void *)&drs[0], 8, 1, dr);
+   read(fd, &drs[0], 8);
__rnd_seed[0] = seed ^ drs[0];
__rnd_seed[1] = seed ^ drs[1];
-   (void) fclose(dr);
+   close(fd);
   }
  else
   {


signature.asc
Description: This is a digitally signed message part


Bug#320290: [CAN-2005-2151]: Potential DoS when handling DNS failures while looking up SPF records

2005-07-28 Thread Stefan Hornburg
On Thu, 28 Jul 2005 09:47:46 +0200
Willi Mann <[EMAIL PROTECTED]> wrote:

> tag 320290 + patch
> thanks

Thanks for the patch. I'm building packages for unstable right now.

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#316272: w3m-img: does not display images on console

2005-07-28 Thread Michael Prokop
Package: w3m-img
Version: 0.5.1-4
Followup-For: Bug #316272


Whileas w3m-img works in xterm as intended, it does not display
images inline on plain console using framebuffer (vesafb-tng).

Tested with:

 % w3m -config /dev/null grml.org

No problems with w3m/w3m-img 0.5.1-3, problem appeared with
version 0.5.1-4.

regards,
-mika-


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



Bug#320281: hpiod segfault

2005-07-28 Thread Henrique de Moraes Holschuh
On Wed, 27 Jul 2005, Omniflux wrote:
> This may be a problem with the amd64 version only.

Please test 0.9.4-1 just uploaded.

If it segfaults, please:

1. apt-get install build-essential fakeroot
2. apt-get build-dep hplip
3. apt-get source hplip

then cd into the hplip source directory, and

DEB_BUILD_OPTIONS=debug,nostrip,noopt dpkg-buildpackage -uc -us -rfakeroot

Install the resulting .deb packages.
Enable coredumps (for root) with ulimit -c unlimited
Restart hplip

Try printing, see if you get a coredump, and run gdb on the coredump, using
the bt gdb command to get a backtrace.

Or try to attach ltrace to whatever process is segfaulting [before it
segfaults :( ] so that we can have an idea of where it is segfaulting...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#320312: Taking LVM snapshots can lead to an unuseable system

2005-07-28 Thread Alexander Fisher
Package: kernel-image-2.6.8-2-686
Version: 2.6.8-16
Severity: critical

In sarge I was unable to take any lvm snapshots until I manually
loaded the dm-snapshot kernel module with modprobe.

I took a snapshot of my /usr filesystem, but didn't remove the
snapshot with lvremove before rebooting.

After reboot, not only is the snapshot unavailable, but also the
original filesystem.  This makes the system unusable until the
snapshot can be removed.

  If I boot kernel-image-2.4.27-2-686, (which fortunately I also had
installed), I don't need to manually load dm-snapshot.

Perhaps this is an lvm bug instead?
http://www.redhat.com/archives/dm-devel/2004-August/msg00015.html

Many thanks,
Alex



Bug#320309: tpb: new terminals cannot use ssh-agent

2005-07-28 Thread Florian Reitmeir
Package: tpb
Severity: normal


Hi,

there is a problem with the startup of the tpb. Per default its started
in the xsession like the ssh-agent. 

most of the programs in the xsession are called chained, like

program  program  ..
(there is no pipe)

tpb doesn't get the ssh-agent enviorment variables.. because its simply
called, not chained by the ssh-agent.


Fix for this problem is, starting the tpb on the KDE/GNOME/.. session,
or more basic in .xinitrc in the user home.

An other fix would be, to patch it, to make it behave like the ssh-agent so it 
can
also chained in the xsession.

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


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



Bug#162362: exim: Info page index troubled links

2005-07-28 Thread Adam D. Barratt
package exim
tags 162362 + upstream wontfix
thanks

On Wednesday, September 25, 2002 10:02 PM, Dan Jacobson
<[EMAIL PROTECTED]> wrote:

> Package: exim
> Version: 3.35-1
> Severity: minor
>
> In the exim Info page index, some of these:
> * alias errors:  Errors in alias files.
> * alias file: <1>:   The aliasfile director.
> * alias file::   Options common to the
> aliasfile and forwardfile directors.
> * alias file: backslash in:  Types of alias item.
> * alias file: building <1>:  -bi.
> ...
>
> are linked to the wrong thing or cause errors upon hitting RET

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320310: makepasswd: excessively reads from /dev/random (4k read!)

2005-07-28 Thread Johannes Berg
Package: makepasswd
Version: 1.10-2
Severity: important

A couple of invocations of makepasswd can totally drain
/dev/random (from an strace log):

open("/dev/random", O_RDONLY)   = 3
[...]
read(3, "...", 4096) = 128
[...]
close(3)= 0

As you can see, it requests 4096 bytes from /dev/random
which is totally excessive since it only uses 4 of them.

Now, the code actually requests 4 but uses a buffered
stream. I'm sure there is a way to make the stream unbuffered
to avoid this problem, but don't know enough about perl.

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



signature.asc
Description: This is a digitally signed message part


Bug#149669: Close a couple of fixed woody bugs

2005-07-28 Thread Stefan Hornburg
Hello,

Cleanup as per subject.

Thanks
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#150026: exim dies with sig 11

2005-07-28 Thread Adam D. Barratt
package exim
tags 150026 + upstream wontfix
thanks

On Friday, June 14, 2002 6:29 PM, Jörg Sommer <[EMAIL PROTECTED]> wrote:

> some queue runner dies with sig 11. I checked the ram, but there isn't
> anything. I run ltrace with exim and it seams, the crash happens
> evertime at the same location. I append the ltrace output and my
> config files.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#316482: Lowering priority and retitling -- not really actually broken?

2005-07-28 Thread era eriksson
severity 316482 normal
retitle 316482 apt-file: jarring 404 warnings from back end should be
hidden from view
thanks

As far as I can tell, the 404 is not actually an error from apt-file's
perspective. It faithfully reports that the file is not available but
it's not a fatal condition at all. To verify, add more servers to the
end of your /etc/apt/sources.list, or reorder the entries you have
there; on my installation, it proceeds past the 404 and tries to fetch
files for the remaining servers just fine.

HOWEVER, I agree that these 404 errors scared me too at first; probably
the back end's output should be hidden from view or filtered somehow
under normal conditions -- the output is only useful for debugging, and
(at least with wget) even then it's painfully verbose.

In any event, it's hardly a problem that apt-file will not be able to
search for matches in security updates; they're bound to contain exactly
the same files as the corresponding packages in the regular archive
except under very special conditions.

Feel free to lower this further down to wishlist priority as far as I'm
concerned.

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#50013: Natural weight loss, guaranteed.

2005-07-28 Thread Latasha G. Sousa, Jr
Hi,

Having problems losing the weight?
With our product, You can...Guaranteed!

Find out how
Our Page : check4express.info

Natural weight-loss diet formula leaves you thinner...
Your weight easier to manage, without starving.
3 years of weight loss results prove that ...29 out of 30 people can
have a slimmer body in as little as 3 to 6 weeks with this safe,
no-starving, drug free weight-loss formula

Thank you,
Latasha G. Sousa, Jr
[EMAIL PROTECTED]

The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn.	Alvin Toffler	. Haven't the photographers already disliked praying?.

Did Debbie love jumping in front of the restaurant?. About the necessity of compromise .

About the necessity of compromise . Some store clerks like working in London..


Bug#320311: wrong mta dependecy

2005-07-28 Thread Nico Golde
Package: fetchmail
Version: 6.2.5-16
Severity: normal

I changed the dependency of the mta to postfix which was
wrong because exim4 is the default mta in debian.
this will be fixed with the next upload.
regards nico


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

Versions of packages fetchmail depends on:
ii  adduser 3.65 Add and remove users and groups
ii  base-files  3.1.6Debian base system miscellaneous f
ii  debianutils 2.14.1   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries

Versions of packages fetchmail recommends:
pn  ca-certificates(no description available)

-- no debconf information

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


signature.asc
Description: Digital signature


Bug#320245: mc: Through SSH, gets X_QueryPointer failure when run with -d

2005-07-28 Thread Ludovic Drolez
On Wed, Jul 27, 2005 at 04:29:57PM -0400, Dennis Boone wrote:
> When logged in through ssh, if I run mc, nearly any action will result
> in the following error:

Hi !

Please read /usr/share/doc/mc/FAQ.gz. Mc likes that the DISPLAY variable is
properly set.

To solve your problem, unset DISPLAY.

Regards,

-- 
Ludovic Drolez.

http://www.palmopensource.com   - The PalmOS Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff


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



Bug#320211: bibletime: Bibletime crashes while searching in large range

2005-07-28 Thread Christian Frommeyer
Hi,

I just tried with GnomeSword and got a crash there too. It migth 
therefore as well be a Problem of libsword rather then of Biletime

Greetings Chris
-- 
Christian Frommeyer   [EMAIL PROTECTED]
Diese eMail ist mit GnuPG signiert.  GPG-Key ID: 0x61F10B60


pgpEa3EYv6TgT.pgp
Description: PGP signature


Bug#320171: bterm-unifont: Farsi specific glyphs is missing

2005-07-28 Thread Arash Bijanzadeh
On 7/27/05, Christian Perrier <[EMAIL PROTECTED]> wrote:
reassign 320171 bf-utf-sourcethanksQuoting Arash Bijanzadeh ([EMAIL PROTECTED]):> Package: bterm-unifont> Severity: normal>>  Noticed that farsi specific glyphs is missing from the font used in
>  d-i.>  The missing  glyphs are for unicode characters:>  ARABIC LETTER KEHEH with 06A9>  ARABIC LETTER GAF with 06AF>  ARABIC LETTER PEH with 067E>  ARABIC LETTER TCHEH with 0686
>  ARABIC LETTER JEH   with 0698I am precisely working to fix this by revamping the unifont.bdf fileto inlude these characters.(importing them from some FreeType fonts)Even more, I'm working to also add Punjabi characters to 
unifont.bdfI'm not sure that I will have time to produce AND TEST a patchbefore leaving for holidays, but I'll make my best.As far as I've seen some of the characters you mentioned are not ininstaller/build/needed-characters/fa. Could you please update this
file with these characters (IIRC, these are KEHEH, PEH andTCHEHGAF and JEH are in this file)
I am not sure how to update this file. the only missing charachter is
KEHEH . I put it in attached file. I also included Persian YEH ( the
last one) Which I am not sure if it is in the package.
It would be great if I could install this font on my machine and check precisely. Is it possible? how?
-- Abandon the search for Truth; settle for a good fantasy.


Bug#318573: lists.debian.org: Huge spam amount increase on debian-chinese-gb, please set to moderation

2005-07-28 Thread Pascal Hakim
I believe this is not an issue as much anymore. You filed this bug
shortly after an upgrade of the list server that resulted in a broken
spam assassin. This was fixed a few hours later, and I believe the spam
levels are down to a lower level now.

If you agree that the problem has gone away, please close the bug.

Cheers,

Pasc

On Sat, 2005-07-16 at 02:31 -0500, Ming Hua wrote:
> Package: lists.debian.org
> Severity: important
> 
> Dear list masters,
> 
> It seems the recent change in the mailing list system is causing a huge
> spam surge on [EMAIL PROTECTED] list.  There have been about 50
> spams in the past 12 hours, meantime the amount of legit mails is
> probably 10.
> 
> The large noise/signal ratio is making the list unreadable.  If there is
> nothing wrong with the bug filtering system, please consider setting
> debian-chinese-gb under moderation temporarily (so that we at least have
> a sane environment to discuss how to deal with these spam in the long
> term).
> 
> Thanks,
> Ming
> 2005.07.16
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.8-2-k7
> Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> 


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



Bug#320315: nut-usb: dependency on libusb-dev surprising, undocumented, possibly unnecessary

2005-07-28 Thread Michal Politowski
Package: nut-usb
Severity: normal
Version: 2.0.2-1

Is there any reason nut-usb Depends on libusb-dev?
It looks unnecessary to me but maybe I'm missing something.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#320171: bterm-unifont: Farsi specific glyphs is missing

2005-07-28 Thread Arash Bijanzadeh
Forgot to attach!On 7/28/05, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote:
On 7/27/05, Christian Perrier <
[EMAIL PROTECTED]> wrote:
reassign 320171 bf-utf-sourcethanksQuoting Arash Bijanzadeh ([EMAIL PROTECTED]):> Package: bterm-unifont
> Severity: normal>>  Noticed that farsi specific glyphs is missing from the font used in
>  d-i.>  The missing  glyphs are for unicode characters:>  ARABIC LETTER KEHEH with 06A9>  ARABIC LETTER GAF with 06AF>  ARABIC LETTER PEH with 067E>  ARABIC LETTER TCHEH with 0686
>  ARABIC LETTER JEH   with 0698I am precisely working to fix this by revamping the unifont.bdf fileto inlude these characters.(importing them from some FreeType fonts)Even more, I'm working to also add Punjabi characters to 
unifont.bdfI'm not sure that I will have time to produce AND TEST a patchbefore leaving for holidays, but I'll make my best.As far as I've seen some of the characters you mentioned are not ininstaller/build/needed-characters/fa. Could you please update this
file with these characters (IIRC, these are KEHEH, PEH andTCHEHGAF and JEH are in this file)
I am not sure how to update this file. the only missing charachter is
KEHEH . I put it in attached file. I also included Persian YEH ( the
last one) Which I am not sure if it is in the package.
It would be great if I could install this font on my machine and check precisely. Is it possible? how?
-- Abandon the search for Truth; settle for a good fantasy.

-- Abandon the search for Truth; settle for a good fantasy.


chars
Description: Binary data


Bug#320313: apt-file: a way to update without being root

2005-07-28 Thread era eriksson
Package: apt-file
Version: 2.0.3-7
Severity: wishlist
Tags: patch

I can see how this might be tricky to fix, but it really sucks to have
to be root to do `apt-file update' (or some cheesy workaround, such as
adding a new system group with permission to write to the APT cache).

At a minimum, I think this should be mentioned in the manual (although
anybody moderately Unix-literate can probably figure it out from the
error message you get).

Here's an almost-patch:

 Some actions are required to run the search:
 .TP
 \fBupdate\fR
 Resynchronize the package contents from their sources. The
 contents packages are fetched from the location(s)
 specified in
 \fI/etc/apt/sources.list\fR. This command
 attempt to fetch the
 \fIContents-.gz\fR file from
 remote source.
+\fBNote:\fR You need to have write access
+to the cache directory in order to 
+execute this command.
 .TP
---
 .SH "OPTIONS"
 .TP
 \fB   --cache | -c cache-directory \fR
 Sets the cache directory to
 cache-directory instead of its default
-value (\fI/var/cache/apt\fR) thus you can
-use \fBapt-file\fR even if you do not have
-administrator privileges.
+value (\fI/var/cache/apt\fR).
---
 .SH "BUGS"
 .PP
 cdrom backend haddn't been tested.
 .PP
 Non-release line in sources.list is not handled by apt-file.
 .PP
+It would be nice if normal users could update the
+default cache directory as needed
+without having to become root or some such.
+.PP

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2005-07-28 Thread Lucas Nussbaum
On Thu, Jul 28, 2005 at 01:00:09PM +0300, Timo Juhani Lindfors <[EMAIL 
PROTECTED]> wrote:
> On Thu, Jul 28, 2005 at 09:04:59AM +0200, Lucas Nussbaum wrote:
> > What does
> > for i in $(seq 1 10); do ssh -Xf $(hostname) xclock & done
> > do ?
> 
> I ran that ten times (so that total of 100 xclocks would be expected)
> and it seems to open xclocks very seldomly here:
> 
> attempt number   1 2 3 4 5 6 7 8 9 10
> number of xclock windows opened: 0 2 0 2 0 0 0 1 0 1

Ok, actually I can reproduce it. I sometimes get messages such as :

Warning: No xauth data; using fake authentication data for X11 forwarding.
/usr/bin/X11/xauth:  error in locking authority file /home/nussbaum/.Xauthority
X11 connection rejected because of wrong authentication.
X connection to localhost:17.0 broken (explicit kill or server shutdown).
Warning: No xauth data; using fake authentication data for X11 forwarding.
Xlib: connection to "localhost:18.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: Can't open display: localhost:18.0
Error: Can't open display: localhost:13.0
Error: Can't open display: localhost:14.0
Error: Can't open display: localhost:11.0
Error: Can't open display: localhost:17.0

Do you get the same ones ? Or no error message at all ?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#130467: exim: mangles newlines on headers of incoming mail

2005-07-28 Thread Adam D. Barratt
package exim
tags 130467 + upstream wontfix
thanks

On Tuesday, January 22, 2002 10:31 PM, Dagfinn Ilmari Mannsåker
<[EMAIL PROTECTED]> wrote:

> On incoming mail the headers generated by exim have only LF newlines,
> while
> the rest of the headers have CRLF. This causes mutt and other programs
> (such as vim) to interpret the file as having LF newlines, and thus
> displaying annoying ^M characters. local->local mail only has LF
> newlines.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320318: apt-file: obsolete pointers in README and man page

2005-07-28 Thread era eriksson
Package: apt-file
Version: 2.0.3-7
Severity: minor

The pointers to sjgross.org are stale and should probably be replaced or
removed.

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#320314: amavis-ng-milter-helper security issues

2005-07-28 Thread Evan Harris

Package: amavis-ng-milter-helper
Version: 0.1.6.9-1

When amavis-milter creates its pid file, it is created with perms of 666.
It should not be world-writable.

In addition, the milter socket also is created unsafely as world-writable.



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



Bug#320316: amavis-ng-milter-helper security issues

2005-07-28 Thread Evan Harris

Package: spamass-milter
Version: 0.3.0-1

When using -m to prevent modification of the message, this setting appears
to be ignored.  Markup still happens, unless the default spamassassin prefs
disable it.  Unfortunately, I do not want to disable it for local users,
just for mail that may be "passing through".

This is also performance concern, as updating the body of large messages is
costly.



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



Bug#145585: sendmail uses -N ... -R ... for DSN; but exim's -N ==do *not* deliver

2005-07-28 Thread Adam D. Barratt
package exim
tags 145585 + upstream wontfix
thanks

On Thursday, May 02, 2002 6:28 PM, Wolfgang Weisselberg
<[EMAIL PROTECTED]> wrote:

> Problem: sendmail uses -N  -R  to set DSN.  This is
> reflected in mutt, which will use -N  if dsn_notify is set.
>
> However exim will not deliver messages if any "-N" flag appears in the
> command line.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320222: bug fixed in version 2.8.7 (fwd)

2005-07-28 Thread Santiago Vila
Hello again.

The submitter says this is fixed in the current development version
(which I should not put in debian unstable).

Are there plans to release diffutils 2.9 sometime?

Thanks.

-- Forwarded message --
From: Jaap Eldering <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed, 27 Jul 2005 21:35:51 +0200
Subject: Bug#320222: bug fixed in version 2.8.7

Hi,

I downloaded the diffutils 2.8.7 sources and this bug seems fixed
there (according to the ChangeLog, it was fixed in 2.8.6).

Regards,
Jaap


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



Bug#320321: wdm includes two identical changelogs

2005-07-28 Thread tow21
Package: wdm
Version: 1.28-1
Severity: minor


The two files:
/usr/share/doc/wdm/changelog.gz
/usr/share/doc/wdm/ChangeLog.gz

have identical contents (though they are slightly
different in their gzipped form)

This is an (albeit extremely minor!) waste of 12kB
of my diskspace.

Toby


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

Versions of packages wdm depends on:
ii  debconf  1.4.52  Debian configuration management sy
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libpam-modules   0.76-22 Pluggable Authentication Modules f
ii  libpam-runtime   0.76-22 Runtime support for the PAM librar
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libwraster3  0.91.0-7.2  Shared libraries of Window Maker r
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  psmisc   21.6-1  Utilities that use the proc filesy
ii  xbase-clients4.3.0.dfsg.1-14 miscellaneous X clients
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  xutils   4.3.0.dfsg.1-14 X Window System utility programs

wdm recommends no packages.

-- debconf information:
* shared/default-x-display-manager: wdm
  wdm/daemon_name: /usr/bin/X11/wdm


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



Bug#320320: INTL:vi Vietnamese translation for tcp-wrappers

2005-07-28 Thread Clytie Siddall

Package: tcp-wrappers
Version: 7.6.dbs-8
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
tcp-wrappers

tcp-wrappers_7.6.dbs-8.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#129025: general: exim crash with sig11 while getservbyname

2005-07-28 Thread Adam D. Barratt
package exim
tags 129025 + upstream wontfix
thanks

On Sunday, January 13, 2002 3:19 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> in exim-3.33/src/transports/smtp.c, line 1889:
>
> struct servent *smtp_service = getservbyname(ob->service, "tcp");
>
> does a crash with signal 11 on my installation, i dunno but
> /etc/services
> seems correct and if i use the following, it works:
>
> /* */ the whole else statement and use:
> port = (int)htons(25);
>
> to get the smtp port statically

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#148633: exim: eximstats idea

2005-07-28 Thread Adam D. Barratt
package exim
tags 148633 + upstream wontfix
thanks

On Friday, May 31, 2002 9:26 AM, Paul Johnson <[EMAIL PROTECTED]>
wrote:

> Package: exim
> Version: 3.35-1
> Severity: wishlist
>
> For us spamfighters out there, it would be kinda cool if we could get
> eximstats to parse rejectlogs and give us stats on which RBL blocked
> how much mail.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320319: HTTP proxy auth failed

2005-07-28 Thread Didier Conchaudron
Package: base-config
Version: 2.53-10

I'm trying to install sarge from a http mirror but with a HTTP proxy.
I've tried to use the common syntax explained in the help, but unfortunally my
user name is in 2 parts(so with a space in the middle) and my password contains
a @ so I guess my problems might come from there too. I tried some delimiters
like ' " and ` but they don't work either. Some ideas?

Regards,

Didier Conchaudron


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



Bug#320204: fuse-source: build succeeds; modprobe fails on kernel 2.6.12-1-686

2005-07-28 Thread Bartosz Fenski aka fEnIo
On Wed, Jul 27, 2005 at 10:50:17AM -0500, Chris Howie wrote:
> The build of the fuse-module package succeeds with 'm-a a-i fuse' 
> but 'modprobe fuse' then fails with:
> 
> FATAL: Error inserting fuse 
> (/lib/modules/2.6.12-1-686/kernel/fs/fuse/fuse.ko):
> Invalid module format
> 
> I assume that fuse is simply incompatible with 2.6.12.  Can this be fixed 
> soon?

Well fuse _is_ compatible with 2.6.12 kernel, so I'm not really sure what
causes your problems. 

Tell me what's the output of:

`file /lib/modules/2.6.12-1-686/kernel/fs/fuse/fuse.ko`

And maybe `modprobe -v fuse` too.

I'm not using 2.6.x kernels, but that's probably good time to start ;)

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2005-07-28 Thread Matthew Vernon

On Thu, 28 Jul 2005, Timo Juhani Lindfors wrote:


On Thu, Jul 28, 2005 at 09:04:59AM +0200, Lucas Nussbaum wrote:

What does
for i in $(seq 1 10); do ssh -Xf $(hostname) xclock & done
do ?


I ran that ten times (so that total of 100 xclocks would be expected)
and it seems to open xclocks very seldomly here:


What does your .xsession-errors (or wherever you send stderr from your 
xsession) say?


Also, can you give me some debugging output?

Matthew

--
Rapun.sel - outermost outpost of the Pick Empire
http://www.pick.ucam.org



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



Bug#111646: Segfault during mail delivery

2005-07-28 Thread Adam D. Barratt
package exim
tags 111646 + upstream wontfix
thanks

On Saturday, September 08, 2001 12:32 AM, Nick Holgate <[EMAIL PROTECTED]>
wrote:

> Package: exim
> Version: 3.32-2 & 3.31-1
> Severity: critical
>
> Arch: m68k
> Kernel: 2.2.19 & 2.4.9
> Libc6: 2.2.3-9 & 2.2.4-1
>
> After installing either of the above versions of exim all mail fails
> to get delivered. Running the queue by hand exhibits a signal 11 error.

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320324: graphdefang: does not work with spamassassin (spamd) logs

2005-07-28 Thread Marko Pilop
Package: graphdefang
Version: 2.51-2
Severity: normal



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.25-grsec
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages graphdefang depends on:
ii  libfile-readbackwards-perl1.03-1 File::ReadBackwards.pm -- Read a f
ii  libgd-graph-perl  1.43-2 Graph Plotting Module for Perl 5
ii  libgd-text-perl   0.86-2 Text utilities for use with GD
ii  libmldbm-perl 2.01-1 Store multidimensional hash struct
ii  libtimedate-perl  1.1600-4   Time and date functions for Perl
ii  perl [libstorable-perl]   5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information

i'm using the sample config from /usr/share/doc/graphdefang for spamd
and changed only the path to my maillog (/var/mail/mail.log).

when running graphdefang.pl it does not find any valid logline to
analyze:

paracelsus:~# graphdefang.pl
Processing data file: /var/log/mail.log
   0 new log lines processed
   No valid mimedefang logs in /var/log/mail.log at
   /usr/bin/graphdefang.pl line 89.

the file /usr/share/graphdefang/event/spamd/general shows a sample
format for the logfile:
Oct  6 06:40:30 wbs spamd[23168]: clean message (-96.5/8.0) for 
dottie:509 in 1.5 seconds, 1167 bytes.
which matches the lines in my log like:
Jul 28 13:48:50 paracelsus spamd[10341]: clean message (-2.0/5.0) for 
Debian-exim:103 in 0.1 seconds, 80 bytes.

the main difference i found out is that i'm running exim instead of
sendmail, but that doesn't affect the log-format.


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



Bug#129562: exim: doesn't handle non-RFC-compliant SMTP AUTHdeclaration in response to EHLO

2005-07-28 Thread Adam D. Barratt
package exim
tags 129562 + upstream wontfix
thanks

On Wednesday, January 16, 2002 8:43 PM, Mauricio Julio Fernández Pradier
<[EMAIL PROTECTED]> wrote:

> Several major MTAs (such as qmail) use a non-standard SMTP AUTH
> supported method declaration in response to a EHLO command. This

Upstream development on exim 3 stopped over three years ago, and it is no
longer Debian's default MTA. The behaviour discussed in this bug report is
never going to change / be fixed in the Debian packages, so I'm tagging the
report to indicate that.

Regards,

Adam



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



Bug#320323: gobo-3.4 could not be compiled with SmartEiffel 1.1

2005-07-28 Thread Julien LEMOINE
Package: smarteiffel
Version: 1.1-6
Severity: important

Gobo 3.4, wich is an important set of eiffel tools and libraries can not
be compiled with smarteiffel 1.1. Gobo needs smarteiffel 1.0 or 2.1.

The reason of gobo 3.4 compilation problems with smarteiffel 1.1 are
explained on the eiffel-devel mailing list :
http://sourceforge.net/mailarchive/forum.php?thread_id=7562919&forum_id=1688

Do you plan to upload smarteiffel 2.1 in unstable ?

Best Regards.
Julien Lemoine

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.26-ow1-vs1.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages smarteiffel depends on:
ii  gcc 4:4.0.0-2The GNU C compiler
ii  gcc-2.951:2.95.4-22  The GNU C compiler
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

smarteiffel recommends no packages.

-- no debconf information


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



Bug#320317: xine-lib source package depends on aalib1-dev

2005-07-28 Thread Marc F. Clemente

Package: xine-lib
Version: 1.0.1-1

Package aalib1-dev has been replaced by libaa1-dev.

Marc


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



Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2005-07-28 Thread Matthew Vernon

On Thu, 28 Jul 2005, Lucas Nussbaum wrote:


/usr/bin/X11/xauth:  error in locking authority file /home/nussbaum/.Xauthority
X11 connection rejected because of wrong authentication.


That suggests to me the problem that you're having is a race condition - 
you're trying to start x clients too quickly, so sometimes they fail to 
get a lock on the Xauthority file.


Accordingly, I am inclined to consider this not an ssh issue.

Matthew

--
Rapun.sel - outermost outpost of the Pick Empire
http://www.pick.ucam.org



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



Bug#107506: Default Exim Configuration Can Be Black-Holed by ORBS

2005-07-28 Thread Adam D. Barratt
On Thursday, August 02, 2001 6:29 PM, Evan Prodromou <[EMAIL PROTECTED]>
wrote:

> [NOTE: this bug is not about USING black hole services. It is about
> being PUT ON black hole lists.]
>
> Installing exim with the default configuration will make the server
> fail the tests used for ORBS blackhole lists (and derivative lists).
> This can mean that the server will be blackholed by large ISPs and
> other servers, which will prevent mail from being delivered.

As noted in t



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



Bug#320326: INTL:vi Vietnamese translation for teapop

2005-07-28 Thread Clytie Siddall

Package: teapop
Version: 0.3.7-3
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
teapop

teapop_0.3.7-3.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


  1   2   3   4   >