Bug#532843: pyrad: Python 2.6 DeprecationWarnings

2009-06-12 Thread Alessio Treglia
Package: pyrad
Version: 1.1-5
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * Add debian/patches/01-python26_deprecation_warnings.patch patch to fix
Python 2.6 DeprecationWarnings (LP: #385987), thanks to Devin Cook for the
patch.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-backports'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pyrad-1.1/debian/rules pyrad-1.1/debian/rules
--- pyrad-1.1/debian/rules
+++ pyrad-1.1/debian/rules
@@ -7,4 +7,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 
diff -u pyrad-1.1/debian/changelog pyrad-1.1/debian/changelog
only in patch2:
unchanged:
--- pyrad-1.1.orig/debian/patches/01-python26_deprecation_warnings.patch
+++ pyrad-1.1/debian/patches/01-python26_deprecation_warnings.patch
@@ -0,0 +1,72 @@
+diff -Nur -x '*.orig' -x '*~' pyrad-1.1/pyrad/packet.py pyrad-1.1.new/pyrad/packet.py
+--- pyrad-1.1/pyrad/packet.py	2007-09-30 12:03:48.0 +0200
 pyrad-1.1.new/pyrad/packet.py	2009-06-12 08:01:05.911534696 +0200
+@@ -11,7 +11,7 @@
+ 
+ __docformat__	= epytext en
+ 
+-import md5, struct, types, random, UserDict
++import hashlib, struct, types, random, UserDict
+ from pyrad import tools
+ 
+ # Packet codes
+@@ -249,7 +249,7 @@
+ 		attr=self._PktEncodeAttributes()
+ 		header=struct.pack(!BBH, self.code, self.id, (20+len(attr)))
+ 
+-		authenticator=md5.new(header[0:4] + self.authenticator
++		authenticator=hashlib.md5(header[0:4] + self.authenticator
+ 			+ attr + self.secret).digest()
+ 
+ 		return header + authenticator + attr
+@@ -262,7 +262,7 @@
+ 		if rawreply is None:
+ 			rawreply=reply.ReplyPacket()
+ 		
+-		hash=md5.new(rawreply[0:4] + self.authenticator + 
++		hash=hashlib.md5(rawreply[0:4] + self.authenticator + 
+ 			rawreply[20:] + self.secret).digest()
+ 
+ if hash!=rawreply[4:20]:
+@@ -413,7 +413,7 @@
+ 
+ 		last=self.authenticator
+ 		while buf:
+-			hash=md5.new(self.secret+last).digest()
++			hash=hashlib.md5(self.secret+last).digest()
+ 			for i in range(16):
+ pw+=chr(ord(hash[i]) ^ ord(buf[i]))
+ 
+@@ -447,12 +447,12 @@
+ 		if len(password)%16!=0:
+ 			buf+=\x00 * (16-(len(password)%16))
+ 
+-		hash=md5.new(self.secret+self.authenticator).digest()
++		hash=hashlib.md5(self.secret+self.authenticator).digest()
+ 		result=
+ 
+ 		last=self.authenticator
+ 		while buf:
+-			hash=md5.new(self.secret+last).digest()
++			hash=hashlib.md5(self.secret+last).digest()
+ 			for i in range(16):
+ result+=chr(ord(hash[i]) ^ ord(buf[i]))
+ 
+@@ -494,7 +494,7 @@
+ @rtype: boolean
+ 
+ assert(self.raw_packet)
+-hash=md5.new(self.raw_packet[0:4] + 16*\x00 + 
++hash=hashlib.md5(self.raw_packet[0:4] + 16*\x00 + 
+ self.raw_packet[20:] + self.secret).digest()
+ 
+ return hash==self.authenticator
+@@ -517,7 +517,7 @@
+ 
+ 		header=struct.pack(!BBH, self.code, self.id, (20+len(attr)))
+ 
+-		self.authenticator=md5.new(header[0:4] + 16 * \x00 + attr
++		self.authenticator=hashlib.md5(header[0:4] + 16 * \x00 + attr
+ 			+ self.secret).digest()
+ 
+ 		return header + self.authenticator + attr


Bug#532757: erlang-base: Contains debug information which makes the package huge

2009-06-12 Thread James Henstridge
On Thu, Jun 11, 2009 at 7:55 PM, Sergei Golovan sgolo...@gmail.com wrote:
 severity 532757 wishlist
 thanks

 On Thu, Jun 11, 2009 at 3:14 PM, Martin Pittmartin.p...@ubuntu.com wrote:

 Hello,

 The erlang-base package is about 7 MB, which is very large for a
 runtime environment. This is an issue for using e. g. couchdb in an
 embedded environment, or shipping couchdb/erlang runtime on
 distribution CDs (which have limited space).

 1) I wouldn't like to split erlang-base more (except probably
 separating compiler and hipe, but this requires additional
 investigations because stdlib has references to compiler and escript
 with -mode(compile) directive will not work without compiler too, so
 I'd like to be sure that these drawbacks are minor and there aren't
 other problems).

I hadn't thought about the interactive shell you get when running
erl with no arguments.  Perhaps that is a reason to not split out
the compiler.


 2) As for debug information, it's better to ask upstream first why they 
 include
 debug info and don't give a way to strip it (except patching the
 source). I'm afraid that since everyone uses unstripped beam files
 then stripping them will reveal some unusual bugs. And I wouldn't like
 Debian users to be guinea pigs.

As far as running existing applications, I don't think there is much
risk: stripped production builds are one of the options provided on
the CEAN site (http://cean.process-one.net/downloads/) and I've seen
it suggested multiple times in the erlang mailing list archives.

The existing rules for determining the flags appear to be build with
debug info on all systems except vxworks and ose_ppc750.  My guess is
that this corresponds to Ericsson wanting debug info on the systems
they develop on but smaller binaries on systems they deploy to.

I haven't noticed any problems running applications without debug_info
if it helps.


 In https://launchpad.net/bugs/385093 we are currently discussing to
 move the debug information out of erlang-base into a separate package
 (this could just go into erlang-dev, or into a new erlang-debug).

 We would like to modify the package so that erlang-base gets stripped
 libraries (with e. g. erts/emulator/utils/make_preload beam_strip())
 and that erlang-debug would ship the unstripped libraries in an
 alternate preferred library search path.

 However, we don't want to do this without your consent/acceptance of
 the patch, since that would introduce a large incompatibility of
 reverse dependencies between Debian and Ubuntu.

 3) Currently, Erlang in Ubuntu is essentially unmaintained, so keeping
 compatibility with Debian packages is reasonable. But if you will
 maintain it (and fix Ubuntu-specific bugs) then I don't see why
 compatibility is necessary.

Compatibility makes it easier to pass changes back and forth between
the two distributions.  I doubt our user bases are that different
(some want to develop Erlang apps, some want to run Erlang apps), so
it seems worthwhile trying to cooperate.

Our main goal here is to get the basic runtime down small enough so
that we can get an Erlang based application (CouchDB) onto the Ubuntu
install CD.  I imagine that these improvements could also be useful
for Debian users wanting to deploy systems with limited storage space.

James.



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



Bug#532119: [hardware-monitor] Does not load

2009-06-12 Thread pierrot
Package: hardware-monitor
Version: 1.4.2-1
Severity: normal

Hello,

After upgarding to 1.4.2, hardware-monitor still cannot load. A message box
pops up, stating: The panel encountered a problem while loading
OAFIID:HardwareMonitor. Do you want to delete the applet from your
configuration?, giving me the choice to delete or not delete the applet.
Not deleting it makes the popup return endlessly.

In syslog, I find:
Jun 12 07:43:27 pcppt006 kernel: hardware-monito[12440]: segfault at 8 ip
7ff2b43fd491 sp 7fffbf564cf0 error 4 in
libgconf-2.so.4.1.5[7ff2b43df000+3a000]

Regards,
Pierre


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages hardware-monitor depends on:
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D
graphi
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces
library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-13GNU C Library: Shared
libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics
libra
ii  libcairomm-1.0-1   1.8.0-1   C++ wrappers for Cairo (shared
lib
ii  libfontconfig1 2.6.0-3   generic font configuration
library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared
lib
ii  libgcc11:4.4.0-5 GCC support library
ii  libgconf2-42.26.2-1  GNOME configuration database
syste
ii  libgconfmm-2.6-1c2 2.24.0-2  C++ wrappers for GConf (shared
lib
ii  libglade2-01:2.6.4-1 library to load .glade files
at ru
ii  libglademm-2.4-1c2a2.6.7-2   C++ wrappers for libglade2
(shared
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.20.0-1  C++ wrapper for the GLib
toolkit (
ii  libgnome2-02.26.0-1  The GNOME library - runtime
files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented
display
ii  libgnomecanvasmm-2.6-1c2a  2.26.0-1  C++ wrappers for
libgnomecanvas2 (
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0 1:2.24.1-1GNOME Virtual File System
(runtime
ii  libgtk2.0-02.16.2-1  The GTK+ graphical user
interface 
ii  libgtkmm-2.4-1c2a  1:2.16.0-2C++ wrappers for GTK+ 2.4
(shared 
ii  libgtop2-7 2.26.1-1  gtop system monitoring library
ii  libice62:1.0.5-1 X11 Inter-Client Exchange
library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA
ORB
ii  libpanel-applet2-0 2.26.2-1  library for GNOME Panel
applets
ii  libpango1.0-0  1.24.2-1  Layout and rendering of
internatio
ii  libpangomm-1.4-1   2.24.0-2  C++ Wrapper for pango (shared
libr
ii  libpopt0   1.14-4lib for parsing cmdline
parameters
ii  libsensors41:3.1.0-2 library to read
temperature/voltag
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for
C++
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library
v3
ii  libxml22.7.3.dfsg-1  GNOME XML library

hardware-monitor recommends no packages.

hardware-monitor 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#508971: gdm: fails when a user has logged out and as other are still connected

2009-06-12 Thread M0rd0r @ Isengard
Hi,

Get the same error. I just log out as other user and GDM let me login as the
other one but a constant speaker beep starts and if i logout gdm hangs on
terminal.

Jun 12 07:58:37 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:40 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:40 m0rd0r console-kit-daemon[5139]: WARNING: Unable to activate
console: No such device or address
Jun 12 07:58:43 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:46 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:49 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:52 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:55 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:58:58 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:59:01 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user
Jun 12 07:59:04 m0rd0r gdm[5349]: WARNING: Couldn't authenticate user

I dont know if the console-kit-daemon has something to do... just in case,
as it wa logged


Bug#532845: cups needs ssl-cert

2009-06-12 Thread Hongzheng Wang
Package: cups
Version: 1.3.10-3
Severity: grave
Justification: renders package unusable

Hi,

After upgrading to 1.3.10-3, cups fails to start.  The problem it reports is:

Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!

Googling this bug tells us it is due to the lack of 
/etc/ssl/certs/ssl-cert-snakeoil.pem.
The package ssl-cert is needed to generate this file.

Thank you.


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

Kernel: Linux 2.6.29-2-686 (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 cups depends on:
ii  adduser  3.110   add and remove users and groups
ii  bc   1.06.94-3.1 The GNU bc arbitrary precision cal
ii  cups-client  1.3.10-3Common UNIX Printing System(tm) - 
ii  cups-common  1.3.10-3Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]1.5.26  Debian configuration management sy
ii  ghostscript  8.64~dfsg-10The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-libdnssd 0.6.25-1Avahi Apple Bonjour compatibility 
ii  libc62.9-13  GNU C Library: Shared libraries
ii  libcups2 1.3.10-3Common UNIX Printing System(tm) - 
ii  libcupsimage21.3.10-3Common UNIX Printing System(tm) - 
ii  libdbus-1-3  1.2.14-2simple interprocess messaging syst
ii  libgcc1  1:4.4.0-5   GCC support library
ii  libgnutls26  2.6.6-1 the GNU TLS library - runtime libr
ii  libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
ii  libijs-0.35  0.35-7  IJS raster image transport protoco
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.15-1.1  OpenLDAP libraries
ii  libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii  libpaper11.1.23+nmu1 library for handling paper charact
ii  libpoppler4  0.10.6-1PDF rendering library
ii  libslp1  1.2.1-7.5   OpenSLP libraries
ii  libstdc++6   4.4.0-5 The GNU Standard C++ Library v3
ii  lsb-base 3.2-22  Linux Standard Base 3.2 init scrip
ii  perl-modules 5.10.0-22   Core Perl modules
ii  poppler-utils [xpdf-util 0.10.6-1PDF utilitites (based on libpopple
ii  procps   1:3.2.8-1   /proc file system utilities
ii  ttf-freefont 20090104-2  Freefont Serif, Sans and Mono True

Versions of packages cups recommends:
ii  avahi-utils   0.6.25-1   Avahi browsing, publishing and dis
ii  cups-driver-gutenprint5.2.3-2+b1 printer drivers for CUPS
ii  foomatic-filters  4.0-20090509-1 OpenPrinting printer support - fil
ii  smbclient 2:3.3.4-2  command-line SMB/CIFS clients for 

Versions of packages cups suggests:
ii  cups-bsd  1.3.10-3   Common UNIX Printing System(tm) - 
ii  cups-pdf  2.5.0-3PDF printer for CUPS
ii  foomatic-db   20090508-1 OpenPrinting printer support - dat
ii  foomatic-db-engine4.0-20090509-1 OpenPrinting printer support - pro
ii  hplip 3.9.4b-1   HP Linux Printing and Imaging Syst
pn  xpdf-korean | xpdf-japane none (no description available)

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



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



Bug#532844: magic.mime does not recognize text/xml

2009-06-12 Thread Morten Bogeskov
Package: file
Version: 4.17-5etch3

When invoking file like this:

$ file -m /usr/share/file/magic.mime file.xm,l
file.xml:

due to the malplaced # in line 102-103:
# svg

0   string  \?xml
#   text/xml
38 string  \\!DOCTYPE\040svg  image/svg+xml

If you put a '#' at line 102:

# svg

#0   string  \?xml
#   text/xml
38 string  \\!DOCTYPE\040svg  image/svg+xml

Everything works as expected (xml is matched later too).
I think it's a typo ant it should have looked like this:

# svg

#0  string  \?xml  text/xml
38 string  \\!DOCTYPE\040svg  image/svg+xml



Ie:
$ diff -u magic.mime.orig magic.mime
--- magic.mime.orig 2009-06-12 08:29:20.0 +0200
+++ magic.mime  2009-06-12 08:29:37.0 +0200
@@ -99,8 +99,7 @@

 # svg

-0  string  \?xml
-#  text/xml
+#0 string  \?xml  text/xml
 38string  \\!DOCTYPE\040svg  image/svg+xml







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



Bug#532844: magic.mime does not recognize text/xml

2009-06-12 Thread Daniel Baumann
tags 532844 +moreinfo
thanks

Morten Bogeskov wrote:
 Version: 4.17-5etch3

both etch and lenny are not actually supported anymore, except for
security and other critical updates. please reconfirm with testing or
unstable.

Regards,
Daniel

-- 
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#532846: swt-gtk: New upstream release 3.4.2

2009-06-12 Thread Shaun Jackman
Package: swt-gtk
Severity: wishlist

swt-gtk 3.4.2 is available.

Cheers,
Shaun



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



Bug#524492: how are you building the source

2009-06-12 Thread Guido Günther
Hi,
are you trying to build as describe in README.Debian:

m-a a-i --force kvm

it works here.
 -- Guido



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



Bug#532848: confuse: [INTL:DE] Initial German translation

2009-06-12 Thread Chris Leick

Package: confuse
Version: 2.6-2
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial german translation of confuse.

Greetings,
Chris
# Translation of confuse to German
# Copyright (C) 2002-2003 Martin Hedenfalk
# This file is distributed under the same license as the confuse package.
# Chris Leick c.le...@vollbio.de, 2009.
#
msgid 
msgstr 
Project-Id-Version: confuse 2.6-2\n
Report-Msgid-Bugs-To: confuse-de...@nongnu.org\n
POT-Creation-Date: 2007-10-13 21:49+0200\n
PO-Revision-Date: 2009-05-29 11:27+0100\n
Last-Translator: Chris Leick c.le...@vollbio.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n


#: src/confuse.c:154 src/confuse.c:176
#, c-format
msgid no such option '%s'
msgstr keine solche Option »%s«

#: src/confuse.c:590
#, c-format
msgid found duplicate title '%s'
msgstr doppelter Titel »%s« gefunden

#: src/confuse.c:615
#, c-format
msgid invalid integer value for option '%s'
msgstr ungültiger Ganzzahlwert für Option »%s«

#: src/confuse.c:622
#, c-format
msgid integer value for option '%s' is out of range
msgstr Ganzzahlwert für Option »%s« ist außerhalb des Abschnitts

#: src/confuse.c:642
#, c-format
msgid invalid floating point value for option '%s'
msgstr ungültiger Fließkommawert für Option »%s«

#: src/confuse.c:649
#, c-format
msgid floating point value for option '%s' is out of range
msgstr Fließkommawert für Option »%s« ist außerhalb des Abschnitts

#: src/confuse.c:698
#, c-format
msgid invalid boolean value for option '%s'
msgstr ungültiger Boolean-Wert für Option »%s«

#: src/confuse.c:802
msgid premature end of file
msgstr vorzeitiges Ende der Datei

# http://www.dict.cc/deutsch-englisch/Klammer.html
#: src/confuse.c:815
msgid unexpected closing brace
msgstr unerwartete schließende eckige Klammer

#: src/confuse.c:822 src/confuse.c:892 src/confuse.c:914 src/confuse.c:941
#, c-format
msgid unexpected token '%s'
msgstr unerwartetes Element »%s«

#: src/confuse.c:849
#, c-format
msgid attempt to append to non-list option '%s'
msgstr es wird versucht an die Nicht-Listen-Option »%s« anzuhängen

#: src/confuse.c:867
#, c-format
msgid missing equal sign after option '%s'
msgstr fehlendes Gleichheitszeichen nach Option »%s«

#: src/confuse.c:949
#, c-format
msgid missing opening brace for section '%s'
msgstr öffnende geschweifte Klammer für Abschnitt »%s« fehlt

#: src/confuse.c:972
#, c-format
msgid missing title for section '%s'
msgstr fehlender Titel für Abschnitt »%s«

#: src/confuse.c:984
#, c-format
msgid missing parenthesis for function '%s'
msgstr runde Klammer für Funktion »%s« fehlen

#: src/confuse.c:1007 src/confuse.c:1025
#, c-format
msgid syntax error in call of function '%s'
msgstr Syntaxfehler im Aufruf der Funktion »%s«

#: src/confuse.c:1231
msgid wrong number of arguments to cfg_include()
msgstr falsche Anzahl von Argumenten für cfg_include()

#: src/lexer.l:138
#, c-format
msgid invalid octal number '%s'
msgstr ungültige Oktalzahl »%s«

#: src/lexer.l:144
#, c-format
msgid bad escape sequence '%s'
msgstr falsche Escape-Sequenz »%s«

#: src/lexer.l:219
msgid unterminated string constant
msgstr nicht beendete Zeichenkettenkonstante

#: src/lexer.l:285
msgid includes nested too deeply
msgstr Zu tiefe Verschachtelung von includes


Bug#532847: lxappearance: [INTL:DE] Initial German translation

2009-06-12 Thread Chris Leick

Package: lxappearance
Version: 0.2-1
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial german translation of lxappearance.

Greetings,
Chris
# Translation of lxappearance to German
# Copyright (C) 2009 Andrew Lee
# This file is distributed under the same license as 
# the lxappearance package.
# Chris Leick c.le...@vollbio.de, 2009.
#
msgid 
msgstr 
Project-Id-Version: lxappearance 0.2-1\n
Report-Msgid-Bugs-To: Andrew Lee and...@linux.org.tw\n
POT-Creation-Date: 2008-04-20 17:35+0800\n
PO-Revision-Date: 2009-05-29 12:34+0100\n
Last-Translator: Chris Leick c.le...@vollbio.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n


#: src/main-dlg-ui.c:70
msgid Appearance Settings
msgstr Erscheinungsbild-Einstellungen

#: src/main-dlg-ui.c:90
msgid Available Window Themes
msgstr Verfügbare Fenster-Themen

#: src/main-dlg-ui.c:110
msgid _Font:
msgstr _Schrift:

#: src/main-dlg-ui.c:122
msgid Window
msgstr Fenster

#: src/main-dlg-ui.c:130
msgid Available Icon Themes
msgstr Verfügbare Symbolthemen

#: src/main-dlg-ui.c:167
msgid _Install
msgstr _Installation

#: src/main-dlg-ui.c:174
msgid Icon
msgstr Symbol

#: src/main-dlg-ui.c:187
msgid Toolbar Style: 
msgstr Werkzeugleistenstil: 

#: src/main-dlg-ui.c:195
msgid Icons only
msgstr Nur Symbole

#: src/main-dlg-ui.c:196
msgid Text only
msgstr Nur Text

#: src/main-dlg-ui.c:197
msgid Text below icons
msgstr Text unter Symbolen

#: src/main-dlg-ui.c:198
msgid Text beside icons
msgstr Text neben Symbolen

#: src/main-dlg-ui.c:200
msgid Other
msgstr Andere

#: src/main-dlg-ui.c:208
msgid bPreview/b
msgstr bVorschau/b

#: src/main-dlg.c:533
msgid Select an icon theme
msgstr Wählen Sie ein Symbolthema

#: src/main-dlg.c:540
msgid *.tar.gz, *.tar.bz2 (Icon Theme)
msgstr *.tar.gz, *.tar.bz2 (Symbolthema)

#: src/demo.c:56
msgid Column
msgstr Spalte

#: src/demo.c:65
msgid Item
msgstr Element

#: src/demo-ui.c:116
msgid _File
msgstr _Datei

#: src/demo-ui.c:148
msgid _Edit
msgstr _Bearbeiten

#: src/demo-ui.c:171
msgid _Help
msgstr _Hilfe

#: src/demo-ui.c:196
msgid Back
msgstr Zurück

#: src/demo-ui.c:202
msgid Forward
msgstr Vorwärts

#: src/demo-ui.c:207
msgid Stop
msgstr Stopp

#: src/demo-ui.c:224
msgid Tab1
msgstr Tab1

#: src/demo-ui.c:246 src/demo-ui.c:252
msgid Radio Button
msgstr Optionsschaltknopf

#: src/demo-ui.c:262
msgid Check Button
msgstr Kontrollknopf

#: src/demo-ui.c:271
msgid Demo
msgstr Demo

#: src/demo-ui.c:316
msgid button
msgstr Knopf

#: src/demo-ui.c:323
msgid Test Item 1
msgstr Testelement 1

#: src/demo-ui.c:324
msgid Test Item 2
msgstr Testelement 2

#: src/demo-ui.c:325
msgid Test Item 3
msgstr Testelement 3

#: src/demo-ui.c:327
msgid Tab2
msgstr Tab2

#: src/demo-ui.c:340
msgid Type some characters here to test currently selected font.
msgstr 
Geben Sie hier einige Zeichen ein, um die derzeit ausgewählte Schrift zu 
testen.

#: src/demo-ui.c:342
msgid Tab3
msgstr Tab3

#: src/demo-ui.c:357
msgid Tab4
msgstr Tab4


Bug#532526: About the FTBFS: Outdated config.{sub,guess}

2009-06-12 Thread LIU Qi
Hi Bradley,
Thanks for your report. I have uploaded a new version of
zziplib(0.13.54-1). Could you have a try on that? Thank you very much.

Best regards,
Qi
-- 
 LIU Qi

 liuq...@gmail.com
 li...@printk.org

 PGP Key fingerprint:
  A8C0 860C D8A9 D6FC 551F
  6E2C A4AB 763B 00EC 886F



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



Bug#524099: reportbug: Truncate lines width in bug description

2009-06-12 Thread Sandro Tosi
Hi Carl,

On Thu, Jun 11, 2009 at 22:47, chaicacha...@ohmytux.com wrote:
 Could you more specific about what you wish ? Could you give an example
 of a too long summary line of a bug report? What did you mean by
 horizontally scrolling down ? Do you mean in your web browser ?

I think this bug already shows the problems: Apelete wrote long
sentences that are not wrapped to a given column (usually 80 or 72).
This will lead to the need of *horizontal* scrolling, really annoying.

I do think this is something the the MUA / EDITOR used should no and
*NOT* reportbug (there are lines that *needs* to be long, like errors
/ stack straces  co).

Is this the problem? Apelete can you confirm? Carl, do you think the
same as of me?

Regards,
-- 
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#532400: emdebian-tools: please consider adding toolchain to build 'armel' targets on 'amd64'.

2009-06-12 Thread Hector Oron
Hi Neil,

2009/6/9 Neil Williams codeh...@debian.org:
 Hector - can you check the versioning of libgcc1-armel-cross in the
 unstable armel toolchain - looks like that one is out of sync too.
 Or maybe just add gcc-4.4-base-armel-cross?

 The real bug here is that gcc-*-base is Arch: any instead of Arch: all.

I'll try to solve this issues, but gcc-4.4 it currently failing with:

QUILT_PATCHES=debian/patches \
  quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch cross-fixes.diff
patching file src/gcc/config/alpha/linux-unwind.h
Hunk #1 succeeded at 25 (offset -4 lines).
Hunk #2 succeeded at 77 (offset -4 lines).
patching file src/gcc/config/ia64/fde-glibc.c
Hunk #1 succeeded at 28 (offset -3 lines).
Hunk #2 succeeded at 160 (offset -3 lines).
patching file src/gcc/config/ia64/unwind-ia64.c
Hunk #1 FAILED at 30.
Hunk #2 succeeded at 2413 (offset -4 lines).
1 out of 2 hunks FAILED -- rejects in file src/gcc/config/ia64/unwind-ia64.c
patching file src/gcc/config/sh/linux-unwind.h
Hunk #1 succeeded at 26 (offset -3 lines).
Hunk #2 succeeded at 249 (offset -3 lines).
patching file src/gcc/unwind-compat.c
Hunk #1 succeeded at 24 with fuzz 1 (offset -5 lines).
Hunk #2 succeeded at 209 (offset -5 lines).
patching file src/gcc/unwind-generic.h
Hunk #1 succeeded at 211 (offset -3 lines).
Hunk #2 succeeded at 230 (offset -3 lines).
Patch cross-fixes.diff does not apply (enforce with -f)
make: *** [stamps/02-patch-stamp] Error 1

Cheers
-- 
 Héctor Orón



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



Bug#532743: beancounter: Adding Foreign Currencies

2009-06-12 Thread henrybrem
On Thu, Jun 11, 2009 at 08:41:13PM -0500, Dirk Eddelbuettel wrote:
 
 Henry,
 
 
 On 11 June 2009 at 15:01, henryb...@fsfe.org wrote:
 | 
 | 
 | On Thu, Jun 11, 2009 at 06:43:31AM -0500, Dirk Eddelbuettel wrote:
snip 
 we may not have added information on its currency.  On the other hand, if you 
 do
 
   beancounter addportfolio HEXA-B.ST:100:SEK:foo:bar:73.50:20090611

Used this originally. If I check the table Portfolio then HEXA-B.ST shows
as currency SEK. 
 
snip
 
 Wrong -- you need 
 
 beancounter --extrafx SEK update
 
Ran this and it worked. 

Many thanks

Oddly enough I received the following error messages

Use of uninitialized value $b[2] in join or string at 
/usr/share/perl5/Finance/YahooQuote.pm line 88.
Ignoring symbol ^XCV with unparseable date
Ignoring symbol ^XEU with unparseable date

I will come back to you on this as I want to check my data first: it
could be due to sloppy entering of data.


 | 
 | VERY little knowledge of PERL and SQL but willing to learn
 
 Good good good, you may well end up doing some really useful testing.
 
Willing and able. Let me come back to you later: I have copied the
database (I am using sqlite3) and am going through cleaning out old
records (eg shares sold are marked as sold and hence I can track bad
decisions).

PS I did buy a book on Perl as I wanted to understand the program as I
find it incredibly useful. But got lost ...


-- 
Henry
Photocopies or faxes of my signature are not binding. 
Digital Key Signature: GPG RSA 0xFB447AA1 
Fri Jun 12 08:38:42 BST 2009



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



Bug#532020: comixcursors

2009-06-12 Thread Joseph Rawson
I've been using this package for many years now.  I remember backporting 0.3.2 
to be used with sarge.  I stopped keeping track of it when it moved into 
stable, but I'm still using it.

I'm not sure about the rc bug, but IIRC, the sources used to be included in 
the orig.tar.gz.  I remember that they were svg files.  I just looked and the 
sources aren't contained in the current source tarball.

If just adding the upstream source tarball to the orig.tar.gz would close the 
rc bug, then making a package would be easy.  If you are orphaning the 
package due to the difficulty of building the cursors from the source, I can 
understand why.

-- 
Thanks:
Joseph Rawson


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


Bug#532850: [python-qwt5-qt4] Sefgault on import

2009-06-12 Thread Antonio Valentino
Package: python-qwt5-qt4
Version: 5.1.0.dfsg-2
Severity: normal

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

Python segfaults when I try to import PyQwt5 for Qt4.

$ python -c 'from PyQt4 import Qwt5'
Segmentation fault


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.29-2-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.debian.org 
  500 testing debian.gfoss.it 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6(= 2.2.5) | 2.9-13
libgcc1(= 1:4.1.1) | 1:4.4.0-5
libqt4-svg   (= 4.5.1) | 4.5.1-2
libqtcore4   (= 4.5.1) | 4.5.1-2
libqtgui4(= 4.5.1) | 4.5.1-2
libqwt5-qt4 | 5.1.2-1
libstdc++6   (= 4.1.1) | 4.4.0-5
python ( 2.6) | 2.5.4-2
python (= 2.4) | 2.5.4-2
python-support  (= 0.90.0) | 1.0.3
python-qt4   (= 4.4.4) | 4.5-1
python-numpy| 1:1.2.1-1


Recommends   (Version) | Installed
==-+-===
libqwt5-qt4-dev| 5.1.2-1


Package's Suggests field is empty.



-- 
Antonio Valentino



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



Bug#532851: hedgewars doesn't start

2009-06-12 Thread Xavier Cartron

Package: hedgewars
Version: 0.9.9-2
Severity: normal

When I wan't to launch hedgewars, it doesn't start, with an error 
exception en point flottant

I use debian Sid with linux-image-2.6.29-amd64.
Maybe it could be fixed with the latest version of hedgewars avaiable, 
but still not in debian repositories?


-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (987, 'unstable'), (985, 'stable'), (983, 'stable'), (982, 
'testing'), (980, 'testing'), (98, 'experimental')

Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-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/bash

Versions of packages hedgewars depends on:
ii  hedgewars-data0.9.9-2Data files for hedgewars
ii  libc6 2.9-13 GNU C Library: Shared 
libraries

ii  libgcc1   1:4.4.0-5  GCC support library
ii  libgmp3c2 2:4.3.1+dfsg-1 Multiprecision arithmetic 
library

ii  libqt4-network4.5.1-2Qt 4 network module
ii  libqt4-svg4.5.1-2Qt 4 SVG module
ii  libqt4-xml4.5.1-2Qt 4 XML module
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libsdl-image1.2   1.2.6-3image loading library for 
Simple D
ii  libsdl-mixer1.2   1.2.8-6mixer library for Simple 
DirectMed
ii  libsdl-net1.2 1.2.7-2network library for Simple 
DirectM
ii  libsdl-ttf2.0-0   2.0.9-1ttf library for Simple 
DirectMedia

ii  libsdl1.2debian   1.2.13-4+b1Simple DirectMedia Layer
ii  libstdc++64.4.0-5The GNU Standard C++ 
Library v3

ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  ttf-dejavu2.29-2 Metapackage to pull in 
ttf-dejavu-


hedgewars recommends no packages.

hedgewars suggests no packages.

-- no debconf information


hedgewar



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



Bug#532853: flashplugin-nonfree: drop xfs suggestion

2009-06-12 Thread Alberto

Package: flashplugin-nonfree
Version: 1:2.6
Severity: minor

I believe that with a recent plugin, xfs is not longer neccesary to render 
texts.
Therefore, xfs suggestion must be removed.
Maybe I'm wrong; if so, please indicate some flash examples that need xfs,
and include them in the documentation.




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



Bug#531797: request for more information

2009-06-12 Thread Giacomo Boffi
sean finney writes:

  right.  i suspect that the problem is not in the compiz binary but
  one the libraries or plugins shipped in compiz (most likely
  libcompizconfig, which is linked to by both compiz.real and ccsm)

right.

 what window manager are you using?  it could be that the problem only
 asserts itself in non-gnome installations.
   
   compiz, isnt't it a window manager? in alternative to compiz i use
   {,v}twm --- i cannot say that i have no gnome on my pc, but i'd prefer
   not to
   
   that said, if all else fails, i can install compiz, with all of its
   gnome dependencies
  
  sorry, i kinda blurred what i meant: s/window manager/desktop
  environment/.

no desktop environments here, only a plain window manager + screenlets

  in other words, what do you choose when you log in on your system
  before you start compiz?  are you starting vtwm and then compiz via
  an .xinitrc, or...?

i start either compiz or vtwm (or twm, or gwm, etc) from the console
command line, using a set of aliases that expand to something like

% startx ~/.xsession.windowmanager  .xsession.errors 21 

   | #10 0xb65c055d in ?? () from /usr/lib/libcompizconfig.so.0
  
  okay, so the first relevant stack frame seems to come from
  libcompizconfig.  i'll see about providing a debug version of this
  library.  it might also be helpful to get a copy of the actual core
  file, though there are privacy implications as environment
  variables and memory contents might be stored in this file so you
  probably shouldn't post it publically.  do you think you could
  privately email me a copy of one of them?

Sean, i don't know if this is relevant, but i have not a
~/.config/compiz/ directory (erased by error), is it possible that
libcompizconfig chokes on that? but then, it is the case of each new
user, isn't it?

ciao
g
-- 
Lord, what fools these mortals be!

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#532852: Please run console-setup during initrd phase

2009-06-12 Thread Fabian Greffrath

Package: console-setup
Version: 1.36
Severity: wishlist

Hi,

/etc/rcS.d/S49console-setup is run rather late in the rcS runlevel, 
leading to a visible and ugly flickering of the screen and changing of 
the font during the system boot process.


I don't know if this is possible technically, but if the font and 
keymap setting was moved to the initrd-phase, the whole boot process 
would appear in the improved font and it would not be interrupted by 
visible flickering and font changing anymore.


Best Regards,
Fabian


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#513878: util-linux: Fails to set hardware clock

2009-06-12 Thread Jens Kilian
Same problem on my system.  I believe this is due to commit 
32f08268226f7bdc51da78b6643f8ef8eb69bc44,
which changes debian/hwclock.sh to always refer to /dev/rtc0.  This device
doesn't exist; only /dev/rtc is available.

Either there should be an /etc/default/hwclock to set the HCTOSYS_DEVICE,
or hwclock.sh should try /dev/rtc in addition to /dev/rtc0.

Best regards,

Jens.
-- 
mailto:j...@acm.org As the air to a bird, or the sea to a fish,
  http://www.bawue.de/~jjk/so is contempt to the contemptible. [Blake]
  http://del.icio.us/jjk



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



Bug#532845: [Pkg-cups-devel] Bug#532845: cups needs ssl-cert

2009-06-12 Thread Martin Pitt
Hello Hongzheng,

Hongzheng Wang [2009-06-12 14:34 +0800]:
 After upgrading to 1.3.10-3, cups fails to start.  The problem it reports is:
 
 Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!

This doesn't look related to ssl-cert. Please give me the output of

  ls -ld /etc/cups
  ls -l /etc/cups/cupsd.conf

This should be

  drwxr-xr-x 4 root lp 4096 2009-06-07 11:24 /etc/cups/
  -rw-r--r-- 1 root root 1655 2009-04-17 11:52 /etc/cups/cupsd.conf

 Googling this bug tells us it is due to the lack of 
 /etc/ssl/certs/ssl-cert-snakeoil.pem.
 The package ssl-cert is needed to generate this file.

cups has a strict dependency on ssl-cert, so that should be installed.

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#482279: [Pkg-gnutls-maint] Bug#482279: libgnutls26: mutt is unable to talk with gmail with A TLS packet with unexpected length was received. message

2009-06-12 Thread Sergey Lapin
On Thu, Jun 11, 2009 at 01:47:10PM +0200, Simon Josefsson wrote:
 Simon Josefsson si...@josefsson.org writes:
 
  Sergey Lapin sla...@ossfans.org writes:
 
  When running mutt with gmeil in folder of about 16000 messages
  w/o cache, it starts fetching headers then fails with message
  A TLS packet with unexpected length was received.
 
  Thanks for the report.  How reproducible is this?  Can you try
  libgnutls26 from testing?
 
  If it is reproducible with the latest version, please try 'gnutls-cli -d
  4711' against the server and send the same IMAP commands that mutt did,
  and post the final part of the debug output.
 
  It could be a server disconnecting you, or a firewall messing with the
  traffic.  Possibly the server could be trying to re-handshake as well,
  and there is some bug.
 
 Sergey, do you still see this problem?
No, fixed in newer packages. Thanks!



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



Bug#517388: [pkg-ntp-maintainers] Bug#517388: ntp: Wrong permissions/owner with old kernel

2009-06-12 Thread Peter Eisentraut
On Friday 27 February 2009 14:45:32 si...@technocool.net wrote:
 Package: ntp
 Version: 1:4.2.4p4+dfsg-8
 Severity: normal


 Upgrading from Etch to Lenny, this server failed to install a current 2.6
 kernel but retained 2.6.8.

 When I corrected this error and rebooted, I discovered that the latest
 files in /var/log/ntpstats were now owned by root not ntp.

 I assume that the switch to user (-u), failed (presumably as the relevant
 features are not present in the old kernel).

I would venture a guess that switching users was already supported in Linux 
1.0.  There must be some other problem.




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



Bug#478574: [Pkg-freevo-maint] Bug#478574: [freevo] Bug persists on freevo 1.9.0-1

2009-06-12 Thread A Mennucc
On Thu, Jun 11, 2009 at 02:15:24PM -0700, khp . wrote:
 Bug persists on freevo 1.9.0-1. Furthermore, the behaviour described by
 Darkhorse is just the same on my machine when mplayer is the default player.


arch! I did a lot of codework to fix this bug, 
but it seems that I left one case unsolved;
moreover, my patches to upstream did contain 
a call to print_upper_execution_stack()
that I use to debug, but this function never entered
in the distributed code.

I will prepare a (new) fix

a.



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



Bug#524099: reportbug: Truncate lines width in bug description

2009-06-12 Thread Apelete Seketeli
Hi,

 I think this bug already shows the problems: Apelete wrote long
 sentences that are not wrapped to a given column (usually 80 or 72).
 This will lead to the need of *horizontal* scrolling, really annoying.

That's it Sandro, you understood exactly what I was trying to describe.

 I do think this is something the the MUA / EDITOR used should no and
 *NOT* reportbug (there are lines that *needs* to be long, like errors
 / stack straces  co).

I thought the same, but since I write my bug reports in the terminal
using Vim (this one is written from Gmail web interface though) I
reported the bug against this package.
Perhaps there's a config option in Vim to tell it to wrap the text to
a given column...I definitely should look into that. If text wrapping
isn't available in Vim (and I seriously doubt that), I may have to
switch to another editor :'(.

Perhaps something should be written in the README.Users file, to tell
people to enable text wrapping in their editor or switch to an editor
that support it.
Anyway, I'll try investigating this Vim text wrappping option when I
have some time, and keep you informed.

Cheers.
--
Apelete Seketeli apel...@seketeli.org



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



Bug#524108: openoffice.org: all documents open read only from afs filesystem

2009-06-12 Thread Aidan Furlan
This bug is not limited to afs, the same thing happens for me on an nfs share. 
The chmod 666 workaround also works for me.

~Aidan Furlan 



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



Bug#532845: [Pkg-cups-devel] Bug#532845: cups needs ssl-cert

2009-06-12 Thread Hongzheng Wang
Hi Martin,

Thank you for your mail.

On Fri, Jun 12, 2009 at 4:13 PM, Martin Pittmp...@debian.org wrote:
 Hello Hongzheng,

 Hongzheng Wang [2009-06-12 14:34 +0800]:
 After upgrading to 1.3.10-3, cups fails to start.  The problem it reports is:

 Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!

 This doesn't look related to ssl-cert. Please give me the output of

  ls -ld /etc/cups
  ls -l /etc/cups/cupsd.conf

 This should be

  drwxr-xr-x 4 root lp 4096 2009-06-07 11:24 /etc/cups/
  -rw-r--r-- 1 root root 1655 2009-04-17 11:52 /etc/cups/cupsd.conf

$ ls -ld /etc/cups/
drwxr-xr-x 4 root lp 4096 2009-06-12 14:15 /etc/cups/
$ ls -l /etc/cups/cupsd.conf
-rw-r--r-- 1 root root 2356 2009-03-10 20:52 /etc/cups/cupsd.conf
$ ls -l /etc/cups/cupsd.conf.default
-rw-r--r-- 1 root root 2476 2009-03-10 20:52 /etc/cups/cupsd.conf.default

It seems that the date of cupsd.conf is not the same as you expected

 Googling this bug tells us it is due to the lack of 
 /etc/ssl/certs/ssl-cert-snakeoil.pem.
 The package ssl-cert is needed to generate this file.

 cups has a strict dependency on ssl-cert, so that should be installed.

ssl-cert has not been installed automatically.  I checked the
dependencies of cups and did not find ssl-cert however.

$ apt-cache depends cups
cups
  Depends: libavahi-compat-libdnssd1
  Depends: libc6
  Depends: libcups2
  Depends: libcupsimage2
  Depends: libdbus-1-3
  Depends: libgcc1
  Depends: libgnutls26
  Depends: libgssapi-krb5-2
  Depends: libijs-0.35
  Depends: libkrb5-3
  Depends: libldap-2.4-2
  Depends: libpam0g
  Depends: libpaper1
  Depends: libpoppler4
  Depends: libslp1
  Depends: libstdc++6
 |Depends: debconf
  Depends: debconf-2.0
cdebconf
debconf
 |Depends: poppler-utils
xpdf-utils
  Depends: xpdf-utils
poppler-utils
  Depends: perl-modules
  Depends: procps
  Depends: ghostscript
  Depends: lsb-base
  Depends: cups-common
  Depends: cups-client
  Depends: adduser
  Depends: bc
  Depends: ttf-freefont
  Suggests: cups-bsd
  Suggests: foomatic-db-engine
  Suggests: foomatic-db
  Suggests: hplip
 |Suggests: xpdf-korean
 |Suggests: xpdf-japanese
 |Suggests: xpdf-chinese-traditional
  Suggests: xpdf-chinese-simplified
  Suggests: cups-pdf
  Recommends: smbclient
  Recommends: foomatic-filters
  Recommends: cups-driver-gutenprint
  Recommends: avahi-utils
  Conflicts: cupsys
  Conflicts: cupsys-bsd
  Breaks: foomatic-filters
  Replaces: cupsys
  Replaces: cupsys-bsd

Actually, the reverse dependencies of ssl-cert is:

$ apt-cache rdepends ssl-cert
ssl-cert
Reverse Depends:
  rageircd
  postgresql-8.4
  gforge-web-apache2
  cipux-rpcd
  prayer
  postgresql-common
  postgresql-8.3
  postfix
  nufw
  nuauth
  gforge-web-apache2
  flumotion
  debian-edu-config
  calendarserver
  apache2.2-common

 Martin

 --
 Martin Pitt                        | http://www.piware.de
 Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


Thank you :-)

-- 
HZ



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



Bug#532854: evince: closes side-panel when pressing space after start

2009-06-12 Thread Anders Boström
Package: evince
Version: 2.26.1-2
Severity: normal

When evince start with a document, it seems like the focus is on the
side-panel. The close-x at the top-right corner of the side-panel is
marked with dots around it, and when I press space, in order to turn
page, the side-panel is closed.

This bug is new in 2.26, I've not seen it before.

/ Anders

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (51, 'testing-proposed-updates'), (50, 
'unstable'), (40, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages evince depends on:
ii  gconf2 2.26.2-1  GNOME configuration database syste
ii  gnome-icon-theme   2.26.0-1  GNOME Desktop icon theme
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.12-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-4simple interprocess messaging syst
ii  libdjvulibre21 3.5.21-3  Runtime support for the DjVu image
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.0-5 GCC support library
ii  libgconf2-42.26.2-1  GNOME configuration database syste
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libgnome-keyring0  2.26.1-1  GNOME keyring services library
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libkpathsea4   2007.dfsg.2-6 TeX Live: path search library for 
ii  libnautilus-extension1 2.26.2-5  libraries for nautilus components 
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libpoppler-glib4   0.10.6-1  PDF rendering library (GLib-based 
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libspectre10.2.2.ds-1+b2 Library for rendering Postscript d
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libt1-55.1.2-3   Type 1 font rasterizer library - r
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  shared-mime-info   0.60-2FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.12-1   simple interprocess messaging syst
ii  gvfs  1.2.2-2userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus  2.26.2-5   file manager and graphical shell f
ii  poppler-data  0.2.1-4Encoding data for the poppler PDF 
ii  unrar 1:3.8.5-1  Unarchiver for .rar files (non-fre

-- 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#532649: libtasn1-3-bin should not be in section 'libs'

2009-06-12 Thread Simon Josefsson
Andreas Metzler ametz...@downhill.at.eu.org writes:

 So I will wait with reassigning until after the upload. (Which will
 probably wait until more changes accumulate.)

Libtasn1 has become an official GNU project, so I'm going to release a
new version shortly to make that clear in the package.

/Simon



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



Bug#208203: wwsympa: wrong permissions on config files

2009-06-12 Thread Philippe SAMPONT

I confirm the existance of this bug in Lenny.

I have reproduced this bug two times, on a fresh Lenny installation. The 
Sympa version installed is :


ii  sympa  5.3.4-6.1  Modern mailing list manager

This is apache log :

# tail /var/log/apache2/error.log
[Fri Jun 12 10:22:21 2009] [error] [client 10.0.0.106] load: Unable to 
open /etc/sympa/sympa.conf: Permission denied
[Fri Jun 12 10:22:21 2009] [error] [client 10.0.0.106] Unable to load 
sympa config file /etc/sympa/sympa.conf
[Fri Jun 12 10:22:21 2009] [error] [client 10.0.0.106] Premature end of 
script headers: wwsympa.fcgi


If I change permissions on sympa.conf (chgrp www-data sympa.conf), the 
problem is resolved.


---
Originele cadeautjes die echt het verschil maken
http://www.oxfampaktuit.be/

Des cadeaux originaux qui font une reelle difference
http://www.oxfamsemballe.be/



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



Bug#524099: reportbug: Truncate lines width in bug description

2009-06-12 Thread Sandro Tosi
On Fri, Jun 12, 2009 at 10:27, Apelete Seketeliapel...@seketeli.org wrote:
 Hi,

 I think this bug already shows the problems: Apelete wrote long
 sentences that are not wrapped to a given column (usually 80 or 72).
 This will lead to the need of *horizontal* scrolling, really annoying.

 That's it Sandro, you understood exactly what I was trying to describe.

:)

 I do think this is something the the MUA / EDITOR used should no and
 *NOT* reportbug (there are lines that *needs* to be long, like errors
 / stack straces  co).

 I thought the same, but since I write my bug reports in the terminal
 using Vim (this one is written from Gmail web interface though) I
 reported the bug against this package.
 Perhaps there's a config option in Vim to tell it to wrap the text to
 a given column...I definitely should look into that. If text wrapping
 isn't available in Vim (and I seriously doubt that), I may have to
 switch to another editor :'(.

Sure, vim has text wrapping capabilities: in command-mode type 'set
textwidth=80 or replace 80 with the column number you want your text
to be wrapped around.

Also emacs has Meta + q to wrap text (executed on the paragraph to wrap).

 Perhaps something should be written in the README.Users file, to tell
 people to enable text wrapping in their editor or switch to an editor
 that support it.

Well, I'm a bit unsure if this is the right approach: you choose to
use an editor, and you're supposed to know how to use it (else you can
document about it). I think we cannot add any possible documentation
about the tools that can be used by reportbug.

That said, I think we can close the bug: Apelete, do you agree?

Cheers,
-- 
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#531522: Bug#531419: mpicc segfaults when called by fakeroot

2009-06-12 Thread Steve M. Robbins
On Wed, Jun 10, 2009 at 01:59:41PM +0200, Manuel Prinz wrote:
 Checked again, the bug is somewhere in Open MPI. While testing on Lenny,
 I had some cruft left over. A fresh 1.3.2 installation shows the same
 behaviour.

OK, so where do we go from here?

It seems to me that OpenMPI is at fault for doing crafty things like
stat() in the __malloc_initialize_hook().  If that is the accepted
view, then having a way to suppress this behaviour, say with an
environment variable as suggested by Jeff Squyres, seems appropriate.
That would let me solve my problem by setting the variable in
debian/rules.  Or we could solve it Debian-wide by having
the variable set by fakeroot.

Thoughts?

-Steve


signature.asc
Description: Digital signature


Bug#532583: [git-buildpackage/master] check for snapshot mode

2009-06-12 Thread Guido Günther
tag 532583 pending
thanks

Date:   Fri Jun 12 10:43:06 2009 +0200
Author: Guido Günther a...@sigxcpu.org
Commit ID: 882f9716762fb086046f58b5c22ff658e69a2298
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=882f9716762fb086046f58b5c22ff658e69a2298
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=882f9716762fb086046f58b5c22ff658e69a2298

check for snapshot mode

when checking if we need to add a new section.

Closes: #532583
Thanks: Ove Kaaven for sorting this out
  



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



Bug#524099: reportbug: Truncate lines width in bug description

2009-06-12 Thread Apelete Seketeli
On Fri, Jun 12, 2009 at 10:40, Sandro Tosimo...@debian.org wrote:

 Sure, vim has text wrapping capabilities: in command-mode type 'set
 textwidth=80 or replace 80 with the column number you want your text
 to be wrapped around.

 Also emacs has Meta + q to wrap text (executed on the paragraph to wrap).

Oh that's very kind of you, I learned something today, not even
needing to RTFM (not that I hate it, but you know how it feels
sometimes...).

 Well, I'm a bit unsure if this is the right approach: you choose to
 use an editor, and you're supposed to know how to use it (else you can
 document about it). I think we cannot add any possible documentation
 about the tools that can be used by reportbug.

Yeah well, I think you got a point here too :-).

 That said, I think we can close the bug: Apelete, do you agree?

Agree.
See you on the next bug report.

Regards.
--
Apelete Seketeli apel...@seketeli.org



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



Bug#426581: RFS: Meshlab

2009-06-12 Thread Teemu Ikonen
On Fri, Jun 12, 2009 at 3:46 AM, Dmitrijs Ledkovs
dmitrij.led...@gmail.com wrote:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426581

 Above is RFS for meshlab. Is anyone looking into sponsoring it? Can't
 wait to apt-get install it.

Hi Dima,

Your wish is (hopefully) soon fulfilled. Yaroslav Halchenko sponsored
this package last week and it is currently waiting for final checks at
the NEW queue (http://ftp-master.debian.org/new.html)

I you need the package now, you can try building meshlab yourself from
a git checkout.

Teemu



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



Bug#532845: [Pkg-cups-devel] Bug#532845: cups needs ssl-cert

2009-06-12 Thread Martin-Éric Racine
On Fri, Jun 12, 2009 at 9:34 AM, Hongzheng Wangwan...@gmail.com wrote:
 Package: cups
 Version: 1.3.10-3
 Severity: grave
 Justification: renders package unusable

 Hi,

 After upgrading to 1.3.10-3, cups fails to start.  The problem it reports is:

 Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!

 Googling this bug tells us it is due to the lack of 
 /etc/ssl/certs/ssl-cert-snakeoil.pem.
 The package ssl-cert is needed to generate this file.

Thank you for reporting this bug.  It seems that we might be missing a
dependency.

Martin-Éric



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



Bug#528365: Same problem

2009-06-12 Thread Christophe Mutricy
severity 528635 important
thanks

Hello,

2009/5/14 Stefan Hirschmann kras...@gmx.at:

 Section Device

        #Driver      fbdev
        Identifier  Videocard0
        #Driver      nvidia
        Driver      vesa
        VendorName  Videocard vendor
        BoardName   ATI Radeon 7000
 EndSection


I guess you also try with the nvidia driver ?

When running with vesa, could you check if the nvidia kernel module is unloaded.

Could you try with --no-x11-shm --no-xvideo-shm
Which window manager are you running ?
Could you try with -V opengl ?


-- 
Xtophe



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



Bug#532789: please autobuild modules for kernels in stable

2009-06-12 Thread Rob Epping
 -Original Message-
 From: Daniel Baumann [mailto:dan...@debian.org]
 Sent: donderdag 11 juni 2009 18:53
 
 Rob Epping wrote:
  It would be very nice to have open-vm-modules in the same way.
 
 as i'm actually maintaining the conglomeration packages, i'm
 familiar with it. hence, when open-vm is ready, it will be added.
 but that's not the case yet.

Please forgive my ignorance; I did not search but What is making
open-vm not ready yet?

THNX  GRTNX,
RobJE


-- 

This e-mail is from Meteo Consult B.V., a MeteoGroup company. For more 
information, see http://www.weer.nl/gebruiksvoorwaarden.

This e-mail may contain confidential information. Only the addressee is 
permitted to read, copy, distribute or otherwise use this e-mail or any 
attachments. If you have received it in error, please contact the sender 
immediately. Any opinion expressed in this e-mail is personal to the sender and 
may not reflect the opinion of MeteoGroup.

Any e-mail reply to this address may be subject to interception or monitoring 
for operational reasons or for lawful business practices.



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



Bug#474108: Back on bug #474108

2009-06-12 Thread Josip Rodin
On Tue, Jan 06, 2009 at 06:43:20AM +0100, Christian Perrier wrote:
 Well, from what I see, it is absolutely confirmed that you reach the
 share as user joy and the last line of the log confirms that.
 
 It is then more and more likely that this falls down in the category
 of several bugs related to valid users handling between 3.0.23 and
 3.0.25.
 
 The right confirmation can only come by testing with a more recent
 version (such as a backported 3.2: I will maybe finally provide one as
 we unofficially provide backported 3.2.x, with x5 for lenny,
 already).
 
 Of course, I understand that upgrading a PDC might be somewhat tricky
 for you. Can't you duplicate the PDC configuration to a test machine
 that could run lenny or unstable?

In the meantime I upgraded the entire domain to the new lenny Samba - it was
painful in the process because the old 3.0 servers started somehow applying
new access logic towards the first 3.2 BDC and users complained about not
being able to access. The new Samba, however, had considerably more useful
logs and based on reading them I think I found the original problem:

My users had something like this in LDAP:

dn: cn=Pero Peric,ou=users,dc=imago,dc=hr
uid: pperic
sambaSID: S-1-5-21-145766654-2861277506-3272706772-
sambaPrimaryGroupSID: S-1-5-21-145766654-2861277506-3272706772-513

As it turns out, this was a blatant lack of understanding of what the
sambaSID field is supposed to be - a unique identifier of the *user* object,
*NOT* simply a pointer to the unique identifier of the domain object.
This faulty mapping seemed to cause the Samba servers to think that all
users had all the privileges of the root object, probably related to the
fact that I had a cn=root user in LDAP with sambaSID
S-1-5-21-145766654-2861277506-3272706772-0 - I no longer have the exact
logs to demonstrate, sorry. In particular this new debugging helped me:

[2009/06/12 10:48:43,  3] lib/util_seaccess.c:se_access_check(252)
  se_access_check: user sid is S-1-5-21-145766654-2861277506-3272706772-1001000
  se_access_check: also S-1-22-2-1000
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
  se_access_check: also S-1-22-2-4
  se_access_check: also S-1-22-2-20
  se_access_check: also S-1-22-2-24
  se_access_check: also S-1-22-2-25
  se_access_check: also S-1-22-2-29
  se_access_check: also S-1-22-2-40
  se_access_check: also S-1-22-2-44
  se_access_check: also S-1-22-2-46
  se_access_check: also S-1-22-2-100
  se_access_check: also S-1-22-2-2000

(This is from a current, fixed session... hopefully! :)

The origin of this mistake was in the blatant inadequacy of the Samba
documentation. After some more Googling, I found this very helpful page:

https://people.chem.umass.edu/wiki/index.php?title=LDAP_Schema_and_Fields

From there I was able to infer exactly where my LDAP data was faulty,
and what I needed to fix in order to get Samba working properly.

Now I rechecked the official HOWTO, and I see something like that in
chapter 11 Account Information Databases, section Password Backends -
ldapsam. This absolutely needs to be better integrated. For example,
the chapter 4 Domain Control has very few references to LDAP at all;
the chapter 5 Backup Domain Control surprisingly does have a few
references to LDAP (which are out of place, really), but no actual links
to the ldapsam description in chapter 11.

So in conclusion, for this bug to be properly closed, I think it would be
good to have two things:
* more explicit warnings in code that interprets sambaSID entries
  in order to help debug broken ldapsam backends
* more cross-references between the documentation sections in order
  to help the reader in actually finding the proper information

If you still want to close this bug, please do open a new one for these
important unresolved issues.

I'm also going to file two other related bug reports against 3.2 now,
but considerably less severe than this one :)

-- 
 2. That which causes joy or happiness.



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



Bug#470391: Patch

2009-06-12 Thread Boris Lechner

I can confirm the bug, and here is a little patch solving the problem.

Regards,
Boris Lechner
--- usertable.cpp.ori	2009-06-12 10:52:37.0 +0200
+++ usertable.cpp	2009-06-12 10:44:55.0 +0200
@@ -25,9 +25,11 @@
 #include grp.h
 #include stdlib.h
 #include sys/stat.h
+#include string.h
 
 #include usertable.h
 #include incroncfg.h
+#include incrontab.h
 
 #ifdef IN_DONT_FOLLOW
 #define DONT_FOLLOW(mask) InotifyEvent::IsType(mask, IN_DONT_FOLLOW)
@@ -335,7 +337,7 @@
   oldpos = pos + 2;
 }
 else if (cs[px] == '#') { // file name
-  cmd.append(rEvt.GetName());
+  cmd.append(IncronTabEntry::GetSafePath(rEvt.GetName()));
   oldpos = pos + 2;
 }
 else if (cs[px] == '%') { // mask symbols


Bug#532856: umask settings overridden by Mac OS X 10.5 (Leopard) clients

2009-06-12 Thread Josip Rodin
Package: samba
Version: 2:3.2.5-4lenny2

Hi,

MacOS 10.5 (Leopard) users seem to have a NetBIOS client that by default
is able to completely override file and directory permissions on Samba
shares. I have the shares set up like this on the server smb.conf:

[Temp]
  path = /srv/Temp
  read only = No
  guest ok = No
  valid users = @users
  write list = @users
  force group = users
  create mask = 0775
  security mask = 0775
  force create mode = 0660
  directory mask = 2775
  directory security mask = 2775
  force directory mode = 2771
  case sensitive = No
  inherit permissions = yes
  hide files = :2eDS_Store/Network Trash Folder/Temporary 
Items/TheVolumeSettingsFolder/:2eTemporaryItems/Thumbs.db/

This is my final result of experimentation - before, with Samba 3.0,
we did not even have 'security mask', 'force create mode', 'directory
security mask', 'force directory mode', 'inherit permissions' - and
everything worked fine. Now after the upgrade to lenny on the Samba server,
it no longer does for this subset of users.

testparm says the following about that:

[Temp]
path = /srv/Temp
valid users = @users
write list = @users
force group = users
read only = No
create mask = 0775
force create mode = 0660
security mask = 0775
directory mask = 02775
force directory mode = 02771
directory security mask = 02775
inherit permissions = Yes
case sensitive = No
hide files = :2eDS_Store/Network Trash Folder/Temporary 
Items/TheVolumeSettingsFolder/:2eTemporaryItems/Thumbs.db/

Windows XP and Linux clients create files (nearly) as prescribed, for example:

[...@tokio:/srv/Temp]% smbclient //tokio/Temp
Enter joy's password: 
Domain=[IMAGO] OS=[Unix] Server=[Samba 3.2.5]
smb: \ dir
  .   D0  Wed Jun 10 01:00:01 2009
  ..  D0  Sun Jun  7 17:59:29 2009
  .DS_Store  AH 6148  Tue Jun  9 11:54:06 2009

65535 blocks of size 33553920. 4217 blocks available
smb: \ lcd /etc
smb: \ put motd
putting file motd as \motd (11,2 kb/s) (average 11,2 kb/s)
smb: \ mkdir foo
smb: \ exit
[...@tokio:/srv/Temp]% ls -ld motd foo
drwxrwxr-x 2 joy users  6 2009-06-12 11:18 foo
-rwxrw-r-- 1 joy users 80 2009-06-12 11:15 motd

This is acceptable - I didn't get the setgid bit on directories, but that
would be icing on the cake, and I have 'force group' in effect anyway.
Mac OS X 10.4 'Tiger' clients seem to behave the same.

However, Mac OS X 10.5 'Leopard' users seem to have their default system
umask of 022 magically propagate into the Samba server, and then their dirs
become 0755 and files become either 0644 or even worse (sometimes o-r,
sometimes g-r,g+w!).

Only after we made those users to have umask 002 in their
/etc/launchd.conf files and rebooted them, did their new files start
getting the right permissions on these Samba shares. However, that is
just a workaround, judging by the description in smb.conf(5), the server
never should have let them apply their own umasks in the first place...

I've tried comparing debug logs between different clients at level 5, but
it's pretty hard to decipher much, because there's a fair bit of overhead,
and little in the way of explanation - what I did saw was many of these:

create_file: access_mask = 0x20001 file_attributes = 0x80,
share_access = 0x7, create_disposition = 0x1 create_options = 0x0
oplock_request = 0x0 root_dir_fid = 0x0, ea_list = 0x(nil), sd = 0x(nil),
fname = some/path/._filename.ai

...but then I have to convert these hexadecimal numbers into octal,
and I don't know exactly with what to combine the numbers so as to
get the mask meaning...

Please help. TIA.

-- 
 2. That which causes joy or happiness.



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



Bug#532857: syslinux should not depend on legacy dosfstools/mtools

2009-06-12 Thread Michael Tokarev
Package: syslinux
Version: 2:3.82+dfsg-1
Severity: normal

Changelog mentions dosfstools (2:3.71+dfsg-2) and mtools (2.10-1)
were added to Recommends:.  But now both listed as dependencies,
for a reason not mentioned in changelog.

In nowadays world both are somewat relics.  I understand that
CD-ROMs sometimes contains boot-floppy images which gets created
with mtools, and that USB sticks can be formatted with dosfstools,
but neither are requiriment for, say, pxelinux or extlinux.

I'd suggest moving the two back to Recommends:, as I did here
when rebuilding the package (just to remove these deps).

Thanks.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (60, 'testing'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages syslinux depends on:
ii  dosfstools 3.0.1-1   utilities for making and checking 
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  mtools 3.9.11-1  Tools for manipulating MSDOS files
ii  syslinux-common2:3.82+dfsg-1 Kernel loader which uses a FAT, ex

syslinux recommends no packages.

syslinux 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#520722: git-import-orig: filter option does not remove files from committed tarball

2009-06-12 Thread Guido Günther
Hi Mehdi,
thanks for the update. This looks good in general, some comments are
below. Could you have a look?

On Tue, Jun 09, 2009 at 10:41:49AM +0200, Mehdi Dogguy wrote:
[..snip..] 
  if options.verbose:
 @@ -310,6 +311,15 @@ on howto create it otherwise use --upstream-branch to 
 specify it.
  if options.verbose:
  print Unpacked %s to '%s' % (archive , tmpdir)
  orig_dir = tar_toplevel(tmpdir)
 +if options.filter_pristine_tar and len(options.filters)  0:
Shouldn't this be:
   if options.pristine_tar and options.filter_pristine_tar and 
len(options.filters)  0:

 +archivetmp = os.path.basename(archive)
 +archive = os.path.join(
 +os.path.dirname(archive),
 +archivetmp.replace(.tar, .gbp.tar)
 +)
 +repack_orig(archive, tmpdir, os.path.basename(orig_dir))

We should be verbose *before* actually repacking so we have the message
in the logs in case of an error:

 +if options.verbose:
 +print Filter pristine-tar: repacking %s from '%s' 
 % (archive, tmpdir)
  try:
  cp = parse_changelog('debian/changelog')
  pristine_orig = symlink_orig(archive, cp['Source'], version)

This assumes that the user didn't already put the unfiltered tarball as
upstream_version.orig.tar.gz but that's probably safe to assume for now.

The patch doesn't apply against current git. Could you rebase your
patch?
Cheers and thanks!
 -- Guido



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



Bug#532850: [python-qwt5-qt4] Sefgault on import

2009-06-12 Thread Gudjon I. Gudjonsson
Hi Antonio
 Please install the packages from my private server:
deb-src http://195.198.146.229/debian/ source/
deb http://195.198.146.229/debian/ i386/

#apt-get install libqwt5-* python-qwt5-*

Unfortunately I don't know when they will enter Debian. Qwt is taken from the 
bugfix SVN on qwt.sf.net. pyqwt5 is the development CVS version and the 
upstream author doesn't want such versions to be packaged but it is the only 
that I found to work. The Qt3 version does not work however.

Hope it helps.
Gudjon



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



Bug#511830: Works now

2009-06-12 Thread Eric Valette
With updated libdrm and intel driver from experimental it now works.



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



Bug#509795: Now fixed in unstable

2009-06-12 Thread Eric Valette
Close it.



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



Bug#532030: Example needed

2009-06-12 Thread Adrian Knoth
Hi!

Thank you for your bug report.

Can you provide an example file which triggers the crash?

If you don't want to reveal the file to the public, feel free to send it
directly to me. (or just the link).

Cheerio

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#531802: [Pkg-libvirt-maintainers] Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-12 Thread Guido Günther
reassign 531802 hal
thanks

On Thu, Jun 11, 2009 at 08:29:01AM +0200, Andreas Unterkircher wrote:
 I copy pasted your's into my /etc/network/interfaces and up'ed vlan2  
 first by ifup, then br1. Then I started virt-manager 0.7.0-3 and the new  
 bridge is not selectable from the list.
Here's what virt-manager says:

(connection:144): Bonding masters are: []
(connection:170): Got physical net device 
/org/freedesktop/Hal/devices/net_00_1a_80_d8_f0_e1_1
(connection:230): Adding net device br0 00:1a:80:d8:f0:e1 /sys/class/net/br0 
(bridge: None)
(connection:202): Checking for VLANs on /sys/class/net/br0
(connection:170): Got physical net device 
/org/freedesktop/Hal/devices/net_00_1a_80_d8_f0_e1_0
(connection:230): Adding net device vlan2 00:1a:80:d8:f0:e1 
/sys/class/net/vlan2 (bridge: br0)
(connection:202): Checking for VLANs on /sys/class/net/vlan2
(connection:170): Got physical net device 
/org/freedesktop/Hal/devices/net_00_1a_80_d8_f0_e1
(connection:230): Adding net device eth0 00:1a:80:d8:f0:e1 /sys/class/net/eth0 
(bridge: None)
(connection:202): Checking for VLANs on /sys/class/net/eth0

Note the three different devices exposed by hal. I also have:

virsh # nodedev-list --cap net
net_00_1a_80_d8_f0_e1
net_00_1a_80_d8_f0_e1_0
net_00_1a_80_d8_f0_e1_1

e.g. $ lshal -u /org/freedesktop/Hal/devices/net_00_1a_80_d8_f0_e1_0
udi = '/org/freedesktop/Hal/devices/net_00_1a_80_d8_f0_e1_0'
[..snip..] 
  linux.subsystem = 'net'  (string)
  linux.sysfs_path = '/sys/devices/virtual/net/vlan2'  (string)
  net.80203.mac_address = 113830850785  (0x1a80d8f0e1)  (uint64)
  net.address = '00:1a:80:d8:f0:e1'  (string)
[..snip..] 

so the issue is hal not listing these devices for you. This hal
0.5.12~git20090406.46dc48-2 which works. Could you check with this
version?  I'm reassigning to hal but don't hesitte to keep me cc'ed.
Cheers,
 -- Guido



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



Bug#512786: Version 1.3.7 also affected?

2009-06-12 Thread Adrian Knoth
Hi!

JFTR, is version 1.3.7 also affected? (the current version in unstable)


TIA

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#527349: [Intel 865G][amd64] freezes whole system and shows

2009-06-12 Thread Michal Pokrywka
I've done some tests with various versions of kernel and driver on my 865G 
graphics chip and i386 architecture. It all looks like this:

linux-image-2.6.26-2:

xserver-xorg-video-intel: 2:2.7.99.901-2
- no lock-up, but screen corruption occurs
- missing parts of text in xterm
- corrupted fonts
- not fully repainted windows
- very slow (delayed) window switching
- in Xorg log: Screen 0 is not DRI2 capable, Screen 0 is not DRI capable

xserver-xorg-video-intel: 2:2.7.1-1
- everything works just fine
- in Xorg log: Screen 0 is not DRI2 capable


linux-image-2.6.29-2

xserver-xorg-video-intel: 22:2.7.1-1
- corrupted and locked-up login screen (can't login)
- no error in Xorg log, only: Screen 0 is not DRI2 capable

xserver-xorg-video-intel: 2:2.7.99.901-2
- lock-up just after login
- Xorg log truncated to 0 bytes


linux-image-2.6.30-rc8

xserver-xorg-video-intel: 2:2.7.1-1
- lock-up a few minutes after login
- in Xorg log, it says that DRI2 is used.

xserver-xorg-video-intel: 2:2.7.99.901-2
- lock-up a few minutes after login
- sometimes screen corruption just before lock-up,
  once a total mess with horizontal shifts occured - like screen
  from not erased framebuffer :-)


After each lock-up, mouse cursor was working.

It seems there are two different bugs.
- First messing the login screen but fixed in 2.6.30,
- and second randomly locking-up and occuring on 2.7.99.901-2 driver.

I've tested the 2:2.7.99.1-2 version with 2.6.29-2 and 2.6.30-rc8 kernel as 
well, and it was just like with 2.7.99.901-2.

I hope this info was useful, but if some more tests are needed or information 
from logs etc then let me know.

Michal Pokrywka



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



Bug#299476: How about version 1.3?

2009-06-12 Thread Adrian Knoth
Hi!

Have you checked recent versions of audacity, i.e. Lenny or current
unstable? (1.3.x)

If so, is this bug still valid?

Cheerio

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#532852: Please run console-setup during initrd phase

2009-06-12 Thread Sven Joachim
Am 12.06.2009 um 10:06 schrieb Fabian Greffrath:

 Package: console-setup
 Version: 1.36
 Severity: wishlist

 Hi,

 /etc/rcS.d/S49console-setup is run rather late in the rcS runlevel,
 leading to a visible and ugly flickering of the screen and changing of
 the font during the system boot process.

 I don't know if this is possible technically, but if the font and
 keymap setting was moved to the initrd-phase, the whole boot process
 would appear in the improved font and it would not be interrupted by
 visible flickering and font changing anymore.

FWIW, Ubuntu has been doing this for more than two years, according to
their changelog:

,
| console-setup (1.13ubuntu6) feisty; urgency=low
| 
|   * Set keymap and font in the initramfs if possible. Setting these as early
| as possible is a good thing; we can't set up the font correctly once
| usplash is running; and setting up the font between usplash and X
| requires an ugly mode switch.
| 
|  -- Colin Watson cjwat...@ubuntu.com  Mon, 22 Jan 2007 14:21:24 +
`

The downside is that their package depends on initramfs-tools which
would probably not be desirable for Debian.

Sven



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



Bug#532859: sambaPwdLastSet became a mandatory ldapsam attribute with no warning

2009-06-12 Thread Josip Rodin
Package: samba
Version: 2:3.2.5-4lenny2

Hi,

After upgrade to lenny, my Samba users started getting endless prompts
for changing their password. The domain controller logs this message:

[2009/06/12 11:40:50,  1] auth/auth_sam.c:sam_account_ok(172)
  sam_account_ok: Account for user 'pperic' password must change!.

As it turns out, they didn't have the sambaPwdLastSet attribute in their
LDAP entries. This was easy to fix, but still a regression from Samba 3.0.
Nothing actually told me that the attribute was missing, I concluded it from
reading the code... it seems like this part of the code is the culprit:

source/auth/auth_sam.c:sam_account_ok()

if (!(pdb_get_acct_ctrl(sampass)  ACB_PWNOEXP)  
!(pdb_get_acct_ctrl(sampass)  ACB_PWNOTREQ)) {
time_t must_change_time = 
pdb_get_pass_must_change_time(sampass);
time_t last_set_time = pdb_get_pass_last_set_time(sampass);

/* check for immediate expiry must change at next logon 
 * for a user account. */
if (((acct_ctrl  (ACB_WSTRUST|ACB_SVRTRUST)) == 0)  
(last_set_time == 0)) {
DEBUG(1,(sam_account_ok: Account for user '%s' 
password must change!.\n, pdb_get_username(sampass)));
return NT_STATUS_PASSWORD_MUST_CHANGE;
}

In the old version from etch, that looked like this:

if (!(pdb_get_acct_ctrl(sampass)  ACB_PWNOEXP)) {
time_t must_change_time = 
pdb_get_pass_must_change_time(sampass);
time_t last_set_time = pdb_get_pass_last_set_time(sampass);
 
/* check for immediate expiry must change at next logon */
if (must_change_time == 0  last_set_time != 0) {
DEBUG(1,(sam_account_ok: Account for user '%s' 
password must change!.\n, pdb_get_username(sampass)))
return NT_STATUS_PASSWORD_MUST_CHANGE;  
  
}

I've no idea if that's the part that needs fixing now, but it's the
place where I started searching, and from where I found that
source/passdb/pdb_ldap.c:ldapsam_get_trusteddom_pw() was reading
pass_last_set_time from the sambaPwdLastSet LDAP attribute, which
was missing in my case.

Also I don't know much about the definition of LDAP schemas, but even there
we still have this:

objectclass ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY
DESC 'Samba 3.0 Auxilary SAM Account'
MUST ( uid $ sambaSID )
MAY  ( [...] $ sambaPwdLastSet $ [...] ))

New users that we create with phpLDAPadmin (also from lenny) don't
get that attribute, so when they try to connect to a Samba server,
they get NT_STATUS_PASSWORD_MUST_CHANGE.

Please fix this. TIA.

-- 
 2. That which causes joy or happiness.



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



Bug#532858: ITP: vis5d+ -- Vis5d, a free OpenGL-based volumetric visualization program for scientific datasets in 3+ dimensions.

2009-06-12 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry mckins...@debian.org

* Package name: vis5d+
  Version : 1.2.0
  Upstream Author : Bill Hibbard
* URL : http://vis5d.sourceforge.net
* License : GPL
  Programming Lang: C
  Description : Vis5d, a free OpenGL-based volumetric visualization program 
for scientific datasets in 3+ dimensions.

Vis5d+ is intended as a central repository for enhanced versions and 
development work on Vis5d, a free OpenGL-based volumetric visualization program 
for scientific datasets in 3+ dimensions.

This project started out, with the blessing of the original Vis5d developers, 
as a conversion of Vis5d's build process to use GNU autoconf and 
automake. (Inspired by the difficulty of getting Vis5d to compile on the 
author's LinuxPPC PowerBook.) It quickly became apparent that many other 
enhancements were possible, and were of wide interest to users. Moreover, a 
large number of enhanced versions to Vis5d exist that have not been merged 
into the original Vis5d sources, due to time and resource limitations of the 
original developers, or to differences of opinion about design directions. 

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



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



Bug#299287: Bug outdated

2009-06-12 Thread Adrian Knoth
Package: audacity
Version: 1.3.7-2

Hi!

This bug isn't valid for the current version of audacity, opening the
file in question works like a charm.

Therefore, I'm closing it now.


-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#496342: fso-frameworkd: fix for https://docs.openmoko.org/trac/ticket/1309 not implemented?

2009-06-12 Thread Luca Capello
Hi Timo!

On Sun, 24 Aug 2008 18:21:43 +0200, Timo Juhani Lindfors wrote:
 See http://trac.freesmartphone.org/ticket/109

According to Michey Lauer:

  I don't think [Openmoko] 1309 has anything to do with this problem.
  Please use logread -f to get debug log from pppd's connection scripts.

The above is the only followup on the upstream bug, have you experienced
it again, Timo?  And in case not, do you approximately remember starting
From which fso-frameworkd version?

Thx, bye,
Gismo / Luca


pgpw63X9Qs8qU.pgp
Description: PGP signature


Bug#532582: lsat: Proposed patch

2009-06-12 Thread TomaszN
Package: lsat
Version: 0.9.7.1-1
Severity: normal

I prepared a quick fix against buffer overflows. Some fixes against 'unsecure 
practices' are also included.
--- lsatmain.c.orig	2009-06-12 11:15:32.0 +0200
+++ lsatmain.c	2009-06-12 11:58:59.0 +0200
# remove unnecessary constants
@@ -73,7 +73,7 @@
 char *token;
 char tempstring[26];
 char line[256];
-char thelist[33][12] = { {pkgs}, {rpm}, {inetd}, {inittab}, {logging}, {set}, {write}, {dotfiles}, {passwd}, {files}, {umask}, {ftpusers}, {rc}, {kbd}, {limits}, {ssh}, {open}, {issue}, {www}, {md5}, {modules}, {securetty}, {perms}, {net}, {forward}, {promisc}, {listening}, {cfg}, {bpass}, {ipv4}, {startx}, {ftp}, {disk} };
+static char *thelist[] = { pkgs, rpm, inetd, inittab, logging, set, write, dotfiles, passwd, files, umask, ftpusers, rc, kbd, limits, ssh, open, issue, www, md5, modules, securetty, perms, net, forward, promisc, listening, cfg, bpass, ipv4, startx, ftp, disk };
 
 if ((fileptr = fopen(xlisting, r))==NULL)
 {
@@ -101,7 +101,7 @@
 	/* see if they match. If they do, the user does */
 	/* not want to run that module, so we put it in */
 	/* another array of ints to look through later. */
-	for (i=0;i33;i++)
+	for (i=0;isizeof(thelist);i++)
 	{
 	if ((strcmp(thelist[i], tempstring)) == 0)
 	{ 
# duplicated flag
@@ -155,7 +155,7 @@
 /* this is silly, I should know how to do this more easily  */
 
 
-if ((fileval = open(/tmp/lsat1.lsat, O_RDWR | O_CREAT | O_EXCL | O_EXCL, 0600))  0)
+if ((fileval = open(/tmp/lsat1.lsat, O_RDWR | O_CREAT | O_EXCL, 0600))  0)
 {
 perror(Could not make file w/perms 0600...\n);
 perror(Possible link attack while creating/opening file!\n);
# series of quick patches against segfaults
@@ -308,11 +308,11 @@
 */ 
 char release[50]; /* array for release level		*/
 char kernel[50];  /* what kernel user is running	*/
-static char *man_distro; /* if the user specifies a distribution */
+char *man_distro; /* if the user specifies a distribution */
 const char * header   =NULL;   /* to print out the header */
-static char *out_file = lsat.out;  /* output filename var  */
+char *out_file = lsat.out;  /* output filename var  */
 char xlist[100]; /* modules to exclude */
# always initialized to zero
-int xarray[33] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; 
+int xarray[33] = {};
 int  somethinginxlist = 0;
 /* note if no filename given, default = lsat.out	*/
 FILE *tempptr;/* a temp file pointer		*/
@@ -350,10 +350,16 @@
 			  diff = 1; 
 			  break;
 		case 'm': 
-			  strcpy(man_distro, argv[i]+3);
+			  if (argv[i][2] != '\0') {
+			usage();
+			  }
+			  man_distro = argv[i]+3;
 			  break;
 		case 'o': 
-			  strcpy(out_file, argv[i]+3);
+			  if (argv[i][2] != '\0') {
+			usage();
+			  }
+			  out_file = argv[i]+3;
 			  break;
 		case 'r': 
 			  rpmmodule = 1; 
@@ -368,7 +374,11 @@
 			  html = 1; 
 			  out_file=lsat.html; 
 			  break;
-		case 'x': strcpy(xlist,argv[i]+3);
+		case 'x': 
+			  if (argv[i][2] != '\0') {
+			usage();
+			  }
+			  strncpy(xlist,argv[i]+3,sizeof(xlist));
 			  somethinginxlist = 1;
 			  break;
 	default : 


Bug#532860: nipy: long description no sentence

2009-06-12 Thread Gerfried Fuchs
Package: nipy
Version: 0.1.2+1741-1
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the first snippet in the first paragraph is
missing is subject and verb.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#532862: octave-bim: long description no sentence

2009-06-12 Thread Gerfried Fuchs
Package: octave-bim
Version: 0.1.0-1
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
verb.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#532863: libqof2: long description no sentence

2009-06-12 Thread Gerfried Fuchs
Package: libqof2
Version: 0.8.0-1
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
verb.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#532857: syslinux should not depend on legacy dosfstools/mtools

2009-06-12 Thread Michael Tokarev

Daniel Baumann wrote:

Michael Tokarev wrote:

I understand that
CD-ROMs sometimes contains boot-floppy images which gets created
with mtools, and that USB sticks can be formatted with dosfstools,


syslinux needs both mtools and dosfstools. 


Hmm.  But initially both were Recommends, maybe you can provide
at least a changelog entry explaining the change?

I just tried to make a msdos-formatted floppy bootable using syslinux,
with neither dosfstools nor mtools installed.  It just worked. Granted,
I only used one executable but syslinux package contains other tools
and scripts.

putting extlinux into an own

binary package seems to be micropackaging (which only would make sense
if, which im not yet certain of it if i'll really do it, blow up
extlinux support tools (update-extlinux similar as update-grub) to be
used as a generic boot loader replacing grub).


Now it's difficult to parse that.  Yes, perhaps, extlinux in a separate
package is overkill.  But speaking of using it as a general bootloader -
syslinux actually is a very good bootloader.  And this is exactly what
I'm trying to do - to use it as a general-purpose bootloader replacing
lilo and grub on several 100s of machines here (some are using lilo and
some grub now).  Not sure if it somehow related to Debian.

But now when you mentioned it...  I'm unsure.  I'll be rebuilding
the package here anyway (since it looks like you refuse to lessen
the dependencies), maybe it's better to split extlinux into its
own pkg, to do it all right.  Again, lacking the changelog entry
it's difficult to say why the two packages are that important.


but neither are requiriment for, say, pxelinux or extlinux.


for pxelinux, you don't need the syslinux package, but syslinux-common only.


Aha.  Makes sense.  Thanks for the info.

/mjt

P.S. Dunno if sending to 532857@ makes any sense after you sent
to 532857-d...@.  Let's see...



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



Bug#532864: pessulus: package depends on python-bugbuddy

2009-06-12 Thread M. Dietrich
Package: pessulus
Version: 2.26.1-1
Severity: normal

python-bugbuddy seems not to be listed in the depends but is needed to
use pessulus.

-- System Information:
Debian Release: squeeze/sid
Architecture: i386 (i686)

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

Versions of packages pessulus depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-glade2 2.14.1-3   GTK+ bindings: Glade support
ii  python-gnome2 2.26.1-1   Python bindings for the GNOME desk
ii  python-gtk2   2.14.1-3   Python bindings for the GTK+ widge

pessulus recommends no packages.

pessulus suggests no packages.

-- debconf-show failed



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



Bug#532865: libmodern-perl: long description no sentence

2009-06-12 Thread Gerfried Fuchs
Package: libmodern-perl
Version: 1.03-2
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], preferably more than just one - currently it looks
a bit poor and pretty short.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#532100: please provide a way to specify a pidfile

2009-06-12 Thread David Paleino
tags 532100 patch
thanks

Please find a patch implementing --pidfile/-P.

Thank you,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


532100.patch.bz2
Description: application/bzip


signature.asc
Description: PGP signature


Bug#531342: epiphany-gecko: Epiphany download manager bug

2009-06-12 Thread Apelete Seketeli
Package: epiphany-gecko
Version: 2.26.1-1
Severity: normal

As I said when asking for the reassignment of this bug from gnome-panel to
epiphany-gecko, Epiphany doesn't free the space in the gnome-panel when its
donwload manager exits.
In fact each time Epiphany opens a download manager window in the notification
area, the space taken isn't freed when the download finishes. As a consequence
the notification area grows after each download with Epiphany, until Epiphany is
restarted; even then the space is not completely (or not all) freed sometimes.

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

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

Versions of packages epiphany-gecko depends on:
ii  dbus-x111.2.14-2 simple interprocess messaging syst
ii  epiphany-browser-data   2.26.1-1 Data files for the GNOME web brows
ii  gnome-icon-theme2.26.0-1 GNOME Desktop icon theme
ii  iso-codes   3.10-1   ISO language, territory, currency,
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-gobject0   0.6.25-1 Avahi GObject library
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libcanberra-gtk00.12-1   Gtk+ helper for playing widget eve
ii  libcanberra00.12-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.14-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.80-4   simple interprocess messaging syst
ii  libenchant1c2a  1.4.2-3.3a wrapper library for various spel
ii  libgcc1 1:4.4.0-5GCC support library
ii  libgconf2-4 2.26.2-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.20.3-1 The GLib library of C routines
ii  libgnome2-0 2.26.0-1 The GNOME library - runtime files
ii  libgnomeui-02.24.1-1 The GNOME 2 libraries (User Interf
ii  libgtk2.0-0 2.16.2-1 The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libnspr4-0d 4.7.4-3  NetScape Portable Runtime Library
ii  libpango1.0-0   1.24.2-1 Layout and rendering of internatio
ii  libstdc++6  4.4.0-5  The GNU Standard C++ Library v3
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  python2.5   2.5.4-1  An interactive high-level object-o
ii  xulrunner-1.9   1.9.0.10-1   XUL + XPCOM application runner
ii  xulrunner-1.9-gnome-support 1.9.0.10-1   Support for GNOME in xulrunner app

Versions of packages epiphany-gecko recommends:
ii  epiphany-extensions   2.26.1-1   Extensions for Epiphany web browse
ii  yelp  2.26.0-1   Help browser for GNOME

Versions of packages epiphany-gecko suggests:
pn  mozpluggernone (no description available)

-- 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#532866: epiphany-browser: Segfault on adding a bookmark

2009-06-12 Thread Micha Lenk
Package: epiphany-browser
Version: 2.22.3-9
Severity: serious
Justification: segmentation fault

Hi,

I managed to get a crash when adding a bookmark. Here the backtrace:

sys:1: GtkWarning: gtk_list_store_get_value: assertion `VALID_ITER (iter, 
list_store)' failed
sys:1: Warning: 
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gtype.c:3362:
 type id `0' is invalid
sys:1: Warning: can't peek value table for type `invalid' which is not 
currently referenced

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6b3b700 (LWP 10464)]
0xb772ebfa in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
(gdb) bt
#0  0xb772ebfa in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
#1  0xb772ee37 in gtk_tree_model_get () from /usr/lib/libgtk-x11-2.0.so.0
#2  0x080ba8db in is_separator (model=0xaa11a18, iter=0xbfeeeb9c, data=0x0)
at 
/build/buildd-epiphany-browser_2.22.3-9-i386-MLTyHU/epiphany-browser-2.22.3/src/bookmarks/ephy-topics-palette.c:354
#3  0xb77521ad in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#4  0x0aa11a18 in ?? ()
#5  0xbfeeeb9c in ?? ()
#6  0x in ?? ()

Unfortunately I'm in a hurry right now, so I can't provide more information 
now. But I am able to reproduce the crash.

What files influence the reproducability of epiphany-browser bugs? What files 
should I backup for future investigation?

Regards
  Micha

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

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

Versions of packages epiphany-browser depends on:
ii  epiphany-gecko2.22.3-9   Intuitive GNOME web browser - Geck

epiphany-browser recommends no packages.

epiphany-browser suggests no packages.

Versions of packages epiphany-gecko depends on:
ii  dbus-x11   1.2.1-5   simple interprocess messaging syst
ii  epiphany-browser-data  2.22.3-9  Data files for the GNOME web brows
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  iso-codes  3.5.1-1   ISO language, territory, currency,
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.23-3lenny1Avahi client library
ii  libavahi-common3   0.6.23-3lenny1Avahi common library
ii  libavahi-gobject0  0.6.23-3lenny1Avahi GObject library
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libenchant1c2a 1.4.2-3.3 a wrapper library for various spel
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2+lenny1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1+lenny1   The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-2  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-3+lenny1   Layout and rendering of internatio
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcursor11:1.1.9-1 

Bug#532850: [python-qwt5-qt4] Sefgault on import

2009-06-12 Thread Antonio Valentino
Il giorno Fri, 12 Jun 2009 11:25:08 +0200
Gudjon I. Gudjonsson gud...@gudjon.org ha scritto:

 Hi Antonio
  Please install the packages from my private server:
 deb-src http://195.198.146.229/debian/ source/
 deb http://195.198.146.229/debian/ i386/
 
 #apt-get install libqwt5-* python-qwt5-*
 
 Unfortunately I don't know when they will enter Debian. Qwt is taken
 from the bugfix SVN on qwt.sf.net. pyqwt5 is the development CVS
 version and the upstream author doesn't want such versions to be
 packaged but it is the only that I found to work. The Qt3 version
 does not work however.
 
 Hope it helps.
 Gudjon

Thanks Gudjon,
I just rebuilt the python-qwt5-qt4 package from source on my X86_64
machine and all seems to work fine.

I didn't installed your version of libqtw5 but if need I could test it
too.

Best regards

-- 
Antonio Valentino
INNOVA Consorzio per l'Informatica e la Telematica s.r.l.
Sede Legale:Recinto II Fiorentini 10
Sede Operativa: Z.I. La Martella, C.da Chiatamura, Lotto 188
75100 Matera (MT) - Italy
Tel.   (direct): +39 0835 1852131
Tel. (operator): +39 0835 307760, +39 0835 309180
Fax: +39 0835 264705
Home Page: www.consorzio-innova.com
Email: valent...@consorzio-innova.it

*ATTENZIONE*: le informazioni contenute nella presente comunicazione e i
relativi allegati possono essere riservate e sono, comunque, destinate
esclusivamente alle persone o alla Società sopraindicati. La diffusione,
distribuzione e/o copiatura del documento trasmesso da parte di
qualsiasi soggetto diverso dal destinatario è proibita, sia ai sensi
dell'art. 616 c.p., che ai sensi del D.Lgs. n. 196/2003. Se avete
ricevuto questo messaggio per errore, vi preghiamo di distruggerlo e di
informarci immediatamente per telefono o inviando un messaggio
all'indirizzo e-mail.



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



Bug#520309: 'force group' still broken in 3.3.2

2009-06-12 Thread Josip Rodin
On Wed, Mar 18, 2009 at 07:40:47PM +0100, Andras Korn wrote:
 I have a samba pdc that uses an ldapsam backend. Everything seems to work,
 with the expection of the following share:
 
 [store]
 path = /store
 hide unreadable = yes
 csc policy = disable
 force group = +Power Users
 inherit acls = true
 volume = STORE
 create mask = 0666
 directory mask = 0777

I'm using the force group option on my ldapsam-based Samba domain servers,
without the plus option (we want to force it on all), and it has been
working fine, but when I tried setting the plus option on a test share,
I got NT_STATUS_NO_SUCH_GROUP as the response. Without debugging much more,
I read up on the the upstream bug 6230, and one thing struck me while
reading what Volker Lendecke wrote:

 Ok, this took a while. This is very, very confusing but technically not a
 bug. You have ldapsam:trusted=yes with an invalid LDAP database. The
 primary group of user guy, also guy does not have a sambaGroupMapping.
 This is the invalid configuration part.

In my directory we have users bound to gidNumber 100, which is 'users', and
I have that in LDAP, but it's also not a sambaGroupMapping - yet everything
seems to work, likely because users have sambaPrimaryGroupSID pointing to
the group Domain Users which we exists in LDAP and it *is* a
sambaGroupMapping.

I've had a run-in before with that warning message, ldapsam_getgroup: Did
not find group, filter was ((objectClass=sambaGroupMapping)(gidNumber=xyz))
but this is still a mere level 4 log message. If we know that it can be so
relevant to authorization, it would really be a good idea to emphasize it
by making it e.g. a level 2 or level 3 log message.

For example, smbd/dosmode.c:unix_mode() logs all inheritance matters
as level 2; conversely, libsmb/nmblib.c:debug_nmb_packet() logs packet
dumps as level 4. Looking at those, the Did not find group message
definitely deserves to go up a notch so that people notice it with less
overhead.

-- 
 2. That which causes joy or happiness.



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



Bug#532867: Please update erlang-nox dependency to erlang-mnesia and erlang-os-mon

2009-06-12 Thread James Henstridge
Package: rabbitmq-server
Version: 1.5.5-2

Hi,

The rabbitmq-server package currently depends on erlang-nox, which has
been split into a number of smaller packages leaving it as a
dependency package.  Changing the rabbitmq dependencies to only those
libraries that it needs would be quite helpful when trying to include
it on a system with limited storage space.

In the Ubuntu package we've changed the erlang-nox dependency to
erlang-mnesia and erlang-os-mon.  Attached is the debdiff for the
changes.

James Henstridge.
diff -u rabbitmq-server-1.5.5/debian/changelog rabbitmq-server-1.5.5/debian/changelog
--- rabbitmq-server-1.5.5/debian/changelog
+++ rabbitmq-server-1.5.5/debian/changelog
@@ -1,3 +1,10 @@
+rabbitmq-server (1.5.5-2ubuntu1) karmic; urgency=low
+
+  * debian/control: Reduce Erlang dependencies to just erlang-mnesia and 
+erlang-os-mon. (LP: #384762) 
+
+ -- James Henstridge ja...@jamesh.id.au  Thu, 04 Jun 2009 18:19:02 +0800
+
 rabbitmq-server (1.5.5-2) unstable; urgency=low
 
   * Include updates to debian package by rabbit team:
diff -u rabbitmq-server-1.5.5/debian/control rabbitmq-server-1.5.5/debian/control
--- rabbitmq-server-1.5.5/debian/control
+++ rabbitmq-server-1.5.5/debian/control
@@ -1,13 +1,14 @@
 Source: rabbitmq-server
 Section: net
 Priority: extra
-Maintainer: John Leuner je...@debian.org
+Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
+XSBC-Original-Maintainer: John Leuner je...@debian.org
 Build-Depends: cdbs, debhelper (= 5), erlang-nox, erlang-dev, python-simplejson
 Standards-Version: 3.8.0
 
 Package: rabbitmq-server
 Architecture: all
-Depends: erlang-nox, erlang-os-mon | erlang-nox ( 1:13.b-dfsg1-1), adduser, logrotate, ${misc:Depends}
+Depends: erlang-mnesia, erlang-os-mon, adduser, logrotate, ${misc:Depends}
 Description: An AMQP server written in Erlang
  RabbitMQ is an implementation of AMQP, the emerging standard for high
  performance enterprise messaging. The RabbitMQ server is a robust and


Bug#532852: Please run console-setup during initrd phase

2009-06-12 Thread Fabian Greffrath

Sven Joachim schrieb:

|   * Set keymap and font in the initramfs if possible. Setting these as early
[...]
The downside is that their package depends on initramfs-tools which
would probably not be desirable for Debian.


The ubuntu changelog tells Set keymap and font in the initramfs if 
possible.. The phrase if possible sounds like this feature will 
simply be unavailable if the appropriate initrd tool package isn't 
found, so console-setup wouldn't have to depend on this package (but 
maybe suggest it instead).


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#532336: openssl: FTBFS on kfreebsd-amd64 - patch against 0.9.8k-2

2009-06-12 Thread Petr Salinger

Hi,

enclosed please find a patch against current 0.9.8k-2 package
for both kfreebsd-amd64 problems.

Petrdiff -ur openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl
--- openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl
+++ openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl
@@ -62,7 +62,7 @@
   my ($outdev,$outino,@junk)=stat($output);
 
 open STDOUT,$output || die can't open $output: $!
-	if ($stddev!=$outdev || $stdino!=$outino);
+#	if ($stddev!=$outdev || $stdino!=$outino);
 }
 
 my $masmref=8 + 50727*2**-32;	# 8.00.50727 shipped with VS2005
diff -ur openssl-0.9.8k/crypto/rc4/asm/rc4-x86_64.pl openssl-0.9.8k/crypto/rc4/asm/rc4-x86_64.pl
--- openssl-0.9.8k/crypto/rc4/asm/rc4-x86_64.pl
+++ openssl-0.9.8k/crypto/rc4/asm/rc4-x86_64.pl
@@ -270,7 +270,7 @@
 	xor	%r10,%r10
 	xor	%r11,%r11
 
-	mov	OPENSSL_ia32cap_P(%rip),$idx#d
+	movl	openssl_ia32cap...@gotpcrel(%rip),$idx#d
 	bt	\$20,$idx#d
 	jnc	.Lw1stloop
 	bt	\$30,$idx#d
@@ -338,7 +338,7 @@
 RC4_options:
 	.picmeup %rax
 	lea	.Lopts-.(%rax),%rax
-	mov	OPENSSL_ia32cap_P(%rip),%edx
+	movl	openssl_ia32cap...@gotpcrel(%rip),%edx
 	bt	\$20,%edx
 	jnc	.Ldone
 	add	\$12,%rax


Bug#532868: sdic: Bashism in debian/rules

2009-06-12 Thread Steven Susbauer
Package: sdic
Version: 2.1.3-18
Severity: normal

There is a bashism in debian/rules which causes this package to fail to
build in a non-bash environment. The line is:

cp lisp/{elisp-comp,*.el} $(TMP)/usr/share/emacs/site-lisp/sdic/

This causes builds to fail:

dh_installdirs -psdic 
cp lisp/{elisp-comp,*.el} 
/tmp/buildd/sdic-2.1.3/debian/sdic/usr/share/emacs/site-lisp/sdic/
cp: cannot stat `lisp/{elisp-comp,*.el}': No such file or directory
make: *** [install/sdic] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 
2
pbuilder: Failed autobuilding of package



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



Bug#532857: syslinux should not depend on legacy dosfstools/mtools

2009-06-12 Thread Daniel Baumann
Michael Tokarev wrote:
 Hmm.  But initially both were Recommends, maybe you can provide
 at least a changelog entry explaining the change?

there were changelog entries refering to bug numbers. there's not much
in amending 'history'.

 Now it's difficult to parse that.

the argument of using extlinux and thus currently being forced to have
mtools and dosfstools installed is valid as long as extlinux and
syslinux being in the same package.

splitting out extlinux doesn't make sense until it's not packaged as
being a replacement for grub, that would be micropackaging which we
carefully avoid.

therefore, not splitting out as of now.

 P.S. Dunno if sending to 532857@ makes any sense after you sent
 to 532857-d...@.  Let's see...

unless it's archived, you can still write to closed bugs. archiving
happens ~1 month after closing. after that, it has to first be unarchived.

-- 
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#531764: texlive-latex-base: varioref localization for romanian is wrong

2009-06-12 Thread Frank Küster
Török Edwin edwinto...@gmail.com wrote:

 Package: texlive-latex-base
 Version: 2007.dfsg.2-4
 Severity: normal
 Tags: l10n

 next page is translated wrongly to pagina după, it is
 more correct to translate as pagina următoare.
 pagina după means page after, not next/subsequent!

Hm, could that be a matter of taste? Actually both versions are used,
the definition is

\def\reftextafter {pe pagina \reftextvario{dup\u{a}}{urm\u{a}toarea}}%

That means that după is printed every first, third, fifth time etc., and
următoarea (with a trailing a) is printed every second, forth,
etc. time. 

Regards, Frank

-- 
Dr. Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg



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



Bug#531764: texlive-latex-base: varioref localization for romanian is wrong

2009-06-12 Thread Török Edwin
On 2009-06-12 13:56, Frank Küster wrote:
 Török Edwin edwinto...@gmail.com wrote:

   
 Package: texlive-latex-base
 Version: 2007.dfsg.2-4
 Severity: normal
 Tags: l10n

 next page is translated wrongly to pagina după, it is
 more correct to translate as pagina următoare.
 pagina după means page after, not next/subsequent!
 

 Hm, could that be a matter of taste? Actually both versions are used,
 the definition is

 \def\reftextafter {pe pagina \reftextvario{dup\u{a}}{urm\u{a}toarea}}%

 That means that după is printed every first, third, fifth time etc., and
 următoarea (with a trailing a) is printed every second, forth,
 etc. time. 
   

Here's the reply from Marius Minea who originally noticed this mistake
in my thesis:

Hello,

using alternate versions for more text variety is fine, but in this
case, the option pagina dup~a is grammatically wrong.
dup~a in Romanian is a preposition, and requires a noun, like after.
(Like in English, there are contexts that don't require a noun, e.g.,
the day after, but the page after is wrong, likewise in Romanian).
So it should be
pe pagina urm\u{a}toare
or, equivalently
pe urm\u{a}toarea pagin\u{a}
(noun and adjective position can be switched freely, the definite accent
goes on the first one -- note the first option without trailing 'a' ).

best regards,

Marius




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



Bug#532869: durep: No cleaning of disk space

2009-06-12 Thread Jerome Warnier
Package: durep
Version: 0.9-1
Severity: wishlist

On several of my servers, durep is taking GB of disk space by itself in 
/var/lib/durep.
While it runs as a cronjob by default, it seems there is no automatic cleaning 
of data and summary.
Understand me: I'm taking about data generated by durep itself, not files and 
directories it sums every day.
I would expect some automatic cleaning from /etc/cron.daily/durep, with 
configuration in /etc/default/durep-rolling.

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages durep depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

Versions of packages durep recommends:
ii  libmldbm-perl 2.01-2 Store multidimensional hash struct

durep suggests no packages.

-- debconf information excluded



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



Bug#529716: qemu-kvm-0.10.5 is the latest stable release

2009-06-12 Thread Guido Günther
Hi,
kvm development changed a bit and the stable versions is currently:

qemu-kvm-0.10.5

Jan, do you already have plans on this one? Switching the main package
to qemu-kvm (based on the current kvm package) seems reasonable to me
(possibly uploading kvm-XX relases to experimental if there's enough
manppower).
Cheers,
 -- Guido



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



Bug#520722: git-import-orig: filter option does not remove files from committed tarball

2009-06-12 Thread Mehdi Dogguy
Guido Günther a écrit :
 
 On Tue, Jun 09, 2009 at 10:41:49AM +0200, Mehdi Dogguy wrote:
 [..snip..] 
 +if options.filter_pristine_tar and len(options.filters)  0:
 Shouldn't this be:
if options.pristine_tar and options.filter_pristine_tar and 
 len(options.filters)  0:
 

My first idea was to filter upstream's tar only when using pristine-tar.
Then, I noticed that it could be an interesting option to have even if
we are not using --pristine-tar.

 
 We should be verbose *before* actually repacking so we have the message
 in the logs in case of an error:
 

Right! Applied.

 
 The patch doesn't apply against current git. Could you rebase your
 patch?

Please find attached the updated patch.

Cheers,

P.S.: I can finally have a debian/gbp.conf that looks like:
[DEFAULT]
pristine-tar = True
filter = [somedir/somefile.to_exclude]
filter-pristine-tar = True

:)

-- 
Mehdi Dogguy مهدي الدڤي
http://www.pps.jussieu.fr/~dogguy
Tel.: (+33).1.44.27.28.38
From 7c33180b3b2eb57f626e0b23be8d361edde4cc15 Mon Sep 17 00:00:00 2001
From: Mehdi Dogguy dog...@pps.jussieu.fr
Date: Fri, 12 Jun 2009 12:37:55 +0200
Subject: [PATCH] Add filter-pristine-tar to filter upstream tar before passing it to pristine-tar (Closes: #520722)

---
 docs/manpages/git-import-orig.sgml |8 
 gbp/command_wrappers.py|   13 +
 gbp/config.py  |3 +++
 gbp/deb_utils.py   |   11 +++
 git-import-orig|   11 ++-
 5 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml
index 2c0d44d..e3d618e 100644
--- a/docs/manpages/git-import-orig.sgml
+++ b/docs/manpages/git-import-orig.sgml
@@ -32,6 +32,7 @@
   argoption--upstream-tag=/optionreplaceabletag-format/replaceable/arg
   argoption--filter=/optionreplaceablepattern/replaceable/arg
   argoption--[no-]pristine-tar/option/arg
+  argoption--[no-]filter-pristine-tar/option/arg
   arg choice=plainreplaceableupstream-source/replaceable/arg
 /cmdsynopsis
   /refsynopsisdiv
@@ -136,6 +137,13 @@
   paragenerate pristine-tar delta file/para
 /listitem
   /varlistentry
+  varlistentry
+termoption--filter-pristine-tar/option
+/term
+listitem
+  parafilter pristine-tar when filter option is used/para
+/listitem
+  /varlistentry
 /variablelist
   /refsect1
   refsect1
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index 1439cc5..8cfa7cb 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -132,6 +132,19 @@ class UnpackTarArchive(Command):
 Command.__init__(self, 'tar', exclude + ['-C', dir, decompress, '-xf', archive ])
 self.run_error = 'Couldn\'t unpack %s' % self.archive
 
+class RepackTarArchive(Command):
+Wrap tar to Repack a gzipped tar archive
+def __init__(self, archive, dir, dest):
+self.archive = archive
+self.dir = dir
+
+if archive.lower().endswith(.bz2):
+compress = --bzip2
+else:
+compress = --gzip
+
+Command.__init__(self, 'tar', ['-C', dir, compress, '-cf', archive, dest])
+self.run_error = 'Couldn\'t repack %s' % self.archive
 
 class RemoveTree(Command):
 Wrap rm to remove a whole directory tree
diff --git a/gbp/config.py b/gbp/config.py
index 6fa223a..0ffcc32 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -30,6 +30,7 @@ class GbpOptionParser(OptionParser):
  'debian-branch'   : 'master',
  'upstream-branch' : 'upstream',
  'pristine-tar': 'False',
+ 'filter-pristine-tar' : 'False',
  'sign-tags'   : 'False',
  'no-create-orig'  : 'False',
  'keyid'   : '',
@@ -66,6 +67,8 @@ class GbpOptionParser(OptionParser):
   GPG keyid to sign tags with, default is '%(keyid)s',
  'pristine-tar':
   use pristine-tar to create .orig.tar.gz, default is '%(pristine-tar)s',
+ 'filter-pristine-tar':
+  Filter pristine-tar when filter option is used,
  'filter':
   files to filter out during import (can be given multiple times),
  'git-author':
diff --git a/gbp/deb_utils.py b/gbp/deb_utils.py
index f20033a..c439ba3 100644
--- a/gbp/deb_utils.py
+++ b/gbp/deb_utils.py
@@ -199,6 +199,17 @@ def unpack_orig(archive, tmpdir, filters):
 raise GbpError
 return unpackArchive.dir
 
+def repack_orig(archive, tmpdir, dest):
+
+recreate a new .orig.tar.gz from tmpdir (useful when using filter option)
+
+try:
+repackArchive = gbpc.RepackTarArchive(archive, tmpdir, dest)
+repackArchive()
+except gbpc.CommandExecFailed:
+print sys.stderr, Failed to create %s % archive
+raise GbpError
+

Bug#532582: lsat: My patch has a mistake

2009-06-12 Thread TomaszN
Package: lsat
Version: 0.9.7.1-1
Severity: normal

Please don't use the patch on lines 76 and 104, it introduces another problem!
Thanks



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



Bug#532779: [munin-node] Please use debconf

2009-06-12 Thread ssm
Bastian Venthur vent...@debian.org writes:

 it would be useful if munin-node would use debconf for configuration.
 Especially the allow-line should be under debonf control.

Good idea, I'll take a look at it.

-- 
Stig Sandbeck Mathisen



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



Bug#532806: beep-media-player: crashes when file with comma-containing name is dragged+dropped to it

2009-06-12 Thread Paul van Tilburg
Hi!

On Thu, Jun 11, 2009 at 11:58:22AM -0700, Robert Fleming wrote:
 When one drags+drops a file from Nautilus to beep-media-player, and
 that file has a comma anywhere in its *pathname*, it crashes.

Note that Beep Media Player is not maintained anymore for 4 years.
Because of this, BMP is not a part of Debian anymore since the release
of Etch or shortly thereafter[1].  

This bug report ends up with me because I used to be the sponsor of the
maintainer which has also left the project.  I am afraid this bug will
not be fixed.  Note that the successor of BMP is considered to be
Audacious[2] which is still actively maintained and a part of Debian,
though it's probably slightly different than what you are used to.
Still, I suggest you try it out. :)

Kind regards,
Paul

1: http://packages.qa.debian.org/b/beep-media-player.html
2: http://packages.debian.org/lenny/audacious

-- 
PhD Student @ Eindhoven | email: pau...@debian.org
University of Technology, The Netherlands   | JID: p...@luon.net
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181



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



Bug#517644: [RFC] Packages that looks ready for uploading

2009-06-12 Thread Vincent . McIntyre

talking to myself again...

 Luk Claes wrote...
  Feel free to test with the version in proposed-updates to really make
  sure it's fixed.

 I'm not completely sure how to do this. From what I can gather from [1]
 I need to build my own installer image, which I'll have a go at.
 I initially thought would be able to just patch in the updated
 choose-mirror, but this appears to require building a CD [2].
 Am I on the right track here?

I was able to build a netboot image as per [1].
For anyone who might later care, the steps were:

 find/build a machine running lenny.

 svn co svn://svn.debian.org/svn/d-i/branches/d-i/lenny \
debian-installer-lenny

 cd debian-installer-lenny/installer
 apt-get build-dep debian-installer # installs a pile of packages
 dpkg-checkbuilddeps# should return nothing

 cd build
 grep DEBIAN_RELEASE config/common  # set to 'lenny'
 grep USE_UDEBS_FROM config/common  # ditto

 # this step is critical
 cp sources.list.udeb sources.list.udeb.local
 echo deb http://apt-proxy:/debian lenny-proposed-updates 
main/debian-installer \
 sources.list.udeb.local

 echo deb http://apt-proxy:/debian lenny-proposed-updates main \
/etc/apt/sources.list
 echo deb-src http://apt-proxy:/debian lenny-proposed-updates main \
/etc/apt/sources.list
 apt-get update

 make reallyclean
 make build_netboot

This produced a tree in dest/ that could copy into the TFTP server tree.
 grep choose-mirror dest/MANIFEST.udebs
showed version 2.28lenny3. yay.

Without the sources.list.udeb.local file I kept getting version
2.28lenny1. So it appears the fixed version Otavio uploaded did not
make it into 5.0.1?

Anyway I was able to install 'etch' with this build of the installer.
Thanks for your work, folks. Looking forward to the point release.

Cheers
Vince

[1] wiki.debian.org/DebianInstaller/Build




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



Bug#532857: syslinux should not depend on legacy dosfstools/mtools

2009-06-12 Thread Michael Tokarev

Daniel Baumann wrote:

Michael Tokarev wrote:

Hmm.  But initially both were Recommends, maybe you can provide
at least a changelog entry explaining the change?


there were changelog entries refering to bug numbers. there's not much
in amending 'history'.


I mentioned the bug numbers in my initial submission -- when
the deps were added to Recommends.  There's no mention of when
Recommends were upgraded to Depends.

Ok, now I see where it uses mtools.  There are 2 variants of
syslinux - from linux/ and from mtools/ directories in the
source tarball.  The former does not use mtools but requires
root permissions to mount the target device. That was the
one I used here without knowing it - it looks like long time
ago I had that binary on my system and it were floating around
since that time.

So yes, it's either mtools or root dependency.  No magic
anymore.  Also some perl scripts are using mtools too.

But what about dosfstools?  Where's that dependency?  I
see only http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253768
which suggests adding dosfstools as recommends.  But where
syslinux depends on dosfstools?

So the question remains really.


Now it's difficult to parse that.


the argument of using extlinux and thus currently being forced to have
mtools and dosfstools installed is valid as long as extlinux and
syslinux being in the same package.

splitting out extlinux doesn't make sense until it's not packaged as
being a replacement for grub, that would be micropackaging which we
carefully avoid.

therefore, not splitting out as of now.


I'm not asking you about splitting.  I'm merely thinking what to
do for *me*.  But it's really interesting - maybe I should just
adopt update-grub script.  For fun if nothing else... ;)

/mjt



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



Bug#532871: g++-4.4: No warning about value-altering conversion inspite of -Wconversion and -Wsign-conversion

2009-06-12 Thread Sven Marnach
Package: g++-4.4
Version: 4.4.0-5
Severity: normal

The following program compiles cleanly using the given command line:

#include iostream
using namespace std;
int main()
{
unsigned int j = 5;
double t;
t = -j;
cout  t  endl;
}

Command line:

g++-4.4 -g -Wall -Wextra -Wconversion -Wsign-conversion test.cc -o test

The output of the program is

4.29497e+09

which is what is expected.  But I would also expect some kind of
warning.

The same behaviour exists for gcc-4.3, g++-4.3 and gcc-4.4 (and
probably any other gcc version).

Cheers,
Sven

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

Kernel: Linux 2.6.29-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages g++-4.4 depends on:
ii  gcc-4.4 4.4.0-5  The GNU C compiler
ii  gcc-4.4-base4.4.0-5  The GNU Compiler Collection (base 
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  libcloog-ppl0   0.15-1   the Chunky Loop Generator (runtime
ii  libgmp3c2   2:4.2.4+dfsg-8.1 Multiprecision arithmetic library
ii  libgmpxx4ldbl   2:4.2.4+dfsg-8.1 Multiprecision arithmetic library 
ii  libmpfr1ldbl2.4.1-2  multiple precision floating-point 
ii  libppl-c2   0.10.2-2 Parma Polyhedra Library (C interfa
ii  libppl7 0.10.2-2 Parma Polyhedra Library (runtime l
ii  libstdc++6-4.4-dev  4.4.0-5  The GNU Standard C++ Library v3 (d

g++-4.4 recommends no packages.

Versions of packages g++-4.4 suggests:
pn  g++-4.4-multilib  none (no description available)
pn  gcc-4.4-doc   none (no description available)
pn  libstdc++6-4.4-dbgnone (no description available)

-- 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#532743: beancounter: Adding Foreign Currencies

2009-06-12 Thread Dirk Eddelbuettel

On 12 June 2009 at 08:41, henryb...@fsfe.org wrote:
| On Thu, Jun 11, 2009 at 08:41:13PM -0500, Dirk Eddelbuettel wrote:
|  
|  Henry,
|  
|  
|  On 11 June 2009 at 15:01, henryb...@fsfe.org wrote:
|  | 
|  | 
|  | On Thu, Jun 11, 2009 at 06:43:31AM -0500, Dirk Eddelbuettel wrote:
| snip 
|  we may not have added information on its currency.  On the other hand, if 
you do
|  
|beancounter addportfolio HEXA-B.ST:100:SEK:foo:bar:73.50:20090611
| 
| Used this originally. If I check the table Portfolio then HEXA-B.ST shows
| as currency SEK. 
|  
| snip
|  
|  Wrong -- you need 
|  
|  beancounter --extrafx SEK update
|  
| Ran this and it worked. 
| 
| Many thanks
| 
| Oddly enough I received the following error messages
| 
| Use of uninitialized value $b[2] in join or string at 
/usr/share/perl5/Finance/YahooQuote.pm line 88.
| Ignoring symbol ^XCV with unparseable date
| Ignoring symbol ^XEU with unparseable date

Yes, that is the 'Yahoo for daily data problem'.  The code I have here has a
an alternative to Yahoo! for _historical_ data, which is different (as it
applies to 'fxbackpopulate' only.

We can the  --ubcfx  option which uses the service at the Univ of British
Columbia in Vancouver.  So also try 

 beancounter --ubcfx --extrafx SEK update

| I will come back to you on this as I want to check my data first: it
| could be due to sloppy entering of data.

Ok. Yahoo! does create warnings.  We may need to think about a new source for 
FX.
 
|  | 
|  | VERY little knowledge of PERL and SQL but willing to learn
|  
|  Good good good, you may well end up doing some really useful testing.
|  
| Willing and able. Let me come back to you later: I have copied the
| database (I am using sqlite3) and am going through cleaning out old
| records (eg shares sold are marked as sold and hence I can track bad
| decisions).
| 
| PS I did buy a book on Perl as I wanted to understand the program as I
| find it incredibly useful. But got lost ...

:)

Dirk

-- 
Three out of two people have difficulties with fractions.



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



Bug#532872: please provide links to the Debian Project patch tracking system

2009-06-12 Thread Aníbal Monsalve Salazar
Package: qa.debian.org
Severity: wishlist

http://patch-tracking.debian.net/

The web address of the Debian Project patch tracking system is above and
can also be reached using the web address below.

http://patches.debian.net/

Is there any plan to have links to packages in the web pages of the
package tracking system?

For example, at http://packages.qa.debian.org/rdate, I would like to see
a link to http://patch-tracking.debian.net/package/rdate



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



Bug#529229: Agent Name: Mr. Fred Peters

2009-06-12 Thread BNL


Agent Name: Mr. Fred Peters
Tel: +44-702-409-3921
Email: ( mr.fredpete...@msn.com )

This is to inform you that you have been
selected for a cash prize of
#1,000,000 (British Pounds) held on the
10th of June 2009 in London Uk.

1. Name:
2. Address:
3. Country of Residence:
4. Telephone Number:
5. Age





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



Bug#526169: even xdm login screen becomes unreadable rectangular chunks

2009-06-12 Thread Brice Goglin
jida...@jidanni.org wrote:
 OK, I see you have a new version. Well, before doing
   # dpkg -i xserver-xorg-video-intel_2%3a2.6.1-1_i386.deb
   dpkg: warning: downgrading xserver-xorg-video-intel from 2:2.7.99.901-1 to 
 2:2.6.1-1.
   # aptitude hold xserver-xorg-video-intel
 here on
   # uname -a
   Linux jidanni2 2.6.29-2-686 #1 SMP Sun May 17 17:56:29 UTC 2009 i686 
 GNU/Linux
   

You still need to try with kernel 2.6.30...

Brice






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



Bug#532702: gnome-session: backtrace

2009-06-12 Thread Antti-Juhani Kaijanaho
Package: gnome-session
Version: 2.26.1-6
Severity: normal

I am still unable to crash it under gdm, or to get a core file,
but I found a substitute, that hopefully helps.  The crash
causes a stack trace to be printed to .xsession-errors, and
I am able to translate it to source references using gdb.

Here's the backtrace, with manually retrieved source references (including only
stuff inside gnome-session).  Note that it may contain typos.

gnome-session[20611]: Frame 0: gnome-session [0x41d17e]
  gdm-signal-handler.c:168
gnome-session[20611]: Frame 1: gnome-session [0x41d304]
  gdm-signal-handler.c:225
gnome-session[20611]: Frame 2: gnome-session [0x41d370]
  gdm-signal-handler.c:248
gnome-session[20611]: Frame 3: /lib/libpthread.so.0 [0x7fc3944077b0]
gnome-session[20611]: Frame 4: /lib/libc.so.6(cfree+0x43) [0x7fc394119c23]
gnome-session[20611]: Frame 5: /usr/lib/libglib-2.0.so.0(g_strfreev+0x25) 
[0x7fc394db84b5]
gnome-session[20611]: Frame 6: gnome-session [0x42d1e1]
  eggdesktopfile.c:1278
gnome-session[20611]: Frame 7: gnome-session [0x42d331]
  eggdesktopfile.c:1363
gnome-session[20611]: Frame 8: gnome-session [0x40e51f]
  gsm-autostart-app.c:805 
gnome-session[20611]: Frame 9: gnome-session [0x40e8fb]
  gsm-autostart-app.c:934
gnome-session[20611]: Frame 10: gnome-session [0x40c8f3]
  gsm-app.c:419
gnome-session[20611]: Frame 11: gnome-session [0x4230a8]
  gsm-manager.c:574
gnome-session[20611]: Frame 12: 
/usr/lib/libglib-2.0.so.0(g_hash_table_find+0x4a) [0x7fc394d89ada]
gnome-session[20611]: Frame 13: gnome-session [0x41f8e7]
  gsm-store.c:120
gnome-session[20611]: Frame 14: gnome-session [0x4231ab]
  gsm-manager.c:608
gnome-session[20611]: Frame 15: gnome-session [0x424361]
  gsm-manager.c:1298
gnome-session[20611]: Frame 16: gnome-session [0x422e04]
  gsm-manager.c:475 
gnome-session[20611]: Frame 17: gnome-session [0x422f0a]
  gsm-manager.c:508
gnome-session[20611]: Frame 18: 
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x16d) [0x7fc39502f11d]
gnome-session[20611]: Frame 19: /usr/lib/libgobject-2.0.so.0 [0x7fc395042c2b]
gnome-session[20611]: Frame 20: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7e2) [0x7fc395044022]
gnome-session[20611]: Frame 21: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83) [0x7fc3950444f3]
gnome-session[20611]: Frame 22: gnome-session [0x40c9fc]
  gsm-app.c:443
gnome-session[20611]: Frame 23: gnome-session [0x42511e]
  gsm-manager.c:1786
gnome-session[20611]: Frame 24: gnome-session [0x41458a]
  gsm-marshal.c:83
gnome-session[20611]: Frame 25: 
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x16d) [0x7fc39502f11d]
gnome-session[20611]: Frame 26: /usr/lib/libgobject-2.0.so.0 [0x7fc395042c2b]
gnome-session[20611]: Frame 27: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x66d) [0x7fc395043ead]
gnome-session[20611]: Frame 28: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83) [0x7fc3950444f3]
gnome-session[20611]: Frame 29: gnome-session [0x41265c]
  gsm-xsmp-client.c:1097
gnome-session[20611]: Frame 30: /usr/lib/libSM.so.6(_SmsProcessMessage+0x875) 
[0x7fc3970a7b35]
gnome-session[20611]: Frame 31: /usr/lib/libICE.so.6(IceProcessMessages+0x292) 
[0x7fc396e99f82]
gnome-session[20611]: Frame 32: gnome-session [0x4108f3]
  gsm-xsmp-client.c:88
gnome-session[20611]: Frame 33: 
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x24a) [0x7fc394d97f7a]
gnome-session[20611]: Frame 34: /usr/lib/libglib-2.0.so.0 [0x7fc394d9b5f8]
gnome-session[20611]: Frame 35: 
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1cd) [0x7fc394d9baed]
gnome-session[20611]: Frame 36: /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xa7) 
[0x7fc395f2d867]
gnome-session[20611]: Frame 37: gnome-session [0x41f623]
  main.c:529
gnome-session[20611]: Frame 38: /lib/libc.so.6(__libc_start_main+0xe6) 
[0x7fc3940c45a6]
gnome-session[20611]: Frame 39: gnome-session [0x40b9f9]
  (inside start.S)

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

Kernel: Linux 2.6.30-ibid-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-session depends on:
ii  gnome-panel   2.26.2-1   launcher and docking facility for 
ii  gnome-session-bin 2.26.1-6   The GNOME Session Manager - Minima
ii  gnome-settings-daemon 2.26.1-2   daemon handling the GNOME session 
ii  metacity  1:2.26.0-2 lightweight GTK+ window manager

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  gnome-keyring 2.26.1-1   GNOME keyring services (daemon and
ii  gnome-user-guide [gnome2-user 2.24.2-2   GNOME user's guide

-- no debconf information



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

Bug#517232: OCF IPsrcaddr inet prefix error

2009-06-12 Thread Dejan Muhamedagic
Hi,

There is also a bugzilla for the same issue here:

http://developerbugs.linux-foundation.org/show_bug.cgi?id=2138

I'm still reluctant to approve the change as it may be a
regression on older installations. Do you have a possibility to
check if ip route show   to exact 0.0.0.0/0 on older hosts?

Thanks,

Dejan




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



Bug#532875: libpam-mount: Wrong volume name with NFS4 mount

2009-06-12 Thread Benoit Metrot
Package: libpam-mount
Version: 0.44-1+lenny3
Severity: normal


I use NFSv4 to mount users home directory on /home. Mount operation is done by 
libpam_mount. Like NFS3 I put the following line in 
/etc/security/pam_mount.conf.xml :

volume user=user fstype=nfs4 server=filer path=/home/%(USER) 
mountpoint=/home/%(USER) options=nodev,nosuid,sec=krb5i /

Using debug mode, /var/log/auth.log tell us that mount.nfs4 is called with 
wrong parameter :

Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:366) information for mount:
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:367) --
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:368) (defined by 
globalconf)
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:369) user:  user
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:370) server:filer
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:371) volume:
/home/user
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:372) mountpoint:
/home/user
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:373) options:   
nodev,nosuid,sec=krb5i
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:374) fs_key_cipher:
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:375) fs_key_path:
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:376) use_fstab: 0
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:377) --
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:170) realpath of volume 
/home/user is /home/user
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:174) checking to see if 
/home/user is already mounted at /home/user
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:848) checking for 
encrypted filesystem key configuration
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:874) about to start 
building mount command
Jun 11 14:52:01 debian gdm[16668]: pam_mount(misc.c:272) command: mount [-p0] 
[-t] [nfs4] [/home/user] [/home/user] [-o] [nodev,nosuid,sec=krb5i]
Jun 11 14:52:01 debian gdm[16697]: pam_mount(misc.c:43) set_myuidpre: (uid=0, 
euid=0, gid=200, egid=200)
Jun 11 14:52:01 debian gdm[16697]: pam_mount(misc.c:43) set_myuidpost: 
(uid=0, euid=0, gid=200, egid=200)
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:90) mount errors:
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:93) mount.nfs4: directory 
to mount not in host:dir format
Jun 11 14:52:01 debian gdm[16668]: pam_mount(mount.c:915) waiting for mount
Jun 11 14:52:01 debian gdm[16668]: pam_mount(pam_mount.c:540) mount of 
/home/user failed

To fix the problem I use this volume directive in 
/etc/security/pam_mount.conf.xml (adding server hostname in path=) :

volume user=user fstype=nfs4 server=filer path=filer:/home/%(USER) 
mountpoint=/home/%(USER) options=nodev,nosuid,sec=krb5i /

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

Kernel: Linux 2.6.26-2-686-bigmem (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 libpam-mount depends on:
ii  debconf 1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libhx13 1.18-1   A library providing queue, tree, I
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libssl0.9.8 0.9.8g-15+lenny1 SSL shared libraries
ii  libxml-writer-perl  0.604-1  Perl module for writing XML docume
ii  libxml2 2.6.32.dfsg-5GNOME XML library
ii  mount   2.13.1.1-1   Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
pn  cryptsetup  none   (no description available)
pn  davfs2  none   (no description available)
pn  fuse-utils  none   (no description available)
ii  lsof4.78.dfsg.1-4List open files
pn  ncpfs   none   (no description available)
ii  openssl 0.9.8g-15+lenny1 Secure Socket Layer (SSL) binary a
ii  psmisc  22.6-1   Utilities that use the proc filesy
pn  smbfs   none   (no description available)
pn  truecrypt-utils none   (no description available)

-- debconf information:
* libpam-mount/convert-xml-config: false



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



Bug#532874: libnss-ldapd: Restarting slapd while nslcd is running hangs for a short time.

2009-06-12 Thread Matthew King
Package: libnss-ldapd
Version: 0.6.7.1
Severity: normal


When nss-ldapd and slapd are on the same server and nss-ldapd is configured
to use ldapi:/// or ldap://127.0.0.1/ URIs, restarting slapd if nslcd is
running is very slow (but does eventually complete). If nslcd is stopped
first the restart of slapd proceeds as normal.

It seems most likely that nslcd is waiting for the ldap server to respond
so that it can query the passwd/group database, except of course that
the ldap server isn't there. I don't know what effect will be had on
regular usage of the machine if the ldap server goes away but in light
of this I expect it's not nothing.

A suitable workaround is to just ignore it (it only takes around 30 seconds
or so) or restart as:

# /etc/init.d/nslcd stop; /etc/init.d/slapd restart; /etc/init.d/nslcd start

It is worth noting that I do not have any failover mechanism configured.

Matthew

-- System Information:
ned:~# grep . /etc/nss-ldapd.conf 
uid nslcd
gid nslcd
ldap_version3
baseo=Monnsta
uri ldapi:///
ssl off

Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
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 libnss-ldapd depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1 OpenLDAP libraries
ii  libsasl2-2  2.1.22.dfsg1-23+lenny1   Cyrus SASL - authentication abstra

Versions of packages libnss-ldapd recommends:
pn  libpam-ldap   none (no description available)
pn  nscd  none (no description available)

libnss-ldapd suggests no packages.



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



Bug#532873: enchant: Binary in library package.

2009-06-12 Thread Kurt Roeckx
Package: libenchant1c2a
Version: 1.4.2-3.3
Severity: important

Hi,

It seems that /usr/bin/enchant is part of the library package.
It really has no reason why it should be in there.  Please move
it to it's own binary package.


Kurt




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



Bug#516883: Adoption of slashem

2009-06-12 Thread Xavier Oswald
Hi,

I will adopt it.

Upstream is not dead.

The project is a bit stalled with new features, but they are active when bugs
appears.

Greetings,
-- 
  ,''`.  ** Xavier Oswald xosw...@debian.org
 : :' :  ** Research Engineer   
 `. `'   ** GNU/LINUX Debian Developer (http://debian.org)  
   `-** Isaac Project Developer (http://isaacproject.u-strasbg.fr/) 




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



Bug#532876: munin-node: postfix_mail{stats,volume} broken

2009-06-12 Thread Ulrik Haugen
Package: munin-node
Version: 1.2.5-1
Severity: normal
Tags: patch

postfix_mail{stats,volume} fall back to a value for rotlogfile that they have
already determined not to exist. This resulted in no stats beeing output for
some hours after midnight. Substituting /dev/null for $logfile.0 corrected
the problem for me.

postfix_mailstats also has a mistyped =~.


# diff -u postfix_mailstats.orig postfix_mailstats 
--- postfix_mailstats.orig  2009-06-12 13:28:43.0 +0200
+++ postfix_mailstats   2009-06-12 13:18:21.0 +0200
@@ -126,7 +126,7 @@
 }
 else
 {
-$rotlogfile = $logfile . .0;
+$rotlogfile = '/dev/null';
 }
 
 if (-f $statefile)
@@ -236,7 +236,7 @@
elsif ($line =~ /postfix\/smtpd.*reject: \S+ \S+ \S+ (\S+)/)
{
 my $cause = $1;
-$cause = 'OTHER' unless $1 =/^\d+$/;
+$cause = 'OTHER' unless $1 =~ /^\d+$/;
$rejects-{$cause} ++;
}
 }

# diff -u postfix_mailvolume.orig postfix_mailvolume 
--- postfix_mailvolume.orig 2009-06-12 13:28:34.0 +0200
+++ postfix_mailvolume  2009-06-12 13:18:21.0 +0200
@@ -128,7 +128,7 @@
 }
 else
 {
-$rotlogfile = $logfile . .0;
+$rotlogfile = '/dev/null';
 }
 
 if (-f $statefile)

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23.16+unit+smp
Locale: LANG=C, LC_CTYPE=sv_SE.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages munin-node depends on:
ii  adduser3.102 Add and remove users and groups
ii  libnet-server-perl 0.94-1An extensible, general perl server
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  perl   5.8.8-7etch6  Larry Wall's Practical Extraction 
ii  procps 1:3.2.7-3 /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

-- 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#532526: About the FTBFS: Outdated config.{sub,guess}

2009-06-12 Thread Bradley Smith
On Fri, 12 Jun 2009 15:07:15 +0800
LIU Qi liuq...@gmail.com wrote:

 Hi Bradley,
 Thanks for your report. I have uploaded a new version of
 zziplib(0.13.54-1). Could you have a try on that? Thank you very much.

This has now built successfully, thanks.

Regards,
Bradley Smith

-- 
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347


signature.asc
Description: PGP signature


Bug#379913: Still fails

2009-06-12 Thread Francesco P. Lovergine
Sorry for italian, anyway the issue still applies in 6.4 at least for some 
items.

mandb: attenzione: /usr/share/man/man1/lrs.1grass.gz: analisi whatis per 
lrs(1grass) fallita
mandb: attenzione: /usr/share/man/man1/variables.1grass.gz: analisi whatis per 
variables(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-odbc.1grass.gz: analisi whatis per 
grass-odbc(1grass) fallita
mandb: attenzione: /usr/share/man/man1/databaseintro.1grass.gz: analisi whatis 
per databaseintro(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-sqlite.1grass.gz: analisi whatis 
per grass-sqlite(1grass) fallita
mandb: attenzione: /usr/share/man/man1/postscript.1grass.gz: analisi whatis per 
postscript(1grass) fallita
mandb: attenzione: /usr/share/man/man1/misc.1grass.gz: analisi whatis per 
misc(1grass) fallita
mandb: attenzione: /usr/share/man/man1/database.1grass.gz: analisi whatis per 
database(1grass) fallita
mandb: attenzione: /usr/share/man/man1/r.li.daemon.1grass.gz: analisi whatis 
per r.li.daemon(1grass) fallita
mandb: attenzione: /usr/share/man/man1/raster3dintro.1grass.gz: analisi whatis 
per raster3dintro(1grass) fallita
mandb: attenzione: /usr/share/man/man1/gm_animate.1grass.gz: analisi whatis per 
gm_animate(1grass) fallita
mandb: attenzione: /usr/share/man/man1/index.1grass.gz: analisi whatis per 
index(1grass) fallita
mandb: attenzione: /usr/share/man/man1/gm_georect.1grass.gz: analisi whatis per 
gm_georect(1grass) fallita
mandb: attenzione: /usr/share/man/man1/sql.1grass.gz: analisi whatis per 
sql(1grass) fallita
mandb: attenzione: /usr/share/man/man1/full_index.1grass.gz: analisi whatis per 
full_index(1grass) fallita
mandb: attenzione: /usr/share/man/man1/rasterintro.1grass.gz: analisi whatis 
per rasterintro(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-mysql.1grass.gz: analisi whatis 
per grass-mysql(1grass) fallita
mandb: attenzione: /usr/share/man/man1/displaydrivers.1grass.gz: analisi whatis 
per displaydrivers(1grass) fallita
mandb: attenzione: /usr/share/man/man1/display.1grass.gz: analisi whatis per 
display(1grass) fallita
mandb: attenzione: /usr/share/man/man1/imageryintro.1grass.gz: analisi whatis 
per imageryintro(1grass) fallita
mandb: attenzione: /usr/share/man/man1/helptext.1grass.gz: analisi whatis per 
helptext(1grass) fallita
mandb: attenzione: /usr/share/man/man1/imagery.1grass.gz: analisi whatis per 
imagery(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-pg.1grass.gz: analisi whatis per 
grass-pg(1grass) fallita
mandb: attenzione: /usr/share/man/man1/raster.1grass.gz: analisi whatis per 
raster(1grass) fallita
mandb: attenzione: /usr/share/man/man1/gm_profile.1grass.gz: analisi whatis per 
gm_profile(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-dbf.1grass.gz: analisi whatis per 
grass-dbf(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-ogr.1grass.gz: analisi whatis per 
grass-ogr(1grass) fallita
mandb: attenzione: /usr/share/man/man1/vectorintro.1grass.gz: analisi whatis 
per vectorintro(1grass) fallita
mandb: attenzione: /usr/share/man/man1/raster3D.1grass.gz: analisi whatis per 
raster3D(1grass) fallita
mandb: attenzione: /usr/share/man/man1/general.1grass.gz: analisi whatis per 
general(1grass) fallita
mandb: attenzione: /usr/share/man/man1/grass-mesql.1grass.gz: analisi whatis 
per grass-mesql(1grass) fallita
mandb: attenzione: /usr/share/man/man1/vector.1grass.gz: analisi whatis per 
vector(1grass) fallita
mandb: attenzione: /usr/share/man/man1/projectionintro.1grass.gz: analisi 
whatis per projectionintro(1grass) fallita


-- 
Francesco P. Lovergine



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



Bug#512079: package structure and signature updates

2009-06-12 Thread Javier Fernández-Sanguino Peña
On Sun, Feb 01, 2009 at 03:46:17AM +0100, Christoph Anton Mitterer wrote:
   Another thing is that many files are not listed as being part of the  
   package, e.g. /etc/tiger/tigerrc.
  Which files?
  $ dpkg -L tiger |grep tiger/tigerrc
  /etc/tiger/tigerrc
 Uhm strange,.. this is not in the list, when I issue the very same
 command?!

What tiger version do you have? And what architecture are you using?

Maybe there's a problem with some autobuilder...

Regards

Javier


signature.asc
Description: Digital signature


  1   2   3   4   >