Processed: Re: Bug#498692: request-tracker3.6: hangs when displaying merged tickets

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 498692 -1
Bug#498692: request-tracker3.6: hangs when displaying merged tickets
Bug 498692 cloned as bug 498776.

 reassign -1 perl 5.10.0-13
Bug#498776: request-tracker3.6: hangs when displaying merged tickets
Bug reassigned from package `request-tracker3.6' to `perl'.

 retitle -1 Sys::Syslog slowness
Bug#498776: request-tracker3.6: hangs when displaying merged tickets
Changed Bug title to `Sys::Syslog slowness' from `request-tracker3.6: hangs 
when displaying merged tickets'.

 block 498692 with -1
Bug#498776: Sys::Syslog slowness
Bug#498692: request-tracker3.6: hangs when displaying merged tickets
Was not blocked by any bugs.
Blocking bugs of 498692 added: 498776

 severity -1 important
Bug#498776: Sys::Syslog slowness
Severity set to `important' from `grave'

 tag -1 fixed-upstream
Bug#498776: Sys::Syslog slowness
There were no tags set.
Tags added: fixed-upstream

 forwarded -1 http://rt.cpan.org/Public/Bug/Display.html?id=34753
Bug#498776: Sys::Syslog slowness
Noted your statement that Bug has been forwarded to 
http://rt.cpan.org/Public/Bug/Display.html?id=34753.

 # no need to block the testing migration
 found 498692 3.6.7-2
Bug#498692: request-tracker3.6: hangs when displaying merged tickets
Bug marked as found in version 3.6.7-2.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498692: request-tracker3.6: hangs when displaying merged tickets

2008-09-13 Thread Niko Tyni
clone 498692 -1
reassign -1 perl 5.10.0-13
retitle -1 Sys::Syslog slowness
block 498692 with -1
severity -1 important
tag -1 fixed-upstream
forwarded -1 http://rt.cpan.org/Public/Bug/Display.html?id=34753
# no need to block the testing migration
found 498692 3.6.7-2
thanks

On Fri, Sep 12, 2008 at 03:59:07PM +0300, Niko Tyni wrote:
 On Fri, Sep 12, 2008 at 12:19:11PM +0200, Ansgar Burchardt wrote:
  Package: request-tracker3.6
  Version: 3.6.7-3
  Severity: grave
  Justification: renders package unusable
  
  I am using request-tracket3.6 with Apache 2 (FastCGI), Postfix and Postgres
  backend.  When trying to display a merged ticket, RT's FastCGI process
  just hangs.  This results in RT no longer being accessible over the Web
  interface at all.
 
  Sep 12 11:37:46 bistromathics RT: We found a merged ticket.124/123
  Sep 12 11:38:52 bistromathics last message repeated 177 times

 I can't reproduce this here. The number of syslog messages is certainly
 excessive, and the ticket display takes a bit longer than I would expect
 (five seconds or so), but it does work for me.

Ah, the problem is that the Sys::Syslog version bundled with Perl
5.10 can only log about 4 messages per second to a unix socket. See
[rt.cpan.org #34753]:

 http://rt.cpan.org/Public/Bug/Display.html?id=34753

The quick fix is to install the separate libsys-syslog-perl package,
which has a fixed version, or raise the logging priority ($LogToSyslog)
from 'debug' in RT_SiteConfig.pm. Please let me know if this fixes the
hang for you or if there's something else than this slowness going on.

 That looks just suboptimal syslogging, it's trying a stream socket
 first and falling back to a datagram one. The question is why it's
 looping there.

I missed the important thing:

 select(8, [5], NULL, [5], {0, 25})  = 0 (Timeout)

The RT::Ticket-Load() function has been called excessively in the
whole 3.6 series for every access control check. It's just the logging
that broke.

Cloning to the perl package; it would be enough to fix the bug there
but let's keep this one open for now in case we need a workaround for
Lenny.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#498647: Bug#498216: ffmpeg, mplayer (mipsel/loongson2f) stops with the error message Segmentation fault. and fix patch

2008-09-13 Thread Reinhard Tartler
Christophe Mutricy [EMAIL PROTECTED] writes:

 Sorry to be horribly pragmatic and short-sighted. but if 刘世伟's patch
 *does* fix the issue on mips an mipsel and allow package linking libavcodec 
 to not segfault and not FTBFS (thinking of vlc) then i think it should
 be commited and a -13 uploaded. 

In principle yes, but I'm still waiting for confirmation if not also a
mere rebuild of the ffmpeg-debian was sufficient. In that case, we would
only have to request binNMUs for the package.

Moreover, I think that actually bugs #498647, #498216 and #498397 are
the same bugs.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#498497: bug #498497: installation fails

2008-09-13 Thread Holger Levsen
Hi Adam,

On Friday 12 September 2008 18:03, Adam D. Barratt wrote:
 The problem here is that the package uses syntax which is not compatible
 with python 2.3 (as is apparent from the error message :-)

 Attached is a patch fixing the problem.

Thanks for dealing with this. I'll upload your NMU (to delayed-2) shortly, 
after a bit more coffee :)


regards,
Holger


pgp0uHGsTHiEn.pgp
Description: PGP signature


Bug#498770: [Pkg-xfce-devel] Bug#498770: xfce4-mpc-plugin: Segfaults on mouseover after song change

2008-09-13 Thread Yves-Alexis Perez
On sam, 2008-09-13 at 00:27 -0400, Daniel Dickinson wrote:
 Using xfce4-mpc-plugin is imposible because, as soon as the song
 changes, mousing over the panel causes a segfault.  I attach a
 backtrace, but without debugging symbols (I don't see one built with
 debug symbols), I don't see how to get a more useful backtrace.  I can
 generate a core file easily enough if needed.

I can't reproduce this at all, and the backtrace is quite useless. Could
you rebuild the plugin with debugging symbols, and retry?

Cheers,
-- 
Yves-Alexis


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


Processed: setting package to cupsys-bsd libcupsimage2-dev libcups2-dev libcupsys2 cupsys-dbg libcups2 cups-client cups-common cupsys-client cupsys libcupsys2-dev libcupsimage2 cupsys-common cups cups

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26ubuntu12
 #
 # cups (1.3.8-11) UNRELEASED; urgency=low
 #
 #  * debian/rules: Explicitly configure with --with-dbusdir. For some obscure
 #reason, the automatic check fails on the buildds, causing the D-BUS
 #configuratin not to be installed. Fixes FTBFS. (Closes: #498664)
 #
 package cupsys-bsd libcupsimage2-dev libcups2-dev libcupsys2 cupsys-dbg 
 libcups2 cups-client cups-common cupsys-client cupsys libcupsys2-dev 
 libcupsimage2 cupsys-common cups cups-bsd cups-dbg
Ignoring bugs not assigned to: cupsys-bsd libcupsimage2-dev libcups2-dev 
cupsys-dbg libcupsys2 libcups2 cups-client cups-common cupsys cupsys-client 
libcupsys2-dev libcupsimage2 cupsys-common cups cups-bsd cups-dbg

 tags 498664 + pending
Bug#498664: cups_1.3.8-10(hppa/experimental): FTBFS: cannot stat 
`debian/tmp//etc/dbus-1/'
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498787: Screenshot for starfighter contains non-free graphics contents

2008-09-13 Thread Steve Cotton
Package: games-thumbnails
Version: 20080726
Severity: serious
Justification: Policy 2.1

From bug #496617 on starfighter-data:
Upstream cannot give any license guarantees about:
...
Starfighter (and other spacecraft) images

I think the thumbnail for Starfighter needs to be removed.

Steve



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



Bug#334689: closing 334689

2008-09-13 Thread Kurt Roeckx
# Automatically generated email from bts, devscripts version 2.10.35
# Removed: #343897
close 334689 1.220-2+rm


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



Bug#498461: marked as done (sparc mutex alignment problem)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 09:17:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498461: fixed in db4.6 4.6.21-11
has caused the Debian Bug report #498461,
regarding sparc mutex alignment problem
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498461
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.7.25-3
Severity: serious
Tags: patch

This should stop the env007 test from bus erroring on sparc.  Untested.

diff --git a/dbinc/mutex_int.h b/dbinc/mutex_int.h
index 3633dfd..731ab79 100644
--- a/dbinc/mutex_int.h
+++ b/dbinc/mutex_int.h
@@ -756,7 +756,11 @@ typedef unsigned char tsl_t;
  * alignment locally.
  */
 #ifndefMUTEX_ALIGN
-#defineMUTEX_ALIGN sizeof(unsigned int)
+# if defined(__linux__)  defined(__sparc__)
+# define   MUTEX_ALIGN 8
+# else
+# define   MUTEX_ALIGN sizeof(unsigned int)
+# endif
 #endif
 
 /*


---End Message---
---BeginMessage---
Source: db4.6
Source-Version: 4.6.21-11

We believe that the bug you reported is fixed in the latest version of
db4.6, which is due to be installed in the Debian FTP archive:

db4.6-doc_4.6.21-11_all.deb
  to pool/main/d/db4.6/db4.6-doc_4.6.21-11_all.deb
db4.6_4.6.21-11.diff.gz
  to pool/main/d/db4.6/db4.6_4.6.21-11.diff.gz
db4.6_4.6.21-11.dsc
  to pool/main/d/db4.6/db4.6_4.6.21-11.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 04:36:53 -0400
Source: db4.6
Binary: db4.6-doc libdb4.6-dev libdb4.6 db4.6-util libdb4.6++ libdb4.6++-dev 
libdb4.6-tcl libdb4.6-dbg libdb4.6-java libdb4.6-java-gcj libdb4.6-java-dev
Architecture: source all
Version: 4.6.21-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.6-doc  - Berkeley v4.6 Database Documentation [html]
 db4.6-util - Berkeley v4.6 Database Utilities
 libdb4.6   - Berkeley v4.6 Database Libraries [runtime]
 libdb4.6++ - Berkeley v4.6 Database Libraries for C++ [runtime]
 libdb4.6++-dev - Berkeley v4.6 Database Libraries for C++ [development]
 libdb4.6-dbg - Berkeley v4.6 Database Libraries [debug]
 libdb4.6-dev - Berkeley v4.6 Database Libraries [development]
 libdb4.6-java - Berkeley v4.6 Database Libraries for Java
 libdb4.6-java-dev - Berkeley v4.6 Database Libraries for Java [development]
 libdb4.6-java-gcj - Berkeley v4.6 Database Libraries for Java (native code)
 libdb4.6-tcl - Berkeley v4.6 Database Libraries for TCL [module]
Closes: 497808 498454 498461
Changes: 
 db4.6 (4.6.21-11) unstable; urgency=medium
 .
   * Enable java bindings for GNU/kFreeBSD.  closes: #497808.
   * Fix sparc mutex alignment problem.  closes: #498461.
   * Fix arm crypto padding problem, thanks to Ben Hutchings.
 closes: #498454.
Checksums-Sha1: 
 858ba1ecad19a3d1e5359b2e03298496fd3d6d2f 1466 db4.6_4.6.21-11.dsc
 180c4676b41b43f8d64db19b5241d3caa346c4a5 19946 db4.6_4.6.21-11.diff.gz
 9bde0810d1742c459f1804376762af960eac5770 6448176 db4.6-doc_4.6.21-11_all.deb
Checksums-Sha256: 
 17e15df0b1147c1a30e533ce8d3325b9f24e41d4f17ce5491f99ed4caec88449 1466 
db4.6_4.6.21-11.dsc
 00a6a504ae25b3bbf5376a86c86dc9abf23b2fd814deff43491fff6fb1a5daa7 19946 
db4.6_4.6.21-11.diff.gz
 daad0fdb72c72093131e4cf6d580caeaee8e7744f8c5a5a2680f705fd4ce2497 6448176 
db4.6-doc_4.6.21-11_all.deb
Files: 
 20ad67e37a88b014c3ee901782a13983 1466 libs standard db4.6_4.6.21-11.dsc
 5f022f87901d73e7921cca3967b90aa5 19946 libs standard db4.6_4.6.21-11.diff.gz
 342148b64b14cda3cc0997691a7cbf83 6448176 libs optional 
db4.6-doc_4.6.21-11_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iD8DBQFIy4Lo5m0u66uWM3ARAnWzAJ0cHXakeHGM9ssUp116X4w/JttkrgCgscnV
gy6RvrRK62Q9sVLF980V6i0=
=QbzP
-END PGP SIGNATURE-


---End Message---


Bug#491916: qmail rc bugs

2008-09-13 Thread Marc 'HE' Brockschmidt
Heya,

As you might have heard, we are trying to release lenny, preferably
soonish. To ease that, we remove rc-buggy packages which don't get fixed
in a reasonable timeframe. Anyway, my point: Get off your ass or I
will kick qmail from lenny in a week.

Love, hugs and kisses,
Marc
-- 
BOFH #380:
Operators killed when huge stack of backup tapes fell over.



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



Bug#498454: marked as done (db: Encryption broken on arm (old ABI))

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 09:17:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498454: fixed in db4.6 4.6.21-11
has caused the Debian Bug report #498454,
regarding db: Encryption broken on arm (old ABI)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498454
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.6.18-1
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=db;ver=4.6.18-4;arch=arm;stamp=1187033603

Modified test suite run started at: 09:02 08/13/07
Berkeley DB 4.6.18: (July 17, 2007)
Running environment tests (09:02:08)
Running archive tests (09:06:40)
Running backup tests (09:12:27)
Running locking tests (09:13:19)
Running logging tests (09:28:18)
Running memory pool tests (11:41:35)
Running transaction tests (11:49:11)
Running byte-order tests (11:57:39)
Running recno backing file tests (19:31:15)
Running DBM interface tests (19:31:25)
Running NDBM interface tests (19:31:37)
Running Hsearch interface tests (19:31:48)
! grep ^FAIL obj/ALL.OUT
FAIL: run_subsystem: env env007:  db open:invalid argument
make: *** [build] Error 1

---End Message---
---BeginMessage---
Source: db4.6
Source-Version: 4.6.21-11

We believe that the bug you reported is fixed in the latest version of
db4.6, which is due to be installed in the Debian FTP archive:

db4.6-doc_4.6.21-11_all.deb
  to pool/main/d/db4.6/db4.6-doc_4.6.21-11_all.deb
db4.6_4.6.21-11.diff.gz
  to pool/main/d/db4.6/db4.6_4.6.21-11.diff.gz
db4.6_4.6.21-11.dsc
  to pool/main/d/db4.6/db4.6_4.6.21-11.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 04:36:53 -0400
Source: db4.6
Binary: db4.6-doc libdb4.6-dev libdb4.6 db4.6-util libdb4.6++ libdb4.6++-dev 
libdb4.6-tcl libdb4.6-dbg libdb4.6-java libdb4.6-java-gcj libdb4.6-java-dev
Architecture: source all
Version: 4.6.21-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.6-doc  - Berkeley v4.6 Database Documentation [html]
 db4.6-util - Berkeley v4.6 Database Utilities
 libdb4.6   - Berkeley v4.6 Database Libraries [runtime]
 libdb4.6++ - Berkeley v4.6 Database Libraries for C++ [runtime]
 libdb4.6++-dev - Berkeley v4.6 Database Libraries for C++ [development]
 libdb4.6-dbg - Berkeley v4.6 Database Libraries [debug]
 libdb4.6-dev - Berkeley v4.6 Database Libraries [development]
 libdb4.6-java - Berkeley v4.6 Database Libraries for Java
 libdb4.6-java-dev - Berkeley v4.6 Database Libraries for Java [development]
 libdb4.6-java-gcj - Berkeley v4.6 Database Libraries for Java (native code)
 libdb4.6-tcl - Berkeley v4.6 Database Libraries for TCL [module]
Closes: 497808 498454 498461
Changes: 
 db4.6 (4.6.21-11) unstable; urgency=medium
 .
   * Enable java bindings for GNU/kFreeBSD.  closes: #497808.
   * Fix sparc mutex alignment problem.  closes: #498461.
   * Fix arm crypto padding problem, thanks to Ben Hutchings.
 closes: #498454.
Checksums-Sha1: 
 858ba1ecad19a3d1e5359b2e03298496fd3d6d2f 1466 db4.6_4.6.21-11.dsc
 180c4676b41b43f8d64db19b5241d3caa346c4a5 19946 db4.6_4.6.21-11.diff.gz
 9bde0810d1742c459f1804376762af960eac5770 6448176 db4.6-doc_4.6.21-11_all.deb
Checksums-Sha256: 
 17e15df0b1147c1a30e533ce8d3325b9f24e41d4f17ce5491f99ed4caec88449 1466 
db4.6_4.6.21-11.dsc
 00a6a504ae25b3bbf5376a86c86dc9abf23b2fd814deff43491fff6fb1a5daa7 19946 
db4.6_4.6.21-11.diff.gz
 daad0fdb72c72093131e4cf6d580caeaee8e7744f8c5a5a2680f705fd4ce2497 6448176 
db4.6-doc_4.6.21-11_all.deb
Files: 
 20ad67e37a88b014c3ee901782a13983 1466 libs standard db4.6_4.6.21-11.dsc
 5f022f87901d73e7921cca3967b90aa5 19946 libs standard db4.6_4.6.21-11.diff.gz
 342148b64b14cda3cc0997691a7cbf83 6448176 libs optional 
db4.6-doc_4.6.21-11_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iD8DBQFIy4Lo5m0u66uWM3ARAnWzAJ0cHXakeHGM9ssUp116X4w/JttkrgCgscnV
gy6RvrRK62Q9sVLF980V6i0=

Bug#498700: [DRE-maint] Bug#498700: Missing upgrade path from libdb4.2-ruby1.8 to libdb-ruby1.8

2008-09-13 Thread Michael Schutte
On Fri, Sep 12, 2008 at 01:19:58PM +0200, Frans Pop wrote:
 Package: libdb-ruby1.8
 Version: 0.6.5-1
 Severity: serious
 Justification: Causes unclean upgrades
 
 I have dhelp installed on a Lenny system, which depends on
 libdb4.2-ruby1.8. After upgrading the system at some point I was left
 with libdb4.2-ruby1.8 still installed as obsolete package.
 
 At first I thought this was some temporary inconsistency in testing, but
 I now find that libdb4.2-ruby1.8 has been renamed to libdb-ruby1.8,
 which provides the old package.
 
 However, it seems that no upgrade path is provided to ensure that users
 that already had the old package installed will get the new package.
 Only if libdb-ruby1.8 is selected manually will the old package get
 replaced.

The obvious fix (dummy transitional packages) is in our SVN; it’a bit
ugly, but seems to work.  It certainly deserves a second pair of eyes, I
might easily have missed something.

Cheers,
-- 
Michael Schutte [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#498786: explication

2008-09-13 Thread Fernando Cerezal
Verbose explication:
I had define that amule should execute ~/scripts/filled when the
disk is filled.
Then, when the disk filled, it try to execute that, but it could not
because it is a bash script, so it should be sh -c ~/scripts/filled
instead.
Every time I tried to launch amule, it noted the disk was filled, so
it tried to execute the file again, and crash again.

So, my fail for not review that befores but, please, add a message to
the log when amule register events.

Thanks and sorry.



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



Bug#498786: the cause is amule.conf

2008-09-13 Thread Fernando Cerezal
This bug is fixed if remove amule.conf y run amule for create it
again. I dont find the exact parameter that do it crash.



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



Bug#498786: please, close the bug

2008-09-13 Thread Fernando Cerezal
Finally the problem was it has not free space.
Sorry.



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



Bug#498692: request-tracker3.6: hangs when displaying merged tickets

2008-09-13 Thread Ansgar Burchardt
Hi,

Niko Tyni wrote:
  I can't reproduce this here. The number of syslog messages is certainly
  excessive, and the ticket display takes a bit longer than I would expect
  (five seconds or so), but it does work for me.
 
 Ah, the problem is that the Sys::Syslog version bundled with Perl
 5.10 can only log about 4 messages per second to a unix socket. See
 [rt.cpan.org #34753]:
 
  http://rt.cpan.org/Public/Bug/Display.html?id=34753
 
 The quick fix is to install the separate libsys-syslog-perl package,
 which has a fixed version, or raise the logging priority ($LogToSyslog)
 from 'debug' in RT_SiteConfig.pm. Please let me know if this fixes the
 hang for you or if there's something else than this slowness going on.

Both ways did solve the problem for me.  I will stay with the raised
$LogToSyslog for now.

Thank you very much for your help!

Regards,
Ansgar

-- 
pgp: 0xF1F477C02BE4 CE2A E9CB 27D3 29F4  502E 53B1 6D9C F1F4 77C0




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



Processed: Re: Several bugs fixed in release -46

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 fixed 459616 qmail/1.03-46
Bug#459616: qmail-src: Typo in package description: binary for - binary 
form
Bug marked as fixed in version qmail/1.03-46.

 fixed 478513 qmail/1.03-46
Bug#478513: qmail-src should depend on libc6-dev
Bug marked as fixed in version qmail/1.03-46.

 fixed 466447 qmail/1.03-46
Bug#466447: qmail-local maildir delivery race condition
Bug#319518: qmail-local Maildir delivery is buggy
Bug marked as fixed in version qmail/1.03-46.

 fixed 485956 qmail/1.03-46
Bug#485956: FTBFS: uses chown inappropriately
Bug marked as fixed in version qmail/1.03-46.

 fixed 491916 qmail/1.03-46
Bug#491916: qmail: Preinst fails if /etc/inetd.conf does not exist
Bug marked as fixed in version qmail/1.03-46.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#475036: Any news about redesign.

2008-09-13 Thread Raúl Sánchez Siles
  Hello:

  It's being told that the new kernel-package design is being developed. I'd 
like to know if it is there any progress in it or a ETA is known.

  Thanks.
-- 
 Raúl Sánchez Siles
-Proud Debian user-
Linux registered user #416098


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


Bug#498450: marked as done (db: Encryption broken on arm (old ABI))

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 11:32:45 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498450: fixed in db4.2 4.2.52+dfsg-5
has caused the Debian Bug report #498450,
regarding db: Encryption broken on arm (old ABI)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498450
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.6.18-1
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=db;ver=4.6.18-4;arch=arm;stamp=1187033603

Modified test suite run started at: 09:02 08/13/07
Berkeley DB 4.6.18: (July 17, 2007)
Running environment tests (09:02:08)
Running archive tests (09:06:40)
Running backup tests (09:12:27)
Running locking tests (09:13:19)
Running logging tests (09:28:18)
Running memory pool tests (11:41:35)
Running transaction tests (11:49:11)
Running byte-order tests (11:57:39)
Running recno backing file tests (19:31:15)
Running DBM interface tests (19:31:25)
Running NDBM interface tests (19:31:37)
Running Hsearch interface tests (19:31:48)
! grep ^FAIL obj/ALL.OUT
FAIL: run_subsystem: env env007:  db open:invalid argument
make: *** [build] Error 1

---End Message---
---BeginMessage---
Source: db4.2
Source-Version: 4.2.52+dfsg-5

We believe that the bug you reported is fixed in the latest version of
db4.2, which is due to be installed in the Debian FTP archive:

db4.2-util_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/db4.2-util_4.2.52+dfsg-5_i386.deb
db4.2_4.2.52+dfsg-5.diff.gz
  to pool/main/d/db4.2/db4.2_4.2.52+dfsg-5.diff.gz
db4.2_4.2.52+dfsg-5.dsc
  to pool/main/d/db4.2/db4.2_4.2.52+dfsg-5.dsc
libdb4.2++-dev_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/libdb4.2++-dev_4.2.52+dfsg-5_i386.deb
libdb4.2++c2_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/libdb4.2++c2_4.2.52+dfsg-5_i386.deb
libdb4.2-dev_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/libdb4.2-dev_4.2.52+dfsg-5_i386.deb
libdb4.2-tcl_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/libdb4.2-tcl_4.2.52+dfsg-5_i386.deb
libdb4.2_4.2.52+dfsg-5_i386.deb
  to pool/main/d/db4.2/libdb4.2_4.2.52+dfsg-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 05:38:10 -0400
Source: db4.2
Binary: libdb4.2-dev libdb4.2 db4.2-util libdb4.2++c2 libdb4.2++-dev 
libdb4.2-tcl
Architecture: source i386
Version: 4.2.52+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.2-util - Berkeley v4.2 Database Utilities
 libdb4.2   - Berkeley v4.2 Database Libraries [runtime]
 libdb4.2++-dev - Berkeley v4.2 Database Libraries for C++ [development]
 libdb4.2++c2 - Berkeley v4.2 Database Libraries for C++ [runtime]
 libdb4.2-dev - Berkeley v4.2 Database Libraries [development]
 libdb4.2-tcl - Berkeley v4.2 Database Libraries for TCL [module]
Closes: 498450
Changes: 
 db4.2 (4.2.52+dfsg-5) unstable; urgency=medium
 .
   * Fix arm encryption problem, thanks to Ben Hutchings.
 closes: #498450.
   * Bump Standards-Version to 3.8.0.
   * Switch to build with tcl8.5.
   * Add to libdb4.2-tcl conflicts on newer db tcl packages.
   * Change Source-Version to binary:Version.
   * Remove myself from Uploaders.
Checksums-Sha1: 
 452d09d3d12c881f8a23f91c907750f174441eb7 1258 db4.2_4.2.52+dfsg-5.dsc
 cc353814f9e3e43850e48c3a5f0faea35d44d993 110470 db4.2_4.2.52+dfsg-5.diff.gz
 0bcc15b4dcd9d5b69d19a3700956ac75f7677fcd 401462 libdb4.2_4.2.52+dfsg-5_i386.deb
 f42274242ba6c3afe35bfa649d2f14eab1c58793 462176 
libdb4.2-dev_4.2.52+dfsg-5_i386.deb
 b26e7a86d895ae35491ea68847e07d626e1304cc 429972 
libdb4.2++c2_4.2.52+dfsg-5_i386.deb
 de95fc9ed1f74ef881e60aaae29451bdec8f4521 932022 
libdb4.2++-dev_4.2.52+dfsg-5_i386.deb
 12db5a3146ff2392a51ebdd3a66e26ef9bb7fa2c 953574 
libdb4.2-tcl_4.2.52+dfsg-5_i386.deb
 0c5b014abd9e66bd4405d469a032cf4d00492773 62628 
db4.2-util_4.2.52+dfsg-5_i386.deb
Checksums-Sha256: 
 50f7daea4fbc23f22a8ed53aebf5c80f1711b601e00ef2c0a1c8c166dd8f1e62 1258 

Bug#498452: marked as done (db: Encryption broken on arm (old ABI))

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 11:47:25 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498452: fixed in db4.4 4.4.20-12
has caused the Debian Bug report #498452,
regarding db: Encryption broken on arm (old ABI)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498452
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.6.18-1
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=db;ver=4.6.18-4;arch=arm;stamp=1187033603

Modified test suite run started at: 09:02 08/13/07
Berkeley DB 4.6.18: (July 17, 2007)
Running environment tests (09:02:08)
Running archive tests (09:06:40)
Running backup tests (09:12:27)
Running locking tests (09:13:19)
Running logging tests (09:28:18)
Running memory pool tests (11:41:35)
Running transaction tests (11:49:11)
Running byte-order tests (11:57:39)
Running recno backing file tests (19:31:15)
Running DBM interface tests (19:31:25)
Running NDBM interface tests (19:31:37)
Running Hsearch interface tests (19:31:48)
! grep ^FAIL obj/ALL.OUT
FAIL: run_subsystem: env env007:  db open:invalid argument
make: *** [build] Error 1

---End Message---
---BeginMessage---
Source: db4.4
Source-Version: 4.4.20-12

We believe that the bug you reported is fixed in the latest version of
db4.4, which is due to be installed in the Debian FTP archive:

db4.4-doc_4.4.20-12_all.deb
  to pool/main/d/db4.4/db4.4-doc_4.4.20-12_all.deb
db4.4_4.4.20-12.diff.gz
  to pool/main/d/db4.4/db4.4_4.4.20-12.diff.gz
db4.4_4.4.20-12.dsc
  to pool/main/d/db4.4/db4.4_4.4.20-12.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 06:29:25 -0400
Source: db4.4
Binary: db4.4-doc libdb4.4-dev libdb4.4 db4.4-util libdb4.4++ libdb4.4++-dev 
libdb4.4-tcl
Architecture: source all
Version: 4.4.20-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.4-doc  - Berkeley v4.4 Database Documentation [html]
 db4.4-util - Berkeley v4.4 Database Utilities
 libdb4.4   - Berkeley v4.4 Database Libraries [runtime]
 libdb4.4++ - Berkeley v4.4 Database Libraries for C++ [runtime]
 libdb4.4++-dev - Berkeley v4.4 Database Libraries for C++ [development]
 libdb4.4-dev - Berkeley v4.4 Database Libraries [development]
 libdb4.4-tcl - Berkeley v4.4 Database Libraries for TCL [module]
Closes: 498452
Changes: 
 db4.4 (4.4.20-12) unstable; urgency=medium
 .
   * Fix arm encryption problem, thanks to Ben Hutchings.
 closes: #498452.
   * Bump to Standards-Version 3.8.0.
   * Change Source-Version to binary:Version.
   * Switch to build with tcl8.5.
   * Remove myself from Uploaders.
Checksums-Sha1: 
 9f9ff17170ed5f5246507c51079a1916f8433671 1233 db4.4_4.4.20-12.dsc
 f81ceceb9da698adc52f478938fb837d2f9818f1 24918 db4.4_4.4.20-12.diff.gz
 523a0c307f24ba9d43747e9a037a83a556a29a44 4955602 db4.4-doc_4.4.20-12_all.deb
Checksums-Sha256: 
 2fa9c26b71613bc7ad3a06af3773f656589c9e371979f0f4d6da8c8515e8303a 1233 
db4.4_4.4.20-12.dsc
 28b90672d63289524e2af0545165d0bcf7e05840c6d78cf9befd9df6efd1e31f 24918 
db4.4_4.4.20-12.diff.gz
 c6576fe51a876e77b4aaa464c0d45de47d3e70d4dee7dcef7ff8aafdb94e9547 4955602 
db4.4-doc_4.4.20-12_all.deb
Files: 
 54f2cd31c862ee2df5833e48434cfa3b 1233 libs standard db4.4_4.4.20-12.dsc
 aea1ac65554fdc3003e3add194734281 24918 libs standard db4.4_4.4.20-12.diff.gz
 34f2ba87264bd5cfa8a840ca9fea1dff 4955602 libs optional 
db4.4-doc_4.4.20-12_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iD8DBQFIy6PG5m0u66uWM3ARAqGsAKDJU4ERHrV7mHqkB/cfs1XcXDY2TwCeOhbz
hYTH7wu57stcrjGnQrkVPlA=
=AvI5
-END PGP SIGNATURE-


---End Message---


Bug#498451: marked as done (db: Encryption broken on arm (old ABI))

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 11:32:50 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498451: fixed in db4.3 4.3.29-12
has caused the Debian Bug report #498451,
regarding db: Encryption broken on arm (old ABI)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498451
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.6.18-1
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=db;ver=4.6.18-4;arch=arm;stamp=1187033603

Modified test suite run started at: 09:02 08/13/07
Berkeley DB 4.6.18: (July 17, 2007)
Running environment tests (09:02:08)
Running archive tests (09:06:40)
Running backup tests (09:12:27)
Running locking tests (09:13:19)
Running logging tests (09:28:18)
Running memory pool tests (11:41:35)
Running transaction tests (11:49:11)
Running byte-order tests (11:57:39)
Running recno backing file tests (19:31:15)
Running DBM interface tests (19:31:25)
Running NDBM interface tests (19:31:37)
Running Hsearch interface tests (19:31:48)
! grep ^FAIL obj/ALL.OUT
FAIL: run_subsystem: env env007:  db open:invalid argument
make: *** [build] Error 1

---End Message---
---BeginMessage---
Source: db4.3
Source-Version: 4.3.29-12

We believe that the bug you reported is fixed in the latest version of
db4.3, which is due to be installed in the Debian FTP archive:

db4.3-doc_4.3.29-12_all.deb
  to pool/main/d/db4.3/db4.3-doc_4.3.29-12_all.deb
db4.3_4.3.29-12.diff.gz
  to pool/main/d/db4.3/db4.3_4.3.29-12.diff.gz
db4.3_4.3.29-12.dsc
  to pool/main/d/db4.3/db4.3_4.3.29-12.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 06:05:42 -0400
Source: db4.3
Binary: db4.3-doc libdb4.3-dev libdb4.3 db4.3-util libdb4.3++c2 libdb4.3++-dev 
libdb4.3-tcl
Architecture: source all
Version: 4.3.29-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.3-doc  - Berkeley v4.3 Database Documentation [html]
 db4.3-util - Berkeley v4.3 Database Utilities
 libdb4.3   - Berkeley v4.3 Database Libraries [runtime]
 libdb4.3++-dev - Berkeley v4.3 Database Libraries for C++ [development]
 libdb4.3++c2 - Berkeley v4.3 Database Libraries for C++ [runtime]
 libdb4.3-dev - Berkeley v4.3 Database Libraries [development]
 libdb4.3-tcl - Berkeley v4.3 Database Libraries for TCL [module]
Closes: 498451
Changes: 
 db4.3 (4.3.29-12) unstable; urgency=medium
 .
   * Fix arm encryption problem, thanks to Ben Hutchings.
 closes: #498451.
   * Change Source-Version to binary:Version.
   * Switch to build with tcl8.5.
   * Bump to Standards-Version 3.8.0.
   * Remove myself from Uploaders.
Checksums-Sha1: 
 20b0c5792c395b745948ddcc35f7af96eeebf44c 1235 db4.3_4.3.29-12.dsc
 d99d3892d8e0a743c176476a67db60350f687245 26451 db4.3_4.3.29-12.diff.gz
 7c82f1f88d1bbb1339788f3a8664ffa5bc0ca4bb 3021332 db4.3-doc_4.3.29-12_all.deb
Checksums-Sha256: 
 54ec21e19d0077372a793d0790dc9231aff0e5af610d8cf017262f6741486e0d 1235 
db4.3_4.3.29-12.dsc
 d713a6b4ec1386fea26d0c79a13363ae768e0e2da38e054c60aace24ad16e0b8 26451 
db4.3_4.3.29-12.diff.gz
 dbcb1e206462ac159886f43a6f3a0f39bed9ff6b42bd3a2b043f1bbe7ca4dc1f 3021332 
db4.3-doc_4.3.29-12_all.deb
Files: 
 92a8e32d5180c361bdd5376c7bd5bffd 1235 libs standard db4.3_4.3.29-12.dsc
 b7160573e749ecf0fea166cdfa82a446 26451 libs standard db4.3_4.3.29-12.diff.gz
 c9c0fc9856d73022182224ee149c11b4 3021332 libs optional 
db4.3-doc_4.3.29-12_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iD8DBQFIy5Sz5m0u66uWM3ARAmT4AJ9L/lr6gL7itmhOZiZX2zvTexnKLQCgyJlB
EAW/N+BhWXNiWHTboN6JZO0=
=FnST
-END PGP SIGNATURE-


---End Message---


Bug#498698: marked as done (initramfs-tools - Does not longer add zfcp module)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 11:33:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498698: fixed in initramfs-tools 0.92j
has caused the Debian Bug report #498698,
regarding initramfs-tools - Does not longer add zfcp module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498698
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: initramfs-tools
Version: 0.92i
Severity: grave

i-t does not longer add the zfcp module, which is located in
drivers/s390/scsi.

Bastian

-- 
In the strict scientific sense we all feed on death -- even vegetarians.
-- Spock, Wolf in the Fold, stardate 3615.4


---End Message---
---BeginMessage---
Source: initramfs-tools
Source-Version: 0.92j

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.92j.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.92j.dsc
initramfs-tools_0.92j.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.92j.tar.gz
initramfs-tools_0.92j_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.92j_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems [EMAIL PROTECTED] (supplier of updated initramfs-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 12:12:02 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.92j
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 498698 498712
Changes: 
 initramfs-tools (0.92j) unstable; urgency=high
 .
   [ Gerfried Fuchs ]
   * initramfs-tools.8: Nuke useless bold spaces.
   * initramfs-tools.8: Fix manpage-has-errors-from-man.
 .
   [ maximilian attems ]
   * Readd zfcp to auto_add_modules. (closes: #498698)
   * Add dasd_diag_mod to auto_add_modules block section
 Thanks Bastian Blank [EMAIL PROTECTED].
 .
   [ Martin Michlmayr ]
   * initramfs.conf: Mention possible value overriding by d-i for
 example. (closes: #498712)
Checksums-Sha1: 
 0996b739d1c445a775d87a8543cf194bc4cf6e0e 1004 initramfs-tools_0.92j.dsc
 3564c71f4e7c496fc8cd3defa018b489f2eca4f9 67017 initramfs-tools_0.92j.tar.gz
 35d19dbf7487356022e341ce54c876a5387e044b 74066 initramfs-tools_0.92j_all.deb
Checksums-Sha256: 
 c1e865a7be8d197ef92a08bff12dbe288698aa89c61a3b51bebe50b00ae9d6b8 1004 
initramfs-tools_0.92j.dsc
 ab71eeb8bb7f047afa387fc924003f61e4b79b1182cc834f15aadbd595733f80 67017 
initramfs-tools_0.92j.tar.gz
 8af44c1752f8db1f1ce98651b10b960a726e384173a5227e4994592fb7e36d00 74066 
initramfs-tools_0.92j_all.deb
Files: 
 fb81412d292d96d51b2af19a9d589465 1004 utils optional initramfs-tools_0.92j.dsc
 a94eefeff2eb8ffb4a4822d064ec1828 67017 utils optional 
initramfs-tools_0.92j.tar.gz
 0c2ff34a271469a01fd0ef33509eff3b 74066 utils optional 
initramfs-tools_0.92j_all.deb

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

iEYEARECAAYFAkjLkkQACgkQeW7Lc5tEHqhdYgCgoQ4cdcej85e0I2P/YV3/Zk+e
J0cAni1AB8yP07vZp1aMb1Uc9pqXXmZK
=Z45q
-END PGP SIGNATURE-


---End Message---


Bug#498664: marked as done (cups_1.3.8-10(hppa/experimental): FTBFS: cannot stat `debian/tmp//etc/dbus-1/')

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 11:32:36 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498664: fixed in cups 1.3.8-11
has caused the Debian Bug report #498664,
regarding cups_1.3.8-10(hppa/experimental): FTBFS: cannot stat 
`debian/tmp//etc/dbus-1/'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498664
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cups
Version: 1.3.8-10
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of cups_1.3.8-10 on lofn by sbuild/hppa 98-farm
| Build started at 20080912-0145
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 5120kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main cups 1.3.8-10 (dsc) 
[1912B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main cups 1.3.8-10 (tar) 
[4797kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main cups 1.3.8-10 (diff) 
[321kB]
| Fetched 5120kB in 4s (1105kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libpam0g-dev, libtiff4-dev, libjpeg62-dev, zlib1g-dev, 
libpng12-dev, libslp-dev, libgnutls-dev, libpaper-dev, libldap2-dev, debhelper 
(= 5.0), po-debconf, cdbs (= 0.4.27), sharutils, dpatch (= 1.11), 
libdbus-1-dev, libkrb5-dev | heimdal-dev, libavahi-compat-libdnssd-dev, 
libpoppler-dev, poppler-utils | xpdf-utils, lsb-release, po4a (= 0.31), 
autotools-dev, autoconf, automake, libtool, libijs-dev, hardening-wrapper
| Checking for already installed source dependencies...
[...]
| dh_install -pcups --sourcedir=debian/tmp 
| cp: cannot stat `debian/tmp//etc/dbus-1/': No such file or directory
| dh_install: command returned error code 256
| make: *** [binary-install/cups] Error 1
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20080912-0205
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.3.8-10pkg=cupsarch=hppa

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


---End Message---
---BeginMessage---
Source: cups
Source-Version: 1.3.8-11

We believe that the bug you reported is fixed in the latest version of
cups, which is due to be installed in the Debian FTP archive:

cups-bsd_1.3.8-11_i386.deb
  to pool/main/c/cups/cups-bsd_1.3.8-11_i386.deb
cups-client_1.3.8-11_i386.deb
  to pool/main/c/cups/cups-client_1.3.8-11_i386.deb
cups-common_1.3.8-11_all.deb
  to pool/main/c/cups/cups-common_1.3.8-11_all.deb
cups-dbg_1.3.8-11_i386.deb
  to pool/main/c/cups/cups-dbg_1.3.8-11_i386.deb
cups_1.3.8-11.diff.gz
  to pool/main/c/cups/cups_1.3.8-11.diff.gz
cups_1.3.8-11.dsc
  to pool/main/c/cups/cups_1.3.8-11.dsc
cups_1.3.8-11_i386.deb
  to pool/main/c/cups/cups_1.3.8-11_i386.deb
cupsys-bsd_1.3.8-11_all.deb
  to pool/main/c/cups/cupsys-bsd_1.3.8-11_all.deb
cupsys-client_1.3.8-11_all.deb
  to pool/main/c/cups/cupsys-client_1.3.8-11_all.deb
cupsys-common_1.3.8-11_all.deb
  to pool/main/c/cups/cupsys-common_1.3.8-11_all.deb
cupsys-dbg_1.3.8-11_all.deb
  to pool/main/c/cups/cupsys-dbg_1.3.8-11_all.deb
cupsys_1.3.8-11_all.deb
  to pool/main/c/cups/cupsys_1.3.8-11_all.deb
libcups2-dev_1.3.8-11_i386.deb
  to pool/main/c/cups/libcups2-dev_1.3.8-11_i386.deb
libcups2_1.3.8-11_i386.deb
  to pool/main/c/cups/libcups2_1.3.8-11_i386.deb
libcupsimage2-dev_1.3.8-11_i386.deb
  to pool/main/c/cups/libcupsimage2-dev_1.3.8-11_i386.deb
libcupsimage2_1.3.8-11_i386.deb
  to pool/main/c/cups/libcupsimage2_1.3.8-11_i386.deb
libcupsys2-dev_1.3.8-11_all.deb
  to pool/main/c/cups/libcupsys2-dev_1.3.8-11_all.deb
libcupsys2_1.3.8-11_all.deb
  to pool/main/c/cups/libcupsys2_1.3.8-11_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt [EMAIL PROTECTED] (supplier of updated cups package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN 

Bug#498798: tripwire: Tripwire emailto= fails due to using short hostname and emails being blocked

2008-09-13 Thread kyrian
Package: tripwire
Version: 2.3.1.2.0-10
Severity: grave
Justification: renders package unusable


If you use the emailto= option and email-report mode in your tripwire 
daily cron job on a Debian Etch machine to get reports on tripwire 
anomalies, you will not receive them.

This is the only way I have come accross to make it work if you *dont* 
receive the root@ email, and hence have to route directly from tripwire
to a remote address.

Because they will be sent out with the short host name, exim will go on 
to reject them with log entries of the form:

2008-09-13 13:07:27 1KeTuG-00087b-3C ** [EMAIL PROTECTED] 
R=dnslookup T=remote_smtp: SMTP error from remote mail server after RCPT 
TO:[EMAIL PROTECTED]: host mailhost.DOMAIN.COM [X.Y.Z.Q]: 
553 5.1.8 [EMAIL PROTECTED]... Domain of sender address 
[EMAIL PROTECTED] does not exist

I believe that this is a tripwire issue, and not an exim4 issue, because 
it makes no sense to use the short hostname for emailing to external 
addresses.

Wherever it is deemed the fault lies, I would be interested in secure 
workarounds for this in the short term. Adding SHORT-HOSTNAME into 
exim's MAIN_LOCAL_DOMAINS or whatever it is seems overkill? I'm going to 
try a local alias to the desired remote address for the time being.

K.

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

Versions of packages tripwire depends on:
ii  debconf [debconf-2.0]  1.5.11etch2   Debian configuration management sy
ii  exim4  4.63-17   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-heavy [ma 4.63-17   exim MTA (v4) daemon with extended
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

tripwire recommends no packages.

-- debconf information:
* tripwire/rebuild-config: true
  tripwire/email-report:
  tripwire/broken-passphrase:
* tripwire/installed:
  tripwire/site-passphrase-incorrect: false
* tripwire/use-localkey: true
  tripwire/change-in-default-policy:
* tripwire/use-sitekey: true
  tripwire/upgrade: true
* tripwire/rebuild-policy: true
  tripwire/local-passphrase-incorrect: false



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



Bug#496381: marked as done (The possibility of attack with the help of symlinks in some Debian packages)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 22:24:52 +1000
with message-id [EMAIL PROTECTED]
and subject line Retry closure (using correct email address)
has caused the Debian Bug report #496381,
regarding The possibility of attack with the help of symlinks in some Debian 
packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
496381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496381
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: plait
Severity: grave

Hi, maintainer!

This message about the error concerns a few packages  at  once.   I've
tested all the packages (for Lenny) on my Debian mirror.  All  scripts
of packages (marked as executable) were tested.

In some packages I've discovered scripts with errors which may be used
by a user for damaging important system files or user's files.

For example if a script uses in its work a temp file which is  created
in /tmp directory, then every user can create symlink  with  the  same
name in this directory in order to  destroy  or  rewrite  some  system
or user file.  Symlink attack may also  lead  not  only  to  the  data
desctruction but to denial of service as well.

Even if you create files or directories with help of function 'RANDOM'
or pid(), then your system is not protected. Attacker can create many
symlinks in order to destroy your data or create 'denial  of  service'
for your package scripts.

Even if you make rm(dir) for files/directories, then  your  system  is
not protected. Attacker can permanently create symlinks.

This list is created with the help of script.  This list is sorted  by
hand. Howewer in some cases mistake is possible.

Please, Be understanding to possible mistakes. :)

I set Severity into grave for this bug. The table of discovered
problems is below.

Discussion of this bug you can see in debian-devel@:
http://lists.debian.org/debian-devel/2008/08/msg00271.html

Binary-package: r-base-core-ra (1.1.1-1)
file: /usr/lib/Ra/lib/R/bin/javareconf
Binary-package: rccp (0.9-2)
file: /usr/lib/rccp/delqueueask
Binary-package: mafft (6.240-1)
file: /usr/bin/mafft-homologs
Binary-package: openoffice.org-common (1:2.4.1-6)
file: /usr/lib/openoffice/program/senddoc
Binary-package: crossfire-maps (1.11.0-1)
file: /usr/share/games/crossfire/maps/Info/combine.pl
Binary-package: sgml2x (1.0.0-11.1)
file: /usr/bin/rlatex
Binary-package: liguidsoap (0.3.6-4)
file: /var/lib/liguidsoap/liguidsoap.py
Binary-package: citadel-server (7.37-1)
file: /usr/lib/citadel-server/migrate_aliases.sh
Binary-package: ampache (3.4.1-1)
file: /usr/share/ampache/www/locale/base/gather-messages.sh
Binary-package: xen-utils-3.2-1 (3.2.1-2)
file: /usr/lib/xen-3.2-1/bin/qemu-dm.debug
Binary-package: dtc-common (0.29.6-1)
file: /usr/share/dtc/admin/accesslog.php
file: /usr/share/dtc/admin/sa-wrapper
Binary-package: honeyd-common (1.5c-3)
file: /usr/share/honeyd/scripts/test.sh
Binary-package: lustre-tests (1.6.5-1)
file: /usr/lib/lustre/tests/runiozone
Binary-package: linuxtrade (3.65-8+b4)
file: /usr/share/linuxtrade/bin/linuxtrade.bwkvol
file: /usr/share/linuxtrade/bin/linuxtrade.wn
file: /usr/share/linuxtrade/bin/moneyam.helper
Binary-package: freevo (1.8.1-0)
file: /usr/bin/freevo.real
Binary-package: fml (4.0.3.dfsg-2)
file: /usr/share/fml/libexec/mead.pl
Binary-package: rkhunter (1.3.2-3)
file: /usr/bin/rkhunter
Binary-package: openswan (1:2.4.12+dfsg-1.1)
file: /usr/lib/ipsec/livetest
Binary-package: linux-patch-openswan (1:2.4.12+dfsg-1.1)
file: /usr/src/kernel-patches/all/openswan/packaging/utils/maysnap
file: /usr/src/kernel-patches/all/openswan/packaging/utils/maytest
Binary-package: aptoncd (0.1-1.1)
file: /usr/share/aptoncd/xmlfile.py
Binary-package: cdcontrol (1.90-1.1)
file: /usr/lib/cdcontrol/writtercontrol
Binary-package: newsgate (1.6-23)
file: /usr/bin/mkmailpost
Binary-package: gpsdrive-scripts (2.10~pre4-3)
file: /usr/bin/geo-code
Binary-package: impose+ (0.2-11)
file: /usr/bin/impose
Binary-package: mgt (2.31-5)
file: /usr/games/mailgo
Binary-package: audiolink (0.05-1)
file: /usr/bin/audiolink
Binary-package: ibackup (2.27-4.1)
file: /usr/bin/ibackup
Binary-package: emacspeak (26.0-3)
file: /usr/share/emacs/site-lisp/emacspeak/etc/extract-table.pl
Binary-package: bk2site (1:1.1.9-3.1)
file: /usr/lib/cgi-bin/bk2site/redirect.pl
Binary-package: datafreedom-perl (0.1.7-1)
file: /usr/bin/dfxml-invoice
Binary-package: emacs-jabber (0.7.91-1)
file: 

Bug#498453: marked as done (db: Encryption broken on arm (old ABI))

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 12:32:15 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498453: fixed in db4.5 4.5.20-13
has caused the Debian Bug report #498453,
regarding db: Encryption broken on arm (old ABI)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498453
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: db
Version: 4.6.18-1
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=db;ver=4.6.18-4;arch=arm;stamp=1187033603

Modified test suite run started at: 09:02 08/13/07
Berkeley DB 4.6.18: (July 17, 2007)
Running environment tests (09:02:08)
Running archive tests (09:06:40)
Running backup tests (09:12:27)
Running locking tests (09:13:19)
Running logging tests (09:28:18)
Running memory pool tests (11:41:35)
Running transaction tests (11:49:11)
Running byte-order tests (11:57:39)
Running recno backing file tests (19:31:15)
Running DBM interface tests (19:31:25)
Running NDBM interface tests (19:31:37)
Running Hsearch interface tests (19:31:48)
! grep ^FAIL obj/ALL.OUT
FAIL: run_subsystem: env env007:  db open:invalid argument
make: *** [build] Error 1

---End Message---
---BeginMessage---
Source: db4.5
Source-Version: 4.5.20-13

We believe that the bug you reported is fixed in the latest version of
db4.5, which is due to be installed in the Debian FTP archive:

db4.5-doc_4.5.20-13_all.deb
  to pool/main/d/db4.5/db4.5-doc_4.5.20-13_all.deb
db4.5_4.5.20-13.diff.gz
  to pool/main/d/db4.5/db4.5_4.5.20-13.diff.gz
db4.5_4.5.20-13.dsc
  to pool/main/d/db4.5/db4.5_4.5.20-13.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated db4.5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 07:36:09 -0400
Source: db4.5
Binary: db4.5-doc libdb4.5-dev libdb4.5 db4.5-util libdb4.5++ libdb4.5++-dev 
libdb4.5-tcl libdb4.5-java libdb4.5-java-gcj libdb4.5-java-dev
Architecture: source all
Version: 4.5.20-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.5-doc  - Berkeley v4.5 Database Documentation [html]
 db4.5-util - Berkeley v4.5 Database Utilities
 libdb4.5   - Berkeley v4.5 Database Libraries [runtime]
 libdb4.5++ - Berkeley v4.5 Database Libraries for C++ [runtime]
 libdb4.5++-dev - Berkeley v4.5 Database Libraries for C++ [development]
 libdb4.5-dev - Berkeley v4.5 Database Libraries [development]
 libdb4.5-java - Berkeley v4.5 Database Libraries for Java
 libdb4.5-java-dev - Berkeley v4.5 Database Libraries for Java [development]
 libdb4.5-java-gcj - Berkeley v4.5 Database Libraries for Java (native code)
 libdb4.5-tcl - Berkeley v4.5 Database Libraries for TCL [module]
Closes: 498453
Changes: 
 db4.5 (4.5.20-13) unstable; urgency=medium
 .
   * Fix arm encryption problem, thanks to Ben Hutchings.
 closes: #498453.
   * Bump Standards-Version to 3.8.0.
   * Make libdb4.5-tcl conflict with libdb4.7-tcl.
   * Remove myself from Uploaders.
Checksums-Sha1: 
 79664083c931b21976bc4e9b3d656a4fbfcc613b 1272 db4.5_4.5.20-13.dsc
 a2f499d4fdbb00e6ac259375798bd7f9897cfa9b 20696 db4.5_4.5.20-13.diff.gz
 9e94ccc049d191f0567e9caeaef3358715c098e0 6136602 db4.5-doc_4.5.20-13_all.deb
Checksums-Sha256: 
 5eb5022fb586d32c2cb0ec6aca2027e35c1607c661d524db10ecae3fdec48cfc 1272 
db4.5_4.5.20-13.dsc
 e1b914895c52110d11d724d558d58061184e7c3e1d450a5f45620b62d96cd692 20696 
db4.5_4.5.20-13.diff.gz
 a44f97a63ea02dabf5ff40e560c5aa46ea20689bb76327e6d4f2d433b125f335 6136602 
db4.5-doc_4.5.20-13_all.deb
Files: 
 7f97c46599ffb44439cb6ea3ad593de1 1272 libs standard db4.5_4.5.20-13.dsc
 9c66c88a34503f3da739144678fd145d 20696 libs standard db4.5_4.5.20-13.diff.gz
 e7acfdb78c691f6b10ba89ee86bc87cb 6136602 libs optional 
db4.5-doc_4.5.20-13_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iD8DBQFIy66F5m0u66uWM3ARAmgPAJ4/QUz+9zVjzatVG1gpOnIm374ecACgrS5R
yJvCj35+n+V+ydF4IewYfX4=
=jXS1
-END PGP SIGNATURE-


---End Message---


Processed: client dos not grave

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 498766 important
Bug#498766: ffmpeg-debian: vulnerable to denial-of-service attack 
(CVE-2008-3230)
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498766: client dos not grave

2008-09-13 Thread Thijs Kinkhorst
severity 498766 important
thanks

Hi,

 The ffmpeg lavf demuxer allows user-assisted attackers to cause a denial 
 of service (application crash)

while inconvenient such crashes are not grave bugs (compare to a browser 
crashing on some specific web page).


Thijs


pgp2FxVMufYqY.pgp
Description: PGP signature


Bug#491524: marked as done (iceweasel: new upstream point release (2.0.0.16) fixes some security issues)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 14:23:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#491524: fixed in iceweasel 2.0.0.16-0etch1
has caused the Debian Bug report #491524,
regarding iceweasel: new upstream point release (2.0.0.16) fixes some security 
issues
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
491524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491524
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: iceweasel
Version: 2.0.0.15-0etch1
Severity: grave
Tags: security
Justification: user security hole

firefox 2.0.0.16 is now available [1].  this release fixes CVE-2008-2785 
and CVE-2008-2933 [2].  please update the package in stable.

thanks for the hard work.

[1] http://www.mozilla.com/en-US/firefox/all-older.html
[2] http://lwn.net/Articles/290491/

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

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

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-1  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-6The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
pn  xulrunner-1.9 none (no description available)

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
pn  xulrunner-1.9-gnome-s none (no description available)


---End Message---
---BeginMessage---
Source: iceweasel
Source-Version: 2.0.0.16-0etch1

We believe that the bug you reported is fixed in the latest version of
iceweasel, which is due to be installed in the Debian FTP archive:

firefox-dom-inspector_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/firefox-dom-inspector_2.0.0.16-0etch1_all.deb
firefox-gnome-support_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/firefox-gnome-support_2.0.0.16-0etch1_all.deb
firefox_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/firefox_2.0.0.16-0etch1_all.deb
iceweasel-dbg_2.0.0.16-0etch1_amd64.deb
  to pool/main/i/iceweasel/iceweasel-dbg_2.0.0.16-0etch1_amd64.deb
iceweasel-dom-inspector_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/iceweasel-dom-inspector_2.0.0.16-0etch1_all.deb
iceweasel-gnome-support_2.0.0.16-0etch1_amd64.deb
  to pool/main/i/iceweasel/iceweasel-gnome-support_2.0.0.16-0etch1_amd64.deb
iceweasel_2.0.0.16-0etch1.diff.gz
  to pool/main/i/iceweasel/iceweasel_2.0.0.16-0etch1.diff.gz
iceweasel_2.0.0.16-0etch1.dsc
  to pool/main/i/iceweasel/iceweasel_2.0.0.16-0etch1.dsc
iceweasel_2.0.0.16-0etch1_amd64.deb
  to pool/main/i/iceweasel/iceweasel_2.0.0.16-0etch1_amd64.deb
iceweasel_2.0.0.16.orig.tar.gz
  to pool/main/i/iceweasel/iceweasel_2.0.0.16.orig.tar.gz
mozilla-firefox-dom-inspector_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/mozilla-firefox-dom-inspector_2.0.0.16-0etch1_all.deb
mozilla-firefox-gnome-support_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/mozilla-firefox-gnome-support_2.0.0.16-0etch1_all.deb
mozilla-firefox_2.0.0.16-0etch1_all.deb
  to pool/main/i/iceweasel/mozilla-firefox_2.0.0.16-0etch1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Dorland 

Bug#498705: cannot send faxes from xsane

2008-09-13 Thread Nico Golde
Hi Julien,
* Julien BLACHE [EMAIL PROTECTED] [2008-09-13 16:07]:
 Anthony Campbell [EMAIL PROTECTED] wrote:
  [xsane] xsane_write_compressed_a85_flatedecode
  [xsane] finish
  [xsane] xsane_save_ps_create_document_trailer
  [xsane] trying to change user id for new subprocess:
  [xsane] old effective uid = 1000
  [xsane] new effective uid = 1000
  [xsane] xsane_front_gtk_add_process_to_list(18318)
  mkdir: cannot create directory `/tmp/tmp.XZiBopajES': File exists
  ERROR: can't create work dir '/tmp/tmp.XZiBopajES', giving up
  [xsane] xsane_sigchld_handler
  [xsane] deleteing pid 18318 from list
 
  Command: faxspool 
 
 I can confirm that the problem lies in mgetty-fax; the fix for #496403
 broke the script:
 
 + # mkdir a directory in $TMP (or /tmp), convert input to G3 in there
 + #
 +-spooldir=${TMP:-/tmp}/$new_seq.$$.`date +%S`
 ++spooldir=`mktemp -t -d`
 + 
 + if ( umask 077 ; mkdir $spooldir ) ; then
 + $echo spooling to $spooldir (-$new_seq)...
 
 mktemp -t -d actually creates the directory, the subsequent mkdir then
 fails.

Thanks for the notice. A patch for an NMU fixing this is 
attached and uploaded. In case of any other breakage please 
ping me as I have no system to test the code with.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u mgetty-1.1.36/debian/changelog mgetty-1.1.36/debian/changelog
--- mgetty-1.1.36/debian/changelog
+++ mgetty-1.1.36/debian/changelog
@@ -1,3 +1,11 @@
+mgetty (1.1.36-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update debian/patches/78-insecure-tmp-usage to not create the spool
+directory already created by mktemp (Closes: #498705).
+
+ -- Nico Golde [EMAIL PROTECTED]  Sat, 13 Sep 2008 16:33:39 +0200
+
 mgetty (1.1.36-1.3) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -u mgetty-1.1.36/debian/patches/78-insecure-tmp-usage mgetty-1.1.36/debian/patches/78-insecure-tmp-usage
--- mgetty-1.1.36/debian/patches/78-insecure-tmp-usage
+++ mgetty-1.1.36/debian/patches/78-insecure-tmp-usage
@@ -6,17 +6,20 @@
 
 @DPATCH@
 diff -urNad mgetty-1.1.36~/fax/faxspool.in mgetty-1.1.36/fax/faxspool.in
 mgetty-1.1.36~/fax/faxspool.in	2007-01-19 08:38:22.0 +0100
-+++ mgetty-1.1.36/fax/faxspool.in	2008-09-05 17:51:44.0 +0200
-@@ -653,7 +653,7 @@
+--- mgetty-1.1.36~/fax/faxspool.in	2008-09-13 16:32:53.0 +0200
 mgetty-1.1.36/fax/faxspool.in	2008-09-13 16:33:11.0 +0200
+@@ -653,9 +653,9 @@
  #
  # mkdir a directory in $TMP (or /tmp), convert input to G3 in there
  #
 -spooldir=${TMP:-/tmp}/$new_seq.$$.`date +%S`
 +spooldir=`mktemp -t -d`
  
- if ( umask 077 ; mkdir $spooldir ) ; then
+-if ( umask 077 ; mkdir $spooldir ) ; then
++if [ $? -eq 0 ]; then
  $echo spooling to $spooldir (-$new_seq)...
+ else
+ $echo ERROR: can't create work dir '$spooldir', giving up 2 ; exit 6
 @@ -674,10 +674,13 @@
  #
  if [ x$file = x- ]


pgp3BXjGLWc5K.pgp
Description: PGP signature


Bug#498705: marked as done (mgetty-fax: temporary directory fix breaks mgetty-fax)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 14:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498705: fixed in mgetty 1.1.36-1.4
has caused the Debian Bug report #498705,
regarding mgetty-fax: temporary directory fix breaks mgetty-fax
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498705
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: xsane
Version: 0.995-5
Severity: normal


I had to reinstall xsane after it disappeared from my system for some
reason. Now I can no longer send faxes. I get a message saying that
xsane cannot create a directory on /tmp, although in fact it seems to
have done so but the directory is empty. 

I tried running xsane as root but it gave the same error.

Previously for several years I have been able to send faxes without
problems.


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

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xsane depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libgimp2.0 2.4.7-1   Libraries for the GNU Image Manipu
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.17.dfsg-1   Color management library
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsane1.0.19-20 API library for scanners
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  xsane-common   0.995-5   featureful graphical frontend for 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xsane recommends:
ii  cups-client1.3.8-1lenny1 Common UNIX Printing System(tm) - 
ii  dillo [www-browser]0.8.6-3   Small and fast web browser
ii  iceape-browser [www-browse 1.1.11-1  Iceape Navigator (Internet browser
ii  iceweasel [www-browser]3.0.1-1   lightweight web browser based on M
ii  links2 [www-browser]   2.1pre37-1.1  Web browser running in both graphi
ii  lynx-cur [www-browser] 2.8.7dev9-2   Text-mode WWW Browser with NLS sup
ii  opera [www-browser]9.50  The Opera Web Browser
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent

Versions of packages xsane suggests:
ii  gimp  2.4.7-1The GNU Image Manipulation Program
pn  gocr  none (no description available)
ii  gv1:3.6.5-2  PostScript and PDF viewer for X
ii  mgetty-fax1.1.36-1.3 Faxing tools for mgetty

-- no debconf information


---End Message---
---BeginMessage---
Source: mgetty
Source-Version: 1.1.36-1.4

We believe that the bug you reported is fixed in the latest version of
mgetty, which is due to be installed in the Debian FTP archive:

mgetty-docs_1.1.36-1.4_all.deb
  to pool/main/m/mgetty/mgetty-docs_1.1.36-1.4_all.deb
mgetty-fax_1.1.36-1.4_amd64.deb
  to pool/main/m/mgetty/mgetty-fax_1.1.36-1.4_amd64.deb
mgetty-pvftools_1.1.36-1.4_amd64.deb
  to pool/main/m/mgetty/mgetty-pvftools_1.1.36-1.4_amd64.deb
mgetty-viewfax_1.1.36-1.4_amd64.deb
  to pool/main/m/mgetty/mgetty-viewfax_1.1.36-1.4_amd64.deb
mgetty-voice_1.1.36-1.4_amd64.deb
  to pool/main/m/mgetty/mgetty-voice_1.1.36-1.4_amd64.deb
mgetty_1.1.36-1.4.diff.gz
  to pool/main/m/mgetty/mgetty_1.1.36-1.4.diff.gz
mgetty_1.1.36-1.4.dsc
  to pool/main/m/mgetty/mgetty_1.1.36-1.4.dsc
mgetty_1.1.36-1.4_amd64.deb
  to pool/main/m/mgetty/mgetty_1.1.36-1.4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde [EMAIL PROTECTED] (supplier of updated mgetty package)

(This message was generated 

Processed: Re: Bug#498798: tripwire: Tripwire emailto= fails due to using short hostname and emails being blocked

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 498798 important
Bug#498798: tripwire: Tripwire emailto= fails due to using short hostname and 
emails being blocked
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#485956: found 485956 in qmail/1.03-46

2008-09-13 Thread Marc 'HE' Brockschmidt
# Automatically generated email from bts, devscripts version 2.10.28
#patch didnt touch debian/rules
found 485956 qmail/1.03-46




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



Processed: found 485956 in qmail/1.03-46

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.28
 #patch didnt touch debian/rules
 found 485956 qmail/1.03-46
Bug#485956: FTBFS: uses chown inappropriately
Bug marked as found in version qmail/1.03-46.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Noah Slater
Package: dict-devil
Version: 1.0-9
Severity: grave
Justification: renders package unusable

This package does not contain any dictionary entries.

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

Kernel: Linux 2.6.20.3-bytemark-uml-2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dict-devil depends on:
ii  dictd [dict-server]   1.10.11.dfsg-2 Dictionary Server

dict-devil recommends no packages.

dict-devil suggests no packages.

-- no debconf information

-- 
Noah Slater, http://bytesexual.org/nslater



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



Bug#498238: marked as done (python-pybabel: pybabel does not start, should depend on python-pkg-resources)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 15:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498238: fixed in python-pybabel 0.9.1-7
has caused the Debian Bug report #498238,
regarding python-pybabel: pybabel does not start, should depend on 
python-pkg-resources
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498238
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: python-pybabel
Version: 0.9.1-6
Severity: serious
Justification: Policy 3.5

$ pybabel --help
Traceback (most recent call last):
  File /usr/bin/pybabel, line 5, in module
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Works with python-pkg-resources installed.

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

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

Versions of packages python-pybabel depends on:
ii  python2.5.2-2An interactive high-level object-o
ii  python-support0.8.4  automated rebuilding support for P

python-pybabel recommends no packages.

python-pybabel suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: python-pybabel
Source-Version: 0.9.1-7

We believe that the bug you reported is fixed in the latest version of
python-pybabel, which is due to be installed in the Debian FTP archive:

python-pybabel_0.9.1-7.diff.gz
  to pool/main/p/python-pybabel/python-pybabel_0.9.1-7.diff.gz
python-pybabel_0.9.1-7.dsc
  to pool/main/p/python-pybabel/python-pybabel_0.9.1-7.dsc
python-pybabel_0.9.1-7_all.deb
  to pool/main/p/python-pybabel/python-pybabel_0.9.1-7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Haas [EMAIL PROTECTED] (supplier of updated python-pybabel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Sep 2008 17:14:46 +0200
Source: python-pybabel
Binary: python-pybabel
Architecture: source all
Version: 0.9.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Christoph Haas [EMAIL PROTECTED]
Description: 
 python-pybabel - tools for internationalizing Python applications
Closes: 498238
Changes: 
 python-pybabel (0.9.1-7) unstable; urgency=low
 .
   * Added dependency on python-pkg-resources (Closes: #498238).
 (Thanks, Jens Breit and Serafeim Zanikolas)
Checksums-Sha1: 
 b69dec98c831c0a3b2874f1d20cfd3ebc0015c3f 1205 python-pybabel_0.9.1-7.dsc
 3f999427aedc097a54a6c0e2cce268d0dcb6b9d8 3885 python-pybabel_0.9.1-7.diff.gz
 2dc8f75efccae166fab03c5d723f21eab0ea99a2 1575408 python-pybabel_0.9.1-7_all.deb
Checksums-Sha256: 
 dd39a9df453728a7c77a01347218b4f7611de55d203cb339cb9aea19c331d15d 1205 
python-pybabel_0.9.1-7.dsc
 510eb67c4c10b875d9896a131429e985e1894d39d176b1c82bce9ca733d072d3 3885 
python-pybabel_0.9.1-7.diff.gz
 78e36ea14e946323016c60778eb3276460b556d93a25b9e001e594ec9deddf1d 1575408 
python-pybabel_0.9.1-7_all.deb
Files: 
 4898d259af7d47e884554f33184086f1 1205 python extra python-pybabel_0.9.1-7.dsc
 05ac3a27a0693dd4a3984d6bce00bb82 3885 python extra 
python-pybabel_0.9.1-7.diff.gz
 0d69c81eb04bf90fe890c06e38c19fe5 1575408 python extra 
python-pybabel_0.9.1-7_all.deb

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

iEYEARECAAYFAkjL23gACgkQCV53xXnMZYbecwCcDnleDCGgkw8V+WRJC6eryivQ
GE0AoPDAwj0MNgyweSPXaxWCqLSzCCin
=NXkj
-END PGP SIGNATURE-


---End Message---


Bug#497110: marked as done (boot loader installation failed when dmraid=true)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 15:17:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#497110: fixed in parted 1.8.8.git.2008.03.24-10
has caused the Debian Bug report #497110,
regarding boot loader installation failed when dmraid=true
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
497110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497110
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/20080827-1/i386/iso-cd/debian-testing-i386-businesscard.iso
 This build finished at Wed Aug 27 07:45:39 UTC 2008.
Date: Wed Aug 27 07:45:39 UTC 2008.

Machine: Qemu with fakeraid qcow2 format disk images
Partitions:

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/mapper/sil_aiahbgbgaaaj1
  ext376185728732456  71583216   2% /
tmpfstmpfs   63232 0 63232   0% /lib/init/rw
udev tmpfs   10240   100 10140   1% /dev
tmpfstmpfs   63232 0 63232   0% /dev/shm



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

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

Comments/Problems:

I used a set of fakeraid qcow2 format disk images 
(http://www.themuso.id.au/ubuntu/dmraid-empty-disks.tar.bz2),
but boot loader installation failed.
It seems that installer recognize /dev/mapper/* as an lvm volume, and so 
disable grub installation.

lilo-installaer wants to install lilo in a bad partition, 
/dev/mapper/sil_aiahbgbgaaajp1 , but the correct is 
/dev/mapper/sil_aiahbgbgaaaj1



-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20080826-19:05
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux emu 2.6.26-1-486 #1 Fri Aug 8 18:05:01 UTC 2008 i686 unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC 
[Natoma] [8086:1237] (rev 02)
lspci -knn: 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA 
[Natoma/Triton II] [8086:7000]
lspci -knn: 00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE 
[Natoma/Triton II] [8086:7010]
lspci -knn: Kernel driver in use: PIIX_IDE
lspci -knn: Kernel modules: piix
lspci -knn: 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI 
[8086:7113]
lspci -knn: 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 
[1013:00b8]
lspci -knn: 00:03.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL-8029(AS) [10ec:8029]
lspci -knn: Kernel driver in use: ne2k-pci
lspci -knn: Kernel modules: ne2k-pci
lsmod: Module  Size  Used by
lsmod: ufs63620  0 
lsmod: qnx47684  0 
lsmod: ntfs  180416  0 
lsmod: md_mod 65940  0 
lsmod: xfs   446836  0 
lsmod: reiserfs  187008  0 
lsmod: jfs   148060  0 
lsmod: ext3  103432  1 
lsmod: jbd35092  1 ext3
lsmod: vfat8832  0 
lsmod: fat39964  1 vfat
lsmod: ext2   52616  0 
lsmod: mbcache 6656  2 ext3,ext2
lsmod: dm_mirror  14720  1 
lsmod: dm_log  8192  2 dm_mirror
lsmod: dm_mod 45384  10 dm_mirror,dm_log
lsmod: ne2k_pci7904  0 
lsmod: 83908064  1 ne2k_pci
lsmod: nls_utf81664  0 
lsmod: isofs  27684  0 
lsmod: nls_base6528  6 ntfs,jfs,vfat,fat,nls_utf8,isofs
lsmod: zlib_inflate   13952  1 isofs
lsmod: ide_generic  

Bug#495258: marked as done (ire-rotj: unfinished and unplayable)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 17:08:15 +0100
with message-id [EMAIL PROTECTED]
and subject line ire-rotj has been removed from Debian, closing #495258
has caused the Debian Bug report #495258,
regarding ire-rotj: unfinished and unplayable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
495258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495258
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ire-rotj
Version: 2.00-1
Severity: grave

This game (or at least this version) seems to be only the very start of
a game. The user interface is so buggy that it is hardly useable.

Bugs in ire (like destroying/exchanging items when changing maps or
saving loading on other maps than map 0001) make even the begining not
much fun to play.

Most of the content is just stubs or plot-lines not yet finished. Only
the very begining is playable (when working around/fixing all the bugs)
but that lacks an end. It just gets more and more buggy (broken links
in dialogs and machanisms not working) and rough edged without any
end.

Thus I think this not really useful to be played and as example how to
program ire it is simply too big (30M for the .deb).

I'd suggest to even remove it, but at least no ship within lenny.


---End Message---
---BeginMessage---
Version: 2.00-1+rm

The ire-rotj package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/498091 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#358866: Updated version of mypasswordsafe created for ubuntu

2008-09-13 Thread George Tellalov
On Tue, Jun 17, 2008 at 06:23:36PM +0100, mish wrote:
 deb-src http://ppa.launchpad.net/mishd/ubuntu hardy main

I've build the package from the sources on etch and the bug is fixed.



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



Processed: reopening 497110, block 497110 with 498838

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reopen 497110
Bug#497110: boot loader installation failed when dmraid=true
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 block 497110 with 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#497110: boot loader installation failed when dmraid=true
Was not blocked by any bugs.
Blocking bugs of 497110 added: 498838


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#498808: X fails to start in VirtualBox after vesa driver upgrade

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forcemerge 488932 498808
Bug#488932: xserver-xorg-video-vesa: xf86GTFMode implicitly converted to pointer
Bug#498808: X fails to start in VirtualBox after vesa driver upgrade
Bug#489051: xserver-xorg-video-vesa: fails to find valid modes
Forcibly Merged 488932 489051 498808.

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 498829 + patch
Bug#498829: dict-devil does not contain any entries
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Sven Joachim
tags 498829 + patch
thanks

On 2008-09-13 17:17 +0200, Noah Slater wrote:

 Package: dict-devil
 Version: 1.0-9
 Severity: grave
 Justification: renders package unusable

 This package does not contain any dictionary entries.

Indeed.  I built the package and got this log:

,
| [...]
|  fakeroot debian/rules binary
| test -f  devils.txt -a -f debian/rules
| test -f stamp-build  || /usr/bin/make -f debian/rules build
| rm -rf   debian/tmp*
| debian/devil2dict ./devils.txt | dictfmt -c5 --headword-separator ,  
--without-headword -u http://wiretap.area.com/Gopher/Library/Classic/devils.txt 
-s The Devil's Dictionary (1881-1906) devil 
| /bin/sh: debian/devil2dict: Permission denied
| [...]
`

Ouch.  Making debian/devil2dict executable fixes this, here is a
debdiff:

--8---cut here---start-8---
diff -u dict-devil-1.0/debian/rules dict-devil-1.0/debian/rules
--- dict-devil-1.0/debian/rules
+++ dict-devil-1.0/debian/rules
@@ -62,6 +62,7 @@
 stamp-build:
 # Builds the binary package.
$(checkdir)
+   chmod a+x debian/devil2dict
touch stamp-build
 
 clean:
diff -u dict-devil-1.0/debian/changelog dict-devil-1.0/debian/changelog
--- dict-devil-1.0/debian/changelog
+++ dict-devil-1.0/debian/changelog
@@ -1,3 +1,11 @@
+dict-devil (1.0-10) unstable; urgency=medium
+
+  * QA Upload.
+  * Make debian/devil2dict executable to get some content into
+the binary package (Closes: #498829).
+
+ -- Sven Joachim [EMAIL PROTECTED]  Sat, 13 Sep 2008 18:17:27 +0200
+
 dict-devil (1.0-9) unstable; urgency=low
 
   * QA Upload
--8---cut here---end---8---

Regards,
Sven



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



Bug#498808: X fails to start in VirtualBox after vesa driver upgrade

2008-09-13 Thread Julien Cristau
forcemerge 488932 498808
kthxbye

vesa in unstable is broken.  Known issue, will be fixed when we switch
to xserver 1.5.

Cheers,
Julien



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



Processed: Bug#497110: boot loader installation failed when dmraid=true

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Reopen as the BR was not assigned to parted
 # and other packages need updating too
 unblock 497110 by 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#497110: boot loader installation failed when dmraid=true
Was blocked by: 498838
Blocking bugs of 497110 removed: 498838

 clone 497110 -1 -2 -3
Bug#497110: boot loader installation failed when dmraid=true
Bug 497110 cloned as bugs 498844-498846.

 reassign 497110 parted
Bug#497110: boot loader installation failed when dmraid=true
Bug reassigned from package `partman-dmraid' to `parted'.

 retitle 497110 Improved support for partitioning dmraid devices
Bug#497110: boot loader installation failed when dmraid=true
Changed Bug title to `Improved support for partitioning dmraid devices' from 
`boot loader installation failed when dmraid=true'.

 severity 497110 wishlist
Bug#497110: Improved support for partitioning dmraid devices
Severity set to `wishlist' from `serious'

 block -1 by 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#498844: boot loader installation failed when dmraid=true
Was not blocked by any bugs.
Blocking bugs of 498844 added: 498838

 reopen -1
Bug#498844: boot loader installation failed when dmraid=true
Bug is already open, cannot reopen.

 reopen -2
Bug#498845: boot loader installation failed when dmraid=true
Bug is already open, cannot reopen.

 reopen -3
Bug#498846: boot loader installation failed when dmraid=true
Bug is already open, cannot reopen.

 reassign -2 partman-base 124
Bug#498845: boot loader installation failed when dmraid=true
Bug reassigned from package `partman-dmraid' to `partman-base'.

 retitle -2 Causes unmatched Choices when first item in question is a divider
Bug#498845: boot loader installation failed when dmraid=true
Changed Bug title to `Causes unmatched Choices when first item in question is a 
divider' from `boot loader installation failed when dmraid=true'.

 severity -2 normal
Bug#498845: Causes unmatched Choices when first item in question is a divider
Severity set to `normal' from `serious'

 tag -2 patch
Bug#498845: Causes unmatched Choices when first item in question is a divider
There were no tags set.
Tags added: patch

 reassign -3 cdebconf 0.134
Bug#498846: boot loader installation failed when dmraid=true
Bug reassigned from package `partman-dmraid' to `cdebconf'.

 retitle -3 OOM if number of Choices and Choices-C are not equal
Bug#498846: boot loader installation failed when dmraid=true
Changed Bug title to `OOM if number of Choices and Choices-C are not equal' 
from `boot loader installation failed when dmraid=true'.

 severity -3 important
Bug#498846: OOM if number of Choices and Choices-C are not equal
Severity set to `important' from `serious'

 tag -3 pending
Bug#498846: OOM if number of Choices and Choices-C are not equal
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#497110: boot loader installation failed when dmraid=true

2008-09-13 Thread Frans Pop
# Reopen as the BR was not assigned to parted
# and other packages need updating too
unblock 497110 by 498838
clone 497110 -1 -2 -3
reassign 497110 parted
retitle 497110 Improved support for partitioning dmraid devices
severity 497110 wishlist
block -1 by 498838
reopen -1
reopen -2
reopen -3
reassign -2 partman-base 124
retitle -2 Causes unmatched Choices when first item in question is a divider
severity -2 normal
tag -2 patch
reassign -3 cdebconf 0.134
retitle -3 OOM if number of Choices and Choices-C are not equal
severity -3 important
tag -3 pending
thanks

Let's split this BR up so that the separate issues can be handled.

The bugs in cdebconf and partman-base are analyzed in message #59.
Proposed patches for partman-base can be found in message #64.

For the improved support in parted, see message #109 and later.



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



Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Noah Slater
Thanks for this!

This package is orphened though, what can we do about that?

I would like to see a new upload with your patch.

Best,

-- 
Noah Slater, http://bytesexual.org/nslater



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



Bug#482140: More information

2008-09-13 Thread Witold Baryluk

I reproduced this error (more than serious).

Two update-xmlcatalog commands given in marvil07 message
resolved problem.

Intel Pentium 3, latest Etch - Lenny

-- 
Witold Baryluk


signature.asc
Description: Digital signature


Processed: Bug#497110: boot loader installation failed when dmraid=true

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Partly undo previous reshuffle as we want keep the follow-ups to #497110
 # on the debian-boot list
 reopen 497110
Bug#497110: Improved support for partitioning dmraid devices
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 reassign 497110 partman-dmraid
Bug#497110: Improved support for partitioning dmraid devices
Bug reassigned from package `parted' to `partman-dmraid'.

 retitle 497110 boot loader installation failed when dmraid=true
Bug#497110: Improved support for partitioning dmraid devices
Changed Bug title to `boot loader installation failed when dmraid=true' from 
`Improved support for partitioning dmraid devices'.

 severity 497110 serious
Bug#497110: boot loader installation failed when dmraid=true
Severity set to `serious' from `wishlist'

 block 497110 by 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#497110: boot loader installation failed when dmraid=true
Was not blocked by any bugs.
Blocking bugs of 497110 added: 498838

 # This is now a duplicate, so close
 close 498844
Bug#498844: boot loader installation failed when dmraid=true
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Giuseppe Iuculano [EMAIL 
PROTECTED]

 unblock 498844 by 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#498844: boot loader installation failed when dmraid=true
Was blocked by: 498838
Blocking bugs of 498844 removed: 498838


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: affects etch version of libxml2 also

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 498768 2.6.27.dfsg-4
Bug#498768: libxml2: does not correctly handle long entity names (CVE-2008-3529)
Bug marked as found in version 2.6.27.dfsg-4.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: your mail

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 498768 2.6.27.dfsg-2
Bug#498768: libxml2: does not correctly handle long entity names (CVE-2008-3529)
Bug marked as found in version 2.6.27.dfsg-2.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#485956: found 485956 in qmail/1.03-46

2008-09-13 Thread Jon Marler


On Sep 13, 2008, at 10:03 AM, Marc 'HE' Brockschmidt wrote:


# Automatically generated email from bts, devscripts version 2.10.28
#patch didnt touch debian/rules
found 485956 qmail/1.03-46






Fixed in -47

Cheers!

Jon



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



Bug#332782: As asked by e-mail

2008-09-13 Thread André Luís Lopes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I allow that my contribution to the Debian GNU/Linux release
notes can be distributed under any DFSG-free license.

- --
André Luís Lopes
[EMAIL PROTECTED],debian}.org
http://www.andrelop.org/blog/
Public GPG KeyID : 9D1B82F6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjMBbwACgkQW4/i9Z0bgvaj4gCdEZtlw3c3ZRBOWLYESkU2Fi23
QxkAn16USxphb0NDOMf1atIjZGfUjMCf
=Pxyz
-END PGP SIGNATURE-



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



Bug#497110: Bug#498838: Please set link priority to 100 for dmraid devmapper devices

2008-09-13 Thread Giuseppe Iuculano
unblock 497110 by 498838
thanks

Hi,

Bastian Blank ha scritto:
 Please explain. I'm currently not able to oversee the consequences.
 
 Bastian
 

# blkid
/dev/mapper/sil_aiahbgbgaaaj5: TYPE=swap
/dev/mapper/sil_aiahbgbgaaaj1: UUID=4f4ac281-bb5d-4c34-9437-65df0c203bbb
TYPE=ext3
/dev/hda1: UUID=4f4ac281-bb5d-4c34-9437-65df0c203bbb TYPE=ext3
/dev/hda5: TYPE=swap
/dev/hdb1: UUID=4f4ac281-bb5d-4c34-9437-65df0c203bbb TYPE=ext3
/dev/hdb5: TYPE=swap


hda1 and hdb1 share uuid with /dev/mapper/sil_aiahbgbgaaaj1 , so it is not
possible to use UUID in /etc/fstab because it is not unique

# ls -la /dev/disk/by-id/*DMRAID*
lrwxrwxrwx 1 root root 10 13 set 19:45
/dev/disk/by-id/dm-uuid-DMRAID-sil_aiahbgbgaaaj - ../../dm-0
lrwxrwxrwx 1 root root 10 13 set 19:45
/dev/disk/by-id/dm-uuid-DMRAID-sil_aiahbgbgaaaj1 - ../../dm-1
lrwxrwxrwx 1 root root 10 13 set 19:45
/dev/disk/by-id/dm-uuid-DMRAID-sil_aiahbgbgaaaj5 - ../../dm-2


The patch increases link priority for devmapper devices that have an UUID
starting with DMRAID-.

In effect this is not a problem in d-i, so unblocking #497110


Giuseppe



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#498838: Please set link priority to 100 for dmraid devmapper devices

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 unblock 497110 by 498838
Bug#498838: Please set link priority to 100 for dmraid devmapper devices
Bug#497110: boot loader installation failed when dmraid=true
Was blocked by: 498838
Blocking bugs of 497110 removed: 498838

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#485956: marked as done (FTBFS: uses chown inappropriately)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 18:17:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#485956: fixed in qmail 1.03-47
has caused the Debian Bug report #485956,
regarding FTBFS: uses chown inappropriately
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
485956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485956
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: qmail
Version: 1.03-45
Severity: serious
Justification: fails to build from source

On both etch and sid systems

apt-get source qmail
cd qmail...
dpkg-buildpackage -rfakeroot -uc -us

results in:

# Install debconf files
#cp debian/qmail-src.config debian/tmp-src/DEBIAN/config
#cp debian/qmail-src.templates debian/tmp-src/DEBIAN/templates
dpkg-gencontrol -isp -pqmail-src -Pdebian/tmp-src
chown -R root.root debian/tmp-src
chown: changing ownership of `debian/tmp-src/usr/share/doc/qmail-src/changelog.D
ebian.gz': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/share/doc/qmail-src/copyright':
 Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/share/doc/qmail-src/README.Debi
an.gz': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/share/doc/qmail-src': Operation
 not permitted
chown: changing ownership of `debian/tmp-src/usr/share/doc': Operation not permi
tted
chown: changing ownership of `debian/tmp-src/usr/share': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/bin/build-qmail': Operation not
 permitted
chown: changing ownership of `debian/tmp-src/usr/bin': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/src/qmail-src/qmail_1.03-45.dsc
': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/src/qmail-src/qmail_1.03.orig.t
ar.gz': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/src/qmail-src/qmail_1.03-45.dif
f.gz': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr/src/qmail-src': Operation not p
ermitted
chown: changing ownership of `debian/tmp-src/usr/src': Operation not permitted
chown: changing ownership of `debian/tmp-src/usr': Operation not permitted
chown: changing ownership of `debian/tmp-src/DEBIAN/control': Operation not perm
itted
chown: changing ownership of `debian/tmp-src/DEBIAN/prerm': Operation not permit
ted
chown: changing ownership of `debian/tmp-src/DEBIAN/postinst': Operation not per
mitted
chown: changing ownership of `debian/tmp-src/DEBIAN/postrm': Operation not permi
tted
chown: changing ownership of `debian/tmp-src/DEBIAN': Operation not permitted
chown: changing ownership of `debian/tmp-src': Operation not permitted
make: *** [binary-src] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Source: qmail
Source-Version: 1.03-47

We believe that the bug you reported is fixed in the latest version of
qmail, which is due to be installed in the Debian FTP archive:

qmail-src_1.03-47_all.deb
  to pool/non-free/q/qmail/qmail-src_1.03-47_all.deb
qmail_1.03-47.diff.gz
  to pool/non-free/q/qmail/qmail_1.03-47.diff.gz
qmail_1.03-47.dsc
  to pool/non-free/q/qmail/qmail_1.03-47.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jon Marler [EMAIL PROTECTED] (supplier of updated qmail package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 13 Sep 2008 13:58:36 -0400
Source: qmail
Binary: qmail-src
Architecture: source all
Version: 1.03-47
Distribution: unstable
Urgency: low
Maintainer: Jon Marler [EMAIL PROTECTED]
Changed-By: Jon Marler [EMAIL PROTECTED]
Description: 
 qmail-src  - Source only package for building qmail binary package
Closes: 485956
Changes: 
 qmail (1.03-47) unstable; urgency=low
 .
   * Removed additional chown commands from rules script (Closes: #485956)
Files: 
 bcfc972ff33ffc2d984c2e1a406456ab 746 non-free/mail extra qmail_1.03-47.dsc
 4a50361ae843f4025ca8a7850a996d38 349211 non-free/mail extra 
qmail_1.03-47.diff.gz
 bcc0737da7efe23bdda4918d551728ce 581332 non-free/mail extra 
qmail-src_1.03-47_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 

Bug#498768: [xml/sgml-pkgs] Bug#498768: libxml2: does not correctly handle long entity names (CVE-2008-3529)

2008-09-13 Thread Mike Hommey
On Fri, Sep 12, 2008 at 11:29:03PM -0400, Michael Gilbert wrote:
 Package: libxml2
 Version: 2.6.32.dfsg-3
 Severity: grave
 Tags: security
 Justification: user security hole
 
 ubuntu just released a fix for a problem in libxml2 [1].  the issue appears
 to currently be reserved [2], but since ubuntu has released a fix, other
 distributions need to follow suit soon to limit the window of opportunity 
 for attacks.  the description of the problem is
 
 It was discovered that libxml2 did not correctly handle long entity 
 names.   If a user were tricked into processing a specially crafted XML 
 document, a remote attacker could execute arbitrary code with user 
 privileges or cause the application linked against libxml2 to crash, 
 leading to a denial of service.
 
 this likely affects all releases (stable, testing, and unstable).
 
 thanks for the hard work.
 
 [1] http://lwn.net/Articles/298282/
 [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3529

FWIW, here is the patch.
I'm not very much convinced by the look of it...

Mike
* Unmerged path debian/changelog
diff --git a/include/libxml/parser.h b/include/libxml/parser.h
index 5d38f75..fa700bb 100644
--- a/include/libxml/parser.h
+++ b/include/libxml/parser.h
@@ -298,6 +298,7 @@ struct _xmlParserCtxt {
 xmlError  lastError;
 xmlParserMode parseMode;/* the parser mode */
 unsigned longnbentities;/* number of entities references */
+unsigned long  sizeentities;/* size of parsed entities */
 };
 
 /**
diff --git a/parser.c b/parser.c
index 5d7324a..8ee5ca0 100644
--- a/parser.c
+++ b/parser.c
@@ -80,6 +80,95 @@
 #include zlib.h
 #endif
 
+static void
+xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
+
+/
+ * *
+ * Arbitrary limits set in the parser. *
+ * *
+ /
+
+#define XML_PARSER_BIG_ENTITY 1000
+#define XML_PARSER_LOT_ENTITY 5000
+
+/*
+ * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
+ *replacement over the size in byte of the input indicates that you have
+ *and eponential behaviour. A value of 10 correspond to at least 3 entity
+ *replacement per byte of input.
+ */
+#define XML_PARSER_NON_LINEAR 10
+
+/*
+ * xmlParserEntityCheck
+ *
+ * Function to check non-linear entity expansion behaviour
+ * This is here to detect and stop exponential linear entity expansion
+ * This is not a limitation of the parser but a safety
+ * boundary feature.
+ */
+static int
+xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size,
+ xmlEntityPtr ent)
+{
+unsigned long consumed = 0;
+
+if (ctxt == NULL)
+return (0);
+if (ctxt-lastError.code == XML_ERR_ENTITY_LOOP)
+return (1);
+if (size != 0) {
+/*
+ * Do the check based on the replacement size of the entity
+ */
+if (size  XML_PARSER_BIG_ENTITY)
+   return(0);
+
+/*
+ * A limit on the amount of text data reasonably used
+ */
+if (ctxt-input != NULL) {
+consumed = ctxt-input-consumed +
+(ctxt-input-cur - ctxt-input-base);
+}
+consumed += ctxt-sizeentities;
+
+if ((size  XML_PARSER_NON_LINEAR * consumed) 
+   (ctxt-nbentities * 3  XML_PARSER_NON_LINEAR * consumed))
+return (0);
+} else if (ent != NULL) {
+/*
+ * use the number of parsed entities in the replacement
+ */
+size = ent-owner;
+
+/*
+ * The amount of data parsed counting entities size only once
+ */
+if (ctxt-input != NULL) {
+consumed = ctxt-input-consumed +
+(ctxt-input-cur - ctxt-input-base);
+}
+consumed += ctxt-sizeentities;
+
+/*
+ * Check the density of entities for the amount of data
+* knowing an entity reference will take at least 3 bytes
+ */
+if (size * 3  consumed * XML_PARSER_NON_LINEAR)
+return (0);
+} else {
+/*
+ * strange we got no data for checking just return
+ */
+return (0);
+}
+
+xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL);
+return (1);
+}
+
 /**
  * xmlParserMaxDepth:
  *
@@ -2301,6 +2390,7 @@ xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) {
  */
 #define growBuffer(buffer) {   \
 xmlChar *tmp;  \
+buffer##_size += XML_PARSER_BUFFER_SIZE ;  \
 buffer##_size *= 2;
\
 tmp = (xmlChar *)  

Processed: GNU readline and python2.4/2.5

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 498477 -1
Bug#498477: python2.5: readline.so is dynamically linked to GNU Readline which 
is GPL
Bug 498477 cloned as bug 498857.

 reassign -1 python2.4
Bug#498857: python2.5: readline.so is dynamically linked to GNU Readline which 
is GPL
Bug reassigned from package `python2.5' to `python2.4'.

 found -1 2.4.5-5
Bug#498857: python2.5: readline.so is dynamically linked to GNU Readline which 
is GPL
Bug marked as found in version 2.4.5-5.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498477: GNU readline and python2.4/2.5

2008-09-13 Thread Vincent Bernat
clone 498477 -1
reassign -1 python2.4
found -1 2.4.5-5
thanks

Hi!

I propose to append this to debian/copyright:

GNU Readline


The `readline' module makes use of GNU Readline.

  The GNU Readline Library is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public License as
  published by the Free Software Foundation; either version 2, or (at
  your option) any later version.

On Debian systems, you can find the complete statement in
`/usr/share/doc/libreadline5/copyright'. A copy of the GNU General
Public License is available in `/usr/share/common-licenses/GPL-2'.

python2.4 is also affected by this bug.

Moreover, python2.4  and python2.5 are linked against  OpenSSL while GNU
Readline does not have the  special exception. This means, at best, that
a user cannot use both module using crypto (_ssl.so and _hashlib.so) and
readline  module. This  means that  in the  interactive  interpreter, it
cannot do any crypto.

As stated in the original message,  a solution could be to use editline.
However, enabling  it seems to  require some changes. Some  symbols like
emacs_meta-keymap or  rl_instream does not exist.   Its configuration is
also different:  it does not parse  .inputrc and does not  have the same
language configuration. For example, instead of doing:
 readline.parse_and_bind(tab: complete)
you must write:
 readline.parse_and_bind(bind ^I rl_complete)

Python shipped in MacOSX uses editline.
-- 
Identify bad input; recover if possible.
- The Elements of Programming Style (Kernighan  Plauger)



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



Bug#440445: linux-2.6 - dies after some time on t2000 since .22

2008-09-13 Thread Bastian Blank
severity 440445 normal
tags 440445 unreproducible
thanks

On Sat, Sep 01, 2007 at 05:12:05PM +0200, Bastian Blank wrote:
 Since at least 2.6.22 all linux versions seems to die after 20 or 30
 minutes work on a T2000. Even break does not work.

I'm not longer able to reproduce this with 2.6.26-vserver.

| $ uname -a
| Linux zee 2.6.26-1-vserver-sparc64 #1 SMP Mon Aug 18 22:55:02 UTC 2008 
sparc64 GNU/Linux
| $ uptime  
|  15:38:07 up 25 days,  9:31,  1 user,  load average: 0.01, 0.01, 0.00

I keep it open for the moment, as this may pop up at all times.

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
-- Spock, Day of the Dove, stardate unknown



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



Processed: Re: Bug#440445: linux-2.6 - dies after some time on t2000 since .22

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 440445 normal
Bug#440445: linux-2.6 - dies after some time on t2000 since .22
Severity set to `normal' from `grave'

 tags 440445 unreproducible
Bug#440445: linux-2.6 - dies after some time on t2000 since .22
There were no tags set.
Tags added: unreproducible

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: closing 333691

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 # Removed: #343897
 close 333691 1.220-2+rm
Bug#333691: webmin-software: ui-lib.pl can not be found in @INC
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1.220-2+rm, send any further explanations to 
Paul van der Holst [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498800: upgrade of aptitude before?

2008-09-13 Thread Eugene V. Lyubimkin
Please try to do

aptitude install aptitude
aptitude dist-upgrade

Does the problem remain?

-- 
Eugene V. Lyubimkin aka JackYF, Ukrainian C++ developer.



signature.asc
Description: OpenPGP digital signature


Bug#494461: marked as done (qhull: FTBFS on hppa due to broken eperl)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sat, 13 Sep 2008 22:34:14 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing bug [was: Re: Reopening bug]
has caused the Debian Bug report #494461,
regarding qhull: FTBFS on hppa due to broken eperl
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
494461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494461
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: qhull
Version: 2003.1-10lenny1
Severity: serious
Justification: FTBFS on hppa

The qhull package FTBFS on hppa [1] due to bug in perl/eperl (see Bugs
#486069 and #494191).

[1] 
http://buildd.debian.org/fetch.cgi?pkg=qhullarch=hppaver=2003.1-10lenny1stamp=1217730801file=logas=raw

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)


---End Message---
---BeginMessage---
* Rafael Laboissiere [EMAIL PROTECTED] [2008-09-03 17:33]:

 package glpk 
 reopen 494461
 notfound 494461 2003.1-10lenny1
 found 494461 2003.1-9
 tags 494461 fixed lenny
 thanks
 
 I am reopening this bug just to make sure it catch the eyes of the lenny
 release managers. The bug is fixed in version 2003.1-9lenny1, which was
 uploaded to testing-proposed-updates, 

qhull 2003.1-9lenny1 is now in testing.  I am hereby closing this bug
report.
 
-- 
Rafael

---End Message---


Processed: severity of 498800 is normal

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 severity 498800 normal
Bug#498800: apt: Etch - Lenny upgrade fails with unmet dependencies
Severity set to `normal' from `critical'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#498546: firestarter crashes after certain period of time wether in a panel or open window

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 498546 important
Bug#498546: firestarter crashes after certain period of time wether in a panel 
or open window
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#496122: new upstream version of libfile-sharedir-perl

2008-09-13 Thread Marc 'HE' Brockschmidt
Ansgar Burchardt [EMAIL PROTECTED] writes:
 As these other changes are not very large, I would like to know if the release
 team would accept the new upstream release for Lenny instead of backporting 
 the
 fixes and updates to tests.

We would prefer a minimal update over the current version instead of a
complete new upstream version with such massive changes. Could you
prepare a patch for the version currently in lenny?

Marc


pgpNB55ibnVFT.pgp
Description: PGP signature


Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Frank Lichtenheld
On Sat, Sep 13, 2008 at 06:06:32PM +0100, Noah Slater wrote:
 Thanks for this!
 
 This package is orphened though, what can we do about that?
 
 I would like to see a new upload with your patch.

I can do an upload tomorrow, seeing that I did the last upload.
(I suspect it was broken before that, though)

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



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



Bug#498829: dict-devil does not contain any entries

2008-09-13 Thread Sven Joachim
On 2008-09-13 23:03 +0200, Frank Lichtenheld wrote:

 I can do an upload tomorrow, seeing that I did the last upload.
 (I suspect it was broken before that, though)

The previous maintainer apparently had built the package with
debian/devil2dict being executable, so the bug did only show up after a
rebuild (dpkg-source taking away the execute bit).

Thus, the bug is also in the previous version, but it's only serious
there, not grave.

Sven



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



Processed: reassign 316772 to ftp.debian.org, severity of 316772 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 316772 ftp.debian.org
Bug#316772: O: neutrino -- GNOME shell for managing your Creative Labs Nomad 
Jukebox
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 316772 normal
Bug#316772: O: neutrino -- GNOME shell for managing your Creative Labs Nomad 
Jukebox
Severity set to `normal' from `serious'

 retitle 316772 RM: neutrino -- RoQA; orphaned 3 years, no ITA ever, 
 alternative available
Bug#316772: O: neutrino -- GNOME shell for managing your Creative Labs Nomad 
Jukebox
Changed Bug title to `RM: neutrino -- RoQA; orphaned 3 years, no ITA ever, 
alternative available' from `O: neutrino -- GNOME shell for managing your 
Creative Labs Nomad Jukebox'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 352615 to ftp.debian.org, severity of 352615 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 352615 ftp.debian.org
Bug#352615: O: coldsync -- A tool for syncing PalmOS PDAs with Unix workstations
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 352615 normal
Bug#352615: O: coldsync -- A tool for syncing PalmOS PDAs with Unix workstations
Severity set to `normal' from `serious'

 retitle 352615 RM: coldsync -- RoQA; orphaned 2.5 years, dead upstream, 
 alternatives available
Bug#352615: O: coldsync -- A tool for syncing PalmOS PDAs with Unix workstations
Changed Bug title to `RM: coldsync -- RoQA; orphaned 2.5 years, dead upstream, 
alternatives available' from `O: coldsync -- A tool for syncing PalmOS PDAs 
with Unix workstations'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 321595 to ftp.debian.org, severity of 321595 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 321595 ftp.debian.org
Bug#321595: O: kdoc -- C++ and IDL Source Documentation System
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 321595 normal
Bug#321595: O: kdoc -- C++ and IDL Source Documentation System
Severity set to `normal' from `serious'

 retitle 321595 RM: kdoc -- RoQA; orphaned 3 years, unused, alternatives 
 available
Bug#321595: O: kdoc -- C++ and IDL Source Documentation System
Changed Bug title to `RM: kdoc -- RoQA; orphaned 3 years, unused, alternatives 
available' from `O: kdoc -- C++ and IDL Source Documentation System'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 354501 to ftp.debian.org, severity of 354501 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 354501 ftp.debian.org
Bug#354501: O: spim -- MIPS R2000/R3000 emulator
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 354501 normal
Bug#354501: O: spim -- MIPS R2000/R3000 emulator
Severity set to `normal' from `serious'

 retitle 354501 RM: spim -- RoQA; orphaned 2.5 years, no proper ITA ever, 
 non-free
Bug#354501: O: spim -- MIPS R2000/R3000 emulator
Changed Bug title to `RM: spim -- RoQA; orphaned 2.5 years, no proper ITA 
ever, non-free' from `O: spim -- MIPS R2000/R3000 emulator'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 335916 to ftp.debian.org, severity of 335916 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 335916 ftp.debian.org
Bug#335916: O: netmon-applet -- GNOME2 Network Load Applet
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 335916 normal
Bug#335916: O: netmon-applet -- GNOME2 Network Load Applet
Severity set to `normal' from `serious'

 retitle 335916 RM: netmon-applet -- RoQA; orphaned 3 years, better 
 alternatives available
Bug#335916: O: netmon-applet -- GNOME2 Network Load Applet
Changed Bug title to `RM: netmon-applet -- RoQA; orphaned 3 years, better 
alternatives available' from `O: netmon-applet -- GNOME2 Network Load Applet'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 360057 to ftp.debian.org, severity of 360057 is normal ...

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 reassign 360057 ftp.debian.org
Bug#360057: O: tkps -- X-based process management tool similar to 'top'
Bug reassigned from package `wnpp' to `ftp.debian.org'.

 severity 360057 normal
Bug#360057: O: tkps -- X-based process management tool similar to 'top'
Severity set to `normal' from `serious'

 retitle 360057 RM: tkps -- RoQA; orphaned 2.5 years, no ITA ever, very low 
 popcon
Bug#360057: O: tkps -- X-based process management tool similar to 'top'
Changed Bug title to `RM: tkps -- RoQA; orphaned 2.5 years, no ITA ever, very 
low popcon' from `O: tkps -- X-based process management tool similar to 'top''.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498865: kdepim_4:4.1.1-2(sparc/experimental): FTBFS: Error at korganizer/cmake_install.cmake:111

2008-09-13 Thread Frank Lichtenheld
Package: kdepim
Version: 4:4.1.1-2
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of kdepim_4:4.1.1-2 on njoerd by sbuild/sparc 98-farm
| Build started at 20080913-1636
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 15.0MB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main kdepim 4:4.1.1-2 (dsc) 
[1988B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main kdepim 4:4.1.1-2 (tar) 
[15.0MB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main kdepim 4:4.1.1-2 (diff) 
[29.4kB]
| Fetched 15.0MB in 3s (3955kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, debhelper (= 6), cmake (= 2.6.0), quilt, kdelibs5-dev 
(= 4:4.1.0), kdepimlibs5-dev (= 4:4.1.0), libphonon-dev (= 4:4.2.0), 
libgpgme11-dev, libboost-dev, libboost-graph-dev, libsasl2-dev, xsltproc, 
libgnokii3-dev, libxss-dev, libqca2-dev (= 2.0.0), libassuan-dev, 
libstreams-dev, libstreamanalyzer-dev, libsearchclient-dev, 
libstrigihtmlgui-dev, libstrigiqtdbusclient-dev, zlib1g-dev, libakonadi-dev (= 
1.0.0)
| Checking for already installed source dependencies...
[...]
| -- Installing: 
/build/buildd/kdepim-4.1.1/debian/tmp/usr/lib/libkorganizerprivate.so.4.1.0
| CMake Error at korganizer/cmake_install.cmake:111 (FILE):
|   file INSTALL cannot copy file
|   
/build/buildd/kdepim-4.1.1/obj-sparc-linux-gnu/lib/libkorganizerprivate.so.4.1.0
|   to
|   
/build/buildd/kdepim-4.1.1/debian/tmp/usr/lib/libkorganizerprivate.so.4.1.0.
| Call Stack (most recent call first):
|   cmake_install.cmake:61 (INCLUDE)
| 
| 
| make[1]: *** [install] Error 1
| make[1]: Leaving directory `/build/buildd/kdepim-4.1.1/obj-sparc-linux-gnu'
| make: *** [common-install-impl] Error 2
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20080913-2326
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=4:4.1.1-2pkg=kdepimarch=sparc

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



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



Bug#477027: please remove jpoker from testing

2008-09-13 Thread Marc 'HE' Brockschmidt
Thijs Kinkhorst [EMAIL PROTECTED] writes:
 I think it's indeed best to remove jpoker from testing now if it's not
 possible to fix the RC bug in an uncomplicated way. I'm CC'ing the release
 team to request removal from there.

removal hint added

Marc
-- 
BOFH #1:
clock speed


pgpxvETah16W5.pgp
Description: PGP signature


Processed: reassign 423562 to linux-2.6, severity of 423562 is important

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 423562 linux-2.6 2.6.18-1
Bug#423562: linux-image-2.6-ixp4xx: XFS-filesystem crashes
Bug reassigned from package `linux-image-2.6-ixp4xx' to `linux-2.6'.

 severity 423562 important
Bug#423562: linux-image-2.6-ixp4xx: XFS-filesystem crashes
Severity set to `important' from `critical'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 419034 to linux-2.6, severity of 419034 is important

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 419034 linux-2.6 2.6.18-1
Bug#419034: linux-image-2.6-sparc32: kernel panic when module sd_mod is loaded 
before esp
Bug reassigned from package `linux-image-2.6-sparc32' to `linux-2.6'.

 severity 419034 important
Bug#419034: linux-image-2.6-sparc32: kernel panic when module sd_mod is loaded 
before esp
Severity set to `important' from `critical'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#498869: ucspi-tcp-src: FTBFS

2008-09-13 Thread Carsten Hey
Package: ucspi-tcp-src
Severity: grave

Hi,

while checking whether bug #174353 build-ucspi-tcp fails on libc6
2.3.1-7 is still present and if it is release critical - more
precisely, before I had the chance to do so, I tried to build
ucspi-tcp-src using debuild -rfakeroot which failed.

Since ucspi-tcp is now available in main, maintained by Gerrit Pape, do
you think ucspi-tcp-src is still useful in Debian?

I see two options:

a) Remove ucspi-tcp-src from Debian.
b) Fix this bug, then check if #174353 is still present, if it is,
   upgrade its severity to grave and fix this too.  Users could decide
   oneself whether they want a precompiled package or your package which
   they might use since ages.

The output of the failed debuild is:

[EMAIL PROTECTED]:/tmp/ucspi-tcp-src-0.88$ debuild -us -uc -rfakeroot
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package ucspi-tcp-src
dpkg-buildpackage: source version 0.88-14
dpkg-buildpackage: source changed by Jon Marler [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
rm -f build debian/files debian/substvars
rm -f tcpserver tcpclient tcprules tcprulescheck rblsmtpd mconnect-io addcr 
delcr fixcrio argv0 recordio who@ date@ finger@ tcpcat mconnect http@
rm -f *.o *.a *.0
rm -rf debian/tmp debian/misc debian/tmp-src
rm -f auto-ccld.sh make-load find-systype systype load \
make-compile compile select.h make-makelib makelib \
hassgprm.h hassgact.h dns.lib uint32.h haswaitp.h \
install instcheck test.cdb auto-str rts auto_home.c \
chkshsgr choose conf-home-debian fork.h hasshsgr.h \
iopause.h socket.lib uint64.h
find . \( -name '#*#' -o -name '*~' -o -name DEADJOE -o \
-name '*.orig' -o -name '*.rej' -o -name '*.bak' -o \
-name '.*.orig' -o -name '.*.rej' -o -name .SUMS -o \
-name TAGS -o -name core \) -exec rm -f {} \;
 dpkg-source -b ucspi-tcp-src-0.88
dpkg-source: info: using source format `1.0'
dpkg-source: info: building ucspi-tcp-src using existing 
ucspi-tcp-src_0.88.orig.tar.gz
dpkg-source: info: building ucspi-tcp-src in ucspi-tcp-src_0.88-14.diff.gz
dpkg-source: warning: file ucspi-tcp-src-0.88/RSS has no final newline 
(either original or modified version)
dpkg-source: info: building ucspi-tcp-src in ucspi-tcp-src_0.88-14.dsc
 debian/rules build
Error: not super-user
make: *** [checkroot] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
debuild: fatal error at line 1319:
dpkg-buildpackage -rfakeroot -D -us -uc failed


Thanks,
Carsten



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



Processed: severity of 498518 is important

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 severity 498518 important
Bug#498518: linux-image-2.6.26-1-amd64: kernel BUG at mm/rmap.c:669 
page_mapcount(page) went negative! (-1)
Severity set to `important' from `critical'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#495789: Patch

2008-09-13 Thread Frank Lichtenheld
tag 495789 patch
thanks

I think the attached patch should fix this issue in a very minimal
way. A real fix would probably require improving upstream's configure
script to not be so eager to add rpaths.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/
diff -u milter-greylist-3.0/debian/changelog milter-greylist-3.0/debian/changelog
--- milter-greylist-3.0/debian/changelog
+++ milter-greylist-3.0/debian/changelog
@@ -1,3 +1,11 @@
+milter-greylist (3.0-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix configure call so that no unsafe rpath is added to the
+binaries (closes: #495789)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Sun, 14 Sep 2008 00:51:28 +0200
+
 milter-greylist (3.0-3) unstable; urgency=low
 
   [ Elrond ]
diff -u milter-greylist-3.0/debian/rules milter-greylist-3.0/debian/rules
--- milter-greylist-3.0/debian/rules
+++ milter-greylist-3.0/debian/rules
@@ -32,7 +32,7 @@
 		--sysconfdir=/etc/milter-greylist \
 		--with-conffile=/etc/milter-greylist/greylist.conf \
 		--with-dumpfile=/var/lib/milter-greylist/greylist.db \
-		--with-libspf2 \
+		--with-libspf2=/usr \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \


Processed: Patch

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 495789 patch
Bug#495789: milter-greylist has rpath to insecure location (yes/lib)
Tags were: security
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 497796 to linux-2.6, reassign 498509 to linux-2.6, forcibly merging 497796 498509

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 497796 linux-2.6
Bug#497796: linux-image-2.6.26-1-686: kernel 2.6.26 hangs when using ipsec
Bug reassigned from package `linux-image-2.6.26-1-686' to `linux-2.6'.

 reassign 498509 linux-2.6
Bug#498509: linux-image-2.6.26-1-amd64: system freezes without any message when 
ipsec tries to negotiate security
Bug reassigned from package `linux-image-2.6.26-1-amd64' to `linux-2.6'.

 forcemerge 497796 498509
Bug#497796: linux-image-2.6.26-1-686: kernel 2.6.26 hangs when using ipsec
Bug#498509: linux-image-2.6.26-1-amd64: system freezes without any message when 
ipsec tries to negotiate security
Forcibly Merged 497796 498509.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: found 498631 in 2.6.18-1, tagging 498631, tagging 494308

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 found 498631 2.6.18-1
Bug#498631: binary firmware in drivers/net/cassini.h
Bug marked as found in version 2.6.18-1.

 tags 498631 help
Bug#498631: binary firmware in drivers/net/cassini.h
There were no tags set.
Tags added: help

 tags 494308 help
Bug#494308: binary firmware in drivers/net/e100.c
There were no tags set.
Tags added: help


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Patch

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 496374 patch
Bug#496374: The possibility of attack with the help of symlinks in some Debian 
packages
Tags were: security
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 497753 is normal

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.35
 # I agree with Neil that while this would better be reworded it is not 
 actually serious
 severity 497753 normal
Bug#497753: aub: doesn't provide licence information
Severity set to `normal' from `serious'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#496374: Patch

2008-09-13 Thread Frank Lichtenheld
tag 496374 patch
thanks

The following patch should fix this issue (fully untested though, I
will not upload this):

#! /bin/sh /usr/share/dpatch/dpatch-run
## livetest-temp-files.dpatch by Frank Lichtenheld [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix some insecure tempfile usages.

@DPATCH@
diff -urNad openswan-2.4.12+dfsg~/programs/livetest/livetest.in 
openswan-2.4.12+dfsg/programs/livetest/livetest.in
--- openswan-2.4.12+dfsg~/programs/livetest/livetest.in 2005-07-15 
18:39:25.0 +0200
+++ openswan-2.4.12+dfsg/programs/livetest/livetest.in  2008-09-14 
01:43:43.0 +0200
@@ -36,13 +36,17 @@
 
 #echo wget  http://192.168.0.1/olts/?leftid=$leftid\$leftrsasigkey$version
 
-wget -o /dev/null  -O /tmp/ipseclive.conn 
http://192.168.0.1/olts/?leftid=$leftid$leftrsasigkeyversion=$version;
+connection=$(mktemp -t ipseclive.conn.XX)
+local_log=$(mktemp -t ipsec.olts.local.log.XX)
+remote_log=$(mktemp -t ipsec.olts.remote.log.XX)
 
-sh  /tmp/ipseclive.conn
+wget -o /dev/null  -O $connection 
http://192.168.0.1/olts/?leftid=$leftid$leftrsasigkeyversion=$version;
+
+sh  $connection
 ipsec eroute.pl
 leftid=`echo $leftid | sed s/@//`
-ipsec whack --delete --name olts-$leftid  /tmp/ipsec.olts.local.log
-wget -o /dev/null -O /tmp/ipsec.olts.remote.log 
http://192.168.0.1/olts/log.php?leftid=$leftid;
+ipsec whack --delete --name olts-$leftid  $local_log
+wget -o /dev/null -O $remote_log 
http://192.168.0.1/olts/log.php?leftid=$leftid;
 
 #
 # $Log: livetest.in,v $

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



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



Bug#498774: Package not installable on sid

2008-09-13 Thread peter green
I just tried to reproduce this in both my normal sid amd64 chroot and a 
sid amd64 pbuilder and could not do so.


Can you still reproduce the issue on your system?
Is the system suffering the issue the same one you reported the bug 
from? if not what architecture is the system suffering the issue?

What does apt-get install reportbug-ng python-qt4 return?



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



Bug#497753: severity of 497753 is normal

2008-09-13 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.35
# I agree with Neil that while this would better be reworded it is not actually 
serious
severity 497753 normal




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



Bug#497922: also failing to compile for me

2008-09-13 Thread Jameson Rollins
Hello.  I am having the same problem:

...
/usr/src/modules/gpib/sys/osfuncs.c: In function ‘mutex_ioctl’:
/usr/src/modules/gpib/sys/osfuncs.c:1133: error: request for member ‘counter’ 
in something not a structure or union
/usr/src/modules/gpib/sys/osfuncs.c:1136: error: request for member ‘counter’ 
in something not a structure or union
/usr/src/modules/gpib/sys/osfuncs.c:1151: error: request for member ‘counter’ 
in something not a structure or union
/usr/src/modules/gpib/sys/osfuncs.c:1154: error: request for member ‘counter’ 
in something not a structure or union
make[3]: *** [/usr/src/modules/gpib/sys/osfuncs.o] Error 1
make[2]: *** [_module_/usr/src/modules/gpib/sys] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/gpib'
make: *** [kdist_build] Error 2
BUILD FAILED!
See /var/cache/modass/gpib-modules-source.buildlog.2.6.26-1-686.1221351598 for 
details.
Build failed. Press Return to continue...

servo:~ 7$ uname -a
Linux servo 2.6.26-1-686 #1 SMP Wed Aug 20 12:56:41 UTC 2008 i686 GNU/Linux
servo:~ 0$ 

If this is fixed upstream, any chance we could just bump up to that
newer version?

Thanks for maintaining.

jamie.


signature.asc
Description: Digital signature


Bug#461064: marked as done (ngircd: clients can crash the server with specially crafted PART commands)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sun, 14 Sep 2008 01:43:37 +0100
with message-id [EMAIL PROTECTED]
and subject line marking bug fixed in current sid version
has caused the Debian Bug report #461067,
regarding ngircd: clients can crash the server with specially crafted PART 
commands
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
461067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461067
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ngircd
Version: 0.10.3-1~bpo.1
Severity: important

From http://arthur.barton.de/pipermail/ngircd-ml/2008-January/000301.html:


ngIRCd 0.10.4 has been released, fixing a security bug which could  
cause the server to access invalid memory and to crash while handling  
specially crafted PART commands. All installations should be upgraded!

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

Versions of packages ngircd depends on:
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libssp04.1.1-21  GCC stack smashing protection libr

ngircd recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---

version: 0.12.1-1

This seems to be fixed in the new upstream version (and since it was a 
patch backported from upstream that would make sense), marking it as such.


---End Message---


Bug#461067: marked as done (ngircd: CVE-2008-0285 remote denial of service via crafted part message)

2008-09-13 Thread Debian Bug Tracking System

Your message dated Sun, 14 Sep 2008 01:43:37 +0100
with message-id [EMAIL PROTECTED]
and subject line marking bug fixed in current sid version
has caused the Debian Bug report #461067,
regarding ngircd: CVE-2008-0285 remote denial of service via crafted part 
message
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
461067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461067
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ngircd
Severity: grave
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for ngircd.

CVE-2008-0285[0]:
| ngIRCd 0.10.x before 0.10.4 and 0.11.0 before 0.11.0-pre2 allows
| remote attackers to cause a denial of service (crash) via crafted IRC
| PART message, which triggers an invalid dereference.


If you fix this vulnerability please also include the CVE id
in your changelog entry.

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0285

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpr0UlcWhvRQ.pgp
Description: PGP signature
---End Message---
---BeginMessage---

version: 0.12.1-1

This seems to be fixed in the new upstream version (and since it was a 
patch backported from upstream that would make sense), marking it as such.


---End Message---


Bug#498784: mdcfg hangs when there is no partition for spare device

2008-09-13 Thread Ryan Niebur
tags 498784 + patch
thanks

On Sat, Sep 13, 2008 at 11:44:26AM +0300, Martin Michlmayr wrote:
 Package: mdcfg
 Version: 1.27
 Severity: serious
 
 I chose 1 partition (sda2) for RAID in partman and entered the RAID
 config tool.  I then chose RAID1 with 1 active partition and 1 spare
 partition.  I got a prompt asking which partition to use for the
 active one and chose sda2.  Then mdcfg hangs.  Looking at the code, it
 does (lines 329-331):
 

Attached is a (trivial, and of course tested) patch that fixes this.

 db_subst mdcfg/raidsparedevs PARTITIONS $PARTITIONS
 db_input critical mdcfg/raidsparedevs
 db_go
 
 $PARTITIONS is empty in my case and apparently debconf doesn't like an
 empty variable for Choices and hangs.
 

It looks like previously debconf allowed that, and just didn't show
the menu. I tested with the etch installer (with some added debug
statements), and that was how it behaved.

 There is a check whethere there are enough partitions available but
 this is not run if the RAID level is 1:
 
 REQUIRED=$(($DEV_COUNT + $SPARE_COUNT))
 if [ $LEVEL -ne 1 ]; then
 if [ $REQUIRED -gt $NUM_PART ]; then
 db_subst mdcfg/notenoughparts NUM_PART $NUM_PART
 
 Any idea why this check is not run for RAID level 1?

This is because mdcfg allows degraded RAID 1 arrays (arrays that
don't have all of the devices that you say the array should have). It
will add missing spares at line 373 (even though missing spares don't
make much sense).

 -- 
 Martin Michlmayr
 http://www.cyrius.com/
 
 
 

Thanks,
Ryan52

-- 
_
Ryan Niebur
[EMAIL PROTECTED]
diff --git a/packages/mdcfg/debian/changelog b/packages/mdcfg/debian/changelog
index cace827..3df4808 100644
--- a/packages/mdcfg/debian/changelog
+++ b/packages/mdcfg/debian/changelog
@@ -1,3 +1,10 @@
+mdcfg (1.28) UNRELEASED; urgency=low
+
+  * Don't give debconf an empty list of partitions, that makes it hang.
+(Closes: #498784)
+
+ -- Ryan Niebur [EMAIL PROTECTED]  Sat, 13 Sep 2008 22:33:48 -0700
+
 mdcfg (1.27+nmu1) unstable; urgency=low
 
   [ Updated translations ]
diff --git a/packages/mdcfg/mdcfg.sh b/packages/mdcfg/mdcfg.sh
index 0e0fee9..da7527a 100755
--- a/packages/mdcfg/mdcfg.sh
+++ b/packages/mdcfg/mdcfg.sh
@@ -319,7 +319,7 @@ md_create_array(){
 
db_set mdcfg/raidsparedevs 
SELECTED=0
-   if [ $SPARE_COUNT -gt 0 ]; then
+   if [ $SPARE_COUNT -gt 0 ]  [ -n $PARTITIONS ]; then
FIRST=1
# Loop until the correct number of devices has been selected.
# That means any number less than or equal to the spare count.


signature.asc
Description: Digital signature


Processed: Re: Bug#498784: mdcfg hangs when there is no partition for spare device

2008-09-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 498784 + patch
Bug#498784: mdcfg hangs when there is no partition for spare device
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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