Bug#354429: nut spams consoles and system logs with USB UPS

2006-02-26 Thread suicune
Package: nut
Version: 2.0.1-3


This is the spam message:
drivers/usb/input/hid-core.c: ctrl urb status -32 received

I never once saw this message until after I installed and configured
nut.

Spam begins during boot and continues infinitely until reboot or nut is
stopped.

Spam appears on all text mode consoles (not xterms) about once a second,
making
the consoles unusable. The spam also appears in several system logs.
`dmesg` is
unusable because the spam message is the only thing that appears by the
time I
can type the command.

Running `/etc/rc2.d/S20nut stop` halts the spam and sets all back to
normal.

2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux
lrwxrwxrwx  1 root root 13 2005-10-19 12:13 /lib/libc.so.6 ->
libc-2.3.5.so

Hardware
Compaq Deskpro EP 6400
Pentium3 Katmai 450MHz
UPS is connected to motherboard USB port (Intel 82371AB/EB/MB PIIX4 USB)
UPS is Belkin F6H550-USB
-- 
  
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Same, same, but different…




Bug#354430: debarchiver: to have default major specified in command line

2006-02-26 Thread Yaroslav Halchenko
Package: debarchiver
Severity: wishlist
Tags: patch

Dear Ola,

I am sorry to bring this question again, and sorry that I haven't
filed a wishlist bug to begin with ;-)

Below you can find a patch which provides a very simple feature:
overriding hard-coded default major ('main') with the one provided in
command line (if any). The reason I need to change a major
(main/non-free/etc) is simple.  Since my repository is a temporary
storage for some packages which are in the future to be duploaded, I
don't want to tune .changes files in any way. That is why I came up
with a tiny patch to debarchiver which takes care about overriding the
default major, and now I can organize packages in different majors:

# local -- localy used packages (of limited interest/access for outside people)
# alianed -- packages which are simply alianed rpms
# perspect -- perspective Debian packages, which can appear in Debian
main repository and present here temporarily for testin
# backport -- repackaged versions of official Debian packages

And depending on who is using my repository, he might choose to use
only specific majors in his /etc/apt/sources.list line

Please consider the patch if you think it might be useful for anyone
else

--- debarchiver/src/debarchiver.pl  2005-08-21 15:10:55.0 -0400
+++ debarchiver-0.4.1-y1/src/debarchiver.pl 2005-09-12 14:49:41.0 
-0400
@@ -90,6 +90,9 @@
 
 @sections = ('main', 'contrib', 'non-free');
 
+# Default major
+$majordefault = 'main';
+
 @mailtos = ();
 
 @ARGS1 = @ARGV;
@@ -206,6 +209,7 @@
 This can be used to move away the old packages to
 some other place.
  --instcmd DEPRICATED!
+ --major sectionMajor to use if undefined (default: main)
  -d | --dest dir   Destination directory. The base directory where 
all
   --destdir dir the distribution packages reside. Here the
 \$distrib/\$major/\$arch/\$section directory structure
@@ -250,6 +254,7 @@
 "(relative to input dir) that will be read before the arguments to this 
program
 will be parsed. Here you can change the following variables
\$destdir   The destination directory (see --destdir above).
+   \$majordefault  Default major (see --major above).
\$inputdir  The input directory (no effect in $inputconfigfile).
 \$cachedir The cache directory for apt-ftparchive, used if
--index is used.
@@ -323,6 +328,10 @@
$destdir = shift @ARGS2;
$destdir =~ s/\/$//;
}
+   elsif (/^--major$/) {
+   $majordefault = shift @ARGS2;
+   $majordefault =~ s/\/$//;
+   }
elsif (/^--cachedir$/) {
$cachedir = shift @ARGS2;
}
@@ -1648,7 +1657,7 @@
 if ($section =~ /^\s*$/) {
# on the foo form.
$section = $major;
-   $major = "main";
+   $major = $majordefault;
 }
 return ($major, $section);
 }


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


--Yarik


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



Bug#141111: xchat-gnome: xchat segfaults when loading any perl script

2006-02-26 Thread Brendan O'Dea
On Thu, Apr 04, 2002 at 02:50:02AM +0200, Christian Fraenkel wrote:
>xchat segfaults when loading a perl script. This does happen when current
>gnome packages are installed (in my case 1.4.1.4-2). Loading a perl script 
>works
>when I use the 1.2.13-9 version of the gnome packages (as shown below).
>I can reproduce this behaviour on 3 different machines (all installed via ftp).

Is this still a problem with the current xchat/perl, or can it be closed?

--bod


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



Bug#161169: perl segfaults in mysqlhotcopy

2006-02-26 Thread Brendan O'Dea
On Tue, Sep 17, 2002 at 01:40:30PM +0200, Tadas Þelionis wrote:
>Package: perl
>Version: 5.6.1-7
>Severity: important
>
># mysqlhotcopy sdf
>Segmentation fault

Is this still a problem with the current version of perl or can it be
closed?

--bod


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



Bug#231082: spamassassin: spamc hangs since most recent perl package updates for stable

2006-02-26 Thread Brendan O'Dea
On Mon, Apr 12, 2004 at 03:31:35PM -0700, Peter Sebastian Masny wrote:
>I have what I believe is the same problem using working postfix and 
>procmail.  In detail:
>
>apt-get install spamassassin librazor-perl
>enable spamd in /etc/default/spamassassin
>/etc/init.d/spamassasin restart
>
>then in my user .procmailrc I added
>
>:0fw
>|/usr/bin/spamc
>
>
>However, spamc gets stuck.  The procmail log reads:
>
>> procmail: [22511] Mon Apr 12 13:06:56 2004
>> procmail: Executing "/usr/bin/spamc"
>
>and no more.  About 15 minutes later the following is added to the 
>procmail log
>
>> [22511] Mon Apr 12 13:22:56 2004
>> procmail: Timeout, terminating "/usr/bin/spamc"
>> procmail: [22511] Mon Apr 12 13:22:56 2004
>> procmail: Rescue of unfiltered data succeeded

I can't duplicate this on unstable with the current versions of perl and
spamassassin.  Is this still an issue, or can it be closed.

--bod


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



Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-26 Thread Elimar Riesebieter
On Sun, 26 Feb 2006 the mental interface of
Yaroslav Halchenko told:

> 
> >  ldd `which muttng`
> linux-gate.so.1 =>  (0xe000)
> libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0xb7f8c000)
> libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7f88000)
> libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7f3c000)
> libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0xb7ed5000)
> libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7ec)
> libidn.so.11 => /usr/lib/libidn.so.11 (0xb7e8f000)
> libqdbm.so.11 => /usr/lib/libqdbm.so.11 (0xb7e67000)
> libc.so.6 => /lib/tls/libc.so.6 (0xb7d2f000)
> libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d2b000)
> libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0xb7d1b000)
> libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7ccd000)
> libz.so.1 => /usr/lib/libz.so.1 (0xb7cb8000)
> libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb7ca5000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7c93000)
> /lib/ld-linux.so.2 (0xb7fc4000)
> libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7c7d000)

As you can see mutt-ng doen't use libdb4.[1-4]. We're using libqdbm,
which is a very fast database. You can use it for headercaching with

set header_cache="/var/tmp/mutt-headers.yaroslav/"

Mailfolders up to 30k mails are no problem then.
I don't understand why libdb-dev is needed in your case.

Elimar

-- 
  Excellent day for drinking heavily. 
  Spike the office water cooler;-)


pgpScQt8OL3ei.pgp
Description: PGP signature


Bug#354090: firefox: prompts to remember password too earl

2006-02-26 Thread Eric Dorland
* adrian ([EMAIL PROTECTED]) wrote:
> Package: firefox
> Version: 1.5.dfsg+1.5.0.1-2
> Severity: wishlist
> 
> I like firefox's "remember password" feature, however it asks you
> whether you want to remember it when you click "login" - it would be
> great if it tried to figure out whether the login attempt was
> successful before prompting.  
> 
> Sometimes I'm not sure which password I've used, so ATM I try one
> password (select no), try the other (select no) - that password works,
> so I have to now go back a page, use the second password (select yes).
> 
> It would be great if this change to try first, try other, then I get
> prompted and select yes.  Perhaps it could look for identical
> textboxes to see if the login failed.

This would be extremely difficult to do this reliably, so I think it
will remain wishlist for the near future. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#354431: env_reset/env_keep result in conflicting, duplicate, broken PATH

2006-02-26 Thread Alexander Zangerl
Package: sudo
Version: 1.6.8p7-1.3
Severity: important

Part of the fallout of the recent environment cleanup patch was that
for pretty much any meaningful work it is now required to use env_reset
so that subsequent env_keep or env_check additions take effect
(see 349729, 349196 and 349129). This issue is related.

unfortunately env_reset destroys the PATH, regardless of any env_keep 
that might include PATH. env_keep does NOT keep the path but rather 
fucks it up totally.

You get a process that has two PATH variables in its env, the latter 
one including only /usr/bin:/bin. At least bash uses this last duplicate
entry.

So you're in a nice pickle: no env_reset/env_keep and you lose all other 
useful vars and get the debian default path (!= yours), or you do 
use env_reset/env_keep to make other vars survive but now path
is a worthless /usr/bin:/bin. As this affects the more important usage
pattern of sudo badly (sudo someprogram vs. sudo someshell and then 
interactive control), I think this is an important problem.

How to reproduce: run "sudo env", with this in the sudoers file 
to make other stuff work: "Defaults env_reset, env_keep=*, always_set_home"

$ sudo env
XAUTHORITY=/home/az/.Xauthority
...snipped lots of vars that came through clean...
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
PWD=/home/az
COLORTERM=rxvt-xpm
_=/usr/bin/sudo
PATH=/usr/bin:/bin
SUDO_COMMAND=/usr/bin/env
SUDO_USER=az
SUDO_UID=1000
SUDO_GID=1000

Note the broken duplicate PATH, the first of which is SECURE_PATH. My path
is quite definitely more extensive than /usr/bin:/bin and I don't know
which part of sudo messed this up so badly.

with a sudoers without the above defaults line:
$ sudo env
TERM=rxvt
LC_CTYPE=de_AT
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
LOGNAME=root
USER=root
HOME=/root
SUDO_COMMAND=/usr/bin/env
SUDO_USER=az
SUDO_UID=1000
SUDO_GID=1000

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (980, 'testing'), (970, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=de_AT (charmap=ISO-8859-1)

Versions of packages sudo depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam0g0.76-22  Pluggable Authentication Modules l

-- no debconf information


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



Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-26 Thread Yaroslav Halchenko
As I said in the original mail, it is needed in Build-Depends. BDB
API (-dev) had to be present during the build and configure was
complaining that it could not compile a test code which #include .
The only packages which include db.h at all are:

*> apt-file search /db.h | grep '\/db\.h$' | grep -v kernel
libbind-dev: usr/include/dns/db.h
libdb1-altdev: usr/include/db/db.h
libdb2-dev: usr/include/db.h
libdb2-dev: usr/include/db2/db.h
libdb3-dev: usr/include/db.h
libdb4.1-dev: usr/include/db.h
libdb4.2-dev: usr/include/db.h
libdb4.3-dev: usr/include/db.h
libgwenhywfar17-dev: usr/include/gwenhywfar/db.h
libkpathsea-dev: usr/include/kpathsea/db.h
libmifluz0-dev: usr/include/mifluz/db.h
oskit: usr/include/oskit/freebsd/db.h
prelude-manager: usr/include/prelude-manager/db.h
sourcenav: usr/lib/sourcenav/share/sdk/include/db.h
wxwin2.4-headers: usr/include/wx/db.h
xviewg-dev: usr/X11R6/include/xview/db.h

so I had to upgrade from libdb3* to libdb4* to get db.h which made
configure happy.

Now to understand really what causing this since you are saying that you
don't use Berkley DB... then it must be  something  wrong in autoconf logic
since I did have libqdm installed but I had to have libdb4* to
configure properly:

> dpkg -l *qdbm* | grep ^ii
ii  libqdbm-dev 1.8.33-2   QDBM Database Libraries [development]
ii  libqdbm11   1.8.33-2   QDBM Database Libraries [runtime]
ii  libqdbm2++c21.8.33-2   QDBM Database Libraries for C++ [runtime]

I see that mutt-ng used to depend on libdb4.3-dev:

mutt-ng (0.0.svn+r292-2) experimental; urgency=low

  * Removed libdb4.3-dev, added libqdbm-dev to the Build-Depends
  * Introduced lintian-override

 -- Elimar Riesebieter <[EMAIL PROTECTED]>  Tue, 17 May 2005 14:03:06 +0200

so may be there is a left-over to be fixed in autoconf?

Was mutt-ng built with pdebuilder in clean chroot just to make
sure that all build-depends are right?

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




pgpEox7uiLNQS.pgp
Description: PGP signature


Bug#352343: mindi: fails to start raid devices

2006-02-26 Thread Andree Leidenfrost
Hi Al,

Thanks a lot for your bug report.

I am confirming the problem you describe.

This problem is targeted to be resolved upstream in mindi 1.08 / mondo
2.08. The reason it will take some time is that I don't want something
that only works in Debian and that I would therefore have to support
separately on an ongoing basis. I rather have upstream fixed and
everybody wins. It may get resolved in Debian before upstream 1.08 and
2.08 are released.

Best regards,
Andree

On Sat, 2006-02-11 at 15:12 +0300, Al Nikolov wrote:
> Package: mindi
> Version: 1.04-4
> Severity: important
> 
> There's no `raidstart' command in Sarge.
> 
> -- System Information:
> Debian Release: 3.1
> Architecture: i386 (i686)
> Kernel: Linux 2.6.8-2-686-smp
> Locale: LANG=russian, LC_CTYPE=russian (charmap=KOI8-R)
> 
> Versions of packages mindi depends on:
> ii  bzip2 1.0.2-7high-quality block-sorting file 
> co
> ii  file  4.12-1 Determines file type using 
> "magic"
> ii  gawk  1:3.1.4-2  GNU awk, a pattern scanning and 
> pr
> ii  mindi-busybox 1.00-4 Collection of shell utilities in 
> a
> ii  mindi-kernel  2.4.27-2   failsafe Linux kernel for 
> Mindi/Mo
> ii  mindi-partimagehack   0.6.2-4disk partition imaging utility 
> for
> ii  mkisofs   4:2.01+01a01-2 Creates ISO-9660 CD-ROM 
> filesystem
> ii  ms-sys1.1.3-1Write a Microsoft compatible 
> boot 
> ii  nano  1.2.4-5free Pico clone with some new 
> feat
> ii  parted1.6.21-1   The GNU Parted disk partition 
> resi
> ii  syslinux  2.11-0.1   Bootloader for Linux/i386 using 
> MS
> 
> -- no debconf information
> 
> 
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#352274: also on powerpc

2006-02-26 Thread Francesco Locantore
I have the same bug on a linux-image-2.6.15-1-powerpc but I couldn't find the udev 0.084 for powerpc arch.-- Francesco Locantore <[EMAIL PROTECTED]>


Bug#354351: fail to install

2006-02-26 Thread Miguel Gea Milvaques
Norbert Preining wrote:
> Dear Miguel!
> 
> On Sam, 25 Feb 2006, Miguel Gea Milvaques wrote:
> 
> 
> 
> Uuups, where did you got this from?
> 
> Do you have teTeX or TeX live installed?

tetex

> 
> You are running sid, but what is your version of tetex-bin? 
> 
> Please send me the output of
>   dpkg -l tetex-bin texlive-base-bin


ii  tetex-bin  2.0.2-31   The teTeX binary files
ii  tetex-base 2.0.2c-9   Basic library files of teTeX

> 
> This is very strange. Did you NOT upgrade tetex to tetex3? In case you
> are running still tetex2, then I could explain this, but otherwise that
> would be strange.

I've upgrade regularly on sid but not dist-upgrade, so tetex3 was
waiting on my machine.

Maybe adding the dependences could be enought.
-- 
e-mail: Miguel Gea Milvaques http://www.livejournal.com/users/xerakko/
GnuPG key: 0x580808C4
Key fingerprint = 85A0 06FD 9A6C 4701 27C2  5536 3533 50CA 5808 08C4


signature.asc
Description: OpenPGP digital signature


Bug#354398: problems with streams

2006-02-26 Thread Michal Čihař
Hi

On Sat, 25 Feb 2006 18:42:03 -0500
Decklin Foster <[EMAIL PROTECTED]> wrote:

> I believe we have this fixed in svn. If you'd like to test it out before
> the next version is ready to be packaged and report back here that would
> be helpful. Thanks.
> (https://developer.berlios.de/svn/?group_id=3815)

Yes, svn version seems to work fine. Thanks a lot!

-- 
Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#354401: Error "chown: `root:UNKNOWN': invalid group" when setting up tex-common

2006-02-26 Thread Stephen Gran
This one time, at band camp, Norbert Preining said:
> Hi Vincent!
> 
> On Son, 26 Feb 2006, Vincent Lefevre wrote:
> > Adjusting permissions of TeX font cache... chown: `root:UNKNOWN': invalid 
> > group
> >   tex-common/groupname: UNKNOWN
> 
> This is strange, how did the UNKNOWN came into the tex-common/groupname?
> Did you enter it? The default for groupname is users, but when you
> select to manage the TeX font cache with debconf, you should have
> entered a valid groupname.

That looks like an untrapped error from debconf, off-hand.  debconf will
return strings like "UNKNOWN THIS OR THAT" on error, and it looks like
it was truncated to just UNKNOWN.

Just a guess, and hope that helps.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-26 Thread Elimar Riesebieter
On Sun, 26 Feb 2006 the mental interface of
Yaroslav Halchenko told:

> As I said in the original mail, it is needed in Build-Depends. BDB
> API (-dev) had to be present during the build and configure was
> complaining that it could not compile a test code which #include .
> The only packages which include db.h at all are:
[...]
> Now to understand really what causing this since you are saying that you
> don't use Berkley DB... then it must be  something  wrong in autoconf logic
> since I did have libqdm installed but I had to have libdb4* to
> configure properly:

Do you use automake1.7?

configure:if test -r "$d/include/$v/db.h"; then
configure:#include 

configure uses db.h only if it exists. If you want db4 explizit you
may have to set --with-bdb=DIR as configure option which is not the
case in the debian/rules

There is no grep for db.h in the buildlog.

> > dpkg -l *qdbm* | grep ^ii
> ii  libqdbm-dev 1.8.33-2   QDBM Database Libraries [development]
> ii  libqdbm11   1.8.33-2   QDBM Database Libraries [runtime]
> ii  libqdbm2++c21.8.33-2   QDBM Database Libraries for C++ [runtime]
> 
> I see that mutt-ng used to depend on libdb4.3-dev:
> 
> mutt-ng (0.0.svn+r292-2) experimental; urgency=low
> 
>   * Removed libdb4.3-dev, added libqdbm-dev to the Build-Depends
>   * Introduced lintian-override
> 
>  -- Elimar Riesebieter <[EMAIL PROTECTED]>  Tue, 17 May 2005 14:03:06 +0200
> 
> so may be there is a left-over to be fixed in autoconf?
> 
> Was mutt-ng built with pdebuilder in clean chroot just to make
> sure that all build-depends are right?

Are you using original Debian source? Do you build muttng in a sid
environment? Building mutt-ng with pdebuild wents fine ;)

Elimar

-- 
  Experience is something you don't get until 
  just after you need it!


pgpK74YKcxw5a.pgp
Description: PGP signature


Bug#354431: patch for env_reset/env_keep and PATH

2006-02-26 Thread Alexander Zangerl
Package: sudo
Version: 1.6.8p7-1.3
Tags: +patch
Followup-For: Bug #354431

I've identified the problem: env_rebuild() in env.c didn't 
properly record the fact that it had already copied the PATH
and then scribbled the _PATH_DEFPATH over it. _PATH_DEFPATH 
is /usr/bin:/bin. 
This insertion was done without duplicate check, and 
the subsequent SECURE_PATH overrule applied only to the first listed
variable.

The problem applies to 1.6.8p12.
A patch is attached, which works for both versions (with a few lines
offset in p12).

Please note that the patch cleans up only the totally broken duplicate
path issue, and does not affect line 493 in env.c which still 
unconditionally overrides any PATH with SECURE_PATH. I still think
that this is a bug as it conflicts with the meaning of env_keep, but
unsure as to how to fix this more fundamental but minor issue cleanly.

regards
az

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (980, 'testing'), (970, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=de_AT (charmap=ISO-8859-1)

Versions of packages sudo depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam0g0.76-22  Pluggable Authentication Modules l

-- no debconf information
--- env.c.old   2006-02-26 18:24:58.0 +1000
+++ env.c   2006-02-26 18:30:10.0 +1000
@@ -386,6 +386,10 @@
if (strncmp(*ep, "USER=", 5) == 0)
SET(didvar, DID_USER);
break;
+  case 'P':
+ if (strncmp("PATH=", *ep, 5) == 0)
+SET(didvar,DID_PATH);
+ break;
}
insert_env(*ep, 0);
} else {


Bug#116825: probably resolved

2006-02-26 Thread Ulrich Eckhardt
I just checked again, and this time kdevelop didn't crash. 

I found another strange piece of behaviour though:
- load a project
- browse its files
- close project
- change a subdir to readonly
- reopen project

Now, all the files in the subdir that is now unreadable still are presented 
(probably cached somewhere) but any attempt to open any of the files fails 
without error message. When I move the whole project to a different folder, 
kdevelop displays an error-message ("could not read directory" or so) when 
trying to browse the folder.

Uli


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



Bug#354432: www.debian.org: [debian-i18n] Incorrect Quote in paragraphs with different language

2006-02-26 Thread Helge Kreutzmann
Package: www.debian.org
Severity: minor
Tags: l10n

If you look at
http://www.debian.org/vote/2006/vote_001.de.html

for example in section "1: Was ist die GFDL?". The quote is in english
(starting with "The purpose of this License") but the german quote
signs are used.

I don't know if CSS is capable of handling the language switch within
one document. Please tag "wontfix" if this is not the case.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11.deb-7-grsec
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- 
Dr. Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
  Help keep free software "libre": http://www.ffii.de/


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



Bug#325594: apache2: Unable to restart after security upgrade

2006-02-26 Thread Olaf van der Spek
This morning the server died during a logrotate. I think this is the 
same bug.

I think there's a race condition.

/etc/cron.daily/logrotate:
grep: /etc/apache2/conf.d/[^.#]*: No such file or directory
[Sun Feb 26 06:25:48 2006] [warn] module proxy_http_module is already 
loaded, skipping
[Sun Feb 26 06:25:49 2006] [warn] module proxy_http_module is already 
loaded, skipping

grep: /etc/apache2/conf.d/[^.#]*: No such file or directory
[Sun Feb 26 06:26:41 2006] [warn] module proxy_http_module is already 
loaded, skipping
[Sun Feb 26 06:26:42 2006] [warn] module proxy_http_module is already 
loaded, skipping

(98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs
error: error running shared postrotate script for 
/var/log/apache2/xwis.net/*.log

run-parts: /etc/cron.daily/logrotate exited with return code 1


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



Bug#242941: possibly resolved

2006-02-26 Thread Ulrich Eckhardt
I just checked with 3.2.2-0.7 and there, a symlink is recognised as one, 
displayed with a different icon and it even recognisez that that root/file is 
the same as root/subdir/symlink-to-root/file.

Uli


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



Bug#354433: mldonkey-server: upgrade errors out with Fatal error: exception Failure("lexing: empty token")

2006-02-26 Thread wulff
Package: mldonkey-server
Version: 2.7.3-2
Severity: important

mldonkey upgrade fails with
Fatal error: exception Failure("lexing: empty token")

but, after changing the debian package system manually to install ok
installed, everything works out w/o problem.
reconfigure etc doesn't help..
i assume it's a problem of config file is expected to contain some stuff
that's not there..

wulff

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

Versions of packages mldonkey-server depends on:
ii  adduser  3.80Add and remove users and groups
ii  debconf [debconf-2.0]1.4.62  Debian configuration management sy
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  libbz2-1.0   1.0.3-2 high-quality block-sorting file co
ii  libc62.3.6-1 GNU C Library: Shared libraries an
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libgd2-xpm   2.0.33-3GD Graphics Library version 2
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  mime-support 3.35-1  MIME files 'mime.types' & 'mailcap
ii  ucf  2.005   Update Configuration File: preserv
ii  zlib1g   1:1.2.3-8   compression library - runtime

mldonkey-server recommends no packages.

-- debconf information:
* mldonkey-server/password: (password omitted)
* mldonkey-server/repassword: (password omitted)
* mldonkey-server/max_hard_download_rate:
* mldonkey-server/launch_at_startup: true
  mldonkey-server/config_exist_no_options:
  mldonkey-server/max_alive: 48
  mldonkey-server/run_as_user: mldonkey
* mldonkey-server/plugin: Directconnect, Opennap, Overnet, Soulseek, Bittorent, 
Gnutella
  mldonkey-server/reown_file: false
  mldonkey-server/mldonkey_group: mldonkey
  mldonkey-server/mldonkey_niceness:
  mldonkey-server/config_exist_no_dir:
  mldonkey-server/false_password:
  mldonkey-server/fasttrack_problem:
  mldonkey-server/shared_directories: share
* mldonkey-server/mldonkey_dir: /var/mldonkey
* mldonkey-server/client_name:
  mldonkey-server/mldonkey_move: false
* mldonkey-server/max_hard_upload_rate:
  mldonkey-server/mldonkey_umask: 0022


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



Bug#354434: icewm: Displays black box instead of icon for Emacs 21

2006-02-26 Thread Sven Joachim

Package: icewm
Version: 1.2.25-1
Severity: normal

When Emacs 21 is started with the "-i" option (e.g. via the menu:
Apps-> Editors -> Emacs 21 (X11)), IceWM displays a black box instead
of the Gnu head as its icon.  This happens in the window title (see
the attached screenshot), in the taskbar and in the task selection
(with Alt-TAB).  I have absolutely no idea how this comes, but since
the problem does not show up under KDE, I'm reporting it as a bug in
IceWM.  Note that such a problem does not show up with any other
program I use; also, in the Apps/Editors menu, a Gnu head is correctly
displayed as the icon for Emacs 21.


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

Versions of packages icewm depends on:
ii  icewm-common  1.2.25-1   wonderful Win95-OS/2-Motif-like wi
ii  imlib11   1.9.14-28  Imlib is an imaging library for X
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libtiff4  3.8.0-2Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-1shared library for GIF images (run
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-9  compression library - runtime

icewm recommends no packages.

-- no debconf information



Bug#108530: further affected projecttypes

2006-02-26 Thread Ulrich Eckhardt
I just tried to write a kfile plugin, finding the same situation as almost 
five years ago, so that one's to be added to the list of undebuggable 
template projects.

Uli
(slightly frustrated)


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



Bug#266084: possibly resolved

2006-02-26 Thread Ulrich Eckhardt
I just tried to reproduce this with 3.2.2-0.7, but couldn't. When debugging 
either a C or C++ hello-world project (straight from the 'new project' 
wizard) I can't detect an intermediate shell being used for debugging, rather 
a GDB instance is started and its output directed to an embedded window.

This doesn't change with the presence or absence of a cross in a checkbox 
labelled "Start in external terminal", btw, which might be reason for another 
bugreport.

Uli


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



Bug#270538: Debian lags comparing with other distributions

2006-02-26 Thread Darius Mazeika




This is a stigma of Debian - all major distributions are providing this package for a while, while Debian lags far behind. NetworkManager has got a lot of excited press, it's currently the best if not the key tool for network selection on the Linux mobile desktop. The search on Internet reveals that this package is much needed and sought after in Debian:

http://www.google.com/search?q=networkmanager+debian

No wonder if people switch to other distributions, because Debian does not provide the desktop experience they are expecting to get from Linux.

There was ongoing work to package NetworkManager for Debian (see above). Does anybody know if it is still active? Is help needed maybe?




Bug#301597: libvte4: Pixel-level corruption in terminal when scrolling down

2006-02-26 Thread Loïc Minier
forwarded #301597 http://bugzilla.gnome.org/show_bug.cgi?id=122150
tags #301597 + upstream fixed-upstream patch
close #301597 1:0.11.18-1
stop

Hi,

On Sat, Mar 26, 2005, Erik Meitner wrote:
> When scrolling a terminal(gnome-terminal for example) display downwards,
> corruption of the text occurrs. The corruption leaves short lines, dots 
> and partial characters. The slower it is scrolled, the worse the 
> corruption becomes. It seems to happen more when the terminal window is 
> maximized.

 Thanks for the patch, we uploaded version 0.11.18 instead which has the
 fix, hence I'm closing the bug.

   Cheers,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#349818: Incorrect characters displayed in terminal programs for KOI8-R locale

2006-02-26 Thread Loïc Minier
Hi,

 This is a followup for Debian bug .

On Wed, Jan 25, 2006, Eugene Krivdyuk wrote:
> All russian characters are shown as rectangles in xfterm4 (xfce4
> terminal emulator).
> When rollback to version 1:0.11.15-4 of libvte-common all problems
> with russian characters are disappear.

 I presume this is due to the following change on 2006-02-10 between
 0.11.17 and 0.11.18:
* src/vteapp.c: Set default font to Monospace instead of Sans.

 Does your Monospace font support your locale?

 You might want to install more font packages to have a Monospace font
 for your locale, or change the configured font in your terminal.

   Cheers,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#354379: wesnoth: Wesnoth crash Xorg

2006-02-26 Thread Emmanuel Fleury
Hi,

Isaac Clerencia wrote:
> 
> I'm reducing the severity of this bug report as I can't reproduce it. Please, 
> do further investigation about it and try to provide more info.

Might be related to the architecture (AMD64), I didn't tried yet on
another processor.

> On the other hand, Wesnoth uses SDL library to do all the graphics stuff, so 
> in any case, SDL (or the X server) should be guilty and not Wesnoth itself.

Right.

Actually, this might be the combination of a lot of things. I have to
investigate this much further (especially if I want to finish the
campaign I just started ! :)).

> If you want to play Wesnoth in the meanwhile may be you can try the "-w" 
> option to run it in windowed mode.

It works ok like this, it means that this is really the full-screen mode
that makes it crash.

I'll try to track the bug down and I'll report to whom it may concern
(probably SDL and maybe Xorg).

Thanks for your mail
-- 
Emmanuel Fleury

Rules of Optimization:
- Rule 1: Don't do it.
- Rule 2 (for experts only): Don't do it yet.
  -- M. A. Jackson


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



Bug#354388: wpasupplicant: please recompile with madwifi-dev

2006-02-26 Thread Reinhard Tartler
On Sat, Feb 25, 2006 at 10:16:48PM +0100, Sven Hartge wrote:
> Now that the new madwifi driver has entered Debian and has
> obsoleted the old one, please consider recompiling wpasupplicant
> with the new madwifi-ng support using madwifi-dev.

This won't be possible, because madwifi-dev is in non-free, and packages
in main may not build-depend on packages on non-free. And I'd rather not
move madwifi to contrib.

But, TBH, I don't really get why madwifi-dev is non-free anyway. 

Gruesse,
Reinhard



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



Bug#354388: wpasupplicant: please recompile with madwifi-dev

2006-02-26 Thread Sven Hartge
Um 11:21 Uhr am 26.02.06 schrieb Reinhard Tartler:
> On Sat, Feb 25, 2006 at 10:16:48PM +0100, Sven Hartge wrote:

>> Now that the new madwifi driver has entered Debian and has
>> obsoleted the old one, please consider recompiling wpasupplicant
>> with the new madwifi-ng support using madwifi-dev.
 
> This won't be possible, because madwifi-dev is in non-free, and packages
> in main may not build-depend on packages on non-free. And I'd rather not
> move madwifi to contrib.

This is understandable yet quite sad.
 
> But, TBH, I don't really get why madwifi-dev is non-free anyway. 

Could this be because of the binary HAL used by the madwifi-code? Can a 
package be in contrib if the source is in non-free?

S°

-- 
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/

Achtung, neue Mail-Adresse: [EMAIL PROTECTED]



Bug#327102: gnome-games: AisleRiot redraws to blank window at startup

2006-02-26 Thread Arjan Opmeer
On 2/20/06, Loïc Minier <[EMAIL PROTECTED]> wrote:
>  This is a followup for Debian bug .
>  Do you still get this bug with gnome-games 2.12?  I don't have the bug.

You are right. I also don't have this bug anymore. So I guess this issue has
been fixed with gnome-games 2.12.


Arjan




Bug#354428: apt-cacher: apparently persistent damaged Packages.bz2 file

2006-02-26 Thread Eduard Bloch
tags 354428 + moreinfo
thanks

#include 
* Ross Boylan [Sat, Feb 25 2006, 10:39:52PM]:
> Package: apt-cacher
> Version: 1.5.1
> Severity: normal
> 
> For at least several days I've been getting errors from aptitude and
> apt-get about missing packages files; unfortunately testing/main is
> one of them.  apt doesn't seem to write the packages into its spots
> (/var/lib/apt/lists). testing/non-free is the other missing file;
> test/contrib is present.
> 
> I find the corresponding packages files in apt-cacher's cache.  bzip2
> verifies they are corrupt, and their lengths are shorter than the file
> in the original archive.  I can download the latter via lftp; the
> result is full length and verifies OK.

Weird. In theory, there is an extra check to detect incompletely
downloaded files, so apt-cacher should stop, close the connection and
remove the broken file from the cache.

> My efforts to trigger an update via aptitude update appear partly
> successful; the timestamps on the file in apt-cacher's cache change.
> But the file remains broken.
> 
> Possibly this is related to running out of disk space, though it looks
> as if there should be enough.  /var did fill up a few days ago, maybe
> around when this started.  Possibly the problem is related to issues
> reported in 353152, and since fixed.  Since my updates from main are
> not working, it's hard to upgrade (:

Not really, 353152 was about the file updates in the cleanup run.

> [EMAIL PROTECTED]:/usr/local/var/mirrors/apt-cacher/packages$ ls -l 
> linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages.bz2
> -rw-r--r--  1 www-data www-data 2435536 2006-02-25 21:35 
> linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages.bz2
> 
> The file at Berkeley, is 
> lftp linux.csua.berkeley.edu:/debian/dists/testing/main/binary-i386> ls
> -rw-r--r--1 103  65534 2850393 Feb 25 20:17 Packages.bz2

Could you check the error.log file please? Any serious issues reported
(file corruption etc.). If you have enough disk space, consider enabling
debugging (debug=1 in apt-cacher.conf) and if this happens again -
report it.

I saw in your second message that you removed the broken file, that is
just too bad since locating the problem is a bit complicated now.

Eduard.
-- 
 gibt's eigentlich nen Befehl um rauszufinden, welche pakete
momentan broken sind?
 lynx $url_zur_liste_der_rc_bugs?
 Joey[tm]: ich meinte ne alternative dazu
 w3m? ;)
 :-)


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



Bug#333052: Seeing what seems the same with kernel 2.6.15-1-686: unknown symbols for snd_intel8x0

2006-02-26 Thread Dionisio Martínez Soler
Package: module-init-tools
Version: 3.2.2-2
Severity: grave

I don't know for sure if this is probably related to this bug, but it
seems very similar. Using linux-image-2.6.15-1-686 (v. 2.6.15-7) I get
this while loading snd_intel8x0 (both at boot time and manually with
modprobe):


FATAL: Error inserting snd
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-pcm.ko): Unknown symbol
in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.15-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd
WARNING: Error inserting snd_timer
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm
(/lib/modules/2.6.15-1-686/kernel/sound/core/snd-pcm.ko): Unknown symbol
in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.15-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_intel8x0
(/lib/modules/2.6.15-1-686/kernel/sound/pci/snd-intel8x0.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd_intel8x0
-

But using linux-image-2.6.12-1-686 (v. 2.6.12-10), the module
snd_intel8x0 loads correctly and the soundcard is working fine.

Version of udev installed in my system is 0.085-1.

Hope this could be useful. If you need further information, please ask.

Ciao,

Dionisio

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

Versions of packages module-init-tools depends on:
ii  libc6 2.3.6-2GNU C Library: Shared
libraries an
ii  lsb-base  3.0-15 Linux Standard Base 3.0
init scrip

module-init-tools recommends no packages.




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



Bug#352507: lynx-cur: New fashioned packaging - making lintian clean

2006-02-26 Thread Elimar Riesebieter
Do we have to discuss my proposal at debian-devel? Why doesn't the
maintainer pick up the things to make the package lintian clean?
There is no response via PM either. Do we have to set severity to
serious?

Elimar

-- 
  Excellent day for drinking heavily. 
  Spike the office water cooler;-)


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



Bug#354435: mlmmj: Debconf templates do not follow Developer's Reference recommendations

2006-02-26 Thread Christian Perrier
Package: mlmmj
Version: N/A
Severity: minor

The debconf templates for this package do not follow the
recommendations given in the Developers Reference, section 6.5
("Configuration management with debconf").

Even though not mandatory, this part gives general advices about the
Right Way to write debconf templates to achieve a general consistency
in Debian about the way to prompt users. Please make your best
following these advices.

If you follow these suggestions, please consider later using the
podebconf-report-po utility from the "po-debconf" package, to notify
translators of the induced changes. Then leave them a few days to
update their translations (1 week is considered good practice so that
translation teams can apply their usual QA policies).

This bug report template is mostly generic so I can't point out
exactly which part of your debconf templates I have considered not
following these recommendations. I recommend your first read the
mentioned part of the DR, make the changes you feell needed, then come
back to me with the new templates file.

Most often encountered "errors":

-using interrogative form for string/select/multiselect templates. For
 instance: "Which web server should be reconfigured?" instead of "Web
 server to reconfigure:"

-making specific reference to some debconf interfaces widgets such as
 using "If you choose 'No'" in boolean templates

-using the first person ("I will do this")

-too long extended description (should idealistically fit in one
 screen with the dialog interface in a 80x25 terminal)

-extended description repeating the short description

-extended description using an interrogative sentence in a boolean
 template. Only the short description should issue a question in such
 templates.

-repeat the short description i nthe long description

-non informative enough template. Think about users who install
 your package among dozens of others

-too long template (fitting on a 80x25 screen is recommended)

etc...

Please get in touch with me in case you need more details about why I
think your templates file need some rewrite. If you do so, please
attach the debian/templates of debian/.templates file so that
I can propose you a rewrite.



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


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



Bug#281460: possibly resolved

2006-02-26 Thread Ulrich Eckhardt
Testing with 3.2.2-0.7, new projects contain a setup page where it asks for 
which version control is to be used. Also, kdevelop3 depends on 
kdevelop3-plugins which in turn supply some subversion related plugins. 
However, looking at the documentation for kdevelop3 
(/usr/share/doc/kdevelop3/README.Debian), you see that you need an additional 
kdesdk-misc installed for Subversion integration.

Uli



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



Bug#333052: Seeing what seems the same with kernel 2.6.15-1-686: unknown symbols for snd_intel8x0

2006-02-26 Thread Marco d'Itri
notfound 333052 3.2.2-2
thanks

On Feb 26, Dionisio Martínez Soler <[EMAIL PROTECTED]> wrote:

> Package: module-init-tools
> Version: 3.2.2-2
> Severity: grave
Get real. Look at the log kernel log, you or some package probably
configured a bad parameter:

> FATAL: Error inserting snd
> (/lib/modules/2.6.15-1-686/kernel/sound/core/snd.ko): Unknown symbol in
> module, or unknown parameter (see dmesg)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#140142: probably resolved

2006-02-26 Thread Ulrich Eckhardt
I should have included a more elaborate description of the problem, but 
checking again, there doesn't seem to be any unexpected or unpleasant 
behaviour with version 3.2.2-0.7 in that regard.

Uli


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



Bug#354436: FTBFS on alpha, hppa, ia64, mips, mipsel

2006-02-26 Thread Reinhard Tartler
Package: xine-lib
Severity: serious

xine-lib_1.1.1-1 fails to build from source on these release architectures: 
alpha, hppa, ia64, mips, mipsel. It does build on i386, amd64 and
powerpc though.

In fact, it fails to build on m86k, sparc and s390, too, but they aren't
release archs (at least not ATM).

See the buildlogs here: http://buildd.debian.org/build.php?pkg=xine-lib

Gruesse,
Reinhard





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



Bug#185858: Perl-doc shares a file with perl

2006-02-26 Thread Brendan O'Dea
On Wed, Mar 26, 2003 at 11:02:05AM -0500, Roderick Schertler wrote:
>I see this problem when upgrading from 5.8.0-15 to 5.8.0-17.  Here's a
>log (warts and all, lest I screw it up by editing it).

># apt-get install perl
>Reading Package Lists... Done
>Building Dependency Tree... Done
>The following extra packages will be installed:
>  perl-base
>The following packages will be REMOVED:
>  perl-doc
>2 packages upgraded, 0 newly installed, 1 to remove and 21  not upgraded.
>Need to get 3875kB/4587kB of archives. After unpacking 7516kB will be freed.
>Do you want to continue? [Y/n]
>Get:1 http://http.us.debian.org unstable/main perl 5.8.0-17 [3875kB]
>Fetched 3875kB in 49s (77.9kB/s)
>Reading changelogs... Done
>[...]
>apt-listchanges: Do you want to continue? [Y/n]?
>(Reading database ... 59741 files and directories currently installed.)
>Removing perl-doc ...
>Removing `diversion of /usr/bin/perldoc to /usr/bin/perldoc.stub by perl-doc'
>dpkg-divert: rename involves overwriting `/usr/bin/perldoc' with
>  different file `/usr/bin/perldoc.stub', not allowed

The is very puzzling.  The un-diversion occurs in the postrm of
perl-doc, at which point /usr/bin/perldoc should not exist.

Was there something unusual about /usr/bin/perldoc?  Was it a symlink to
/usr/local/bin/perldoc or something?

I've not been able to duplicate this fault.  At this point I'm treating
it as a transient failure, and in the absence of any reports to the
contrary will close this bug shortly.

--bod


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



Bug#297502: Renaming items on the desktop with lazy focus is impossible

2006-02-26 Thread Andrea Vettorello
Playing with Sawfish configuration i've found a workaround for this bug.

You can modify the "Focus mode" of the Nautilus desktop window to
"click" using the "Matched Windows" pane of the "Sawfish Configurator"
creating a rule based on the window's name (in this case "^Desktop$")
or class ("^Nautilus/desktop_window$"). In this way you can give focus
to the desktop window and so rename a file name.

In the Sawfish user customization file you should have something like that:
(quote (((WM_NAME . "^Desktop$")) (focus-mode . click))) (quote
match-window) (quote sawfish.wm.ext.match-window))


Andrea



Bug#354437: Crash with "can't create mcop directory"

2006-02-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: xine-ui
Version: 0.99.3-1.3
Severity: grave
Tags: sid

When I start the xine it opens the window and shows the splash screen.
Then it dies with error "can't create mcop directory".

By the way, what the hell do xine need such crazy thinks like kde
mcop??? Xine has to be independent of KDE!!!

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'testing'), (500, 'stable'), (60, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.32
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages xine-ui depends on:
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libcurl3  7.15.1-1   Multi-protocol file transfer libra
ii  libfontconfig 2.3.2-2generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libreadline5  5.1-6  GNU readline and history libraries
ii  libslang2 2.0.5-3The S-Lang programming library - r
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxine1  1.1.1-1the xine video/media player librar
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxtst6  6.9.0.dfsg.1-4 X Window System event recording an
ii  libxv16.9.0.dfsg.1-4 X Window System video extension li
ii  libxxf86vm1   6.9.0.dfsg.1-4 X Video Mode selection library
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages xine-ui recommends:
ii  libaa11.4p5-30   ascii art library

- -- no debconf information

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iQEVAwUBRAGMSp+OKpjRpO3lAQKkWwgAp7RtoYylG0sKOw1SmfI/mub8mamHGGyE
xdQmjmBH+UuAronGfBe/54bjND7PyShp5nc5qFDqYoF9XqEQWDXd6PAXfACUrbHI
vhU5GB0RwrWfSwvXP6qv+jMjueMowSfiq0/BT6H5WLJy/MFJzt5oZWe33Io+yxlb
bcn8UJlhVl0+8gJEgtG80pdVECC5aQHMDLLkHgZiErijJpLjyh4968b4TTDuDMdS
RjHcO7d03n32K19dU6bLyOIrcD8qJf1BYvxWYjGDFyJbukBD9sUHNS6JIRZZEXWX
om7FowLGrmq325mCie7LDU8JbFwyFkLuwbVE/NYO0awDGpM4CJBx6g==
=e0TY
-END PGP SIGNATURE-


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



Bug#337014: zile: Odd output when quitting editor

2006-02-26 Thread Loïc Minier
Hi,

 This is a followup for Debian bug .

On Wed, Nov 02, 2005, Reuben Thomas wrote:
> >Whenever I quit zile I get odd output like this:
> >[EMAIL PROTECTED]:~$ zile
> >[?1036;[EMAIL PROTECTED]:~$
> >Note the '[?1036;l' before my standard prompt.
> This string is the one that Zile outputs in term_close in term_ncurses.c 
> to reset the Meta key in an xterm. It only happens if TERM=xterm. Which 
> terminal emulator are you using? I'm guessing it's something that claims 
> to be xterm but doesn't understand this sequence...sigh...

 The bug reports state that a workaround was added to zile, can someone
 give me the raw sequence (preferably in the form of an "echo ..." line
 for me to reproduce the bug?

   Thanks,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#338089: aic7xxx vs k3b troubles

2006-02-26 Thread Florian Ernst
Hello Graham,

On Sat, Feb 25, 2006 at 10:59:29PM -0500, Graham wrote:
> I think the problem you are describing is unrelated to my original bug report.
> 
> But look here:  http://bugs.debian.org/339871

Thanks for the pointer. At the time of writing your original bugreport
appeared most similar to my problems, but now I see this issue has
raised further awareness.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#347615: Related bug in devilspie

2006-02-26 Thread Josselin Mouette
reassign 347615 devilspie
merge 347615 256059
thanks

Le samedi 25 février 2006 à 14:35 +0100, Mikael Nilsson a écrit :
> Seems related to devilspie:
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256059
> 
> Removing devilspie from .gnome2/session-manual "fixes" the issue.

Indeed, merging the bugs.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#352274: also on powerpc

2006-02-26 Thread Francesco Locantore
2006/2/26, Francesco Locantore <[EMAIL PROTECTED]>:
I have the same bug on a linux-image-2.6.15-1-powerpc but I couldn't find the udev 0.084 for powerpc arch.
 
Sorry, I've found in Debian/testing after an atp-get update, and then I had to update-initramfs -f -u for let it work.

Thank you.
-- Francesco Locantore <[EMAIL PROTECTED]>


Bug#353434: your mail

2006-02-26 Thread Loïc Minier
Hi,

On Fri, Feb 24, 2006, Jan Lübbe wrote:
> I want to upload the new upstream version soon, so if you'd like, i
> would be glad to help with a patch.

 That'd be nice!  Of course the 2.3 bindings should be kept while the
 default python version is still 2.3.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#354033: lastfmsubmitd: If lastfm isn't split off, you really should _depend_ on python-mpdclient

2006-02-26 Thread Cord Beermann
Package: lastfmsubmitd
Version: 0.22-2
Followup-For: Bug #354033

AS long as lastmp is part of the package you should depend on
python-mpdclient. else some of the executables of the package are
broken. (for us people that ignore Recommends ;-) same applies to
python-musicbrainz.

Cord

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

Versions of packages lastfmsubmitd depends on:
ii  adduser   3.84   Add and remove users and groups
ii  python2.3.5-5An interactive high-level object-o

Versions of packages lastfmsubmitd recommends:
ii  python-mpdclient  0.11.1-1   Python interface to MPD
ii  python-musicbrainz2.1.2-2Second generation incarnation of t

-- no debconf information

-- 
BOFH excuse #408:

Computers under water due to SYN flooding.


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



Bug#354331: SquirrelMail 1.5.1 Released (since Feb 19, 2006)

2006-02-26 Thread Thijs Kinkhorst
On Sat, February 25, 2006 13:15, _ r y k _ wrote:
> Package: squirrelmail
> Version: 1.5.1
>
> Squirrelmail Team realesed version 1.5.1 with fully php5 (5.1 and above).
> It would be interesting to include it to the unstable debian package list!

This is a development release. I will consider to include it in
experimental but not to unstable. We only upload stable squirrelmail
releases for inclusion in etch.

SquirrelMail 1.4.6 will be compatible with PHP 5.1 aswell, and that will
be uploaded the upcoming week.


Thijs




Bug#354438: Do not install Expect.pod two times

2006-02-26 Thread Marco d'Itri
Package: libexpect-perl
Version: 1.15-3
Severity: normal

/usr/share/doc/libexpect-perl/Expect.pod.gz should be removed from the
package.

(And please merge the patch in #306679, it's obviously correct and I
doubt that the maintainer will care to answer after one year.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#354439: gcc-4.0: on mips{,el}: "unable to find a register to spill in class 'FP_REGS'" when compiling blender

2006-02-26 Thread Florian Ernst
Package: gcc-4.0
Version: 4.0.2-6
Severity: normal

The problems started when compiling blender 2.40, they persist with
blender 2.41.
I'm at a loss on this. To me it looked like a compiler bug, so I tried
lowering the optimization to -O1, but this didn't help. Also my
google-fu failed me and I didn't find anything remotely helpful on how
to best proceed. I'd love to report this as a bugreport against gcc,
but lacking access to a MIPS machine myself (at least one where all
Build-Dependencies are present, and it'd be rather complex to strip
down the offending function so it could be tested on casals or vaughan)
I cannot provide any preprocessed files that trigger this bug.

So, any pointers, please...?


| source/blender/src/interface.c: In function 'uiBlockPickerButtons':
| source/blender/src/interface.c:2922: warning: unused parameter 'mode'
| source/blender/src/interface.c:2982: error: unable to find a register to 
spill in class 'FP_REGS'
| source/blender/src/interface.c:2982: error: this is the insn:
| (insn 173 177 174 1 (parallel [
| (set (subreg:SI (reg:HI 266) 0)
| (fix:SI (reg:DF 32 $f0 [265])))
| (clobber (scratch:DF))
| ]) 165 {fix_truncdfsi2_macro} (insn_list:REG_DEP_TRUE 171 (nil))
| (expr_list:REG_DEAD (reg:DF 32 $f0 [265])
| (expr_list:REG_UNUSED (scratch:DF)
| (nil
| source/blender/src/interface.c:2982: confused by earlier errors, bailing out
| scons: *** [build/linux2/source/blender/src/interface.o] Error 1
| scons: building terminated because of errors.
full build logs at
 and
.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#354440: totem: .smi subtitle files

2006-02-26 Thread Vincent Lönngren
Package: totem
Version: 1.2.1-3
Severity: wishlist

Are there any plans to make totem display .smi subtitle files?

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

Versions of packages totem depends on:
ii  totem-gstreamer   1.2.1-3A simple media player for the Gnom

totem recommends no packages.

-- no debconf information


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



Bug#354441: tex-common: purge incomplete

2006-02-26 Thread Bart Martens
Package: tex-common
Version: 0.15
Severity: minor

When purging the package, files are left on the file system.  How to
reproduce:

apt-get install ucf
ls /var/lib/ucf/cache
apt-get install tex-common
ls /var/lib/ucf/cache
dpkg --remove ucf tex-common
dpkg --purge ucf
dpkg --purge tex-common
ls /var/lib/ucf/cache



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



Bug#340932: liboil0.3: Also gstreamer0.8-musepack

2006-02-26 Thread Vincent Lönngren
Package: liboil0.3
Version: 0.3.6-1
Followup-For: Bug #340932

The error is also displayed installing gstreamer0.8-musepack.

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

Versions of packages liboil0.3 depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an

liboil0.3 recommends no packages.

-- no debconf information


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



Bug#347384: xterm: URLs are not the only thing you want to select...

2006-02-26 Thread Thomas Dickey
On Sun, Feb 26, 2006 at 03:40:05AM +0100, Simon Budig wrote:
> Package: xterm
> Version: 208-3.1
> Followup-For: Bug #347384

I fixed this in #209, which is not yet packaged.
(repeated followups tend to go to /dev/null).

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


pgpOsfkRfndn9.pgp
Description: PGP signature


Bug#349705: pybluez

2006-02-26 Thread Michal Čihař
Hi all

I just noticed that pybluez appeared in NEW. I already have there
python-bluetooth (although it is not yet on recent version), which
contains the same upstream package :-).

According to Debian Python Policy [1] I think that correct name of
package should be python-bluetooth and not pybluez.

The reason I uploaded is that it will be needed by Wammu that will
hopefully enter archive soon. However I have no need to maintain it
myself (in fact I have no bluetooth devices to test it). So if this
group is going to maintain it, please take over ITP [2] for it.

1. 
http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html
2. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349705

Please CC me on reply as I'm not subscribed to this list.

-- 
Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#352202: CVE-2006-0635: Incorrect parsing of sizeof() may introduce integer overflows

2006-02-26 Thread Romain Francoise
Update about this bug: I notified upstream about it two weeks ago but
nobody seemed to care; the project is pretty much dead upstream.

That being said, I'm not sure that the issue is RC anyway, the problem
remains theoretical and I don't think anyone in their right mind would
use tcc to compile production (i.e. security-sensitive) code...

What do you think?

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#354307: packages.qa.debian.org/m/mydsn.html has weird sorted news

2006-02-26 Thread Jeroen van Wolffelaar
On Sat, Feb 25, 2006 at 01:40:50AM +0100, Micha Lenk wrote:
> Package: qa.debian.org
> Severity: minor
> 
> Hi,
> 
> I discovered that http://packages.qa.debian.org/m/mydns.html shows the
> acceptance of mydns 0.11.0-8 in unstable out of order on top of the list
> of latest news. Since it's the first line I got at a first glance the
> impression that the newest uploaded package of mydns is 0.11.0-8.
> 
> It would be nice to have this fixed and having this news entry displayed
> in order. I don't know whether this is an error affecting more packages.

There are more packages effected, the reason is that now the PTS cannot
have multiple entries of exactly the same second, and that during
conversion, rathern than deleting clashing entries, I left them for now
pending looking a bit better at whether they really are duplicate.

This ruins sorting next to it being a duplicate anyway too.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber & MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#354421: libdbd-sqlite3-perl: fails to add columns using SQL commands

2006-02-26 Thread Krzysztof Krzyzaniak

Christoph Biedl wrote:

Package: libdbd-sqlite3-perl
Version: 1.08-1
Severity: normal

To my big surprise I cannot issue an "ALTER TABLE table ADD" command
using the Perl library.

The sqlite3 command line tool works fine:

$ sqlite3 test2.db
SQLite version 3.2.1
Enter ".help" for instructions
sqlite> CREATE TABLE data (foo INTEGER);
sqlite> ALTER TABLE data ADD bar INTEGER;
sqlite> .schema data
CREATE TABLE data (foo INTEGER, bar INTEGER);

Now the same in a perl script using libdbd-sqlite3-perl:
---
#!/usr/bin/perl -w

use DBI;

use strict;

sub docmd ($);

my $dbh = DBI -> connect('dbi:SQLite:dbname=test.db', '', '') or die;

docmd ('CREATE TABLE data (foo INTEGER)');
docmd ("ALTER TABLE data ADD bar INTEGER");

sub docmd ($) {
my $q = $_[0];
my $sth;
($sth  = $dbh -> prepare ($q)) ||
die "cannot prepare $q: $DBI::errstr";
($sth -> execute ()) ||
die "cannot execute $q: $DBI::errstr";
}
---
This results in:

$ perl -w /tmp/test_sqlite 
DBD::SQLite::db prepare failed: near "ADD": syntax error(1) at dbdimp.c

line 268 at /tmp/test_sqlite line 17.
cannot prepare ALTER TABLE data ADD bar INTEGER: near "ADD": syntax
error(1) at dbdimp.c line 268 at /tmp/test_sqlite line 17.

Please assist. I need the ability to add columns add a later time.



Cannot confirm. Your example:


[EMAIL PROTECTED]:/tmp$ perl ./test.pl
[EMAIL PROTECTED]:/tmp$ sqlite3 test.db
SQLite version 3.2.8
Enter ".help" for instructions
sqlite> .schema data
CREATE TABLE data (foo INTEGER, bar INTEGER);

Please check if DBD::SQLite came from libdbd-sqlite3-perl

  eloy
--
[EMAIL PROTECTED]

   jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej



Bug#354442: tetex-base: purge incomplete

2006-02-26 Thread Bart Martens
Package: tetex-base
Version: 3.0-14
Severity: minor

When purging this package, files are left on the file system.  How to
reproduce:

apt-get install ucf tex-common
ls "/var/lib/ucf/cache/:etc:texdoctk:texdocrc"
apt-get install tetex-base
ls "/var/lib/ucf/cache/:etc:texdoctk:texdocrc"
dpkg --remove ucf tex-common tetex-base
dpkg --purge ucf tex-common
dpkg --purge tetex-base
ls "/var/lib/ucf/cache/:etc:texdoctk:texdocrc"



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



Bug#354443: ITP: gnonlin -- non-linear editing module for gstreamer

2006-02-26 Thread Loïc Minier
Package: wnpp
Severity: wishlist
Owner: Loic Minier <[EMAIL PROTECTED]>

Hi,

 I intend to package gnonlin.

* Package name: gnonlin
  Version : 0.10.0.5
  Upstream Author : Wim Taymans <[EMAIL PROTECTED]>,
Steve Baker <[EMAIL PROTECTED]>,
Edward Hervey <[EMAIL PROTECTED]>
* URL : http://gnonlin.sourceforge.net/
* License : LGPL
  Description : non-linear editing module for gstreamer

 Gnonlin is a set of GStreamer elements to ease the creation of
 non-linear multimedia editors.  It works together with the GStreamer
 multimedia framework to give developers a powerfull and flexible set of
 tools for quickly assembling applications which needs to handle
 non-linear multimedia editing.

 Please note this package is required to build pitivi (#291069).

 I intend to start from the Ubuntu packages and to host the packaging
 files under pkg-gstreamer, maintainers or prospective maintainers are
 welcome.

  Cheers,

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

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#291071: ITP: cupid -- GStreamer based video/audio capture tool

2006-02-26 Thread Loïc Minier
Hi,

On Wed, Jan 19, 2005, Andrew Lau wrote:
> * Package name: cupid
>   Version : 0.0.1

 The package is more or less abandoned upstream, are people still
 interested in this package or can the RFP be closed?

   Cheers,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED



Bug#333052: symbol errors

2006-02-26 Thread C.Y.M
I dont think the problem you are observing is related to module-init-tools.  I
am using the same version and do not see these errors.  IMHO, there is something
wrong with the kernel image you are using.  The best way to solve symbol
problems like that is to use the kernel-package tool and build your own
kernel-image from source.

Another suggestion would be to blacklist the alsa modules (using
/etc/modprobe.d/blacklist) that you are trying to load before you attempt to
manuall insert them.  This way udev/hotplug will not be part of the problem.


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



Bug#350369: *a=$a=*b;${"a"}=*a; gets a segmentation fault

2006-02-26 Thread Brendan O'Dea
forwarded 350369 perl5-porters@perl.org
thanks

On Sun, Jan 29, 2006 at 09:40:23AM +, Neil Turton wrote:
>Package: perl-base
>Version: 5.8.7-10
>
>Perl shouldn't get a segmentation fault on valid or invalid input.  I
>think the following code is valid, even if it is ghastly.  :)
[snip: see http://bugs.debian.org/350369]

In short, the following segfaults:

  $ perl -e '*a=$a=*b; $a=42'
  Memory fault 

I'm assuming that the problem is a circular assignment within the
expression (since '$a=*b; *a=$a; $a=42' doesn't break).

The simple answer is "don't do that".  This would appear never to have
worked (certainly as far back as 5.005 crashes).

--bod


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



Bug#354422: mutt-ng: do not check for new mail while in compose

2006-02-26 Thread Rocco Rutte

* Elimar Riesebieter <[EMAIL PROTECTED]>:


I've got quite a few of imap mailboxes which mutt is dedicated to
monitor, but it started to annoy me too much now when it "slept" for
up to 10 seconds whenever I leave vim while composing an email.
That is why I decided that it will be useful to have that "forced"
check for new mail optional. Please see patch below which provides an
option sidebar_mail_check_compose (yes by default to confirm previous
behavior)


I saw someone talking on IRC about it (was that you? ;-). But I must say 
I really hate the idea of adding a variable "just" for this issue.


Another try: does it help if you change 'buffy_check(1)' to 
'buffy_check(0)'? That would let muttng use it's ordinary $mail_check 
and $imap_mail_check timeouts. Still the problem could happen but there 
likely are more places where muttng is not primarily active so we could 
need more variables for all these types of situations which I'd like to 
avoid.


Can you please try 'buffy_check(0)' and report back?

  bye, Rocco
--
:wq!


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



Bug#354444: tetex-base: Again md5sum not known.

2006-02-26 Thread Roland Gruber
Package: tetex-base
Version: 2.0.2c-9
Severity: grave
Justification: renders package unusable


I get this error when upgrading to tetex-base 3.0-14:

/etc/texmf/map/dvips/context/original-adobe-euro.map: md5sum not known. Exiting

The package cannot be installed.


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

Versions of packages tetex-base depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  dpkg  1.13.13package maintenance system for Deb
ii  ucf   2.005  Update Configuration File: preserv

Versions of packages tetex-base recommends:
pn  tetex-doc  (no description available)


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



Bug#354432: www.debian.org: [debian-i18n] Incorrect Quote in paragraphs with different language

2006-02-26 Thread Jutta Wrage

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 26.02.2006 um 10:42 schrieb Helge Kreutzmann:


for example in section "1: Was ist die GFDL?". The quote is in english
(starting with "The purpose of this License") but the german quote
signs are used.


I am working on blockquotes already. But there is time needed to  
collect the rules for all languages. And I am not sure, if it is  
possible to include all cascading rules without having css size explode.


German rule: Full quoted blocks (normally sentences, too) have to  
have the quotation marks of the language, the quotes block is in. In  
this case, the block is english and should have the english quotation  
marks around the block. Inside the block, english rules should count.


A compromise would be having english citations correctly quoted in  
all languages.


For German language a fix would be:

blockquote, class quote:German quotation marks around the block

blockquote, class quote, lang en: English quotation marks around the  
block

blockquote, class quote, lang en, quote: English quotation marks

Hm... I tried to find a fix already. But there is a selector problem.  
So "wontfix" is correct until all layout blockquote-tags are removed  
at the moment.


greetings

Jutta

- -- 
http://www.witch.westfalen.de

http://witch.muensterland.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkQBn2MACgkQOgZ5N97kHkfunwCcCGTgC5tuk+bZmLvAr0MrrMAa
AbAAoJxRFd2ZdcghJCNNdLRAv8N8jDfb
=JHab
-END PGP SIGNATURE-


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



Bug#354445: powerbtn.sh is called also when resuming from suspend, and causes a shutdown right away

2006-02-26 Thread Enrico Zini
Package: acpid
Version: 1.0.4-5
Severity: normal

Hello,

thanks for packaging acpid!

In my system (ASUS M2000 laptop), after resuming from a suspend I get a
powerbutton event (probably intending to mean that the power has been
switched on).  However, that calls powerbtn.sh which shuts down the
machine right away.

I solved this by changing powerbtn.sh this (very crude) way:

  #!/bin/sh
  # /etc/acpi/powerbtn.sh
  # Initiates a shutdown when the power putton has been
  # pressed.
  
  logger "Power button has been pressed"
  exit 0
  
  if ps -Af | grep -q '[k]desktop' && test -f /usr/bin/dcop
  then
  dcop --all-sessions --all-users ksmserver ksmserver logout 0 2 0 && exit 0
  else
  /sbin/shutdown -h now "Power button pressed"
  fi

Another technique I've heard from another person with the same problem
(Georg Greve, IIRC) is to touch a file on unsuspend and check its age in
powerbtn.sh.  Matthew Garrett told me that that requires extra care, as
a file in /tmp can be created and continuously touched by any user and
that would allow unauthorised people to prevent the machine for shutting
down.

Matthew will probably followup with more insight.


Ciao,

Enrico


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

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

acpid recommends no packages.

-- debconf information:
  acpid/noacpi:
  acpid/modules: ac processor battery button fan thermal


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



Bug#292524: kopete: same problem with up to date version

2006-02-26 Thread Frederik Schwarzer
Package: kopete
Version: 4:3.5.1-2
Followup-For: Bug #292524


Hi,

I have the same problem with the up-to-date version 0.11.1 in sid.
I already purged it and deleted the whole profile but then after one day
working properly it still went broken.
Only ICQ contacts who requires authorisation are affected.
Since I have this problem for about two or three month I wondered if
no one else have it.
Yesterday I installed a new System on another machine and it has the
same problem with another account.
I also have one gentoo box here which doesn't have that problem in the
same version on KDE/kopete.

regards

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

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.1-2core libraries for all KDE applica
ii  libacl1 2.2.34-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.31-1 Extended attribute shared library
ii  libaudio2   1.7-4The Network Audio System (NAS). (s
ii  libc6   2.3.6-2  GNU C Library: Shared libraries an
ii  libfam0 2.7.0-9  Client library to control the FAM 
ii  libfontconfig1  2.3.2-2  generic font configuration library
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libgadu31:1.6+20060215-1 Gadu-Gadu protocol library - runti
ii  libgcc1 1:4.0.2-9GCC support library
ii  libglib2.0-02.8.6-1  The GLib library of C routines
ii  libice6 6.9.0.dfsg.1-4   Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-11The Independent JPEG Group's JPEG 
ii  libmeanwhile1   1.0.2-2  open implementation of the Lotus S
ii  libpcre36.4-1.1  Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libqt3-mt   3:3.3.5-4Qt GUI Library (Threaded runtime v
ii  libsm6  6.9.0.dfsg.1-4   X Window System Session Management
ii  libstdc++6  4.0.2-9  The GNU Standard C++ Library v3
ii  libx11-66.9.0.dfsg.1-4   X Window System protocol client li
ii  libxcursor1 1.1.3-1  X cursor management library
ii  libxext66.9.0.dfsg.1-4   X Window System miscellaneous exte
ii  libxft2 2.1.8.2-3FreeType-based font drawing librar
ii  libxi6  6.9.0.dfsg.1-4   X Window System Input extension li
ii  libxinerama16.9.0.dfsg.1-4   X Window System multi-head display
ii  libxml2 2.6.23.dfsg.2-2  GNOME XML library
ii  libxrandr2  6.9.0.dfsg.1-4   X Window System Resize, Rotate and
ii  libxrender1 1:0.9.0.2-1  X Rendering Extension client libra
ii  libxslt1.1  1.1.15-4 XSLT processing library - runtime 
ii  libxss1 6.9.0.dfsg.1-4   X Screen Saver client-side library
ii  libxt6  6.9.0.dfsg.1-4   X Toolkit Intrinsics
ii  zlib1g  1:1.2.3-9compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi

-- no debconf information


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



Bug#354446: console-setup: French debconf templates translation

2006-02-26 Thread Jean-Luc Coulon (f5ibh)
Package: console-setup
Severity: wishlist
Tags: l10n

Hi,

Please find attached the French debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Regards

Jean-Luc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-k8-7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# French po-debconf translation of console-setup
# Copyright (C) 2006
# This file is distributed under the same license as the console-setup package.
# Jean-Luc Coulon (f5ibh) <[EMAIL PROTECTED]>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-02-15 17:23+0200\n"
"PO-Revision-Date: 2006-02-23 18:12+0100\n"
"Last-Translator: Jean-Luc Coulon (f5ibh) <[EMAIL PROTECTED]>\n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: French\n"
"X-Poedit-Country: FRANCE\n"

#. Type: select
#. Description
#. The languages with many non-ASCII letters should not use formated
#. list.  In you decide to use formated list keep the lines relatively short.
#: ../templates:9
msgid "Codeset for your language environment:"
msgstr "Jeu de caractères correspondant à votre environnement linguistique :"

#. Type: select
#. Description
#: ../templates:9
msgid ""
" - Lat15 covers ISO 8859-1, ISO 8859-15 and ISO 8859-9;\n"
" - Lat2 covers ISO 8859-2, the Euro sign as well as the\n"
"   Romanian letters with comma below;\n"
" - Lat38 covers ISO 8859-3 and ISO 8859-13;\n"
" - Lat7 covers ISO 8859-13;\n"
" - CyrSlav covers the Slavic Cyrillic letters as well as\n"
"   the Serbian Latin letters;\n"
" - Uni1 supports most of the Latin languages, the Slavic\n"
"   Cyrillic languages, Hebrew and barely Arabic;\n"
" - Uni2 supports most of the Latin languages, the Slavic\n"
"   Cyrillic languages and Greek;\n"
" - Uni3 supports most of the Latin and Cyrillic languages."
msgstr ""
" - Lat15 couvre ISO 8859-1, ISO 8859-15 et ISO 8859-9 ;\n"
" - Lat2 couvre ISO 8859-2, le symbole Euro ainsi que les\n"
"   lettres de l'alphabet roumain avec cédille ;\n"
" - Lat38 couvre ISO 8859-3 et ISO 8859-13 ;\n"
" - Lat7 couvre ISO 8859-13 ;\n"
" - CyrSlav couvre les lettres cyrilliques slaves mais\n"
"   aussi les lettres latines serbes ;\n"
" - Uni1 gère la plupart des langues latines, les langues\n"
"   cyrilliques slaves, l'hébreu et à peine l'arabe ;\n"
" - Uni2 gère la plupart des langues latines, les langues\n"
"   cyrilliques slaves et le grec ;\n"
" - Uni3 gère la plupart des langues latines et cyrilliques."

#. Type: select
#. Description
#: ../templates:26
msgid "Keyboard model:"
msgstr "Modèle du clavier :"

#. Type: select
#. Description
#: ../templates:32
msgid "The origin of the keyboard:"
msgstr "Origine du clavier :"

#. Type: select
#. Description
#: ../templates:37
msgid "Keyboard layout:"
msgstr "Disposition du clavier :"

#. Type: select
#. Description
#: ../templates:37
msgid ""
"There are more than one keyboard layouts with the origin you selected. Please "
"select the layout matching your keyboard."
msgstr ""
"Il y a plusieurs dispositions de clavier correspondant à l'origine que vous "
"avez choisie. Veuillez choisir celle qui correspond à votre clavier."

#. Type: note
#. Description
#: ../templates:43
msgid "Unsupported settings in configuration file"
msgstr "Paramètres non gérés dans le fichier de configuration"

#. Type: note
#. Description
#: ../templates:43
msgid ""
"The configuration file /etc/default/console-setup specifies keyboard layout "
"and variant that are not supported by the configuration program.  Because of "
"that no questions about the keyboard layout will be asked and your current "
"configuration will be preserved."
msgstr ""
"Le fichier de configuration /etc/default/console-setup spécifie une "
"disposition et une variante du clavier qui ne sont pas gérées par le "
"programme de configuration. Pour cette raison, aucune information ne vous "
"sera demandée concernant la disposition des touches de votre clavier et votre "
"configuration actuelle sera conservée."

#. Type: select
#. Description
#. The languages with many non-ASCII letters should not use formated
#. list.  In you decide to use formated list keep the lines relatively short.
#: ../templates:55
msgid "Font for the console:"
msgstr "Police de caractères pour la console :"

#. Type: select
#. Description
#: ../templates:55
msgid "Please choose the font face you would like to use on Linux console."
msgstr ""
"Veuillez indiquer le type de police que vous désirez utiliser pour la console "
"Linux en mode texte."

#. Type: select
#. Description
#: ../templates:55
msgid ""
" - VGA is traditionally looking and has medium coverage\n"
"   of i

Bug#341192: spe: New upstream version for quite some time

2006-02-26 Thread Ronan Paixao
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ronan Paixao <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: spe: New upstream version for quite some time
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Sun, 26 Feb 2006 09:41:33 -0300

Package: spe
Version: 0.7.5c-1
Followup-For: Bug #341192

There's been a newer upstream version for quite some time (and some
versions). There's even a .deb file in SPE's site download section.
Why isn't the repository updated with the latest version?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages spe depends on:
pn  kiki   (no description available)
ii  python 2.3.5-5   An interactive high-level
object-o
ii  python-wxglade 0.3.5.cvs20050824-0.2 GUI designer written in
Python wit
ii  python-wxgtk2.62.6.1.2   wxWidgets Cross-platform
C++ GUI t

spe recommends no packages.



___
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com



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



Bug#349705: [Pkg-bluetooth-maintainers] pybluez

2006-02-26 Thread Filippo Giunchedi
On Sun, Feb 26, 2006 at 12:51:17PM +0100, Michal Čihař wrote:
> Hi all
> 
> I just noticed that pybluez appeared in NEW. I already have there
> python-bluetooth (although it is not yet on recent version), which
> contains the same upstream package :-).

whops! :-) that's timely!

> 
> According to Debian Python Policy [1] I think that correct name of
> package should be python-bluetooth and not pybluez.

that seems sensible, although bluez is not the only bluetooth stack available
for linux (okay, it is included in vanilla kernels). Note that only the source
package is named pybluez, binary packages are python{,2.3,2.4}-bluez.

but yes, I would consider adding a python-bluetooth metapackage which depends on
python-bluez, just to be consistent with the recent bluez/bluetooth renaming
stuff.

> 
> The reason I uploaded is that it will be needed by Wammu that will
> hopefully enter archive soon. However I have no need to maintain it
> myself (in fact I have no bluetooth devices to test it). So if this
> group is going to maintain it, please take over ITP [2] for it.

It is fine with me, if you have no need to maintain/test it! pkg-bluetooth is
supposed to take care of bluetooth package :)

I plan to get both packages (or only python-bluetooth?) removed from NEW and
then upload a new version of python-bluez with the above issues corrected.

albert: I'm going to close the ITP in the changelog and add python-bluetooth
depending on python-bluez, then upload 0.6.1-2

thanks,
filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
-- Brian W. Kernighan


signature.asc
Description: Digital signature


Bug#349705: [Pkg-bluetooth-maintainers] pybluez

2006-02-26 Thread Michal Čihař
Hi

On Sun, 26 Feb 2006 13:38:35 +0100
Filippo Giunchedi <[EMAIL PROTECTED]> wrote:

> On Sun, Feb 26, 2006 at 12:51:17PM +0100, Michal Čihař wrote:
> > According to Debian Python Policy [1] I think that correct name of
> > package should be python-bluetooth and not pybluez.
> 
> that seems sensible, although bluez is not the only bluetooth stack available
> for linux (okay, it is included in vanilla kernels). Note that only the source
> package is named pybluez, binary packages are python{,2.3,2.4}-bluez.

I missed the python- prefix, sorry.

> but yes, I would consider adding a python-bluetooth metapackage which depends 
> on
> python-bluez, just to be consistent with the recent bluez/bluetooth renaming
> stuff.

If you want python-bluez, it should be reverse, quoting from Debian
Python Policy:

A package with a name python-foo will always provide the module foo for
the default Debian Python version of the distribution.

So module (which name is bluetooth) itself should be in
python*-bluetooth. And I don't think second package is needed. Or is
there plan to rename module to bluez? I hope it is not :-).

> I plan to get both packages (or only python-bluetooth?) removed from NEW and
> then upload a new version of python-bluez with the above issues corrected.

Okay for me.

-- 
Michal Čihař | http://cihar.com


signature.asc
Description: PGP signature


Bug#354447: munin-node: please include openvpn plugin

2006-02-26 Thread Micah Anderson
Package: munin-node
Version: 1.2.4-1
Severity: wishlist

There is a plugin for openvpn located here:

http://rodolphe.quiedeville.org/hack/openvpn

would be nice if it were added to the package!


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages munin-node depends on:
ii  adduser  3.84Add and remove users and groups
ii  libnet-server-perl   0.90-1  An extensible, general perl server
ii  lsb-base 3.0-15  Linux Standard Base 3.0 init scrip
ii  perl 5.8.8-2 Larry Wall's Practical Extraction 
ii  procps   1:3.2.6-2.1 /proc file system utilities

Versions of packages munin-node recommends:
pn  libnet-snmp-perl   (no description available)

-- no debconf information


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



Bug#354448: evolution: Freezes when adding a To: address from dialog

2006-02-26 Thread Vincent Lönngren
Package: evolution
Version: 2.4.2.1-1
Severity: normal

>From the composer, klicking on To: brings up a dialog for choosing one 
or more addresses from the adress book. Double clicking on one of the 
addresses hangs Evolution almost every time. Single clicking it and 
using the Add -> button works.

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

Versions of packages evolution depends on:
ii  evolution-dat 1.4.2.1-1  evolution database backend server
ii  gconf22.12.1-9   GNOME configuration database syste
ii  gnome-icon-th 2.12.1-2   GNOME Desktop icon theme
ii  gtkhtml3.83.8.1-1HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.10.1-2   The Bonobo UI library
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libcamel1.2-6 1.4.2.1-1  The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libcompfaceg1 1:1.5.2-3  Compress/decompress images for mai
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libebook1.2-5 1.4.2.1-1  Client library for evolution addre
ii  libecal1.2-3  1.4.2.1-1  Client library for evolution calen
ii  libedataserve 1.4.2.1-1  Utility library for evolution data
ii  libedataserve 1.4.2.1-1  GUI utility library for evolution 
ii  libesd-alsa0  0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig 2.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.8-1GNOME Accessibility Implementation
ii  libgail17 1.8.8-1GNOME Accessibility Implementation
ii  libgconf2-4   2.12.1-9   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgnome-keyr 0.4.6-2GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.4 Support libraries for gnome-pilot
ii  libgnome2-0   2.12.0.1-5 The GNOME 2 library - runtime file
ii  libgnomecanva 2.12.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.12.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.12.2-5   GNOME virtual file-system (runtime
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libgtkhtml3.8 3.8.1-1HTML rendering/editing library - r
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libldap2  2.1.30-12  OpenLDAP libraries
ii  libnspr4  2:1.7.12-1.1   Netscape Portable Runtime Library
ii  libnss3   2:1.7.12-1.1   Network Security Service Libraries
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpisock80.11.8-18  Library for communicating with a P
ii  libpisync00.11.8-18  Synchronization library for PalmOS
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libsoup2.2-8  2.2.7-2an HTTP library implementation in 
ii  libtasn1-20.2.17-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii 

Bug#341192: spe: New upstream version for quite some time

2006-02-26 Thread Matthias Klose
Ronan Paixao writes:
> There's been a newer upstream version for quite some time (and some
> versions). There's even a .deb file in SPE's site download section.
> Why isn't the repository updated with the latest version?

a deb is not a source package. I'm currently in contact with the
upstream author, so that we can provide

 - a source package, which doesn't include the sources twice.
 - a source package, which doesn't remove the help files, examples and
   other things, so that the package doesn't build anymore.

Stani, will have such a release, or will we have to live with the
current state?

Thanks, Matthias


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



Bug#352448: [Liferea-devel] Re: Bug#352448: liferea: Correction of a phrase in pt_BR

2006-02-26 Thread Felipe Almeida Lessa
On 2/13/06, Lars Lindner <[EMAIL PROTECTED]> wrote:
> Fixed in CVS branch for 1.0.5

Sorry, but no, it has not been fixed. I'm using 1.0.5 (package version
1.0.5-1) and the message now is

"O conteúdo de "%s" não foi modificado desde á última atualização"

But it should be

"O conteúdo de "%s" não foi modificado desde a última atualização"

> Lars

Thanks for your attention,
Felipe.

--
"Quem excele em empregar a força militar subjulga os exércitos dos outros
povos sem travar batalha, toma cidades fortificadas dos outros povos sem as
atacar e destrói os estados dos outros povos sem lutas prolongadas. Deve
lutar sob o Céu com o propósito primordial da 'preservação'. Desse modo suas
armas não se embotarão, e os ganhos poderão ser preservados. Essa é a
estratégia para planejar ofensivas."

  -- Sun Tzu, em "A arte da guerra"


Bug#354430: debarchiver: to have default major specified in command line

2006-02-26 Thread Ola Lundqvist
Hi Yaroslav

Thanks a lot for this patch. I'll incorporate it now with the differece
that --major will be called --majordefault.

I'll also add this to the config file for documentation of that feature.

Regards,

// Ola

On Sun, Feb 26, 2006 at 02:58:25AM -0500, Yaroslav Halchenko wrote:
> Package: debarchiver
> Severity: wishlist
> Tags: patch
> 
> Dear Ola,
> 
> I am sorry to bring this question again, and sorry that I haven't
> filed a wishlist bug to begin with ;-)
> 
> Below you can find a patch which provides a very simple feature:
> overriding hard-coded default major ('main') with the one provided in
> command line (if any). The reason I need to change a major
> (main/non-free/etc) is simple.  Since my repository is a temporary
> storage for some packages which are in the future to be duploaded, I
> don't want to tune .changes files in any way. That is why I came up
> with a tiny patch to debarchiver which takes care about overriding the
> default major, and now I can organize packages in different majors:
> 
> # local -- localy used packages (of limited interest/access for outside 
> people)
> # alianed -- packages which are simply alianed rpms
> # perspect -- perspective Debian packages, which can appear in Debian
> main repository and present here temporarily for testin
> # backport -- repackaged versions of official Debian packages
> 
> And depending on who is using my repository, he might choose to use
> only specific majors in his /etc/apt/sources.list line
> 
> Please consider the patch if you think it might be useful for anyone
> else
> 
> --- debarchiver/src/debarchiver.pl2005-08-21 15:10:55.0 -0400
> +++ debarchiver-0.4.1-y1/src/debarchiver.pl   2005-09-12 14:49:41.0 
> -0400
> @@ -90,6 +90,9 @@
>  
>  @sections = ('main', 'contrib', 'non-free');
>  
> +# Default major
> +$majordefault = 'main';
> +
>  @mailtos = ();
>  
>  @ARGS1 = @ARGV;
> @@ -206,6 +209,7 @@
>This can be used to move away the old packages to
>some other place.
>   --instcmd   DEPRICATED!
> + --major sectionMajor to use if undefined (default: main)
>   -d | --dest dir Destination directory. The base directory where 
> all
>--destdir dir   the distribution packages reside. Here the
>\$distrib/\$major/\$arch/\$section directory structure
> @@ -250,6 +254,7 @@
>  "(relative to input dir) that will be read before the arguments to this 
> program
>  will be parsed. Here you can change the following variables
>   \$destdir   The destination directory (see --destdir above).
> + \$majordefault  Default major (see --major above).
>   \$inputdir  The input directory (no effect in $inputconfigfile).
>  \$cachedir   The cache directory for apt-ftparchive, used if
>   --index is used.
> @@ -323,6 +328,10 @@
>   $destdir = shift @ARGS2;
>   $destdir =~ s/\/$//;
>   }
> + elsif (/^--major$/) {
> + $majordefault = shift @ARGS2;
> + $majordefault =~ s/\/$//;
> + }
>   elsif (/^--cachedir$/) {
>   $cachedir = shift @ARGS2;
>   }
> @@ -1648,7 +1657,7 @@
>  if ($section =~ /^\s*$/) {
>   # on the foo form.
>   $section = $major;
> - $major = "main";
> + $major = $majordefault;
>  }
>  return ($major, $section);
>  }
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.13.4
> Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
> 
> 
> --Yarik
> 
> 

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


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



Bug#291069: ITP: pitivi -- GStreamer based non-linear audio/video editing software

2006-02-26 Thread Loïc Minier
owner 291069 !
retitle 291069 ITP: pitivi -- GStreamer based non-linear audio/video editing 
software
stop

On Wed, Jan 19, 2005, Andrew Lau wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: pitivi
>   Version : 0.1.1
>   Upstream Author : European Institute of Technology
> * URL : http://www.pitivi.org/
> * License : GPL
>   Description : GStreamer based non-linear audio/video editing software
> 
> *** DRAFT (i.e. will rewrite later) ***
> 
> Pitivi is a new application using the GStreamer multimedia framework to
> manipulate a large sort of multimedia sources,
> 
> At this level of development it can be compared to a classic video
> editing software. 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.9-2-k7
> Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
> 
> -- 
> ---
>   Andrew "Netsnipe" Lau   
>  Debian GNU/Linux Maintainer & UNSW Computing Students' Society President
>-
> "Nobody expects the Debian Inquisition!
>  Our two weapons are fear and surprise...and ruthless efficiency!"
> ---



On Wed, Jun 29, 2005, Free Ekanayaka wrote:
> Hi,
> 
> I'm interested on this application too.  How's going the packaging? Do
> you need help with it?
> 
> Thanks,
> 
> Free
> 
> 
> 
> 

On Mon, Aug 29, 2005, Sven Mueller wrote:
> If so: Do you need help with it?
> If not: Could you retitle the bug to "RFP: pitivi -- GStreamer based
> non-linear audio/video editing software"?
> 
> To do the latter, send an email to [EMAIL PROTECTED] with the
> following content:
> - cut here --
> Package wnpp
> retitle 291069 RFP: pitivi -- GStreamer based non-linear audio/video
> editing software
> thanks
> - cut here --
> 
> Obviously, the second and third line should be one line.
> 
> Wether you are still working on it or not, please reply within 3 weeks,
> otherwise I will retitle the bug myself, indicating that anyone may take
> over. Since you don't seem to have replied to Free Ekanayaka (whom I
> CC'ed this mail to) for almost exactly two months, I assume you are
> either not interested anymore or missing in action. PLEASE prove me wrong.
> 
> regards,
> Sven



On Tue, Aug 30, 2005, Andrew Lau wrote:
> I've withdrawn my ITP now. Sorry for the delay getting back to you. I've
> been snowed in with uni work for the last month.
> 
> Cheers,
> Andrew Lau
> 
> On Tue, Aug 30, 2005 at 02:05:15AM +0200, Sven Mueller wrote:
> > Hi.
> > 
> > I sent this to your ITP bug and noticed you might not receive it, since
> > you are the reporter but not the owner of the bug. So just to make sure
> > you will receive this mail, I mail it directly to you again. If you
> > answer, please follow the Reply-To header I set, i.e. reply to
> > [EMAIL PROTECTED] (since I subscribed to that bug, I will receive
> > your answer).
> > 
> > = begin forwarded mail 
> > 
> > If so: Do you need help with it?
> > If not: Could you retitle the bug to "RFP: pitivi -- GStreamer based
> > non-linear audio/video editing software"?
> > 
> > To do the latter, send an email to [EMAIL PROTECTED] with the
> > following content:
> > - cut here --
> > Package wnpp
> > retitle 291069 RFP: pitivi -- GStreamer based non-linear audio/video
> > editing software
> > thanks
> > - cut here --
> > 
> > Obviously, the second and third line should be one line.
> > 
> > Wether you are still working on it or not, please reply within 3 weeks,
> > otherwise I will retitle the bug myself, indicating that anyone may take
> > over. Since you don't seem to have replied to Free Ekanayaka
> > ([EMAIL PROTECTED], whom I CC'ed this mail to) for almost exactly two
> > months, I assume you are either not interested anymore or missing in
> > action. PLEASE prove me wrong.
> > 
> > regards,
> > Sven
> 
> 
> 
> -- 
> ---
>  Andrew "Netsnipe" Lau
>Debian GNU/Linux Maintainer & Computer Science, UNSW
>-
> "Nobody expects the Debian Inquisition!
>  Our two weapons are fear and surprise...and ruthless efficiency!"
> ---



On Wed, Aug 31, 2005, Andrew Lau wrote:
> retitle 181506 RFP: gnumexp -- math computation environment for GNOME
> retitle 291069 RFP: pitivi -- GStreamer based non-linear audio/video editing 
> software
> retitle 291071 RFP: cupid -- GStreamer based video/audio capture tool
> retitle 303600 RFP: gnome-power-manager -- tool for user configurat

Bug#349705: [Pkg-bluetooth-maintainers] pybluez

2006-02-26 Thread Filippo Giunchedi
On Sun, Feb 26, 2006 at 01:46:43PM +0100, Michal Čihař wrote:
> > but yes, I would consider adding a python-bluetooth metapackage which 
> > depends on
> > python-bluez, just to be consistent with the recent bluez/bluetooth renaming
> > stuff.
> 
> If you want python-bluez, it should be reverse, quoting from Debian
> Python Policy:
> 
> A package with a name python-foo will always provide the module foo for
> the default Debian Python version of the distribution.

mmh that's tricky, CC'ing debian-python.

my rationale behind python-bluez is that bluez is not the only bluetooth stack
for linux, indeed the bluetooth metapackage is provided to support not only
bluez.
I'm not sure what is the right way to go for python-bluetooth, following the
same scheme as packages it would be:

python-bluetooth: depends python-bluez (and possibly others)
python-bluez: depends python2.3-bluez (or python2.4-bluez RSN)

this would require every python bluetooth stack binding to provide the
"bluetooth" module (thus honouring the python policy) and of course being
uninstallable at the same time (which IMO is fine, as one wants to use only one
bluetooth stack a time)

thanks,
filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

What a strange illusion it is to suppose that beauty is goodness.
-- Lev Tolstoj


signature.asc
Description: Digital signature


Bug#348411: kdesvn dcop and menu entry error: I can reproduce this

2006-02-26 Thread Martin Steigerwald

Hello,

I can reproduce this on my IBM ThinkPad T23 with Pentium 3 1.13GHz with 
Debian Etch/Sid using KDE 3.5.1 and 
 
 [EMAIL PROTECTED]:~ -> dpkg -l | grep kdesvn 
 ii  kdesvn  0.7.3-1 subversion client 
with tight KDE integration 
 ii  kdesvn-kio-plugins  0.7.3-1 subversion I/O slaves 
for KDE 

See my detailed comment:

http://bugs.kde.org/show_bug.cgi?id=122020

I am trying the workaround described in that bug now as this behavior 
turns out to be quite annoying over time.

Regards,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


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



Bug#354449: parameters not checked properly

2006-02-26 Thread Nico Golde
Package: ccal
Version: 3.5-7
Severity: important
Hi,
please check the parameters given to ccal properly or you'll 
get segfaults or strange behaviour.
Try this: 
Here is a backtrace of ccal 12 999
i = 0x6
m = 0xa5f0
y = 0x7d6
t = 0x4401aa97
lt = 
c = 
optarg = 0x804b960 "U\211å\203ì\030\211]ôèO"
calopt = 
s = 
status = 0xb7fabff4
colorfile = (FILE *) 0x6
fg = {0x0, 0x1, 0x7, 0xd, 0x0, 0x7, 0x0, 0x4}
bg = {0x2, 0x3, 0x1, 0x1, 0x2, 0x6, 0xf, 0xf}
Regards Nico

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

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

ccal recommends no packages.

-- no debconf information

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


signature.asc
Description: Digital signature


Bug#336344: (no subject)

2006-02-26 Thread Julien Goodwin
This bug should be able to be closed as fixed in version 0.79.
Ref:
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2005-2977

Thanks,
Julien



signature.asc
Description: OpenPGP digital signature


Bug#354450: by default, replog files can be read by anyone

2006-02-26 Thread Cedric Delfosse
Package: slapd
Version: 2.2.26-5
Severity: normal

Install and configure slapd with debconf, and then enable the replog option in 
slapd.conf.

By default, the replog file is created with mode 644, and can be read by anyone 
(/var/lib/ldap is 644 too).

The slapd initscript should detect this and send a warning, or maybe a note to 
the default slapd.conf should be added.

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

Versions of packages slapd depends on:
ii  coreutils [fileutils] 5.93-5 The GNU core utilities
ii  debconf   1.4.70 Debian configuration management sy
ii  fileutils 5.93-5 The GNU file management utilities 
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libiodbc2 3.52.4-2   iODBC Driver Manager
ii  libldap-2.2-7 2.2.26-5   OpenLDAP libraries
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  libperl5.85.8.8-2Shared Perl library
ii  libsasl2  2.1.19-1.7 Authentication abstraction library
ii  libslp1   1.2.1-3OpenSLP libraries
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  perl [libmime-base64-perl]5.8.8-2Larry Wall's Practical Extraction 
ii  psmisc22.1-1 Utilities that use the proc filesy

Versions of packages slapd recommends:
ii  db4.2-util4.2.52-23  Berkeley v4.2 Database Utilities
pn  libsasl2-modules   (no description available)

-- debconf information:
  slapd/fix_directory: true
* shared/organization: MAFIA
  slapd/upgrade_slapcat_failure:
* slapd/backend: LDBM
* slapd/allow_ldap_v2: false
* slapd/no_configuration: false
* slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
* slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: linbox.com
  slapd/password_mismatch:
* slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
* slapd/dump_database: when needed
* slapd/migrate_ldbm_to_bdb: false
* slapd/purge_database: false


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



Bug#354451: bash: Window size is wrong until the first command has run

2006-02-26 Thread Guillaume Melquiond
Package: bash
Version: 3.1-2
Severity: minor

When bash is run in an X11 window, it does not update the size of the 
terminal until the first command has been run or until it receives a 
sigwinch. This can be seen by launching a new terminal emulator and 
typing a long command first; the line will not wrap correctly at the 
right end of the window. I first thought it was some kind of race 
condition with gnome-terminal; but since it happened with all the 
terminal emulators I tried (rxvt and xterm for example), this is more 
likely a problem in bash. Or is it an issue with ncurses?

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

Versions of packages bash depends on:
ii  base-files3.1.10 Debian base system miscellaneous f
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information


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



Bug#352448: [Liferea-devel] Re: Bug#352448: liferea: Correction of a phrase in pt_BR

2006-02-26 Thread Lars Lindner
Am Sonntag, den 26.02.2006, 09:50 -0300 schrieb Felipe Almeida Lessa:
> On 2/13/06, Lars Lindner <[EMAIL PROTECTED]> wrote:
> > Fixed in CVS branch for 1.0.5
> 
> Sorry, but no, it has not been fixed. I'm using 1.0.5 (package version
> 1.0.5-1) and the message now is
> 
> "O conteúdo de "%s" não foi modificado desde á última atualização"
> 
> But it should be
> 
> "O conteúdo de "%s" não foi modificado desde a última atualização"

Sorry, I manually fixed it and missed the difference between
the 'a' and the 'á'. Now I just copied the literal you specified
above. Will be released with 1.0.7 soon.

Lars



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



Bug#337014: zile: Odd output when quitting editor

2006-02-26 Thread Reuben Thomas

On Sun, 26 Feb 2006, Loïc Minier wrote:


   Hi,

This is a followup for Debian bug .

On Wed, Nov 02, 2005, Reuben Thomas wrote:

Whenever I quit zile I get odd output like this:
[EMAIL PROTECTED]:~$ zile
[?1036;[EMAIL PROTECTED]:~$
Note the '[?1036;l' before my standard prompt.

This string is the one that Zile outputs in term_close in term_ncurses.c
to reset the Meta key in an xterm. It only happens if TERM=xterm. Which
terminal emulator are you using? I'm guessing it's something that claims
to be xterm but doesn't understand this sequence...sigh...


The bug reports state that a workaround was added to zile, can someone
give me the raw sequence (preferably in the form of an "echo ..." line
for me to reproduce the bug?


The raw sequence was:
printf("\033[?1036;l"); /* Reset Meta key */

Bug#354452: Please put localversion file into kernel-headers

2006-02-26 Thread Nikita V. Youshchenko
Package: kernel-package
Version: 10.035
Severity: normal

When kernel version string is calculated, contents of localversion*
files is appended to it.

But these localversion* files are not copied to kernel-headers package.

As result, if localversion contained nonempty string at kernel build time,
modules built against /usr/src/linux-headers-... get incorrect version
string.

-- System Information:
Debian Release: 3.1
  APT prefers proposed-updates
  APT policy: (640, 'proposed-updates'), (640, 'stable'), (620, 
'testing-proposed-updates'), (620, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages kernel-package depends on:
ii  dpkg  1.10.28Package maintenance system for Deb
ii  dpkg-dev  1.10.28Package building tools for Debian
ii  file  4.12-1 Determines file type using "magic"
ii  gcc [c-compiler]  4:3.3.5-3  The GNU C compiler
ii  gcc-2.95 [c-compiler] 1:2.95.4-22The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.5-13 The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.3-13   The GNU C compiler
ii  gettext   0.14.4-2   GNU Internationalization utilities
ii  make  3.80+3.81.b4-1 The GNU version of the "make" util
ii  perl  5.8.4-8sarge3  Larry Wall's Practical Extraction 
ii  po-debconf0.8.23 manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2 1.0.2-7high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.5-13   GNU C Library: Development Librari

-- no debconf information


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



Bug#354355: New debian sympa package

2006-02-26 Thread Stefan Hornburg
Jean Charles Delepine wrote:
> Package: sympa
> Version: 5.1.2-cvs.20060224-0.1
> Severity: wishlist
> 
> Hello,
> 
> Please have a look to 
> 
> deb http://ldap.u-picardie.fr/~delepine/APT/sympa ./ 
> deb-src http://ldap.u-picardie.fr/~delepine/APT/sympa ./
> 
> It install and upgrade fine if mysql is used. Postgres is in the
> same state as in the old package.
> 
> 5.1.2-cvs.20060224-0.1 is based on sympa's stable cvs branch (only
> bugs fixes over 5.1.2), it's a good candidate for a long waited upload 
> to unstable.
> 
> I'd like to co-maintain this package with you. 

I already fixed a couple of issues for 5.1.2 in my private source tree.
I'll browse through your package and merge our efforts real soon now.

Thanks for your effort.

Bye
Racke


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



Bug#354453: [EMAIL PROTECTED]: [PATCH] powerpc: vdso 64bits gettimeofday bug]

2006-02-26 Thread Sven Luther
Package: linux-2.6

- Forwarded message from Benjamin Herrenschmidt <[EMAIL PROTECTED]> -

Subject: [PATCH] powerpc: vdso 64bits gettimeofday bug
From: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
To: Andrew Morton <[EMAIL PROTECTED]>, Linus Torvalds <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>, Olaf Hering <[EMAIL PROTECTED]>,
linuxppc-dev list <[EMAIL PROTECTED]>,
linuxppc64-dev <[EMAIL PROTECTED]>,
Greg KH <[EMAIL PROTECTED]>, David Woodhouse <[EMAIL PROTECTED]>,
Sven Luther <[EMAIL PROTECTED]>
Date: Sun, 26 Feb 2006 08:09:00 +1100
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: Evolution 2.5.91 

A bug in the assembly code of the vdso can cause gettimeofday() to hang
or to return incorrect results. The wrong register was used to test for
pending updates of the calibration variables and to create a dependency
for subsequent loads. This fixes it.

Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
---

Might be worth applying to the stable series too and/or distro kernels
2.6.15 and later

--- linux-work.orig/arch/powerpc/kernel/vdso64/gettimeofday.S   2006-02-26 
08:02:57.0 +1100
+++ linux-work/arch/powerpc/kernel/vdso64/gettimeofday.S2006-02-26 
08:04:23.0 +1100
@@ -225,9 +225,9 @@
   .cfi_startproc
/* check for update count & load values */
 1: ld  r8,CFG_TB_UPDATE_COUNT(r3)
-   andi.   r0,r4,1 /* pending update ? loop */
+   andi.   r0,r8,1 /* pending update ? loop */
bne-1b
-   xor r0,r4,r4/* create dependency */
+   xor r0,r8,r8/* create dependency */
add r3,r3,r0
 
/* Get TB & offset it */


---
Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
Aucun virus connu a ce jour par nos services n'a ete detecte.




- End forwarded message -



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



Bug#351540: zeroconf overwrites static ip address for eth0

2006-02-26 Thread Peter Salisbury
Package: zeroconf
Followup-For: Bug #351540

zeroconf was installed automatically and caused various network 
problems because it overwrites the ip address and broadcast address 
for eth0.
This interface was configured in /etc/network/interfaces as static so 
should not be overwritten. 
Installing zeroconf should give a warning if this is the expected 
behaviour.
Because it was installed automatically (via a recommends) it took me a 
long while to find the problem.

ATB, Peter

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#351540: zeroconf overwrites static ip address for eth0

2006-02-26 Thread peterthevicar
Package: zeroconf
Followup-For: Bug #351540

zeroconf was installed automatically and caused various network 
problems because it overwrites the ip address and broadcast address 
for eth0.
This interface was configured in /etc/network/interfaces as static so 
should not be overwritten. 
Installing zeroconf should give a warning if this is the expected 
behaviour.
Because it was installed automatically (via a recommends) it took me a 
long while to find the problem.

ATB, Peter

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#354451: bash: Window size is wrong until the first command has run

2006-02-26 Thread Thomas Dickey
On Sun, Feb 26, 2006 at 02:50:11PM +0100, Guillaume Melquiond wrote:
> Package: bash
> Version: 3.1-2
> Severity: minor

this is a duplicate...
 
> When bash is run in an X11 window, it does not update the size of the 
> terminal until the first command has been run or until it receives a 
> sigwinch. This can be seen by launching a new terminal emulator and 
> typing a long command first; the line will not wrap correctly at the 
> right end of the window. I first thought it was some kind of race 
> condition with gnome-terminal; but since it happened with all the 
> terminal emulators I tried (rxvt and xterm for example), this is more 
> likely a problem in bash. Or is it an issue with ncurses?

bash (it's not using any relevant features from ncurses).

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


pgpOT9aPb38c4.pgp
Description: PGP signature


Bug#354454: Spelling errors in the man page

2006-02-26 Thread Florian Zumbiehl
Package: sipsak
Version: 0.9.6-1

Attached you find a diff correcting a bunch of spelling mistakes in the
man page - including a few things I wasn't quite sure how to correct,
so please have a close look before applying ;-)
--- sipsak.1.orig   2006-01-28 22:11:34.0 +0100
+++ sipsak.12006-02-26 15:11:21.0 +0100
@@ -71,7 +71,7 @@
 .IP "- message mode (-M)"
 Sends a short message (similar to SMS from the mobile phones) to a given 
target. With the option
 .BR -B
-the content of the MESSAGE can be set. Usefull might be the options
+the content of the MESSAGE can be set. Useful might be the options
 .BR -c
 and
 .BR -O
@@ -79,7 +79,7 @@
 .IP "- usrloc mode (-U)"
 Stress mode for SIP registrar. 
 .B sipsak
-keeps registering to a SIP server at high pace. Additionaly the registrar
+keeps registering to a SIP server at high pace. Additionally the registrar
 can be stressed with the 
 .BR -I
 or the
@@ -117,12 +117,12 @@
 .IP "-a, --password PASSWORD"
 With the given 
 .I PASSWORD
-an authentication will be tryed on received '401 Unauthorized'. Authorization
-will be tryed on time. If this option is omitted an authorization with an
-empty password ("") will be tryed. If the password is equal to 
+an authentication will be tried on received '401 Unauthorized'. 
Authorization(Authentication?)
+will be tried on time(? one time?). If this option is omitted an 
authorization(authentication?) with an
+empty password ("") will be tried. If the password is equal to 
 .I -
 the password will be read from the standard input (e.g. the keyboard). This
-prevents other users on the same host from seeing the password the password
+prevents other users on the same host from seeing the password
 in the process list.
 .B NOTE:
 the password still can be read from the memory if other users have access to
@@ -135,7 +135,7 @@
 .BR -v 
 were given this option will be ignored.
 
-.IP "-b, --apendix-begin NUMBER"
+.IP "-b, --appendix-begin NUMBER"
 The starting number which is appended to the user name in the usrloc mode.
 This 
 .I NUMBER
@@ -155,8 +155,8 @@
 .B sipsak
 runs in the message mode (initiated with the
 .BR -M
-option). This is helpfull to present the receiver of a MESSAGE a meaningfull
-and usable address to where maybe even responses can be send.
+option). This is helpful to present the receiver of a MESSAGE a meaningful
+and usable address to where maybe even responses can be sent.
 
 .IP "-C, --contact SIPURI"
 This is the content of the Contact header in the usrloc mode. This allows
@@ -174,7 +174,7 @@
 
 .IP "-d, --ignore-redirects"
 If this option is set all redirects will be ignored. By default without this 
-option received redirects will be respected. This option is automaticly 
+option received redirects will be respected. This option is automatically 
 activated in the randtrash mode and in the flood mode.
 
 .IP "-D, --timeout-factor NUMBER"
@@ -188,7 +188,7 @@
 The ending number which is appended to the user name in the usrloc mode.
 This number is increased until it reaches this ending
 .I number.
-In the flood mode this is the maximum number of messages which will be send. 
+In the flood mode this is the maximum number of messages which will be sent. 
 If omitted the default value is 2^31 (2147483647) in the flood mode.
 
 .IP "-E, --transport STRING"
@@ -211,7 +211,7 @@
 .I -
 the file is read from standard input, e.g. from the keyboard or a pipe.
 Please note that the manipulation functions (e.g. inserting Via header)
-are only tested with RFC conform requests. Additionaly special strings
+are only tested with RFC conform requests. Additionally special strings
 within the file can be replaced with some local or given values (see 
 .BR -g
 and
@@ -219,7 +219,7 @@
 for details).
 
 .IP "-F, --flood-mode"
-This options activates the flood mode. In this mode OPTIONS requests with
+This option activates the flood mode. In this mode OPTIONS requests with
 increasing CSeq numbers are sent to the server. Replies are ignored --
 source port 9 (discard) of localhost is advertised in topmost Via.
 
@@ -229,10 +229,10 @@
 is available it will print out a help message with the available long options.
 
 .IP "-g, --replace-string STRING"
-Activates the replacement of $replace$ within the request (usualy read 
+Activates the replacement of $replace$ within the request (usually read 
 in from a file) with the
 .I STRING.
-Alternatively you can also specify a list of attribute and values.
+Alternatively you can also specify a list of attributes and values.
 This list has to start and end with a non alpha-numeric character. The
 same character has to be used also as seperator between the attribute and
 the value and between new further attribute value pairs. The string
@@ -240,9 +240,9 @@
 
 .IP "-G, --replace"
 Activates the automatic replacement of the following variables in the
-request (usualy read in from a file):
+request (usually read in from a file):
 .B $dsthost$ 
-will be replaced by with the

Bug#354455: dosemu: displays error "cannot touch"

2006-02-26 Thread Bart Martens
Package: dosemu
Version: 1.2.2-2
Severity: minor
Tags: patch

How to reproduce: Use dosemu for the first time.  Or, "rm -rf ~/.dosemu"
and then start dosemu.  This is the error message:

touch: cannot touch `/home/bart/.dosemu/stamp-dosemu': No such file or directory

--- orig/dosemu-1.2.2/dist/dosemu   2006-02-18 14:08:37.0 +0100
+++ dosemu-1.2.2/dist/dosemu2006-02-26 15:00:54.0 +0100
@@ -75,6 +75,8 @@
   fi
 }
 
+mkdir -p ~/.dosemu
+
 unset XFLAG
 if [ "`basename $ARG0`" = "xdosemu" ]; then
   if [ -n "$DUMBTERM" ]; then


Bug#354456: sbuild: variables mispelled in debug statements

2006-02-26 Thread Adeodato Simó
Package: sbuild
Version: 0.39
Severity: minor
Tags: patch

Hi,

  while trying to debug some sbuild trouble, I discovered the typos
  fixed in the attached patch.

  Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Enrique Bunbury - Mundo feliz
--- /usr/bin/sbuild
+++ /usr/bin/sbuild
@@ -323,7 +323,7 @@
$main::pkg_status = "skipped";
goto cleanup_close;
}
-   print PLOG "Setting up chroot $main::distribtion (session id 
$main::scroot_session)\n"
+   print PLOG "Setting up chroot $main::distribution (session id 
$main::schroot_session)\n"
if $main::debug;
get_schroot_info($main::schroot_session);
setup_options($main::schroot_session);


Bug#354458: Kernel panic after upgrading initramfs-tools/klibc-utils/libklibc

2006-02-26 Thread Manuel Bilderbeek
Package: initramfs-tools
Version: 0.52b
Severity: important

Hello,

Yesterday my stock kernel 2.6.15-1-k7 booted fine, but today it panics
with the message that it can't mount the root fs. The 2.6.12 kernel
which I also still have installed works just fine.

It appears that yesterday, in the daily dist-upgrade (on testing), I got
these packages:

-rw-r--r--  1 root root   37520 2006-02-20 14:47 initramfs-tools_0.52b_all.deb
-rw-r--r--  1 root root  117448 2006-02-18 18:47 klibc-utils_1.2.2-3_i386.deb
-rw-r--r--  1 root root   18582 2006-02-18 18:47 libklibc_1.2.2-3_i386.deb

As I haven't touched the LILO or kernel setup in anyway, I strongly
suspect that one of these broke my kernel boot.

Any ideas for workarounds are welcome!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-4   Tiny utilities for small and embed
ii  cpio  2.6-10 GNU cpio -- a program to manage ar
ii  klibc-utils   1.2.2-3small statically-linked utilities 
ii  udev  0.084-5/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information


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



Bug#354457: bugzilla: Several security issues in Bugzilla

2006-02-26 Thread Moritz Muehlenhoff
Package: bugzilla
Version: 2.20-1
Severity: grave
Tags: security
Justification: user security hole

Several security problems have been found in Bugzilla. Please
see http://article.gmane.org/gmane.comp.security.bugtraq/22040
for details. None of these issues affect oldstable or stable.

Cheers,
Moritz

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


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



Bug#343085: exim4: Exim SMTP_AUTH hangs since today...

2006-02-26 Thread Marc Haber
On Mon, Jan 30, 2006 at 02:13:20PM +0100, Florian Weimer wrote:
> A better fix would be to instruct GnuTLS to use random bits which are
> not cryptographically secure for the RSA_EXPORT key because this key
> is insecure anyway (it's just 512 bits, after all).

If we will go _that_ route - do we need to patch exim, or gnutls?

Greetings
Marc

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


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



Bug#343085: exim4: Exim SMTP_AUTH hangs since today...

2006-02-26 Thread Marc Haber
On Mon, Jan 30, 2006 at 04:40:06PM +0100, Sven Hartge wrote:
> Will this patch be included in the next point release of Sarge or better
> yet released via a security update, since it is trivial to DoS Exim4
> from Sarge with some single SSL/TLS connections?

It's way too early to ask.

Greetings
Marc

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


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



  1   2   3   4   >