Bug#416602: depends on non-essential package in postrm

2007-03-29 Thread Michael Ablassmeier
Package: ipplan
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Purging configuration files for ipplan ...
  /var/lib/dpkg/info/ipplan.postrm: line 5: /usr/share/debconf/confmodule: No 
such file or directory
  dpkg: error processing ipplan (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   ipplan
 
the full log can be found here:

 http://people.debian.org/~abi/piuparts/ipplan

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

bye,
- michael


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



Bug#416603: file conflicts between python-4suite-rdf and python-4suite-xml

2007-03-29 Thread Michael Ablassmeier
Package: python-4suite-rdf, python-4suite-xml
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed to install
because of file conflicts:

  dpkg: error processing 
/var/cache/apt/archives/python-4suite-rdf_1.0~rc4cvs20061016-1+b1_amd64.deb 
(--unpack):
   trying to overwrite `/usr/share/doc/4Suite/COPYRIGHT', which is also in 
package python-4suite-xml
  dpkg-deb: subprocess paste killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/python-4suite-rdf_1.0~rc4cvs20061016-1+b1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~abi/piuparts/python-4suite-rdf

please be sure to either add a diversion or proper conflicts.

byr,
- michael


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



Bug#416604: depends on non-essential package during postrm

2007-03-29 Thread Michael Ablassmeier
Package: lessdisks
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Removing lessdisks ...
  Purging configuration files for lessdisks ...
  /var/lib/dpkg/info/lessdisks.postrm: line 3: /usr/share/debconf/confmodule: 
No such file or directory
  dpkg: error processing lessdisks (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   lessdisks

the full log can be found here:

 http://people.debian.org/~abi/piuparts/lessdisks

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

bye,
- michael


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



Bug#416606: libhtml-mason-perl: encoding incompatibility between CGIHandler and ApacheHandler

2007-03-29 Thread Niko Tyni
Package: libhtml-mason-perl
Version: 1:1.35-2
Severity: normal
Tags: patch

Hi,

investigating #387104 and #416097, I have discovered an
incompatibility in the output encoding between HTML::Mason::CGIHandler
and HTML::Mason::ApacheHandler. As far as I understand, CGIHandler is
supposed to emulate ApacheHandler, so I consider this a bug.

The problem is that mod_perl (including mod_perl2) doesn't care about
the Perl internal UTF8 flag on output of non-ASCII strings, but output
coming through HTML::Mason::CGIHandler does. In the CGI case, the output
is converted to ISO-8859-1 automatically, while mod_perl just outputs
the internal encoding of the strings, which happens to be UTF-8.

It can be argued that the mod_perl behaviour is wrong here, but at least
Request Tracker depends on it and thus fails badly when used in a CGI
environment (usually through SpeedyCGI).

I'm attaching the configuration for a minimal testcase that can be
enabled with something like this

# cp masontest.conf /etc/apache/conf.d
# cp handler.cgi cgi.mason /var/www
# ln -s cgi.mason /var/www/mod_perl.mason
# /etc/init.d/apache restart

We now see that the CGI output is in ISO-8859-1 while the mod_perl output
is in UTF-8:

% curl -s http://localhost/cgi.mason | od -c
000 344  \n
002
% curl -s http://localhost/mod_perl.mason | od -c
000 303 244  \n
003

The fix is simple: just add "use bytes" into the default output method
of HTML::Mason::CGIHandler. I'm attaching a patch that does this. The
HTML::Mason::CGIHandler documentation indicates that there's no need
for backwards compatibility in this case, but I would be happy with a
way to turn this on optionally if that's preferred.

Please fix this, it's making RT unusable with SpeedyCGI.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]
ScriptAlias /handler.cgi /var/www/handler.cgi


Action html-mason /handler.cgi
SetHandler html-mason


PerlModule HTML::Mason::ApacheHandler


SetHandler   perl-script
PerlHandler  HTML::Mason::ApacheHandler


<%init>
use charnames ':full';
my $str = "\N{LATIN SMALL LETTER A WITH DIAERESIS}";

<% $str %>
#!/usr/bin/perl -w
use strict;

use HTML::Mason::CGIHandler;

my $h = HTML::Mason::CGIHandler->new;

$h->handle_request;

--- /usr/share/perl5/HTML/Mason/CGIHandler.pm	2007/03/29 07:43:25	1.1
+++ /usr/share/perl5/HTML/Mason/CGIHandler.pm	2007/03/29 07:43:46
@@ -99,6 +99,9 @@
 $sent_headers = 1;
 }
 
+# mimic mod_perl behaviour
+use bytes;
+
 # We could perhaps install a new, faster out_method here that
 # wouldn't have to keep checking whether headers have been
 # sent and what the $r->method is.  That would require


Bug#416605: ITP: boxbackup -- Server and Clients for the BoxBackup remote backup system

2007-03-29 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler <[EMAIL PROTECTED]>

* Package name: boxbackup
  Version : 0.10
  Upstream Author : Ben Summers <[EMAIL PROTECTED]>
* URL : http://www.fluffy.co.uk/boxbackup/
* License : BSD with advertising clause
  Programming Lang: C++
  Description : Server and Clients for the BoxBackup remote backup system

I'm currently using boxbackup for my private use. I've crafted packages
for my own used based on the ones from Jérôme Schell, I needed to apply
one patch from upstream though. I'd like to see boxbackup in debian, so
I'm filing this ITP. Help with this package is highly appreciated.

I'm CC'ing Jérôme Schell and Jesus Climent with this email, as they both
have expressed interest in the boxbackup packages. I'm CC'ing the
boxbackup devel mailing list as well, perhaps there are even more people
interested in seeing boxbackup in debian. If someone feels interested in
Comaintaining this package, please contact me.

The debian/control file currently looks like this:

Package: boxbackup-server
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, perl (>= 5.6.0), gawk, ucf
(>= 0.08), openssl (>= 0.9.7)
Recommends: boxbackup-utils
Description: Server for BoxBackup remote backup system
 Boxbackup is an automatic on-line backup system.
 The server waits for connections from remote clients, 
 authenticates them via x509 certificates and stores the
 encrypted data on hard drives with optionnals RAID techniques.
 It also supports versions historization and per-user quotas.

Package: boxbackup-client
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ucf (>= 0.07), perl (>=
5.6.0), openssl (>= 0.9.7)
Description: Client for BoxBackup remote backup system
 Boxbackup is an automatic on-line backup system.
 The client is watching for changes on the local filesystem,
 connects to a Boxbackup server and send the changes via a
 secure channel. All data is encrypted before being sent to
 the server. A command line tool is provided for restoration
 of backups including deleted files and old versions.

Package: boxbackup-utils
Architecture: all
Depends: perl (>= 5.6.0), openssl (>= 0.9.6c)
Description: Utilities for BoxBackup remote backup system
 Boxbackup is an automatic on-line backup system.
 This package contains utilities for managing SSL clients
 certificates.



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


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



Bug#416380: RFS: gtk-vim-syntax (new package)

2007-03-29 Thread Stefano Zacchiroli
On Wed, Mar 28, 2007 at 02:06:10PM +0200, Laurent Bigonville wrote:
> I am looking for a sponsor for my package "gtk-vim-syntax".

Sorry for not seeing the initial ITP, but I object the package name. Can
you please rename it to "vim-syntax-gtk"? Even though we (Debian Vim
maintainers) haven't yet formally proposed a naming convention for Vim
based packages I would like to in the near future, and I would like to
have all vim related packages to start with "vim-" and syntax extensions
to start with "vim-sintax-".

Other questions on this package (sorry, but I'm busy these days and I
haven't yet had the time to look at it):
- is it worth to have it? how much is the size of the resulting .deb?
  have you considered shipping it as a patch for vim-scripts? (I'm not
  claiming it would be better that way, just that it would be better
  *if* the resulting package is small enough)
- have you looked at the best-practices for packaging vim-scripts, in
  particular at providing vim-registry entries (I know, this is not yet
  documented as a "Vim packaging policy" or such and it's my fault, but
  please have a look at what vim-scripts and vim-latex-suite does and
  provide similar registry entries)
- can you please request to be added to the pkg-vim project on alioth
  and check in your package to the corresponding repository so that your
  package is available where other vim related packages are?

That said I'm willing to sponsor your package, but please have a look at
my comments above and act accordingly where needed.

Thanks for your packaging work!
Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#403247: no automatic refresh also with thunar_0.8.0-1

2007-03-29 Thread Michael Banck
On Wed, Mar 28, 2007 at 10:55:14PM +0200, Pascal Dormeau wrote:
> Yes, $HOME/tmp is opened in Thunar and from xfce4-terminal I run 'touch 
> tmp/test0', 'rm tm/test0'.
> 
> This is the method I use to check if thunar self-refreshes (or not).
> 
> 
> >If you do that, does thunar get notified after the second or third
> >operation at least? 
> 
> No, never, the only way to get thunar "notified" is to perform a manual 
> refresh (click on refresh button or hit ctrl r). Just like gam_server 
> had died (but it seems to have not, according to 'ps').
> 
> I could reproduce it again tonight. This how I "triggered" it:
> 
> I have the following line in my /etc/fstab:
> 
> /dev/hda15 /mnt/archives ext3 noauto,user 0 0
> 
> First I mount /mnt/archives (using mount in xfce4-terminal),
> 
> then I navigate inside /mnt/archives using thunar.
> 
> Starting from that moment, thunar does not self-refresh anymore 
> (whatever the directory opened in thunar).
> 
> I repeated the operation several times (leaving the Xfce4-session and 
> re-entering into between). Each time, I triggered the problem once 
> entering into /mnt/archives with thunar. This does not happen with 
> gamin_0.1.7-4 (only with gamin_0.1.8-1).

Hrm, so notification is fine otherwise?

Do you have anything in /etc/gamin/gaminrc or ~/.gaminrc?


Michael


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



Bug#416496: [pkg-boost-devel] Bug#416496: boost_1.33.1+1.34.0-cvs20070221-1(hppa/experimental): FTBFS: linking problems

2007-03-29 Thread Domenico Andreoli
On Wed, Mar 28, 2007 at 01:44:22PM +0200, Frank Lichtenheld wrote:
> Hi,

hi,

> your package failed to build from source.

this might be the new edition of #334959, which was worked aroud with
-mlong-calls. strangely, the switch is passed to bjam but it idoes not
arrive to the gcc command line any more. i have to check it.

thanks
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Bug#387104: Bug#416097: [request-tracker-maintainers] Bug#416097: character set is completely messed up

2007-03-29 Thread Niko Tyni
retitle 416097 character set is completely messed up on SpeedyCGI
block 416097 by 416606
block 387104 by 416606
thanks

On Mon, Mar 26, 2007 at 11:40:35AM +0200, Steinar H. Gunderson wrote:

> > Unfortunately this is not enough, it results in corrupted attachments.
> > The attachment data is not internally tagged as utf8 (and even if it
> > were, outputting arbitrary binary attachments in utf8 would probably
> > not be the right thing to do.)
> 
> Hm, OK. It still solves most of the problem for us, though.

Hi,

the real problem is in HTML::Mason, which behaves differently
under mod_perl than in a CGI environment. I have filed #416606
about this. The fix is simple; I'm attaching the patch here
too for convenience.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]
--- /usr/share/perl5/HTML/Mason/CGIHandler.pm	2007/03/29 07:43:25	1.1
+++ /usr/share/perl5/HTML/Mason/CGIHandler.pm	2007/03/29 07:43:46
@@ -99,6 +99,9 @@
 $sent_headers = 1;
 }
 
+# mimic mod_perl behaviour
+use bytes;
+
 # We could perhaps install a new, faster out_method here that
 # wouldn't have to keep checking whether headers have been
 # sent and what the $r->method is.  That would require


Bug#416607: [INTL:ml] Malayalam debconf translation

2007-03-29 Thread Praveen A

Package: emdebian-tools
Severity: wishlist
Tags: l10n, patch

Hi,

See the Malayalam translation of the debconf template in the attachement.

Cheers
Praveen
--
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
# Malayalam Translation of emdebian-tools.
# Copyright (C)  2007 THE emdebian-tools'S COPYRIGHT HOLDER
# This file is distributed under the same license as the emdebian-tools package.
# Praveen|പ്രവീണ്‍ A|എ <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: emdebian-tools 1.0\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-03-27 12:50+0100\n"
"PO-Revision-Date: 2007-03-28 21:43+0530\n"
"Last-Translator: Praveen|പ്രവീണ്‍ A|എ <[EMAIL PROTECTED]>\n"
"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../emdebian-tools.templates:1001
msgid "Preferred working directory:"
msgstr "കൂടുതല്‍ ഇഷ്ടപ്പെടുന്ന പ്രവര്‍ത്തന ഡയറക്റ്ററി:"

#. Type: string
#. Description
#: ../emdebian-tools.templates:1001
msgid ""
"emsource can download, unpack and apply Emdebian patches to Debian sources "
"into the current working directory or into a  preset working directory. The "
"same directory can also be used by emchain if you need to build your own "
"cross-building toolchain. If you would prefer to let emsource and emchain "
"work only in the current working directory, leave this blank."
msgstr "emsource ന്  ഒരു സമയത്ത് പ്രവര്‍ത്തിച്ചുകൊണ്ടിരിക്കുന്ന ഡയറക്റ്ററിയിലേയ്ക്കോ അല്ലെങ്കില്‍ നേരത്ത പറഞ്ഞ ഒരു പ്രവര്‍ത്തന ഡയറക്റ്ററിയിലേയ്ക്കോ എംഡെബിയന്‍ പാച്ചുകള്‍ ഡൌണ്‍ലോഡ് ചെയ്ത് തുറന്ന് പ്രയോഗിക്കാന്‍ സാധിയ്ക്കും.  നിങ്ങള്‍ക്ക് സ്വന്തം ക്രോസ്-ബില്‍ഡിങ്ങ് ടൂള്‍ചെയിന്‍ നിര്‍മിയ്ക്കണമെങ്കില്‍ emchain ന് അതേ ഡയറക്റ്ററി തന്നെ ഉപയോഗിയ്ക്കാം. emsource സും emchain നും ഒരു സമയത്ത് പ്രവര്‍ത്തിച്ചുകൊണ്ടിരിക്കുന്ന ഡയറക്റ്ററിയില്‍ മാത്രം പ്രവര്‍ത്തിച്ചാല്‍ മതിയെന്നാണ് നിങ്ങള്‍ കൂടുതലിഷ്ടപ്പെടുന്നതെങ്കില്‍ ഈ കളം വെറുതെയിടുക."

#. Type: string
#. Description
#: ../emdebian-tools.templates:2001
msgid "Your subversion username at buildd.emdebian.org:"
msgstr "buildd.emdebian.org ലെ നിങ്ങളുടെ സബ്‌വേര്‍ഷന്‍ ഉപയോക്തൃനാമം:"

#. Type: string
#. Description
#: ../emdebian-tools.templates:2001
msgid ""
"If you already have a valid username and svn commit access within Emdebian, "
"emsource can checkout and commit the emdebian patch files without further "
"intervention. Note that this username is not necessarily the same as any "
"Debian username or identity. If you do not (yet) have an Emdebian username, "
"leave this blank. (emsource will use anonymous checkouts of the patch files.)"
msgstr "എംഡെബിയനില്‍ നിങ്ങള്‍ക്ക് നേരത്തെ തന്നെ ഒരു യോഗ്യമായ ഉപയോക്തൃനാമവും svn കമിറ്റ് ആക്സസും ഉണ്ടെങ്കില്‍ emsource ന് കൂടുതല്‍ ഇടപെടലില്ലാതെ തന്നെ എംഡെബിയന്‍ പാച്ച് ഫയലുകള്‍ ചെക്കൌട്ട് ചെയ്യാനും കമിറ്റ് ചെയ്യാനും സാധിയ്ക്കും. മറ്റേതൊരു ഡെബിയന്‍ ഉപയോക്തൃനാമവുമായോ വ്യക്തിത്വമായോ സമമായതായിരിയ്ക്കണമെന്നില്ല എന്ന് പ്രത്യേകം ഓര്‍ക്കുക. നിങ്ങള്‍ക്ക് ഒരു എംഡെബിയന്‍ ഉപയോക്തൃനാമം (ഇതുവരെയും) ഇല്ലെങ്കില്‍ ഈ കളം വെറു

Bug#416552: mpd: fails to start with an user error

2007-03-29 Thread Edgar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> This should be because of the --chuid mpd:audio in /etc/init.d/mpd
> line 46. Can you remove those arguments and confirm that it works?

Hello,

I have had the same issue even with today's update (0.12.2-1) and upon
removing the port of line 46 you suggest it all works fine.


Thanks,


_o)安哲, Edgar Simó
//\GnuPG:  0xD5F7413C
U_/_   http://bobbens.dyndns.org

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

iD8DBQFGC3t9olm4VNX3QTwRAhdKAJ9nXKlETr5tIeuIhfv0zfdwa7RZHACg2ttv
gHhTj4MjJSggt6Jl5Ul/4F8=
=Jv2z
-END PGP SIGNATURE-


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



Bug#416609: socks4-server: should depend on libsocks4

2007-03-29 Thread Tomislav Petrovic
Package: socks4-server
Version: 4.3.beta2-14
Severity: normal

Subject says it all

When client connects: error while loading shared libraries: libsocks.so.4: 
cannot
open shared object file: No such file or directory

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

Versions of packages socks4-server depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libident0.22-3   simple RFC1413 client library - ru

socks4-server recommends no packages.

-- no debconf information


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



Bug#416610: missing dependency on non-essential package passwd

2007-03-29 Thread Michael Ablassmeier
Package: tinysnmp-agent
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed to install
due to a missing dependency on the non-essential package passwd:

  adding user tinysnmp
  /var/lib/dpkg/info/tinysnmp-agent.postinst: line 20: /usr/sbin/groupadd: No 
such file or directory
  dpkg: error processing tinysnmp-agent (--configure):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   tinysnmp-agent
  E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~abi/piuparts/tinysnmp-agent

bye,
- michael


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



Bug#397485: bug still there

2007-03-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Found: it is a kernel bug, already reported
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406111
Sorry for rising a false warning.
pc

Julien Cristau ha scritto:
> On Wed, Mar 28, 2007 at 15:32:51 +0200, Paolo Cavallini wrote:
> 
>> Hi all.
>> Apparently the bug is still there, with version 2:1.7.2-4. xorg does not
>> start. Log and conf attached.
> 
> Hi,
> 
> This doesn't seem related to bug#397485.
> 
> Your log shows that you don't have an agpgart device, which is required
> by your card for memory allocation (see the manpage).
> 
> (II) I810(0): detected 7676 kB stolen memory.
> (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
> (WW) I810(0): /dev/agpgart is either not available, or no memory is
> available for allocation.  Using pre-allocated memory only.
> (--) I810(0): Pre-allocated VideoRAM: 7676 kByte
> 
> 7M is clearly not enough memory for X to be able to start.  You need to
> use the agpgart (and intel_agp, I guess) kernel modules.
> 
> Cheers,
> Julien

- --
Paolo Cavallini
http://www.faunalia.it/pc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGC35B/NedwLUzIr4RAm8aAJwNIp1wUuqNvkYRoGFkK0OVd81HIwCfZGqQ
wmtnTfnjJI//JXLFjEpqspU=
=Ed9Q
-END PGP SIGNATURE-


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



Bug#416611: libapache-mod-perl: Possible DoS problem with PerlRun (CVE-2007-1349)

2007-03-29 Thread Kjetil Kjernsmo
Package: libapache-mod-perl
Version: 1.29.0.4-4.1
Severity: important
Tags: security

A problem was recently discovered in how mod_perl 1.x deals with special 
characters in the file_info part of URLs, exploitation of this problem 
could cause a DoS. 

The problem was fixed in the recent 1.30 RC1 of the package:

SECURITY: CVE-2007-1349 (cve.mitre.org)
fix unescaped variable interpolation in Apache::PerlRun
regular expression to prevent regex engine tampering.
reported by Alex Solovey
[Randal L. Schwartz , Fred Moyer 
<[EMAIL PROTECTED]>]

I think only a single line needs to be patched to fix the problem. It 
seems likely that all versions of Debian exhibits the problem, but if I 
leave it to others to decide if it is a release critical problem for 
etch.

Best,

Kjetil
-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA


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



Bug#416503: behaves strange in vservers

2007-03-29 Thread Alexander Vlasov
Hello,

В Срд, 28/03/2007 в 20:58 +0200, Brice Goglin пишет:
> (adding the kernel team to Cc: in case they have some ideas).
> 
> Alexander Vlasov wrote:
> > I'm using vserver-enabled kernel on amd64 arch on my desktop and after
> > switching to evdev from kbd+mouse I found strange  behavior in
> > vservers (after `vserver blahblah enter'): when I press enter it behaves
> > like enter was pressed many times (~ 50), so working in vservers almost
> > impossible.

> Could you try xserver-xorg-input-evdev currently in experimental
> (1:1.1.5-1)?

Sure. I'll try today and write another followup.

> Which xserver-xorg-core are your running ? 2:1.1.1-20 ? Do you see any
> interesting difference in Xorg.0.log when switching from input+kbd to evdev?

xserver-xorg-core: Version: 2:1.1.1-20
xserver-xorg: 1:7.1.0-15
it's current etch versions, no updates available.
Xorg.log surely differs, but nothing seems wrong. Anyway, I'll retry
this later and attach both logs.

> > Without entering to vservers enter key also works ok.
> >   
> 
> The bug could be caused by vserver then. I know almost nothing about
> vserver. Is it supposed to be stable? Do you have a way to disable some
> vserver features to try to locate the problem more precisely?

Seems so.
No, I see no ways to disable anything console-related. This problem
exists even during vserver creation with newvserver.

> Thanks,
> Brice

Not at all. I'll retry both input drivers later and I'll try to
reproduce this bug on i386 arch.




Bug#406111: still there in linux-image-2.6.18-4-amd64

2007-03-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The bug is still present in linux-image-2.6.18-4-amd64 version
2.6.18.dfsg.1-11 (and according to changelog, it has not been fixed in -12).
pc
- --
Paolo Cavallini
http://www.faunalia.it/pc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGC3/z/NedwLUzIr4RAliLAJwLOIJRt/HJKKEfGdiq1kqoaNdgKQCgjdn5
8TZKCVRdMiWCXeO4R9v+YMc=
=RO3m
-END PGP SIGNATURE-


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



Bug#403247: no automatic refresh also with thunar_0.8.0-1

2007-03-29 Thread pdormeau
Selon Michael Banck <[EMAIL PROTECTED]>:

> Hrm, so notification is fine otherwise?

Yes, if I don't navigate inside /mnt/archives with thunar, everything works as
expected.

Once I navigate in /mnt/archives with thunar, no more automatic refresh.
This affects all directories, /home for example, that is not on the same file
system.

> Do you have anything in /etc/gamin/gaminrc or ~/.gaminrc?

No, I have no ~/.gaminrc and /etc/gamin/gaminrc is the default file installed
with the package (default behaviour is used).

Best regards.

Pascal D.



Bug#407875: X server dies with backtrace and signal 11

2007-03-29 Thread Sebastian Miele
Brice Goglin wrote:
> Sebastian Miele wrote:
 xorg sporadically dies with backtrace and signal 11 on a debian
 GNU/Linux amd64 testing/etch system:
   
>> The person who owns the computer is happy with i386-debian now.  Sorry.
>>   
> 
> You mean that Xorg works fine in 32bits mode on this amd64 machine while
> the amd64 Xorg dies as reported in this bug initially ?

Yepp


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



Bug#416612: phpmyadmin: navigation.php missing

2007-03-29 Thread Mathias Linnemann
Package: phpmyadmin
Version: 4:2.9.1.1-3
Severity: normal


I experienced a missing "navigation.php". Installation went just fine.
When i logged in, phpmyadmin showed up normally. after choosing a
database (on the left side) from the dropdown menu, the left frame said
"/phpmyadmin/navigation.php: not found". the right frame showed up
correctly.

so i checked the installed package, reinstalled it and tried it again,
but the file was still not there. i extracted the package to see, if
there is a navigation.php in the debian etch phpmyadmin package, but
there was none. so i guessed it's just missing in the debian package.

then i tried the following: ln -s /usr/share/phpmyadmin/left.php
/usr/share/phpmyadmin/navigation.php

and guess what, i worked. so maybe it's a bug in phpmyadmin itself, i'm
not sure...

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

Versions of packages phpmyadmin depends on:
ii  debconf [debconf-2.0]  1.5.11Debian configuration management sy
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 
ii  php5-cgi   5.2.0-8+etch1 server-side, HTML-embedded scripti
ii  php5-mysql 5.2.0-8+etch1 MySQL module for php5
ii  ucf2.0020Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache2-mpm-worker [httpd] 2.2.3-3.3 High speed threaded model for Apac
ii  lighttpd [httpd]   1.4.13-4  A fast webserver with minimal memo
ii  php5-gd5.2.0-8+etch1 GD module for php5
ii  php5-mcrypt5.2.0-8+etch1 MCrypt module for php5

-- debconf information:
  phpmyadmin/setup-username: admin
* phpmyadmin/reconfigure-webserver:
  phpmyadmin/restart-webserver: false


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



Bug#413518: RFP 413518 Wagon package - granularity

2007-03-29 Thread Paul Cager
Michael Koch wrote:
> On Wed, Mar 28, 2007 at 11:29:35PM +0100, Paul Cager wrote:
>> The maven2 distribution contains about 7 wagon jars (wagon-file,
>> wagon-http-shared etc). What would be the best way to package this:
>>
>>   A) Seven source packages (and hence seven binary packages).
>>   B) One source package generating seven binary packages.
>>   C) One source package generating one binary package (one big jar).
>>   D) Doesn't matter / something else.
>>
>> I'm rather in favour of the first option. What's the general view?
> 
> Are all source packages normally release in sync? If yes I would prefer
> one big source package which includes the tarballs of all releases and
> builds either seven binary packages or one binary package with 7 jars.
> I think I would prefer the later one.

Upstream do not release source tarballs - access is by svn. It looks to
me as though all of the Jars are released in sync (although I may be a
bit confused, since the ibiblio repos has version 1.0-alpha-4, and the
maven download contains 1.0-beta-2, and some things have been renamed).

I guess if we produce one source package then we should package _all_ of
wagon, not just the bits needed by maven. It don't think this will be a
problem, as it doesn't look like it will pull in any additional
dependencies.

Regards,
Paul


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



Bug#416597: missing dependency on module-init-tools, modutils

2007-03-29 Thread Steve Langasek
severity 416597 important
thanks

At least in etch, the failing line is:

(grep -q autofs /proc/filesystems || /sbin/modprobe -k autofs4 || 
/sbin/modprobe -k autofs) 2> /dev/null

This means that modprobe itself is *not* required, what's required is
modprobe *or* a kernel that has autofs built in.  Since the latter is not
representable as a package relationship, I believe the correct package
relationship here is for autofs to Recommend: module-init-tools, not to
depend on it.

Missing recommends are not release-critical, so downgrading.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#416613: depends on non-essenital package during postrm

2007-03-29 Thread Michael Ablassmeier
Package: wwwoffle
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Removing wwwoffle ...
  Purging configuration files for wwwoffle ...
  /var/lib/dpkg/info/wwwoffle.postrm: line 5: /usr/share/debconf/confmodule: No 
such file or directory
  dpkg: error processing wwwoffle (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   wwwoffle

the full log can be found here:

 http://people.debian.org/~abi/piuparts/wwwoffle

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

bye,
- michael



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



Bug#413500: Workaround

2007-03-29 Thread Stefano Rivoir

Brice Goglin wrote:

Stefano Rivoir wrote:

Note that downgrading to 6.6.3-2 fixes the problem.



6.6.3-2 is a "stable" release of the ATI driver, while 6.6.3-5 was
actually a non-official 6.6.99 pre-release. An official release
candidate for 6.7 is out since yesterday (6.6.191), it should be in
experimental tomorrow. Please try to reproduce your problem with this
new package (1:6.6.191-1).

Also, are you still using xserver-xorg-core 2:1.2.0-6 or did you try the
new one (2:1.2.99.903-1)?


I've tried 6.6.191, same as 6.6.3-5, doesn't work. I'm using 
xserver-xorg-core 2:1.2.99.903-1.


Bye.

--
Stefano RIVOIR



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



Bug#416614: libphysfs-1.0-0: please provide a -dev pkg

2007-03-29 Thread Florian Ludwig
Package: libphysfs-1.0-0
Version: 1.0.0-5
Severity: wishlist

Hi,

would be nice if there would be a dev package with the header files.

thanks,
Florian Ludwig

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

Versions of packages libphysfs-1.0-0 depends on:
ii  libc6 2.5-0exp6  GNU C Library: Shared libraries
ii  zlib1g1:1.2.3-13 compression library - runtime

libphysfs-1.0-0 recommends no packages.

-- no debconf information


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



Bug#413518: RFP 413518 Wagon package - granularity

2007-03-29 Thread Michael Koch
On Thu, Mar 29, 2007 at 09:56:47AM +0100, Paul Cager wrote:
> Michael Koch wrote:
> > On Wed, Mar 28, 2007 at 11:29:35PM +0100, Paul Cager wrote:
> >> The maven2 distribution contains about 7 wagon jars (wagon-file,
> >> wagon-http-shared etc). What would be the best way to package this:
> >>
> >>   A) Seven source packages (and hence seven binary packages).
> >>   B) One source package generating seven binary packages.
> >>   C) One source package generating one binary package (one big jar).
> >>   D) Doesn't matter / something else.
> >>
> >> I'm rather in favour of the first option. What's the general view?
> > 
> > Are all source packages normally release in sync? If yes I would prefer
> > one big source package which includes the tarballs of all releases and
> > builds either seven binary packages or one binary package with 7 jars.
> > I think I would prefer the later one.
> 
> Upstream do not release source tarballs - access is by svn. It looks to
> me as though all of the Jars are released in sync (although I may be a
> bit confused, since the ibiblio repos has version 1.0-alpha-4, and the
> maven download contains 1.0-beta-2, and some things have been renamed).

Horrible.

> I guess if we produce one source package then we should package _all_ of
> wagon, not just the bits needed by maven. It don't think this will be a
> problem, as it doesn't look like it will pull in any additional
> dependencies.

Good idea. That sounds like a good solution.


Cheers,
Michael
-- 
 .''`.  | Michael Koch <[EMAIL PROTECTED]>
: :' :  | Free Java Developer 
`. `'   |
  `-| 1024D/BAC5 4B28 D436 95E6 F2E0 BD11 5923 A008 2763 483B


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



Bug#413500: Workaround

2007-03-29 Thread Brice Goglin
Stefano Rivoir wrote:
> Brice Goglin wrote:
>> Stefano Rivoir wrote:
>>> Note that downgrading to 6.6.3-2 fixes the problem.
>>>
>>
>> 6.6.3-2 is a "stable" release of the ATI driver, while 6.6.3-5 was
>> actually a non-official 6.6.99 pre-release. An official release
>> candidate for 6.7 is out since yesterday (6.6.191), it should be in
>> experimental tomorrow. Please try to reproduce your problem with this
>> new package (1:6.6.191-1).
>>
>> Also, are you still using xserver-xorg-core 2:1.2.0-6 or did you try the
>> new one (2:1.2.99.903-1)?
>
> I've tried 6.6.191, same as 6.6.3-5, doesn't work. I'm using
> xserver-xorg-core 2:1.2.99.903-1.


Ok, thanks, we need to forward this bug upstream, so that there's a good
chance it get fixed before 6.7 is released. Would you mind filling a bug
on bugzilla.freedesktop.org, product Xorg, component Driver/Radeon? You
should post your xorg.conf, Xorg.0.log, and everything you tested and
said here.
If you can't fill this bug, let me know, I'll do it.

Thanks,
Brice



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



Bug#416615: kwin: "App not responding" warning appears when app IS responding

2007-03-29 Thread Tom Wright
Package: kwin
Version: 4:3.5.5a.dfsg.1-6
Severity: minor

*** Please type your report below this line ***
If you have unsaved changes in an application and click the Close box, it'll 
ask you to save.  Choose "Cancel".  A few seconds later, KWin pops up a 
message saying that the app is not responding (presumably because it hasn't 
closed).  Is there any way that KWin can check whether the app is responding 
and that the user has simply cancelled the close operation before popping up 
this warning?

Only a minor issue, but I thought it should be reported anyway.


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

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

kwin recommends no packages.

-- no debconf information


pgpZ8l56CEXu2.pgp
Description: PGP signature


Bug#416616: fai-client: fai-do-scripts confused by new file output: POSIX shell script

2007-03-29 Thread Federico Di Gregorio
Package: fai-client
Version: 3.1.8
Severity: grave
Justification: renders package unusable

After upgrading to the last file package the file command returns

POSIX shell script text executable

for #!/bin/sh files. fai-do-scripts does not recognize this output
as valid and does not run the script. Most of the default fai scripts
are of this type and are then not run; breaking the whole ai system.

The fix is a one-line patch so obvious that I am not attaching it to
this email; but if you better like the other way I can provide it. :)

federico

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


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



Bug#410929: Bug#403247: no automatic refresh also with thunar_0.8.0-1

2007-03-29 Thread Michael Banck
Hi,

can you guys maybe try the following gamin_0.1.8-2 package, and see
whether it fixes your problems?

http://people.debian.org/~mbanck/unstable/gamin_0.1.8-2_i386.deb
http://people.debian.org/~mbanck/unstable/libgamin0_0.1.8-2_i386.deb

or "deb http://people.debian.org/~mbanck/unstable/ ./"

I pulled one patch from upstream which I thought fixed things for me
when I was able to reproduce the problem; but as 0.1.8-1 is mostly
working again for me now with thunar and pcmanfm for some reason, I am
not sure it's the right fix, but worth a try.

I'm continueing trying to reproduce this.


thanks,

Michael


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



Bug#413518: RFP 413518 Wagon package - granularity

2007-03-29 Thread Arnaud Vandyck

On 3/29/07, Michael Koch <[EMAIL PROTECTED]> wrote:

On Thu, Mar 29, 2007 at 09:56:47AM +0100, Paul Cager wrote:
> Michael Koch wrote:
> > On Wed, Mar 28, 2007 at 11:29:35PM +0100, Paul Cager wrote:
> >> The maven2 distribution contains about 7 wagon jars (wagon-file,
> >> wagon-http-shared etc). What would be the best way to package this:
> >>
> >>   B) One source package generating seven binary packages.


I read the mails in the thread and I agree with Marcus (and I think
Michael would agree), this is the best solution: one source package
and generate the binary packages you need for Mavane2. If someone want
to add a new sub-project, you just have to hack the debian build
system and the binary package will appear, no new source package to
upload etc...


> I guess if we produce one source package then we should package _all_ of
> wagon, not just the bits needed by maven. It don't think this will be a
> problem, as it doesn't look like it will pull in any additional
> dependencies.

Good idea. That sounds like a good solution.


Michael agree also :-D

Thanks for your work Paul,

--
Arnaud Vandyck


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



Bug#416615: kwin: "App not responding" warning appears when app IS responding

2007-03-29 Thread Sune Vuorela
On Thursday 29 March 2007, Tom Wright wrote:
> Package: kwin
> Version: 4:3.5.5a.dfsg.1-6
> Severity: minor
>
> *** Please type your report below this line ***
> If you have unsaved changes in an application and click the Close box,
> it'll ask you to save.  Choose "Cancel".  A few seconds later, KWin pops up
> a message saying that the app is not responding (presumably because it
> hasn't closed).  Is there any way that KWin can check whether the app is
> responding and that the user has simply cancelled the close operation
> before popping up this warning?

Hi!

Do you experience this with any application or only some specific 
applications? Especially kde-apps vs non-kde-apps.

/Sune

-- 
I'm not able to link a line over the printer, how does it work?

From Word 3000 you must cancel a pointer, this way therefore you neither have 
to open a graphic IDE head, nor must remove from the space bar to save from 
the ROM IP file to the display of the login over a shell.


pgp3A71XsMu1g.pgp
Description: PGP signature


Bug#416617: myodbc: [INTL:es] Spanish po-debconf translation

2007-03-29 Thread Manuel Porras Peralta

Package:  myodbc
Version: 3.51.11-6.1
Priority: wishlist
Tags: l10n patch

Please find attached the updated version of the po-debconf translation
into Spanish.

--
Venturi
# myodbc translation to spanish
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the package.
#
# Changes:
# - Initial translation
# Manuel Porras Peralta , 2007
#
#
#  Traductores, si no conoce el formato PO, merece la pena leer la
#  documentación de gettext, especialmente las secciones dedicadas a este
#  formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
#   http://www.debian.org/intl/spanish/
#   especialmente las notas y normas de traducción en
#   http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
#   /usr/share/doc/po-debconf/README-trans
#   o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Si tiene dudas o consultas sobre esta traducción consulte con el último
# traductor (campo Last-Translator) y ponga en copia a la lista de
# traducción de Debian al español ()

msgid ""
msgstr ""
"Project-Id-Version: myodbc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-01-31 04:32+0100\n"
"PO-Revision-Date: 2007-03-29 12:00+0100\n"
"Last-Translator: Manuel Porras Peralta «Venturi» <[EMAIL PROTECTED]>\n"
"Language-Team: Debian Spanish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Do you want MyODBC to be registered as an ODBC driver?"
msgstr "¿Desea que MyODBC se registre como un controlador de ODBC?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"You appear to have an ODBC manager (unixodbc or iODBC) installed on your "
"system."
msgstr ""
"Parece que tiene instalado en su sistema un gestor de ODBC "
"(unixodbc o iODBC)."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you wish, MyODBC will be automatically added as an ODBC driver now and "
"will be automatically deleted from the list when you remove the libmyodbc "
"package, using the /usr/bin/odbcinst utility from unixodbc."
msgstr ""
"Si lo desea, se usará la utilidad «/usr/bin/odbcinst» de unixodbc para "
"agregar automáticamente MyODBC a la lista de controladores ahora y borrarlo "
"automáticamente de la lista cuando elimine el paquete libmyodbc."


Bug#416618: cpufreqd: I'd like to see acpi lid support

2007-03-29 Thread Helmut Grohne
Package: cpufreqd
Version: 2.2.1-2
Severity: wishlist

We already got ac=on and ac=off in cpufreqd. Now it would be cool if I
could tell cpufreqd to put my box on powersave when closing the lid.
This is pretty easy as it's just another button. An easy way achieve
this is to copy cpufreqd_acpi_ac.c to cpufreqd_acpi_lid.c and modify
some names.  Maybe there is a better way. Please tell me if you'd like
to have a patch for that (maybe tag -1 patch?).

Helmut Grohne

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

Versions of packages cpufreqd depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcpufreq0 002-2shared library to deal with the cp
ii  libsensors3 1:2.10.1-3   library to read temperature/voltag
ii  libsysfs2   2.1.0-1  interface library to sysfs
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

Versions of packages cpufreqd recommends:
ii  acpid 1.0.4-5Utilities for using ACPI power man

-- debconf information:
  cpufreqd/no_pm:
* cpufreqd/no_procfs_sysfs:


signature.asc
Description: Digital signature


Bug#406862: Version 1.5.0.10.dfsg1-2 still segfaults

2007-03-29 Thread David Andel

Alexander Sack wrote:


BTW, Compact folder should be run regularly, to not slow things down
... but it is usually run automatically (unless you have really old
profile or changed that preference).


Since the last email I have started and stopped icedove several times 
without a problem. But then I've compacted that first folder again, and 
icedove crashed. And then it crashed after startup again. Removing the 
.msf file again helped, but only until it finished recreating that first 
folder, then it crashed again. Now I can strt it only by removing that 
.msf file every time and then switching to another folder immediately 
after startup.



Back to topic: Hope you have backed up the profile, so we can still
reproduce. How do you stop thunderbird? Do you stop thunderbird at all
or do you just log out/shutdown your system?


Yes, I have backed it up, but since the problem is still apparent, we 
might not need it now.

I always stop all programs before logging out/shutting down.

David


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



Bug#416615: kwin: "App not responding" warning appears when app IS responding

2007-03-29 Thread Tom Wright
On Thursday 29 March 2007 10:53, you wrote:
> On Thursday 29 March 2007, Tom Wright wrote:
> > Package: kwin
> > Version: 4:3.5.5a.dfsg.1-6
> > Severity: minor
> >
> > *** Please type your report below this line ***
> > If you have unsaved changes in an application and click the Close box,
> > it'll ask you to save.  Choose "Cancel".  A few seconds later, KWin pops
> > up a message saying that the app is not responding (presumably because it
> > hasn't closed).  Is there any way that KWin can check whether the app is
> > responding and that the user has simply cancelled the close operation
> > before popping up this warning?
>
> Do you experience this with any application or only some specific
> applications? Especially kde-apps vs non-kde-apps.

I thought it happened in all applications, but I've since done some more 
testing.  It happens in KWrite, KMyMoney, GIMP and an application of my own 
(where I first noticed the problem - the app is written using the wxPython 
GUI libraries).  Oddly though, the problem doesn't appear with OpenOffice.

Tom


pgpoX34JuIda2.pgp
Description: PGP signature


Bug#416572: ibritish: Should not have priority standard

2007-03-29 Thread Agustin Martin
On Wed, Mar 28, 2007 at 05:51:50PM -0700, Josh Triplett wrote:
> Package: ibritish
> Severity: normal
> 
> ibritish and iamerican both have priority standard.  By contrast, wamerican
> has priority standard but wbritish has priority optional.

Only wamerican should be standard (was formerly wenglish). Both ibritish and
iamerican should be optional,

http://dict-common.alioth.debian.org/dsdt-policy.html#AEN167

(I have to change wenglish to wamerican there). Same for aspell and aspell
dicts. 

> In addition to enlarging the base system, this also leads to a debconf prompt
> for default dictionary.

For the first installation from d-i this should not happen. There was a
debconf bug with the graphical installer in d-i_RC1 that trigered this
behavior, #401876, but that should be fixed in RC2.
 
> Ideally, none of these packages would have priority standard; the installer
> asks for enough locale information to narrow down the choice, so something
> could use that to choose and install an appropriate dictionary?

It does, dictionaries-common will try 

a) something resembling the locale
b) something english
c) anything

to set the default ispell dictionary.

-- 
Agustin


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



Bug#416517: [Pkg-uml-pkgs] Bug#416517: user-mode-linux: Lacks ACL support

2007-03-29 Thread Mattia Dongili
On Wed, Mar 28, 2007 at 05:18:33PM +0200, Nicolas Boullis wrote:
> Package: user-mode-linux
> Version: 2.6.18-1um-2
> Severity: minor
> 
> Hi,
> 
> I had a guest using a self-compiled UML kernel that I just switched to 
> the Debian one. Unfortunately, ACLs on my XFS filesystems were gone 
> away. I rebuilt the kernel, enabling:
>  - CONFIG_EXT2_FS_XATTR
>  - CONFIG_EXT2_FS_POSIX_ACL
>  - CONFIG_EXT3_FS_XATTR
>  - CONFIG_EXT3_FS_POSIX_ACL
>  - CONFIG_XFS_QUOTA
>  - CONFIG_XFS_POSIX_ACL
> and everything seems to work fine.
> 
> Is there a good reason not to enable POSIX ACLs and XFS quotas?

no, will do. Sorry for the inconvenience...

-- 
mattia
:wq!


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



Bug#416618: cpufreqd: I'd like to see acpi lid support

2007-03-29 Thread Mattia Dongili
On Thu, Mar 29, 2007 at 12:02:28PM +0200, Helmut Grohne wrote:
> Package: cpufreqd
> Version: 2.2.1-2
> Severity: wishlist
> 
> We already got ac=on and ac=off in cpufreqd. Now it would be cool if I
> could tell cpufreqd to put my box on powersave when closing the lid.
> This is pretty easy as it's just another button. An easy way achieve
> this is to copy cpufreqd_acpi_ac.c to cpufreqd_acpi_lid.c and modify
> some names.  Maybe there is a better way. Please tell me if you'd like
> to have a patch for that (maybe tag -1 patch?).

yes, I'd like to have a patch :)
I'm sorry but I don't have much time to dedicat to cpufreqd right now
(and a new release will be delayed by that anyway).

By the way, you will need to add some lines to cpufreqd_acpi.c too.

Thanks
-- 
mattia
:wq!


signature.asc
Description: Digital signature


Bug#416619: KlamAV not getting virus updates

2007-03-29 Thread stephen
Package: KlamAV

Version: 0.38-1.1

ClamAV version 0.90.1-2

System Etch with all current package updates.

After updating KlamAV package from the fully functioning 0.38-1 to 0.38-1.1 
the following occurs.

In KlamAV window selecting Update tab and clicking on 'Update now' results 
in 'config file error' error message.

With 'Update viruses automatically' set and KlamAV restarted the error 
message 'Update Process died unexpectedly! Did you kill it manually?' 
appears.

From this I assume virus updates are not occurring.

Stephen



Bug#416579: Filtering large packages (like wnpp) freezes a lot

2007-03-29 Thread Bastian Venthur
After a few tests, I'm convinced that the filtering itself is very fast
(fractions of a second), what's really slow is hiding/showing rows in
QTable (a few seconds).

Unfortunately there is no easy way to solve this. I'll test if it's not
better to clear the table completely and just add the rows needed.


Cheers,

Bastian

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#416620: Patch for associate geany to its supported filetypes

2007-03-29 Thread Iñaki Rodriguez
Package: geany
Version: 0.9-1
Severity: wishlist


I include a patch for geany.desktop.in that associate geany to its
supported files (via mimetypes).

Greetings

Iñaki R.

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

Versions of packages geany depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

geany recommends no packages.

-- no debconf information
--- geany.desktop.in2006-07-23 18:00:46.0 +0200
+++ geany.desktop.in.new2007-03-29 12:20:38.465682284 +0200
@@ -14,3 +14,4 @@
 # currently false, changes perhaps in the future
 StartupNotify=false
 Version=1.1
+MimeType=text/x-perl;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-pascal;text/x-perl;text/x-python;application/x-httpd-php*;text/html;application/xml


Bug#416293: apt-cache: rdepends wine includes libc6

2007-03-29 Thread Enrico Tassi
On Mon, Mar 26, 2007 at 12:22:34PM -0600, Luis Rodrigo Gallardo Cruz wrote:
> On Mon, Mar 26, 2007 at 06:46:56PM +0200, Enrico Tassi wrote:
> >[EMAIL PROTECTED]:~$ apt-cache rdepends wine
> >wine
> >Reverse Depends:
> >  xwine
> >  wine-utils
> >  libwine
> >  libc6
> 
> rdepends shows *all* relationships, including:

I understand, but from the man page:

 rdepends pkg(s)
   rdepends shows a listing of each reverse dependency a package has.

Maybe the bug should just be retargeted to the man page...

Cheers.
-- 
Enrico Tassi


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



Bug#416621: shows closed bugs as outstanding AND done

2007-03-29 Thread Bastian Venthur
Package: debbugs
Version:
Severity: normal

--- Please enter the report below this line. ---
Hi,

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=reportbug-ng;dist=unstable

currently shows:

===
Debian Bug report logs: package reportbug-ng in unstable (versions
0.2007.03.24, 0.2007.03.27, 0.2007.03.28)
...
===

Note the three different versions, currently only .28 is in unstable. It
also shows many already closed bugs under "Outstanding bugs" but with
the tag "Done:"

Could debbugs please just show the current status of unstable? If it's
done, it should appear under resolved shouldn't it?

bugs.debian.org/src:reportbug-ng

does it right BTW.


Cheers,

Bastian

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-686

Debian Release: 4.0
  500 unstablewww.debian-multimedia.org
  500 unstableftp.de.debian.org
1 experimentalftp.de.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
perl5   |
 OR perl| 5.8.8-7
exim|
 OR mail-transport-agent|
libmailtools-perl   | 1.74-1
ed  | 0.2-20
libmime-perl| 5.420-1
libio-stringy-perl  | 2.110-2


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#413601: Ethernet interface numbering in etch

2007-03-29 Thread Russell Coker
On Wednesday 28 March 2007 22:23, "Marco d'Itri" <[EMAIL PROTECTED]> wrote:
> > Maybe we could have a special-case for MAC addresses in that range and
> > have udev not rename them unless satisfying some other requirement forced
> > it.
>
> It's even easier, just add this rule:
>
> DRIVERS=="vif", GOTO="persistent_net_generator_end"
>
> It's probably safe enough to be the default, but I am not sure if the
> release manager would appreciate me adding it so close to the release.

The current functionality in regard to Xen is seriously broken.  A reasonable 
person will expect that when a Xen virtual machine is configured with a 
single Ethernet interface then it can be restarted at any time and get the 
same name - eth0.  The current functionality for Xen breaks user expectations 
and does not provide any benefit that I can imagine.

For the rare case of a Xen instance with multiple Ethernet devices it would be 
easy to modify the config file in question - which is actually an easier task 
than determining how to correctly manage MAC addresses.

I believe that this fix is worthy of inclusion at this time.

-- 
[EMAIL PROTECTED]
http://etbe.blogspot.com/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Bug#385569: #385569 ITP: jboss-hibernate -- object/relational persistence service for Java

2007-03-29 Thread Arnaud Vandyck

Hi Marcus,

What about renaming this lib libhibernate-java?

--
Arnaud Vandyck


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



Bug#416622: xmlto: Suggested package passivetex is not intesting/unstable

2007-03-29 Thread Andrei Emeltchenko
Package: xmlto
Version: 0.0.18-5.1
Severity: minor


Package Suggests: passivetex (>= 1.23)

which cannot be found in testing/unstable

Best regards 
Andrei Emeltchenko 

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

Versions of packages xmlto depends on:
ii  debianutils2.17  Miscellaneous utilities specific t
ii  docbook-xml4.4-5 standard XML documentation system,
ii  docbook-xsl1.71.0.dfsg.1-1.1 stylesheets for processing DocBook
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libpaper-utils 1.1.21Library for handling paper charact
ii  libxml2-utils  2.6.27.dfsg-1 XML utilities
ii  sgml-base  1.26  SGML infrastructure and SGML catal
ii  xsltproc   1.1.19-1  XSLT command line processor

xmlto recommends no packages.

-- no debconf information


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



Bug#416555: mutt: folder browser reports folders over 2GB in size as having negative size

2007-03-29 Thread Christoph Berg
Hi Branden,

Re: Branden Robinson 2007-03-29 <[EMAIL PROTECTED]>
> 224 -rw---  1 branden  branden  -1278424206 Mar 28 18:10 zpam
> 
> Obviously, a negative file size is nonsensical.

Confirmed (on i386, works on amd64).

> Someone is probably using a signed int when they should be using an
> unsigned one.
> 
> And should probably be using a 64-bit type, anyway, for future proofing.
> If a mailbox can exceed 2GB in size, it can exceed 4GB.

The code is in browser.c:

case 's':
  if (folder->ff->st != NULL)
  {
snprintf (tmp, sizeof (tmp), "%%%sld", fmt);
snprintf (dest, destlen, tmp, (long) folder->ff->st->st_size);
  }

st is a struct stat, i.e. st_size is an off_t. config.h defines
_FILE_OFFSET_BITS 64.

I just tried using %lld, but it gives bad results:

32 -rw-rw-r--  1 cb   cb   490331304449 Mar 29 12:37 foo
33 -rwxrwxr-x  1 cb   cb   489626272347 Mar 23 00:32 gnatscia.pl*
34 -rw---  1 cb   cb   489652736918 Nov 07  2004 hgtg.mp3

-rw-rw-r-- 1 cb cb 51 2007-03-29 12:37 foo
-rwxrwxr-x 1 cb cb603 2007-03-23 00:32 gnatscia.pl*
-rw--- 1 cb cb   26465174 2004-11-07 02:07 hgtg.mp3

http://mail-index.netbsd.org/tech-misc/2003/01/20/0002.html suggests
using PRId64 but that gives the same result.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#416601: depends on debconf during purge

2007-03-29 Thread Stefan Hornburg

Michael Ablassmeier wrote:

Package: interchange-ui
Severity: serious
Justification: Policy Violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable. You cant depend on a non
essential package in postrm.

  Removing interchange-ui ...
  Purging configuration files for interchange-ui ...
  /var/lib/dpkg/info/interchange-ui.postrm: line 21: 
/usr/share/debconf/confmodule: No such file or directory
  dpkg: error processing interchange-ui (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   interchange-ui

the full log can be found:

 http://people.debian.org/~abi/piuparts/interchange-ui

a simple fix:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi



It seems that it is unnecessary at all to include the Debconf library in 
this maintainer script. I applied the patch upstream and will look out

for side effects.

Regards
Racke



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



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



Bug#416615: kwin: "App not responding" warning appears when app IS responding

2007-03-29 Thread Sune Vuorela
On Thursday 29 March 2007, Tom Wright wrote:
> I thought it happened in all applications, but I've since done some more
> testing.  It happens in KWrite, KMyMoney, GIMP and an application of my own
> (where I first noticed the problem - the app is written using the wxPython
> GUI libraries).  Oddly though, the problem doesn't appear with OpenOffice.

Funny. I don't see it in kwrite, in gimp, in kmail or in openoffice.

I would like to ask for more info, but currently I don't know what to ask for.

/Sune
-- 
Do you know how can I insert on the periferic from ICQ 6.7 and from Word NT?

First of all you never need to log from the LCD mailer.


pgpGoUh6HPfvQ.pgp
Description: PGP signature


Bug#414403: xserver-xorg-video-mga: Error detecting memory on g200e

2007-03-29 Thread Stefanos Papanicolopulos

Could you try increasing the memory to 4, 8 or 16MB in xorg.conf by
adding a VideoRam option in the Device section?


Ram sizes 2048, 4096 result in corrupted display, larger ones result in 
sigint 11 crashes of the server.


I just noted that the last commit of the xf86-video-mga driver at
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-mga.git says:

  Default mode on G200SE of 1024x768 @ 16bpp.
  The poor thing has so little VRAM that you can't do any bigger than 
640x480

  at 32bpp, so in the interest of having a reasonable screen size...

which implies that there is no error in the ram detection, but it is 
indeed so low.


--
Stefanos Papanicolopulos


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



Bug#385569: ITP: jboss-hibernate -- object/relational persistence service for Java

2007-03-29 Thread Arnaud Vandyck

On 3/29/07, Marcus Better <[EMAIL PROTECTED]> wrote:

> What about renaming this lib libhibernate-java?

I was following the pattern where source packages are named as the project,
but the binary package should be as you write, of course. (I leave it up to
you if you want to change the source package name.)


I'm ok with that: source package like the project, binary with the
Debian convention


Feel free to reassign the ITP to yourself.


I'll start with the dependencies.

--
Arnaud Vandyck


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



Bug#416069: please make your swfdec0.4 packages from new available somewhere

2007-03-29 Thread Gaudenz Steinlin
Hi David

Could you please make your updated swfdec packages available somewhere,
so that people can download them while they are sitting in NEW. 

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#385569: ITP: jboss-hibernate -- object/relational persistence service for Java

2007-03-29 Thread Marcus Better
> What about renaming this lib libhibernate-java?

I was following the pattern where source packages are named as the project, 
but the binary package should be as you write, of course. (I leave it up to 
you if you want to change the source package name.)

Feel free to reassign the ITP to yourself.

Marcus


pgpqX1t7roaRg.pgp
Description: PGP signature


Bug#416611: libapache-mod-perl: Possible DoS problem with PerlRun (CVE-2007-1349)

2007-03-29 Thread Peter Samuelson

[Kjetil Kjernsmo]
> The problem was fixed in the recent 1.30 RC1 of the package:
> 
> SECURITY: CVE-2007-1349 (cve.mitre.org)
> fix unescaped variable interpolation in Apache::PerlRun
> regular expression to prevent regex engine tampering.
> reported by Alex Solovey
> [Randal L. Schwartz , Fred Moyer 
> <[EMAIL PROTECTED]>]

Indeed, for reference the one-line fix is:

  svn diff -c521582 http://svn.apache.org/repos/asf/perl/modperl/branches/1.x

Do you know the scope of the DoS - does it allow the attacker to kill
the process running the perl program, or exhaust your memory, or what?

Thanks,
Peter


signature.asc
Description: Digital signature


Bug#413518: RFP 413518 Wagon package - granularity

2007-03-29 Thread Paul Cager
Marcus Better wrote:
> Paul Cager wrote:
>> The maven2 distribution contains about 7 wagon jars (wagon-file,
>> wagon-http-shared etc). What would be the best way to package this:
> 
> I suggest one source file and several binary packages. This is because 
> (a) the top-level svn directory has a project file listing the other
> sub-modules, so it can be built together,

Yes, that makes sense.

> (b) releases are tagged in the tags/ directory as "wagon-1.0-beta-2" etc
> with all the modules together (at least after alpha-7, where there are
> actually separate tags).

Good spot. I'd not noticed the differences between wagon and (e.g.)
plexus. I wonder why maven ships with beta-2 but ibiblio still has
alpha-4 as the latest. How are you meant to find the latest binaries?

> 
> If they ever start making separate releases it is not too hard to break up
> the source package.
> 
> The binary packages should probably be separated, for instance a user could
> wish to install only one of the two ssh providers, or none of them.

By the way, I probably haven't made it clear that I was just asking out
of idle curiosity. I'm not intending to package it myself. So leap right
in if you're interested!

Regards,
Paul


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



Bug#416616: fai-client: fai-do-scripts confused by new file output: POSIX shell script

2007-03-29 Thread Thomas Lange
> On Thu, 29 Mar 2007 11:45:13 +0200, Federico Di Gregorio <[EMAIL 
> PROTECTED]> said:

> Package: fai-client
> Version: 3.1.8
> Severity: grave
> Justification: renders package unusable

> After upgrading to the last file package the file command returns

Which version of the file package are you using?
-- 
regards Thomas


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



Bug#414615: gnat-gps: Crashes when activating any of the 'Browsers' submenu entries from the editor context menu

2007-03-29 Thread Kevin Brown

Ludovic Brenta wrote:

tags 414615 confirmed
thanks

Wow, that's a nice one.

But I get:

raised PROGRAM_ERROR : s-intman.adb:158 explicit raise

instead.


I don't get either of those errors.  It just crashes silently.  When I 
run the distribution version from gdb, it gets a SIGSEGV.


When I run a debugging version in gdb, the SIGSEGV appears in the gtk 
dialog code somewhere.  I suspect that SIGSEGV is hiding some other issue.




Alain, since you're so helpfully working on this, I would be
interested in testing your patches.  Kevin Brown (CC'd) is also
interested.  Please see http://www.ada-france.org/article131.html and
maybe we can all join forces with help from monotone.  The monotone
database contains some debugging code that Kevin and I added to
gnat-gps but never uploaded to Debian.  It is in a special branch
called org.debian.gnat-gps.debug.  You can also get packages from
there before they hit the archive (for example, libgtkada2 waited ~20
days in the NEW queue before being approved by the FTP masters).


This one is a tough one.  The debugger hasn't been very helpful thus 
far, but I haven't looked into this very much yet (rather busy with work 
lately).




--
Kevin Brown   [EMAIL PROTECTED]


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



Bug#336050: kwin-baghira: makes kpdf use 100% CPU

2007-03-29 Thread Ana Guerrero
Hi justin,

On Thu, Oct 27, 2005 at 09:42:16AM -0600, Justin Guerin wrote:
> Package: kwin-baghira
> Version: 0.7a-1
> Severity: minor
> 
> When using the baghira style, when kpdf loads a pdf file, the cpu usage
> jumps to 100%, and the application does not respond.  Change the style,
> and kpdf has no problems.
> 
> The problem seems to be a continual redraw of the page counter at the
> bottom left of kpdf.
>


Your problem was forwarded to upstream, see: 
http://bugs.kde.org/show_bug.cgi?id=139664

and is asking if you still have this problem.

Ana



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



Bug#291008: I think it's time to split switch and switch2 into two independent packages

2007-03-29 Thread Carlos Izquierdo

Hi,

More than two years have passed since the bug was opened and there
are now even less packages that make use of GTK1. I, too, would like to see
this dependency go so I propose that either the package gets split as the
original report suggested or at least change the dependencies of the package
so it can be used with either GTK1 or GTK2:

libglib1.2 (>= 1.2.0) | libglib2.0-0 (>= 2.6.0),
libgtk1.2 (>= 1.2.10-4) | libgtk2.0-0 (>= 2.6.0)

instead of the current:

libglib1.2 (>= 1.2.0), libglib2.0-0 (>= 2.6.0),
libgtk1.2 (>= 1.2.10-4), libgtk2.0-0 (>= 2.6.0)

Regards.


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



Bug#339702: About your bug: "juk: Add Folder spins forever" on the Debian BTS

2007-03-29 Thread Ana Guerrero
On Wed, Feb 28, 2007 at 01:25:59PM +, Rich Walker wrote:
> > - you are still experiencing this bug (adding in what version)
> 
> Yes: I've just installed juk again (3.5.5-2) and it still does it.
> 
> > - the bug was already fixed, 
> > - or if you have extra information on how reproduce this bug.
> 
> I think it's because I have automount directories that do not do
> mount anything because the hardware in question is not present.
> 
> If you can provide me a debugging/logging build, I'll give that a try.
>

Thanks for your response Rich.

If i have understood right, you have music in several devices, sometimes you
open juk to listen music in devices that are mounted but it hangs forever
searching for the music on the devices you have not mounted?

Ana


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



Bug#398198: Ubuntu

2007-03-29 Thread Loïc Minier
On Sat, Mar 03, 2007, Marc-André Lureau wrote:
> What do you think, loic?

 Marc-André; I just see this message now, I don't get general comments
 you make into this bug, it would be nice to Cc: me explicitely in the
 future. :)

 On this particular point, I think the package layout you sent me is
 okay.

-- 
Loïc Minier



Bug#398198: Diff for version 0.0.6

2007-03-29 Thread Loïc Minier
Hi Marc-André,

On Fri, Mar 23, 2007, Loïc Minier wrote:
>  here's a review of your proposed diff

 I wanted to make sure you did receive the review; please let me know if
 some points aren't clear to you or if you need some pointers for some
 of them.

   Bye,
-- 
Loïc Minier



Bug#416611: libapache-mod-perl: Possible DoS problem with PerlRun (CVE-2007-1349)

2007-03-29 Thread Kjetil Kjernsmo
On Thursday 29 March 2007 13:18, Peter Samuelson wrote:
> Do you know the scope of the DoS - does it allow the attacker to kill
> the process running the perl program, or exhaust your memory, or
> what?

I haven't tested, since I have no systems that are vulnerable, but from 
the original problem report by Alex Solovey:

If I have a PerlRun script, e.g., http://localhost/test/script, and
call it using a URL with special symbols like '(' in path_info,
PerlRun fails with server error. For example, calling
 http://localhost/test/script/(
produces this error:

[Thu Mar 22 10:24:57 2007] [error] Unmatched ( in regex; marked by <--
HERE in m//( <-- HERE $/ at
/usr/local/lib/perl5/site_perl/5.8.8/mach/Apache/PerlRun.pm line 171.


So, in most cases, it is an Internal Server Error, which, AFAIK does not 
kill the process, and will only affect the requesting client. The main 
fear among members of the mod_perl list was that it would be possible 
to inject a regular expression that would take forever to return, and 
possibly exhaust memory. Now, I think it is good practice to kill 
threads that run away, so a number of best practices should guard 
against this, but I guess it is legitimate to raise a security issue 
over the possibility of inserting an arbitrary regexp in an URL.

Kjetil
-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA


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



Bug#416544: Setup of Romanian keymap for X

2007-03-29 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 416544 patch l10n
thanks

Christian Perrier wrote:
> I think this probably belongs to xserver-xorg. The X keymap is set in
> that package's postinst. In that piece of code, I see nothing to
> properly handle Romanian keymaps (and, yes, this is ugly and not well
> scalable):
> 
>   db_get debian-installer/keymap || debug_report_status "db_get 
> debian-installer/keymap"
>   DI_KEYMAP="${RET##mac-usb-}"
>   DI_KEYMAP="${DI_KEYMAP%%-latin1}"
> 
>   case "$DI_KEYMAP" in
> be2) XMAP="be";;
> bg) XMAP="bg"; VARIANT="bds";;
> br) XMAP="us"; VARIANT="intl"; MODEL="pc104";;
> br-abnt2) XMAP="br"; VARIANT="abnt2"; MODEL="abnt2";;
> by) XMAP="by";;
> cf) XMAP="ca";;
> lfc-cat) XMAP="es"; VARIANT="cat";;
> cz-lat2) XMAP="cz";;
> de-latin1-nodeadkeys) XMAP="de"; VARIANT="nodeadkeys";;
> de) XMAP="de";;
> dvorak) XMAP="us"; VARIANT="dvorak"; MODEL="pc104";;
> dk) XMAP="dk";;
> es) XMAP="es";;
> fr_CH) XMAP="ch"; VARIANT="fr";;
> fr) XMAP="fr";;
> hebrew) XMAP="il";;
> hu) XMAP="hu";;
> fi) XMAP="fi";;
> fr-latin9) XMAP="fr"; VARIANT="latin9";;
> gb) XMAP="gb";;
> gr) XMAP="gr";;
> hu) XMAP="hu";;
> is) XMAP="is";;
> it) XMAP="it";;
> jp106) XMAP="jp"; MODEL="jp106";;
> la) XMAP="latam";;
> lt) XMAP="lt";; 
> # XXX should these be MODEL="macintosh"?
> mac-us-std) XMAP="us";;
> mac-de2-ext) XMAP="de"; VARIANT="nodeadkeys";;
> mac-fr2-ext) XMAP="fr";;
> mac-fr3) XMAP="fr";;
> mac-es) XMAP="es";;
> mac-usb-de_CH) XMAP="ch"; VARIANT="de";;
> no) XMAP="no";;
> pl) XMAP="pl";;
> pt) XMAP="pt";;
> uk) XMAP="gb";;
> lv-latin4) XMAP="lv";;
> se) XMAP="se";;
> sg) XMAP="ch"; VARIANT="de";;
> sk-qwerty) XMAP="sk"; VARIANT="qwerty";;
> sr-cy) XMAP="sr";;
> trf) XMAP="tr"; VARIANT="f";;
> trq) XMAP="tr";;
> ua) XMAP="ua";;
> uk) XMAP="gb"; VARIANT="intl";;
> us) XMAP="us"; MODEL="pc104";;
> *) XMAP="UNKNOWN";;
>   esac
> 

I'll test the attached patch and tell you about the results.


- --
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGC6f8Y8Chqv3NRNoRArEbAJoDhK5YOYnrCH24x17+aLwvxCXtZgCfbM2i
71NA6nt0TpFzxDqDA5aiTkM=
=zJi5
-END PGP SIGNATURE-
--- debian/xserver-xorg.postinst.in.old	2007-02-13 12:02:09.0 +0200
+++ debian/xserver-xorg.postinst.in	2007-03-29 14:34:17.0 +0300
@@ -1190,6 +1190,7 @@
 no) XMAP="no";;
 pl) XMAP="pl";;
 pt) XMAP="pt";;
+ro) XMAP="ro";;
 uk) XMAP="gb";;
 lv-latin4) XMAP="lv";;
 se) XMAP="se";;


Bug#416623: cryptonit: corrupted PNG

2007-03-29 Thread Justin B Rye
Package: cryptonit
Version: 0.9.7-2
Severity: normal

The /usr/share/pixmaps/folder_locked.png in this package (and, it
seems, all the other PNGs in the source tarball) are bad:

[EMAIL PROTECTED]:~$ display /usr/share/pixmaps/folder_locked.png
display: Improper image header `/usr/share/pixmaps/folder_locked.png'.
[EMAIL PROTECTED]:~$ file /usr/share/pixmaps/folder_locked.png
/usr/share/pixmaps/folder_locked.png: PNG image data, CORRUPTED,
[EMAIL PROTECTED]:~$ pngcheck -v /usr/share/pixmaps/folder_locked.png
File: /usr/share/pixmaps/folder_locked.png (2730 bytes)
  File is CORRUPTED.  It seems to have suffered DOS->Unix conversion.

Fortunately /usr/share/menu/cryptonit uses the XPM version.

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

Versions of packages cryptonit depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libldap22.1.30-13.3  OpenLDAP libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libwxbase2.6-0  2.6.3.2.1.5  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.1.5  wxWidgets Cross-platform C++ GUI t

cryptonit recommends no packages.

-- no debconf information


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



Bug#416624: icewm: Pointer focus don't work, it used to.

2007-03-29 Thread Helge Hafting
Package: icewm
Version: 1.2.30-1
Severity: normal


Pointer focus don't work; I move the pointer over some other window,
but that window don't get focus. Instead, focus remain at whatever
window that had focus before. Focus is changed only by clicking,
but I don't want to click unnecessarily.

I have tried changing .icewm/preferences, both with iceconf
and vi.  Getting pointer focus to work seems impossible, I have to click.
This used to work fine for many years . . .

What I want, is "focus follow pointer", and "click to raise".
I.e. no auto-raising.  "Click to raise" work as expected.
When experimenting, I managed to get icewm into a weird state
where it raises the window under the mouse pointer, but still
don't give it focus.  Looks like a missed focus call to me...


Contents of my .icewm/preferences, in case it might be of help:
# Generated by IceWM Configuration program 0.99.33
ClickToFocus=0
RaiseOnFocus=0

TaskBarAutoHide=0
TaskBarMailboxStatusBeepOnNewMail=0 
TaskBarMailboxStatusCountMessages=0 
TaskBarDoubleHeight=0 
TaskBarClockLeds=1 
MenuMouseTracking=1 
TaskBarShowStartMenu=1 
TaskBarShowWindowListMenu=1 
TaskBarShowCPUStatus=1 
TaskBarShowPPPStatus=0
ShowTaskBar=1 
TaskBarShowAllWindows=0 
TaskBarShowClock=1 
TaskBarShowMailboxStatus=0 
TaskBarShowWorkspaces=1 
TaskBarAtTop=0 
QuickSwitchToMinimized=1 
QuickSwitchToAllWorkspaces=0 
QuickSwitch=1 
AutoRaise=0

DesktopBackgroundCenter=1 
DelayPointerFocus=0
GrabRootWindow=1 
IgnoreNoFocusHint=0
LimitPosition=1 
LimitSize=1 
ManualPlacement=0 
MinimizeToDesktop=1
OpaqueResize=1 
OpaqueMove=1 
PointerColormap=1 
ShowXButton=1
ShowMoveSizeStatus=1 
SizeMaximized=0
SnapMove=1 
UseMouseWheel=1 
WarpPointer=1
Win95Keys=0 
EdgeSwitch=0 
AutoScrollDelay=60 
CornerSizeY=24 
CornerSizeX=24 
ClickMotionDelay=200 
AutoRaiseDelay=0 
DlgBorderSizeY=2 
DlgBorderSizeX=2 
SnapDistance=8 
ClickMotionDistance=4 
MultiClickTime=400 
BorderSizeY=6 
BorderSizeX=6 
PointerFocusDelay=0 
ScrollBarDelay=30 
AutoHideDelay=300 
TitleBarHeight=20 
ToolTipDelay=1000 
EdgeSwitchDelay=600 
DateFormat="%e. %B %Y"
IconPath=""
TimeFormat="%e /%m %T"
ActiveTaskBarFontName="-b&h-lucida-bold-r-*-*-*-120-*-*-*-*-*-*"
QuickSwitchFontName="-b&h-lucidatypewriter-bold-r-*-*-*-120-*-*-*-*-*-*"
ClockFontName="-b&h-lucidatypewriter-medium-r-*-*-*-140-*-*-*-*-*-*"
MenuFontName="-b&h-lucida-bold-r-*-*-*-120-*-*-*-*-*-*"
NormalTaskBarFontName="-b&h-lucida-medium-r-*-*-*-120-*-*-*-*-*-*"
StatusFontName="-b&h-lucidatypewriter-bold-r-*-*-*-120-*-*-*-*-*-*"
TitleFontName="-b&h-lucida-bold-r-*-*-*-120-*-*-*-*-*-*"
ToolTipFontName="-b&h-lucida-medium-r-*-*-*-120-*-*-*-*-*-*"
WindowListFontName=""
ClockCommand="xclock"
LockCommand="xlock"
LogoutCommand=""
LogoutCancelCommand=""
MailCommand=""
OpenCommand=""
RunCommand=""
DesktopBackgroundColor=""
DesktopBackgroundImage="/home/helgehaf/foto/utst/img00919.jpg"
Theme="nice/default.theme"
WorkspaceNames=" 1 "," 2 "," 3 "," 4 "


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (800, 'stable'), (700, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-rc5-mm2
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages icewm depends on:
ii  icewm-common  1.2.30-1   wonderful Win95-OS/2-Motif-like wi
ii  imlib11   1.9.14-31  Imlib is an imaging library for X 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.3-1  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm61:1.0.2-1  X11 Session Management library
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-4shared library for GIF images
ii  libx11-6  2:1.1.1-1  X11 client-side library
ii  libxext6  1:1.0.3-1  X11 miscellaneous extension librar
ii  libxft2   2.1.12-1   FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.2.0-4  X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  zlib1g1:1.2.3-13 compression library - runtime

icewm recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTE

Bug#416092: mondo: Editor hardcoded to 'vi' [Patch attached]

2007-03-29 Thread Andree Leidenfrost
Hi Bruno,

Okidoki, no worries.

Cheers,
Andree

On Wed, 2007-03-28 at 17:44 +0200, Bruno Cornec wrote:
> Andree Leidenfrost said on Wed, Mar 28, 2007 at 08:04:28PM +1000:
> 
> > > > -   strcpy(editor, "vi");   // find_my_editor() );
> > > > +   strcpy(editor, find_my_editor() );
> > > 
> > > Tien. Not the same patch. 
> > 
> > What does this mean?
> 
> Forget that remark, I was upset, and I made a confusion between Hugo and
> the other person flaming on the ML. Sorry for that.
> 
> If you want, you can look at what I did for the stable branch. I think
> that's the good approach (using indeed find_my_editor , and that
> function now looks for EDITOR).
> 
> I probably need to retrofit it in upcoming 2.2.2
> 
> Bruno.
-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia



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


Bug#416627: Request for debian-l10n-malayalam mailing list

2007-03-29 Thread Praveen A

Package: lists.debian.org
Severity: wishlist

Name:
debian-l10n-malayalam
Rationale:
We have been using a common mailing list for all  Malayalam
translations till now. As
   we have more people working on it (We have completed
debian-installer and 21% of
  debconf templates) and we are staring to feel a focused mailing
list for debian would
  make the situation better. As we still have a lot of work left
and we need to have better
  co-ordination to make sure we don't duplicate work. Also since
the nature of debian
  translations are different -- lots of small files to translate,
it would not be best
  to use the existing list.
Short Description:
Malayalam Localization
Long Description:
Discussion forum for the translators of Debian-specific packages
and documentation to the Malayalam language.
Category:
Internationalization and Translations
Subscription Policy:
open
Post Policy:
open
Web Archive:
yes

Cheers
Praveen - Malayalam coordinator for debian installer
--
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign


Bug#416625: fetchmail: segfaults if bsmtp file can't be opened

2007-03-29 Thread Reto Schuettel
Subject: fetchmail: segfaults if bsmtp file can't be opened
Package: fetchmail
Version: 6.3.6-1
Severity: normal

fetchmail segfaults if the specified bsmtp file can't be opened (e.g. if it the 
parent
folder doesn't exist). 

* fetchmail manpage
|   bsmtp  -o   Specify BSMTP batch file to
|   append

I compiled fetchmail with debug symbols and I think I found the 
location of the bug.

sink.c:

 706 if (strcmp(ctl->bsmtp, "-") == 0)
 707 sinkfp = stdout;
 708 else
 709 sinkfp = fopen(ctl->bsmtp, "a");
 710 
 711 /* see the ap computation under the SMTP branch */
 712 need_anglebrs = (msg->return_path[0] != '<');
 713 fprintf(sinkfp,
 714 "MAIL FROM:%s%s%s",
 715 need_anglebrs ? "<" : "",
 716 (msg->return_path[0]) ? msg->return_path : user,
 717 need_anglebrs ? ">" : "");

I guess fetchmail should check if the open was successful :).

Program received signal SIGSEGV, Segmentation fault.
0xb7c83629 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7c83629 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
#1  0xb7c8c212 in fprintf () from /lib/tls/i686/cmov/libc.so.6
#2  0x0805c31e in open_sink (ctl=0x8090688, msg=0x8087800, 
good_addresses=0xbfddcd9c, bad_addresses=0xbfddcd98) at sink.c:713
#3  0x08059b72 in readheaders (sock=6, fetchlen=2057, reallen=3795, 
ctl=0x8090688, num=3, suppress_readbody=0x0) at transact.c:1151
#4  0x08056682 in do_session (ctl=0x8090688, proto=0x807d000, maxfetch=0) at 
driver.c:621
#5  0x080685da in doIMAP (ctl=0x8090688) at imap.c:1302
#6  0x0804e87b in query_host (ctl=0x8090688) at fetchmail.c:1480
#7  0x0804f4de in main (argc=1095565372, argv=0xbfde10d4) at fetchmail.c:739

Regards,

Reto Schüttel


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_CH.iso88591)

Versions of packages fetchmail depends on:
ii  adduser 3.102Add and remove users and groups
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

Versions of packages fetchmail recommends:
ii  ca-certificates   20070303   Common CA Certificates PEM files

-- no debconf information


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



Bug#416626: mdadm.conf typo for symlinks=

2007-03-29 Thread Tim Phipps
Package: mdadm
Version: 2.5.6-9
Severity: minor

mdadm.conf(5):
 symlinks=no
Normally when creating devices in /dev/md/ mdadm will create
a matching symlink from /dev/ with a name starting md or md_.
Give symlinked=no to suppress this symlink creation.  
^^

-- Package-specific info:
--- mount output
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw)
none on /proc type proc (rw)
udev on /dev type tmpfs (rw)
/dev/hdc1 on / type ext3 (rw,data=journal)
usbfs on /proc/bus/usb type usbfs (rw,nosuid,nodev,noexec)
devpts on /dev/pts type devpts (rw,nosuid,noexec)
media on /media type tmpfs (rw)
/dev/hda3 on /home type ext3 (rw,data=journal)
/dev/sda1 on /myth type ext3 (rw,data=ordered)
nfsd on /proc/fs/nfsd type nfsd (rw)
rpc_pipefs on /dev/shm/var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

--- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes symlinks=no

# automatically tag new arrays as belonging to the local system
HOMEHOST 

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays

# This file was auto-generated on Tue, 13 Mar 2007 17:38:23 +
# by mkconf $Id: mkconf 261 2006-11-09 13:32:35Z madduck $

--- /proc/mdstat:
Personalities : 
unused devices: 

--- /proc/partitions:
major minor  #blocks  name

   3 0  245117376 hda
   3 15245191 hda1
   3 2   10490445 hda2
   3 3  227375977 hda3
   3 4292 hda4
   364  245117376 hdb
   3655253223 hdb1
   3663462007 hdb2
   3675253255 hdb3
   368  1 hdb4
   3695253223 hdb5
   3705253223 hdb6
   3715253223 hdb7
   3725253223 hdb8
   3735253223 hdb9
   3745253223 hdb10
   3755253223 hdb11
   3765253223 hdb12
   3775253223 hdb13
   3785253223 hdb14
   3795253223 hdb15
   3805253223 hdb16
   3815253223 hdb17
   3825253223 hdb18
   3835253223 hdb19
   3845253223 hdb20
   3855253223 hdb21
   3865253223 hdb22
   3875253223 hdb23
   3885253223 hdb24
   3895253223 hdb25
   3905253223 hdb26
   3915253223 hdb27
   3925253223 hdb28
   3935253223 hdb29
   3945253223 hdb30
   3955253223 hdb31
   3965253223 hdb32
   3975253223 hdb33
   3985253223 hdb34
   3995253223 hdb35
   3   1005253223 hdb36
   3   1015253223 hdb37
   3   1025253223 hdb38
   3   1035253223 hdb39
   3   1045253223 hdb40
   3   1055253223 hdb41
   3   1065253223 hdb42
   3   1075253223 hdb43
   3   1085253223 hdb44
   3   1095253223 hdb45
   3   1105253223 hdb46
   3   1115253223 hdb47
   3   1125253223 hdb48
  22 0  244198584 hdc
  22 15253223 hdc1
  22 22546302 hdc2
  22 35253255 hdc3
  22 4  1 hdc4
  22 55253223 hdc5
  22 65253223 hdc6
  22 75253223 hdc7
  22 85253223 hdc8
  22 95253223 hdc9
  22105253223 hdc10
  22115253223 hdc11
  22125253223 hdc12
  22135253223 hdc13
  22145253223 hdc14
  22155253223 hdc15
  22165253223 hdc16
  22175253223 hdc17
  22185253223 hdc18
  22195253223 hdc19
  22205253223 hdc20
  22215253223 hdc21
  22225253223 hdc22
  22235253223 hdc23
  22245253223 hdc24
  22255253223 hdc25
  22265253223 hdc26
  22275253223 hdc27
  22285253223 hdc28
  22295253223 hdc29
  22305253223 hdc30
  22315253223 hdc31
  22325253223 hdc32
  22335253223 hdc33
  22345253223 hdc34
  22355253223 hdc35
  22365253223 hdc36
  22375253223 hdc37
  22385253223 hdc38
  22395253223 hdc39
  22405253223 hdc40
  22415253223 hdc41
  22425253223 hdc42
  22435253223 hdc43
  22445253223 hdc44
  22455253223 hdc45
  22465253223 hdc46
  22475253223 hdc47
  22485253223 hdc48
   8 0  117220824 sda
   8 1  117220792 sda1

--- initrd.img-2.6.18-hippo-4-686:
11951 blocks
scripts/local-top/mdadm
lib/modules/2.6.18-hippo-4-686/kernel/drivers/md/dm-mirror.ko
lib/modules/2.6.18-hippo-4-686/kernel/drivers/md/dm-snapshot.ko
lib/modules/2.6.18-hippo-4-686/kernel/drivers/md/dm-mod.ko

--- /proc/modules:
dm_mirror 19888 0 - Live 0xde992000
dm_snapshot 15556 0 - Live 0xde95a000
dm_mod 51064 2 dm_mirror,dm_snapshot, Live 0xde9a3000

--- volume detail:

--- /pr

Bug#416628: pam_unix allow login user

2007-03-29 Thread Robert Wolf


Package: libpam0g
Version: 0.79-4

Package: libnss-ldap
Version: 251-7.5


On Debian Sarge in LDAP authentication enviroment it is possible to allow
login only for users listed in group identified by "pam_groupdn". In case the
user does not exist in the group, access is debied by LDAP. Usually the
pam_ldap precede pam_unix. In case the user "root" is not in LDAP but only
local user (in case of all LDAP servers failure), the user "root" can still
login even if not in "pam_groupdn" listed - pam_unix checks if user "root"
exists in system and in shadows.

On Debian Etch this does not work and PAM allows login users which are not
local on the machine and were authenticated against LDAP. Pam_ldap in this
case deny access but pam_ldap is only "sufficient" and then pam_unix is
processed and in this case pam_unix allows login to users which has not record
for shadow password. For pam_unix there is a option "broken_shadow", which
should ignore errors when reading shadown info for user. This should be the
case, but pam_unix ignores errors even without this option and allow login.

I am not sure, in which package is the error, but IMO pam_unix should not allow 
login users without correct shadow info if option "broken_shadow" not used.

I wanted to send an email into pam-list mailing list, but my email has been
never distributed in the mailing list (I am subscribed and I have sent email
from correct email address). Please, see my email to pam-list mailing list
below, it contains detailed info.

Regards,

Wolf.

###

Dear PAM dev team,

I would like to ask you for your opinion to the following situation:

I have Linux setup for LDAP authention. On Debian system, I've installed
libnss-ldap and libpam-ldap packages and configured

/etc/pam_ldap.conf and /etc/libnss-ldap.conf
==
uri ldaps://LDAP-HOST
base BASE-DN
ldap_version 3
scope sub
idle_timelimit 3600
nss_connect_policy persist
bind_policy hard
timelimit 30
pam_filter objectclass=posixAccount
pam_login_attribute uid
pam_lookup_policy yes
pam_groupdn LOGIN-ALLOWED-GROUP-DN
pam_min_uid 1
pam_password clear
ssl on
tls_checkpeer yes
tls_cacert /etc/ldap/cacerts.pem
tls_cacertfile /etc/ldap/cacerts.pem
pam_member_attribute uniqueMember
==

/etc/pam.d/ssh (default by debian package)
==
auth   required pam_env.so
auth   required pam_env.so envfile=/etc/default/locale
@include common-auth
accountrequired pam_nologin.so
@include common-account
@include common-session
sessionoptional pam_motd.so
sessionoptional pam_mail.so standard noenv
sessionrequired pam_limits.so
@include common-password
==

/etc/pam.d/common-account (inserted line with pam_ldap.so)
==
account sufficient /lib/security/pam_ldap.so
account requiredpam_unix.so
==

Everything works fine, but I would like to limit access only for users
included in group referenced by LDAP DN LOGIN-ALLOWED-GROUP-DN and I have a
user's DN in this group. I would like to keep access for root user in case of
LDAP server failure. User root has which has records in /etc/passwd and
/etc/shadow files.

I have DN of user TESTER-A in the group LOGIN-ALLOWED-GROUP-DN. User TESTER-B
is not in this group listed.

When I try to login on Debian 3.1 Sarge using SSH on account TESTER-A,
everything goes correct, and user can login. When I try to login with user
TESTER-B, system asks for password and then, because the TESTER-B is not in
LOGIN-ALLOWED-GROUP-DN group, it writes "You must be a uniqueMember of
LOGIN-ALLOWED-GROUP-DN to login. Connection closed by IP". This is what I
expect. Because "account sufficient pam_ldap" did not pass, pam_unix is
tested, but the account has no record in /etc/shadow and login is disabled.

But the same configuration on Debian 4.0 Etch and Gentoo gives the different
results. For the user TESTER-A everything goes same way, that's correct. But
for TESTER-B the system asks password and then writes "You must be a
uniqueMember of LOGIN-ALLOWED-GROUP-DN to login." but allow user to login. In
this case pam_unix does not block to login and allow to login for user which
does not exist on the system (TESTER-B exists only in LDAP).

I have found following problem in the source code:

Until version 246, libnss-ldap uses character "x" if userPassword LDAP
attribute is not present (or contains unknown type). Since version 246 it uses
character "*" (see. libnss-ldap/ChangeLog, version 246, BUG#240).

==
libnss-ldap:ChangeLog
-
246 Luke Howard <[EMAIL PROTECTED]>
  * fix for BUG#240: return "*" rather than "x" for
userPassword if not present

Bug#413518: RFP 413518 Wagon package - granularity

2007-03-29 Thread Arnaud Vandyck

On 3/29/07, Paul Cager <[EMAIL PROTECTED]> wrote:
[...]

By the way, I probably haven't made it clear that I was just asking out
of idle curiosity. I'm not intending to package it myself. So leap right
in if you're interested!


Well, I think everybody understood you were ready to do the job :-D

--
Arnaud Vandyck


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



Bug#345040: fglrx-driver: New upstream release (8.35.5) should fix this issue

2007-03-29 Thread Marcel Dischinger
Package: fglrx-driver
Version: 8.31.5-1
Followup-For: Bug #345040

>From the release nodes of version 8.35.5:
> The screen no longer turns black if the X-Server is terminated from the
> text console. This condition was known to occur only on certain laptop
> confgiurations. Further details can be found in topic number 737-26829.


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



Bug#416629: src/wdm/access.o:(.debug_info+0xb64): undefined reference to `.L159'

2007-03-29 Thread Martin Michlmayr
Package: gcc-snapshot
Version: 20060326-1

I'll report to upstream when I have a small testcase.

> Automatic build of wdm_1.28-2.2 on em64t by sbuild/amd64 0.53
...
> gcc  -L./bin  -L/usr/X11R6/lib src/wdm/Greet.o src/wdm/access.o 
> src/wdm/auth.o src/wdm/choose.o src/wdm/daemon.o src/wdm/dm.o 
> src/wdm/dpylist.o src/wdm/file.o src/wdm/genauth.o src/wdm/loghelpers.o 
> src/wdm/mitauth.o src/wdm/netaddr.o src/wdm/policy.o src/wdm/protodpy.o 
> src/wdm/reset.o src/wdm/resource.o src/wdm/server.o src/wdm/session.o 
> src/wdm/socket.o src/wdm/util.o src/wdm/verify.o src/wdm/xdmcp.o -lcrypt 
> -lutil  -lwdm -lSM -lICE -lXext -lX11 -lXft -lm  -lXinerama -lWINGs -lwraster 
> -lXft -lpam -ldl  -lXmu -lXau -lXdmcp -o bin/wdm
> src/wdm/access.o:(.debug_info+0xb64): undefined reference to `.L159'
> collect2: ld returned 1 exit status

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


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



Bug#386100: ITP c3p0

2007-03-29 Thread Arnaud Vandyck

owner 386100 !
thanks

I've discuss with Marcus and i'll be packaging c3p0.

--
Arnaud Vandyck


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



Bug#339702: About your bug: "juk: Add Folder spins forever" on the Debian BTS

2007-03-29 Thread Rich Walker
Ana Guerrero <[EMAIL PROTECTED]> writes:

> On Wed, Feb 28, 2007 at 01:25:59PM +, Rich Walker wrote:
>> > - you are still experiencing this bug (adding in what version)
>> 
>> Yes: I've just installed juk again (3.5.5-2) and it still does it.
>> 
>> > - the bug was already fixed, 
>> > - or if you have extra information on how reproduce this bug.
>> 
>> I think it's because I have automount directories that do not do
>> mount anything because the hardware in question is not present.
>> 
>> If you can provide me a debugging/logging build, I'll give that a try.
>>
>
> Thanks for your response Rich.
>
> If i have understood right, you have music in several devices, sometimes you
> open juk to listen music in devices that are mounted but it hangs forever
> searching for the music on the devices you have not mounted?

No:

I have music on one device. Other devices are not present, but in the
automounter table.

The problem was with "Add folder" - but it seems to be working now.

cheers, Rich.

-- 
rich walker |  Shadow Robot Company | [EMAIL PROTECTED]
technical director 251 Liverpool Road   |
need a Hand?   London  N1 1LX   | +UK 20 7700 2487
www.shadowrobot.com/hand/overview.shtml


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



Bug#416625: fetchmail: segfaults if bsmtp file can't be opened

2007-03-29 Thread Nico Golde
Hi,
* Reto Schuettel <[EMAIL PROTECTED]> [2007-03-29 14:21]:
> Subject: fetchmail: segfaults if bsmtp file can't be opened
> Package: fetchmail
> Version: 6.3.6-1
> Severity: normal
> 
> fetchmail segfaults if the specified bsmtp file can't be opened (e.g. if it 
> the parent
> folder doesn't exist). 
> 
> * fetchmail manpage
> |   bsmtp  -o   Specify BSMTP batch file to
> |   append
> 
> I compiled fetchmail with debug symbols and I think I found the 
> location of the bug.
> 
> sink.c:
> 
>  706 if (strcmp(ctl->bsmtp, "-") == 0)
>  707 sinkfp = stdout;
>  708 else
>  709 sinkfp = fopen(ctl->bsmtp, "a");
>  710 
>  711 /* see the ap computation under the SMTP branch */
>  712 need_anglebrs = (msg->return_path[0] != '<');
>  713 fprintf(sinkfp,
>  714 "MAIL FROM:%s%s%s",
>  715 need_anglebrs ? "<" : "",
>  716 (msg->return_path[0]) ? msg->return_path : user,
>  717 need_anglebrs ? ">" : "");
> 
> I guess fetchmail should check if the open was successful :).

The funny thing is that there already is a check for this 
but at the wrong place :)
At the end of the function:

 743 if (ferror(sinkfp))
 744 {
 745 report(stderr, GT_("BSMTP file open or preamble write failed\n"));
 746 return(PS_BSMTP);
 747 }

I send a patch to upstream. Thanks for your excellent bug report!
Kind regards
Nico

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


pgp5uvt5P5OwM.pgp
Description: PGP signature


Bug#416627: Request for debian-l10n-malayalam mailing list

2007-03-29 Thread Martin Zobel-Helas
Hi, 

Please follow the guidelines for new lists at

http://www.debian.org/MailingLists/HOWTO_start_list

After filing the request, it would be very much appreciated if several 
other people interested in the new list would send a mail to the bug,
in order to record their interest.

Greetings
Martin
-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life



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



Bug#416616: fai-client: fai-do-scripts confused by new file output: POSIX shell script

2007-03-29 Thread Federico Di Gregorio
Il giorno gio, 29/03/2007 alle 13.39 +0200, Thomas Lange ha scritto:
> > On Thu, 29 Mar 2007 11:45:13 +0200, Federico Di Gregorio <[EMAIL 
> > PROTECTED]> said:
> 
> > Package: fai-client
> > Version: 3.1.8
> > Severity: grave
> > Justification: renders package unusable
> 
> > After upgrading to the last file package the file command returns
> 
> Which version of the file package are you using?

4.20-3 on the amd64 arch.

# file /var/lib/fai/config/scripts/POWUA_NODE/10-ssh
/var/lib/fai/config/scripts/POWUA_NODE/10-ssh: POSIX shell script text 
executable

# head -1 /var/lib/fai/config/scripts/POWUA_NODE/10-ssh
#!/bin/sh

Hope this helps,
federico

-- 
Federico Di Gregorio http://people.initd.org/fog
Debian GNU/Linux Developer[EMAIL PROTECTED]
INIT.D Developer   [EMAIL PROTECTED]
  Those who do not study Lisp are doomed to reimplement it. Poorly.
 -- from Karl M. Hegbloom .signature


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#416630: squid3: Wrong path to cachemgr.conf in cachemgr3.cgi

2007-03-29 Thread Wolfram Pienkoss
Package: squid3
Version: 3.0.PRE5-5
Severity: normal

The path to the config file for the /usr/lib/cgi-bin/cachemgr3.cgi
is compiled in as /etc/squid/cachemgr.conf, but the correct  path is
/etc/squid3/cachemgr.conf.

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

Versions of packages squid3 depends on:
ii  adduser   3.102  Add and remove users and groups
ii  coreutils 5.97-5.3   The GNU core utilities
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdb4.4  4.4.20-8   Berkeley v4.4 Database Libraries [
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libldap2  2.1.30-13.3OpenLDAP libraries
ii  libpam0g  0.79-4 Pluggable Authentication Modules l
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  netbase   4.29   Basic TCP/IP networking system
ii  squid3-common 3.0.PRE5-5 A full featured Web Proxy cache (H

squid3 recommends no packages.

-- no debconf information


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



Bug#416427: Search with tags fail

2007-03-29 Thread Varun Hiremath
Hi Klaus,

On Thu, 29 Mar, 2007 at 12:16:15AM +0200, Klaus Ethgen wrote:
> Hi Varun,
> 
> Am Mi den 28. Mär 2007 um 14:34 schrieb Varun Hiremath:
> > Thanks for the report. I could reproduce it. But, I don't know how to
> > fix this, so I have forwarded it upstream. I am waiting for their
> > response.
> 
> I debugged the problem a bit. flickrfs try to get a not existent attrib
> named originalformat.
> 
> I did a small patch to not fix the error finally but do a workaround
> that work.

Thanks. I have included your patch as a temporary fix. Please find the
fixed version here:

dsc: 
http://varun.travisbsd.org/debian_packages/flickrfs/flickrfs_1.3.9.1-2.dsc

deb:
http://varun.travisbsd.org/debian_packages/flickrfs/flickrfs_1.3.9.1-2_all.deb

Thanks
Varun

-- 

 .''`. Varun Hiremath <[EMAIL PROTECTED]>
: :'  :Homepage: http://varun.travisbsd.org
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature


Bug#416616: fai-client: fai-do-scripts confused by new file output: POSIX shell script

2007-03-29 Thread Thomas Lange
> On Thu, 29 Mar 2007 14:37:28 +0200, Federico Di Gregorio <[EMAIL 
> PROTECTED]> said:

> Il giorno gio, 29/03/2007 alle 13.39 +0200, Thomas Lange ha scritto:
>> > On Thu, 29 Mar 2007 11:45:13 +0200, Federico Di Gregorio <[EMAIL 
PROTECTED]> said:
>> 
>> > Package: fai-client
>> > Version: 3.1.8
>> > Severity: grave
>> > Justification: renders package unusable
>> 
>> > After upgrading to the last file package the file command returns
>> 
>> Which version of the file package are you using?

> 4.20-3 on the amd64 arch.

Testing/Etch includes file package version 4.17-5. This works without
problems. So I think this bug is only in unstable.

-- 
regards Thomas


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



Bug#416616: fai-client: fai-do-scripts confused by new file output: POSIX shell script

2007-03-29 Thread Federico Di Gregorio
Il giorno gio, 29/03/2007 alle 14.42 +0200, Thomas Lange ha scritto:
> Testing/Etch includes file package version 4.17-5. This works without
> problems. So I think this bug is only in unstable. 

Yes, the bug is only in unstable right now but will be in etch when the
file package migrates in it. As I said, solving it in fai is really
simple, just change the following line in fai-do-scripts:

*"executable shell script"*|*"/bash script"*|*"Bourne shell 
script"*|*"Bourne-Again shell script"*)

to

*"POSIX shell script"*|*"executable shell script"*|*"/bash 
script"*|*"Bourne shell script"*|*"Bourne-Again shell script"*)

And fai will continue to work when file migrates or when the user
install it from unstable.

federico

-- 
Federico Di Gregorio http://people.initd.org/fog
Debian GNU/Linux Developer[EMAIL PROTECTED]
INIT.D Developer   [EMAIL PROTECTED]
 There's no greys, only white that's got grubby. I'm surprised you
  don't know that. And sin, young man, is when you treat people as
  things. Including yourself.   -- Granny Weatherwax


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#416583: gnome-icon-theme: gnome-session icon is missing

2007-03-29 Thread Sven Arvidsson
On Thu, 2007-03-29 at 12:04 +0800, Hongzheng Wang wrote:
> The gnome-session.png is missing in the latest experimental build of
> this package.  Is it a prescribed change of upstream?

Hi,

This icon is now shipped by gnome-session and not part of the icon
theme.
http://svn.gnome.org/viewcvs/gnome-session/trunk/data/icons/scalable/session-properties.svg?revision=4308

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#416631: squid3: unknown tag "digest_generation"

2007-03-29 Thread Wolfram Pienkoss
Package: squid3
Version: 3.0.PRE5-5
Severity: wishlist

Digest generation is disabled by default and the tag "digest_generation" is
unknown. The package seems to be compiled without the option
"--enable-cache-digests".


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

Versions of packages squid3 depends on:
ii  adduser   3.102  Add and remove users and groups
ii  coreutils 5.97-5.3   The GNU core utilities
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdb4.4  4.4.20-8   Berkeley v4.4 Database Libraries [
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libldap2  2.1.30-13.3OpenLDAP libraries
ii  libpam0g  0.79-4 Pluggable Authentication Modules l
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  netbase   4.29   Basic TCP/IP networking system
ii  squid3-common 3.0.PRE5-5 A full featured Web Proxy cache (H

squid3 recommends no packages.

-- no debconf information


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



Bug#416632: fai-server: eject package missing in NFSROOT file

2007-03-29 Thread nyal
Package: fai-server
Version: 3.1.8
Severity: normal
Tags: patch

fai uses eject command in "subroutines" file (function task_faiend).
eject is using with fai's CD.

diff -Naur fai-3.1.8.new/conf/NFSROOT fai-3.1.8/conf/NFSROOT
--- fai-3.1.8.new/conf/NFSROOT  2007-03-29 14:59:13.0 +0200
+++ fai-3.1.8/conf/NFSROOT  2007-03-29 14:59:53.0 +0200
@@ -5,7 +5,7 @@
 bootpc rsync lftp rsh-client less dump reiserfsprogs usbutils
 psmisc pciutils hdparm smartmontools parted mdadm lvm2
 dnsutils ntpdate dosfstools cvs jove xfsprogs xfsdump
-sysutils dialog discover mdetect
+sysutils dialog discover mdetect eject
 console-tools console-common
 expect iproute udev subversion

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17.4dedibox_r5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#415557: gtk2-engines-gtk-qt: Colors of GTK apps wrong when started from xterm

2007-03-29 Thread Bastian Venthur
I think this bug has been fixed by a patch (see: #314802) I've written
once and which is now included in upstreams version. Unfortunately this
is not in Etch and probably never will.

Could you please test, if this bug is still present in unstable?


Cheers,

Bastian

Am 20.03.2007 11:13 schrieb Heiner Markert:
> When I enable a certain GTK theme (e.g. Clearlooks) in the kde
> control center and activate "apply colors to non-kde apps" in the
> color settings, gtk apps show correct when I start them from starters
> in the menu. However, when opening an xterm and starting some GTK app
>  (e.g. gedit), the colors are wrong. This is due to the fact that the
> ~/.gtkrc-2.0 file generated by the control center part does not 
> include "$HOME/.kde/share/config/gtkrc-2.0", which is responsible for
> the colors set by KDE. Adding a corresponding include line to
> ~/.gtkrc-2.0 solves the problem.



-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#299394: timidity: Menu Icon please

2007-03-29 Thread Joost Yervante Damad
Hello,

I converted the icon available in /usr/lib/timidity/bitmaps/timidity.xbm to 
32x32 and added it to my version of the package, but in my opinion it is not 
useful/readable. The icon attached in an earlier mail in this bugreport by  
Javier Serrano Polo is much better.

Greetings, Joost Damad




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



Bug#416633: fai-server: setup_harddisk_(2), fstab with UUID

2007-03-29 Thread nyal
Package: fai-server
Version: 3.1.8
Severity: wishlist


hi,

I have internal SAS disks and external SAS disks (hba card). When i add
an external SAS disk, the device name of my internal SAS disk is moving
(/dev/sdc -> /dev/sdd)
I can't load the internal SAS disk module kernel first because: 
- internal and external disks have the same kernel module

Cheers,


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17.4dedibox_r5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#416634: ekiga: Crashes on amd64 when accepting an incoming call

2007-03-29 Thread Guus Sliepen
Package: ekiga
Version: 2.0.3-5
Severity: serious

On amd64, ekiga crashes when accepting an incoming call. This makes the
software unusable. The old gnomemeeting package, now replaced by a dummy
package depending on ekiga, did not have this problem. In a Debian
unstable i386 chroot it works OK, so I guess this means it's a 64 bit
issue. I'll try to debug this problem, when I know more I'll send more
information.

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

Versions of packages ekiga depends on:
ii  evolution-data-server  1.6.3-4   evolution database backend server
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-5  Avahi client library
ii  libavahi-common3   0.6.16-5  Avahi common library
ii  libavahi-glib1 0.6.16-5  Avahi glib integration library
ii  libbonobo2-0   2.14.0-4  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-6  The Bonobo UI library
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-4   Client library for evolution addre
ii  libedataserver1.2-71.6.3-4   Utility library for evolution data
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-3  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libopal-2.2.0  2.2.3.dfsg-3  Open Phone Abstraction Library - s
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libpt-1.10.0   1.10.2-2  Portable Windows Library
ii  libpt-plugins-alsa 1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-v4l  1.10.2-2  Portable Windows Library Video Plu
ii  libpt-plugins-v4l2 1.10.2-2  Portable Windows Library Video Plu
ii  libsdl1.2debian1.2.11-8  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  yelp   2.14.3-2  Help browser for GNOME 2

ekiga recommends no packages.

-- no debconf information


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



Bug#416635: Problem with qdvdauthor preparing slideshow

2007-03-29 Thread Dai

Package: qdvdauthor
Version: 0.1.5-0.1

I have a debian sid install with 2.6.20.4 kernel (sidux based distro)

qdvdauthor version 0.1.5-0.1
dvd-slideshow 0.8.0-0.1

Whilst compiling a slideshow with qdvdauthor frontend to a tmp folder on 
a fat32 partition, the programme froze. I then found every file had been 
'wiped' from the partition. Some directories remained but were empty. I 
manage to recover most of the 'lost' files but this was a painstaking 
waste of a day!


D R Bickham



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



Bug#416621: shows closed bugs as outstanding AND done

2007-03-29 Thread Adam D. Barratt

Hi,

2007-03-27, 10:51 UTC, Bastian Venthur wrote:

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=reportbug-ng;dist=unstable

currently shows:

===
Debian Bug report logs: package reportbug-ng in unstable (versions
0.2007.03.24, 0.2007.03.27, 0.2007.03.28)
...
===

Note the three different versions, currently only .28 is in unstable.


No, all three are in unstable.

0.2007.03.24 for m68k
0.2007.03.27 for arm, s390
0.2007.03.28 for alpha, amd64, hppa, i386, ia64, mips, mipsel, powerpc, 
sparc



It also shows many already closed bugs under "Outstanding bugs" but
with the tag "Done:"

Could debbugs please just show the current status of unstable? If it's
done, it should appear under resolved shouldn't it?


It does. There are three package versions in unstable, so all bugs that are 
open in the earliest (i.e. .24) must be considered open for unstable.


See 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=reportbug-ng;dist=unstable;arch=sparc 
for example



bugs.debian.org/src:reportbug-ng

does it right BTW.


That's because the *source* in unstable is 0.2007.03.28. Not all of the 
binary packages are though.


Regards,

Adam



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



Bug#416636: depends on non-essential package in postrm

2007-03-29 Thread Michael Ablassmeier
Package: mono-xsp
Severity: serious
Version: 1.2.1-2
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Removing mono-xsp ...
  Purging configuration files for mono-xsp ...
  /var/lib/dpkg/info/mono-xsp.postrm: line 9: /usr/share/debconf/confmodule: No 
such file or directory
  dpkg: error processing mono-xsp (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   mono-xsp

the full log can be found here:

 http://people.debian.org/~abi/piuparts/mono-xsp

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

bye,
- michael



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



Bug#416637: depends on system user asterisk without creating them in postinst

2007-03-29 Thread Michael Ablassmeier
Package: asterisk-app-fax
Version: 0.0.20060218-4
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on
installation because of no asterisk system user. Please use adduser in
order to create system users. 

 Setting up asterisk-app-fax (0.0.20060218-4) ...
 chown: `asterisk:asterisk': invalid user
 dpkg: error processing asterisk-app-fax (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
 asterisk-app-fax
 E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~abi/piuparts/asterisk-app-fax

bye,
- michael



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



Bug#416046: octave2.9: pathdef doesn't include dir with info-emacs-info and info-emacs-octave-help

2007-03-29 Thread John W. Eaton
On 28-Mar-2007, Rafael Laboissiere wrote:

| package octave2.9
| tags 416046 = upstream patch
| thanks
| 
| I am forwarding below a bug report filed against the octave2.9 package in
| Debian. The full context can be seen at the Debian BTS [1].  The bug
| reporter is correctly complaining that the docs are outdated regarding the
| old built-in variables LOADPATH, INFO_FILES, and INFO_PROGRAM.  Please,
| consider the attached patch against the CVS sources, in which I tried to
| chase down all the references to the variables above.

I applied the patch.

| Changelog entries are also provided.

Diffs to ChangeLog files rarely apply cleanly, so rather than sending
diffs for them, it is more helpful if you extract them from your files
and send them without the diff markup.

Thanks,

jwe


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



Bug#403247: no automatic refresh also with thunar_0.8.0-1

2007-03-29 Thread Maximiliano Curia
Hola Michael Banck!

El 29/03/2007 a las 11:43 escribiste:
> can you guys maybe try the following gamin_0.1.8-2 package, and see
> whether it fixes your problems?
 
> http://people.debian.org/~mbanck/unstable/gamin_0.1.8-2_i386.deb
> http://people.debian.org/~mbanck/unstable/libgamin0_0.1.8-2_i386.deb
 
> or "deb http://people.debian.org/~mbanck/unstable/ ./"
 
> I pulled one patch from upstream which I thought fixed things for me
> when I was able to reproduce the problem; but as 0.1.8-1 is mostly
> working again for me now with thunar and pcmanfm for some reason, I am
> not sure it's the right fix, but worth a try.
 
> I'm continueing trying to reproduce this.

The patched version does not fix the problem. But continuing tests gave me more
info, the previous info I've sent were based on tests made mainly in an amd64
and only confirmed with a i386 desktop, as the source of the patch is not
provided I could not test the amd64, also the i386 machine had a little
different behaviour I did not see before, as I was focusing on the amd64 
machine.

Starting thunar on a i386 does start a gam_server, but not in an amd64.
(speaking of version 0.1.8, of course).

In two different i386 computers I have reproduced the problem that thunar is
not getting notified of the changes, neither with the -1 nor the -2 versions.

In a third i386 (upgraded to sid), thunar does get the notifications. In this
computer I also noticed, that, if you do the sequence: 
 1 - Start nautilus (it starts a gam_server),
 2 - start thunar (it connects to the gam_server), 
 3 - close thunar. 
As a result the gam_server that was started by nautilus is closed. Anyway
nautilus doesn't seem to be using the gam_server, so this might not be a bug
after all.

As a conclusion, I suspect that the problem is not in gamin itself, but in a
dependancy.

-- 
" Documentation is like sex: when it is good, it is very, very good; and when
it is bad, it is better than nothing. " -- (Dick Brandon)
Saludos /\/\ /\ >< `/


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



Bug#416639: fails to purge if update-inetd is not available

2007-03-29 Thread Michael Ablassmeier
Package: asp
Version: 1.8-5
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
if update-inetd is not installed:

 Removing asp ...
 dpkg: error processing asp (--purge):
  subprocess post-removal script returned error exit status 1
 Errors were encountered while processing:
  asp

the full log can be found here:

 http://people.debian.org/~abi/piuparts/asp

bye,
- michael


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



Bug#416501: nfdump: can't customize behaviour

2007-03-29 Thread Erik Wenzel
Am Mittwoch, den 28.03.2007, 15:00 +0200 schrieb oggei:
> Package: nfdump
> Version: 1.5.2-6
> Severity: important
> 
> 
> Hi, i needed to make some customizations on DAEMON_ARGS so i created one
> on /etc/default/nfcapd .
> Everything work fine except for -x (execute command on rotating) part,
> and no way getting it to work making all of sort of escaping.
> 
> example: 
> 
> DAEMON_ARGS="-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
> -x '/home/netflow/stuff/process.sh %f'"
> 
> 
> Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[2808]: Launcher: run command:
> ''/home/netflow/stuff/process.sh'
> Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[3089]: Can't execvp:
> '/home/netflow/stuff/process.sh: No such file or directory
> 
> and with:
> 
> DAEMON_ARGS="-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
> -x /home/netflow/stuff/process.sh %f"
> 
> 
> Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4605]: Launcher: run command:
> '/home/netflow/stuff/process.sh'
> Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4772]: Launcher: Startup.
> 
> 
> that's ok, but no expansion.
I don't think this is a nfdump related bugs. This looks like a shell
quoting  problem to me. 
Try DAEMON_ARGS="-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g
nfcapd -x \"/home/netflow/stuff/process.sh %f\""

-- 
Erik Wenzel <[EMAIL PROTECTED]>



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



Bug#416641: depends on non-essential package during postrm

2007-03-29 Thread Michael Ablassmeier
Package: aide
Version: 0.13.1-5
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Purging configuration files for aide ...
  /var/lib/dpkg/info/aide.postrm: line 10: /usr/share/debconf/confmodule: No 
such file or directory
  dpkg: error processing aide (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   aide

the full log can be found here:

 http://people.debian.org/~abi/piuparts/aide

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

bye,
- michael



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



  1   2   3   4   >