Bug#611964: netcat-openbsd: -q -1 does not behave as the man page says

2011-02-04 Thread Adam M. Costello
Package: netcat-openbsd
Version: 1.89-4
Severity: normal


The man page says a negative value for -q means infinity.  But the code
makes no distinction between negative and zero.  The bug was introduced
in 1.89-4, and is related to bug #502188.

In version 1.89-3, -q behaved as documented (negative was treated as
infinite), and the default was -1.  As described in the changelog,
1.89-4 decided that the default behavior should be like -q 0.  A
one-line patch was offered to change the default from -1 to 0:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=fix-quit-timer-patch.patch;att=1;bug=502188

But that patch was not used.  Instead, the default value was left as -1,
and the code was changed to treat negative values the same as 0.  So now
-q -1 is no different from -q 0.  If you want an infinite quit timer,
you need to do something like -q 9, although the man page still
says -q -1 should work.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages netcat-openbsd depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines

netcat-openbsd recommends no packages.

netcat-openbsd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611965: mysql-5.1: MySQL should export its configured source tree as a binary package.

2011-02-04 Thread Clint Byrum
Package: mysql-5.1
Version: 5.1.54-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpPSJm2C
In Ubuntu, the attached patch was applied to achieve the following:


  * export configured source dir as binary package. -- needed for some
plugins to build.


Basically some plugins need access to MySQL internals. Specifically
HandlerSocket:

https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL

And XtraBackup:

http://www.percona.com/docs/wiki/percona-xtrabackup:start

These simply cannot build without the full source tree because mysql's
headers are not built for export.

The patch creates a bin package that places a tarball of the configured
source in /usr/src/mysql, which can then be consumed by those plugins'
build.

As an example, I've prepared the handlersocket plugin for Ubuntu here:

https://code.launchpad.net/~clint-fewbar/+junk/handlersocket/

Please consider including this soon, otherwise it may not be possible
to include these plugins in Ubuntu.

Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-1-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2011-01-26 09:19:25 +
+++ debian/control  2011-02-02 19:48:39 +
@@ -180,3 +180,14 @@
  ease of use.
  .
  This package includes the MySQL testsuite.
+
+Package: mysql-source-5.1
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: MySQL source
+ MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
+ server.  SQL (Structured Query Language) is the most popular database query
+ language in the world. The main goals of MySQL are speed, robustness and
+ ease of use.
+ .
+ This package includes the MySQL source code as configured before building.

=== added file 'debian/mysql-source-5.1.files'
--- debian/mysql-source-5.1.files   1970-01-01 00:00:00 +
+++ debian/mysql-source-5.1.files   2011-02-02 19:44:09 +
@@ -0,0 +1 @@
+usr/src/mysql/*

=== modified file 'debian/rules'
--- debian/rules2010-08-20 10:12:48 +
+++ debian/rules2011-02-02 21:59:52 +
@@ -21,6 +21,8 @@
 DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 
's/-[^-]*$$//')
 DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 
-r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
 
+EXPORTED_SOURCE_TARBALL = debian/mysql-source-5.1.tar.gz
+
 DISTRIBUTION = $(shell lsb_release -i -s)
 
 MAKE_J = -j$(shell if [ -f /proc/cpuinfo ] ; then grep -c processor.* 
/proc/cpuinfo ; else echo 1 ; fi)
@@ -127,6 +129,9 @@
 build-stamp: configure
@echo RULES.$@
dh_testdir
+   [ -f $(EXPORTED_SOURCE_TARBALL) ] || tar -zcf 
$(EXPORTED_SOURCE_TARBALL) \
+  --exclude=debian . \
+  --transform=s,^\./,mysql-5.1/,
 
cd $(builddir)  $(MAKE) $(MAKE_J)
 
@@ -184,6 +189,7 @@
rm -rf $(BUILDDIR) $(BUILDDIR_PIC)
 
debconf-updatepo
+   rm -f $(EXPORTED_SOURCE_TARBALL)
dh_clean -v
 
 
@@ -276,6 +282,8 @@
# install Apport hook
install -D -m 644 debian/mysql-server-5.1.py 
$(TMP)/usr/share/apport/package-hooks/source_mysql-dfsg-5.1.py
 
+   install -D -m 0644 $(EXPORTED_SOURCE_TARBALL) 
$(TMP)/usr/src/mysql/`basename $(EXPORTED_SOURCE_TARBALL)`
+
dh_movefiles

 # Build architecture-independent files here.



Bug#598390: flashplugin-nonfree: Crashes going fullscreen on any video

2011-02-04 Thread Pierre-Marie LANSAC
Alain Rpnpif said he had the bug whith ati card.
But I've got the bug with a nvidia card (proprietary driver):
nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]

(both on iceweasel and firefox, both with the flashplayer from package and
from adobe web site).

in .xsession-errors:
/opt/firefox/plugin-container: symbol lookup error:
/opt/firefox/plugins/libflashplayer.so: undefined symbol:
gtk_widget_get_window

using debian lenny.
seems other distros have the same problem: might come from Adobe.

Regards
___
Pierre-Marie LANSAC.


Bug#611925: [Pkg-virtualbox-devel] Bug#611925: CVE-2010-4414: Does it affect Debian?

2011-02-04 Thread Frank Mehnert
On Thursday 03 February 2011 22:16:39 Moritz Muehlenhoff wrote:
 On Thu, Feb 03, 2011 at 09:40:15PM +0100, Frank Mehnert wrote:
  This does only affect VirtualBox 4.0.0, not VirtualBox 4.0.2.
 
 Thanks. What's the status of releases  4.0.0, like the 3.2.10 from Debian?
 Are they also unaffected?

No. As I said: Only version 4.0.0 is affected.

Kind regards,

Frank
-- 
ORACLE Deutschland B.V.  Co. KG   Dr.-Ing. Frank Mehnert
Werkstrasse 24 Staff Engineer, VirtualBox
71384 Weinstadt, Germany   mailto:frank.mehn...@oracle.com

Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Rijnzathe 6, 3454PV De Meern, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Jürgen Kunz, Marcel van de Molen, Alexander van der Ven


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


Bug#464625: please support OpenSSL-compatible ciphher nammes

2011-02-04 Thread Simon Josefsson
brian m. carlson sand...@crustytoothpaste.net writes:

 In fact, I happen to know that the documentation for GnuTLS is wrong
 when it claims that [t]here are no known weaknesses of MD2.  Such
 weaknesses have been known for quite some time; in fact, certain
 weaknesses in the compression function have been known longer than
 (AFAICT) GnuTLS has existed.  And that's to say nothing about it being
 dog-slow (14 times slower than SHA-256).

You are right, I have updated the documentation:

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=962013fa4b5c1da7a39e5249e146e80f8ca6a7ed

 gnutls-cli(1).  Looking at the source, RC4 is defined in SECURE256, and
 due to major weaknesses in its key scheduling (which can be used very
 effectively against e.g. WEP), I would absolutely not want to use it if
 any other choice were available.  Had I not looked at the source, I
 would never have known this.  I would certainly not class it as
 secure.

I also feel uncomfortable including RC4 in the SECURE variants, we all
know that RC4 is not a secure cipher.  Nikos, what do you think about
removing it?

 I think it's reasonable to allow OpenSSL-compatible ciphersuite names.
 In fact, I think it's a really good idea.

It would be nice to support this, but nobody appears to be working on
this right now.

I have also wanted to be able to just use the official TLS ciphersuite
name to chose an algorithm.  For example, a priority string of
TLS_DH_RSA_WITH_AES_256_CBC_SHA means to enable all TLS versions, RSA,
AES-256, and SHA.  Right now it is difficult to express this.

/Simon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611966: blueman: Blueman-manager doesn't start (dbus AccessDenied error)

2011-02-04 Thread Yauhen Kharuzhy
Package: blueman
Version: 1.21-4.1
Severity: normal

When I try to run blueman-manager, I get following messages in console:

--
$ blueman-manager 
Loading configuration plugins
Using gconf config backend
_
on_bluez_name_owner_changed (/usr/bin/blueman-manager:104)
org.bluez owner changed to  :1.4 
Using gconf config backend
_
SetAdapter
(/usr/lib/python2.6/dist-packages/blueman/gui/DeviceList.py:300)
None 
ERROR:dbus.proxies:Introspect error on org.bluez:/:
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
Rejected send message, 2 matched rules; type=method_call,
sender=:1.5 (uid=1000 pid=17005 comm=/usr/bin/python)
interface=org.freedesktop.DBus.Introspectable member=Introspect
error name=(unset) requested_reply=0 destination=org.bluez (uid=0
pid=16995 comm=/usr/sbin/bluetoothd))
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 586, in
msg_reply_handler
reply_handler(*message.get_args_list(**get_args_opts))
  File /usr/bin/blueman-manager, line 153, in
on_bluez_name_owner_changed
self.List =
ManagerDeviceList(adapter=self.Config.props.last_adapter, inst=self)
  File
/usr/lib/python2.6/dist-packages/blueman/gui/manager/ManagerDeviceList.py,
line 71, in __init__
DeviceList.__init__(self, adapter, data)
  File /usr/lib/python2.6/dist-packages/blueman/gui/DeviceList.py,
line 121, in __init__
self.SetAdapter(adapter)
  File /usr/lib/python2.6/dist-packages/blueman/gui/DeviceList.py,
line 331, in SetAdapter
except dbus.DBusServiceUnknownError:
AttributeError: 'module' object has no attribute
'DBusServiceUnknownError'
-

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.36 (SMP w/2 CPU cores)
Locale: LANG=be_BY.UTF-8, LC_CTYPE=be_BY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages blueman depends on:
ii  bluez 4.70-1 Bluetooth tools and daemons
ii  dbus  1.2.24-4   simple interprocess messaging syst
ii  hicolor-icon-theme0.12-1 default fallback theme for FreeDes
ii  libbluetooth3 4.70-1 Library to use the BlueZ Linux Blu
ii  libc6 2.11.2-8   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  libstartup-notificati 0.10-1 library for program launch feedbac
ii  notification-daemon   0.5.0-2daemon to displays passive pop-up 
ii  obex-data-server  0.4.5-1+b1 D-Bus service for OBEX client and 
ii  python2.6.6-3+squeeze5   interactive high-level object-orie
ii  python-central0.6.16+nmu1register and build utility for Pyt
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify

Versions of packages blueman recommends:
ii  libpulse-mainloop-glib0   0.9.21-3   PulseAudio client libraries (glib 
ii  policykit-1   0.96-4 framework for managing administrat
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf

blueman suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611923: [Python-modules-team] Bug#611923: python-xdg: wrong behaviour breaking apps on non-supported locale

2011-02-04 Thread Piotr Ożarowski
[Yann Dirson, 2011-02-03]
 In [6]: print %s % e.getName()
 -- print(%s % e.getName())
 Échecs

please do not use ipython to test encoding related issues, it has
problems...

 UnicodeEncodeError: 'ascii' codec can't encode character u'\xc9' in position 
 0: ordinal not in range(128)

.encode('utf-8')?
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611967: csvtool: namedcol should retain heading row

2011-02-04 Thread Kingsley G. Morse Jr.
Package: csvtool
Version: 1.2.1-1
Severity: normal


Thank you for maintaining the very handy csvtool
package.

I'm using it, and would like to suggest a modest
improvement.

Please enhance the namedcol option to also
return a first row of the names of the chosen
columns.

For example

$ csvtool namedcol Account,Cost input.csv  output.csv

might return

Account,Cost
1,$5
2,$7
3,$3

At least for me, it omitted the heading row
Account,Cost.

Thanks,
Kingsley

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages csvtool depends on:
ii  ocaml-base-nox [ocaml-base-no 3.11.2-2   Runtime system for OCaml bytecode 

csvtool recommends no packages.

csvtool suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#450663: pump fails when locale is not english

2011-02-04 Thread Dominique Dumont
On Thursday 03 February 2011 22:24:11 CyberDomovoy wrote:
 When using my default locale (fr_FR.UTF8), i get this error: 'ack Erreur
 d'entrée/sortie: read( 4 ) at /usr/share/perl5/IPC/Run/IO.pm line 558'
 When setting LC_ALL=POSIX, everything goes well.

I think this is related to RT bugs:
- run() miscalculates length of UTF-8 strings
  https://rt.cpan.org/Ticket/Display.html?id=14078
-  Pumping UTF-8 data mangles it 
  https://rt.cpan.org/Public/Bug/Display.html?id=58853

I'm going to suggest upstream to use binmode on the file handles

All the best

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598390: flashplugin-nonfree: Crashes going fullscreen on any video

2011-02-04 Thread Pierre-Marie LANSAC
Ok, found where this problem comes from.
(and a temporary tweek to temporary fix it)

First, I found that page:
http://plosquare.blogspot.com/2011/01/fullscreen-flash-player-on-debian-lenny.html

That gave a partially wrong explanation about this matter.
To sum it up, it said it had something to do with 32bit and 64bit ... and
that was not true.

I've got the problem on a 100% 32bit old computer:
AMD Athlon(TM) XP 2500+ 1.8 Ghz
NV18 [GeForce4 MX 440 AGP 8x]
Debian lenny.

And I already had the libgtk2 installed.

But indeed, the version of the stable lenny repository seems to lack some
symbols.

I added the backports to my source.list:
deb http://backports.debian.org/debian-backports lenny-backports main
contrib non-free

And tried to install the (32bits) version from backports:
apt-get update
apt-get --reinstall -t lenny-backports install libgtk2.0-0

And that solved the matter.

Now, when trying to go fullscreen on any flash video-streaming site, it
works.


I suggest that the package in lenny repository would be fixed.

Hoping that that will help you,
Regards
___
Pierre-Marie LANSAC.


Bug#611968: apt-dater-host config broken

2011-02-04 Thread Stefan Bühler

Package: apt-dater-host
Version: 0.8.4-4

Hi again,

after updating all my configs were broken again; i think this time it is
the config script, which overwrites the debconf entry with 1 or 0,
and it should probably be true or false instead.

the postinst script checks only for true/false, not for 1/0, so
ASSUME_YES is empty.

after dpkg-reconfigure it works again, as this enforces the dialog,
which sets true or false instead of 1/0.

- stefan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611966: blueman: Blueman-manager doesn't start (dbus AccessDenied error)

2011-02-04 Thread Yauhen Kharuzhy

It is not blueman bug: user should be added to group bluetooth. But
blueman should show adequate error message to user.


-- 
Yauhen Kharuzhy jekhor _at_ gmail.com
JID: j...@jabber.ru

A: No
Q: Should I quote below my post?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609251: installation-reports: successful installation with minor issues in lenovo ideapad s12

2011-02-04 Thread Alejandro Ramón Ballesta
El Thursday 03 February 2011 00:33:13 Colin Watson escribió:
 On Fri, Jan 07, 2011 at 07:58:11PM +0100, Alejandro Ramón Ballesta wrote:
  GRUB2 found precious windows7 installation but didn't wrote it in
  grub.cfg, so after first boot had to run update-grub
 
 Could you please attach /var/log/installer/syslog and
 /var/log/installer/partman?  Thanks in advance.

and here /var/log/installer/partman


partman.tar.gz
Description: application/compressed-tar


Bug#611878: rssh mkchroot.sh sample script broken

2011-02-04 Thread Erich Liebmann
Thanks for your reply! Please find my answer inline...


  The mkchroot.sh sample script that comes with package 
 rssh relies on
  ldd to determine the shared library dependencies subject 
 to be copied
  to the chroot environment. Unfortunately ldd reports an incomplete
  list of shared library dependencies since the introduction 
 of Virtual
  Dynamic Shared Objects (linux-vdso.so).
 
  # ldd /usr/bin/scp
  linux-vdso.so.1 =  (0x7fff4bdff000)
  libc.so.6 = /lib/libc.so.6 (0x7fcaa7e31000)
  /lib64/ld-linux-x86-64.so.2 (0x7fcaa83a8000)
  #
 
  Kindly adjust the mkchroot.sh script to work on Linux systems with
  VDSO enabled
 
 Happy to do so as soon as someone tells me how.  :)  I've 
 never heard of
 VDSO before and have no idea how to convince ldd to actually 
 provide the
 required information.

After trying 'ldd' with other binaries I am not sure whether, the fact that
only 'libc' is reported as a shared library dependency for 'scp' and
'sftp-server', is related to VDSO, to the way the 'scp' and 'sftp-server'
binaries were created in the first place, or some other factors.

'ldd' seems to correctly report all shared library dependencies for other
binaries from the same package (e.g. 'ssh-keygen'):

# ldd /usr/bin/ssh-keygen
linux-vdso.so.1 =  (0x7a3ff000)
libcrypto.so.0.9.8 = /usr/lib/libcrypto.so.0.9.8
(0x7f96ae0f9000)
libdl.so.2 = /lib/libdl.so.2 (0x7f96adef5000)
libresolv.so.2 = /lib/libresolv.so.2 (0x7f96adcde000)
libc.so.6 = /lib/libc.so.6 (0x7f96ad97d000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f96ad766000)
/lib64/ld-linux-x86-64.so.2 (0x7f96ae6cb000)
#

Maybe VDSO caches shared library dependencies only for those binaries that
are currently loaded into memory? Since I login via 'ssh' it's possible that
some of the binaries are already loaded, causing the dependencies to be
cached as VDSO, and resulting in 'ldd' to not report them?

Interestingly even 'readelf' reports only the 'libc' dependency for 'scp':

# readelf -d /usr/bin/scp | egrep NEEDED
 0x0001 (NEEDED) Shared library: [libc.so.6]
#

I just know that on my old 'lenny' installation 'ldd' reported shared
library dependencies for 'scp' and 'sftp-server' corretly and 'mkchroot.sh'
created a working chroot environment. For some unkown reason this does not
seem to be the case any more on my new 'squeeze' machine!

 
  or advise (document) which commands can be used to 
 determine the full
  set of dynamic library dependencies required for manual 
 creation of the
  chroot environment.
 
 Just to check, are you sure that your /usr/bin/scp is 
 actually linked with
 any other libraries?  Mine isn't:
 
 windlord:~ ldd /usr/bin/scp
 linux-gate.so.1 =  (0xb76e6000)
 libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb757d000)
 /lib/ld-linux.so.2 (0xb76e7000)

I doubt that 'scp' depends only on 'libc', at least on my old 'lenny'
installation it had several other dependencies, including 'libcrypt' and
'libnsl'.


 If the problem is just that the chroot script needs to ignore
 linux-vdso.so.1 the way that it ignores linux-gate.so.1, that's a very
 easy fix.

I got the chroot environment working by manually copying the following
libraries to the chroot environment: /lib/libcom_err.so.2,
/lib/libcrypt.so.1, /lib/libdl.so.2, /lib/libkeyutils.so.1,
/lib/libnsl.so.1, /lib/libpthread.so.0, /lib/libresolv.so.2,
/lib/libutil.so.1, /usr/lib/libcrypto.so.0.9.8,
/usr/lib/libgssapi_krb5.so.2, /usr/lib/libkrb5.so.3,
/usr/lib/libkrb5support.so.0, /usr/lib/libz.so.1. I compiled the list of
required libraries based on the 'ldd' output on my old machine running
'lenny'. Not sure how to get the same information on a 'squeeze'
installation?!?




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#475183: fuse is missing from /etc/group

2011-02-04 Thread Alex Mestiashvili

I see this problem as well on current squeeze ,

just dist-upgraded from lenny . On lenny it was ok .


libfuse2   2.8.4-1.1
/lib/udev/rules.d/60-fuse-utils.rules: KERNEL==fuse, GROUP=fuse

but fuse group is missing after upgrade from /etc/group ..

Regards ,

Alex



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611969: ttf-opensymbol: Please hide OpenSymbol from the font selector

2011-02-04 Thread Fabian Greffrath
Package: ttf-opensymbol
Version: 1:3.2.1-11+squeeze2
Severity: minor
Tags: patch

Hi,

the OpenSymbol font shows up in writer's font selection combo-box, although
it's very unlikely this font is ever selected for writing actual text, since it
does not contain letters but only symbols. I'd prefer if this font was hidden
from the font selector altogether, because adding specific symbols is far
easier by using the Insert - Special character ... menu or pasting the
symbol from gucharmap, instead of learning which key is mapped to which symbol
in this font.

The attached fontconfig file will hide the font from the font selector if
installed properly in /etc/fonts/conf.{d,avail}.

Best regards,
Fabian



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

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

ttf-opensymbol depends on no packages.

Versions of packages ttf-opensymbol recommends:
ii  fontconfig2.8.0-2.1  generic font configuration library

ttf-opensymbol suggests no packages.

-- no debconf information


rejectfont-opensymbol.conf
Description: XML document


Bug#611970: Please hide ttf-lyx from the font selector

2011-02-04 Thread Fabian Greffrath
Package: ttf-lyx
Version: 1.6.7-1
Severity: minor
Tags: patch

Hi,

the ttf-lyx font shows up in ooo-writer's font selection combo-box, although
it's very unlikely this font is ever selected for writing actual text, since it
does not contain letters but only symbols. I'd prefer if this font was hidden
from the font selector altogether, because adding specific symbols is far
easier by using the Insert - Special character ... menu or pasting the
symbol from gucharmap, instead of learning which key is mapped to which symbol
in this font.

The attached fontconfig file will hide the font from the font selector if
installed properly in /etc/fonts/conf.{d,avail}.

Best regards,
Fabian



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

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

Versions of packages ttf-lyx depends on:
ii  defoma0.11.12Debian Font Manager -- automatic f

ttf-lyx recommends no packages.

ttf-lyx suggests no packages.

-- no debconf information


rejectfont-lyx.conf
Description: XML document


Bug#611971: munin-node: nginx_request plugins does not work

2011-02-04 Thread Angel Abad
Package: munin-node
Severity: normal

Hi! nginx_request does not work, the plugin recommends configure
nginx with:

  server {
listen 127.0.0.1;
server_name localhost;
location /nginx_status {
stub_status on;
access_log   off;
allow 127.0.0.1;
deny all;
}
  }

But, when the plugin try to obtain data, it does:

chomp(my $fqdn=`hostname -f 2/dev/null | hostname`);

my $URL = exists $ENV{'url'} ? $ENV{'url'} : http://$fqdn/nginx_status;;

And $fqdn is not localhost, so the plugin doesnt work.

I think the best option is patch this plugin to work as nginx_status works, 
using
localhost instead of $fqdn

my $URL = exists $ENV{'url'} ? $ENV{'url'} : http://localhost/nginx_status;;

Thanks for your work!

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin-node depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  libnet-server-perlnone (no description available)
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
pn  munin-common  none (no description available)
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 
ii  procps1:3.2.8-10 /proc file system utilities

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

Versions of packages munin-node suggests:
ii  ethtool 1:2.6.34-3   display or change Ethernet device 
ii  hdparm  9.32-1   tune hard disk parameters for high
pn  libcache-cache-perl none   (no description available)
ii  libcrypt-ssleay-perl0.57-2   Support for https protocol in LWP
ii  libdbd-mysql-perl   4.016-1  Perl5 database interface to the My
pn  libdbd-pg-perl  none   (no description available)
pn  liblwp-useragent-determ none   (no description available)
pn  libnet-irc-perl none   (no description available)
ii  libnet-ssleay-perl  1.36-1   Perl module for Secure Sockets Lay
ii  libtext-csv-xs-perl 0.80-1   Perl C/XS module to process Comma-
ii  libwww-perl 5.837-1  simple and consistent interface to
ii  libxml-simple-perl  2.18-3   Perl module for reading and writin
ii  lm-sensors  1:3.1.2-6utilities to read temperature/volt
pn  logtail none   (no description available)
pn  munin   none   (no description available)
pn  munin-java-plugins  none   (no description available)
pn  munin-plugins-extra none   (no description available)
ii  mysql-client-5.1 [mysql 5.1.49-3 MySQL database client binaries
ii  net-tools   1.60-23  The NET-3 networking toolkit
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  ruby4.5  An interpreter of object-oriented 
pn  smartmontools   none   (no description available)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611972: Please disable umountroot in lxc-debian template

2011-02-04 Thread Laurent Ulrich
Package: lxc
Version: 0.7.2-1
Severity: wishlist


When issuing a shutdown from inside a container the S60umountroot script 
remounts the container's / filesystem read-only.
This has the effect of remounting the host's /var filesystem read-only.

Like checkroot.sh was disabled in lxc-debian template, may be the umountroot 
should be disabled too.



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lxc depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.

Versions of packages lxc recommends:
ii  libcap2-bin   1:2.19-3   basic utility programs for using c

lxc suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611973: ntop: [INTL:ru] Russian debconf templates translation update

2011-02-04 Thread Yuri Kozlov
Package: ntop
Version: 3:4.0.3+dfsg1-3
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ntop package.
#
# Yuri Kozlov yu...@komyakino.ru, 2009, 2011.
msgid 
msgstr 
Project-Id-Version: ntop 3:4.0.3+dfsg1-3\n
Report-Msgid-Bugs-To: n...@packages.debian.org\n
POT-Creation-Date: 2011-01-26 00:15-0800\n
PO-Revision-Date: 2011-02-04 12:47+0300\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid User for the ntop process to run as:
msgstr Пользователь, с правами будет работать процесс ntop:

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid 
Please choose the login that should be used to execute the ntop process. The 
use of the root user is not allowed.
msgstr 
Введите имя учётной записи, которая должна использоваться для запуска 
процесса ntop. Пользователь root недопустим.

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid 
The account will be created if it does not already exist, but if you leave 
it blank, no login will be created and ntop will not run until manually 
configured.
msgstr 
Если учётная запись не существует, то она будет создана, но если 
ничего не вводить, то учётная запись создана не будет и ntop не 
будет работать, пока вы не выполните настройку вручную.

#. Type: string
#. Description
#: ../ntop.templates:2001
#| msgid Which interfaces should ntop listen on?
msgid Interfaces for ntop to listen on:
msgstr Интерфейсы, которые будет прослушивать ntop:

#. Type: string
#. Description
#: ../ntop.templates:2001
#| msgid 
#| Please enter a comma separated list of interfaces ntop should listen on.
msgid 
Please enter a comma-separated list of interfaces that ntop should listen on.
msgstr 
Введите сетевые интерфейсы (через запятую), которые должен прослушивать ntop.

#. Type: password
#. Description
#: ../ntop.templates:3001
msgid Administrator password:
msgstr Пароль администратора:

#. Type: password
#. Description
#: ../ntop.templates:3001
msgid 
Please choose a password to be used for the privileged user \admin\ in 
ntop's web interface.
msgstr 
Введите пароль привилегированного пользователя \admin\, который будет 
использоваться в веб-интерфейсе ntop.

#. Type: password
#. Description
#: ../ntop.templates:4001
msgid Re-enter password to verify:
msgstr Введите пароль ещё раз для проверки:

#. Type: password
#. Description
#: ../ntop.templates:4001
msgid 
Please enter the same password again to verify that you have typed it 
correctly.
msgstr 
Введите тот же самый пароль ещё раз, чтобы убедиться в правильности ввода.

#. Type: error
#. Description
#: ../ntop.templates:5001
msgid Empty password
msgstr Пустой пароль

#. Type: error
#. Description
#: ../ntop.templates:5001
msgid 
You entered an empty password, which is not allowed. Please choose a non-
empty password.
msgstr Был введён пустой пароль, что запрещено. Введите не пустой пароль.

#. Type: error
#. Description
#: ../ntop.templates:6001
msgid Password input error
msgstr Ошибка ввода пароля

#. Type: error
#. Description
#: ../ntop.templates:6001
msgid The two passwords you entered were not the same. Please try again.
msgstr Два введённых пароля не совпали. Попробуйте ещё раз.

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid Set a new administrator password?
msgstr Установить новый пароль администратора?

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid 
A password for ntop's administrative web interface has already been set.
msgstr Пароль для веб-интерфейса управления ntop уже задан.

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid Please choose whether you want to change that password.
msgstr Укажите, хотите ли вы изменить этот пароль.

#~ msgid 
#~ The selected user will be created if not already available. Don't choose 
#~ root, it is not recommended and will be discarded anyway.
#~ msgstr 
#~ Указанный пользователь будет создан, если его нет в системе. Не 
#~ указывайте root, так как это не рекомендуется и всё равно не сработает.

#~ msgid 
#~ If you select an empty string no user will be created on the system and 
#~ you will need to do that configuration yourself.
#~ msgstr 
#~ Если вы оставите пустую строку, то никаких 

Bug#611883: [kttsd] Crash at every start up

2011-02-04 Thread Bastien ROUCARIES
On Thu, Feb 3, 2011 at 10:49 PM, Modestas Vainius mo...@debian.org wrote:
 Hello,

 On ketvirtadienis 03 Vasaris 2011 13:41:30 Bastien ROUCARIES wrote:
 On Thu, Feb 3, 2011 at 11:29 AM, Modestas Vainius mo...@debian.org wrote:
  Hello,
 
  On ketvirtadienis 03 Vasaris 2011 12:09:48 Bastien ROUCARIES wrote:
  Package: kttsd
  Version: 4:4.4.5-4
  Severity: important
 
  kttsd crash at each startup, and is unusable. Will raise to serious
  after release

  Unless it's a policy problem, only package/release managers can raise it

  serious.

 no this package is  uselless, if it crash at start up

 My point was that they are other severities to choose from.


  Application: kttsd (kttsd), signal: Segmentation fault
  The current source language is auto; currently asm.
  [KCrash Handler]
  #5  0x7fde6b36b1e1 in spd_execute_command () from
  /usr/lib/libspeechd.so.2 #6  0x0040b5ae in _start ()
 
  Try removing ~/.kde/share/config/kttsdrc and restart kttsd.

  not solved : could not get connection to speech dameon. no crash but fail
 And not a solution

 And

 $ spd-say The quick brown fox jumps over the lazy dog
speech dispatcher faile to open: no such a file or directory

 works?


 --
 Modestas Vainius mo...@debian.org




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486497: pending

2011-02-04 Thread Nicholas Bamber

tag 486497 pending
thanks


I am turning this bug report distributed together with the package. As
such this report will be closed.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611974: vdpau-va-driver: Unsusable. Cause immediate crash in every apply using it via libva

2011-02-04 Thread Eric Valette
Package: vdpau-va-driver
Version: 0.7.2-1
Severity: grave
Justification: renders package unusable

vainfo
libva: libva version 0.31.1
Xlib:  extension XFree86-DRI missing on display :0.0.
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
Segmentation fault

Same with xbmc or VLC...

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

Kernel: Linux 2.6.37 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vdpau-va-driver depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]7.9+repack-2 A free implementation of the OpenG
ii  libvdpau1   0.4.1-2  Video Decode and Presentation API 
ii  libx11-62:1.4.1-2X11 client-side library

vdpau-va-driver recommends no packages.

vdpau-va-driver suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#475183: gvfs-fuse: does not create fuse mounts

2011-02-04 Thread Alex Mestiashvili

lsb_release -r
Release:6.0

after fixing permissions for /dev/fuse the problem is still there - no 
mountpoint is created in ~/.gvfs/


id  shows that I am in fuse group

ls -l /dev/fuse
crw-rw 1 root fuse 10, 229 Feb  4 10:27 /dev/fuse

$gvfs-mount -l
skip
 public_html on server - smb://server/public_html/

$ls -l ~/.gvfs
total 0

gvfs-fuse   1.6.4-3
gvfs-bin1.6.4-3
libfuse22.8.4-1.1

Thank you ,
Alex



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611975: Approx removes last string in URL when browsing a cached repository

2011-02-04 Thread Fredrik Eriksson

Package: Approx
Version: 4.5-1

When I use a browser for browsing through our cached repository without 
a trailing / in the URL Approx's web server returns broken links, that 
is it removes the last string of the URL in each link. Example:


With this URL in the address field

http://approx-server:/debian-security/dists

it returns an index with broken links

   Index of /debian-security/dists

  [ICO] Name Last modified Size

__


  [DIR] Parent Directory   -
  [DIR] lenny/ 08-Apr-2007 06:18 -
  [DIR] squeeze/ 14-Feb-2009 16:02 -
  [DIR] stable/ 08-Apr-2007 06:18 -
  [DIR] testing/ 14-Feb-2009 16:02 -

__



   Apache Server at security.debian.org Port 80

where, for example, lenny/ is a link to

http://approx-server:/debian-security/lenny/

which obviously does not exist, thus you receive 404: Not Found.
With a trailing slash in the address field this error does not occur.

This is more annoying than severe since apt-get, aptitude etc doesn't 
care and work fine either way, they know where to get their files.



I am using Debian GNU/Linux Squeeze 6.0, Linux 2.6.32-5-amd64.
attachment: fredrike.vcf

Bug#611976: Ping run takes zero time.

2011-02-04 Thread Robert de Bath

Package: iputils-ping
Version: 3:20071127-1+lenny1

The 'time' value displays zero milliseconds for preloaded pings and
slightly short times for normal pings. I would expect the time taken
from when the first ping was preloaded into the outbound queue; of the
order of 36ms in this example.

# ping -w 5 -l 3 -c 3 www.google.com
PING www.l.google.com (209.85.143.104) 56(84) bytes of data.
64 bytes from dy-in-f104.1e100.net (209.85.143.104): icmp_seq=1 ttl=56 
time=34.5 ms
64 bytes from dy-in-f104.1e100.net (209.85.143.104): icmp_seq=2 ttl=56 
time=35.1 ms
64 bytes from dy-in-f104.1e100.net (209.85.143.104): icmp_seq=3 ttl=56 
time=35.8 ms

--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 0ms   = This line == 

rtt min/avg/max/mdev = 34.530/35.203/35.881/0.572 ms, pipe 3
#

Same thing happens with ping6.

# ping6 -w 5 -l 3 -c 3 ipv6.google.com
PING ipv6.google.com(2a00:1450:8006::93) 56 data bytes
64 bytes from 2a00:1450:8006::93: icmp_seq=1 ttl=57 time=27.5 ms
64 bytes from 2a00:1450:8006::93: icmp_seq=2 ttl=57 time=28.6 ms
64 bytes from 2a00:1450:8006::93: icmp_seq=3 ttl=57 time=30.5 ms

--- ipv6.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 27.539/28.934/30.582/1.270 ms, pipe 3
#



--
Rob.  (Robert de Bath robert$ @ debath.co.uk)
 http://www.debath.co.uk/




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611977: transfig: PIC output misaligns text

2011-02-04 Thread Roger Leigh
Package: transfig
Version: 1:3.2.5.c-1
Severity: normal
Tags: patch

fig2dev is inserting leading spaces in text output:

\s12\fR Data blocks\fP at 5.750,9.346 
\s12\fR inode\fP at 3.062,9.096 ljust

when the output should be

\s12\fRData blocks\fP at 5.750,9.346 
\s12\fRinode\fP at 3.062,9.096 ljust

i.e. no space character between the font selection and the text,
since troff/groff do actually print that space, leading to bad
text alignment which makes the text alignment not match the
original fig file.

The attached patch removes this leading space to align the text
correctly.


Regards,
Roger

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (550, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages transfig depends on:
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libpng12-01.2.44-1   PNG library - runtime
ii  libxpm4   1:3.5.9-1  X11 pixmap library
ii  x11-common1:7.5+8X Window System (X.Org) infrastruc

Versions of packages transfig recommends:
ii  ghostscript   8.71~dfsg2-10  The GPL Ghostscript PostScript/PDF
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 

Versions of packages transfig suggests:
ii  xfig   1:3.2.5.b-1.1 Facility for Interactive Generatio

-- no debconf information
diff -urN transfig-3.2.5.c.original/fig2dev/dev/genpic.c transfig-3.2.5.c/fig2dev/dev/genpic.c
--- transfig-3.2.5.c.original/fig2dev/dev/genpic.c	2011-02-04 09:59:54.585215258 +
+++ transfig-3.2.5.c/fig2dev/dev/genpic.c	2011-02-04 10:00:22.170225762 +
@@ -443,7 +443,7 @@
 	size = PICFONTMAG(t);
 	if (!OptNoUnps) {
 	  unpsfont(t);
-	  fprintf(tfp, \\\s%d\\f%s , size, PICFONT(t-font));
+	  fprintf(tfp, \\\s%d\\f%s, size, PICFONT(t-font));
 	} else {
 	  fprintf(tfp, .ps\n.ps %d\n, size );
 	  fprintf(tfp, .ft\n.ft %s\n, PICPSFONT(t) );


Bug#611978: nbd: [INTL:ru] Russian debconf templates translation update

2011-02-04 Thread Yuri Kozlov
Package: nbd
Version: 1:2.9.20-1~1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the nbd package.
#
# Yuri Kozlov yu...@komyakino.ru, 2009, 2010, 2011.
msgid 
msgstr 
Project-Id-Version: nbd 1:2.9.20-1~1\n
Report-Msgid-Bugs-To: n...@packages.debian.org\n
POT-Creation-Date: 2011-01-05 18:59+0100\n
PO-Revision-Date: 2011-02-04 13:11+0300\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Language: ru\n
X-Generator: Lokalize 1.0\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: error
#. Description
#: ../nbd-client.templates:2001
msgid AUTO_GEN is set to \n\ in /etc/nbd-client
msgstr Значение переменной AUTO_GEN равно \n\ в /etc/nbd-client

#. Type: error
#. Description
#: ../nbd-client.templates:2001
msgid 
The /etc/nbd-client file contains a line that sets the AUTO_GEN variable to 
\n\. The file will therefore not be regenerated automatically.
msgstr 
Файл /etc/nbd-client содержит строку, которая устанавливает переменную 
AUTO_GEN в значение \n\. Из-за этого регенерация файла не будет выполнена 
автоматически.

#. Type: error
#. Description
#: ../nbd-client.templates:2001
msgid 
If that's wrong, remove the line and call \dpkg-reconfigure nbd-client\ 
afterwards.
msgstr 
Если это неправильно, удалите строку и запустите \dpkg-reconfigure nbd-
client\.

#. Type: string
#. Description
#: ../nbd-client.templates:3001
msgid Number of nbd-client connections to use:
msgstr Число соединений, используемых nbd-client:

#. Type: string
#. Description
#: ../nbd-client.templates:3001
msgid 
nbd-client can handle multiple concurrent connections. Please specify the 
number of connections you'd like this configuration script to set up.
msgstr 
nbd-client может работать через несколько одновременных подключений. Укажите 
количество подключений, которые нужно задать.

#. Type: string
#. Description
#: ../nbd-client.templates:3001
msgid 
Note that if something has already been specified in /etc/nbd-client, the 
current configuration will be used as defaults in these dialogs.
msgstr 
Заметим, что если оно уже задано в /etc/nbd-client, но имеющееся значение 
будет использовано как значение по умолчанию для этого вопроса.

#. Type: select
#. Choices
#: ../nbd-client.templates:4001
msgid swap, filesystem, raw
msgstr 
пространство подкачки, файловая система, неразмеченное устройство (raw)

#. Type: select
#. Description
#: ../nbd-client.templates:4002
msgid Intended use of the network block device number ${number}:
msgstr 
Как будет использоваться сетевое блочное устройство под номером ${number}:

#. Type: select
#. Description
#: ../nbd-client.templates:4002
msgid 
The network block device can serve multiple purposes. One of the most 
interesting is to provide swap space over the network for diskless clients, 
but you can store a filesystem on it, or do other things with it for which a 
block device is interesting.
msgstr 
Сетевое блочное устройство можно использовать в разных целях. Одной из 
наиболее интересных является использование в качестве сетевого пространства 
подкачки для бездисковых клиентов, но вы может создать на нём файловую 
систему, или задействовать его как-то иначе, как обычно используют блочные 
устройства.

#. Type: select
#. Description
#: ../nbd-client.templates:4002
msgid 
If you intend to use the network block device as a swap device, choose \swap
\. If you intend to use it as a filesystem, add a line to /etc/fstab, give 
it the option \_netdev\ (else init will try to mount it before it's 
usable), and choose \filesystem\. For all other purposes, choose \raw\. 
The only thing the nbd-client boot script will do then is start an nbd-
client process; you will have to set it up manually.
msgstr 
Если вы хотите использовать сетевое блочное устройство в качестве устройства 
для пространства подкачки, выберите \пространство подкачки\. Если вы 
хотите использовать на нём файловую систему, добавьте в строку /etc/fstab 
параметр \_netdev\ (иначе init попытается смонтировать его до того как это 
станет возможным), и выберите \файловая система\. Для всех других целей, 
выберите \неразмеченное устройство\. В этом случае сценарий загрузки nbd-
client только запустит процесс nbd-client; всё остальное вам нужно настроить 
вручную.

#. Type: string
#. Description
#: ../nbd-client.templates:5001
msgid Hostname of the server 

Bug#611883: [kttsd] Crash at every start up

2011-02-04 Thread Modestas Vainius
reassign 611883 speech-dispatcher
thanks

Hello,

On penktadienis 04 Vasaris 2011 11:56:54 Bastien ROUCARIES wrote:
 On Thu, Feb 3, 2011 at 10:49 PM, Modestas Vainius mo...@debian.org wrote:
  Hello,
  
  On ketvirtadienis 03 Vasaris 2011 13:41:30 Bastien ROUCARIES wrote:
  On Thu, Feb 3, 2011 at 11:29 AM, Modestas Vainius mo...@debian.org 
wrote:
   Hello,
   
   On ketvirtadienis 03 Vasaris 2011 12:09:48 Bastien ROUCARIES wrote:
   Package: kttsd
   Version: 4:4.4.5-4
   Severity: important
   
   kttsd crash at each startup, and is unusable. Will raise to serious
   after release
  
   Unless it's a policy problem, only package/release managers can raise
  it
  
   serious.
  
  no this package is  uselless, if it crash at start up
  
  My point was that they are other severities to choose from.
  
   Application: kttsd (kttsd), signal: Segmentation fault
   The current source language is auto; currently asm.
   [KCrash Handler]
   #5  0x7fde6b36b1e1 in spd_execute_command () from
   /usr/lib/libspeechd.so.2 #6  0x0040b5ae in _start ()
   
   Try removing ~/.kde/share/config/kttsdrc and restart kttsd.
  
   not solved : could not get connection to speech dameon. no crash but
  fail And not a solution
  
  And
  
  $ spd-say The quick brown fox jumps over the lazy dog
 
 speech dispatcher faile to open: no such a file or directory

Thanks. Reassigning appropriately.

-- 
Modestas Vainius mo...@debian.org


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


Bug#607393: O: phpunit

2011-02-04 Thread Olivier Berger
Le jeudi 03 février 2011 à 19:59 +0300, Ivan Borzenkov a écrit :
 3 февраля 2011 13:58:21 вы писали:
  On Fri, Dec 17, 2010 at 11:36:21PM +0300, Ivan Borzenkov wrote:
   sorry, I can not have time for this package, I not use it about 6 mounts,
   and now it needs to remake many things
  
  Are the sources of the Debian package managed in a repository somewhere, to
  ease the work of potential new maintainers ?
  
  Thanks in advance.
  
  Best regards,
 
 No, not git or svn for this package.
 

OK, thanks.

For those caring, I've used git-buildpackage and started a first import
of your latest packages.

Here's the result :
http://git.debian.org/?p=users/olberger-guest/phpunit.git;a=summary

Hope this helps.

Best regards,
-- 
Olivier BERGER olivier.ber...@it-sudparis.eu
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611979: [gdebi-kde] Please make gdebi-kde installed by default in KDE

2011-02-04 Thread Antonio Marcos López Alonso
Package: gdebi-kde
Severity: wishlist

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

Since there is not a graphical way of installing single .deb (which takes 
dependencies into account), it would be nice to have gdebi-kde installed by 
default in Debian KDE desktop. Currently, clicking on a deb file just starts 
Ark.

Kind regards

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: 6.0
  500 testing-proposed-updates ftp.es.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.es.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610169: iptables-persistent: [debconf_rewrite] Debconf templates review

2011-02-04 Thread Christian PERRIER
Quoting Jonathan Wiltshire (j...@debian.org):

 The call for translation updates and new translations will run until
 Sunday, January 30, 2011. Please avoid uploading a package with fixed or 
 changed
 debconf templates and/or translation updates in the meantime. Of
 course, other changes are safe.
 
 On Monday, January 31, 2011, I will contact you again and will send a final 
 patch
 summarizing all the updates (changes to debconf templates,
 updates to debconf translations and new debconf translations).


Is something planned for this?

(just checking around the various pending reviews...no worry if
there's some delay)




signature.asc
Description: Digital signature


Bug#611980: Data loss with lrzip - undecompressable archives without warning

2011-02-04 Thread eyck
Package: lrzip
Version: 0.45-1
Severity: critical
Justification: causes serious data loss

Archives created with 0.45 cannot be decompressed, decompression fails with 
various errors:

lrzip -d 2010-1-11-sent.tar.lrz
Output filename is: 2010-1-11-sent.tar...Decompressing...
Decompressing...Failed to decompress buffer - lzmaerr=1
Stream read u8 failed
Fatal error - exiting

 (this is for archive created with lrzip 0.18, decompresses correctly with 
lrzip 0.18, 
this might be related to changes in fileformat, thus this info is only to 
provide
background for this bug)


lrzip -d 2009.7.tar.lrz
Output filename is: 2009.7.tar...Decompressing...
Decompressing...Unexpected initial tag 6 in streams
Failed to open_stream_in in runzip_chunk
No such file or directory
Fatal error - exiting
 (this is 2G archive created using 0.45-1, on 32bit system )
 None of the medium-sized (2-4G) archives created using 0.45 can be recovered.
Those archives cannot be recovered using neither 0.18 nor 0.551.
Archives created using 0.18 work ok, archives created using 0.551 also work OK.
 Small archives created using 0.45 seem to work ok.


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

Kernel: Linux 2.6.32-5-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages lrzip depends on:
ii  bash   3.2-4 The GNU Bourne Again SHell
ii  libbz2-1.0 1.0.5-1+lenny1high-quality block-sorting file co
ii  libc6  2.7-18lenny7  GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  liblzo2-2  2.03-1data compression library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

lrzip recommends no packages.

lrzip suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#444811: fontconfig should not use URW postscript fonts by default

2011-02-04 Thread Fabian Greffrath

Rich also pointed out the ttf-liberation currently takes precedence
over gsfonts for the arial alias, but the helvetica alias still
points to gsfonts (URW Nimbus).


Strictly speaking, it isn't even wrong that fontconfig returns the 
Nimbus font when the original postscript font (i.e. Helvetica) is 
requested.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611883: [kttsd] Crash at every start up

2011-02-04 Thread Bastien ROUCARIES
reassign 611883 kttsd
clone 611883 speech-dispatcher
affect -1 kttsd
done

I disagree with reassignement. Even if another package has some
problem, the kttsd get segv. It is the main bug. Do not mark the clone
bug blocking 611883 (I leave this to you).

Will try to give you a ltrace of kttsd in order to pin point the problem.

Bastien

On Fri, Feb 4, 2011 at 11:18 AM, Modestas Vainius mo...@debian.org wrote:
 reassign 611883 speech-dispatcher
 thanks

 Hello,

 On penktadienis 04 Vasaris 2011 11:56:54 Bastien ROUCARIES wrote:
 On Thu, Feb 3, 2011 at 10:49 PM, Modestas Vainius mo...@debian.org wrote:
  Hello,
 
  On ketvirtadienis 03 Vasaris 2011 13:41:30 Bastien ROUCARIES wrote:
  On Thu, Feb 3, 2011 at 11:29 AM, Modestas Vainius mo...@debian.org
 wrote:
   Hello,
  
   On ketvirtadienis 03 Vasaris 2011 12:09:48 Bastien ROUCARIES wrote:
   Package: kttsd
   Version: 4:4.4.5-4
   Severity: important
  
   kttsd crash at each startup, and is unusable. Will raise to serious
   after release
 
   Unless it's a policy problem, only package/release managers can raise
  it
 
   serious.
 
  no this package is  uselless, if it crash at start up
 
  My point was that they are other severities to choose from.
 
   Application: kttsd (kttsd), signal: Segmentation fault
   The current source language is auto; currently asm.
   [KCrash Handler]
   #5  0x7fde6b36b1e1 in spd_execute_command () from
   /usr/lib/libspeechd.so.2 #6  0x0040b5ae in _start ()
  
   Try removing ~/.kde/share/config/kttsdrc and restart kttsd.
 
   not solved : could not get connection to speech dameon. no crash but
  fail And not a solution
 
  And
 
  $ spd-say The quick brown fox jumps over the lazy dog

 speech dispatcher faile to open: no such a file or directory

 Thanks. Reassigning appropriately.

 --
 Modestas Vainius mo...@debian.org




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611883: [kttsd] ltrace

2011-02-04 Thread Bastien ROUCARIES
The ltrace

__libc_start_main(0x406fd0, 1, 0x7fff1b7a44d8, 0x414dc0, 0x414db0 unfinished 
...
KLocale::setMainCatalog(char const*)(0x415f48, 0x7fff1b7a44d8, 0x7fff1b7a44e8, 
28, 0x10f0960)  = 0x10f1c40
QByteArray::QByteArray(char const*)(0x7fff1b7a4300, 0x415f4e, 0x7fff1b7a4300, 
0xfffd, 0x7f542376eec8)  = 0x10f1c80
KLocalizedString::KLocalizedString()(0x7fff1b7a4320, 0x415f62, 1, 
0x2e73677562407469, 0x67726f2e65646b)= 0x10f1cc0
ki18n(char const*)(0x7fff1b7a4360, 0x416120, 0x61eec0, 0x7f5424bf6001, 
0x7f542376eed8) = 
0x7fff1b7a4360
ki18n(char const*)(0x7fff1b7a4370, 0x416150, 1, 0x7a65646ea1c36e, 
0x20a9c3736f4a202c)  = 
0x7fff1b7a4370
QByteArray::QByteArray(char const*)(0x7fff1b7a4330, 0x415f62, 1, 0, 
0x7fff1b7a4330)= 0x10f1e60
ki18n(char const*)(0x7fff1b7a4380, 0x415f48, 1, 0x302e35, 0x7f542376eeb8)   
   = 
0x7fff1b7a4380
QByteArray::QByteArray(char const*)(0x7fff1b7a4340, 0, 1, 0x647374, 
0x7f542376eeb8)= 0x61eec0
QByteArray::QByteArray(char const*)(0x7fff1b7a4350, 0x415f48, 1, 0x647374, 
0x7f542376eeb8) = 0x10f1f10
KAboutData::KAboutData(QByteArray const, QByteArray const, KLocalizedString 
const, QByteArray const, KLocalizedString const, 
KAboutData::LicenseKey, KLocalizedString const, KLocalizedString const, 
QByteArray const, QByteArray const)(0x7fff1b7a4390, 
0x7fff1b7a4350, 0x7fff1b7a4340, 0x7fff1b7a4380, 0x7fff1b7a4330) = 0x10f2500
qFree(void*)(0x10f1f10, 0x7fff1b7a3f20, 0x7f542631ae00, 0x10f2528, 0x10f24f0)   
   = 0x10f2530
KLocalizedString::~KLocalizedString()(0x7fff1b7a4380, 0, -255, 0x10f2528, 
0x10f24f0)   = 0
KLocalizedString::~KLocalizedString()(0x7fff1b7a4370, 0, -255, 0x10f2528, 
0x10f24f0)   = 0x10f1e80
KLocalizedString::~KLocalizedString()(0x7fff1b7a4360, 0, -80, 0x10f2528, 
0x10f24f0)= 0x10f1db0
KLocalizedString::~KLocalizedString()(0x7fff1b7a4320, 0, -80, 0x10f2528, 
0x10f24f0)= 0x10f1d00
QByteArray::QByteArray(char const*)(0x7fff1b7a42d0, 0x415f68, -255, 0x10f2528, 
0x10f24f0)  = 0x10f2650
ki18n(char const*)(0x7fff1b7a42e0, 0x415f7a, 1, 0x707570406f6e6570, 
0x6d6f632e6f6e65)  = 
0x7fff1b7a42e0
ki18n(char const*)(0x7fff1b7a42f0, 0x416170, 1, 0x6c616e696769724f, 
0x726f6874754120)  = 
0x7fff1b7a42f0
KAboutData::addAuthor(KLocalizedString const, KLocalizedString const, 
QByteArray const, QByteArray const)(0x7fff1b7a4390, 
0x7fff1b7a42f0, 0x7fff1b7a42e0, 0x7fff1b7a42d0, 0x7fff1b7a42c0) = 0x7fff1b7a4390
KLocalizedString::~KLocalizedString()(0x7fff1b7a42f0, 0, -48, 0x7f5424bf6001, 
0x7f542376eed8)  = 0x10f1e80
KLocalizedString::~KLocalizedString()(0x7fff1b7a42e0, 0, -80, 0x7f5424bf6001, 
0x7f542376eed8)  = 0x10f1d00
qFree(void*)(0x10f2650, 0, -256, 0x7f5424bf6001, 0x7f542376eed8)
   = 0
QByteArray::QByteArray(char const*)(0x7fff1b7a4290, 0x415f8a, -255, 
0x7f5424bf6001, 0x7f542376eed8)= 0x10f2650
ki18n(char const*)(0x7fff1b7a42a0, 0x415f9c, 1, 0x40676e6974696877, 
0x67726f2e65646b)  = 
0x7fff1b7a42a0
ki18n(char const*)(0x7fff1b7a42b0, 0x415faf, 1, 0x69614d20746e6572, 
0x72656e6961746e)  = 
0x7fff1b7a42b0
KAboutData::addAuthor(KLocalizedString const, KLocalizedString const, 
QByteArray const, QByteArray const)(0x7fff1b7a4390, 
0x7fff1b7a42b0, 0x7fff1b7a42a0, 0x7fff1b7a4290, 0x7fff1b7a4280) = 0x7fff1b7a4390
KLocalizedString::~KLocalizedString()(0x7fff1b7a42b0, 0, -48, 0x7f5424bf6001, 
0x7f542376eed8)  = 0x10f1e80
KLocalizedString::~KLocalizedString()(0x7fff1b7a42a0, 0, -80, 0x7f5424bf6001, 
0x7f542376eed8)  = 0x10f1d00
qFree(void*)(0x10f2650, 0, -256, 0x7f5424bf6001, 0x7f542376eed8)
   = 0
QByteArray::QByteArray(char const*)(0x7fff1b7a4250, 0x415fbe, -255, 
0x7f5424bf6001, 0x7f542376eed8)= 0x10f1cc0
ki18n(char const*)(0x7fff1b7a4260, 0x415fd8, 1, 0x636d6f6340747469, 
0x74656e2e747361)  = 
0x7fff1b7a4260
ki18n(char const*)(0x7fff1b7a4270, 0x415fec, 1, 0x69614d2073756f69, 
0x72656e6961746e)  = 
0x7fff1b7a4270
KAboutData::addAuthor(KLocalizedString const, KLocalizedString const, 
QByteArray const, QByteArray const)(0x7fff1b7a4390, 
0x7fff1b7a4270, 0x7fff1b7a4260, 0x7fff1b7a4250, 0x7fff1b7a4240) = 0x7fff1b7a4390
KLocalizedString::~KLocalizedString()(0x7fff1b7a4270, 0, -48, 0x7f5424bf6001, 
0x7f542376eed8)  

Bug#611926: eglibc compiles extremely huge binary-indep parts on buildds

2011-02-04 Thread Aurelien Jarno
severity 611926 wishlist
thanks

On Thu, Feb 03, 2011 at 08:42:32PM +, Thorsten Glaser wrote:
 Source: eglibc
 Version: 2.11.2-11
 
 Hi,
 
 when building eglibc with --debbuildopts -B --binary-arch, after taking
 a day or so for locales-all ☺ it still creates a source archive in
 build-tree/eglibc-2.11.2.tar.xz which I think is for the eglibc-source
 arch:all deb. This creates unnecessary burden on all buildds, especially
 the slower architectures (think security buildds, too).
 
 Please separate the build-arch and build-indep parts.

We are going to separate the build-arch and build-indep for 2.13, but I
don't think it will change anything, given dpkg-buildpackage call the
build target anyway.
-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611982: ifupdown-extra: /etc/network/network-routes never used

2011-02-04 Thread Mario 'BitKoenig' Holbe
Package: ifupdown-extra  
Version: 0.14

Hello,

ifupdown-extra installs a conffile /etc/network/network-routes which is
never used in any of the package's scripts.
Instead, the static-routes expects it's config in /etc/network/routes.
the former should probably just be renamed to the latter.


regards
   Mario
-- 
If her DNA was off by one percentage point, she'd be a dolphin.
-- Dr. Gregory House


signature.asc
Description: Digital signature


Bug#611134: CVE-2011-0011 qemu-kvm: Setting VNC password to empty string silently disables all authentication

2011-02-04 Thread Michael Tokarev
Please excuse me for late reply - I missed your email initially somehow.

28.01.2011 00:59, Moritz Mühlenhoff wrote:
[]
 Thanks for the verbose explanation. I've updated the Debian 
 Security Tracker.
 
 While we're at it; could you please also look into 
 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0435 ?

That's a problem in the (host) kernel.

 Is this something that still needs to be fixed for Squeeze?

It is fixed in 2.6.32.27, by the following patch:

--
From 85dedd445698c5bbd096289cfcc6034f74941815 Mon Sep 17 00:00:00 2001
From: Gleb Natapov g...@redhat.com
Date: Wed, 10 Nov 2010 12:08:12 +0200
Subject: KVM: VMX: fix vmx null pointer dereference on debug register access

There is a bug in KVM that can be used to crash a host on Intel
machines. If emulator is tricked into emulating mov to/from DR instruction
it causes NULL pointer dereference on VMX since kvm_x86_ops-(set|get)_dr
are not initialized. Recently this is not exploitable from guest
userspace, but malicious guest kernel can trigger it easily.

CVE-2010-0435

On upstream bug was fixed differently around 2.6.34.
--

As far as I can see, 2.6.32.27 patch is included in current debian
kernels.  So no action appears to be necessary.

Thanks!

/mjt



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611134: CVE-2011-0011 qemu-kvm: Setting VNC password to empty string silently disables all authentication

2011-02-04 Thread Moritz Muehlenhoff
On Fri, Feb 04, 2011 at 01:35:11PM +0300, Michael Tokarev wrote:
 Please excuse me for late reply - I missed your email initially somehow.
 
 28.01.2011 00:59, Moritz Mühlenhoff wrote:
 []
  Thanks for the verbose explanation. I've updated the Debian 
  Security Tracker.
  
  While we're at it; could you please also look into 
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0435 ?
 
 That's a problem in the (host) kernel.
 
  Is this something that still needs to be fixed for Squeeze?
 
 It is fixed in 2.6.32.27, by the following patch:
 
 --
 From 85dedd445698c5bbd096289cfcc6034f74941815 Mon Sep 17 00:00:00 2001
 From: Gleb Natapov g...@redhat.com
 Date: Wed, 10 Nov 2010 12:08:12 +0200
 Subject: KVM: VMX: fix vmx null pointer dereference on debug register access
 
 There is a bug in KVM that can be used to crash a host on Intel
 machines. If emulator is tricked into emulating mov to/from DR instruction
 it causes NULL pointer dereference on VMX since kvm_x86_ops-(set|get)_dr
 are not initialized. Recently this is not exploitable from guest
 userspace, but malicious guest kernel can trigger it easily.
 
 CVE-2010-0435
 
 On upstream bug was fixed differently around 2.6.34.
 --
 
 As far as I can see, 2.6.32.27 patch is included in current debian
 kernels.  So no action appears to be necessary.

Thanks for the feedback, I've updated the Security Tracker.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611970: [Pkg-lyx-devel] Bug#611970: Please hide ttf-lyx from the font selector

2011-02-04 Thread Per Olofsson
Hi Fabian,

2011-02-04 10:40, Fabian Greffrath skrev:
 the ttf-lyx font shows up in ooo-writer's font selection combo-box,

Which font is that? I don't think there's a font named ttf-lyx. That's
only the package name.

 although it's very unlikely this font is ever selected for writing
 actual text, since it does not contain letters but only symbols.

Well, some of the fonts included in the package work for writing text:
cmr10 (Computer Modern) and eufm10 (Euler Fraktur). The rest are symbol
fonts, though.

 I'd prefer if this font was hidden from the font selector
 altogether,

But there are fonts like OpenSymbol and Zapf Dingbats visible in the
selector. Do you think they should be hidden too?

 because adding specific symbols is far easier by using the Insert -
 Special character ... menu or pasting the symbol from gucharmap,
 instead of learning which key is mapped to which symbol in this
 font.

Agreed. But then I think all symbol fonts should be hidden. Is there a
consensus about this?

 The attached fontconfig file will hide the font from the font
 selector if installed properly in /etc/fonts/conf.{d,avail}.

According to fonts-conf(5):

Fonts matched by an rejectfont element are  blacklisted;  such  fonts
are  excluded  from  the  set  of  fonts used to resolve list and match
requests as if they didn't exist in  the  system.

AIUI, that means the fonts are not only unlisted, but will in fact never
be used.

-- 
Pelle



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611983: Please, rename binary package libssh2-php to php5-ssh2

2011-02-04 Thread Sergey B Kirpichev
Package: php-ssh2
Version: 0.11.2-1
Severity: wishlist

subj,

see also PHP Policy Draft, section 2.1:
http://webapps-common.alioth.debian.org/draft-php/html/ch-php-int.html#s-php-interpreter-naming
---8
For each version of PHP, the following naming conventions are followed:
...
phpPHPVERSION-PHPMODULENAME
   One of a small collection of prebuilt php modules such as
php4-mysql, which are included with PHP by the upstream authors.
---8



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611883: [kttsd] With tracing thread

2011-02-04 Thread Bastien ROUCARIES
it crash in a thread just after: spd_set_volume

But in all the case it should not crash if it could not connect.

Bastien
[pid 15090] 11:43:10.938754  operator delete(void*)(0x1114840, 0x1114710, 1, 
145408, 0x7f75f4f12e40) = 0x1114890
[pid 15090] 11:43:10.939420  qFree(void*)(0x1114710, 0, -48, 145408, 
0x7f75f4f12e40) = 0x1114830
[pid 15090] 11:43:10.940084  QString::free(QString::Data*)(0xaf0, 
0x1114870, 0, 145408, 0x7f75f4f12e40) = 0x1114700
[pid 15090] 11:43:10.940820  qFree(void*)(0x1114870, 0, -48, 145408, 
0x7f75f4f12e40) = 0xae0
[pid 15090] 11:43:10.941444  KConfigGroup::KConfigGroup(KConfigBase*, char 
const*)(0x7fffbd4936e0, 0x11122d0, 0x417a7a, 145408, 
0x7f75f4f12e40) = 0x1114870
[pid 15090] 11:43:10.943388  KConfigGroup::readEntry(char const*, QStringList 
const) const(0x7fffbd493750, 0x7fffbd4936e0, 0x417d08, 
0x7fffbd493740, 0x1131650) = 0x7fffbd493750
[pid 15090] 11:43:10.944205  KConfigGroup::KConfigGroup(KConfigBase*, char 
const*)(0x7fffbd4936d0, 0x11122d0, 0x417d12, 0x1114860, 
0x1114830) = 0xaf0
[pid 15090] 11:43:10.944954  KConfigGroup::readEntry(QString const, QString 
const) const(0x7fffbd493720, 0x7fffbd4936d0, 
0x7fffbd493730, 0x7fffbd493710, 0x11143e0) = 0x7fffbd493720
[pid 15090] 11:43:10.945737  TalkerCode::TalkerCode(QString const, 
bool)(0x7fffbd4936a0, 0x7fffbd493720, 0, 111, 0) = 0
[pid 15090] 11:43:10.946453  QListData::detach3()(0x718, 0x7fffbd493720, 1, 
111, 0) = 0x61ef00
[pid 15090] 11:43:10.947189  QListData::append()(0x718, 24, 0, 0x11446a0, 
0x11446a0) = 0x11148b8
[pid 15090] 11:43:10.947903  operator new(unsigned long)(40, 0, 0x7f75f4f12e40, 
0x11148a0, 0x1114890) = 0x1131630
[pid 15090] 11:43:10.948497  TalkerCode::~TalkerCode()(0x7fffbd4936a0, 1, 
0x11148b8, 0x61ee20, 0x1131620) = 0x61ee20
[pid 15090] 11:43:10.949178  QListData::detach3()(0x710, 1, 0x1114801, 
0x61ee20, 0x1131620) = 0x61ef00
[pid 15090] 11:43:10.949869  QListData::append()(0x710, 24, 0x1114710, 0, 
0x11446c8) = 0x1114448
[pid 15090] 11:43:10.950559  KConfigGroup::~KConfigGroup()(0x7fffbd4936d0, 0, 
0x1114701, 0x1114430, 0x1114420) = 0x7f75f7d1be30
[pid 15090] 11:43:10.951264  qFree(void*)(0x1114840, 0x1114840, 1, 0x1114430, 
0x1114420) = 0xae0
[pid 15090] 11:43:10.952755  KConfigGroup::~KConfigGroup()(0x7fffbd4936e0, 0, 
-48, 0x1114430, 0x1114420) = 0x7f75f7d1be30
[pid 15090] 11:43:10.953466  TalkerCode::getTalkerCode() const(0x7fffbd4937a0, 
0x1131630, 0, 0x1114430, 0x1114420) = 0x7fffbd4937a0
[pid 15090] 11:43:10.954283  TalkerCode::TalkerCode(QString const, 
bool)(0x7fffbd493720, 0x7fffbd4937a0, 0, 145408, 
0x3e006500630069) = 161
[pid 15090] 11:43:10.955422  TalkerCode::outputModule() const(0x7fffbd493760, 
0x7fffbd493720, 0x1139be0, 145408, 1) = 0x7fffbd493760
[pid 15090] 11:43:10.956157  TalkerCode::language() const(0x7fffbd493750, 
0x7fffbd493720, 0x1147d01, 0, 1) = 0x7fffbd493750
[pid 15090] 11:43:10.956886  TalkerCode::voiceType() const(0x7fffbd493720, 
0x7fffbd493750, 0x1147d01, 1, 1) = 0x11148a0
[pid 15090] 11:43:10.957636  spd_set_voice_type(0, 0x11148a0, 0x6c0, 1, 1) 
= 0x
[pid 15090] 11:43:10.958334  TalkerCode::rate() const(0x7fffbd493720, 
0x11148a0, 0x7f75f7d345e9, 1, 1) = 0xf7929b03
[pid 15090] 11:43:10.959061  spd_set_voice_rate(0, 0xf7929b03, 0x6c0, 1, 1) 
= 0x
[pid 15090] 11:43:10.959769  TalkerCode::pitch() const(0x7fffbd493720, 
0xf7929b03, 0x7f75f7d345e9, 1, 1) = 32629
[pid 15090] 11:43:10.960453  spd_set_voice_pitch(0, 32629, 0x6c0, 1, 1) = 
0x
[pid 15090] 11:43:10.961153  TalkerCode::volume() const(0x7fffbd493720, 32629, 
0x7f75f7d345e9, 1, 1) = 0
[pid 15090] 11:43:10.961834  spd_set_volume(0, 0, 0x6c0, 1, 1 unfinished 
...
[pid 15090] 11:43:10.962195 --- SIGSEGV (Segmentation fault) ---
[pid 15092] 11:43:11.968114 --- Called exec() ---



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611984:

2011-02-04 Thread michawu
Package: installation-reports

Boot method: USB-Stick
Image versions squeeze-RC2 (boot.img.gz  netinst.iso):
http://people.debian.org/~joeyh/d-i/images/daily/hd-media/boot.img.gz
and
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
Date of the image: 31.01.2011

Machine: Lenovo HP ProBook 5320m
Processor (cat /proc/cpuinfo):
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 37
model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
stepping : 2
cpu MHz : 933.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat 
tpr_shadow vnmi flexpriority ept vpid
bogomips : 4522.24
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 37
model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
stepping : 2
cpu MHz : 933.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat 
tpr_shadow vnmi flexpriority ept vpid
bogomips : 4521.88
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 37
model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
stepping : 2
cpu MHz : 933.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 2
apicid : 4
initial apicid : 4
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat 
tpr_shadow vnmi flexpriority ept vpid
bogomips : 4521.91
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 37
model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
stepping : 2
cpu MHz : 933.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 2
apicid : 5
initial apicid : 5
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat 
tpr_shadow vnmi flexpriority ept vpid
bogomips : 4521.91
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

Memory (cat /proc/meminfo):
MemTotal: 1927940 kB
MemFree: 1483444 kB
Buffers: 11620 kB
Cached: 260976 kB
SwapCached: 0 kB
Active: 223924 kB
Inactive: 177380 kB
Active(anon): 128952 kB
Inactive(anon): 30680 kB
Active(file): 94972 kB
Inactive(file): 146700 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 1044296 kB
HighFree: 643932 kB
LowTotal: 883644 kB
LowFree: 839512 kB
SwapTotal: 1784824 kB
SwapFree: 1784824 kB
Dirty: 32 kB
Writeback: 0 kB
AnonPages: 128764 kB
Mapped: 60448 kB
Shmem: 30912 kB
Slab: 17784 kB
SReclaimable: 8720 kB
SUnreclaim: 9064 kB
KernelStack: 1928 kB
PageTables: 2404 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2748792 kB
Committed_AS: 496976 kB
VmallocTotal: 122880 kB
VmallocUsed: 21528 kB
VmallocChunk: 89820 kB
HardwareCorrupted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 4096 kB
DirectMap4k: 16376 kB
DirectMap4M: 32 kB

Partitions (df -Tl):
Dateisystem Typ 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/sda7 ext3 284525136 3567756 266504288 2% /
tmpfs tmpfs 963968 0 963968 0% /lib/init/rw
udev tmpfs 960864 228 960636 1% /dev
tmpfs tmpfs 963968 0 963968 0% /dev/shm

Output of lspci -knn:
00:00.0 Host bridge [0600]: Intel Corporation Core 

Bug#464625: please support OpenSSL-compatible ciphher nammes

2011-02-04 Thread Nikos Mavrogiannopoulos
On Fri, Feb 4, 2011 at 9:09 AM, Simon Josefsson si...@josefsson.org wrote:

 gnutls-cli(1).  Looking at the source, RC4 is defined in SECURE256, and
 due to major weaknesses in its key scheduling (which can be used very
 effectively against e.g. WEP), I would absolutely not want to use it if
 any other choice were available.  Had I not looked at the source, I
 would never have known this.  I would certainly not class it as
 secure.
 I also feel uncomfortable including RC4 in the SECURE variants, we all
 know that RC4 is not a secure cipher.  Nikos, what do you think about
 removing it?

The attacks known for RC4 do not apply to the TLS protocol. However it
is a cipher that weaknesses have been found and I could understand removing
it from the secure set.

regards,
Nikos



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611969: [Pkg-lyx-devel] Bug#611970: Please hide ttf-lyx from the font selector

2011-02-04 Thread Fabian Greffrath

Am 04.02.2011 11:33, schrieb Per Olofsson:

Which font is that? I don't think there's a font named ttf-lyx. That's
only the package name.


sure...


Well, some of the fonts included in the package work for writing text:
cmr10 (Computer Modern) and eufm10 (Euler Fraktur). The rest are symbol
fonts, though.


sure, I was only talking about the symbol fonts.


But there are fonts like OpenSymbol and Zapf Dingbats visible in the
selector. Do you think they should be hidden too?


Yes, I've already filed a bug against ttf-opensymbol (#611969).


Agreed. But then I think all symbol fonts should be hidden. Is there a
consensus about this?


Not yet, but I've filed bugs about this against all the fonts I have 
discovered so far (i.e. ttf-lyx and ttf-opensymbol) and also against 
fontconfig (#611274) to provide a feature to hide these fonts by 
default based on specific tags (i.e. keywords in fonts.conf).



According to fonts-conf(5):
Fonts matched by an rejectfont element are  blacklisted;  such  fonts
are  excluded  from  the  set  of  fonts used to resolve list and match
requests as if they didn't exist in  the  system.
AIUI, that means the fonts are not only unlisted, but will in fact never
be used.


Oh, well, that's a bit strong I guess. So my request against 
fontconfig to only hide these fonts from font selectors while still 
keeping them available on the systems is valid.


Best Regards,
Fabian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611951: Default GNOME desktop installation has both xsane *and* simple-scan

2011-02-04 Thread Christian PERRIER
Quoting Michael Biebl (bi...@debian.org):
 Package: tasksel
 Version: 2.88
 Severity: normal
 
 Hi,
 
 I did a default GNOME desktop installation using the RC2 net installer.
 
 The resulting GNOME desktop had bot xsane and simple-scan installed.
 
 xsane is pulled in via tasksel, simple-scan is pulled in through the
 meta packages gnome and gnome-office:
 
 # aptitude why simple-scan
 i   gnomeRecommends gnome-office (= 1:2.30+7)
 i A gnome-office Dependssimple-scan
 
 
 According to Joss, meta-gnome2 is correct in this case and only
 simple-scan should be installed.


I would like to have xsane's maintainer advice on this issue. Should
we remove xsane from gnome-desktop?

(imho, if we keep it somewhere in tasksel, it more belongs to
desktop, indeed)

I'm under the feeling that xsane is kind of the reference when it
comes at image acquisition software...but installing it on each and
every default desktop install is maybe a too big hammer...




signature.asc
Description: Digital signature


Bug#611954: installation-reports: broken installation on RTL8111-8168B

2011-02-04 Thread Christian PERRIER
severity 611954 important
reassign 611954 firmware-realtek
thanks

Quoting Norbert Preining (prein...@logic.at):
 Package: installation-reports
 Severity: serious
 Tags: squeeze
 Justification: installation is impossible
 
 latest installer and .iso netinst image (from today 2011-02-04)
 firmware on the USB stick for the RTL (firmware-realtek, 0.28)
 firmware loads fine
 but dhcp is not working, no ip address


We have seen other such issues. This probably belongs to the firmware
itselfand given its non-freeness, has few chances to be fixed,
except by Realtek..:-)

Downgrading severity (the package is not unusable for everybody) and
reassigning.




signature.asc
Description: Digital signature


Bug#611985: is xul-ext-firebug ready for iceweasel 4?

2011-02-04 Thread jidanni
Package: xul-ext-firebug
Version: 1.5.4-2
Severity: wishlist

Does this package work with iceweasel/experimental 4.0~b10-1 ?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608946: will install to examples

2011-02-04 Thread Nicholas Bamber

tag 608946 confirmed
thanks

I am adding this file to the examples. I am not closing the ticket as I 
plan to investigate the issue more thoroughly in a future release.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611986: ntop: [INTL:de] updated German debconf translation

2011-02-04 Thread Helge Kreutzmann
Package: ntop
Version: 3_4.0.3+dfsg1-3
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for ntop
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge
# Translation of ntop debconf templates to German
# Copyright (C) Helge Kreutzmann deb...@helgefjell.de, 2006, 2011.
# This file is distributed under the same license as the ntop package.

msgid 
msgstr 
Project-Id-Version: ntop 3_4.0.3+dfsg1-\n
Report-Msgid-Bugs-To: n...@packages.debian.org\n
POT-Creation-Date: 2011-01-26 00:15-0800\n
PO-Revision-Date: 2011-02-04 11:59+0100\n
Last-Translator: Helge Kreutzmann deb...@helgefjell.de\n
Language-Team: de debian-l10n-ger...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid User for the ntop process to run as:
msgstr Benutzer, unter dem der Ntop-Prozess laufen soll:

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid 
Please choose the login that should be used to execute the ntop process. The 
use of the root user is not allowed.
msgstr 
Bitte w�hlen Sie das Benutzerkonto aus, die zur Ausf�hrung des Ntop-Prozesses 
verwandt werden soll. Die Verwendung des Benutzers �root� ist nicht erlaubt.

#. Type: string
#. Description
#: ../ntop.templates:1001
msgid 
The account will be created if it does not already exist, but if you leave 
it blank, no login will be created and ntop will not run until manually 
configured.
msgstr 
Falls das Konto noch nicht existiert, wird es erstellt. Falls Sie das Feld 
leer lassen, wird kein Benutzerkonto erstellt und Ntop wird erst laufen, wenn 
Sie es manuell konfiguriert haben.

#. Type: string
#. Description
#: ../ntop.templates:2001
msgid Interfaces for ntop to listen on:
msgstr Schnittstellen, auf denen Ntop auf Anfragen warten soll:

#. Type: string
#. Description
#: ../ntop.templates:2001
msgid 
Please enter a comma-separated list of interfaces that ntop should listen on.
msgstr 
Bitte geben Sie eine durch Kommata getrennte Liste von Schnittstellen an, auf 
denen Ntop auf Anfragen warten soll.

#. Type: password
#. Description
#: ../ntop.templates:3001
msgid Administrator password:
msgstr Passwort des Administrators:

#. Type: password
#. Description
#: ../ntop.templates:3001
msgid 
Please choose a password to be used for the privileged user \admin\ in 
ntop's web interface.
msgstr 
Bitte w�hlen Sie ein Passwort aus, das f�r den privilegierten Benutzer 
�admin� in der Webschnittstelle von Ntop verwandt wird.

#. Type: password
#. Description
#: ../ntop.templates:4001
msgid Re-enter password to verify:
msgstr Wiederholung der Passworteingabe zur �berpr�fung:

#. Type: password
#. Description
#: ../ntop.templates:4001
msgid 
Please enter the same password again to verify that you have typed it 
correctly.
msgstr 
Bitte geben Sie das gleiche Passwort erneut ein, um zu �berpr�fen, dass Sie 
es korrekt eingegeben haben.

#. Type: error
#. Description
#: ../ntop.templates:5001
msgid Empty password
msgstr Leeres Passwort

#. Type: error
#. Description
#: ../ntop.templates:5001
msgid 
You entered an empty password, which is not allowed. Please choose a non-
empty password.
msgstr 
Sie haben ein leeres Passwort eingegeben. Das ist nicht erlaubt. Bitte w�hlen 
sie ein nichtleeres Passwort.

#. Type: error
#. Description
#: ../ntop.templates:6001
msgid Password input error
msgstr Passworteingabefehler

#. Type: error
#. Description
#: ../ntop.templates:6001
msgid The two passwords you entered were not the same. Please try again.
msgstr 
Die zwei eingegebenen Passw�rter waren nicht identisch. Bitte versuchen Sie 
es erneut.

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid Set a new administrator password?
msgstr Neues administratives Passwort setzen?

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid 
A password for ntop's administrative web interface has already been set.
msgstr 
F�r Ntops administrative Webschnittstelle wurde bereits ein Passwort gesetzt.

#. Type: boolean
#. Description
#: ../ntop.templates:7001
msgid Please choose whether you want to change that password.
msgstr Bitte w�hlen Sie aus, ob Sie dieses Passwort �ndern m�chten.

#~ msgid 
#~ The selected user will be created if not already available. Don't choose 
#~ root, it is not recommended and will be discarded anyway.
#~ msgstr 
#~ Der ausgew�hlte Benutzer wird erstellt, falls er noch nicht verf�gbar 
#~ ist. W�hlen Sie nicht �root�, es ist nicht empfohlen und wird sowieso 
#~ verworfen.

#~ msgid 
#~ If you select an empty string no user will be created on the system and 
#~ you will need to do that configuration yourself.
#~ 

Bug#611970: [Pkg-lyx-devel] Bug#611970: Bug#611970: Please hide ttf-lyx from the font selector

2011-02-04 Thread Per Olofsson
Hi,

2011-02-04 11:42, Fabian Greffrath skrev:
 Well, some of the fonts included in the package work for writing text:
 cmr10 (Computer Modern) and eufm10 (Euler Fraktur). The rest are symbol
 fonts, though.
 
 sure, I was only talking about the symbol fonts.

Right, but your attached rejectfont-lyx.conf file excluded the
non-symbol fonts as well.

 Oh, well, that's a bit strong I guess. So my request against fontconfig
 to only hide these fonts from font selectors while still keeping them
 available on the systems is valid.

If there's a way to do that, sure. But you need to make sure the fonts
are still visible in OOo's symbol selector, and in gucharmap.

-- 
Pelle



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611897: [pkg-cryptsetup-devel] Bug#611897: cryptsetup: tries should default to 0, at least for devices required to boot

2011-02-04 Thread Christoph Anton Mitterer
On Fri, 2011-02-04 at 00:11 +0100, Jonas Meurer wrote:
 for security reasons
Which are these?


  and since cryptsetup upstream has a default of
 three retries
Well because upstream cryptsetup just doesn't have any direct support
for booting encrypted root-fs-systems.

I've just thought that change would be a convenience setting for those
users, where setting anything else then =0 doesn't make sense anyway.

Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#464625: please support OpenSSL-compatible ciphher nammes

2011-02-04 Thread Nikos Mavrogiannopoulos
On Thu, Feb 3, 2011 at 11:15 PM, brian m. carlson
sand...@crustytoothpaste.net wrote:

 I am a system administrator and programmer and I do know what each
 ciphersuite does, offers, and costs.  I've implemented cryptographic
 algorithms, including the second-fastest non-assembly implementation of
 MD5 (according to my testing).  I'm well-versed in cryptography and have
 strong opinions about what algorithms I want and do not want; those
 opinions are based on research and fact, not a quick Google search.

This is quite nice, but you should understand that not all people are like
you. GnuTLS has to be usable by a variety of people with different backgrounds.
What we do is to offer simple options for everyone and more advanced ones
for everyone else.

 In fact, I happen to know that the documentation for GnuTLS is wrong
 when it claims that [t]here are no known weaknesses of MD2.  Such

You are right. We do not claim to be authorities. More mistakes might
be possibly existing in the documentation. It is a collaborate effort, so
we would appreciate if you report them.

 (AFAICT) GnuTLS has existed.  And that's to say nothing about it being
 dog-slow (14 times slower than SHA-256).

We don't support MD2 in gnutls. It is not even implemented in libgcrypt.

[...]
 This bug is discussing the use of OpenSSL-compatible cipher names.
 OpenSSL is *the* choice for cryptographic implementation in the
 GNU/Linux world.

That is your point of view alone. Others say NSS is the choice. We just
happen to be discussing gnutls. GnuTLS is not an openssl clone, nor we
are interested into making it one. However we accept patches that
other people find them useful (such as the limited openssl compatibility layer
by Andrew McDonald).

 And the OpenSSL names, besides being more common, are shorter, clearer,
 and more easily understood.

That is a personal opinion. My opinion is that GnuTLS priorities are simpler
to understand, because they apply on individual ciphers and algorithms
and not ciphersuites that are only known to TLS implementors. Anyway
this depends on the eye of the beholder.

 The GnuTLS priorities (which I am not
 proposing removing, only adding to) are defined only very vaguely in
 gnutls-cli(1).

They are described in the function gnutls_priority_init() at:
http://www.gnu.org/software/gnutls/manual/html_node/Core-functions.html#Core-functions
If it is about documentation, you can suggest what is not clear to
you, or what you think it is missing and we can improve the documentation.

 Not  Looking at the source, RC4 is defined in SECURE256, and
 due to major weaknesses in its key scheduling (which can be used very
 effectively against e.g. WEP), I would absolutely not want to use it if
 any other choice were available.

The known attacks on RC4 are not effective against the TLS' usage of
RC4. Having said that, you might be right that it might not deserve to be
on the secure set.

  Had I not looked at the source, I
 would never have known this.  I would certainly not class it as
 secure.  The OpenSSL syntax allows me to specify that it is to be the
 last possible choice: AES:CAMELLIA:3DES:@STRENGTH:+RC4:!EXPORT.

The gnutls syntax allows that as well. Just add it after the other
ciphers. However
you shouldn't rely on that since the client is the one that is
actually setting the
priority order.

 I think it's reasonable to allow OpenSSL-compatible ciphersuite names.
 In fact, I think it's a really good idea.  I would even implement it
 myself,
We are open to suggestions that will make the priority strings better. We
could even add such compatibility if you contribute it (in a way that
doesn't replace the existing strings of course).

 but I refuse to assign copyright[0], and I'm not going to waste
 time writing code that will be thrown away.  Nevertheless, I strongly
 urge you to support the OpenSSL syntax.
 [0] This is a blanket policy unless we've executed a consulting contract
 that says otherwise.  I think that when I make a contribution to a
 project that it's only fair to be attributed as the author of my work;
 my copyright notice ensures that I get credit for the work I've done.

I can live with that, eventhough in gnutls we acknowlege all authors with the
author field on every file. The copyright transfer is for FSF and ensures an
easier case if legal issues occur.

regards,
Nikos



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611987: geneweb: New Release of GeneWeb Available

2011-02-04 Thread Ryan Sinn
Package: geneweb
Version: 5.01-8lenny1
Severity: wishlist


GeneWeb 5.02 has just been released as of 2011-01-06 according to GeneWeb's 
site.

It'd be great to see an update since the current package is from 2009.

Thanks.  I appreciate all your work on this!



-- System Information:
Debian Release: 5.0.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-11-pve (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages geneweb depends on:
ii  adduser  3.110   add and remove users and groups
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  iso-codes3.5.1-1 ISO language, territory, currency,
ii  libc62.7-18lenny7GNU C Library: Shared libraries
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip
ii  perl-base [perl5-base]   5.10.0-19lenny3 minimal Perl system

geneweb recommends no packages.

Versions of packages geneweb suggests:
ii  gwsetup   5.01-8lenny1   utilities to configure and manipul
ii  gwtp  5.01-8lenny1   web interface interacting with Gen
ii  menu  2.1.41 generates programs menu for all me
ii  w3m [www-browser] 0.5.2-2+lenny1 WWW browsable pager with excellent

-- debconf information:
  geneweb/remove_databases: false
  geneweb/run_mode: Manual
  geneweb/port: 2316
  geneweb/lang: Afrikaans
  geneweb/remainingdir:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611951: Default GNOME desktop installation has both xsane *and* simple-scan

2011-02-04 Thread Julien BLACHE
Christian PERRIER bubu...@debian.org wrote:

Hi,

 According to Joss, meta-gnome2 is correct in this case and only
 simple-scan should be installed.

 I would like to have xsane's maintainer advice on this issue. Should
 we remove xsane from gnome-desktop?

I concur with Joss; the default desktop installation should not include
XSane.

XSane is complex to use and simple-scan will do for the vast majority of
desktop users.

Thanks,

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611897: [pkg-cryptsetup-devel] Bug#611897: cryptsetup: tries should default to 0, at least for devices required to boot

2011-02-04 Thread Jonas Meurer
Hey Christoph,

On 04/02/2011 Christoph Anton Mitterer wrote:
 On Fri, 2011-02-04 at 00:11 +0100, Jonas Meurer wrote:
  for security reasons
 Which are these?

the same as for every login system that locks after X failed retries.
simply the reason, that invaders don't have infinitive retries to guess
the passphrase.
and yes, this is no real security, as anybody with physical access will
just take the harddisk and use his own operating system for attacking
the encryption. but another common szenario (especially for laptops) is,
that someone around tries to guess the passphrase while you're not at
home, on toilet, whatever. and for this szenario, the default of three
retries is sane.

   and since cryptsetup upstream has a default of
  three retries
 Well because upstream cryptsetup just doesn't have any direct support
 for booting encrypted root-fs-systems.
 
 I've just thought that change would be a convenience setting for those
 users, where setting anything else then =0 doesn't make sense anyway.

i guess i don't get that argument. if i got it right, then simply turn
it around: the current default is a convenience setting for those users
who're happy with it.

to be honest, neither the arguments for, nor against the change of
default retries (at initramfs) are very strong. it's a matter of taste
to me. if more users will complain, then I'm happy to change the
default. is that ok for you?

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#611897: [pkg-cryptsetup-devel] Bug#611897: cryptsetup: tries should default to 0, at least for devices required to boot

2011-02-04 Thread Christoph Anton Mitterer
On Fri, 2011-02-04 at 12:30 +0100, Jonas Meurer wrote:
 the same as for every login system that locks after X failed retries.
 simply the reason, that invaders don't have infinitive retries to guess
 the passphrase.

if that's a system booting from an encrypted root,... you likely don't
have any network at that point (apart from the fact that networking is
typically not supported by the keyscripts anyway.

if an attacker has direct access (or serial console) he can reboot the
system anyway as often as he wants.

 and yes, this is no real security, as anybody with physical access will
 just take the harddisk and use his own operating system for attacking
 the encryption. but another common szenario (especially for laptops) is,
 that someone around tries to guess the passphrase while you're not at
 home, on toilet, whatever.
That sounds very like security by obscurity... therefore we have the
iterations in dm-crypt, that trying takes so long that this isn't
useful.


 to be honest, neither the arguments for, nor against the change of
 default retries (at initramfs) are very strong. it's a matter of taste
 to me. if more users will complain, then I'm happy to change the
 default. is that ok for you?
Well it's also not a big issue for me, I rather considered that just
something cosmetic.
Cause if a user enters his root-fs-password 3 times wrong he can also
easily reboot.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#582069: will install to exmaples

2011-02-04 Thread Nicholas Bamber
I'll have this file be installed to examples. I won't close the ticket 
because I plan to investigate further.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611903: compiz crashes if the browser loads certain images

2011-02-04 Thread Michel Dänzer
On Don, 2011-02-03 at 09:02 -0500, Ed wrote: 
 Package: compiz
 Version: 0.8.4-4
 Severity: important
 Tags: upstream
 
 If you load an image (e.g.
 http://www.waynedorrington.co.uk/blog/wp-
 content/uploads/2010/10/doctor_who_infographic1.jpg ) in the browser than
 compiz will crash.  I can restart it by switching to tty1 and running 'compiz
 --display :0.0' or restarting the x-server entirely.  If the output of compiz
 is needed after the crash I can attempt to get that just please let me know
 what you need.  I've attached the output of dmesg after the crash  I don't
 think it matters what browser you use (firefox 4, iceweasel, chormium, opera).

The dmesg output indicates an issue in the radeon kernel module rather
than in compiz. Can you also provide dmesg from before the crash? Make
sure it contains all the initialization output from the radeon kernel
module.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611923: python-xdg: wrong behaviour breaking apps on non-supported locale

2011-02-04 Thread Jakub Wilk

Disclaimer: I'm not maintainer of this package.

* Yann Dirson ydir...@free.fr, 2011-02-03, 20:56:

In [1]: import xdg.DesktopEntry

In [3]: e=xdg.DesktopEntry.DesktopEntry()

In [4]: e.parse('plugins/Games/Chess.desktop')

In [5]: e.getName()
Out[5]: u'\xc9checs'

In [6]: print %s % e.getName()
-- print(%s % e.getName())
Échecs


Now, if I use LC_ALL=fr_FR or fr_FR.ISO-8859-1 (which should be
equivalent), the final step instead throws:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xc9' in position 0: 
ordinal not in range(128)


I assume that, as the subject suggest, it fails only if there is no 
fr_FR.ISO-8859-1 locale available. Am I correct? (If this is the case, 
perhaps something like fr_FR.ISO-8859-42 would be a better test-case, as 
it's less like to exist.)



By contrast, other programs in the same condition fallback to C
locale, which results in no error.  I guess the xdg module should do
something similar.


It is true that xdg uses a bit different language lookup algorithm that 
GNU gettext does. I can see it is flawed in a few ways and I can see 
your point. However, I don't think your particular use case is of much 
significance, for the following reasons:


1. If you are using non-existent locales, you shoot yourself in the 
foot. :) 

2. getName() returned a Unicode string for in French, which was kind of 
what you asked for.


3. If you want your application to be robust, you should not print 
Unicode strings blindly. Encoding of sys.stdout can be ASCII even if 
proper UTF-8 locale is set:


$ locale charmap
UTF-8

$ python -c 'print u\xde'
Þ

$ python -c 'print u\xde' | cat
Traceback (most recent call last):
  File string, line 1, in module
UnicodeEncodeError: 'ascii' codec can't encode character u'\xde' in position 0: 
ordinal not in range(128)

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611988: couchdb: after successfull compaction CouchDB still access deleted .couch file

2011-02-04 Thread Andreas Unterkircher
Package: couchdb
Version: 0.11.0-2.3
Severity: normal


When I invoke the following command to trigger a database compaction:

curl -H Content-Type: application/json -X POST 
http://localhost:5984/db/_compact

CouchDB will rebuild its database file and clean up old revisions and so on.

This compaction basically runs successful and afterwards the database got 
shrinked from some gigabytes to about 300MB here. The database file then looks 
like this:

user@host:$ sudo ls -l /var/lib/couchdb/0.11.0/db.couch
-rw-r--r-- 1 couchdb couchdb 344699040 2011-02-04 12:11 
/var/lib/couchdb/0.11.0/db.couch

The problem is, that after a compaction run, CouchDB still has an open file 
descriptor on the deleted db.couch file (that was previously so large):

user@host:~$ sudo lsof | grep -i couchdb  | grep -i delete
beam.smp   6596 couchdb   14u  REG  254,7 1839379307133 
/var/lib/couchdb/0.11.0/db.couch (deleted)

Obviously the gained free space is then only returned when I stop/start the 
CouchDB instance to force it closing the open file handle.

Andreas

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages couchdb depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  erlang-base [erlang-abi 1:14.a-dfsg-3Erlang/OTP virtual machine and bas
ii  erlang-crypto   1:14.a-dfsg-3Erlang/OTP cryptographic modules
ii  erlang-inets1:14.a-dfsg-3Erlang/OTP Internet clients and se
ii  erlang-ssl  1:14.a-dfsg-3Erlang/OTP implementation of SSL
ii  erlang-tools1:14.a-dfsg-3Erlang/OTP various tools
ii  erlang-xmerl1:14.a-dfsg-3Erlang/OTP XML tools
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcurl37.21.0-1 Multi-protocol file transfer libra
ii  libicu444.4.1-7  International Components for Unico
ii  libjs-jquery1.4.2-2  JavaScript library for dynamic web
ii  libmozjs2d  1.9.1.16-4   The Mozilla SpiderMonkey JavaScrip
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  mawk1.3.3-15 a pattern scanning and text proces
ii  procps  1:3.2.8-9/proc file system utilities

couchdb recommends no packages.

couchdb suggests no packages.

-- Configuration Files:

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611989: libdecodeqr-examples: fails to decode sample image debian.org.qr.jpg STATUS=2089

2011-02-04 Thread Paddy Smith
Package: libdecodeqr-examples
Version: 0.9.3-4
Severity: important


Hi,

I've been trying to use libdecodeqr-simpletest. It works with three of 
the supplied sample images, but then

$ ./libdecodeqr-simpletest ../../../img/debian.org.qr.jpg
libdecodeqr version 0.9.3 ($Rev: 42 $)
STATUS=2089


Hit any key to end.
$

and a test using qrencode

$ qrencode -o test.png 
testing 1 2 3 ...
$ libdecodeqr-simpletest test.png 
libdecodeqr version 0.9.3 ($Rev: 42 $)
STATUS=2088


Hit any key to end.
$

both of these qr codes seem to decode okay using the barcode app on android.

Regards,
Paddy

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdecodeqr-examples depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcv2.1  2.1.0-3computer vision library
ii  libdecodeqr0  0.9.3-4A C/C++ library for decoding QR co
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libhighgui2.1 2.1.0-3computer vision GUI library
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

libdecodeqr-examples recommends no packages.

libdecodeqr-examples suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611990: iptables segmentation faults on empty source address

2011-02-04 Thread Jussi Judin
Package: iptables
Version: 1.4.8-3
Severity: normal


Iptables command segmentation faults when I give it an empty source address 
like in following commands:

iptables -A INPUT -p tcp -s  --dport 1:2 -j ACCEPT
ip6tables -A INPUT -p tcp -s  --dport 1:2 -j ACCEPT

It should not crash but rather complain about invalid address being given as an 
input.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (800, 'testing'), (100, 'unstable'), (99, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iptables depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libnfnetlink0 1.0.0-1Netfilter netlink library

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609876: unattended-upgrades: Doesn't work with arbitary named third party repositories

2011-02-04 Thread Michael Vogt
B1;2704;0cOn Thu, Jan 13, 2011 at 01:31:58PM +0100, Alexander Reichle-Schmehl 
wrote:
 Package: unattended-upgrades
 Version: 0.62.2
 Severity: minor

 Hi!

Hi and hhanks for your bugreport!
 
 Google's chromium repository doesn't seem to work with unattended-upgrades.
 
 It's Release file contains:
 
 Origin: Google, Inc.
 Suite: stable
 
 So I should add Google, Inc. stable to the Allowed-Origins, shouldn't I?

Indeed, there is a escaping issue here, it splits on whitespace. In
the current version you should be able to just write it as Google,
Inc.:stable (note the : intead of the space).

For the new version (not uploaded yet) it will be:
 Origins-Pattern { origin=Google\, Inc.,archive=stable; };
(note the \). But the new version will support the old synatax, so
if you add the : you should be fine :)

Cheers,
 Michael

 However, that leads to the following error:
 
 $ sudo unattended-upgrade --dry-run
 Traceback (most recent call last):
   File /usr/bin/unattended-upgrade, line 533, in module
 main()
   File /usr/bin/unattended-upgrade, line 299, in main
 allowed_origins = get_allowed_origins()
   File /usr/bin/unattended-upgrade, line 89, in get_allowed_origins
 (distro_id, distro_codename) = s.split()
 ValueError: too many values to unpack
 
 Seems to be similar to #536754, but that was fixed in 0.62.  So I guess it
 doesn't like the , or . sign.
 
 
 Best regards,
   Alexander
 
 -- System Information:
 Debian Release: 6.0
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages unattended-upgrades depends on:
 ii  apt 0.8.10   Advanced front-end for dpkg
 ii  apt-utils   0.8.10   APT utility programs
 ii  debconf [debconf-2.0]   1.5.36   Debian configuration management 
 sy
 ii  lsb-release 3.2-23.1 Linux Standard Base version 
 report
 ii  python  2.6.6-3+squeeze4 interactive high-level 
 object-orie
 ii  python-apt  0.7.100.1Python interface to libapt-pkg
 ii  ucf 3.0025+nmu1  Update Configuration File: 
 preserv
 
 unattended-upgrades recommends no packages.
 
 Versions of packages unattended-upgrades suggests:
 ii  bsd-mailx  8.1.2-0.20100314cvs-1 simple mail user agent
 
 -- Configuration Files:
 /etc/apt/apt.conf.d/50unattended-upgrades changed:
 // Automatically upgrade packages from these (origin, archive) pairs
 Unattended-Upgrade::Allowed-Origins {
   ${distro_id} stable;
   ${distro_id} ${distro_codename}-security;
 //${distro_id} ${distro_codename}-updates;
 //${distro_id} ${distro_codename}-proposed-updates;
   Google, Inc. stable
 };
 // List of packages to not update
 Unattended-Upgrade::Package-Blacklist {
 //vim;
 //libc6;
 //libc6-dev;
 //libc6-i686;
 };
 // Send email to this address for problems or packages upgrades
 // If empty or unset then no email is sent, make sure that you
 // have a working mail setup on your system. The package 'mailx'
 // must be installed or anything that provides /usr/bin/mail.
 //Unattended-Upgrade::Mail root@localhost;
 // Do automatic removal of new unused dependencies after the upgrade
 // (equivalent to apt-get autoremove)
 //Unattended-Upgrade::Remove-Unused-Dependencies false;
 // Automatically reboot *WITHOUT CONFIRMATION* if a 
 // the file /var/run/reboot-required is found after the upgrade 
 //Unattended-Upgrade::Automatic-Reboot false;
 // Use apt bandwidth limit feature, this example limits the download
 // speed to 70kb/sec
 //Acquire::http::Dl-Limit 70;
 
 
 -- debconf information:
   unattended-upgrades/enable_auto_updates: false
 
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609516: unattended-upgrades: should not send email if executed manually with '--dry-run'

2011-02-04 Thread Michael Vogt
On Mon, Jan 10, 2011 at 10:18:28AM +0200, Teodor wrote:
 Package: unattended-upgrades
 Version: 0.62.2
 Severity: minor

Thanks for your bugreport.
 
 I'm currently testing this package for use on production systems thus I use
 '-d --dry-run' to simulate the actual packages upgrades. I suggest that on
 manual execution with '--dry-run' an email should not be sent.

Good suggestion, I fixed that in bzr now.
 
 Also, the message sent on manual execution with these two options cannot be
 displayed properly (an 'application/octet-stream' attachment only). This will
 go away by itself if no email is sent when executed with --dry-run.

Is that a problem on real mails too? Or just when run with
--dry-run?

Thanks,
 Michael

 Thanks
 
 -- System Information:
 Debian Release: 6.0
   APT prefers squeeze-updates
   APT policy: (600, 'squeeze-updates'), (600, 'testing')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
 Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages unattended-upgrades depends on:
 ii  apt 0.8.10   Advanced front-end for dpkg
 ii  apt-utils   0.8.10   APT utility programs
 ii  debconf [debconf-2.0]   1.5.36   Debian configuration management 
 sy
 ii  lsb-release 3.2-23.1 Linux Standard Base version 
 report
 ii  python  2.6.6-3+squeeze4 interactive high-level 
 object-orie
 ii  python-apt  0.7.100.1Python interface to libapt-pkg
 ii  ucf 3.0025+nmu1  Update Configuration File: 
 preserv
 
 unattended-upgrades recommends no packages.
 
 Versions of packages unattended-upgrades suggests:
 pn  bsd-mailx none (no description available)
 
 -- Configuration Files:
 /etc/apt/apt.conf.d/50unattended-upgrades changed:
 // Automatically upgrade packages from these (origin, archive) pairs
 Unattended-Upgrade::Allowed-Origins {
   ${distro_id} stable;
   ${distro_id} testing;
   ${distro_id} ${distro_codename}-security;
   ${distro_id} ${distro_codename}-updates;
   ${distro_id} ${distro_codename}-backports;
 };
 // List of packages to not update
 Unattended-Upgrade::Package-Blacklist {
 //vim;
 //libc6;
 //libc6-dev;
 //libc6-i686;
 };
 // Send email to this address for problems or packages upgrades
 // If empty or unset then no email is sent, make sure that you
 // have a working mail setup on your system. The package 'mailx'
 // must be installed or anything that provides /usr/bin/mail.
 Unattended-Upgrade::Mail root;
 // Do automatic removal of new unused dependencies after the upgrade
 // (equivalent to apt-get autoremove)
 //Unattended-Upgrade::Remove-Unused-Dependencies false;
 // Automatically reboot *WITHOUT CONFIRMATION* if a 
 // the file /var/run/reboot-required is found after the upgrade 
 //Unattended-Upgrade::Automatic-Reboot false;
 // Use apt bandwidth limit feature, this example limits the download
 // speed to 70kb/sec
 //Acquire::http::Dl-Limit 70;
 
 /etc/logrotate.d/unattended-upgrades changed:
 /var/log/unattended-upgrades/unattended-upgrades.log {
   rotate 6
   monthly
   missingok
   notifempty
 }
 
 
 -- debconf information:
   unattended-upgrades/enable_auto_updates: false
 
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611991: Crash with sigfpe on this file

2011-02-04 Thread Bastien ROUCARIES
Package: xpdf
Version: 3.02-12
Severity: important

This image display correctly on okular but crash under xpdf. Please correct

BTW do not know if this image is correct but she was simply generated by 
imagemagick. Could you check if it a well formed pdf ?

Bastien


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.36reiser

Debian Release: 6.0
  550 testing ftp.fr.debian.org 
  500 unstableftp.fr.debian.org 
1 experimentalftp.fr.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
lesstif2(= 1:0.94.4) | 1:0.95.2-1
libc6(= 2.3) | 2.11.2-10
libgcc1  (= 1:4.1.1) | 1:4.4.5-8
libpoppler5   | 0.12.4-1.2
libstdc++6 (= 4.1.1) | 4.4.5-8
libx11-6  | 2:1.3.3-4
libxt6| 1:1.0.7-1


Recommends (Version) | Installed
-+-===
poppler-utils| 0.12.4-1.2
poppler-data | 0.4.3-1
gsfonts-x11  | 0.21


Package's Suggests field is empty.






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611954: installation-reports: broken installation on RTL8111-8168B

2011-02-04 Thread Julien Cristau
On Fri, Feb  4, 2011 at 06:39:49 +0100, Christian PERRIER wrote:

 severity 611954 important
 reassign 611954 firmware-realtek
 thanks
 
 Quoting Norbert Preining (prein...@logic.at):
  Package: installation-reports
  Severity: serious
  Tags: squeeze
  Justification: installation is impossible
  
  latest installer and .iso netinst image (from today 2011-02-04)
  firmware on the USB stick for the RTL (firmware-realtek, 0.28)
  firmware loads fine
  but dhcp is not working, no ip address
 
 
 We have seen other such issues. This probably belongs to the firmware
 itselfand given its non-freeness, has few chances to be fixed,
 except by Realtek..:-)
 
There's no reason to think the firmware, rather than the driver, is at
fault, afaik.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#147005: pychecker: spurious warning

2011-02-04 Thread Sandro Tosi
tags 147005 +confirmed
found 147005 0.8.19-2
thanks

The bugs is still there

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#481688: [ghostscript]

2011-02-04 Thread Bastien ROUCARIES
Could you retry now that cmap have moved from non-free to main?

Bastien 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#498488: [ghostscript] Could you restest ?

2011-02-04 Thread Bastien ROUCARIES
tags 498488 + unreproducible
thanks

I could not reproduce this bug under recent gs (8.71)

Could you retest ?

Thank you


test.ps
Description: PostScript document


Bug#611903: Compiz Crashing!

2011-02-04 Thread Ed
Here is the dmesg output before a crash.  There is a decent amount
of stuff there about the radeon driver.  Can I somehow change the
package on the bug?
-- 

-Ed 

[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-30) 
(b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 
04:01:41 UTC 2011
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   NSC Geode by NSC
[0.00]   Cyrix CyrixInstead
[0.00]   Centaur CentaurHauls
[0.00]   Transmeta GenuineTMx86
[0.00]   Transmeta TransmetaCPU
[0.00]   UMC UMC UMC UMC
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009fc00 (usable)
[0.00]  BIOS-e820: 0009fc00 - 000a (reserved)
[0.00]  BIOS-e820: 000e6000 - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - 3ffc (usable)
[0.00]  BIOS-e820: 3ffc - 3ffce000 (ACPI data)
[0.00]  BIOS-e820: 3ffce000 - 3fff (ACPI NVS)
[0.00]  BIOS-e820: 3fff - 4000 (reserved)
[0.00]  BIOS-e820: fec0 - fec01000 (reserved)
[0.00]  BIOS-e820: fee0 - fee01000 (reserved)
[0.00] DMI 2.3 present.
[0.00] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[0.00] e820 update range:  - 0001 (usable) 
== (reserved)
[0.00] last_pfn = 0x3ffc0 max_arch_pfn = 0x10
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-D uncachable
[0.00]   E-E write-through
[0.00]   F-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 0 mask FC000 write-back
[0.00]   1 disabled
[0.00]   2 disabled
[0.00]   3 disabled
[0.00]   4 disabled
[0.00]   5 disabled
[0.00]   6 disabled
[0.00]   7 disabled
[0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[0.00] initial memory mapped : 0 - 0180
[0.00] init_memory_mapping: -373fe000
[0.00]  00 - 40 page 4k
[0.00]  40 - 003700 page 2M
[0.00]  003700 - 00373fe000 page 4k
[0.00] kernel direct mapping tables up to 373fe000 @ 1-16000
[0.00] RAMDISK: 2f7db000 - 3000f250
[0.00] ACPI: RSDP 000f8750 00014 (v00 ACPIAM)
[0.00] ACPI: RSDT 3ffc 00030 (v01 A M I  OEMRSDT  07000620 MSFT 
0097)
[0.00] ACPI: FACP 3ffc0200 00084 (v02 A M I  OEMFACP  07000620 MSFT 
0097)
[0.00] ACPI: DSDT 3ffc0400 03BB1 (v01  12345 12345123 0123 INTL 
20051117)
[0.00] ACPI: FACS 3ffce000 00040
[0.00] ACPI: APIC 3ffc0390 0006C (v01 A M I  OEMAPIC  07000620 MSFT 
0097)
[0.00] ACPI: OEMB 3ffce040 00060 (v01 A M I  AMI_OEM  07000620 MSFT 
0097)
[0.00] ACPI: Local APIC address 0xfee0
[0.00] 139MB HIGHMEM available.
[0.00] 883MB LOWMEM available.
[0.00]   mapped low ram: 0 - 373fe000
[0.00]   low ram: 0 - 373fe000
[0.00]   node 0 low ram:  - 373fe000
[0.00]   node 0 bootmap 00012000 - 00018e80
[0.00] (9 early reservations) == bootmem [00 - 00373fe000]
[0.00]   #0 [00 - 001000]   BIOS data page == [00 
- 001000]
[0.00]   #1 [001000 - 002000]EX TRAMPOLINE == [001000 
- 002000]
[0.00]   #2 [006000 - 007000]   TRAMPOLINE == [006000 
- 007000]
[0.00]   #3 [000100 - 00014c9bb4]TEXT DATA BSS == [000100 
- 00014c9bb4]
[0.00]   #4 [002f7db000 - 003000f250]  RAMDISK == [002f7db000 
- 003000f250]
[0.00]   #5 [09fc00 - 10]BIOS reserved == [09fc00 
- 10]
[0.00]   #6 [00014ca000 - 00014d0101]  BRK == [00014ca000 
- 00014d0101]
[0.00]   #7 [01 - 012000]  PGTABLE == [01 
- 012000]
[0.00]   #8 [012000 - 019000]  BOOTMAP == [012000 
- 019000]
[0.00] found SMP MP-table at [c00ff780] ff780
[0.00] Zone PFN ranges:
[0.00]   DMA  0x0010 - 0x1000
[0.00]   Normal   0x1000 - 0x000373fe
[0.00]   HighMem  0x000373fe - 0x0003ffc0
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[2] active PFN ranges
[0.00] 0: 0x0010 - 0x009f
[0.00] 0: 0x0100 - 0x0003ffc0
[0.00] On node 0 totalpages: 261967
[0.00] 

Bug#505058: [ghostscript]

2011-02-04 Thread Bastien ROUCARIES
tags 505058 + unreproducible
tags 505058 + moreinfo
thanks

The file fjoined with this bug report are not availaible. Please redownload and 
retest with new gs.

Bastien





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611951: Default GNOME desktop installation has both xsane *and* simple-scan

2011-02-04 Thread Otavio Salvador
On Fri, Feb 4, 2011 at 11:26, Julien BLACHE jbla...@debian.org wrote:
 XSane is complex to use and simple-scan will do for the vast majority of
 desktop users.

Dropped xsane from gnome-desktop for next upload.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611994: brasero: SCSI error on write

2011-02-04 Thread Martin Sin
Package: brasero
Version: 2.30.3-2
Severity: important

Hi,
I cannot write DVD data disc with photo images. After Brasero start writing
disc, (0% completed), it stop writing with error:

SCSI error on write(18512,16): [5 21 02] Invalid address

Best regards,
Martin Sin.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.utf8, LC_CTYPE=cs_CZ.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages brasero depends on:
ii  brasero-common 2.30.3-2  Common files for the Brasero CD bu
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  gstreamer0.10-plugins- 0.10.30-1 GStreamer plugins from the base 
ii  gvfs   1.6.4-3   userspace virtual filesystem - ser
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbrasero-media0  2.30.3-2  CD/DVD burning library for GNOME -
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.30-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libnautilus-extension1 2.30.1-2  libraries for nautilus components 
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtotem-plparser172.30.3-1  Totem Playlist Parser library - ru
ii  libtracker-client-0.8- 0.8.17-1  metadata database, indexer and sea
ii  libunique-1.0-01.1.6-1.1 Library for writing single instanc
ii  libxml22.7.8.dfsg-2  GNOME XML library

brasero recommends no packages.

Versions of packages brasero suggests:
pn  libdvdcss2   none  (no description available)
ii  vcdimager0.7.23-4+b2 A VideoCD (VCD) image mastering an

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611919: emacs-goodies-el: Better suggestion: retire this mode in favour of dictionary.el

2011-02-04 Thread Peter S Galbraith
Reuben Thomas r...@sc3d.org wrote:

 Package: emacs-goodies-el
 Version: 33.6ubuntu1
 Severity: normal
 
 I note that dictionary.el suffers from the same problem. However, it’s
 superior in other ways; not least in that it contains its own dict
 client, and doesn’t rely on the command-line one. It’s also got a
 rather richer UI.
 
 I’d rather fix the problem there. Emacs doesn’t really need two
 supported dictd clients in Debian; how about retiring dict.el?

Probably not a bad idea.  The presence of all the files in this package
have to be re-evaluated some time to time.

Thanks!
-- 
Peter S. Galbraith, Debian Developer  p...@debian.org
 http://people.debian.org/~psg
GPG key 70D4A979 - 6309 28AE 8EB3 AB57 22F3  03BC 17DC 3CC4 70D4 A979




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#470501: ghostscript bug

2011-02-04 Thread Bastien ROUCARIES
tags 470501 + unreproducible
tags  470501 + moreinfo
thanks

I have tested with gs 2.71 and your file does not crash. Could you retest 
please and close the bug report if needed

Bastien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598060: Fixed in upstream svn

2011-02-04 Thread Chris

Hi!

I think this fix was included in version 1.0.5, which was released a few 
month ago.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551338: Review of the copyright file of mediathekview_2.4.0-2.

2011-02-04 Thread Christoph Martin
Hi Charles

Am 04.02.2011 01:43, schrieb Charles Plessy:
 user debian-le...@lists.debian.org
 usertag 551338 one-copyright-review
 thanks
 
 Dear Thomas,
 
 In the hope of speeding up and strenghtening the processing of NEW I had a 
 look
 at your package. The rationale is explained in the proposal in the following
 wiki page: http://wiki.debian.org/CopyrightReview
 
 I found two inconsistencies in your copyright file:
 
  - According to the file headers and its website, MediathekView is using
the version 3 or superior of the GPL (not 2 or superior).
 
  - I found one copyright statement that is not reproduced:
io/History.java is Copyright (C) 2010 by Andreas M.

Thanks for the notice. I will change it.

 
 If you update your package, this will not change its seat number in the NEW
 queue, and it may save you some time, in case the package were rejected for 
 the
 errors above.
 
 By the way, I think that in your changelog, the ITP bug number is wrong: 
 321720
 instead of 551338. 

I can't see the problem. 551338 is

RFP: zdfmediathk -- download/subscribe to streams (online in Mediathek)
from public german TV stations (ARTE, ARD, ZDF, 3Sat, MDR, SF DRS)

and 321720 is

libgrypt11: cannot enable executable stack as shared object requires:
Error 14

And 551338 is correctly in the changelog

Christoph

-- 

Christoph Martin, Zentrum für Datenverarbeitung, Uni-Mainz, Germany
 Instant-Messaging: Jabber: mar...@uni-mainz.de
  (Siehe http://www.zdv.uni-mainz.de/4010.php)
attachment: martin.vcf

signature.asc
Description: OpenPGP digital signature


Bug#610872: www.debian.org: include ANSSI french crypto export/import document

2011-02-04 Thread Yves-Alexis Perez
On sam., 2011-01-29 at 19:08 +0900, Charles Plessy wrote:
 Le Sun, Jan 23, 2011 at 04:58:12PM +0100, Yves-Alexis Perez a écrit :
  
  a recent mail on debian-project asked for a crypto declaration file
  number to the French authorities. There wasn't any so I did the request
  and got the file number (1101027) and scanned the documents (available
  at http://people.debian.org/~corsac/anssi/)
  
  Could you integrate them somewhere on the website?
 
 It looks like http://www.debian.org/legal/ may be a good page. 
 
 Do you think that you could also share a copy of the application you sent, in
 addition to the certificate you received ?

Sorry for the delay. The document is at
http://people.debian.org/~corsac/anssi/debian-lenny-crypto-declaration.pdf

I've updated the two documents at
http://people.debian.org/~corsac/anssi/debian-lenny-crypto-attestation.pdf and 
http://people.debian.org/~corsac/anssi/debian-lenny-crypto-attestation-export.pdf

because the original ones had “Communauté européenne” instead of “Union
européenne” so it was corrected.

Regards,
-- 
Yves-Alexis




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608802: [ghostscript]

2011-02-04 Thread Bastien ROUCARIES
affects 608802 preview-latex-style
thanks




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610676: One packaging of php-codecoverage

2011-02-04 Thread Olivier Berger
On Mon, Jan 31, 2011 at 12:56:43PM +0100, Arthur Gautier wrote:
 
 a little work after on my debian packages, i need to create a lot of
 packages to get phpunit working.
 The more i'm using phpunit, the more i get deps errors, i'm actually using the
 following tree of dependencies:
 
 - phpunit
   - php-codecoverage
 - php-tokenstream
   - php-texttemplate
   - php-timer
 
 
 Now that i got all those dependencies, everything seems fine 
 
 Could you please open some ITP for php-tokenstream, php-texttemplate and
 php-timer ?

FYI, here's a few ITPs that I've noticed :
 - php-file-iterator (ITP: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611395)
 - php-text-template (ITP: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611393)
 - php-token-stream (ITP : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611394)
 - php-timer (ITP : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611767)

Hope this helps.

Best regards,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611995: flush: FTBFS due to ld --no-add-needed

2011-02-04 Thread Bhavani Shankar R
Package: flush
Severity: minor
Tags: patch
Usertags: ld --no-add-needed

Hello dear maintainer,

your package ftbfs in ubuntu due linking changes in binutils-gold
(which is present in upcoming wheezy toolchain too)

Refer the below buildlogs

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/flush_0.9.6-1ubuntu1_lubuntu32.buildlog

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/flush_0.9.6-1ubuntu1_lubuntu64.buildlog

The below minimalistic patch should fix the problem

--- flush-0.9.6.orig/src/Makefile.in
+++ flush-0.9.6/src/Makefile.in
@@ -356,7 +356,7 @@ flush_CPPFLAGS = @APP_CPPFLAGS@ $(am__ap
 flush_CFLAGS = @APP_CFLAGS@
 flush_CXXFLAGS = @APP_CXXFLAGS@
 flush_DEPENDENCIES = @APP_DEPENDENCIES@
-flush_LDADD = @APP_LDADD@
+flush_LDADD = @APP_LDADD@ -lboost_system -lcrypto
 all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am

Thanks and regards

-- 
Bhavani Shankar
Ubuntu Developer   |  www.ubuntu.com
https://launchpad.net/~bhavi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#488022: Final Notice!!!

2011-02-04 Thread ©2011 Microsoft Promo



Prize Won! (552,000.00 USD) Send;-

1.Full Name:
2.Full Address:
3.State:
4.Occupation:
5.Age:
6.Sex:
7.Country:
8.Tel.Number:




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611996: iwatch: Strange problem with network notify

2011-02-04 Thread Pol Hallen
Package: iwatch
Version: 0.2.1-3
Severity: normal


Howdy :-)

On my server (debian stable) 2.6.28.8 (inotify correctly included) I mount a 
winxp network shared on my 
local fs:

mount -t smbfs //server-ip/share1 /local/share1
iwatch -v /local/share1

Sometimes iwatch runs correctly sometimes iwatch doesn't runs correctly because 
also if a new file was 
created iwatch doesn't notice me.

How I investigate this problem?
thanks! :-)

Pol

-- System Information:
Debian Release: 5.0.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.8-fuckaround (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iwatch depends on:
ii  libevent-perl1.11-1  Generic Perl event loop
ii  liblinux-inotify2-perl   1:1.1-2.1+b1scalable directory/file change not
ii  libmail-sendmail-perl0.79-5  Send email from a perl script
ii  libxml-simpleobject-libx 0.53-1  Simple oo representation of an XML
ii  perl-modules 5.10.0-19lenny3 Core Perl modules
ii  postfix [mail-transport- 2.5.5-1.1   High-performance mail transport ag

iwatch recommends no packages.

iwatch suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581004: [ghostscript]

2011-02-04 Thread Bastien ROUCARIES
found 581004 8.71~dfsg2-9
tags 581004 + confirmed
thanks

Seems that okular does not crash

Bastien






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611881: ntop: [INTL:es] Spanish debconf template translation

2011-02-04 Thread Daniel Baumann
tag 611881 pending
thanks

applied in git.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611969: ttf-opensymbol: Please hide OpenSymbol from the font selector

2011-02-04 Thread Rene Engelhard
notfound 611969 1:3.2.1-11+squeeze2
tag 611969 + moreinfo
thanks

On Fri, Feb 04, 2011 at 10:36:35AM +0100, Fabian Greffrath wrote:
 from the font selector altogether, because adding specific symbols is far
 easier by using the Insert - Special character ... menu or pasting the
 symbol from gucharmap, instead of learning which key is mapped to which symbol
 in this font.

And this still will allow bullets in writer and math symbols in both math and 
writer
work? (They rely on ttf-opensymbol heavily)
Even if the font is rejected in the fontconfig sense?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611973: ntop: [INTL:ru] Russian debconf templates translation update

2011-02-04 Thread Daniel Baumann
tag 611973 pending
thanks

applied in git.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611986: ntop: [INTL:de] updated German debconf translation

2011-02-04 Thread Daniel Baumann
tag 611986 pending
thanks

applied in git.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611533: [Pkg-alsa-devel] Bug#611533: Bug#611533: alsa-base: version issue: kernel provides 1.0.21 drivers, alsa is 1.0.23

2011-02-04 Thread Brice Rebsamen
I removed the module (alsa-module-1.0.23-2.6.35-686)

mplayer -vo none some-sound-file
Sound -- Yes

cvlc some-video-file
no sound
[0xb6f1439c] main audio output error: Potential ALSA version problem
[0xb6f1439c] main audio output error: VLC failed to initialize your
sound output device (if any).
Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try
to fix this issue.
[0xb6f1439c] oss audio output error: cannot open audio device (/dev/dsp)

aplay some-wav-file
no sound
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
aplay: main:654: audio open error: No such file or directory



When I ran alsamixer, the device in the home screen was my USB camera
(it has a microphone).
I unplugged the camera,  restarted my system and did all of the above
test again. This time I had sound for all of them, as well as in X...


So:
1- the bug report is invalid: there is no version issue.
2- It is weird though that things work with the 1.0.23 version, maybe
because I installed it when the camera was installed, or maybe because
it came with fresh configuration files... I'll investigate more.
3- I need to find how to configure alsa so that my sound card is my
default device. Any guidance is appreciated.

Regards
Brice





On Wed, Feb 2, 2011 at 6:05 AM, Elimar Riesebieter riese...@lxtec.de wrote:
 * Brice Rebsamen [110201 10:44 +0800]:
 Sure I can do that. However I have already fixed the problem by
 compiling and installing the new alsa drivers with m-a. How do I
 remove those modules before doing the test?

 Search for the packagename installed by m-a:
 $ dpkg -l | grep image
 $ dpkg --purge packagename

 Elimar


 --
  You cannot propel yourself forward by
  patting yourself on the back.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611882: etckeeper: should ask user to select vcs

2011-02-04 Thread Jakukyo Friel
On Fri, Feb 4, 2011 at 1:31 AM, Joey Hess jo...@debian.org wrote:

 Instead, I made it easy to etckeeper uninit to
 get back to a not-etckeepered git, and manually configure it.

Agreed.  This simple approach is better than the overcomplicated
debconf approach.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611998: syslog-ng: HOST macro off by one

2011-02-04 Thread Alexander Clouter
Package: syslog-ng
Version: 3.1.3-2
Severity: normal


Whilst overhauling our syslog infrastructure, I noticed garbage was appearing 
in our logs.  I use the following template when writing to files:

template($ISODATE $FULLHOST $FACILITY.$PRIORITY $MSGHDR$MSGONLY\n)

It turns out[1] that normalize_hostnames() has an off-by-one problem and a 
patch was produced[2] soon after 3.1.3 was released.  The bug means 
$HOST/$FULLHOST do not include a NULL terminator at the end of the string, so 
garbage appears.

Any chance of including the fix?

Cheers

[1] http://marc.info/?l=syslog-ngm=129044796131859w=2
[2] 
http://git.balabit.hu/?p=bazsi/syslog-ng-3.1.git;a=commitdiff;h=f6efe1a82c3726c7f65ca0dd173af8d3f58824aa;hp=3361f72c6c35d198e174200780d9744604e2cdf6

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages syslog-ng depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcap2 1:2.19-3 support for getting/setting POSIX.
ii  libdbi0 0.8.2-3  Database Independent Abstraction L
ii  libevtlog0  0.2.8~1-2Syslog event logger library
ii  libgcc1 1:4.4.5-8GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libnet1 1.1.4-2  library for the construction and h
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages syslog-ng recommends:
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages syslog-ng suggests:
pn  libdbd-mysql  none (no description available)
pn  libdbd-pgsql  none (no description available)
pn  libdbd-sqlite3none (no description available)

-- Configuration Files:
/etc/syslog-ng/syslog-ng.conf changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607393: O: phpunit

2011-02-04 Thread Olivier Berger
Hi.

I think it should be interesting to have the following packages handled in a 
separate way from phpunit :
 - phpunit-dbunit
 - phpunit-mock-objects
 - phpunit-selenium

They are all managed in their independant git tree / PEAR packages by the 
upstream developper, and have different PEAR version numbers also.

It would thus be easier to package them independantly, adding some suggests for 
instance between phpunit and these.

Any comments before I'm filing ITPs ?

Best regards,




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611903: Compiz Crashing!

2011-02-04 Thread Michel Dänzer
reassign 611903 linux-2.6 2.6.32-30
kthxbye

On Fre, 2011-02-04 at 08:41 -0500, Ed wrote:
 [5.781527] [drm] radeon: 64M of VRAM memory ready
 [5.781530] [drm] radeon: 32M of GTT memory ready.

If you can increase the size of the AGP aperture in the BIOS setup, that
should help for this particular problem, but it could still happen with
even larger objects. More recent kernels have some improvements for
dealing with this problem.


 Can I somehow change the package on the bug?

Doing this via the commands at the top of this mail to
cont...@bugs.debian.org (in BCC to avoid followups going there as well).


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611749: mcpp: diff for NMU version 2.7.2-1.1

2011-02-04 Thread Kiyoshi MATSUI
Hi Cleto,

I agree to move your NMU to Unstable and Testing.
Thanks for spending your time on mcpp maintenance.

--
Kiyoshi Matsui (maintainer of mcpp)





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607372: phpunit: Tries to use nonexisting file

2011-02-04 Thread Olivier Berger
On Fri, Jan 21, 2011 at 02:21:55AM -0500, Luis Uribe wrote:
 That's because phpunit 3.5 uses PHP_CodeCoverage (not packaged yet) 
 to collect and process code coverage information.
 
 I just create an [1]ITP for it.
 
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610676
 

More generally, phpunit also needs several other adjustments to the packaging, 
and a new maintainer.

See #607393 for details.

Best regards,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611999: amavisd-new: logcheck Passed: CLEAN|SPAM doesn't work because mail-id can contain -

2011-02-04 Thread Adrian Dinu
Package: amavisd-new
Version: 1:2.6.4-3
Severity: normal
Tags: squeeze

As seen here:
Feb  4 12:59:00 server amavis[10256]: (10256-08) Passed SPAM, [91.187.16.183] 
[91.187.16.183] xxx...@x.xx - xx...@.xx, quarantine: 
spam-7UpI76jX-2a1.gz, mail_id: 7UpI76jX-2a1, Hits: 21.685, size: 1341, 
queued_as: DAD2C16400FD, 4517 ms
the mail_id can contain the '-' character but the logcheck rule doesn't acount 
for that:
s/[[:space:]]*$//' /root/test | egrep '^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ 
amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed (CLEAN|SPAM),( LOCAL)?( 
\[(IPv6:)?[[[:xdigit:].:]{3,39}\]){0,2} [^]* - [^]*(,[^]*)*,( 
Message-ID: [^]+( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?,)?( 
Resent-Message-ID: [^]+,)? mail_id: [-+[:alnum:]]+, Hits: 
((-)?[.[:digit:]]*)+, size: [[:xdigit:]]+, queued_as: [[:xdigit:]]+( OK 
id=[-[:alnum:]]+)?, [[:digit:]]+ ms$

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages amavisd-new depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  debconf [debconf-2.0]1.5.36.1Debian configuration management sy
ii  file 5.04-5  Determines file type using magic
ii  libarchive-zip-perl  1.30-3  Perl module for manipulation of ZI
ii  libberkeleydb-perl   0.42-1~squeeze1 use Berkeley DB 4 databases from P
ii  libcompress-raw-zlib-per 2.026-1 low-level interface to zlib compre
ii  libconvert-tnef-perl 0.17-9  Perl module to read TNEF files
ii  libconvert-uulib-perl1.12-1  Perl interface to the uulib librar
pn  libdigest-md5-perl   none  (no description available)
ii  libio-stringy-perl   2.110-4 Perl modules for IO from scalars a
ii  libmail-dkim-perl0.38-1  cryptographically identify the sen
ii  libmailtools-perl2.06-1  Manipulate email in perl programs
pn  libmime-base64-perl  none  (no description available)
ii  libmime-tools-perl   5.428-1 Perl5 modules for MIME-compliant m
ii  libnet-server-perl   0.97-1  An extensible, general perl server
ii  libunix-syslog-perl  1.1-2   Perl interface to the UNIX syslog(
ii  pax  1:20090728-1Portable Archive Interchange
ii  perl [libtime-hires-perl 5.10.1-17   Larry Wall's Practical Extraction 
ii  perl-modules [libarchive 5.10.1-17   Core Perl modules

amavisd-new recommends no packages.

Versions of packages amavisd-new suggests:
pn  apt-listchanges  none  (no description available)
ii  arj  3.10.22-9   archiver for .arj files
ii  cabextract   1.3-1   a program to extract Microsoft Cab
ii  clamav   0.96.5+dfsg-1.1 anti-virus utility for Unix - comm
ii  clamav-daemon0.96.5+dfsg-1.1 anti-virus utility for Unix - scan
ii  cpio 2.11-4  GNU cpio -- a program to manage ar
pn  dspamnone  (no description available)
ii  lha  1.14i-10.3  lzh archiver
pn  libauthen-sasl-perl  none  (no description available)
ii  libdbi-perl  1.612-1 Perl Database Interface (DBI)
ii  libmail-dkim-perl0.38-1  cryptographically identify the sen
pn  libnet-ldap-perl none  (no description available)
pn  libsnmp-perl none  (no description available)
ii  lzop 1.02~rc1-2  fast compression program
ii  nomarch  1.4-3   Unpacks .ARC and .ARK MS-DOS archi
pn  p7zipnone  (no description available)
pn  rpm  none  (no description available)
ii  spamassassin 3.3.1-1 Perl-based spam filter using text 
ii  unrar1:3.9.10-1  Unarchiver for .rar files (non-fre
pn  unrar-free   none  (no description available)
ii  zoo  2.10-22 manipulate zoo archives

-- Configuration Files:
/etc/amavis/conf.d/15-content_filter_mode changed:
use strict;
@bypass_virus_checks_maps = (
   \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);
@bypass_spam_checks_maps = (
   \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);
1;  # insure a defined return

/etc/amavis/conf.d/20-debian_defaults changed:
use strict;
$QUARANTINEDIR = $MYHOME/virusmails;
$log_recip_templ = undef;# disable by-recipient level-0 log entries
$DO_SYSLOG = 1;  # log via syslogd (preferred)
$syslog_ident = 'amavis';# syslog ident tag, prepended to all messages
$syslog_facility = 'mail';
$syslog_priority = 'debug';  # switch to info to drop debug output, 

Bug#612000: libc6: please postinst symlink /usr/local/lib64 - /usr/local/lib for consistency with /, and /usr ones

2011-02-04 Thread Yaroslav Halchenko
Package: libc6
Version: 2.11.2-9
Severity: minor


Without /usr/local/lib64 symlink to /usr/local/lib  many local installations of
upstream projects (not that I am encouraging such cruel activity) would install
into /usr/local/lib64 on amd64 systems.  Since symlink is not available,
install would create a directory /usr/local/lib64 to place the content;
but default Debian setup of ldconfig does not include any of */lib64
directories, so those libraries would not become readily available.

Having a symlink /usr/local/lib64 - /usr/local/lib should make our systems
friendlier to the users willing sacrificing piece of mind by installing
something 'locally'.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libc-bin  2.11.2-9   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.4.5-8  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
pn  glibc-doc none (no description available)
ii  locales   2.11.2-7   Embedded GNU C Library: National L

-- debconf information:
* glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: exim4 cups cron atd



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612001: aptitude: asserion failed after ugrade to squeeze

2011-02-04 Thread Eddy Petrișor
Package: aptitude
Severity: normal
Version: 0.6.3-3.2

After the upgrade to squeeze (I had to do it partly manual because it
would have taken ages for aptitude to do it in one shot) I got this
error on exit:

aptitude: /usr/include/boost/flyweight/refcounted.hpp:68:
boost::flyweights::detail::refcounted_valueValue,
Key::~refcounted_value() [with Value =
boost::flyweights::detail::default_value_policycost::cost_impl::rep_type,
Key = cost::cost_impl]: Assertion `count()==0' failed.
Ouch!  Got SIGABRT, dying..
Aborted
heidi:/home/eddy# echo $?
134


Starting againg aptitude and quitting didn't result in the same manner.


I hope this helps.

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   >