Bug#112507: Regarding 4.0% Quote for paul vanwaardenburg

2006-08-04 Thread Diann
Go od  day to you,

 I haave  receieveed your filled app.
 My j uni or  shall  then   Re-c on firm   yo ur in fo.

http://geocities.com/vicki294359801

Kind Attn: paul vanwaardenburg  

n your  His  troy is not an iss ue.

All re  fin @ncetypes have been ap prov ed  for you  paul
vanwaardenburg

Regards,

Diann




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



Bug#381394: postgresql-common fails to install at useradd command

2006-08-04 Thread Martin Pitt
reassign 381394 passwd 4.0.18-1
tag 381394 confirmed
thanks

Hi,

luke [2006-08-03 23:15 -0400]:
> When trying to install postgresql-common (a dependency of the server 
> package) I get an error when the user "postgres" is created:
> Setting up postgresql-common (58) ...
> useradd: invalid numeric argument 'postgres'
> adduser: `/usr/sbin/useradd -d /var/lib/postgresql -g postgres -s 
> /bin/bash -u 106 postgres' returned error code 3. Exiting.

I confirmed this in a clean sid environment (pbuilder):

# adduser --debug --system --home /var/lib/postgresql --shell /bin/bash --group 
--gecos "PostgreSQL administrator" postgres
Selecting UID from range 100 to 999 ...
Selecting GID from range 100 to 999 ...
Adding system user `postgres' (UID 100) ...
Adding new group `postgres' (GID 101) ...
/usr/sbin/groupadd -g 101 postgres
Adding new user `postgres' (UID 100) with group `postgres' ...
/usr/sbin/useradd -d /var/lib/postgresql -g postgres -s /bin/bash -u 100 
postgres
useradd: invalid numeric argument 'postgres'
adduser: `/usr/sbin/useradd -d /var/lib/postgresql -g postgres -s /bin/bash -u 
100 postgres' returned error code 3. Exiting.
[EMAIL PROTECTED]:/# echo $?
1

This is with current sid's passwd 4.0.18-1. When downgrading to the previous 
4.0.17-2, it works:

# adduser --debug --system --home /var/lib/postgresql --shell /bin/bash --group 
--gecos "PostgreSQL administrator" postgres
Selecting UID from range 100 to 999 ...
Selecting GID from range 100 to 999 ...
Adding system user `postgres' (UID 100) ...
Adding new group `postgres' (GID 101) ...
/usr/sbin/groupadd -g 101 postgres
Adding new user `postgres' (UID 100) with group `postgres' ...
/usr/sbin/useradd -d /var/lib/postgresql -g postgres -s /bin/bash -u 100 
postgres
/usr/bin/chage -M 9 postgres
/usr/bin/chfn -f PostgreSQL administrator postgres
Creating home directory `/var/lib/postgresql' ...
[EMAIL PROTECTED]:/# echo $?
0

Thus this seems to be a regression in the latest useradd, reassigning.

Thanks,

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#328535: found doesn't completely reopen at all

2006-08-04 Thread Magnus Holmgren
It seems that using found doesn't really reopen the bug even if found_version 
> fixed_version. See for example bug 312243 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312243,
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=roxen4)

In the bug list it's categorised as resolved. Changing the options to show 
bugs applicable to sid it's categorised as outstanding instead. But in any 
case, it's marked as Done and due to be archived, which is not what we want.

-- 
Magnus Holmgren[EMAIL PROTECTED]
   (No Cc of list mail needed, thanks)


pgp0eEK8Q3pjn.pgp
Description: PGP signature


Bug#380876: Python transition (#2): you are building a private python module !

2006-08-04 Thread Lionel Elie Mamane
On Tue, Aug 01, 2006 at 12:32:34PM +0200, [EMAIL PROTECTED] wrote:

>   your package has been detected as generating a (for most of that
> mass bug fill: private) python module/extension that may need an
> upgrade to the new Python Policy[1].

>   This bug (...), and its severity will be raised to serious when
> python will default to python2.4 (which should happend on tomorrow -
> Wed 2nd of July).

2nd of August, I presume?

> Please note that this bug (even not being RC) falls under the 0-day
> NMU policy.

Be my guest! NMU me harder! Add me (and the mailman package) to the
LowTresholdNMU list! Any bug fix / new upstream version NMU (based on
a SVN checkout, _not_ the package as last uploaded) of Mailman is more
than welcome, as well as new maintainers; the current maintainers are
failing spectacularly at making a quarter-decent job at maintaining
Mailman in Debian. They are so lousy that they haven't even filed a
RFH/RFA for it! The least inactive of them hasn't even glanced at
every Mailman bug in the BTS at least once. That's wy below Debian
standards.


Best Regards,

-- 
Lionel


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



Bug#381121: http://qa.debian.org/orphaned.html outdated

2006-08-04 Thread Matej Vela
Martin Michlmayr <[EMAIL PROTECTED]> writes:

> No, because a wml file leads to errors.

Thanks for the pointer, should be fixed now.

Cheers,

Matej


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



Bug#381042: mailman: subscription spam prevention

2006-08-04 Thread Paul Wise
On Fri, 2006-08-04 at 08:54 +0200, Lionel Elie Mamane wrote:

> > Please apply the attached patch which prevents extra subscription
> > spam.
> 
> How does it try to achieve that? Does it rate-throttle the
> subscriptions attempts for a particular email? Does it allow for an
> initial burst, for when a legitimate user has email interoperability
> problems? Does it simply discard subscription requests if an unexpired
> cookie exists for the same address?

On a per-list basis, it prevents the same email address from attempting
to subscribe more than once. It does this by checking the request pickle
and the confirmations pickle for the list and searching them for the
email being submitted. If it finds that the email already has a
pending-approval subscription or a to-be confirmed subscription, then it
discards the subscription attempt and logs a message containing the list
name, the email and the IP address the HTTP request was sent from.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#381042: mailman: subscription spam prevention

2006-08-04 Thread Lionel Elie Mamane
On Wed, Aug 02, 2006 at 01:02:59AM +0800, Paul Wise wrote:

> Please apply the attached patch which prevents extra subscription
> spam.

How does it try to achieve that? Does it rate-throttle the
subscriptions attempts for a particular email? Does it allow for an
initial burst, for when a legitimate user has email interoperability
problems? Does it simply discard subscription requests if an unexpired
cookie exists for the same address?

-- 
Lionel


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



Bug#381409: [INTL:de] German translation update of dpkg

2006-08-04 Thread Sven Joachim

Package: dpkg
Version: 1.13.22
Severity: wishlist
Tags: l10n, patch

The German translation of dpkg is rather outdated. Attached is a new
version which has passed the review process on the debian-l10n-german
mailing list. Please include it in the next version.

Kind regards,

Sven



de.po.gz
Description: application/gzip


Bug#354163: apmd: Computer does not switch off any more

2006-08-04 Thread Petter Reinholdtsen
To test this problem, I did a fresh debian/sid installation on my old
IBM Thinkpad X30 laptop, and tried 'shutdown -h now'.  It powered down
as it should.  It was using kernel version 2.6.17-1-686 and
initscripts version 2.86.ds1-15.  I used lsmod to verify that no acpi
nor apm kernel modules were loaded, so I doubt either is involved.n

So I was wrong when I believed the kernel failed to power down on all
machines currently.  It seem to work on at least one machine. :)

When your machine do 'shutdown -h now', what is the last message
appearing on the screen?  When I do it in qemu, I get these lines:

  Will now halt
  Shutdown: hda
  System halted.

The first line is from init.d/halt, the second is from /sbin/halt, and
the the last line is printed by the kernel in the reboot() call.  Do
you see these lines when your machine fail to power down?


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



Bug#381407: Log files don't rotate but this are out /var/log/proftpd directory

2006-08-04 Thread Mario Oyorzabal Salgado
Package: proftpd
Version: 1.3.0-9
Severity: minor

Hi i'm using proftpd last 8 months, but my logfiles anymore have touch 
by logrotate script since may 2006, my logfiles "xferlog" and "xferreport" 
have path: "/var/log", checking the script in "proftpd" in cron monthly
have reference to logfiles in "/var/log/proftpd", checking logfiles in
that path this files are empty and are rotate but the logfiles in "/var/log"
don't rotate and this files have info of proftpd transfers, i don't modify files
for have this result and don't know how happen that =(.

sorry my english is bad =), greetings.


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

Versions of packages proftpd depends on:
ii  adduser 3.95 Add and remove users and groups
ii  debconf 1.5.2Debian configuration management sy
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  libacl1 2.2.39-1 Access control list shared library
ii  libattr12.4.32-1 Extended attribute shared library
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libmysqlclient15off 5.0.22-3 mysql database client library
ii  libncurses5 5.5-2Shared libraries for terminal hand
ii  libpam-runtime  0.79-3.1 Runtime support for the PAM librar
ii  libpam0g0.79-3.1 Pluggable Authentication Modules l
ii  libpq4  8.1.4-4  PostgreSQL C client library
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  libwrap07.6.dbs-9Wietse Venema's TCP wrappers libra
ii  netbase 4.25 Basic TCP/IP networking system
ii  perl5.8.8-4  Larry Wall's Practical Extraction 
ii  ucf 2.0012   Update Configuration File: preserv
ii  zlib1g  1:1.2.3-13   compression library - runtime

proftpd recommends no packages.

-- debconf information:
* shared/proftpd/warning:
* shared/proftpd/inetd_or_standalone: standalone


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



Bug#379886: [Bug target/28495] [4.2 regression] ICE in final_scan_insn, at final.c:2448

2006-08-04 Thread wilson at gcc dot gnu dot org


--- Comment #10 from wilson at gcc dot gnu dot org  2006-08-04 01:49 ---
This is the same bug as PR 28490.  I verified that my prototype patch for PR
28490 fixes it.

*** This bug has been marked as a duplicate of 28490 ***


-- 

wilson at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28495

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


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



Bug#381317: tightvnc_1.2.9-15(ia64/unstable): FTBFS: compile errors

2006-08-04 Thread Ola Lundqvist
Hi

I have seen this as well, but don't this mean that this bug is really in gcc,
as it complains about one of the files that are included. I thought that
the gcc team was aware of it...

It only happen on that architecture.

Regards,

// Ola

On Thu, Aug 03, 2006 at 10:37:26AM -0600, [EMAIL PROTECTED] wrote:
> Package: tightvnc
> Version: 1.2.9-15
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of tightvnc_1.2.9-15 on caballero by sbuild/ia64 85
> > Build started at 20060803-1301
> 
> [...]
> 
> > ** Using build dependencies supplied by package:
> > Build-Depends: debhelper (>> 4.0.0), lynx, zlib1g-dev, xutils, 
> > libjpeg62-dev, libxaw7-dev (>> 4.1.0), perl-modules, xfonts-base, xutils, 
> > libx11-dev, libxau-dev, libxext-dev, libxi-dev, libxkbfile-dev, libxmu-dev, 
> > libxt-dev, x-dev
> 
> [...]
> 
> > In file included from /usr/include/asm/intrinsics.h:19,
> >  from /usr/include/asm/page.h:12,
> >  from xalloc.c:244:
> > /usr/include/asm/gcc_intrin.h:27: error: expected '=', ',', ';', 'asm' or 
> > '__attribute__' before 'asm'
> > make[5]: *** [xalloc.o] Error 1
> > make[5]: Leaving directory 
> > `/build/buildd/tightvnc-1.2.9/Xvnc/programs/Xserver/os'
> > make[4]: *** [os] Error 2
> > make[4]: Leaving directory 
> > `/build/buildd/tightvnc-1.2.9/Xvnc/programs/Xserver'
> > make[3]: *** [all] Error 2
> > make[3]: Leaving directory `/build/buildd/tightvnc-1.2.9/Xvnc/programs'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/build/buildd/tightvnc-1.2.9/Xvnc'
> > make[1]: *** [World] Error 2
> > make[1]: Leaving directory `/build/buildd/tightvnc-1.2.9/Xvnc'
> > make: *** [build-arch-stamp] Error 2
> 
> A full build log can be found at:
> http://buildd.debian.org/build.php?arch=ia64&pkg=tightvnc&ver=1.2.9-15
> 
> 
> 

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


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



Bug#381042: mailman: subscription spam prevention

2006-08-04 Thread Lionel Elie Mamane
On Fri, Aug 04, 2006 at 03:10:06PM +0800, Paul Wise wrote:
> On Fri, 2006-08-04 at 08:54 +0200, Lionel Elie Mamane wrote:

>>> Please apply the attached patch which prevents extra subscription
>>> spam.

>> How does it try to achieve that?

> On a per-list basis, it prevents the same email address from
> attempting to subscribe more than once. It does this by checking the
> request pickle and the confirmations pickle for the list and
> searching them for the email being submitted. If it finds that the
> email already has a pending-approval subscription or a to-be
> confirmed subscription, then it discards the subscription attempt
> and logs a message containing the list name, the email and the IP
> address the HTTP request was sent from.

What if a legitimate user doesn't get the first subscription
confirmation message, e.g. due to a transitory problem in his mail
system, a false positive of an anti-spam check, ...?

-- 
Lionel


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



Bug#381264: Error: this program needs to be installed suid root

2006-08-04 Thread Ben Hay




Martin Pitt wrote:

  Hi Ben,

Ben Hay [2006-08-03 19:19 +1000]:
  
  
pmount gives the error "Error: this program needs to be installed suid 
root" even though /usr/bin/pmount is suid root.

  
  
That's certainly very strange. Do you happen to have /usr mounted
'nosuid' or something like that? What is the output of

  ls -l /usr/bin/pmount
  cat /proc/mounts

for you?

Thanks,

Martin

  

Oh, crap. /usr was indeed mounted nosuid.  I will wear the dunce hat
and sit in the corner now.




Bug#381274: vnc4server: doesn't work from gdm even with manual font path

2006-08-04 Thread Ola Lundqvist
tags 381274 + help
thanks

Hi

I'm aware of the problem and it has to do with the transition, and the
same problem exist on tightvncserver and vncserver as well.

The problem is that the font path and rgb path has been changed.

What needs to be done is to change the paths in the sources for vnc,
but yet I have not succeeded. It is actually pretty hard as this seems
to be very hard to find where it is ...

Regards,

// Ola

On Thu, Aug 03, 2006 at 12:39:35PM +0200, Christian Pernegger wrote:
> Package: vnc4server
> Version: 4.1.1+X4.3.0-10
> Severity: important
> 
> 
> After three months during which my VNC-from-gdm setup has been broken
> by the font path issue I decided to give it another try today, by
> "hardcoding" the font path on the command line, like so: [one line,
> newlines are for readability only]
> 
> /usr/bin/Xvnc4 -rfbwait 3 -securitytypes=none -geometry 1600x1200
>-depth 24 -dpi 100 -co /usr/share/X11/rgb -fp
>"/usr/share/fonts/X11/misc,/usr/lib/X11/fonts/misc,
> /usr/lib/X11/fonts/100dpi/:unscaled,
> /usr/lib/X11/fonts/75dpi/:unscaled,
> /usr/share/fonts/X11/Type1,
> /usr/lib/X11/fonts/Type1,
> /usr/share/fonts/X11/100dpi,
> /usr/lib/X11/fonts/100dpi,
> /usr/share/fonts/X11/75dpi,
> /usr/lib/X11/fonts/75dpi"
> 
> This works, when executed from a shell. It also works with ":2" tacked
> on at the beginning and "-auth /var/lib/gdm/:1.Xauth" tacked on at the
> end, which is exactly how gdm calls it.
> 
> It does not, however, work from gdm.conf:
> 
> [server-VNC]
> name=VNC server
> command=
> flexible=false
> handled=true
> chooser=false
> 
> The server just exits right after it is started until gdm gives
> up. The log is not very informative, insofar as it's the same for the
> working and non-working case:
> 
> Xvnc Free Edition 4.1.1 - built May 15 2006 20:53:26
> Copyright (C) 2002-2005 RealVNC Ltd.
> See http://www.realvnc.com for information on VNC.
> Underlying X server release 4030, The XFree86 Project, Inc
> 
> 
> Thu Aug  3 12:11:39 2006
>  vncext:  VNC extension running!
>  vncext:  Listening for VNC connections on port 5901
>  vncext:  created VNC server for screen 0
> error opening security policy file
> /usr/X11R6/lib/X11/xserver/SecurityPolicy
> 
> This exact configuration used to work before the Xorg 7 transition,
> albeit without the -fp and -co options.
> 
> To be honest, I'm at my wits' end. I just don't see why it should exit
> without error just because it wasn't started from a shell.
> 
> Thanks,
> 
> C.
> 
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (990, 'testing')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.16-2-k7
> Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
> 
> Versions of packages vnc4server depends on:
> ii  libc6 2.3.6-15   GNU C Library: Shared libraries
> ii  libgcc1   1:4.1.1-5  GCC support library
> ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
> ii  libsm61:1.0.0-4  X11 Session Management library
> ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
> ii  libx11-6  2:1.0.0-7  X11 client-side library
> ii  libxext6  1:1.0.0-4  X11 miscellaneous extension 
> librar
> ii  libxtst6  1:1.0.1-3  X11 Testing -- Resource 
> extension 
> ii  vnc-common3.3.7-12   Virtual network computing server 
> s
> ii  x11-common1:7.0.22   X Window System (X.Org) 
> infrastruc
> ii  xbase-clients 1:7.1.ds-2 miscellaneous X clients
> ii  zlib1g1:1.2.3-13 compression library - runtime
> 
> Versions of packages vnc4server recommends:
> ii  xfonts-base   1:1.0.0-3  standard fonts for X
> 
> -- no debconf information
> 
> 

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


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



Bug#379886: same cause

2006-08-04 Thread Martin Michlmayr
forwarded 379886 http://gcc.gnu.org/PR28490
thanks

Apparently this bug is really the same as #379885: ICE in
ia64_expand_move, at config/ia64/ia64.c:1088.

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


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



Bug#381321: kopete: Client is too old for ICQ

2006-08-04 Thread daniel huhardeaux
Package: kopete
Version: 4:3.5.4-1
Followup-For: Bug #381321


I confirm this, only for ICQ. Popup window ask to report a bug to 
http://bugs.kde.org

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

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.4-2core libraries and binaries for al
ii  libacl1 2.2.41-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.8-1The Network Audio System (NAS). (s
ii  libc6   2.3.6-16 GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgadu31:1.6+20060616-1 Gadu-Gadu protocol library - runti
ii  libgamin0 [libfam0] 0.1.7-3  Client library for the gamin file 
ii  libgcc1 1:4.1.1-10   GCC support library
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libmeanwhile1   1.0.2-2  open implementation of the Lotus S
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-3Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.1-10 The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxml2 2.6.26.dfsg-3GNOME XML library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxslt1.1  1.1.17-2 XSLT processing library - runtime 
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

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

-- no debconf information


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



Bug#381408: useradd's -g option doesn't handle group names

2006-08-04 Thread Matt Kraai
Package: passwd
Version: 1:4.0.18-1
Severity: serious

When I try to bootstrap sid, useradd fails because it does not accept
group names passed to -g:

 P: Configuring package exim4-config
 D: Updating exim4-config to status 3
 O: hostname:
 O: Host name lookup failure
 O:
 O: hostname:
 O: Host name lookup failure
 O:
 O: Adding system-user for exim (v4)
 O: useradd: invalid numeric argument 'Debian-exim'
 O: adduser: `/usr/sbin/useradd -d /var/spool/exim4 -g Debian-exim -s 
/bin/false -u 100 Debian-exim' returned error code 3. Exiting.

According to useradd's manual page, the -g option should accept group
names as well as group IDs.

This is serious because it prevents the system from bootstrapping.

-- 
Matt


signature.asc
Description: Digital signature


Bug#381292: pango-libthai: Missing dependency on libpango1.0-common

2006-08-04 Thread Theppitak Karoonboonyanan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/3/06, Josselin Mouette <[EMAIL PROTECTED]> wrote:


The pango-libthai package relies on pango-querymodules, but it doesn't
depend on libpango1.0-common. Currently, this package is pulled by
chance because of a circular dependency with libpango1.0-0, but this
circular dependency will be removed.

Furthermore, you should use the update-pango-modules script instead of
calling pango-querymodules directly. This way we will be able to make
pango comply with the FHS by moving away the pango.modules file.


Thank you for your suggestion.

I have added the dependency on libpango1.0-common and used
update-pango-modules in postinst and postrm. Now I'm preparing
for upload. However, I don't quite understand about the circular
dependency problem. Could you give more info?

- --
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

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

iD8DBQFE0vdvqgzR7tCLR/4RAqDxAJ4nyK3UKCy8ndjdqmSny51b5B1a4wCeJ3dp
c27pkRAcbmqtPBCdFCJ/S9o=
=uMSE
-END PGP SIGNATURE-


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



Bug#381221: ITP: dpkg-view -- View the contents of .deb packages without root access

2006-08-04 Thread Neil Williams
Eduard Bloch wrote:
>> * URL : http://dpkg-view.alioth.debian.org
> 
> That's a 404 now.

Waiting for alioth registration to complete.

There is a temporary location:
deb http://www.linux.codehelp.co.uk/ packages/unstable/$(ARCH)/
deb http://www.linux.codehelp.co.uk/ packages/unstable/all/
deb-src http://www.linux.codehelp.co.uk/ packages/unstable/source/

but those are demo packages, not a project homepage.

I was originally unsure whether or not dpkg-view should be native or
upstream. It would have been at SF but I felt alioth was more suitable
for a native package. Therefore, registration at alioth happened fairly
late in the day.

>>   Description : View the contents of .deb packages without root access
>>
>>  Simple read-only viewer of .deb package files for Gnome.
>>  Accepts package locations on the command line to support
>>  the 'open' command in various file managers, one window
> 
> If this is a library, it should be declared as a library.

It is not a library, it is a Gtk GUI. I'll amend the description. (...
for Gtk/Gnome.).

dpkg-view unpacks the .deb directly, (so it doesn't need to be
installed), using libarchive.

> If it just
> some tool, how is it better than dpkd-deb, used trough less or Midnight
> Commander?

1. I don't use MC. For those who want to use Nautilus, there is no GUI
viewer.
2. It'll do more than 'less'. dpkg-view allows you to VIEW the contents
of any text file within the package without unpacking to a file. That
may be extended in future to other mime-types.
3. All the details of the .deb are available in the single window.

I'll add something to the description for that too.

A few more things need to be resolved in the demo before the code is
ready for the first release which allows time for alioth to confirm
hosting or find somewhere else.

-- 

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



signature.asc
Description: OpenPGP digital signature


Bug#381375: [cl-debian] Bug#381375: [INTL:pt] Portuguese translation for common-lisp-controller (debconf)(correction)

2006-08-04 Thread René van Bevern
Rui Branco <[EMAIL PROTECTED]> writes:

Hello,

> msgid "The short common LISP site name"
> msgstr "O nome curto do site LISP comum"

Does one really translate proper names like "Common Lisp" in
portuguese? It is that the language is called "Common Lisp", as by the
ANSI Standard.

I agree that this fact doesn't come out from the english text very
well either, because of its spelling. ;-)

 René
-- 
Heap exhausted, game over.
   -- Steel Bank Common Lisp's Garbage Collector running out of memory


pgpxTzgd4VNYF.pgp
Description: PGP signature


Bug#373926: [Pkg-nagios-devel] Bug#373926: (no subject)

2006-08-04 Thread sean finney
On Fri, Aug 04, 2006 at 08:19:24AM +0200, Jan Wagner wrote:
> I recognised the problem first with 1.4.3. Dont know if earlier packages are 
> effected. 1.4.3.0cvs.20060707-2 has the check_ldaps symlink in basic and 
> standard, so sarge and etch are definetly effected.

assuming you mean sid and etch, yes, you're right.  i'm not sure how
i missed that, exactly.  i remember now that in upstream check_ldaps
wasn't being generated by the makefile for a while, so we had that
"fix for temporary breakage" line -- and it looks like the upstream
makefile is now generating it again.  i'll commit a fix for that right
now, and make an upload some time tomorrow.


sean


signature.asc
Description: Digital signature


Bug#378401: HPLIP 1.6.7 is out

2006-08-04 Thread Thomas Vollmer
Hi,

as the subject says. Today I saw that uptream has released 1.6.7 on 
2006-08-02.

Maybe it solves the outstandig issues and can go into etch. I'm waiting 
for sendfax working :-D.

Thomas

--  
Thomas Vollmer

Um in Gesellschaft etwas zu erfahren, muß man die Antwort nicht durch
eine Frage, sondern eine Veranlassung herauslocken.
-- Jean Paul


pgp0C8gQiRxtU.pgp
Description: PGP signature


Bug#381292: pango-libthai: Missing dependency on libpango1.0-common

2006-08-04 Thread Theppitak Karoonboonyanan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/4/06, Theppitak Karoonboonyanan <[EMAIL PROTECTED]> wrote:


However, I don't quite understand about the circular
dependency problem. Could you give more info?


Umm.. I have also replaced the hard-coded dependencies
with ${shlibs:Depends}, ${misc:Depends} and , as a result,
dependency on libpango1.0-0 is now gone. Is this related
to the problem you mentioned?

- --
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

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

iD8DBQFE0v8SqgzR7tCLR/4RAnn8AJ4wzzOxHhoc4/Sgy82gcluuYtFbCACfVmaU
Nlxl1iVBu747kqAiuxVkUl8=
=EelL
-END PGP SIGNATURE-


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



Bug#381404: closed by Francesco Paolo Lovergine <[EMAIL PROTECTED]> (Re: Bug#381404: proftpd: fails to install (useradd bug?))

2006-08-04 Thread Miles Bader
[EMAIL PROTECTED] (Debian Bug Tracking System) writes:
>> There is a group called "nogroup" in /etc/group, so perhaps it's a bug
>> in /usr/sbin/useradd?
>
> nogroup is a standard group, almost certainly you did remove it while
> upgrading passwd pkg or so. I'm closing this bug because almost certainly
> it is a configuration/administration issue.
>
> in /etc/group:
>
> nogroup:x:65534:

Um, did you read what I wrote in my report?

"There _is_ a group called "nogroup" in /etc/group" 

(emphasis added)

Just to be sure, here's a grep:

   $ grep nogroup /etc/group
   nogroup:x:65534:

The problem is that there _is_ a group called that, but the useradd is
still failing.  So perhaps the bug should be re-assigned to the "passwd"
package, but I don't think it should be closed...

-Miles

-- 
Somebody has to do something, and it's just incredibly pathetic that it
has to be us.  -- Jerry Garcia


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



Bug#353325: printing 2on1

2006-08-04 Thread Karl-Heinz Nirschl
this may be related to:
http://bugzilla.gnome.org/show_bug.cgi?id=166564

imho, this bug also prevents the 2-on-1-page option from working at all.

there is a patch that seems to work, maybe it could be applied to the
debian package.
see also:
https://launchpad.net/products/gnome-print/+bug/3667


cheers



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



Bug#354163: apmd: Computer does not switch off any more

2006-08-04 Thread Andreas Tille

On Fri, 4 Aug 2006, Petter Reinholdtsen wrote:


When your machine do 'shutdown -h now', what is the last message
appearing on the screen?  When I do it in qemu, I get these lines:

 Will now halt
 Shutdown: hda
 System halted.

The first line is from init.d/halt, the second is from /sbin/halt, and
the the last line is printed by the kernel in the reboot() call.  Do
you see these lines when your machine fail to power down?


Would it help if I say "sometimes" or even "most times" when the
system has switched to console.  It sometimes sticked on displaying
the X screen.

Some more details about this problem I posted to debian-devel at

   http://lists.debian.org/debian-devel/2006/03/msg01108.html

It might especially be interesting that I observed at one single
occurence

   Unmounting remote and non-toplevel virtual filesystems ... done

after the "System haltet".

Kind regards

 Andreas.

--
http://fam-tille.de


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



Bug#381394: Patch

2006-08-04 Thread Matt Kraai
tag 381394 patch
thanks

The attached patch should fix this problem by adding support for
passing group names to useradd's -g option.

-- 
Matt
--- src/useradd.c.orig  2006-08-04 00:55:19.0 -0700
+++ src/useradd.c   2006-08-04 00:58:07.0 -0700
@@ -206,11 +206,9 @@
char *errptr;
 
gid = strtol (grname, &errptr, 10);
-   if (*errptr || errno == ERANGE || gid < 0) {
-   fprintf (stderr,
-_("%s: invalid numeric argument '%s'\n"), Prog, 
grname);
-   exit (E_BAD_ARG);
-   }
+   if (*grname != '\0' && *errptr == '\0' && errno != ERANGE && gid >= 0)
+   return getgrgid (gid);
+
return getgrnam (grname);
 }
 


signature.asc
Description: Digital signature


Bug#381042: mailman: subscription spam prevention

2006-08-04 Thread Paul Wise
On Fri, 2006-08-04 at 09:28 +0200, Lionel Elie Mamane wrote:

> >> How does it try to achieve that?
> 
> > On a per-list basis, it prevents the same email address from
> > attempting to subscribe more than once. It does this by checking the
> > request pickle and the confirmations pickle for the list and
> > searching them for the email being submitted. If it finds that the
> > email already has a pending-approval subscription or a to-be
> > confirmed subscription, then it discards the subscription attempt
> > and logs a message containing the list name, the email and the IP
> > address the HTTP request was sent from.
> 
> What if a legitimate user doesn't get the first subscription
> confirmation message, e.g. due to a transitory problem in his mail
> system, a false positive of an anti-spam check, ...?

That is a problem, in which case, the confirmation will expire and
eventually they will retry, hopefully getting the mail this time.

The main reason this patch was developed was for lists that only require
list admin approval, where the list admin was getting spammed with
hundreds of "please approve [EMAIL PROTECTED]" messages. IIRC, there was
evidence that on the confirmation lists, [EMAIL PROTECTED] was getting many
many emails.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#381410: build for amd64 ?

2006-08-04 Thread Luca Bigliardi
Package: freej
Version: 0.8.1-3+b1

Is it possible to build freej deb on amd64?
I've seen no log in buildd.d.o .


TIA

luca

-- 

http://shammash.homelinux.org/ - http://www.artha.org/ - http://www.yue.it/


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



Bug#381246: Forward to upstream devels

2006-08-04 Thread Jean Parpaillon

I've forwarded this bug to the upstream devel team.


Regards,
Jean


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



Bug#381411: claims to be unusable without perl-doc

2006-08-04 Thread Robert Millan [ackstorm]
Package: swaks
Severity: important

$ swaks --help
You need to install the perl-doc package to use this program.

Not really true, as you can still use swaks to send mail, etc.  But the
package documentation is disabled anyway.  I think perl-doc should be in
Depends.

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es


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



Bug#372719: Please can someone sort this out! Pretty please with a cherry on top?

2006-08-04 Thread Oskar Pearson
Hi there

This problem is consistently causing issues for me and numerous other people..

I don't really have much to add to this bug request, other than to consider
this a vote for "please look at this if you have some time - it'd be much
appreciated".

I know you guys have hundreds of other things to look at, but this seems to
have fallen by the wayside somehow..

Thanks, both for this and for all the work you (collectively) do on Debian
- it's greatly appreciated.

Oskar


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



Bug#380876: Python transition (#2): you are building a private python module !

2006-08-04 Thread Lionel Elie Mamane
On Fri, Aug 04, 2006 at 08:51:04AM +0200, Lionel Elie Mamane wrote:
> On Tue, Aug 01, 2006 at 12:32:34PM +0200, [EMAIL PROTECTED] wrote:

>>   your package has been detected as generating a (for most of that
>> mass bug fill: private) python module/extension that may need an
>> upgrade to the new Python Policy[1].

>> Please note that this bug (even not being RC) falls under the 0-day
>> NMU policy.

> Be my guest! NMU me harder!

I've been informed the tone of that email was "ambiguous". In a
hopefully clearer tone: I welcome and authorise a friendly NMU,
correcting this or any other bug in mailman, to the exclusion of new
feature implementations. So, in an NMU of mailman:

 - correcting bug #380876 is allowed, appreciated and welcomed
 - correcting any other bug that is a fault and not lack of a feature
   is allowed, appreciated and welcomed
 - adding a new feature (otherwise than through a new upstream
   version) is disallowed without prior arrangement.
 - uploading a new upstream version (forward-porting the Debian
   patches) is allowed, appreciated and welcomed


As a closing, DD or non-DD active co-maintainers are welcomed, hoped
for and necessary to achieve the level of quality expected of a
package in Debian.


Don't hesitate to contact me if you have any further question.

-- 
Lionel


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



Bug#378803: Fixed in coming upstream release

2006-08-04 Thread Jean Parpaillon


Hi,
This bug has been fixed in upstream. The new version should be available 
in a few days.



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



Bug#328535: found doesn't completely reopen at all

2006-08-04 Thread Don Armstrong
On Fri, 04 Aug 2006, Magnus Holmgren wrote:
> It seems that using found doesn't really reopen the bug even if found_version 
> > fixed_version. See for example bug 312243 
> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312243,
> http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=roxen4)
> 
> In the bug list it's categorised as resolved. Changing the options to show 
> bugs applicable to sid it's categorised as outstanding instead. But in any 
> case, it's marked as Done and due to be archived, which is not what we want.

found currently doesn't alter the close/open state of the bug; it
probably should be changed to open the bug if the found version is a
decendant of the fixed version, but that hasn't been done yet.

As far as archiving goes, ignore what pkgreport.cgi says for
archiving; it's wrong.


Don Armstrong

-- 
"The question of whether computers can think is like the question of
whether submarines can swim."
 -- Edsgar Dijkstra

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


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



Bug#380132: Patch for RC bug

2006-08-04 Thread Sam Clegg
On Fri, Aug 04, 2006 at 12:01:35AM +0200, Arjan Oosting wrote:
> tag 380132 patch
> thanks
> 
> I have prepared a patch which solves the FTBFS. The patch is attached.
> 
> Greetings Arjan

Thanks Arjan, but I already uploaded a fix for this bug (Looks
like its in unstable as I write).

cheers,

-- 
sam clegg
:: [EMAIL PROTECTED] :: http://superduper.net/ :: PGP : D91EE369
$superduper: .signature,v 1.13 2003/06/17 10:29:24 sam Exp $


signature.asc
Description: Digital signature


Bug#381412: bonfire should include sanity checks before attempting to burn a disc

2006-08-04 Thread Sameer D. Sahasrabuddhe
Package: bonfire
Version: 0.3.90-1
Severity: important

I was attempting to create a DVD using bonfire, for a deep tree of
directories. Bonfire began burning data and then interrupted that with
an error message saying some files have names that are incompatible
with Windows, with no useful information.

Such a check should have been done before attempting to burn the disc.
In fact this check should have been done as soon as those files were
added ... that would have allowed me to take suitable actions.

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

Versions of packages bonfire depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.1-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.10-1   Avahi client library
ii  libavahi-common3  0.6.10-1   Avahi common library
ii  libavahi-glib10.6.10-1   Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-3   The Bonobo UI library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcairo2 1.2.0-3The Cairo 2D vector graphics libra
ii  libdbus-1-2   0.62-3 simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.10.3-1   The GLib library of C routines
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome2-0   2.14.1-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-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.0-2   GNOME virtual file-system (runtime
ii  libgnutls13   1.4.1-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgstreamer-plugins-base 0.10.8-1   GStreamer libraries from the "base
ii  libgstreamer0.10-00.10.9-1   Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libnautilus-burn3 2.14.2-1   Nautilus Burn Library - runtime ve
ii  liborbit2 1:2.14.0-2 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libpopt0  1.10-2 lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libtasn1-30.3.5-2Manage ASN.1 structures (runtime)
ii  libtotem-plparser11.4.3-1Totem Playlist Parser library - ru
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxfixes36.9.0.dfsg.1-6 X Window System miscellaneous 'fix
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxml2   2.6.26.dfsg-1  GNOME XML library
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-12 compression library - runtime

bonfire recommends no packages.

-- no debconf information


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



Bug#378520: cyrus-common-2.2: README.Debian and others appear dated

2006-08-04 Thread Sven Mueller
Ross boylan said on Aug, 3d, 2006:

> On Tue, Jul 25, 2006 at 10:17:08PM -0400, Benjamin Seidenberg wrote:
>> Ross Boylan wrote:
>>> Package: cyrus-common-2.2
>>> Version: 2.2.13-3
>>> Severity: normal
>>>
>>> This is really a generalization of previous bugs.  README.Debian has a
>>> bunch of material which appears out of date.  I already mentioned the
>>> references to netnews in an earlier bug.  There are later discussions
>>> of problems with ldap2, both under general notes and known bugs.
>>> These refer to problems which appear to have been resolved, or not
>>> relevant to cyrus 2.2, according to the bug reports (145766 reports
>>> being fixed in cyrus21, and 156671 reports being solved in 2.2).
>>>
>>> It would be useful if someone could review this and other README's to
>>> bring them up to date (another bug discussed problems in the Debian
>>> upgrade instructions, suggesting that the problem is a general one).
>>>
>> Ross:
>>
>> We've worked on refreshing README.Debian, can you take a look at the
>> copy in svn[0] and point out anything you find confusing or outdated? An
>> outside perspective would be really useful.
> 
> This is still on my todo list, but I haven't had a chance to get to it
> before I go on vacation.  I'll be back in a couple of weeks.

Have a nice vacation. We are closing the bug in the changelog of the
next upload. However, your feedback is still highly welcome.

Thanks for you help identifying confusing documentation parts.


Regards,
Sven


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



Bug#381375: [cl-debian] Bug#381375: [INTL:pt] Portuguese translation for common-lisp-controller (debconf)(correction)

2006-08-04 Thread ardoRic

Hi,

On this particular case, I actually see no harm. Capitalization
wouldnt harm, but having an english word in mid-sentence could be
strange.

Like you said, from the english text we couldn't make out very well
that it was a proper name.

I'll leave it to the proofreader (Rui) to make a final decision on
this matter :)

Ricardo Silva

On 8/4/06, René van Bevern <[EMAIL PROTECTED]> wrote:

Rui Branco <[EMAIL PROTECTED]> writes:

Hello,

> msgid "The short common LISP site name"
> msgstr "O nome curto do site LISP comum"

Does one really translate proper names like "Common Lisp" in
portuguese? It is that the language is called "Common Lisp", as by the
ANSI Standard.

I agree that this fact doesn't come out from the english text very
well either, because of its spelling. ;-)

 René
--
Heap exhausted, game over.
   -- Steel Bank Common Lisp's Garbage Collector running out of memory







Bug#381405: gcj-4.0: FTBFS: gnat-4.0 has no installation candidate

2006-08-04 Thread Julien Danjou
reopen 381405
thanks

On Fri, Aug 04, 2006 at 09:44:47AM +0200, Matthias Klose wrote:
> this package is scheduled for removal.

Please, close bugs when the package is actually removed, not before.

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#381413: README.Debian: URL does not work and information very old

2006-08-04 Thread Thijs Kinkhorst
Package: gnupg
Version: 1.4.5-1
Severity: minor
File: /usr/share/doc/README.Debian.gz

Hello James,

The file README.Debian contains a reference to
http://people.debian.org/~troup/gnupg/, which does not exist anymore.
The text is about "Upgrading from very old (<= 0.3.3) versions of
GnuPG", which makes me wonder if it can be left out now instead of
fixing it.


Thijs

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

Versions of packages gnupg depends on:
ii  libbz2-1.0  1.0.3-3  high-quality block-sorting file co
ii  libc6   2.3.6-18 GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libreadline55.1-7GNU readline and history libraries
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  makedev 2.3.1-82 creates device files in /dev
ii  zlib1g  1:1.2.3-13   compression library - runtime

gnupg recommends no packages.

-- no debconf information


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



Bug#348172: halt: please spin down SATA disks as well

2006-08-04 Thread Petter Reinholdtsen

I had a look at the patch, and it look mostly ok.  But I am not too
happy about this part:


  static int find_scsidisks(const char **dev, int maxdev, int *count)
  {
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sda";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdb";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdc";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdd";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sde";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdf";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdg";
if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdh";

return 0;
  }

Perhaps it could be rewritten into something more dynamic.  What about
using the content of /proc/partitions to find disks instead?  Or
perhaps /dev/disk/?  Perhaps Ubuntu, SuSe, Fedora or any of the other
distributions have a patch for this?


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



Bug#368397: CVE-2006-3619: directory traversal vulnerability

2006-08-04 Thread Martin Schulze
retitle 368397 CVE-2006-3619: directory traversal vulnerability
thanks

This candidate is a duplicate of CVE-2006-3619. Notes: All CVE users
should reference CVE-2006-3619 instead of this candidate. All references
and descriptions in this candidate have been removed to prevent
accidental usage.

Regards,

Joey


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

Please always Cc to me when replying to me on the lists.


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



Bug#381308: Subject: udev not loading mousedev module for logitech cordless desktop combo

2006-08-04 Thread Hendrik Naumann
Hi

> Please provide the output of:
>
> grep mousedev /lib/modules/`uname -r`/modules.alias

alias input:b*v*p*e*-e*1,*3,*k*145,*r*a*0,*1,*18,*1C,*m*l*s*f*w* mousedev
alias input:b*v*p*e*-e*1,*3,*k*14A,*r*a*0,*1,*m*l*s*f*w* mousedev
alias input:b*v*p*e*-e*1,*2,*k*r*8,*a*m*l*s*f*w* mousedev
alias input:b*v*p*e*-e*1,*2,*k*110,*r*0,*1,*a*m*l*s*f*w* mousedev

Hendrik

-- 
PGP ID 65C92061


pgpUuGpcHGEvl.pgp
Description: PGP signature


Bug#369979: Pending?

2006-08-04 Thread Filipus Klutiero

Hi,
this was tagged pending already some time ago, and fixed since, but only 
in experimental.

Is a fix for testing expected soon?


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



Bug#368967: Upgrade

2006-08-04 Thread Filipus Klutiero

severity 368967 serious
thanks

Upgrading to serious, as this appears to be the preferred way of 
"resolving" serious #381045.



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



Bug#381375: [cl-debian] Bug#381375: [INTL:pt] Portuguese translation for common-lisp-controller (debconf)(correction)

2006-08-04 Thread Luca Capello
Hello!

On Fri, 04 Aug 2006 09:27:09 +0200, René van Bevern wrote:
> Rui Branco <[EMAIL PROTECTED]> writes:
>> msgid "The short common LISP site name"
^^
>> msgstr "O nome curto do site LISP comum"
>
> Does one really translate proper names like "Common Lisp" in
> portuguese? It is that the language is called "Common Lisp", as by
> the ANSI Standard.

Shouldn't it be then "Common" (note the uppercase C) instead of
"common"?  In this case, IMHO it's more difficult to misunderstand the
adjective as not part of the language name.

Just my 0.02€...

Thx, bye,
Gismo / Luca


pgpH1sOG0J3ia.pgp
Description: PGP signature


Bug#381292: pango-libthai: Missing dependency on libpango1.0-common

2006-08-04 Thread Josselin Mouette
Le vendredi 04 août 2006 à 15:03 +0700, Theppitak Karoonboonyanan a
écrit :
> > However, I don't quite understand about the circular
> > dependency problem. Could you give more info?

Currently, there is a circular dependency between libpango1.0-0 and
libpango1.0-common. This is why by chance your package works while not
depending on libpango1.0-common. However this circular dependency will -
hopefully soon - be fixed in pango and your package will stop working.

> Umm.. I have also replaced the hard-coded dependencies
> with ${shlibs:Depends}, ${misc:Depends} and , as a result,
> dependency on libpango1.0-0 is now gone. Is this related
> to the problem you mentioned?

No, this is probably because the module doesn't link directly to one of
the libpango*-1.0.so.0 libraries. You can check the output of 'ldd -r
yourmodule.so' for unresolved symbols.

If there are no missing symbols, this is harmless, because
libpango1.0-common will still depend on libpango1.0-0.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#381405: Upgrade

2006-08-04 Thread Filipus Klutiero

severity 381405 serious
thanks

There are i386 binaries of gcj-4.0 in unstable and gcj-4.0 currently 
FTBFS in sid according to Julien. The removal of gnat-4.0 should reach 
testing soon, while the gcj-4.0 RM is blocked by a bug still unfixed in 
unstable, so it seems that this will soon be an RC issue that will need 
to be tracked. Please justify if you downgrade again.



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



Bug#381414: new upstream

2006-08-04 Thread Yuri D'Elia
Package: integrit
Version: 3.05-1
Severity: wishlist

4.0 is available.


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



Bug#380508: dosbox: doesn't start due to invalid free

2006-08-04 Thread Peter Veenstra

Could you try 0.65-1, maybe the problem is fixed there.

There is something wrong with the attachment (It is missing)

Best regards,
 Peter Veenstra


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



Bug#381402: tetex-extra: page headers have problems with ams{art,book} and babel

2006-08-04 Thread Ralf Stubner
Hi Rogério,

On Fri, Aug 04, 2006 at 02:49 -0300, Rogério Brito wrote:
> Unfortunately, it seems that something is weird with both ams{art,book},
> when I try to load babel (for writing things in Brazilian Portuguese):
> the headers of pages citing the name of the article are prefixed with
> whatever I put into square brackets, right before {babel}, when I use a
> \usepackage command.

According to some newsgroup threads this is known upstream as 
http://www.latex-project.org/cgi-bin/ltxbugs2html?pr=amslatex/3756>
ans supposedly fixed in babel v3.8h. I have not verified that, though.
There exists a rather ugly workaround:

%
\RequirePackage[american]{babel}
\documentclass{amsart}

\title{Just a Small Test}
\author{Rog\'erio Brito}

\begin{document}
\maketitle

This is just a small test.
\clearpage
This is just a small test.
\end{document}
%

cheerio
ralf






Bug#381415: inn2: New upstream version available

2006-08-04 Thread Christoph Biedl
Package: inn2
Version: 2.4.2-3
Severity: minor

In a nutshell, INN 2.4.3 was released a while ago and I cannot see a
reason why this version should not be included in etch. Some bugs were
fixed but hopefully debianizing the upstream tarball shouldn't be that
much work.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17.6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages inn2 depends on:
ii  cron  3.0pl1-86  management of regular background p
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  inn2-inews2.4.2-3NNTP client news injector, from In
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.3  4.3.27-2   Berkeley v4.3 Database Libraries [
ii  libperl5.85.8.4-8sarge4  Shared Perl library
ii  perl  5.8.4-8sarge4  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5. 5.8.4-8sarge4  The Pathologically Eclectic Rubbis
ii  postfix [mail-transpo 2.1.5-9A high-performance mail transport 
ii  procps1:3.2.1-2  The /proc file system utilities
ii  time  1.7-21 The GNU time program for measuring

-- debconf information excluded


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



Bug#381416: inn2: Add support for cnfs buffers in LVM (basically: chown)

2006-08-04 Thread Christoph Biedl
Package: inn2
Version: 2.4.2-3
Severity: wishlist

Hi,

the fine advantages of the logical volume manager (LVM) apply to cnfs
buffers, too. Among them, compared to cnfs in file system, is that
there's no need for a dd to create the buffers.

However LVM does not keep track of the permissions of a logical volume
so they'll have to be restored upon each reboot.

Therefore I'd like to suggest:
* /etc/default/inn2 is a shell fragment that defines CNFS_DEVICES, e.g.
  | CNFS_DEVICES="/dev/vg0/cnfs*"
* /etc/init.d/inn sources that file upon start and chowns all devices
  defined by CNFS_DEVICES to news.

This could also used for cnfs in traditional block devices (e.g.
/dev/sda8) in order to assert the permissions.

(Hm, on a second thought: I've never used buffindex overview but that
 would benefit, too. Therefore, CNFS_DEVICES should have a more generic
 name like INN_BUFFERS.)

Thanks for your consideration.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17.6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages inn2 depends on:
ii  cron  3.0pl1-86  management of regular background p
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  inn2-inews2.4.2-3NNTP client news injector, from In
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.3  4.3.27-2   Berkeley v4.3 Database Libraries [
ii  libperl5.85.8.4-8sarge4  Shared Perl library
ii  perl  5.8.4-8sarge4  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5. 5.8.4-8sarge4  The Pathologically Eclectic Rubbis
ii  postfix [mail-transpo 2.1.5-9A high-performance mail transport 
ii  procps1:3.2.1-2  The /proc file system utilities
ii  time  1.7-21 The GNU time program for measuring

-- debconf information excluded


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



Bug#315297: Fedora Directory Server port to Debian ?

2006-08-04 Thread Ruben Puettmann

Something new here? There is a little piece of documentation in the wiki. 
http://directory.fedora.redhat.com/wiki/Howto:DebianUbuntu

I personly would like to see the feodora directory server in Debian. 


Ruben


-- 
Ruben Puettmann
[EMAIL PROTECTED]
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#381344: Forget it...

2006-08-04 Thread Friedrich Delgado Friedrichs
Hi!

I'm sorry I've made a terrible messup yesterday. I've posted 3
addendums to this bug under the wrong bug id (364437). (A terrible cut
+ paste error...)

However this is all insubstantial.

I can reattach a suspended client to the same display when I simply
use ":0" as display number (I'd like to see this hint added to the
xmove manpage).

And it's also possible to attach the client to a display forwarded
over ssh, if you do the following steps (while being logged in via ssh
-X):

dpyno=$(echo $DISPLAY|cut -f2 -d:|cut -f1 -d.)
xauth list|grep -v localhost|grep $dpyno|cut -f2- -d\ |xargs xauth add $DISPLAY
xmovectrl :1 -moveall $DISPLAY

(Derived these steps from 
http://www.mail-archive.com/debian-user@lists.debian.org/msg434211.html )

However I'm still having problems, because xmove complains that "new
server's visual formats are not compatible with your client" when the
client was first attached on my desktop, but it works in the other
direction (from my laptop to the desktop).

But this is probably not a bug, as the xmove manpage explains that
xmove is not supposed to work "in all environments nor with all
programs"...

Apologies
Friedel
-- 
Friedrich Delgado Friedrichs <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#381417: zsh-newuser-install painful

2006-08-04 Thread Yuri D'Elia
Package: zsh
Version: 4.3.2-14
Severity: wishlist

zsh-newuser-install requires every user in my system running zsh having empty
.zshrc files around. I literally _hate_ tools depending on unnecessary dot-files
or having startup banners. I think this is also pretty stupid, as all
information given in zsh-newuser-install can be obtained by the man page.
I would prefer a prominent note in the man page to run zsh-newuser-install for
first-timers. I don't think zsh is exactly the best shell for newbyes that don't
know how to lookup a man page.

This is not a rant, just a critique. I simply disabled the function on my 
system.


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



Bug#133353: gnupg: wrong use of setlocale in g10

2006-08-04 Thread Thijs Kinkhorst
Hello Michael,

On Mon, 11 Feb 2002 11:39:27 +0100, you wrote:
> GnuPG can't properly output translated messages to a terminal using a
> different charset than the one the catalog is in.
> 
> It seems that GnuPG uses setlocale( LC_TIME, "" ); and
> setlocale( LC_MESSAGES, "" );. I don't know why LC_ALL shouldn't be
> used, but at the very least, LC_CTYPE has to be set as well; only then
> can gettext do charset conversion.

I think current GnuPG does that right, do you agree?


Thijs


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


Bug#381232: firefox: No font anti-aliasing (anymore)

2006-08-04 Thread Tanguy Fautre

I have the same bug on all Debian unstable computers I updated lately.

Apparently, the bug seems to have shown up when some of the libraries 
firefox depends on were updated a few days ago.



PS: funny thing, thunderbird text antialiasing works with no problem.


Tanguy



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



Bug#381418: RFP: wapiti -- Web application vulnerability scanner

2006-08-04 Thread Florent Bayle
Package: wnpp
Severity: wishlist

* Package name: wapiti
  Version : 1.1.0
  Upstream Author : Nicolas Surribas <[EMAIL PROTECTED]>
* URL : http://wapiti.sourceforge.net/
* License : GPL
  Programming Lang: Python
  Description : Web application vulnerability scanner

Wapiti allows you to audit the security of your web applications.
It performs "black-box" scans, i.e. it does not study the source code of the 
application but will scans the webpages of the deployed webapp, looking for 
scripts and forms where it can inject data.
Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if 
a script is vulnerable.
 
Wapiti can detect the following vulnerabilities :
  - File Handling Errors (Local and remote include/require, fopen, readfile...)
  - Database Injection (PHP/JSP/ASP SQL Injections and XPath Injections)
  - XSS (Cross Site Scripting) Injection
  - LDAP Injection
  - Command Execution detection (eval(), system(), passtru()...)
  - CRLF Injection (HTTP Response Splitting, session fixation...)

Wapiti is able to differentiate ponctual and permanent XSS vulnerabilities.
Wapiti prints a warning everytime it founds a script allowing HTTP uploads.
A warning is also issued when a HTTP 500 code is returned (useful for ASP/IIS)
Wapiti does not rely on a vulnerability database like Nikto do. Wapiti aims to 
discover unknown vulnerabilities in web applications.


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



Bug#381308: Subject: udev not loading mousedev module for logitech cordless desktop combo

2006-08-04 Thread Marco d'Itri
reassign 381308 linux-2.6
thanks

On Aug 04, Hendrik Naumann <[EMAIL PROTECTED]> wrote:

> > grep mousedev /lib/modules/`uname -r`/modules.alias
> 
> alias input:b*v*p*e*-e*1,*3,*k*145,*r*a*0,*1,*18,*1C,*m*l*s*f*w* mousedev
> alias input:b*v*p*e*-e*1,*3,*k*14A,*r*a*0,*1,*m*l*s*f*w* mousedev
> alias input:b*v*p*e*-e*1,*2,*k*r*8,*a*m*l*s*f*w* mousedev
> alias input:b*v*p*e*-e*1,*2,*k*110,*r*0,*1,*a*m*l*s*f*w* mousedev

None of these wildcards matches the $MODALIAS variable for your mouse:

input:b0003v046DpC505e1721-e0,1,2,k71,72,73,74,88,8C,8E,8F,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,100,101,102,103,104,105,106,107,108,109,10A,10B,10C,10D,10E,10F,110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,120,121,122,123,124,125

I am reassigning the bug to the kernel, but you should consult a kernel
developer who knows about the input subsystem.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#381415: inn2: New upstream version available

2006-08-04 Thread Marco d'Itri
On Aug 04, Christoph Biedl <[EMAIL PROTECTED]> wrote:

> In a nutshell, INN 2.4.3 was released a while ago and I cannot see a
> reason why this version should not be included in etch. Some bugs were
> fixed but hopefully debianizing the upstream tarball shouldn't be that
> much work.
http://www.bofh.it/~md/debian/

But before uploading it somebody needs to fix the innfeed/IPv6 patch.
I had no time to do this yet.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#381419: Add eog and display to suggests as supported image viewers

2006-08-04 Thread Thijs Kinkhorst
Package: gnupg
Version: 1.4.5-1
Severity: minor
Tags: patch


Hello James,

GnuPG now also supports eog and display as image viewers. I propose to
add these to the suggests as alternatives for xloadimage. See attached
patch.


Thanks,
Thijs
diff -ur gnupg-1.4.5.orig/debian/control gnupg-1.4.5/debian/control
--- gnupg-1.4.5.orig/debian/control	2006-08-04 11:30:51.0 +0200
+++ gnupg-1.4.5/debian/control	2006-08-04 12:00:17.0 +0200
@@ -8,7 +8,7 @@
 Package: gnupg
 Architecture: any
 Depends: ${shlibs:Depends}, makedev (>= 2.3.1-13) | devfsd | hurd
-Suggests: gnupg-doc, xloadimage
+Suggests: gnupg-doc, xloadimage | eog | imagemagick
 Conflicts: gpg-rsa, gpg-rsaref, suidmanager (<< 0.50), gpg-idea (<= 2.2)
 Replaces: gpg-rsa, gpg-rsaref
 Provides: gpg-rsa, gpg-rsaref


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


Bug#380193: O: gch -- Ada quality & style checker

2006-08-04 Thread Matej Vela
Hi,

For the record, here's what Ludovic Brenta said in #370634:

> I have asked the maintainer to remove the package, because I have just
> uploaded adacontrol, a nice replacement which is maintained upstream
> (unlike gch).

There's probably no point in making a QA upload.

Cheers,

Matej


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



Bug#381420: ppp: mschapv2 doess't work

2006-08-04 Thread Michał Stępień
Package: ppp
Version: 2.4.4rel-2
Severity: normal


I can't authorize using mschapv2 to pppoed server
running on freebsd. Macosx can do that very well,
but linux doesn't.

There are logs:
Aug  4 11:40:24 kermit pppd[5339]: PADS: Service-Name: ''
Aug  4 11:40:24 kermit pppd[5339]: PPP session is 95
Aug  4 11:40:24 kermit pppd[5339]: using channel 15
Aug  4 11:40:24 kermit pppd[5339]: Using interface ppp0
Aug  4 11:40:24 kermit pppd[5339]: Connect: ppp0 <--> eth0
Aug  4 11:40:24 kermit pppd[5339]: sent [LCP ConfReq id=0x3 
]
Aug  4 11:40:24 kermit pppd[5339]: rcvd [LCP ConfReq id=0x1 
  ]
 Aug  4 11:40:24 kermit pppd[5339]: sent [LCP ConfRej id=0x1 ]
 Aug  4 11:40:24 kermit pppd[5339]: rcvd [LCP ConfAck id=0x3 
 ]
 Aug  4 11:40:24 kermit pppd[5339]: rcvd [LCP Ident id=0x0
 magic=0xea448550 "user-ppp 3.1 (built Oct 31 2003)"]
 Aug  4 11:40:24 kermit pppd[5339]: rcvd [LCP ConfReq id=0x2 
  ]
 Aug  4 11:40:24 kermit pppd[5339]: sent [LCP ConfAck id=0x2 
  ]
 Aug  4 11:40:25 kermit pppd[5339]: sent [LCP EchoReq id=0x0
 magic=0x5c4cd79f]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [LCP EchoReq id=0x0
 magic=0xea448550 59 4e 4f 54 00 00 00 00]
 Aug  4 11:40:25 kermit pppd[5339]: sent [LCP EchoRep id=0x0
 magic=0x5c4cd79f 59 4e 4f 54 00 00 00 00]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [LCP Ident id=0x1
 magic=0xea448550 "user-ppp 3.1 (built Oct 31 2003)"]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [CHAP Challenge id=0x1
 , name = ""]
 Aug  4 11:40:25 kermit pppd[5339]: sent [CHAP Response id=0x1
 <9b84350ce9dc51921a3908190fc6c5dea00ff2f25c7fc4f81dd915c38c733e3
 428b8e8e9852a4f45cfe18281b53c215a70>, name = "majkel"]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [LCP EchoRep id=0x0
 magic=0xea448550]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [CHAP Failure id=0x1 "E=691 R=0
 C=B06DC998ABA636DF66D692D0ED8F303F V=3 M=Invalid!\000"
 ]
 Aug  4 11:40:25 kermit pppd[5339]: MS-CHAP authentication failed:
 Invalid!
 Aug  4 11:40:25 kermit pppd[5339]: CHAP authentication failed
 Aug  4 11:40:25 kermit pppd[5339]: sent [LCP TermReq id=0x4 "Failed to
 authenticate ourselves to peer"]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [LCP TermReq id=0x3]
 Aug  4 11:40:25 kermit pppd[5339]: sent [LCP TermAck id=0x3]
 Aug  4 11:40:25 kermit pppd[5339]: rcvd [LCP TermAck id=0x4]
 Aug  4 11:40:25 kermit pppd[5339]: Connection terminated.

Problem is quite serious because mppe can be used ONLY
with mschapv2.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable'), (99, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.1
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages ppp depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libpam-modules0.79-3.1   Pluggable Authentication Modules f
ii  libpam-runtime0.79-3.1   Runtime support for the PAM librar
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libpcap0.80.9.4-2System interface for user-level pa
ii  netbase   4.25   Basic TCP/IP networking system
ii  procps1:3.2.7-2  /proc file system utilities
ii  zlib1g1:1.2.3-13 compression library - runtime

ppp recommends no packages.

-- no debconf information


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



Bug#334698: closed by Christopher Martin <[EMAIL PROTECTED]> (reply to Christopher Martin <[EMAIL PROTECTED]>) (Re: Bug#334698: htdig: AMD64 arch corrupts databases)

2006-08-04 Thread Jeff Breidenbach

Bad move.

Debian uses a separate package for the 3.2 and 3.1 versions due to large 
performance difference (3.2 does more, but is much more resource 
hungry). Please reopen and mark wontfix.


On Thu, 3 Aug 2006 5:55 pm, Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#334698: htdig: AMD64 arch corrupts databases,
which was filed against the htdig package.

It has been closed by Christopher Martin <[EMAIL PROTECTED]> (reply to 
Christopher Martin <[EMAIL PROTECTED]>).


Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Christopher Martin <[EMAIL PROTECTED]> 
(reply to Christopher Martin <[EMAIL PROTECTED]>) by replying

to this email.

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

--Jeff


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



Bug#380650: Running aptitude demands the Install disk to be reinserted

2006-08-04 Thread Geert Stappers
#On Thu, Aug 03, 2006 at 01:55:56PM -0400, Joey Hess wrote:
#> Clive Menzies wrote:
#> > Having completed a successful base installation, I thought I'd add X
#> > etc.  Everytime I install stuff it asks for the disk.  Commenting out
#> > the cdrom in the sources.list makes it OK.  However, a newcomer to
#> > Debian may take a while to work it out.  I guess only installing the
#> > base system missed the step which removed the cdrom from the
#> > sources.list?
#> 
#> I thought that apt only required a CD be inserted if whatever you asked
#> it to do involved installing packages that were present on that CD. If
#> this isn't the case for apt (or aptitude) can you please provide a
#> transcript showing them prompting for a CD and then not actually using
#> it?
reopen 380650
tags 380650 moreinfo


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



Bug#381221: New description, rename package.

2006-08-04 Thread Neil Williams
Revised control long description and renamed package:

* Package name: deb-gview
  Version : 0.0.2
  Upstream Author : Neil Williams <[EMAIL PROTECTED]>
* URL : http://dpkg-view.alioth.debian.org
* License : GPL
  Programming Lang: C
  Description : View the contents of .deb packages without root access

 GUI read-only viewer of .deb package files for Gtk/Gnome.
 Displays Debian control information, patch details and
 details of the files that would be installed (names,
 sizes and locations). Text based files within the package
 can be viewed by double-clicking the filename.
 .
 Accepts package locations on the command line to support
 the 'open' command in various file managers, one window
 for each package. Packages do not need to be installed
 to be viewed.

The alioth homepage URL will reflect the old name, at least for now.
Once available, the page itself would use deb-gview and explain the old
name.

Thanks for the feedback.

-- 

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




signature.asc
Description: OpenPGP digital signature


Bug#380631: exim4.conf patch

2006-08-04 Thread martin f krafft
tags 380631 + patch
thanks

This should do, but I am not an exim person and have not verified
this. There's probably also a nicer way to do this.


--- exim4.conf  2006-07-19 11:42:05.0 -0500
+++ /tmp/exim4.conf 2006-08-04 05:11:56.0 -0500
@@ -271,7 +271,7 @@
   require verify = header_syntax
 
   denyhosts  = !+debianhosts
-  condition = ${if [EMAIL PROTECTED] 
def:h_X-PTS-Approved:{false}{true}}}{false}}
+  condition = ${if [EMAIL PROTECTED] def:h_X-PTS-Approved:{false}{$if 
[EMAIL PROTECTED]
   message   = messages to the PTS require an X-PTS-Approved header
 
 # RFC 822 and 2822 say that headers must be ASCII.  This kinda emulates


-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#381423: fam: Leaks memory

2006-08-04 Thread David Price
Package: fam
Version: 2.7.0-10
Severity: normal
Tags: patch


Main use on my system is by courier-imap in order to provide fast
notification of new emails via IDLE command.  After a couple of months
running like this, famd uses about 2GB of memory.

The attached patch seems to have fixed this problem.

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

Versions of packages fam depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-4  GCC support library
ii  libstdc++51:3.3.4-11 The GNU Standard C++ Library v3
ii  portmap   5-3The RPC portmapper

fam recommends no packages.

-- debconf information:
  fam/init: inetd
diff -Naur fam-2.7.0/src/DNotify.c++ fam-2.7.0-fix-leak/src/DNotify.c++
--- fam-2.7.0/src/DNotify.c++   2006-08-04 20:20:01.0 +1000
+++ fam-2.7.0-fix-leak/src/DNotify.c++  2006-08-04 20:21:31.0 +1000
@@ -69,6 +69,12 @@
n_dir_watches = 0;
 }
 
+~FileWatch(void) {
+if (dir_watch) {
+free(dir_watch);
+}
+}
+
 void add_dir_watch (DirWatch *w);
 bool has_dir_watch (DirWatch *w);
 };


Bug#380631: or this

2006-08-04 Thread martin f krafft
According to #exim/irc.freenode.org, this should also work. See
(11.9 Expansion variables of the spec) of the manual:

  accept  recipients = [EMAIL PROTECTED]
  denyhosts  = !+debianhosts
  condition = ${if [EMAIL PROTECTED] 
def:h_X-PTS-Approved:{false}{true}}}{false}}
  message   = messages to the PTS require an X-PTS-Approved header

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#369282: zim - buttons in the path bar

2006-08-04 Thread Eddy Petrişor

Hello,

This is weird, I have just added a new subpage in my MainToDo wikiand
it seems the old "last" button remained with the same oddity. By
oddity I mean:
- pressing the button works, but the button does not remain pressed,
while the displayed page is the correct one.
- all other buttons, after being pressed remain pressed as long the
the subpage is not changed.

I haven't tried removing the page and readding it, but maybe the bug
was fixed and there is some strange behaviour because of broken data
or something like that. I'll try that and announce if anything
changed.

--
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein


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



Bug#381421: Bug in kinoplusdub shell script

2006-08-04 Thread Michal Wrobel

Package: kinoplus
Version: 0.3.5-3
Severity: minor

Bug in /usr/share/kinoplus/kinoplusdub script file:
missing semicolon in 5 line, there is
   if [ ${file%ogg} == $file ]
should be:
   if [ ${file%ogg} == $file ];


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

Versions of packages kinoplus depends on:
ii  kino  0.90-1 Non-linear editor for 
Digital Vide

ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User 
Interf

ii  libstdc++64.1.1-5The GNU Standard C++ Library v3

kinoplus recommends no packages.

-- no debconf information



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



Bug#380704: Please stop Build-Depending on automake

2006-08-04 Thread Karl Bartel
Thanks for the bug report and patch. I'll fix it in the next upload,  
which will probably be done near the end of this month.


-- Karl

On 01.08.2006, at 04:10, Eric Dorland wrote:


Package: black-box
Severity: wishlist
Tags: patch

The automake maintainer is working towards reclaiming the automake
package name, which currently rests on automake1.4, the oldest version
of automake. Your package Build-Depends on automake, hence this bug
report. Please see http://wiki.debian.org/AutomakeTransition for more
information on this transition.

Your package appears to work with the latest automake1.9 package.
Attached is a patch to update the build-dependency.

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





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



Bug#381422: gotmail - Could not parse redirect location

2006-08-04 Thread anonymous
Package: gotmail
Version: 0.8.9-1


Running gotmail produces the following error:

FETCH: 
https://login.live.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1033&_lang=EN&bk=1154687633
Trying [1/3]...
Could not parse redirect location

This happens on box running Debian testing with Debs
gotmail version 0.8.9-1 and curl 7.15.4 with libc6 2.3.6 and
perl 5.8.8





Please do not reply to this e-mail. Mail sent to this address cannot be answered







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



Bug#381426: python-gmenu problem: pycentral pkginstall: already exists: /usr/lib/python2.3/site-packages/GMenuSimpleEditor/__init__.py

2006-08-04 Thread Rafal Maj
Package: python-gmenu
Version: 2.14.0-4
Severity: normal

[EMAIL PROTECTED]:/home/raf256# apt-get install python-gmenu
Reading package lists... Done
Building dependency tree... Done
python-gmenu is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 585 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up python-gmenu (2.14.0-4) ...
pycentral: pycentral pkginstall: already exists:
/usr/lib/python2.3/site-packages/GMenuSimpleEditor/__init__.py
pycentral pkginstall: already exists:
/usr/lib/python2.3/site-packages/GMenuSimpleEditor/__init__.py
dpkg: error processing python-gmenu (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 python-gmenu
E: Sub-process /usr/bin/dpkg returned an error code (1)



# dpkg --list  python-gmenu
iF  python-gmenu 2.14.0-4



-- 
Rafał Maj
www.Raf256.org C++




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



Bug#381425: bzflag sound problems and segmentation fault

2006-08-04 Thread Rafal Maj
Package: bzflag
Version: 2.0.8.20060605
Severity: normal

ii  bzflag   2.0.8.20060605   a 3D first person
tank battle game

# lspci | grep -i audio
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb
AC'97 Audio Controller (rev a1)
02:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
(rev 11)

I use ALSA but OSS rather works.

Sounds seem broken in bzflag, randomly when I restart the game:

1) sound is very distorted in a strange way, sounding like if the first
0.1 second of sample is looped instead playing entire sample or something

2) sound is o.k. at first (in the game menu) but becomes distorted when
I conntect to a server

3) game crashes with segmentation fault when I connect and press "i" to
join game (I think this started when I use password with username)

4) sound is fine.

If sound is fine then sometimes after few minutes of play sounds becomes
suddenly distorted again.

I think it becomes distorted especially when the computer is under heavy
load - perhaps problem with timing of sound thread or something?

I use  2.6.17.7 kernel with 1000 MHz timing. Other sound applications
(mostly ALSA) work fine.

Btw, perhaps bzflags should support ALSA in addition to outdated OSS?

-- 
Rafał Maj
www.Raf256.org C++




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



Bug#352637: Use /usr/local

2006-08-04 Thread Sam Morris
Better yet, allow locally created certificates to be placed
in /usr/local/share/ca-certificates.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#322889: another false positive for LPD worm

2006-08-04 Thread Stefan Schmidt
- Forwarded message from Cron Daemon <[EMAIL PROTECTED]> -

> From: Cron Daemon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Cron <[EMAIL PROTECTED]> test -x /usr/sbin/anacron || run-parts 
> --report /etc/cron.daily
> Date: Fri, 04 Aug 2006 12:50:23 +0200
> 
> /etc/cron.daily/chkrootkit:
> Possible LPD worm installed
> INFECTED (PORTS:  465 4369)

- End forwarded message -

tcp0  0 194.97.108.52:465   0.0.0.0:*   LISTEN
9483/exim4
tcp6   0  0 2001:748:301::2:465 :::*LISTEN
9483/exim4
tcp0  0 0.0.0.0:43690.0.0.0:*   LISTEN
1897/epmd

FYI: erlang-base: /usr/bin/epmd

ii  chkrootkit   0.46a-3
# cat /etc/debian_version 
testing/unstable   

best regards,
Stefan
-- 
"I'm not right wing - i believe in global warming."
- from "Outfoxed - Rupert Murdoch's War on Journalism", Documentary


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



Bug#379359: Bug in kiwi

2006-08-04 Thread Gustavo Noronha Silva
Em Thu, 3 Aug 2006 17:31:26 +0200
David Weinehall <[EMAIL PROTECTED]> escreveu:

> On Wed, Aug 02, 2006 at 11:18:41PM -0300, Gustavo Noronha Silva wrote:
> So it seems that this version works =)

Great =D, let me upload then!

-- 
Gustavo Noronha Silva <[EMAIL PROTECTED]>
http://people.debian.org/~kov/


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



Bug#369529: [INTL:ne] Nepali popularity-contest translation update

2006-08-04 Thread Paras pradhan
Package: popularity-contestVersion: N/ASeverity: wishlistTags: l10n patchPlease find the attached updated Nepali translation of the popularity-contest package.
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-07-29 06:16-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:4
msgid "Participate in the package usage survey?"
msgstr "प्याकेज उपयोग सर्वेक्षणमा भाग लिनुहुन्छ ?"

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"The system may anonymously supply the distribution developers with "
"statistics about the most used packages on this system.  This information "
"influences decisions such as which packages should go on the first "
"distribution CD."
msgstr ""
"प्रणालीले यस प्रणालीमा सबैभन्दा बढी प्रयोग हुने प्याकेजहरूको तथ्याङ्कहरू "
"वितरण विकासकर्ताहरूलाई अज्ञात रूपमा पठाउन सक्छ "
"यो सुचनाले कुन कुन प्याकेजहरू पहिलो वितरण सी डी मा " 
" जानुपर्छ भन्ने कुरा निर्णय गर्न प्रोत्साहित गर्दछ ।"

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"If you choose to participate, the automatic submission script will run once "
"every week, sending statistics to the distribution developers. The collected "
"statistics can be viewed on http://popcon.debian.org/.";
msgstr ""
"यदि तपाईँले भाग लिनका लागि रोज्नुभयो भने, वितरण विकासकर्ताहरूलाई तथ्याङ्क पठाउँदै "
"स्वाचालित दाखिला स्क्रिप्ट हरेक हप्तामा एक पटक चल्छ।"
"तथ्याङ्क http://popcon.debian.org/ मा हेर्न सकिन्छ ।"

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"This choice can be later modified by running \"dpkg-reconfigure popularity-"
"contest\"."
msgstr ""
" यो रोजाइ \"dpkg-reconfigure popularity-contest\ "
"चलाएर पछि परिमार्जन गर्न सकिन्छ ।"


Bug#380703: mondo: Mondo/Mindi detects my serial ATA hard disk as an IDE.

2006-08-04 Thread Andree Leidenfrost
Hi Robert,

Thanks a lot for your extensive response!

From the fdisk* files you sent I'm now convinced that indeed your SATA
harddisk is recognised as a PATA disk in the restore system. Weird. (So
no need for a photo of the screen.)

I do not understand why MainSystemFiles/kernel-mainSystem says '2.6.17'.
Can you explain?

Why is it that you use a custom kernel? What's the issue with standard
kernels on your system (it's a laptop, right)? What happens if you boot
your normal system into say the kernel image in package
linux-image-2.6.16-2-486 (2.6.16-17)? Does this work? If so, could you
run mondoarchive with this kernel running and try to restore from the
rescue media created in that run? If not, what is the problem?

Also, looking at your lsmod output, I am wondering whether changing the
order in which IDE modules are loaded makes a difference. Therefore,
in /usr/sbin/mindi, could you find the first appearance of IDE_MODS and
change it to:

IDE_MODS="libata ata_piix ide ide-generic ide-detect ide-mod ide-disk
ide-cd ide_cd ide-cs ide-core ide_core edd paride"

and try your original run again?

Finally, would you be able to send me a diff of the original
kernel .config before you modified it and the modified one? (Or just
send the original .config as I have the modified one laready and can
diff myself.)

Best regards & thanks for your help in trying to track this one down!
Andree


On Thu, 2006-08-03 at 11:12 -0700, Robert Jeffrey Miesen wrote:
> On Tuesday 01 August 2006 15:00, you wrote:
> > Hi Robert,
> >
> > Thank you for reporting this bug.
> >
> > On Mon, 2006-07-31 at 18:02 -0700, Robert Jeffrey Miesen wrote:
> > > Package: mondo
> > > Version: 2.08-2-3
> > > Severity: critical
> > > Justification: breaks the whole system
> >
> > I am afraid that this is not a critical bug. Rather it is an important
> > bug as it makes mondo completely unusable for some people, i.e. you in
> > this case, but it certainly doesn't effect your _running_ system at all.
> > (I have just completed a full archive and restore run using a PATA-only
> > setup with no problem to confirm that their is no general problem.)
> >
> 
> OK, I understand your reasoning. Thank you for clarifying to me the nature of 
> critical bugs.
> 
> > > Upon booting from a DVD image of my entire system, mondo/mindi detects
> > > my SATA (Serial ATA) hard disk as an IDE drive.
> >
> > (I do not currently have a SATA disk unfortunately, so I can't try this
> > myself at the moment.)
> >
> > Am I getting this right that you are saying that your SATA disk which is
> > sda in your system appears as hda when restoring to that very same
> > system?
> >
> 
> Yes, you are correctly understanding me.
> 
> > Could you describe how you perform the restore? This would include any
> > changes that you make to  the hardware like replacing or turning-off
> > disks and such. Also, could you take a photo of the monitor to
> > illustrate the problem.
> 
> This is roughly how I do a restore on my new system:
> 
> 1.  Boot up computer from internal DVD drive.
> 2.  Type in "interactive" from the command prompt and wait for Mindi to 
> boot up.
> 3.  Select the "Interactively" option at the first curses prompt.
> 4.  Select the "DVD Disks" option at the second curses prompt.
> 5.  Verify that the mountlist is to my liking (I usually end up deleting 
> sdb and sdc from this list, since they are jump disks and I don't restore 
> jump disks).
> 6.  Rip my hair out when I find that Mondo/Mindi detected my SATA as hda 
> instead of sda.
> 7.  Eject disk, reboot system.
> 
> 
> I don't turn off any hardware, though I have an external cdrom listed 
> in /etc/fstab which I leave disconnected from my system when doing restores 
> (this external DVD burner is detected as  /dev/scd0 or /dev/scd1 device, 
> depending on the state of /dev/ at the time of mounting.
> 
> I don't know how to take screenshots of the screen while in Mindi, so I 
> cannot 
> include a picture to illustrate the problem (and I also lack a digital camera 
> as well).
> 
> >
> > Further to that, could you boot into expert mode by entering 'expert' at
> > the rescue media boot prompt and hitting enter. Once the system has
> > booted could you do:
> > fdisk -l /dev/hda
> > and
> > fdisk -l /dev/sda
> > and send post the output. Could you do the same in your normal system?
> 
> Done. See the tarred and bzipped file attached to this email and check the 
> appropriately named folders for the information you are looking for. Let me 
> know if for some reason my naming scheme is less intuitive than I think it is 
> and you need help deciphering it.
> 
> >
> > If you have sda as your disk, then hda would quite likely be your
> > optical drive (maybe in your case your DVD writer). 
> 
> Actually, in this case my DVD writer is detected as hdc (it should have been 
> detected as scd0, since it too is a serial device of some sort).
> 
> > Maybe what really 
> > happens is that the SATA disk

Bug#381424: Log messages in UTF-8 when the environment is not UTF-8 (resolved)

2006-08-04 Thread Mario Palomo

Package: libsvnqt2
Version: 0.9.1-1

I have a Debian Sid system with kdesvn 0.9.1-1 installed. My locale is
Spanish (ie: [EMAIL PROTECTED], using ISO-8859-15 but the problem is
the same with ISO-8859-1). When I execute (or use the contextual menus
in Konqueror):

$ kdesvn exec log svn://path/to/repository

I see the log messages with some stranges letters (spanish letters
coded as utf-8). The problem dissapear when I execute:

$ LC_ALL=es_ES.UTF-8 kdesvn exec log svn://path/to/repository

(Using UTF-8 for KDESvn). I can't use the "LC_ALL=es_ES.UTF-8" trick
if I use the contextual menus in Konqueror. Maybe users with other
locales will have the same problem.

The author of KDESvn have resolved the bug, that I've reported in his
bug tracking system:
http://www.alwins-world.de/programs/mantis/view.php?id=101

I think the DD can make a minor release with this annoying bug
corrected. The changes are minimal (only one file). I attach a diff
with the changes for 0.9.1-1 that resolve the bug. Greetings,

Mario Palomo


kdesvn-0.9.1-2.diff.gz
Description: GNU Zip compressed data


Bug#381428: cupsys: Device dialog does not how any entry

2006-08-04 Thread root
Package: cupsys
Version: 1.2.2-1
Severity: grave
Justification: renders package unusable

While trying to add a printer, the dialog never presents a device
selection, it stays empty. This way, I am not able to add any printer.
The folder backend was missing first and I copied it in from
/usr/lib/cups/b... It is looking like it does not even read the folder
contained.

Thank you for looking into the problem, kind regarts, Matthias Wieser

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

Versions of packages cupsys depends on:
ii  adduser  3.95Add and remove users and groups
ii  cupsys-common1.2.2-1 Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libacl1  2.2.39-1Access control list shared library
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-3 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-3 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libgnutls13  1.4.1-1 the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.19  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-6 Core Perl modules
ii  procps   1:3.2.7-2   /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-9  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.2-1  Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060712-1 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, socket, usb


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



Bug#381418: ITP: wapiti -- Web application vulnerability scanner

2006-08-04 Thread Aurélien GÉRÔME
retitle 381418 ITP: wapiti -- Web application vulnerability scanner
owner 381418 [EMAIL PROTECTED]
thanks

After having played a bit with it, I am trying to produce a Debian
package...

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :  
`. `'`   Free Software Developer
  `- Unix Sys & Net Admin


signature.asc
Description: Digital signature


Bug#381292: pango-libthai: Missing dependency on libpango1.0-common

2006-08-04 Thread Theppitak Karoonboonyanan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/4/06, Josselin Mouette <[EMAIL PROTECTED]> wrote:

Le vendredi 04 août 2006 à 15:03 +0700, Theppitak Karoonboonyanan a
écrit :
> > However, I don't quite understand about the circular
> > dependency problem. Could you give more info?

Currently, there is a circular dependency between libpango1.0-0 and
libpango1.0-common. This is why by chance your package works while not
depending on libpango1.0-common. However this circular dependency will -
hopefully soon - be fixed in pango and your package will stop working.


I see. Thanks for clarifying.


> Umm.. I have also replaced the hard-coded dependencies
> with ${shlibs:Depends}, ${misc:Depends} and , as a result,
> dependency on libpango1.0-0 is now gone. Is this related
> to the problem you mentioned?

No, this is probably because the module doesn't link directly to one of
the libpango*-1.0.so.0 libraries. You can check the output of 'ldd -r
yourmodule.so' for unresolved symbols.

If there are no missing symbols, this is harmless, because
libpango1.0-common will still depend on libpango1.0-0.


It's actually caused by a bug in upstream configure script
(which is also maintained by me).

As upstream maintainer, I would like to fix this by releasing
a new upstream version, which has also gathered some
other fixes to time. And as debian package maintainer, I
would like to wait for that, rather than patching the package
and getting overridden very soon.

That means it may take a couple of days before this bug
is fixed.

- --
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

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

iD8DBQFE0zGvqgzR7tCLR/4RAqCDAJ4shzTWbO0Gesaa1P1HrGANhT5xAACfaYM5
gA25yxrGtEskwCmqQcgpw88=
=APEG
-END PGP SIGNATURE-



Bug#381404: closed by Francesco Paolo Lovergine <[EMAIL PROTECTED]> (Re: Bug#381404: proftpd: fails to install (useradd bug?))

2006-08-04 Thread Francesco Paolo Lovergine
reopen 381404
reassign 381404 passwd
severity 381404 serious
merge 381404 381394
thanks

Ops! Sorry... Indeed it is a useradd issue already reported.

On Fri, Aug 04, 2006 at 05:01:51PM +0900, Miles Bader wrote:
> [EMAIL PROTECTED] (Debian Bug Tracking System) writes:
> >> There is a group called "nogroup" in /etc/group, so perhaps it's a bug
> >> in /usr/sbin/useradd?
> >
> > nogroup is a standard group, almost certainly you did remove it while
> > upgrading passwd pkg or so. I'm closing this bug because almost certainly
> > it is a configuration/administration issue.
> >
> > in /etc/group:
> >
> > nogroup:x:65534:
> 
> Um, did you read what I wrote in my report?
> 
> "There _is_ a group called "nogroup" in /etc/group" 
> 
> (emphasis added)
> 
> Just to be sure, here's a grep:
> 
>$ grep nogroup /etc/group
>nogroup:x:65534:
> 
> The problem is that there _is_ a group called that, but the useradd is
> still failing.  So perhaps the bug should be re-assigned to the "passwd"
> package, but I don't think it should be closed...

-- 
Francesco P. Lovergine


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



Bug#381429: ITP: oxine -- xine 'on screen display' gui

2006-08-04 Thread Daniel Baumann
Package:oxine
Version:cvs
URL:http://oxine.sf.net/
License:GPL2+

Description:
oxine is a lightweight pure OSD (on screen display) GUI for the xine
engine. oxine is particularly suited for set-top boxes or home
entertainment systems.

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


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



Bug#381375: [cl-debian] Bug#381375: [INTL:pt] Portuguese translation for common-lisp-controller (debconf)(correction)

2006-08-04 Thread Rui Branco

Luca Capello wrote:

Hello!

On Fri, 04 Aug 2006 09:27:09 +0200, René van Bevern wrote:


Rui Branco <[EMAIL PROTECTED]> writes:


msgid "The short common LISP site name"


msgstr "O nome curto do site LISP comum"


Does one really translate proper names like "Common Lisp" in
portuguese? It is that the language is called "Common Lisp", as by
the ANSI Standard.



Shouldn't it be then "Common" (note the uppercase C) instead of
"common"?  In this case, IMHO it's more difficult to misunderstand the
adjective as not part of the language name.

Just my 0.02€...

Thx, bye,
Gismo / Luca


Hello all,

Indeed IMHO there's no point to translate the language proper name.
I agree with Luca, the translation that better suits is "Common Lisp".

If that's fine with Ricardo , I will send the correction.

Thank you all,
Cheers,

Rui Branco
Portuguese Debian Translator Team (debianPT)



Bug#381427: ITP: logfilter -- a tool for performing ad-hoc filtering of apache website log files

2006-08-04 Thread Baruch Even
Package: wnpp
Severity: wishlist
Owner: Baruch Even <[EMAIL PROTECTED]>


* Package name: logfilter
  Version : 0.3
  Upstream Author : Jack Hughes, OPENXTRA Limited, John Brewer
* URL : http://www.logfilter.org/
* License : Apache 
  Description : a tool for performing ad-hoc filtering of apache website 
log files

Perform filtering of apache log files without resorting to complex
regular expressions in order to get the specific field you are
interested in.


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


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



Bug#335519: backup-manager: corrupt tar.gz archive on ftp-server

2006-08-04 Thread Philipp Kern
Ew, data integrity seems crucial to me, considering that backup-manager
is used for backups on which one has to rely later one. I would rather
like to see this bug as RC, and fixed in a point release.



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



Bug#378332: initramfs-tools: Resolve the link using readlink?

2006-08-04 Thread maximilian attems
hello,

On Thu, 03 Aug 2006, Leandro Lucarella wrote:
 
> I had the same problem here. I think you should provide a more verbose way
> to tell the user he should user the /dev/mapper/vg-lv schema rather than
> /dev/vg/lv one. Or maybe you can use readlink to see what is the real file
> name (patch provided).
> 
> -- Package-specific info:
> -- /proc/cmdline
> root=/dev/mapper/vg0-root ro vga=791

yup that is a correct boot param,
that is your _real_ root.
 
> --- lvm.orig  2006-08-03 16:07:01.179240500 -0300
> +++ /usr/share/initramfs-tools/scripts/local-top/lvm  2006-08-03 
> 16:10:21.875783250 -0300
> @@ -38,6 +38,7 @@
>   esac
>  
>   # Make sure that we have a d-m path
> + vg=`/bin/readlink "$vg"`
>   vg=${vg#/dev/mapper/}
>   if [ "$vg" = "$1" ]; then
>   return 1

big NACK,
you can never have tested - that won't boot.

vgchange creates the lvm devices under /dev/mapper,
so at that stage we have no /dev/mapper devices yet.
/dev/mapper/vg-lv is the way to recognise an lvm dev.

best regards

-- 
maks


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



Bug#380407: nautilus: crashes when `Open as administrator`clicked

2006-08-04 Thread 한정훈
oh my god!thanks, but my architecture is amd64, and using debian pure64 port.(not using 32bit compatible function)so should I make debug-enabled package.? |-Ois this possible packaging debug-enabled one from `apt-get source`-ed package?
(by adding debug option in debian/rules file as configure formatted)


Bug#381407: Log files don't rotate but this are out /var/log/proftpd directory

2006-08-04 Thread Francesco Paolo Lovergine
On Fri, Aug 04, 2006 at 02:36:36AM -0500, Mario Oyorzabal Salgado wrote:
> Hi i'm using proftpd last 8 months, but my logfiles anymore have touch 
> by logrotate script since may 2006, my logfiles "xferlog" and "xferreport" 
> have path: "/var/log", checking the script in "proftpd" in cron monthly
> have reference to logfiles in "/var/log/proftpd", checking logfiles in
> that path this files are empty and are rotate but the logfiles in "/var/log"
> don't rotate and this files have info of proftpd transfers, i don't modify 
> files
> for have this result and don't know how happen that =(.
> 

Log files moved into /var/log/proftpd since 1.3.0, you should 

1. customize your proftpd.conf or
2. customize your crontab script

This is a configuration issue, not a proper error. See the new default config
in /usr/share/proftpd/templates/proftpd.conf. You have been warned at
upgrade time about those kind of things. I could just add logs moving
among postinst things to do, just in case.

-- 
Francesco P. Lovergine


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



Bug#381431: [INTL:pt] Portuguese translation for phppgadmin (debconf)

2006-08-04 Thread Rui Branco

Package: phppgadmin
Version: 4.0.1-2
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for phppgadmin's debconf messages by
Carlos Castro <[EMAIL PROTECTED]>.
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 






# Portuguese translation for phppgadmin debconf messages.
# This file is distributed under the same license as the php-memcache package.
# 2005, Carlos Castro <[EMAIL PROTECTED]>
# 2005-11-01 Carlos Castro <[EMAIL PROTECTED]> Initial translation
#
msgid ""
msgstr ""
"Project-Id-Version: phppgadmin 4.0.1-2\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2005-03-02 16:19+0100\n"
"PO-Revision-Date: 2005-11-01 16:20:+\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: select
#. Choices
#: ../phppgadmin.templates:3
msgid "Apache"
msgstr "Apache"

#. Type: select
#. Choices
#: ../phppgadmin.templates:3
msgid "Apache-SSL"
msgstr "Apache-SSL"

#. Type: select
#. Choices
#: ../phppgadmin.templates:3
msgid "Apache-Perl"
msgstr "Apache-Perl"

#. Type: select
#. Choices
#: ../phppgadmin.templates:3
msgid "Apache2"
msgstr "Apache2"

#. Type: select
#. Choices
#: ../phppgadmin.templates:3
msgid "None"
msgstr "Nenhum"

#. Type: select
#. Description
#: ../phppgadmin.templates:5
msgid "Which web server would you like to reconfigure automatically?"
msgstr "Que servidor web gostaria de reconfigurar automaticamente?"

#. Type: select
#. Description
#: ../phppgadmin.templates:5
msgid ""
"phpPgAdmin supports any web server that PHP4 does, but this automatic "
"configuration process only supports Apache servers."
msgstr
"phpPgAdmin suporta qualquer servidor web que o PHP4 suporte, mas este "
"processo de configuração automática apenas suporta servidores Apache."


Bug#380373: binutils: kfreebsd-amd64 support partially merged upstream

2006-08-04 Thread Petr Salinger

Hi,

there is a status update for upstream part of this patch.

Content of 128_kfreebsd-amd64.dpatch have been integrated upstream as of 
2006-08-02, see http://sourceware.org/ml/binutils-cvs/2006-08/msg00010.html


Petr



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



Bug#381430: [INTL:pt] Portuguese translation for php-memcache (debconf)

2006-08-04 Thread Rui Branco

Package: php-memcache
Version: 2.0.1-1
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for php-memcache's debconf messages by
Luísa Lourenço .
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 





# Portuguese translation for php-memcache debconf messages.
# This file is distributed under the same license as the php-memcache package.
# Luísa Lourenço <[EMAIL PROTECTED]>, 2006
#
msgid ""
msgstr ""
"Project-Id-Version: php-memcache 2.0.1-1\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2005-10-13 21:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Native Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../php4-memcache.templates:4 ../php5-memcache.templates:4
msgid "Configure php.ini for memcache?"
msgstr "Configurar php.ini para memchace?"

#. Type: boolean
#. Description
#: ../php4-memcache.templates:4
msgid ""
"This script can add the necessary options for memcache to the PHP4 ini file."
msgstr ""
"Este script pode adicionar as opções necessárias para memcache ao ficheiro "
"ini do PHP4."

#. Type: boolean
#. Description
#: ../php5-memcache.templates:4
msgid ""
"This script can add the necessary options for memcache to the PHP5 ini file."
msgstr ""
"Este script pode adicionar as opcções necessárias para memcache ao ficheiro 
"
"ini do PHP5."


Bug#377697: Clarification on upgrade order for etch, was: Re: rageircd ftbfs on alpha

2006-08-04 Thread Mark Brown
On Tue, Aug 01, 2006 at 09:18:00PM -0700, Steve Langasek wrote:

> in that thread saying it was ok to drop 2.4 support was from Moritz
> Muehlenhoff; but you also got feedback from Stephen Gran and Mark Brown,
> saying that a runtime check would be preferable.)

Is there a suitable 2.4 based test system accessible to developers
somewhere?  

> > since upstream is not willing to integrate a runtime check in the short
> > term and I cannot support such an intrusive unofficial patch (which, BTW,
> > does not exist at all ATM).

> Why do you say that it would be intrusive?  It looks to me like a simple
> change to support building more than one select interface at a time, and
> using the best one that works.  If such a patch existed, would you consider
> applying it?

What reasons did upstream give for this decision?  I've often found
people are much more flexible about this sort of thing when presented
with a patch but it sounds like there was a more fundamental objection
here.

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."


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



Bug#381308: Subject: udev not loading mousedev module for logitech cordless desktop combo

2006-08-04 Thread Hendrik Naumann
Hi Debian kernel developers

I am using a fairly common logitech cordless desktop compo, whos
input string is not matched by the kernel for the mousedev module. 

I am hunting this bug not because I have a problem with it, but I 
think it is a strong usability bug if a (newbie) user will be left 
without a running X session after install/upgrade.

> On Aug 04, Hendrik Naumann <[EMAIL PROTECTED]> wrote:
> > > grep mousedev /lib/modules/`uname -r`/modules.alias
> >
> > alias input:b*v*p*e*-e*1,*3,*k*145,*r*a*0,*1,*18,*1C,*m*l*s*f*w*
> > mousedev alias input:b*v*p*e*-e*1,*3,*k*14A,*r*a*0,*1,*m*l*s*f*w*
> > mousedev alias input:b*v*p*e*-e*1,*2,*k*r*8,*a*m*l*s*f*w*
> > mousedev alias input:b*v*p*e*-e*1,*2,*k*110,*r*0,*1,*a*m*l*s*f*w*
> > mousedev
>
> None of these wildcards matches the $MODALIAS variable for your
> mouse:
>
> input:b0003v046DpC505e1721-e0,1,2,k71,72,73,74,88,8C,8E,8F,9B,9C,9E
>,9F,A3,A4,A5,A6,AB,AC,100,101,102,103,104,105,106,107,108,109,10A,10
>B,10C,10D,10E,10F,110,111,112,113,114,115,116,117,118,119,11A,11B,11
>C,11D,11E,11F,120,121,122,123,124,125
>
> I am reassigning the bug to the kernel, but you should consult a
> kernel developer who knows about the input subsystem.

Do you have a suggestion who I should contact?

Thanks

Hendrik Naumann

-- 
PGP ID 65C92061


pgpkARfB2SlFi.pgp
Description: PGP signature


  1   2   3   >