Bug#514697: [lib/Lintian/Collect/Binary.pm] missing use Lintian::Colection

2009-02-10 Thread Raphael Geissert
Package: lintian
Version: 2.2.4
Severity: important
Tags: patch

Hi all,

Again bad news:

Can't locate object method new via package Lintian::Relation (perhaps you 
forgot to load Lintian::Relation?) 
at /home/raphael/Deb/lintian/lib/Lintian/Collect/Binary.pm line 285.
internal error: cannot run copyright_file check on package php5-cli
warning: skipping check of binary package php5-cli

$ git diff
diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm
index e054655..fb404d1 100644
--- a/lib/Lintian/Collect/Binary.pm
+++ b/lib/Lintian/Collect/Binary.pm
@@ -26,6 +26,7 @@ use base 'Lintian::Collect';
 use Carp qw(croak);

 use Util;
+use Lintian::Relation;

 # Initialize a new binary package collect object.  Takes the package name,
 # which is currently unused.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net



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



Bug#514017: attr - Puts files in /lib64

2009-02-10 Thread Bastian Blank
reopen 514017
thanks

On Tue, Feb 10, 2009 at 10:49:06AM +1100, Aníbal Monsalve Salazar wrote:
 On Tue, Feb 10, 2009 at 10:37:31AM +1100, Anibal Monsalve Salazar wrote:
 The files in each binary package are listed below. There is no file in
 the /lib64 directory.
 s/binary package/amd64 binary package/

A sample is no negative proove.

amd64 is not the only architecture which defines /lib64 as its default
library path except in Debian. And this setting makes the build
unreliable.

Bastian

-- 
Murder is contrary to the laws of man and God.
-- M-5 Computer, The Ultimate Computer, stardate 4731.3



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



Bug#497791: unknown command `initrd' - more info

2009-02-10 Thread Jayen Ashar
Package: grub-pc
Version: 1.96+20080724-14
Followup-For: Bug #497791

This bug is happenning on another machine, not this one.  It's an amd64
machine.  initrd and linux both appear to be present when i cat
command.lst.  Adding 'insmod linux' in various places gives:
syntax error
Incorrect command
error: You need to load the kernel first.
Adding insmod echo and echo $read shows that search didn't change
$root.  Even after removing the search line, I still see:
syntax error
Incorrect command
before the kernel decompresses and boots.

Is it possible that grub-install didn't run on upgrade?

Also, grub2 is not installed.  Only grub-pc and grub-common.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/2f973dd0-9b32-40d5-a806-32874a30d6b8 / ext3 
rw,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
if font /usr/share/grub/ascii.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.26-1-686 {
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
linux   /boot/vmlinuz-2.6.26-1-686 
root=UUID=2f973dd0-9b32-40d5-a806-32874a30d6b8 ro  
initrd  /boot/initrd.img-2.6.26-1-686
}
menuentry Debian GNU/Linux, linux 2.6.26-1-686 (single-user mode) {
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
linux   /boot/vmlinuz-2.6.26-1-686 
root=UUID=2f973dd0-9b32-40d5-a806-32874a30d6b8 ro single 
initrd  /boot/initrd.img-2.6.26-1-686
}
menuentry Debian GNU/Linux, linux 2.6.24-1-686 {
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
linux   /boot/vmlinuz-2.6.24-1-686 
root=UUID=2f973dd0-9b32-40d5-a806-32874a30d6b8 ro  
initrd  /boot/initrd.img-2.6.24-1-686
}
menuentry Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode) {
set root=(hd0,2)
search --fs-uuid --set 2f973dd0-9b32-40d5-a806-32874a30d6b8
linux   /boot/vmlinuz-2.6.24-1-686 
root=UUID=2f973dd0-9b32-40d5-a806-32874a30d6b8 ro single 
initrd  /boot/initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_otheros ###

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
menuentry Microsoft Windows XP Professional {
set root=(hd0,0)
chainloader +1
}
### END /etc/grub.d/30_otheros ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

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

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

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  grub-common 1.96+20080724-14 GRand Unified Bootloader, version 
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  liblzo2-2   2.03-1   data compression library
ii  libncurses5 5.7+20081213-1   shared libraries for terminal hand

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.3  common files for the Debian Deskto
pn  os-prober none (no description available)

-- 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#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

2009-02-10 Thread Andreas Tille

On Mon, 9 Feb 2009, Sundaram wrote:


Thanks for offering help. I guess I will package it today/tomorrow and will 
upload the packages to
mentors.debian.net needing a sponsor. I will keep you posted regarding the 
improvements.


Sponsoring your package is perfectly OK.  You might consider putting the 
package under
team maintenance.  WordNet is

Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
DM-Upload-Allowed: yes
Uploaders: Andreas Tille ti...@debian.org
Vcs-Browser: 
http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/?rev=0sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/wordnet/trunk/

If you have questions about this feel free to ask.

Kind regards

 Andreas.

--
http://fam-tille.de



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



Bug#513884: boinc-manager: does not automatically abort WUs over deadline time

2009-02-10 Thread Sandro Tosi
Hi René,

On Tue, Feb 10, 2009 at 04:22, René Mayorga rmayo...@debian.org wrote:
 On Mon, Feb 02, 2009 at 01:51:28AM +0100, Sandro Tosi wrote:
 I got some WUs with deadline set to Jan 30 there were still in elaboration, 
 but
 the project didn't grant no credit since overdued. So a lot of cpu time was
 wasted instead of producing results.


 Are you having this behavior on all the projects ? or this applies to
 only certain projects?

I've experienced with einst...@home when I reported the bug: it
doesn't happen that often here to be over deadlines, and I had a batch
of e...@h WUs to process, so no other projects were involved in this.

 I am wondering this, since there is an old  bug on upstream[0]
 And the answer that his feature my come from the project server side.

 [0]http://boinc.berkeley.edu/trac/ticket/464

Mh, so what would you suggest? Report this problem to e...@h?

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#514627: mdadm: autocheck generates errors: INFO: task md1_resync:5528 blocked for more than 120 seconds

2009-02-10 Thread NeilBrown
On Tue, February 10, 2009 6:36 pm, martin f krafft wrote:
 tags 514627 wontfix
 thanks

 also sprach Fabio Muzzi debianb...@kurgan.org [2009.02.09.1654 +0100]:
 [36167.934923] INFO: task md1_resync:5528 blocked for more than 120
 seconds.
 [36167.934979] echo 0  /proc/sys/kernel/hung_task_timeout_secs
 disables this message.

 I am seeing those too. It's a new feature in the kernel. The only
 way to work against it would be by making checkarray process arrays
 in series, which might take a lot longer and would unnecessarily
 complicate the script. Thus, I am marking this bug wontfix.

For the record, this is fixed by kernel patch
 commit 9744197c3d7b329590c2be33ad7b17409bd798fe

which is in 2.6.28

NeilBrown






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



Bug#514698: RFP: calibre -- E-book management application

2009-02-10 Thread anneg...@libero.it
Package: calibre
Severity: RFP

Source: http://pypi.python.org/pypi/calibre/
Bin: http://calibre.kovidgoyal.net/download_debian
Home page: http://calibre.kovidgoyal.net/

License: GPL v3


Thanks a lot
More+




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



Bug#514697: [lib/Lintian/Collect/Binary.pm] missing use Lintian::Colection

2009-02-10 Thread Adam D. Barratt
On Tue, 2009-02-10 at 02:00 -0600, Raphael Geissert wrote:
 Can't locate object method new via package Lintian::Relation (perhaps you 
 forgot to load Lintian::Relation?) 
 at /home/raphael/Deb/lintian/lib/Lintian/Collect/Binary.pm line 285.
 internal error: cannot run copyright_file check on package php5-cli
 warning: skipping check of binary package php5-cli

Ugh.  Thanks, fixed (together with the corresponding problem in
Collect/Source.pm).

Adam



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



Bug#514623: Cannot use revoked subkeys for decription using a smart card

2009-02-10 Thread Enrico Zini
On Mon, Feb 09, 2009 at 05:17:01PM +0100, Kai Wasserbäch wrote:

 I'd expect GnuPG to behave like this. For me the revocation singals that I've
 lost control over the secret key and therefore any access should be blocked - 
 if
 possible. But that's just my singular opinion and possibly the wrong way to 
 see it.

Try to revoke a key with gnupg, and read the list of reasons for
revocation.  Here's a simple use case for revocation without
compromission: I revoke a 1024b subkey because I've switched to a 4096b
subkey.

But even if the subkey, or the key, has been compromised: sure enough,
it shouldn't be used for signing.  But we are talking about
*decryption*!

Why shouldn't I be allowed to use it to read my own old encrypted data,
maybe (here's another quite legitimate use case) in order to reencrypt
it using the new key?


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini enr...@debian.org


signature.asc
Description: Digital signature


Bug#497754: iceweasel: under kernel 2.6.27-rc5 creates new *.default directory

2009-02-10 Thread Eric Dorland
* Arthur Marsh (arthur.ma...@internode.on.net) wrote:


 Eric Dorland wrote, on 04/09/08 16:21:
 * Arthur Marsh (arthur.ma...@internode.on.net) wrote:
 Package: iceweasel
 Version: 3.0.1-1
 Severity: important


 After installing kernel 2.6.27-rc5 and restarting I found iceweasel  
 creating a new *.default directory and giving me a fresh install:

 ~/.mozilla/firefox$ ls -al
 total 20
 drwxr-xr-x 4 amarsh04 amarsh04 4096 2008-09-04 12:10 .
 drwx-- 8 amarsh04 amarsh04 4096 2008-09-03 22:28 ..
 drwx-- 7 amarsh04 amarsh04 4096 2008-09-04 12:13 igqi3kzb.default
 drwxr-xr-x 3 amarsh04 amarsh04 4096 2008-09-04 11:38 odob3ox8.default
 -rw-r--r-- 1 amarsh04 amarsh04   94 2008-09-04 12:10 profiles.ini

 I then deleted the newly created directory tree and created a symlink 
 to the old one:

 ~/.mozilla/firefox$ rm -r igqi3kzb.default
 amars...@victoria:~/.mozilla/firefox$ ln -s odob3ox8.default  
 igqi3kzb.default
 amars...@victoria:~/.mozilla/firefox$ ls -al
 total 16
 drwxr-xr-x 3 amarsh04 amarsh04 4096 2008-09-04 12:29 .
 drwx-- 8 amarsh04 amarsh04 4096 2008-09-03 22:28 ..
 lrwxrwxrwx 1 amarsh04 amarsh04   16 2008-09-04 12:29 igqi3kzb.default 
 - odob3ox8.default
 drwxr-xr-x 6 amarsh04 amarsh04 4096 2008-09-04 12:35 odob3ox8.default
 -rw-r--r-- 1 amarsh04 amarsh04   94 2008-09-04 12:10 profiles.ini

 I still had to reinstall add-ons after that.

 Is there any reason that iceweasel would create a new *.default  
 directory?

 What's in that profiles.ini file?


 It was pointing to the newly created igqi3kzb.default directory:

 amars...@victoria:~/.mozilla/firefox$ more profiles.ini
 [General]
 StartWithLastProfile=1

 [Profile0]
 Name=default
 IsRelative=1
 Path=igqi3kzb.default

 amars...@victoria:~/.mozilla/firefox$

 It appears that something either deleted or edited the original  
 profiles.ini.

 Is there a fixed algorithm to create the *.default directory name?

I'm honestly not sure what the algorithm is, it's probably something
quasi-random.

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com



signature.asc
Description: Digital signature


Bug#505744: python-pyxmpp: Please package SVN snapshots for experimental

2009-02-10 Thread Cyril Brulebois
retitle 505744 Please package new upstream release (1.0.1)
thanks

Josh Triplett j...@freedesktop.org (14/11/2008):
 PyXMPP had its last release in 2005.  It has seen a lot of development
 since then.  Please consider packaging upstream's SVN snapshots,
 perhaps in experimental.

A new upstream release is even out.

To catch further developments, here's a watch file:
,---[ debian/watch ]---
| version=3
| http://pyxmpp.jajcus.net/downloads/ pyxmpp-([0-9.]+)\.tar\.gz
`---

Attached is a diff of the ChangeLog files.

Mraw,
KiBi.
--- ../pyxmpp-1.0.0/ChangeLog	2005-12-26 17:58:01.0 +0100
+++ ./ChangeLog	2009-01-17 19:28:30.0 +0100
@@ -1,3 +1,386 @@
+2009-01-17 18:28 + [r686-687]  Jacek Konieczny jaj...@jajcus.net
+
+	* Makefile, README, CHANGES, .cvslog (removed):
+	  - Version: 1.0.1
+
+	* doc/Makefile:
+	  - updated for new epydoc and docutils
+
+2009-01-17 18:08 + [r685]  Jacek Konieczny jaj...@jajcus.net
+
+	* auxtools/svn2log.py:
+	  - svn2log.py updated to use the standard ElementTree interface
+	instead of pyxml
+
+2009-01-17 17:53 + [r684]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stanza.py:
+	  - use docCopyNode() and reconciliateNs() to make sure namespaces
+	references are correct – fixes python only implementation
+
+2008-12-05 18:25 + [r683]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/clientstream.py, pyxmpp/sasl/digest_md5.py:
+	  - Python 2.6 update: use 'hashlib' module instead of 'md5' and
+	'sha' when available
+
+2008-12-05 17:09 + [r682]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/exceptions.py:
+	  - Python 2.6 update: usage of deprecated BaseException.message
+	dropped
+
+2008-12-05 07:18 + [r681]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/streamtls.py:
+	  - small TLS improvements from Ron Frederick
+
+2008-08-21 06:24 + [r680]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/clientstream.py:
+	  - login after registration fix by andrew.p.Hahn (fixes #26)
+
+2008-08-08 11:34 + [r679]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/sasl/digest_md5.py:
+	  - allow spaces between challenge and response parameters (RFC 2831,
+	section 7.1, '#' rule; needed for jabberd2 compatibility)
+
+2008-08-08 11:22 + [r678]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stream.py, pyxmpp/client.py, pyxmpp/streamsasl.py,
+	  pyxmpp/sasl/__init__.py, pyxmpp/sasl/gssapi.py (added):
+	  - GSSAPI SASL support by Jelmer Vernooij
+
+2008-05-06 07:49 + [r677]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/dataforms.py, tests/dataforms.py:
+	  - dataforms API and tests fixes
+
+2007-08-30 07:29 + [r676]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stanza.py:
+	  - .get_to() and get_from() documentation fix (correct return type)
+	  - set_to() and set_from() fixed to expect JID as argument (unicode
+	should still work)
+
+2007-06-28 08:36 + [r675]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/vcard.py:
+	  - last fix applied to two other occurences of the buf (closes #13,
+	again)
+
+2007-06-27 07:20 + [r673]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/vcard.py:
+	  - RFC2425 parsing of VCardImage and attribute initialization fix
+	(closes #13)
+
+2007-06-26 07:26 + [r672]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/vcard.py:
+	  - fixed #12
+
+2007-05-09 12:05 + [r671]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/presence.py:
+	  - make 'deny', not 'accept' response in make_deny_response
+
+2007-02-21 09:18 + [r670]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stanza.py:
+	  - as_xml() already adds content to the stanza ('if' changed to
+	'elif')
+
+2007-02-03 19:31 + [r669]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/interface_micro_impl.py, pyxmpp/interface.py,
+	  pyxmpp/interfaces.py, tests/interface.py:
+	  - interfaces API improvements
+
+2007-01-05 16:24 + [r668]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stanzaprocessor.py:
+	  - return feature-not-implemented error if no handler is found for
+	otherwise valid stanza (thanks to Maciek Niedzielski)
+
+2006-12-11 16:48 + [r667]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/streamtls.py:
+	  - typo
+
+2006-12-03 15:40 + [r666]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/jabber/disco.py:
+	  - set_identities() fix
+
+2006-12-03 07:56 + [r665]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/client.py:
+	  - XMPP-IM, not XHTML-IM, of course. Thanks machekku.
+
+2006-11-03 13:53 + [r664]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/exceptions.py:
+	  - docstring for JIDMalformedProtocolError fixed
+
+2006-10-25 06:48 + [r663]  Jacek Konieczny jaj...@jajcus.net
+
+	* pyxmpp/stanza.py:
+	  - include serialized stanza in the 'stanza has no error' exception
+
+2006-10-24 08:36 + [r662]  Jacek Konieczny jaj...@jajcus.net
+
+	* configure.py:
+	  - do not try to print M2Crypto version if M2Crypto is not available
+

Bug#514699: install: invalid user `Slmodemd'

2009-02-10 Thread Michael Prokop
Package: sl-modem-daemon
Version: 2.9.11~20080817-2
Severity: important


Fresh installation:

[...]
Setting up sl-modem-daemon (2.9.11~20080817-2) ...
install: invalid user `Slmodemd'
dpkg: error processing sl-modem-daemon (--configure):
 subprocess post-installation script returned error exit status 1
[...]

Looking at the postinst script it seems you are assigning
permissions (install -d -oSlmodemd ) before adding the according
user.

regards,
-mika-



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



Bug#514700: [gdal] gdal-1.5.4-1 packages completely broken

2009-02-10 Thread Antonio Valentino
Package: gdal
Version: 1.5.4-1
Severity: important

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

All GDAL packages only contain doc files

$ dpkg -L libgdal1-1.5.0
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libgdal1-1.5.0
/usr/share/doc/libgdal1-1.5.0/changelog.gz
/usr/share/doc/libgdal1-1.5.0/copyright
/usr/share/doc/libgdal1-1.5.0/NEWS.gz
/usr/share/doc/libgdal1-1.5.0/NEWS.Debian.gz
/usr/share/doc/libgdal1-1.5.0/changelog.Debian.gz
/usr/share/doc/libgdal1-1.5.0/TODO.Debian

$ dpkg -L gdal-bin
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/gdal-bin
/usr/share/doc/gdal-bin/changelog.gz
/usr/share/doc/gdal-bin/copyright
/usr/share/doc/gdal-bin/NEWS.Debian.gz
/usr/share/doc/gdal-bin/changelog.Debian.gz


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: 5.0
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.it.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 





-- 
Antonio Valentino
INNOVA Consorzio per l'Informatica e la Telematica s.r.l.
Sede Legale: Recinto II Fiorentini 10 - 75100 Matera (MT) - Italy
Sede Operativa: Z.I. La Martella, C.da Chiatamura, Lotto 188 - 75100
Matera (MT) - Italy Tel.: +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#514701: bluetooth-applet segfaults when user is not in the netdev group

2009-02-10 Thread Evgeni Golov
Package: bluez-gnome
Version: 0.27-1
Severity: important

Hi,

until today I never was part of the netdev group, and bluetooth-applet
always worked fine. But today I wanted to send a file to my mobile,
pressed Fn+F5 on my keyboard to enable BT and just saw bluetooth-applet dying.

Started on a terminal it said
Bluetooth OBEX server failed: Bluez DBus interface not available
when starting up and segfaulted as soon I enabled BT on my laptop again.
gdb didn't want to tell me anything interesting, even not when I recompiled
bluez-gnome with nostrip.

I started browsing the BTS and found #506677, that says I should add myself
to netdev. I did so and even without a newgrp or relogin the applet works
fine again. The other way removing me from the netdev group and it will
segfault again.

IMHO
1. this requirement should be documented
2. bluetooth-applet should not die if it's not met

Regards
Evgeni

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

Kernel: Linux 2.6.28-x31-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez-gnome depends on:
ii  dbus  1.2.1-5simple interprocess messaging syst
ii  gconf22.22.0-1   GNOME configuration database syste
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface 
ii  libhal1   0.5.11-8   Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk2.1 0.4.4-3sends desktop notifications to a n
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio

Versions of packages bluez-gnome recommends:
ii  bluez-utils   3.36-3 Bluetooth tools and daemons
pn  gnome-vfs-obexftp none (no description available)

bluez-gnome 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#514703: smbclient shows the wrong filesize with command du

2009-02-10 Thread T.Klassen
Package: smbclient
Version: 2:3.2.5-4
Severity: important


Hello,
I need smbclient in combination with Amanda. Amanda uses it to calculate the 
directory size of a Samba Share.
With some Windows Shares smbclient works very well and shows the correct size 
but some don´t.
Some just print out 0 Bytes even if there are 1GB in it or something. The 
User Im connecting with
is my Administrator. 

Please test a few different shares if you can reproduce this bug. I don´t know 
where to search for it.



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

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

Versions of packages smbclient depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libcomerr2   1.41.3-1common error description library
ii  libkrb53 1.6.dfsg.4~beta1-5  MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libncurses5  5.7+20081213-1  shared libraries for terminal hand
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libreadline5 5.2-3.1 GNU readline and history libraries
ii  libtalloc1   1.2.0~git20080616-1 hierarchical pool based memory all
ii  libwbclient0 2:3.2.5-4   client library for interfacing wit
ii  samba-common 2:3.2.5-4   Samba common files used by both th

smbclient recommends no packages.

Versions of packages smbclient suggests:
pn  smbfs none (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#497791: unknown command `initrd' - more info

2009-02-10 Thread Felix Zielcke
Am Dienstag, den 10.02.2009, 19:05 +1100 schrieb Jayen Ashar:


 Is it possible that grub-install didn't run on upgrade?

Yes, grub-install is not run on upgrades.
Normally reportbug should even tell you this when you report a bug for
grub-pc

 Also, grub2 is not installed.  Only grub-pc and grub-common.
 

grub2 is just a dummy package depending on grub-pc
-- 
Felix Zielcke




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



Bug#514017: attr - Puts files in /lib64

2009-02-10 Thread Samuel Thibault
Bastian Blank, le Tue 10 Feb 2009 09:00:52 +0100, a écrit :
 On Tue, Feb 10, 2009 at 10:49:06AM +1100, Aníbal Monsalve Salazar wrote:
  On Tue, Feb 10, 2009 at 10:37:31AM +1100, Anibal Monsalve Salazar wrote:
  The files in each binary package are listed below. There is no file in
  the /lib64 directory.
  s/binary package/amd64 binary package/
 
 A sample is no negative proove.

Please show us in the source where lib64 is used as a target for
installing files.  As I already said, I couldn't find any.

Samuel



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



Bug#514318: [pkg-ntp-maintainers] Bug#514318: lockfile can cause long startup delays, questionable benefit

2009-02-10 Thread Peter Eisentraut

martin f krafft wrote:

So it seems that the root cause is ntpdate's inability to deal with
broken DNS (separate bug report to be filed).


ntpdate is deprecated upstream, so it's unlikely that things like that 
will get fixed.



At the time the boot finally completed, ntpdate and ntpd were both
running, which makes me question the point of the lockfile. The
initscript really ought not to hold up the whole boot sequence, even
if ntpdate has a problem.


Why do you install ntpdate at all if you have ntpd installed?  That is 
normally not useful.  We are just trying to prevent these two from 
tripping over each other in legacy installations.  (That is not to say 
that your complaint is not valid; I'm just explaining our priorities.)





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



Bug#514693: iodine initscript spits warnings when iodined is disabled

2009-02-10 Thread gregor herrmann
On Tue, 10 Feb 2009 07:58:40 +0100, Yves-Alexis Perez wrote:

 Which is ok because I disabled iodined, I'm on the *client*. So I really
 don't care about the server on this box, but as there's only one package
 for both (which makes sense), I can't just remove the server.

Right, I don't like these warnings on my clients either, although I
wrote them :)
 
 I think the initscript shouldn't be that verbose in that case, or maybe
 when dpkg-reconfigure'ing iodine and disabling the server, it could disable
 the initscript too (not sure if the policy allow that, though).

Thanks for the ideas, I try to come up with a solution.

Cheers,
gregor
-- 
 .''`.   Home: http://info.comodo.priv.at/{,blog/} / GPG Key ID: 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-BOFH excuse #407:  Route flapping at the NAP. 


signature.asc
Description: Digital signature


Bug#514704: Uses fsync although SYNCMODE is turned off

2009-02-10 Thread Philipp Marek
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Reportbug-Version: 3.48
X-Debbugs-Cc: philipp.ma...@emerion.com
Package: libgdbm3
Version: 1.8.3-4
Severity: normal


gdbm uses fsync() on gdbm_close(), although GDMB_FAST is turned on and
GDBM_SYNMODE is turned off.

I've attached a simple C program, and a Makefile.
make will compile the program and run it via strace, so that this
is easy to see.

Looking into the sources there is the unconditional fsync() in gdbmclose.c:47;
but simply removing that might break the expected behaviour, so it might be
necessary to define an additional flag to be used with gdbm_setopt().


Regards,

Phil



-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgdbm3 depends on:
ii  libc6 2.9-0exp2  GNU C Library: Shared libraries

libgdbm3 recommends no packages.

libgdbm3 suggests no packages.

-- no debconf information


CFLAGS += -Wall -g
LDFLAGS	+= -lgdbm -g

all: gdbm-t
		strace ./gdbm-t

gdbm-t: gdbm-t.c

#include stdio.h
#include gdbm.h

int main(int argc, char *args[])
{
	GDBM_FILE db;
	datum key={ .dptr=a, .dsize=1};
	datum val={ .dptr=b, .dsize=1};

	db=gdbm_open( args[1] ? args[1] : test.db, 0, 
			GDBM_WRCREAT | GDBM_FAST, 0777, NULL);
	if (!db) return 1;

	gdbm_store(db, key, val, GDBM_REPLACE);
	gdbm_close(db);
	return 0;
}


Bug#514673: grub2: Command initrd not found

2009-02-10 Thread Felix Zielcke
forcemerge 497791 514673
thanks

Am Dienstag, den 10.02.2009, 00:08 +0100 schrieb Thomas Schweikle:

 grub starts, but then stops with the message command initrd not found.
 The system remains unbootable. If you have an older version of grub
 available on CD or FD you can use this to boot the system. The latest
 version of grub is indeed missing the command initrd. This isn't
 documented anywhere and it seems as if this command was canceled
 in favour of some other idea. Because of missing docs I was not able
 to find out what new idea this was!

Please see bug 512787 and 497791.
The problem is the `search --fs-uuid' line.
It seems like an old version of grub2 had a bug in the parser which is
already fixed, but grub-install is not run automatically on an upgrade.
Which reportbug should normally tell you if you report a bug against
grub-pc.

-- 
Felix Zielcke




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



Bug#511586: mirror listing update for ftp.litnet.lt

2009-02-10 Thread LITNET FTP Admin
Simon Paillard wrote:
 Hello,
 
 Thanks for noticing us.
 
 Here are a few comments.
 
 
 Please use 
 http://lists.debian.org/debian-mirrors-announce/2008/11/msg1.html
 and setup it so that the local trace file is now named ftp.litnet.lt.

Local trace file name is now ftp.litnet.lt. We are using ftpsync script
( latest version 4711). We've done 3 configurations:
ftpsync-{debian,backports,volatile}.conf .ftpsync now used for:

a) debian archive (option sync:archive:debian)
b) debian-backports archvie (option sync:archive:backports)
c) debian-volatile archive (option sync:archive:volatile)

As I can see sync:all is not our case so we could not do all three
archive updates with one ftpsync command. However, we splitted them to
three command lines for different times.

We also want to be pushed from some upstream mirror and drop updating
from crontab.

 CDImage-ftp: /debian-cd/
 CDImage-http: /debian-cd/
 CDImage-rsync: debian-cd/
 
 Can you confirm you perform ISO updates on a automatic way ? (using
 either jigdo rsync or jigdo)

We use old anonsync script, cause as I can see ftpsync can not deal with
Debian CD images. Archive update is starting from crontab. Can you
suggest anything better?

 Volatile-ftp: /debian-volatile/
 Volatile-http: /debian-volatile/
 Volatile-rsync: debian-volatile/
 
 ftpsync linked above should be used for volatile as well.

Done.

 IPv6: yes
 
 Ok for FTP and HTTP, but it seems your rsync daemon doesn't listen for
 IPv6 connections.

ftp:~# netstat -putan | grep 873
tcp0  0 0.0.0.0:873 0.0.0.0:*
LISTEN 1733/rsync
tcp6   0  0 :::873  :::*
LISTEN 1733/rsync
ftp:~#

neri...@varliukas:~$ telnet -6 ftp.litnet.lt 873
Trying 2001:778::a...
Connected to ftp.litnet.lt.
Escape character is '^]'.
@RSYNCD: 29
Sveiki atvyke i Litnet archyva. Sritys, pasiekiamos rsync protokolu:

debian  - Debian mirroras
debian-cd   - Debian CD mirroras
debian-volatile - Debian volatile mirroras
debian-backports- Debian backports mirroras
FreeBSD - FreeBSD mirroras
ubuntu  - Ubuntu mirroras
ubuntu-cd   - Ubuntu CD mirroras

Daugiau informacijos adresu http://ftp.litnet.lt

Visas pastabas ir klausimus susijusius su archyvu
siuskite adresu ftpad...@litnet.lt

^]
telnet quit
Connection closed.
neri...@varliukas:~$

Seems RSYNC is listening on IPv6.

 Updates: twice
 
 Your mirror is one day behind, maybe you can tune your crontab / move to
 push setup (we can provide you contacts for that)
 http://debina.ktu.lt/debian/project/trace/
 http://ftp.se.debian.org/debian/project/trace/

Lately, updates were done 2 times at night, so our archive and yours was
differ. For now, we are doing one update at night and one update during
a day.

As I mention earlier, we want to be pushed from upstream mirror.

 Maintainer: Nerijus Kislauskas ftpad...@litnet.lt
 Country: LT Lithuania
 Location: http://ftp.litnet.lt
 Sponsor: Lithuanian Academical and Research Network (LitNET) 
 http://www.litnet.lt
 Comment: Hello,
  
  This is an update of a server ameba.sc-uni.ktu.lt. The main reason
  of updating is, that this domain will be dropped in the future. Of
  course, with this update we produce, that we hold all architectures,
  give HTTP, FTP and RSYNC access with different name ftp.litnet.lt.
  Please, replace ameba.sc-uni.ktu.lt with ftp.litnet.lt in all
  your lists, as debian installs, web pages and other. I would be
  grateful.
 
 The debian-installer for Lenny has just been build, so we will not be
 able to change that for the first Lenny version (though future version
 will use the right name).
 
 How long will the old name be valid ?
 By the way, what is the amount of bandwidth available ?

That's ok. You could change it for other upstream versions. Old name
will be valid for 1 year that's for sure, maybe more. But as I said
earlier, we want to eliminate it to drop safely.

Server is connected to 1 Gigabit ethernet card and switch.
--
Sincerely,
LitNET FTP admin
Nerijus Kislauskas



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



Bug#514616: tor: restart on upgrade fails

2009-02-10 Thread Michal Suchanek

Peter Palfrader wrote:

On Mon, 09 Feb 2009, Michal Suchanek wrote:



How was it started prior to the package upgrade?  Manually as some other
user, or was it running as debian-tor and had been started with the init
script?  Which version did you upgrade from?


It was started by the init script, I never start it in another way.

upgrade tor 0.2.0.32-1 0.2.0.33-1

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
105   9076  0.0  5.6  17428 14508 ?S 2008  15:58
/usr/sbin/tor



Is it still running?

Yes, it's the process 9076 I would think.

What does the /var/run/tor/tor.pid file say?

It's empty.

If
the md5sum of your /etc/init.d/tor file isn't
d373ea1cd482577b83813e3b3210a5be, how does it look like?



It has that checksum.


The system probably ran out of disk space at some point.

Thanks

Michal





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



Bug#495000: please consider making libatlas-base-dev optional

2009-02-10 Thread Riku Voipio
On Mon, Feb 09, 2009 at 09:45:02PM -0500, Tim Abbott wrote:
  Any news on this? It is blocking arrival of sagemath on several 
  architectures
  (alpha, arm*)

 I hope you'll understand that I prioritized getting sagemath into Debian 
 over getting its dependencies working on all architectures.

Ok, I just wanted to know if there were any issues that were blocking solving
this bug.

 Now that Sage is in Debian, I will try to get this (and the analogous bug 
 on linbox) fixed relatively soon.

Thanks!


-- 
rm -rf only sounds scary if you don't have backups



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



Bug#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

2009-02-10 Thread Sundaram
Hi Andreas,
Actually, I am new to packaging in Debian. I read the New Maintainer's guide 
and created 2 .deb packages (i386  amd64). I have put themhere @ SF.net for 
local download by general users, not in a proper apt repository. All the 
control files, rules, etc. are in my system, locally. They are not in any 
version controlled area. As per the Debian docs, I have filed a ITP bug. I 
encountered this site mentors.debian.net, where its says new packages needing 
sponsors are to be uploaded. Now, should I upload my packages there and get 
them sponsored first? Or should I first check in the control files in the 
location you pointed me to. If so, how will I get the credintials to login.

Thanks for your time.

Warm Regards

Sundaram



From: Andreas Tille til...@rki.de
To: Sundaram legend...@yahoo.com
Cc: Debian Developers debian-de...@lists.debian.org; 514...@bugs.debian.org
Sent: Tuesday, February 10, 2009 1:44:38 PM
Subject: Re: Bug#514690: ITP: artha -- A handy off-line thesaurus based on 
WordNet

On Mon, 9 Feb 2009, Sundaram wrote:

 Thanks for offering help. I guess I will package it today/tomorrow and will 
 upload the packages to
 mentors.debian.net needing a sponsor. I will keep you posted regarding the 
 improvements.

Sponsoring your package is perfectly OK.  You might consider putting the 
package under
team maintenance.  WordNet is

Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
DM-Upload-Allowed: yes
Uploaders: Andreas Tille ti...@debian.org
Vcs-Browser: 
http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/?rev=0sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/wordnet/trunk/

If you have questions about this feel free to ask.

Kind regards

 Andreas.

-- http://fam-tille.de



  

Bug#514705: On upgrade, please check if the grub version installed on the system is still compatible with the new package -- and if not: ACT AGAINST IT!

2009-02-10 Thread Fabian Greffrath

Package: grub-common
Version: 1.96+20080724-14
Severity: important

Dear grub-maintainers,

the severity of this bug report should be somewhere between wishlist 
(because it is a feature request) and release-critical (because it is 
related to my Lenny system not booting anymore after a package 
upgrade). I believe severity important is a good compromise. ;)


Yesterday I upgraded my system to 1.96+20080724-14 and was bitten by 
the same issue that has already reported several times, most notably 
in #497791 and #512787: My system refused to boot due to unknown 
command `initrd'.


I have to admit I haven't run grub-install since the implementation of 
the os-prober add-on (which should be nearly one year ago), just 
because I never had to. Now I know that I have should!


Which leads me to my request:
If there may be an incompatibility between the bootloader that is 
installed on my system's MBR and the recent Debian package, please 
detect this inconsistency and act against it!


I don't know if it is possible to guess (on package upgrade) where the 
bootloader is currently installed (although I believe grub-emu 
actually does this) and if it is then possible to extract some kind of 
version information from it.


actual-request
In either case, if grub-install is not to be run automatically on 
upgrade (which I understand would be very critical), there should at 
least be either (1) a message displayed that warns me about possible 
inconsistencies and recommends me to manually run grub-install against 
the right partition or (2) an option provided to run grub-install 
automatically against the guessed partition.

/actual-request

I am thinking about a warning dialog similar to the one that is 
displayed when you upgrade libc6 and asks you to restart the system 
deamons. BTW, this bug reminds me of the mixing-up of /dev/hda and 
/dev/sda on kernal upgrade for (I believe) PATA drives that occured 
somewhere in the 2.6.17 era. IIRC this was considered RC that time...



Cheers,
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#510965: Acknowledgement (ganeti: Ganeti does not work with python-twisted 8.1)

2009-02-10 Thread Daniel Schreiber

Iustin Pop schrieb:

On Mon, Feb 02, 2009 at 02:39:30PM +0100, Daniel Schreiber wrote:

Iustin Pop schrieb:

Thanks for confirming. I have a patch that might or might not solve the
problem, since I don't know how early twisted creates the pipes. Would
you mind testing the attached patch? (Will be a little bit tricky to
apply to installed sources though).

If the patch doesn't solve the problem, then we will have to implement
an option to not close file descriptors for Ganeti 1.2.
Unfortunately it doesn't solve the problem. I put the patch into  
debian/patches, rebuilt the package and installed it. Verified that the  
patched files were installed.


OK, then the only other option beside not closing any file descriptors
is to dig into the twisted 8.x reactor/waker types and extract their
file descriptors.

Would you mind trying this new patch?


Works great, thank you very much.

Daniel
--
Tel. +49 3721/54620 Fax. +49 3721/54303
Esda Feinstrumpffabrik GmbH
Hauptstr. 76
09392 Auerbach/Erzgebirge

Registergericht Chemnitz HRB 4880
Geschäftsführer: Peter Herold
UST-Id.-Nr.: DE141293014



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



Bug#514623: Cannot use revoked subkeys for decription using a smart card

2009-02-10 Thread Werner Koch
On Tue, 10 Feb 2009 00:04, enr...@debian.org said:

 revocation.  Here's a simple use case for revocation without
 compromission: I revoke a 1024b subkey because I've switched to a 4096b

As well as a bunch of other reasons.  Gpg even offers some standard
choices:

  0 = No reason specified
  1 = Key has been compromised
  2 = Key is superseded
  3 = Key is no longer used

Reasons 2 or 3 are Enrico's case, reason 0 is commonly used for
revocations created along with the key (usually means: I lost my
passphrase ;-).

 Why shouldn't I be allowed to use it to read my own old encrypted data,
 maybe (here's another quite legitimate use case) in order to reencrypt

You should be abale to do this.  This seems to be a bug in GnuPG.  If
you hurry and copy your report to bugs.gnupg.org, you will GnuPG bug
#1000 assigned ;-).  


Shalom-Salam,

   Werner


-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#514616: tor: restart on upgrade fails

2009-02-10 Thread Peter Palfrader
On Tue, 10 Feb 2009, Michal Suchanek wrote:

 upgrade tor 0.2.0.32-1 0.2.0.33-1
 
 USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
 105   9076  0.0  5.6  17428 14508 ?S 2008  15:58
 /usr/sbin/tor
 

 Is it still running?
 Yes, it's the process 9076 I would think.

 What does the /var/run/tor/tor.pid file say?
 It's empty.

 If
 the md5sum of your /etc/init.d/tor file isn't
 d373ea1cd482577b83813e3b3210a5be, how does it look like?
 
 
 It has that checksum.
 
 
 The system probably ran out of disk space at some point.

Oh.  Well, then it couldn't create its pidfile then.  Unixes never like
when you run out of disk space.

If you write the proper pid into the pidfile it should all work out.  Or
you kill the tor process and start it again.

I think we can close this bug?

Peter
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://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#514017: attr - Puts files in /lib64

2009-02-10 Thread Bastian Blank
On Tue, Feb 10, 2009 at 10:19:31AM +0100, Samuel Thibault wrote:
 Bastian Blank, le Tue 10 Feb 2009 09:00:52 +0100, a écrit :
  On Tue, Feb 10, 2009 at 10:49:06AM +1100, Aníbal Monsalve Salazar wrote:
   On Tue, Feb 10, 2009 at 10:37:31AM +1100, Anibal Monsalve Salazar wrote:
   The files in each binary package are listed below. There is no file in
   the /lib64 directory.
   s/binary package/amd64 binary package/
  A sample is no negative proove.
 Please show us in the source where lib64 is used as a target for
 installing files.

I have a binary package which includes this files in /lib64.

As I already said, I couldn't find any.

You found it. The lib64-check is broken for Debian systems.

Bastian

-- 
Spock: We suffered 23 casualties in that attack, Captain.



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



Bug#514708: #513216 consists of two different bugs in /usr/sbin/grub-install

2009-02-10 Thread Prohle Peter


Package: grub
Version: 0.97-47lenny2
File:/usr/sbin/grub-install
Subject: #513216 consists of two different bugs in /usr/sbin/grub-install
To:  Debian Bug Tracking System sub...@bugs.debian.org

Bug1: a syntax insufficiency in grub-install in line 374

Bug2: the way of calling of grub-probe could be enhanced in order
  not to provoke the syntax insufficiency above

I use the regurarly updated Lenny in out-of-the-box setting, and I also have:

# grub-install --no-floppy --recheck --root-directory=/work /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
/usr/sbin/grub-install: line 374: [: =: unary operator expected
Installation finished. No error reported.
This is the contents of the device map /work/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda
#

The reason for this error is simply, that the standard output of the
grub-probe in the left hand side of the testing CAN BE EMPTY, and then
the missing left hand side corrupts the syntax.

The solution for this error is to put the `...` standard output into :

# diff /usr/sbin/grub-install grub-install_better
374c374
 if [ `grub-probe -t fs ${grubdir}` = xfs ] ; then
---

if [ `grub-probe -t fs ${grubdir}` = xfs ] ; then

#

Let us mention, that the dobule == would be safer, than the single =,
namely:

if [ `grub-probe -t fs ${grubdir}` == xfs ] ; then

Best wishes,
 Peter PROHLE.



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



Bug#514706: Please package libdevmapper-event and dmeventd

2009-02-10 Thread Giuseppe Iuculano
Package: devmapper
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

please package libdevmapper-event and dmeventd. Ubuntu already packaged
them and you can find the diff[1]

[1]http://launchpadlibrarian.net/1629/devmapper_2%3A1.02.25-1ubuntu3_2%3A1.02.25-1ubuntu4.diff.gz

Cheers,
Giuseppe.

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

iEYEARECAAYFAkmRTSQACgkQNxpp46476aqM9ACgmkx+lEA0IxpAHBoUidKdIPFh
epkAnjWi9By+ZnX7YYQZbcWXR+lwk4t7
=GCjg
-END PGP SIGNATURE-



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



Bug#448809: galeon: found in Galeon 2.0.6-2+b1

2009-02-10 Thread Nicola Manini
Package: galeon
Version: 2.0.6-2+b1
Followup-For: Bug #448809

Hi,
as ariana is not responding, let me add a word on this:
Indeed, as one navigates, the memory usage of galeon piles up to larger and
larger values (easily in eccess of 100 MB after visiting 4 or 5 news sites
such as cnn.com), and never cleans up to the same initial small value when
closing all tabs and reverting to a single blank page (about:blank).
I find the same behavior with iceape (apparently not with firefox), though.
I never used valgrind, so I suggest it is more efficient if you Loic could
test it yourself on your own debian system.  Or ariana and I are the only
ones who reproduce this behavior?

Thanx, best,
   Nick


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

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

Versions of packages galeon depends on:
ii  galeon-common  2.0.6-2   GNOME web browser for advanced use
ii  gconf2 2.22.0-1  GNOME configuration database syste
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  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  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  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.11-4 The GTK+ graphical user interface 
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  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
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  libxml22.6.32.dfsg-5 GNOME XML library
ii  procps 1:3.2.7-11/proc file system utilities
ii  xulrunner-1.9  1.9.0.5-1 XUL + XPCOM application runner

Versions of packages galeon recommends:
ii  gnome-control-center1:2.22.2.1-2 utilities to configure the GNOME d
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  iso-codes   3.5.1-1  ISO language, territory, currency,
ii  scrollkeeper0.3.14-16A free electronic cataloging syste
ii  yelp2.22.1-8+b1  Help browser for GNOME 2

Versions of packages galeon suggests:
ii  mozplugger1.10.2-2   Plugin allowing external viewers t

-- 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#514707: ITP: xfce4-hdaps -- plugin to indicate the status of HDAPS for the Xfce4 panel

2009-02-10 Thread Evgeni Golov
Package: wnpp
Severity: wishlist
Owner: pkg-xfce-de...@lists.alioth.debian.org

* Package name: xfce4-hdaps
  Version : 0.0.3
  Upstream Author : Michael Orlitzky mich...@orlitzky.com
* URL : http://michael.orlitzky.com/code/xfce4-hdaps.php
* License : GPL3+
  Programming Lang: C
  Description : plugin to indicate the status of HDAPS for the Xfce4 panel

A plugin to indicate the status of the IBM Hard Drive Active
Protection System, or HDAPS.

Note: the long description has to be improved :)

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



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



Bug#483025: ITA: reiserfsprogs

2009-02-10 Thread Felix Zielcke
Am Sonntag, den 08.02.2009, 17:26 +0100 schrieb José Luis Tallón:

 I still care much about reiserfsprogs, however.
 It migt be interesting to co-maintain, anyway.

Hi,

there's a new upstream version [0] which I'd like to have in Debian.
Do you want to do an upload soon and take over the package now or is it
okay if I do it?

[0] ftp://ftp.kernel.org/pub/linux/utils/fs/reiserfs/

-- 
Felix Zielcke




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



Bug#514616: tor: restart on upgrade fails

2009-02-10 Thread Michal Suchanek

On 02/10/2009 10:38 AM, Peter Palfrader wrote:

On Tue, 10 Feb 2009, Michal Suchanek wrote:


upgrade tor 0.2.0.32-1 0.2.0.33-1

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
105   9076  0.0  5.6  17428 14508 ?S 2008  15:58
/usr/sbin/tor




Is it still running?

Yes, it's the process 9076 I would think.



What does the /var/run/tor/tor.pid file say?

It's empty.



If
the md5sum of your /etc/init.d/tor file isn't
d373ea1cd482577b83813e3b3210a5be, how does it look like?



It has that checksum.


The system probably ran out of disk space at some point.


Oh.  Well, then it couldn't create its pidfile then.  Unixes never like
when you run out of disk space.

If you write the proper pid into the pidfile it should all work out.  Or
you kill the tor process and start it again.

I think we can close this bug?


Perhaps tor should check the return value of the write()/close()?

It could also write the file as root which would work ..

Thanks

Michal



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



Bug#514709: event queue full if slots undefined

2009-02-10 Thread General Stone
Package: monit
Severity: important
Version: 4.10.1-4
Hi,

Monit says that the event queue is full if SLOTS are not defined in
set eventqueue statement.

The following patch in the attachment correct this failure.

Greetings, Markus Naß

diff -ruN old/monit-4.10.1/file.c new/monit-4.10.1/file.c
--- old/monit-4.10.1/file.c	2007-08-12 20:02:48.0 +0200
+++ new/monit-4.10.1/file.c	2009-02-10 09:55:00.0 +0100
@@ -404,7 +404,7 @@
   DIR   *dir = NULL;
   struct dirent *de = NULL;
 
-  if(limit = 0) {
+  if(limit = 0) {
 LogError(%s: event queue full\n, prog);
 return FALSE;
   }


Bug#514017: attr - Puts files in /lib64

2009-02-10 Thread Samuel Thibault
Bastian Blank, le Tue 10 Feb 2009 10:49:37 +0100, a écrit :
 On Tue, Feb 10, 2009 at 10:19:31AM +0100, Samuel Thibault wrote:
  Bastian Blank, le Tue 10 Feb 2009 09:00:52 +0100, a écrit :
   On Tue, Feb 10, 2009 at 10:49:06AM +1100, Aníbal Monsalve Salazar wrote:
On Tue, Feb 10, 2009 at 10:37:31AM +1100, Anibal Monsalve Salazar wrote:
The files in each binary package are listed below. There is no file in
the /lib64 directory.
s/binary package/amd64 binary package/
   A sample is no negative proove.
  Please show us in the source where lib64 is used as a target for
  installing files.
 
 I have a binary package which includes this files in /lib64.
 
 As I already said, I couldn't find any.
 
 You found it. The lib64-check is broken for Debian systems.

Ooops, sorry, the suffix was for the directory, not the lib.  I was
mistaken by another distribution where libraries have 64 in their
_name_.

Samuel



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



Bug#506731: fnfxd: stopped working on kernel update

2009-02-10 Thread Antonio Regidor García
Thanks, it works!!

Antonio

--- El mar, 10/2/09, Agney Lopes Roth Ferraz ag...@debian.org escribió:

 De: Agney Lopes Roth Ferraz ag...@debian.org
 Asunto: Re: Bug#506731: fnfxd: stopped working on kernel update
 Para: a_regi...@yahoo.es, 506...@bugs.debian.org
 Fecha: martes, 10 febrero, 2009 4:13
 Hi Antonio,
  sorry! I was busy at work and I had some difficult to find
 a machine
 running your same linux version. So I think that I found a
 solution
 for your situation. It is not a fnfx problem but I think
 that I found
 a way to fix this. Please try the following command:
 
 echo toshiba_acpi  /etc/modules
 
 as root. Tell me if everything works fine on next boot.
 
 Thank you a lot for your feedback and patience.
 
 See you
 








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



Bug#437836: phpbb3: Multiple installations are not supported due to caching functionality

2009-02-10 Thread Daniel Rheinbay
Jamie Thompson wrote:
 As for finding out your actual error, try removing the 'at' symbol from the
 front of fopen - IIRC it disables error reporting in PHP
Yup, that did the trick:
[phpBB Debug] PHP Notice: in file /includes/acm/acm_file.php on line 97:
fopen() [function.fopen]: SAFE MODE Restriction in effect. The script
whose uid is 0 is not allowed to
access /var/cache/phpbb3/cache/phpbb3/data_global.php owned by uid 33
[...]

Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The
script whose uid is 0 is not allowed to
access /var/cache/phpbb3/cache/phpbb3/data_global.php owned by uid 33
in /usr/share/phpbb3/www/includes/acm/acm_file.php on line 97

Would you happen to run your boards with safe mode turned off? Given
that it's been removed in php6 (cf.
http://www.php.net/features.safe-mode , though not yet released) and
we'll upgrade at some point anyways, I guess we should consider turning
it off?


Cheers,
Daniel




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



Bug#514616: tor: restart on upgrade fails

2009-02-10 Thread Peter Palfrader
On Tue, 10 Feb 2009, Michal Suchanek wrote:

 If you write the proper pid into the pidfile it should all work out.  Or
 you kill the tor process and start it again.
 
 I think we can close this bug?
 
 Perhaps tor should check the return value of the write()/close()?

Maybe.  And then what?  Just die?  We can't say anything on stdout/err,
we already detached.  This isn't as trivial as it may seem.

 It could also write the file as root which would work ..

I'm not sure this is such a good idea.

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://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#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

2009-02-10 Thread Andreas Tille

On Tue, 10 Feb 2009, Sundaram wrote:


Actually, I am new to packaging in Debian. I read the New Maintainer's guide 
and created 2 .deb
packages (i386  amd64). I have put them here @ SF.net for local download by 
general users, not in a
proper apt repository. All the control files, rules, etc. are in my system, 
locally. They are not in
any version controlled area. As per the Debian docs, I have filed a ITP bug. I 
encountered this site
mentors.debian.net, where its says new packages needing sponsors are to be 
uploaded. Now, should I
upload my packages there and get them sponsored first? Or should I first check 
in the control files in
the location you pointed me to. If so, how will I get the credintials to login.


Well, there is no *requirement* to use the SVN repository but it turned out
to be quite reasonable.  So I would recommend to do so - but finally it is
your choice.  You have to ask on alioth.debian.org for a guest account and
once you got this you can ask for adding you to the debian-science group
which automatically grants you write permission to the Debian Science SVN.

If this is a to complicated procedure for you for the moment just point
me to the *.dsc file on mentors once you uploaded it and I might inject it
into Debian Science SVN (if you agree in principle).

Kind regards

   Andreas.

--
http://fam-tille.de



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



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

2009-02-10 Thread Noel David Torres Taño
Package: initrd-netboot
Version: 0.7.0b-2
Priority: wishlist
Tags: l10n patch


Please find attached our version of the po-debconf translation of 
initrd-netboot into Spanish (es).

Thanks

Noel Torres
er Envite
debian-l10n-spanish


es.po
Description: application/gettext


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


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

2009-02-10 Thread Noel David Torres Taño
Package: imp3
Version: 3.2.8-3
Priority: wishlist
Tags: l10n patch


Please find attached our version of the po-debconf translation of imp3 into 
Spanish (es).

Thanks

Noel Torres
er Envite
debian-l10n-spanish


es.po
Description: application/gettext


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


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

2009-02-10 Thread Noel David Torres Taño
Package: gradm2
Version: 2.1.6-2
Priority: wishlist
Tags: l10n patch


Please find attached our version of the po-debconf translation of gradm2 into 
Spanish (es).

Thanks

Noel Torres
er Envite
debian-l10n-spanish


es.po
Description: application/gettext


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


Bug#514701: [Pkg-bluetooth-maintainers] Bug#514701: bluetooth-applet segfaults when user is not in the netdev group

2009-02-10 Thread Filippo Giunchedi
tags 514701 + unreproducible
thanks

On Tue, Feb 10, 2009 at 09:59:04AM +0100, Evgeni Golov wrote:
[...]
 I started browsing the BTS and found #506677, that says I should add myself
 to netdev. I did so and even without a newgrp or relogin the applet works
 fine again. The other way removing me from the netdev group and it will
 segfault again.
 
 IMHO
 1. this requirement should be documented

it is documented, though not where you were looking, it is in bluez-utils
(specifically in /usr/share/doc/bluez-utils/NEWS.Debian.gz)

 2. bluetooth-applet should not die if it's not met

I agree, though I cannot reproduce this bug.
Can you explain more in detail how to reproduce?

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

Odium turbae sanabit solitudo, taedium solitudinis turba.
Solitude will cure our hatred of the crowd,
the crowd will cure our disgust with solitude.
-- Seneca, De Tranquillitate Animi



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



Bug#514713: Information disclosure and XSS vulnerabilities in TYPO3

2009-02-10 Thread Christian Welzel
Package: typo3-src  
Version: 4.0.2+debian-7
Severity: critical
Tags: security

TYPO3 Security Bulletin TYPO3-SA-2009-002:
Information Disclosure  XSS in TYPO3 Core

Problem Description 1: An Information Disclosure vulnerability in jumpUrl 
mechanism, used to track access on web pages and provided files, allows a 
remote attacker to read arbitrary files on a host.

The expected value of a mandatory hash secret, intended to invalidate such 
requests, is exposed to remote users allowing them to bypass access control by 
providing the correct value.

There's no authentication required to exploit this vulnerability. The 
vulnerability allows to read any file, the web server user account has access 
to. 

Problem Description 2: Failing to sanitize user input, three fields in the 
backend is open to Cross-Site Scripting (XSS). 


-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



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



Bug#514639: ITP: frei0r -- a minimalistic plugin API for video effects

2009-02-10 Thread Stefano Zacchiroli
On Tue, Feb 10, 2009 at 10:30:06AM +0100, Luca Bigliardi wrote:
 On Mon, Feb 09, 2009 at 03:33 PM, Ron Johnson wrote:
 
  What apps support this?
 
 MLT framework (thus things like kdenlive), FreeJ, LiVES among all.
 There's a list on the project homepage.
 
 Do you think I should mention that in the description field?

Yes, definitely.
Remember that the description should be enough for a random sysadm to
understand whether she needs the package or not, and just plugin
does not really help in that sense.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#514690: (no subject)

2009-02-10 Thread Josselin Mouette
Le mardi 10 février 2009 à 15:00 +0530, Sundaram Ramaswamy a écrit :
 Artha is written from scratch in pure C using GTK+, with WordNet 
 as it database corpus.

That’s the second new dictionary GUI submitted in a week.

I strongly suggest that you talk with the upstreams of these new
programs, as well as the ones of gdict (gnome-utils) and stardict so
that we can settle with a single GUI with many available dictionaries,
instead of having different interfaces and sets of features depending on
the dictionaries.

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#508899: [debcheckout] use the PTS SOAP interface to lookup Vcs-* information

2009-02-10 Thread Stefano Zacchiroli
On Tue, Dec 16, 2008 at 01:25:14PM +0100, Stefano Zacchiroli wrote:
 When migrating from a VCS to another, users are faced with the
 annoying drawback that stable releases can have out of date
 information wrt Vcs-* fields. In that case, debcheckout is likely to
 fail, and requires maintainer to keep around empty repos with README
 files pointing to the new repo.

Going a bit further in the reasoning about this issue, I ponder that
it is even more annoying when major releases of Debian happen as
(hopefully :-)) this week with Lenny.

Indeed during the timeframe of a stable release, packages are more
likely to switch from one VCS to another.

Hence I hereby propose (once this is fixed ...) to propose a stable
upgrade of devscripts in a stable point release, to include this new
feature of debcheckout. In the opinion of other devscript maintainers,
would that be asking too much for a stable point release?

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



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



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

2009-02-10 Thread Martin Michlmayr
* Noel David Torres Taño env...@rolamasao.org [2009-02-10 11:18]:
 Package: initrd-netboot
 Version: 0.7.0b-2

This package was removed from Debian in January 2007.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



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

2009-02-10 Thread Martin Michlmayr
* Noel David Torres Taño env...@rolamasao.org [2009-02-10 11:17]:
 Package: imp3
 Version: 3.2.8-3

It seems that this package was removed from Debian in February 2006.

Where did you get the .po file from?

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



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



Bug#514533: gnome-media: volume control claims no devices found but sound works perfectly

2009-02-10 Thread Josselin Mouette
Le dimanche 08 février 2009 à 16:01 +, Chris Carr a écrit :
 On Sun, 2009-02-08 at 16:51 +0100, Josselin Mouette wrote:
  Are you a member of the audio group?
 
 Yes. Sound was not working at all for any user until s/he was added to
 group audio. Now it works fine as described in the report, apart from
 this applet.

If you open the sound properties (in the control center or in the
preferences menu), are there some of the audio output modules that work
for you?

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#514673: grub2: Command initrd not found

2009-02-10 Thread Thomas Schweikle
Felix Zielcke schrieb:
 forcemerge 497791 514673
 thanks
 
 Am Dienstag, den 10.02.2009, 00:08 +0100 schrieb Thomas Schweikle:
 
 grub starts, but then stops with the message command initrd not found.
 The system remains unbootable. If you have an older version of grub
 available on CD or FD you can use this to boot the system. The latest
 version of grub is indeed missing the command initrd. This isn't
 documented anywhere and it seems as if this command was canceled
 in favour of some other idea. Because of missing docs I was not able
 to find out what new idea this was!
 
 Please see bug 512787 and 497791.
 The problem is the `search --fs-uuid' line.
 It seems like an old version of grub2 had a bug in the parser which is
 already fixed, but grub-install is not run automatically on an upgrade.
 Which reportbug should normally tell you if you report a bug against
 grub-pc.

H. Can't find any of these bugs 512787 or 497791. Only Not
found messages!


-- 
Thomas



signature.asc
Description: OpenPGP digital signature


Bug#514616: tor: restart on upgrade fails

2009-02-10 Thread Michal Suchanek

On 02/10/2009 11:06 AM, Peter Palfrader wrote:

On Tue, 10 Feb 2009, Michal Suchanek wrote:


If you write the proper pid into the pidfile it should all work out.  Or
you kill the tor process and start it again.

I think we can close this bug?

Perhaps tor should check the return value of the write()/close()?


Maybe.  And then what?  Just die?  We can't say anything on stdout/err,
we already detached.  This isn't as trivial as it may seem.


Log on syslog or just die. Whatever. But if it fails to create the pid 
file it is a failure and daemons normally refuse to start in that case.


It can be even done so that the daemon forks and the parent writes the 
pid file and if it fails it kills the daemon again.


Note that logging on syslog would work, it runs as root. And if even 
syslog does not work you should notice.


Thanks

Michal



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



Bug#514701: [Pkg-bluetooth-maintainers] Bug#514701: bluetooth-applet segfaults when user is not in the netdev group

2009-02-10 Thread Evgeni Golov
Hi,

On Tue, 10 Feb 2009 11:17:41 +0100 Filippo Giunchedi wrote:

  1. this requirement should be documented
 
 it is documented, though not where you were looking, it is in bluez-utils
 (specifically in /usr/share/doc/bluez-utils/NEWS.Debian.gz)

Ups, yeah, I must have missed that, sorry.

  2. bluetooth-applet should not die if it's not met
 
 I agree, though I cannot reproduce this bug.
 Can you explain more in detail how to reproduce?

I'll try:
The hardware is a ThinkPad X31 which has an integrated BT module
connected via internal usb. When I boot up the machine BT is off (and
the device is disconnected from the USB bus). Then I press Fn+F5 which
connects the device to the USB bus. Now bt-applet usually says Device
has been made connectable, but when I'm not in netdev, it just
segfaults (it seems to get info new bt device, tries to get its info
and dies).

I think I have a regular BT USB dongle somewhere, I'll try to find it
and test whether bt-applet will die when I plug that in.

Regards
Evgeni

-- 
Bruce Schneier Fact Number 1130:
Alice and Bob are talking about Bruce Schneier, and he knows it.


pgpnQX5G2yuLl.pgp
Description: PGP signature


Bug#514109: linux-image-2.6.28-1-amd64: WARNING: at arch/x86/mm/ioremap.c:226 __ioremap_caller+0xf0/0x2d4()

2009-02-10 Thread Luca Capello
Package: linux-image-2.6.28-1-amd64
Version: 2.6.28-1~experimental.1~snapshot.12674

Hi there!

On Wed, 04 Feb 2009 11:23:18 +0100, Luca Capello wrote:
 At every boot with 2.6.28 (and at every resume, too), I get the subject
 error and, if I read it correctly, the cause is in the DRM code.
 However, this does not seem to cause other problems, but I do not use
 any OpenGL application.

I just checked with version ~snapshot.12721: the error is no more there.
And according to my syslog, this happenened starting with version
.12674.  I upgraded to the latest version .12733 and still there is no
error, thus I closed the bug.

Thx, bye,
Gismo / Luca


pgp2ExjApPEdp.pgp
Description: PGP signature


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

2009-02-10 Thread Noel David Torres Taño
On Tuesday 10 February 2009 11:37:28 you wrote:
 * Noel David Torres Taño env...@rolamasao.org [2009-02-10 11:17]:
  Package: imp3
  Version: 3.2.8-3
 
 It seems that this package was removed from Debian in February 2006.
 
 Where did you get the .po file from?
 

From the coordination page Coordinación de debian-l10n-spanish of Debian 
translations to spanish. I started with the oldest ones, to clean the list.

http://www.debian-es.org/cgi-bin/l10n.cgi?team=es

Thanks

Noel Torres
debian-l10n-spanish


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


Bug#514714: segfaults when finding dependency chains

2009-02-10 Thread Stephane Glondu
Package: aptitude-gtk
Version: 0.5.1-1
Severity: important

Steps to reproduce:

 1. sudo aptitude --gui
 2. View - Find Dependency Chains
 3. Search for aptitude
 4. Click on aptitude in the results

100 % effective on my machine.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-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 aptitude-gtk depends on:
ii  apt [libapt-pkg-libc6. 0.7.20.1  Advanced front-end for dpkg
ii  apt-xapian-index   0.16  maintenance tools for a Xapian ind
ii  aptitude   0.5.1-1   terminal-based package manager (te
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.6.4-1   C++ wrappers for Cairo (shared lib
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.26High-level library for managing De
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglademm-2.4-1c2a2.6.6-1   C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.4-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared 
ii  libncursesw5   5.7+20081213-1shared libraries for terminal hand
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libvte91:0.16.14-4   Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxapian151.0.7-4   Search engine library
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude-gtk recommends:
ii  aptitude-doc-en [aptitude-doc 0.5.1-1English manual for aptitude, a ter
ii  aptitude-doc-fr [aptitude-doc 0.5.1-1French manual for aptitude, a term
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

Versions of packages aptitude-gtk suggests:
pn  debtags   none (no description available)
ii  tasksel   2.78   Tool for selecting tasks for insta

-- 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#510568: not a bug

2009-02-10 Thread Łukasz Fidosz
Now I can confim that it is not a bug, becouse a source of the error
was my dammaged network card.



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



Bug#514690: (no subject)

2009-02-10 Thread Sundaram
Hi,
If this is the second, may I know which one is the first?
By the way, gict needs a dict. server (mostly online) and also gdict and 
stardict are dictionaries; while Artha is a thesaurus which works off line, 
that lists a word's Synonyms, Antonyms, Derivatives, Pertainyms, Similar 
terms, Domain terms, Entails, Causes, Hypernyms, Hyponyms/Troponyms, 
Holonyms and Meronyms. Apart from thes,e ease-of-use features like 
summoning using a global hot key, passive notifications of a given word, 
suggestions, regex search. etc. are present as well. These features are unique 
to Artha.

Thanks

Warm Regards,
Sundaram



From: Josselin Mouette j...@debian.org
To: Sundaram Ramaswamy legend...@yahoo.com; 514...@bugs.debian.org
Cc: debian-de...@lists.debian.org debian-de...@lists.debian.org
Sent: Tuesday, February 10, 2009 4:00:26 PM
Subject: Re: Bug#514690: (no subject)

Le mardi 10 février 2009 à 15:00 +0530, Sundaram Ramaswamy a écrit :
 Artha is written from scratch in pure C using GTK+, with WordNet 
 as it database corpus.

That’s the second new dictionary GUI submitted in a week.

I strongly suggest that you talk with the upstreams of these new
programs, as well as the ones of gdict (gnome-utils) and stardict so
that we can settle with a single GUI with many available dictionaries,
instead of having different interfaces and sets of features depending on
the dictionaries.

Thanks,
-- 
.''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.



  

Bug#487842: iceweasel: keeps creating ~/Desktop

2009-02-10 Thread Stefan Klinger
iceweasel/3.0.5-1


I'm trying to keep my $HOME tidy, and it's rather annoying to have a braindead 
too create directories I don't want there.

Iceweasel also creates a ~/Desktop when I follow the menu Bookmarks  Organize 
Bookmarks... and then Importand Backup  Restore  Choose File At this 
point, a new ~/Desktop is created.

Due to its annoying effects, I suggest to rise the level of severity.

Regards,
Stefan


-- 
Stefan Klinger  o/klettern
/\/  bis zum
send plaintext only - max size 32kB - no spam \   Abfallen
http://stefan-klinger.de



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



Bug#514690: (no subject)

2009-02-10 Thread Josselin Mouette
Le mardi 10 février 2009 à 02:47 -0800, Sundaram a écrit :
 Hi,
 If this is the second, may I know which one is the first?

That would be lemurae (bug #514273).

 By the way, gict needs a dict. server (mostly online) and also gdict
 and 
 stardict are dictionaries; while Artha is a thesaurus which works off
 line, 
 that lists a word's Synonyms, Antonyms, Derivatives, Pertainyms,
 Similar 
 terms, Domain terms, Entails, Causes, Hypernyms, Hyponyms/Troponyms, 
 Holonyms and Meronyms. Apart from thes,e ease-of-use features like 
 summoning using a global hot key, passive notifications of a given
 word, 
 suggestions, regex search. etc. are present as well. These features
 are unique 
 to Artha.

Most of these features are also present in stardict. And anyway, I can
see emerging a strong need for standardisation on dictionary formats;
even if it is not possible to have a single frontend, they should all be
able to use all the dictionaries we have in the archive.

I don’t think this can be done in Debian only, that’s why I’m suggesting
to make upstreams work together on a common format, so that it can be
eventually turned into e.g. a freedesktop standard.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

2009-02-10 Thread Andreas Tille

On Tue, 10 Feb 2009, Josselin Mouette wrote:


That’s the second new dictionary GUI submitted in a week.


Well, not really.  I'd regard it as a WordNet interface which has
a different format than dict.  Just correct me if I'm wrong - I just
read the description.


I strongly suggest that you talk with the upstreams of these new
programs, as well as the ones of gdict (gnome-utils) and stardict so
that we can settle with a single GUI with many available dictionaries,
instead of having different interfaces and sets of features depending on
the dictionaries.


In principle I agree that we should avoid adding just another GUI
for dict dictionaries but rather try to make authors cooperate.

Kind regards

Andreas.

--
http://fam-tille.de


Bug#513530: xmltv: new version

2009-02-10 Thread Victor Seva
Package: xmltv
Followup-For: Bug #513530

I've packaged the 0.5.54 version too.


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

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
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 xmltv depends on:
ii  libxmltv-perl 0.5.54-1lenny1 Perl libraries related to the XMLT
ii  xmltv-gui 0.5.54-1lenny1 Graphical user interface related t
ii  xmltv-util0.5.54-1lenny1 Utilities related to the XMLTV fil

xmltv recommends no packages.

xmltv suggests no packages.

-- no debconf information


xmltv_0.5.54-1lenny1.diff.gz
Description: GNU Zip compressed data
Format: 1.0
Source: xmltv
Binary: xmltv, libxmltv-perl, xmltv-util, xmltv-gui
Architecture: all
Version: 0.5.54-1lenny1
Maintainer: Chris Butler chr...@debian.org
Uploaders: Neil McGovern ne...@debian.org
Homepage: http://xmltv.org/
Standards-Version: 3.8.0
Vcs-Svn: http://svn.crustynet.org.uk/repos/xmltv
Build-Depends: debhelper (= 4.1.75), dpatch
Build-Depends-Indep: perl (= 5.8.0), perl-modules, libwww-perl (= 5.65), 
libxml-parser-perl (= 2.34), libxml-twig-perl (= 3.28), libxml-writer-perl 
(= 0.6), libdate-manip-perl (= 5.42a), libarchive-zip-perl (= 1.14), 
libcompress-zlib-perl, libhtml-parser-perl (= 3.34), 
libhtml-tableextract-perl, libhtml-tree-perl (= 3.17), 
libhttp-cache-transparent-perl (= 1.0), libio-stringy-perl, libsoap-lite-perl, 
libterm-readkey-perl, libtext-kakasi-perl, perl-tk, libtk-tablematrix-perl, 
libwww-mechanize-perl (= 1.02), libxml-libxml-perl, libterm-progressbar-perl 
(= 2.09), liblingua-preferred-perl (= 0.2.4), libunicode-string-perl, 
liblog-tracemessages-perl, libfile-slurp-perl, libxml-simple-perl, 
libtext-bidi-perl, libxml-dom-perl, libxml-libxslt-perl
Checksums-Sha1: 
 8f32a34245704df840b9920e476ca9d841886831 894014 xmltv_0.5.54.orig.tar.gz
 8eec78a2ac81a698a148677f5141fabd3febc680 21476 xmltv_0.5.54-1lenny1.diff.gz
Checksums-Sha256: 
 e65c6d42ca853265d8a0ae592393103f80f5879bce50003bad9746213b86f8d6 894014 
xmltv_0.5.54.orig.tar.gz
 527f82a0163e91955c446f92edf5c7bbf76aa723c38df831eaa037575d5ca232 21476 
xmltv_0.5.54-1lenny1.diff.gz
Files: 
 6680a19cbf4ad69d76179f2a473f0d43 894014 xmltv_0.5.54.orig.tar.gz
 391d28ca66469c3439e3bdef67a6dacc 21476 xmltv_0.5.54-1lenny1.diff.gz


xmltv_0.5.54-1lenny1_i386.build.bz2
Description: BZip2 compressed data
diff -ruN xmltv-0.5.52/debian/changelog xmltv-0.5.54/debian/changelog
--- xmltv-0.5.52/debian/changelog	2009-02-03 16:45:45.0 +0100
+++ xmltv-0.5.54/debian/changelog	2009-02-03 17:24:26.0 +0100
@@ -1,3 +1,13 @@
+xmltv (0.5.54-1lenny1) unstable; urgency=low
+
+  * New upstream release
+- tv_grab_dk and tv_grab_be from debian/xmltv-util.install. ( has been removed )
+- added tv_extractinfo_ar, tv_grab_is, tv_grab_dk_dr to debian/xmltv.install
+  * built lenny
+  * build-deps: Added libxml-dom-perl, libxml-libxslt-perl
+
+ -- Victor Seva linuxman...@torreviejawireless.org  Tue, 03 Feb 2009 16:47:27 +0100
+
 xmltv (0.5.52-1) unstable; urgency=low
 
   * New upstream release
diff -ruN xmltv-0.5.52/debian/control xmltv-0.5.54/debian/control
--- xmltv-0.5.52/debian/control	2009-02-03 16:45:45.0 +0100
+++ xmltv-0.5.54/debian/control	2009-02-03 16:57:46.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Chris Butler chr...@debian.org
 Uploaders: Neil McGovern ne...@debian.org
 Build-Depends: debhelper (= 4.1.75), dpatch
-Build-Depends-Indep: perl (= 5.8.0), perl-modules, libwww-perl (= 5.65), libxml-parser-perl (= 2.34), libxml-twig-perl (= 3.28), libxml-writer-perl (= 0.6), libdate-manip-perl (= 5.42a), libarchive-zip-perl (= 1.14), libcompress-zlib-perl, libhtml-parser-perl (= 3.34), libhtml-tableextract-perl, libhtml-tree-perl (= 3.17), libhttp-cache-transparent-perl (= 1.0), libio-stringy-perl, libsoap-lite-perl, libterm-readkey-perl, libtext-kakasi-perl, perl-tk, libtk-tablematrix-perl, libwww-mechanize-perl (= 1.02), libxml-libxml-perl, libterm-progressbar-perl (= 2.09), liblingua-preferred-perl (= 0.2.4), libunicode-string-perl, liblog-tracemessages-perl, libfile-slurp-perl, libxml-simple-perl, libtext-bidi-perl
+Build-Depends-Indep: perl (= 5.8.0), perl-modules, libwww-perl (= 5.65), libxml-parser-perl (= 2.34), libxml-twig-perl (= 3.28), libxml-writer-perl (= 0.6), libdate-manip-perl (= 5.42a), libarchive-zip-perl (= 1.14), libcompress-zlib-perl, libhtml-parser-perl (= 3.34), libhtml-tableextract-perl, libhtml-tree-perl (= 3.17), libhttp-cache-transparent-perl (= 1.0), libio-stringy-perl, libsoap-lite-perl, libterm-readkey-perl, libtext-kakasi-perl, perl-tk, libtk-tablematrix-perl, libwww-mechanize-perl (= 1.02), libxml-libxml-perl, libterm-progressbar-perl (= 2.09), liblingua-preferred-perl (= 0.2.4), libunicode-string-perl, liblog-tracemessages-perl, libfile-slurp-perl, libxml-simple-perl, libtext-bidi-perl, libxml-dom-perl, 

Bug#514713: Information disclosure and XSS vulnerabilities in TYPO3

2009-02-10 Thread Christian Welzel
Hi there,

 TYPO3 Security Bulletin TYPO3-SA-2009-002:
 Information Disclosure  XSS in TYPO3 Core

A fixed version of typo3-src version 4.0 for etch is currently waiting 
to be uploaded by my sponsor Holger Levsen on mentors.d.n

http://mentors.debian.net/debian/pool/main/t/typo3-src/typo3-src_4.0.2+debian-8.dsc

-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



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



Bug#514715: /usr/bin/deluge: GUI freezes, new torrents not added

2009-02-10 Thread Moshe Yudkowsky

Package: deluge-torrent
Version: 0.5.9.3-1
Severity: important
File: /usr/bin/deluge


From time to time, deluge will suddenly stop updating the GUI. The
system appears frozen, even though the downloads do continue -- if
deluge is restarted, the download statuses are updated. In this state
none of the GUI displays update: download percentages, graphic
representation of file upload and download speeds, etc.

At the same time, when deluge GUI freezes the list of items in the
FlexRSS plugin are not processed unless you restart deluge.  In
addition, the automatic ranking of torrents in the queue are not honored
during the restart: completed torrents do not drop down to the bottom of
the list (as per my preferences settings, and as per what usually
happens when the GUI works).

These problems all appear to be linked - they appear suddenly as a group.


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

Kernel: Linux 2.6.26-1-amd64 (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 deluge-torrent depends on:
ii  dbus-x11   1.2.1-5   simple interprocess
messaging syst
ii  deluge-torrent-common  0.5.9.3-1 A Bittorrent client written
in Pyt
ii  libboost-date-time1.34 1.34.1-15 set of date-time libraries
based o
ii  libboost-filesystem1.3 1.34.1-15 filesystem operations
(portable pa
ii  libboost-thread1.34.1  1.34.1-15 portable C++ multi-threading
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.3-3 GCC support library
ii  librsvg2-common2.22.2-4  SAX-based renderer library
for SVG
ii  libssl0.9.80.9.8g-15 SSL shared libraries
ii  libstdc++6 4.3.3-3   The GNU Standard C++ Library v3
ii  notification-daemon0.3.7-1+b1a daemon that displays
passive pop
ii  python 2.5.2-3   An interactive high-level
object-o
ii  python-dbus0.83.0-1  simple interprocess
messaging syst
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gtk22.12.1-6  Python bindings for the
GTK+ widge
ii  python-notify  0.1.1-2+b1Python bindings for libnotify
ii  python-openssl 0.7-2 Python wrapper around the
OpenSSL
ii  python-support 0.8.7 automated rebuilding
support for P
ii  python-xdg 0.15-1.1  A python library to access
freedes
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages deluge-torrent recommends:
ii  python-gtkmozembed2.19.1-3.1 Python bindings for the
GtkMozEmbe

deluge-torrent 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#514716: Error: could not get cluster default encoding

2009-02-10 Thread Max Kellermann
Package: postgresql-common
Version: 94lenny1

pg_upgradecluster fails, with strange perl warnings:

 dory:~# pg_upgradecluster 8.1 main
 Use of uninitialized value $out in scalar chomp at 
/usr/share/postgresql-common/PgCommon.pm line 687.
 Use of uninitialized value $out in pattern match (m//) at 
/usr/share/postgresql-common/PgCommon.pm line 688.
 Error: could not get cluster default encoding

postgresql-8.1 8.1.15-0etch1, postgresql-8.3 8.3.5-1.



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



Bug#514719: iceweasel: no -iconic option available

2009-02-10 Thread all-lists
Package: iceweasel
Version: 3.0.5-1
Severity: wishlist

It seems impossible to me to start iceweasel in iconified mode.
Since the first launch always takes some time, I'drather have a running (but 
invisible) instance of iceweasel in the background. This could be started right 
after login.

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

Kernel: Linux 2.6.26-1-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 iceweasel depends on:
ii  debianutils  2.30Miscellaneous utilities specific t
ii  fontconfig   2.6.0-3 generic font configuration library
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libglib2.0-0 2.16.6-1The GLib library of C routines
ii  libgtk2.0-0  2.12.11-4   The GTK+ graphical user interface 
ii  libnspr4-0d  4.7.1-4 NetScape Portable Runtime Library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  procps   1:3.2.7-11  /proc file system utilities
ii  psmisc   22.6-1  Utilities that use the proc filesy
ii  xulrunner-1.91.9.0.5-1   XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
ii  libkrb53  1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
ii  xfonts-mathml 2  Type1 Symbol font for MathML
pn  xprintnone (no description available)
pn  xulrunner-1.9-gnome-s none (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#514718: must not die if recv returns EINPROGRESS

2009-02-10 Thread Marco d'Itri
Package: openvpn
Version: 2.1~rc11-1
Severity: normal

Feb 10 11:38:32 bongo ovpn-seeweb[26400]: TCP connection established with 
10.128.201.76:80
Feb 10 11:38:38 bongo ovpn-seeweb[26400]: recv_line: TCP port read timeout 
expired: Operation now in progress (errno=115)
Feb 10 11:38:38 bongo ovpn-seeweb[26400]: /sbin/ifconfig tun0 0.0.0.0
Feb 10 11:38:38 bongo ovpn-seeweb[26400]: SIGTERM[soft,init_instance] received, 
process exiting


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

Kernel: Linux 2.6.27.5 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  liblzo2-2 2.03-1 data compression library
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l
ii  libpkcs11-helper1 1.05-1 library that simplifies the intera
ii  libssl0.9.8   0.9.8g-15  SSL shared libraries
ii  openssl-blacklist 0.4.2  list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist 0.3list of blacklisted OpenVPN RSA sh

Versions of packages openvpn recommends:
ii  net-tools 1.60-22The NET-3 networking toolkit

Versions of packages openvpn suggests:
ii  openssl   0.9.8g-15  Secure Socket Layer (SSL) binary a
pn  resolvconfnone (no description available)

-- debconf information excluded

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#514717: [splix] New upstream release 2.0.0

2009-02-10 Thread Per Hansen
Package: splix
Severity: wishlist

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

splix 2.0.0 has been released on 2009-02-06.
Please update the debian package!

While debian is still at 1.0.1-1.2, Ubuntu already has 2.0.0~rc2.
How about a resync?

http://splix.sourceforge.net/

http://downloads.sourceforge.net/splix/splix-2.0.0.tar.bz2

http://packages.ubuntu.com/source/jaunty/splix

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.28-*

Debian Release: 5.0

--- Package information. ---
Depends   (Version) | Installed
===-+-===
|





signature.asc
Description: OpenPGP digital signature


Bug#514720: ghc6: cabal installation wrecks permissions

2009-02-10 Thread all-lists
Package: ghc6
Version: 6.8.2dfsg1-1
Severity: grave
Justification: renders package unusable

Sorry for posting again, but the previous report (via reportbug) did not show 
up in the BTS.

Installing a self-made package with CABAL changes permissions of some files to 
be readable only by root. This includes /usr/lib/ghc-6.8.2/package.conf which 
makes GHCi unusable for all non-root users on the system. Also the installed 
binaries and librares are not accessible by non-root users. Somehow the group 
staff seems involved.

Installation is done with a default setup file (indentation=4)

#!/usr/bin/runhaskell

 import Distribution.Simple

 main = defaultMain

And the cabal file (indentation=4)

name: hedge
version: 0.1
cabal-version: = 1.2
build-type: Simple
license: GPL
license-file: COPYING

copyright: ©2007-2009 Stefan Klinger
author: Stefan Klinger
maintainer: http://stefan-klinger.de

stability: provisional

synopsis: The Data Hedge Language
description: The Data Hedge Language is intended to be a minimal, though
  versatile language to express hierarchically structured data of any kind 
in a
  human readable format. In contrast to XML, it tries to be easier to
  manipulate for both, humans and machines, while offering the same 
flexibility.


library
  exposed-modules: Hedge.Parser, Hedge.Data, Hedge.Names, Hedge.Xml
  other-modules: Hedge.Helper, Hedge.Lint
  
  build-depends:
base,
haskell98,
utf8-string = 0.3.1.1,
containers = 0.1.0.1,
parsec = 2.1.0.0

  ghc-options: -O -Werror -fwarn-incomplete-patterns 
-fno-warn-unused-matches



Executable hedge
  main-is: Hedge/Lint.lhs

  other-modules:
Hedge.Parser, Hedge.Data, Hedge.Names, Hedge.Xml, Hedge.Helper

  ghc-options: -O -Werror -fwarn-incomplete-patterns 
-fno-warn-unused-matches -main-is Hedge.Lint.main


Regards,
Stefan



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

Kernel: Linux 2.6.26-1-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 ghc6 depends on:
ii  gcc   4:4.3.2-2  The GNU C compiler
ii  haskell-utils 1.11   Utilities used by the Debian Haske
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgmp3-dev   2:4.2.2+dfsg-3 Multiprecision arithmetic library 
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  libreadline5  5.2-3.1GNU readline and history libraries
ii  libreadline5-dev  5.2-3.1GNU readline and history libraries
ii  perl [perl5]  5.10.0-19  Larry Wall's Practical Extraction 

ghc6 recommends no packages.

Versions of packages ghc6 suggests:
pn  ghc6-doc  none (no description available)
pn  ghc6-prof none (no description available)
pn  haskell-doc   none (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#514703: Additional info

2009-02-10 Thread Sauron99
I have just noticed something: 

Even on shares where it seems to work I get wrong numbers when I  change into a 
subdirecoty.

For example:

smbclient //myserver/share -U backup
  du 
 23231 Bytes
cd
   /share/anotherDirecotry
 du  23231 Bytes

I always get the same results as of the directory one level higher. The number 
of Bytes in /share do match.
-- 
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL 
für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a



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



Bug#514627: mdadm: autocheck generates errors: INFO: task md1_resync:5528 blocked for more than 120 seconds

2009-02-10 Thread Jérémy Bobbio
On Tue, Feb 10, 2009 at 07:22:53PM +1100, NeilBrown wrote:
  also sprach Fabio Muzzi debianb...@kurgan.org [2009.02.09.1654 +0100]:
  [36167.934923] INFO: task md1_resync:5528 blocked for more than 120
  seconds.
  [36167.934979] echo 0  /proc/sys/kernel/hung_task_timeout_secs
  disables this message.
 
  I am seeing those too. It's a new feature in the kernel. The only
  way to work against it would be by making checkarray process arrays
  in series, which might take a lot longer and would unnecessarily
  complicate the script. Thus, I am marking this bug wontfix.
 
 For the record, this is fixed by kernel patch
  commit 9744197c3d7b329590c2be33ad7b17409bd798fe

This patch [1] might be small enough to be backported to the Lenny
kernel, this problem is annoying enough to warrant a fix, IMHO.

[1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9744197c3d7b329590c2be33ad7b17409bd798fe

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#514715: Two other related issues

2009-02-10 Thread Moshe Yudkowsky
I'd like to add two other problems that appear at the same time:

* If I minimize the GUI window and re-open it, sometimes that will force
an update of the information about the state of the downloads. However,
the display will be frozen after that.

* If I close deluge completely and re-open it, I expect to see that old
torrents that had completely download and that were seeding would now
start seeding again. Instead, these old torrents appear to re-download
the last few pieces of the torrent (!) and then start to seed.

* I've removed all old files from ~/.config/deluge/torrentfiles. I have
not tried to remove all old config information -- that's a bit drastic.



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



Bug#365599: libpam-mysql probably fixed

2009-02-10 Thread Lars Bahner
Michael,

regarding your bug against libpam-mysql in debian:

I believe this bug to be fixed with a recent upload of a newer version of
pam-mysql in unstable. It can be downloaded from the following location:

 http://packages.debian.org/source/sid/pam-mysql

Would be so kind as to try this package an confirm that your bug report has
been solved?

Kind regards,
Lars Bahner



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



Bug#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

2009-02-10 Thread Sundaram
Hi Andreas,
Well, its fine by me in checking-in the control files to the repository. The 
reason why I was bragging about the procedures is that, I am new to it and 
thought that they are very hard and fast :) Right now I would prefer option 
two, since now I am into developing and maintaining a deb package is pretty new 
to me. So this time, I will upload the packages in mentors and will send you 
the link so that you can inject them. Once I am done, I will ask for the 
credintials from alioth.debian.org and will learn doing it myself.

 I'd regard it as a WordNet interface which has
 a different format than dict.

As for Josselin's mail, I agree to your reply that its doesn't come under 
dictionary category, since its a thesaurus interface for WordNet and also it 
works completely offline/local. It has unique features which gdict and 
startdict lack, like hot key summoning, notifications, etc..

 Just correct me if I'm wrong - I just read the description.

I kindly suggest you to try it 
(http://sourceforge.net/project/platformdownload.php?group_id=250410sel_platform=13326)
 and see for yourself :)

Thanks!

Best Regards
Sundaram




From: Andreas Tille til...@rki.de
To: Sundaram legend...@yahoo.com
Cc: Debian Developers debian-de...@lists.debian.org; Artha DebianBug 
514...@bugs.debian.org
Sent: Tuesday, February 10, 2009 3:43:02 PM
Subject: Bug#514690: ITP: artha -- A handy off-line thesaurus based on WordNet

On Tue, 10 Feb 2009, Sundaram wrote:

 Actually, I am new to packaging in Debian. I read the New Maintainer's guide 
 and created 2 .deb
 packages (i386  amd64). I have put them here @ SF.net for local download by 
 general users, not in a
 proper apt repository. All the control files, rules, etc. are in my system, 
 locally. They are not in
 any version controlled area. As per the Debian docs, I have filed a ITP bug. 
 I encountered this site
 mentors.debian.net, where its says new packages needing sponsors are to be 
 uploaded. Now, should I
 upload my packages there and get them sponsored first? Or should I first 
 check in the control files in
 the location you pointed me to. If so, how will I get the credintials to 
 login.

Well, there is no *requirement* to use the SVN repository but it turned out
to be quite reasonable.  So I would recommend to do so - but finally it is
your choice.  You have to ask on alioth.debian.org for a guest account and
once you got this you can ask for adding you to the debian-science group
which automatically grants you write permission to the Debian Science SVN.

If this is a to complicated procedure for you for the moment just point
me to the *.dsc file on mentors once you uploaded it and I might inject it
into Debian Science SVN (if you agree in principle).

Kind regards

   Andreas.

-- http://fam-tille.de


  

Bug#497701: ITP: libv8 -- Google V8 JavaScript Engine

2009-02-10 Thread Fabien Tassin
According to Antonio Radici:
 The package seemed simple but actually there are two issues:

Just to let you know that I filed bugs upstream for those 2 issues a while ago
when i worked on v8 and chromium for Ubuntu.

The 1st issue is http://code.google.com/p/v8/issues/detail?id=150
I already addressed the 'install' target as a patch.
I don't remember why i didn't push it upstream, I should have.

My packaging branch is available at:
https://code.launchpad.net/~chromium-team/chromium-v8/chromium-v8.head
And the corresponding project page:
https://launchpad.net/chromium-v8

It would be nice to merge our efforts.
Please let me know what you think.

/Fabien



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



Bug#514721: cron init script support for 'status'

2009-02-10 Thread Sydoruk Yaroslav
Package: cron
Version: 3.0pl1-105
Severity: normal


The Linux Standard Base requires all service init scripts to support the 
'status' action. This package's init script lacks this ability.


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

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

Versions of packages cron depends on:
ii  adduser   3.110  add and remove users and groups
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l
ii  libselinux1   2.0.65-5   SELinux shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-heavy [mail-tran 4.69-9 Exim MTA (v4) daemon with extended

Versions of packages cron suggests:
pn  anacron   none (no description available)
pn  checksecurity none (no description available)
pn  lockfile-progsnone (no description available)
ii  logrotate 3.7.1-5Log rotation utility

-- 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#445323: [Pkg-xfce-devel] Bug#445323: Bug#445323: cpu-intensive window

2009-02-10 Thread Hugo Mills
Yves-Alexis Perez wrote:
 On Mon, Aug 04, 2008 at 05:02:45PM +0200, Stephan Windmüller wrote:
  Hello!
  
  There are performance issues in the nvidia driver:
  http://www.nvnews.net/vbulletin/showthread.php?s=962dd344a3f0838135fb5a0c9234d11ft=115916
  
  After issuing the command
  
  | nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
  
  my desktop is much faster and also xfterm has no delay any more.
 
 Mhmh, thanks for the report. I hope other people on this bug report will
 try that and report if that fix the issue for them.

   I also see this bug. However, I doubt that the above command will
make much difference -- I'm using the Radeon r300 drivers. :)

   Disabling Composite on the X server makes a huge difference,
though.

   Hugo.

-- 
=== Hugo Mills: h...@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
   --- Never underestimate the bandwidth of a Volvo filled ---   
   with backup tapes.


signature.asc
Description: Digital signature


Bug#514722: please add per-message filtering

2009-02-10 Thread Stefano Zacchiroli
Package: offlineimap
Version: 6.0.3
Severity: wishlist

Short request: add a way to specific a filter action (Python of
whatever) which gets executed on each message delivered, at least to
the local mailbox/maildir.

Long story: it is often the case that incoming emails are used to
train something. The most popular example is of course SPAM
filters, but my actual example is lbdb-fetchaddr (see the lbdb
package).

My mail setup is based on offlineimap, with a remote machine which
actually has a .procmail file. While I've solved the training of SPAM
filters on the remote side, I cannot similarly easily solve the lbdb
training problem remotely, because I do compose mail locally, and I
want the lbdb database to be up to date. To solve my problem it would
be enough to have a way to pipe incoming messages to external
programs, not caring about the filtering output [1].

Actually, I could hack up a solution on top of
http://software.complete.org/software/issues/show/71 , but:

a) AFAICT it is not available in the Debian package yet

b) it would require on my side to recognize a posteriori which new
   messages have just been delivered to my maildir, which looks like
   quite silly, as offlineimap has just done the very same work

Many thanks for offlineimap, it rocks!
Cheers.

[1] but yes, I guess that implementing such a feature will make people
hungry about having filters which do change messages, which is
probably not a good idea.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (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/bash

Versions of packages offlineimap depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-support0.8.7  automated rebuilding support for P

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
pn  python-kerberos   none (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#514723: xserver-xorg-video-intel: After resuming from suspend, playing a movie kills the x server

2009-02-10 Thread Sam Morris
Package: xserver-xorg-video-intel
Version: 2:2.6.1-1
Severity: important

After I resume from suspend, trying to play a movie in totem or mplayer causes
the x server to exit. I guess it's actually the use of XVideo that causes the
problem.

Unfortunately, nothing shows up in the x server log. However, the following
kernel messages are logged:

Feb 10 12:00:35 durandal kernel: [208836.264371] [drm:i915_getparam] *ERROR* 
Unknown parameter 5
Feb 10 12:00:36 durandal kernel: [208837.311684] [drm:i915_getparam] *ERROR* 
Unknown parameter 5

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-04-09 22:08 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1872144 2009-01-31 19:20 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 24 2009-01-07 13:06 /etc/X11/xorg.conf - 
/etc/X11/xorg.conf.intel

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout gb
EndSection

# http://bugs.debian.org/470763
#Section InputDevice
#   Identifier  Configured Mouse
#   Driver  mouse
#EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue # otherwise it doesn't work
#Option VertTwoFingerScroll 1
#Option HorizTwoFingerScroll 1
#Option VertEdgeScroll 0
Option VertEdgeScroll 1
#Option HorizEdgeScroll 0
#Option TapButton2 2
#Option TapButton3 3
#Option SHMConfig 1
Option SHMConfig 1
EndSection

Section Device
Identifier  Configured Video Device
#Option EXANoComposite true
#Option AccelMethod XAA # debian #451791
#Option XaaNoOffscreenPixmaps true # operation climate control web 
page background
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
#InputDeviceConfigured Mouse
InputDevice Synaptics Touchpad
EndSection

Section ServerFlags
Option DontZap on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 34488 2009-01-01 16:48 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 20352 2009-02-01 20:15 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 23925 2009-02-10 12:01 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.5.99.902 (1.6.0 RC 2)
Release Date: 2009-1-30
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.28 x86_64 Debian
Current Operating System: Linux durandal 2.6.26-1-amd64 #1 SMP Sat Jan 10 
17:57:00 UTC 2009 x86_64
Build Date: 31 January 2009  07:16:39PM
xorg-server 2:1.5.99.902-1 (jcris...@debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Feb 10 12:00:33 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   

Bug#514578: LDAP STARTTLS is broken

2009-02-10 Thread Simon Josefsson
Brian May br...@microcomaustralia.com.au writes:

 Hello,

 This appears to break LDAP that uses cacert's class 3 certificate[1].

 More information at http://blog.cacert.org/2009/01/356.html#comments

  From a previous report you need to trust an intermediary certificate 
 - I already do just that, but it doesn't work. As such, I don't believe 
 this is a security risk, because I have a known good copy of the 
 intermediary CA certificate.

 The server certificate itself is not based on md5.

 renew my certificates is not an option until cacert generates a new CA 
 certificate.

 Unfortunately the result of this may be that I may have to downgrade 
 security (e.g. disable TLS) in order to finish the upgrade to Lenny :-(

 Any work arounds would be appreciated ;-).

Are you using gnutls 2.4.2-6 from unstable?  It should be fixed in that
version.  It is not fixed in 2.4.2-5 (in testing), I believe.

 [1] actually I am not positive of this, as the output of gnutls-cli -p 
 ldaps server -d 4711 --print-cert --x509cafile 
 /etc/ssl/certs/class3.pem doesn't mention md5 anywhere

You'll need to pipe the output from gnutls-cli --print-cert to certtool
-i to get the signature algorithm.  This will be changed in the v2.7.x
branch, so that all details are printed by gnutls-cli.

 however I know the intermediate CA certificate is based on md5 so I am
 assuming it is the same issue as here.

I suspect it is the same problem.

/Simon



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



Bug#514658: sponsor recognition on packages.d.o

2009-02-10 Thread Gerfried Fuchs
Am Montag, den 09.02.2009, 23:12 +0100 schrieb Peter Palfrader:
 Package: www.debian.org
 Version: 2009-02-09
 Severity: normal
 
 all pages on packages.d.o give credit to our kind sponsors in a footer.
 The only exception is the entry page, http://packages.debian.org/
 because it is a redirect to http://www.debian.org/distrib/packages and
 there is no pointer to sponsors or anyone there.

 The website has it just in the lefthand column in its entry page.

 It would be good if we could thank our sponsors on the most prominent
 page of that service.

 But ... you said it yourself, it's a redirect to a different page, and
that one isn't hosted by the same organization, or am I wrong? That part
isn't part of that service, it's part of a different service.

 I don't know what the best way to fix this is, we could either move the
 start page back onto packages.d.o, but need some infrastructure to deal
 with translations - otoh we may already have that for some of the things
 on packages.d.o.  Or we duplicate the sponsor info in webwml, or
 packages.d.o uses the sponsor info stored in some form in webwml.

 When one uses the form from that page they will end up in a
packages.d.o page that has the according service and site sponsor
listed, I'm not really sure if this is really that big deal? Putting the
sponsor information somewhere into that page might work out, but then
you have to keep it current in two different services which is rather
error prone - and personally I don't really see the big benefit?

 Thanks,
Rhonda


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#509825: adding extra report of crashed intel xorg

2009-02-10 Thread Jelle de Jong
apt-show-versions | grep xserver-xorg
xserver-xorg/unstable uptodate 1:7.3+18
xserver-xorg-core/unstable uptodate 2:1.4.2-10
xserver-xorg-input-all/unstable uptodate 1:7.3+18
xserver-xorg-input-evdev/unstable uptodate 1:2.0.8-1
xserver-xorg-input-kbd/unstable uptodate 1:1.3.1-1
xserver-xorg-input-mouse/unstable uptodate 1:1.3.0-1
xserver-xorg-input-synaptics/unstable uptodate 0.14.7~git20070706-3
xserver-xorg-input-wacom/unstable uptodate 0.8.1.6-1
xserver-xorg-video-intel/unstable uptodate 2:2.3.2-2+lenny6


X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux debian-eeepc 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686
Build Date: 09 January 2009  02:57:16AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Feb 10 11:22:39 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(**) |   |--Device Configured Video Device
(**) Option BlankTime 0
(**) Option StandbyTime 0
(**) Option SuspendTime 0
(**) Option OffTime 0
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first core pointer device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 3

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27ac card 1043,830f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27ae card 1043,830f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1043,830f rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1043,831a rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,830f rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1043,830f rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1043,830f rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1043,830f rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1043,830f rev 02 class 0c,05,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:1), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:3), (0,1,2), BCTRL: 0x0002 (VGA_EN 

Bug#433471: Same thing here, using Etch

2009-02-10 Thread Alberto Gonzalez Iniesta
Hi,

I've got the same problem. Server running etch:
ii  cupsys1.2.7-4etch6
ii  cupsys-bsd1.2.7-4etch6
ii  cupsys-client 1.2.7-4etch6
ii  cupsys-common 1.2.7-4etch6
ii  libcupsimage2 1.2.7-4etch6
ii  libcupsys21.2.7-4etch6

CUPS will start broadcasting the right port (631) but after sometime
it'll broadcast '0' as the port. Here's a tcpdump with the problem
present and a simple CUPS restart, that will solve the it.

pluto.X is an alias for the server, it's actual name is dumbo.X.
Maybe that address mess has something to do with it. The relevant
cupsd.conf:

--
ServerName pluto.X
Listen 10.XX.XX.1:631
BrowseAddress 10.XX.XX.255
# Show general information in error_log.
LogLevel info
SystemGroup lpadmin
# Allow remote access
#Port 631
Listen /var/run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAddress @LOCAL
--

dumbo:~# ip a show eth0
4: eth0: BROADCAST,MULTICAST,UP,1 mtu 1500 qdisc pfifo_fast qlen 1000
  link/ether 00:1c:c4:5c:5e:e4 brd ff:ff:ff:ff:ff:ff
  inet 10.XX.XX.11/24 brd 10.XX.XX.255 scope global eth0  ## this one is dumbo
  inet 10.XX.XX.1/24 scope global secondary eth0  ## this one is pluto


- tcpdump

a...@var:~$ sudo tcpdump -n -i eth0 port 631 -X -s0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
20:41:59.614070 IP 10.XX.XX.11.631  10.XX.XX.255.631: UDP, length 130
0x:  4500 009e  4000 4011 d50d 0a1c 280b  e.@.@.(.
0x0010:  0a1c 28ff 0277 0277 008a eb05 6230 6365  ..(..w.wb0ce
0x0020:  2033 2069 7070 3a2f 2f70 6c75 746f 2e75  .3.ipp://pluto.X
0x0030:  6469 6d61 3a30 2f70 7269 6e74 6572 732f  :0/printers/
0x0040:  6265 7374 6961 5f63 6f6c 6f72 2022 5261  bestia_color.Ra
0x0050:  636b 2220 224f 6365 2043 5332 3430 2220  ck.Oce.CS240.
0x0060:  2247 656e 6572 6963 2034 3543 2d31 2050  Generic.45C-1.P
0x0070:  5328 5029 2220 6a6f 622d 7368 6565 7473  S(P).job-sheets
0x0080:  3d6e 6f6e 652c 6e6f 6e65 206c 6561 7365  =none,none.lease
0x0090:  2d64 7572 6174 696f 6e3d 3330 300a   -duration=300.
20:42:14.611927 IP 10.XX.XX.11.631  10.XX.XX.255.631: UDP, length 124
0x:  4500 0098  4000 4011 d513 0a1c 280b  e.@.@.(.
0x0010:  0a1c 28ff 0277 0277 0084 2954 6230 6365  ..(..w.w..)Tb0ce
0x0020:  2033 2069 7070 3a2f 2f70 6c75 746f 2e75  .3.ipp://pluto.X
0x0030:  6469 6d61 3a30 2f70 7269 6e74 6572 732f  :0/printers/
0x0040:  6265 7374 6961 2022 5261 636b 2220 224f  bestia.Rack.O
0x0050:  6365 2043 5332 3430 2220 2247 656e 6572  ce.CS240.Gener
0x0060:  6963 2034 3543 2d31 2050 5328 5029 2220  ic.45C-1.PS(P).
0x0070:  6a6f 622d 7368 6565 7473 3d6e 6f6e 652c  job-sheets=none,
0x0080:  6e6f 6e65 206c 6561 7365 2d64 7572 6174  none.lease-durat
0x0090:  696f 6e3d 3330 300a  ion=300.
20:42:17.611517 IP 10.XX.XX.11.631  10.XX.XX.255.631: UDP, length 154
0x:  4500 00b6  4000 4011 d4f5 0a1c 280b  e.@.@.(.
0x0010:  0a1c 28ff 0277 0277 00a2 c380 3130 3036  ..(..w.w1006
0x0020:  2033 2069 7070 3a2f 2f70 6c75 746f 2e75  .3.ipp://pluto.X
0x0030:  6469 6d61 3a30 2f70 7269 6e74 6572 732f  :0/printers/
0x0040:  6265 6c6c 6120 2252 6575 6e69 6f6e 6573  bella.Reuniones
0x0050:  2220 2248 5020 3130 3232 2220 2248 5020  .HP.1022.HP.
0x0060:  4c61 7365 724a 6574 2031 3032 3020 466f  LaserJet.1020.Fo
0x0070:  6f6d 6174 6963 2f66 6f6f 327a 6a73 2028  omatic/foo2zjs.(
0x0080:  7265 636f 6d6d 656e 6465 6429 2220 6a6f  recommended).jo
0x0090:  622d 7368 6565 7473 3d6e 6f6e 652c 6e6f  b-sheets=none,no
0x00a0:  6e65 206c 6561 7365 2d64 7572 6174 696f  ne.lease-duratio
0x00b0:  6e3d 3330 300a   n=300.

## /etc/init.d/cupsys restart ##

20:42:21.902911 IP 10.XX.XX.11.631  10.XX.XX.255.631: UDP, length 156
0x:  4500 00b8  4000 4011 d4f3 0a1c 280b  e.@.@.(.
0x0010:  0a1c 28ff 0277 0277 00a4 9045 3130 3036  ..(..w.w...E1006
0x0020:  2033 2069 7070 3a2f 2f70 6c75 746f 2e75  .3.ipp://pluto.X
0x0030:  6469 6d61 3a36 3331 2f70 7269 6e74 6572  :631/printer
0x0040:  732f 6265 6c6c 6120 2252 6575 6e69 6f6e  s/bella.Reunion
0x0050:  6573 2220 2248 5020 3130 3232 2220 2248  es.HP.1022.H
0x0060:  5020 4c61 7365 724a 6574 2031 3032 3020  P.LaserJet.1020.
0x0070:  466f 6f6d 6174 6963 2f66 6f6f 327a 6a73  Foomatic/foo2zjs
0x0080:  2028 7265 636f 6d6d 656e 6465 6429 2220  .(recommended).
0x0090:  6a6f 622d 7368 6565 7473 3d6e 6f6e 652c  job-sheets=none,
  

Bug#514724: RFA: gnome-keyring-sharp -- CLI library to access the GNOME Keyring daemon

2009-02-10 Thread Laurent Bigonville
Package: wnpp
Version: N/A; reported 2009-02-10
Severity: normal

This package is a C# implementation of the gnome-keyring library used
to manipulate the keyring.

This package has only one r-depend (f-spot) in debian and has no open
bugs in the debian bts.
The current version is an 1 year old svn snapshot, it maybe worth to
make a new snapshot as upstream doesn't have released any new stable
version.

Laurent Bigonville


pgptwUoWOZYvu.pgp
Description: PGP signature


Bug#514725: libapache2-mod-suphp: suphp not active by default after default installation

2009-02-10 Thread Alessandro De Zorzi
Package: libapache2-mod-suphp
Version: 0.6.2-3
Severity: normal

After libapache2-mod-suphp and suphp-common installation
on Lenny default system (with apache2) mod_suphp appares
Loaded but php do not works as php-cgi so suphp do not works.

0.6.2-1+etch0 works after default installation on Lenny system.

Using /etc/apache2/mods-available/suphp.conf from 0.6.2-1+etch0
on 0.6.2-3 installation suphp works.

best regards
Alessandro De Zorzi


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

Kernel: Linux 2.6.26-1-amd64 (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/bash

Versions of packages libapache2-mod-suphp depends on:
ii  apache2.2-common 2.2.9-10+lenny2 Apache HTTP Server common files
ii  libc62.7-18  GNU C Library: Shared libraries
ii  suphp-common 0.6.2-3 Common files for mod suphp

libapache2-mod-suphp recommends no packages.

libapache2-mod-suphp 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#514658: sponsor recognition on packages.d.o

2009-02-10 Thread Peter Palfrader
Gerfried Fuchs schrieb am Dienstag, dem 10. Feber 2009:

  all pages on packages.d.o give credit to our kind sponsors in a footer.
  The only exception is the entry page, http://packages.debian.org/
  because it is a redirect to http://www.debian.org/distrib/packages and
  there is no pointer to sponsors or anyone there.
 
  The website has it just in the lefthand column in its entry page.

That's for the mirror of the www.debian.org site.  Not for the systems
providing the packages.d.o service.

  It would be good if we could thank our sponsors on the most prominent
  page of that service.
 
  But ... you said it yourself, it's a redirect to a different page, and
 that one isn't hosted by the same organization, or am I wrong? That part
 isn't part of that service, it's part of a different service.

http://www.debian.org/distrib/packages no matter on which server it is
hosted is part of the packages.debian.org service.

  I don't know what the best way to fix this is, we could either move the
  start page back onto packages.d.o, but need some infrastructure to deal
  with translations - otoh we may already have that for some of the things
  on packages.d.o.  Or we duplicate the sponsor info in webwml, or
  packages.d.o uses the sponsor info stored in some form in webwml.
 
  When one uses the form from that page they will end up in a
 packages.d.o page that has the according service and site sponsor
 listed, I'm not really sure if this is really that big deal? Putting the
 sponsor information somewhere into that page might work out, but then
 you have to keep it current in two different services which is rather
 error prone - and personally I don't really see the big benefit?

I think it's pretty offputting to sponsors when they are not credited at
the entry page to a service.

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://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#514303: boinc-client: by default BOINC binds to all network adaptors

2009-02-10 Thread Sheridan Hutchinson
2009/2/10 René Mayorga rmayo...@debian.org:
 tags 514303 + upstream
 forwarded 514303 http://boinc.berkeley.edu/trac/ticket/573
 thanks

Hello René,

I have been upstream to check out that ticket.

What I cannot understand is that the Windows version of BOINC does in
fact bind just to the localhost and not network adaptors by default.
I have no idea why this needs to be different between OS's.

Given that upstream has already commented I have decided to remove the
linux version of BOINC from all my machines, so I recommmend closing
this bug report.

Thank you for your timely efforts, it's a pleasure to deal with a
responsive developer.

--
Regards,
Sheridan Hutchinson
sheri...@shezza.org



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



Bug#514726: uptimed: Upgrading from 1:0.3.12-2 causes data loss

2009-02-10 Thread Raphael Manfredi
Package: uptimed
Version: 1:0.3.16-1
Severity: normal

After seeing that my bug #482643 had been closed, I upgraded to the newest
version.  Now when I type:

uprecords -a

I get:

 #   Uptime | System Boot up
+---
 147 days, 15:10:46 | x 2.6.25.4Wed Oct 15 09:27:53 2008
+---
-   1 9 days, 18:16:18 | x 2.6.28.2Sat Jan 31 19:03:19 2009
+---
no1 in37 days, 20:54:29 | atFri Mar 20 10:14:04 2009
up47 days, 15:10:46 | since Sat Jan 31 19:03:19 2009
  down   22802 days, 21:29: | since Sat Jan 31 19:03:19 2009
   %up0.208 | since Sat Jan 31 19:03:19 2009

I lost all my previous records but the longest uptime, and the system name
being reported is wrong: x instead of Linux.

Something went wrong in the upgrading procedure?

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

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

Versions of packages uptimed depends on:
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  libc6  2.7-2 GNU C Library: Shared libraries
ii  libuptimed01:0.3.11-1+b1 Library for uptimed

uptimed recommends no packages.

-- debconf information:
* uptimed/mail/do_mail: Both
* uptimed/mail/address: root
* uptimed/mail/milestones_info:
* uptimed/maxrecords: 50
* uptimed/interval: 600



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



Bug#514327: RFP: openfoam -- OpenFOAM-1.5 debian package

2009-02-10 Thread Oliver Borm
Thank's for this information. On which upstream release relies FreeFoam?
Do you also apply all patches from the 1.5.X git from OpenCFD?

In general, I would say, that the build system from FreeFoam with cmake
should be better than wmake. It sounds really impressive what you are
doing or have done in the past. But to really get benefit from your
work, you had to persuade OpenCFD Ltd. and Wikki Ltd. that FreeFoam with
cmake is the better build environment than wmake. I think Michael has
done such attempt already in the past
(http://openfoam.cfd-online.com/forum/messages/1/10610.html?1232610557).
Otherwise all your work is valueless or has to be done twice, if a new
upstream release is published. Or is the conversion from standard
OpenFOAM to FreeFoam 100% automatic?

My personal minimal setup on OpenFOAM environment variables are:

export
PATH=/usr/lib/OpenFOAM-1.5/bin:/usr/lib/OpenFOAM-1.5/applications/bin:${PATH}
export
LD_LIBRARY_PATH=/usr/lib/OpenFOAM-1.5/lib/openmpi:/usr/lib/OpenFOAM-1.5/lib:${LD_LIBRARY_PATH}
export WM_PROJECT_INST_DIR=
export WM_PROJECT_DIR=/usr/lib/OpenFOAM-1.5

The first two are ok, but I don't know why OpenFOAM needs the last two.
If they are not set, I got an segmentation fault. Furthermore you should
install all header files into /usr/include/FreeFoam. So that the user
can link against the {Free,Open}Foam libraries and build his own
Top-Level solver, utility or additional library.
 In case you did not see the message I also sent to
 514...@bugs.debian.org and you might be interested. We hope to issue
 next week.

 There is a 'fork' of OpenFoam: FreeFoam 
 (http://sourceforge.net/projects/freefoam/), done by Michael Wild and
 me. The changes are in the building (using CMake), installation using
 LSB: (/usr/lib/FreeFoam/*, /usr/bin/* , /etc/FreeFoam), and usage (no
 ENVIRONMENTAL settings needed. It seems to work fine, but we are still
 testing it. I already have had a look at Paraview and cdbs technology
 (which is new to me) how I might be able to deb FreeFoam.
 The files have not yet been uploaded to sf.net or at the 
 repo.or.cz git repository. 

 Michael asked me to wait with publishing the software (he holds the sf
 account) It has been 1 month I had the last contact with Michael and he
 did not respond last week. I will try again and eventually issue
 FreeFoam on the git repository.

 Gerber

   



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



Bug#514728: ceferino: Text alignment

2009-02-10 Thread Roland Clobus
Package: ceferino
Version: 0.97-8
Severity: minor

I've noticed that Ceferino does not always determine correctly whether
something will fit on the line, and that the text will touch the right
side of the screen.

This patch will ensure that the text is written to the screen with a
border of 20 pixels.
The measuring function and the printing function are now more
symmetrical.

Regards,
Roland Clobus

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

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

diff -r -u ../ceferino-0.97.8.orig/src/fuente2.cc ./src/fuente2.cc
--- ../ceferino-0.97.8.orig/src/fuente2.cc	2007-07-14 23:14:23.0 +0200
+++ ./src/fuente2.cc	2009-02-10 13:02:36.0 +0100
@@ -321,26 +321,27 @@
 void fuente2 :: alinear_inferior (int * x1, int * y1, char * cadena)
 {
 	int f = 0;
-	int c = 20;
+	int c = 0;
 	char * palabra = cadena;
-	char * offset;
-	int limite_w = 640;/*(modo_reducido)? 320: 640;*/
+	int limite_w = 640 - 2 * 20 + get_w (' ');/*(modo_reducido)? 320: 640;*/
 	int limite_h = 480;/*(modo_reducido)? 240: 480;*/
+	int width;
 
 	while (palabra)
 	{
-		if (c + ancho_palabra (palabra)  limite_w)
+		width = ancho_palabra (palabra) + get_w (' ');
+		if (c + width  limite_w || *palabra == '\n')
 		{
 			/* salta una linea */
-			c = ancho_palabra (palabra) + get_w (' ');
+			c = width;
 			f += get_h ();
 		}
 		else
 		{
-			c += ancho_palabra (palabra) + get_w (' ');
+			c += width;
 		}
 		
-		palabra = strstr (palabra,  );
+		palabra = saltar_palabra (palabra);
 
 		if (palabra)
 		{
@@ -388,21 +388,23 @@
 void fuente2 :: imprimir_con_salto (SDL_Surface * dst, char * cadena, int x, \
 		int y, SDL_Rect *rect, int * nrect, bool transparente)
 {
-	int limite_w = 640;/*(modo_reducido)? 320: 640;*/
+	int limite_w = 640 - 2 * 20 + get_w (' ');/*(modo_reducido)? 320: 640;*/
 	char * palabra = cadena;
-	x = 20;
+	int width;
+	x = 0;
 
 	while (palabra)
 	{
-		if (x + ancho_palabra (palabra)  limite_w)
+		width = ancho_palabra (palabra) + get_w (' ');
+		if (x + width  limite_w)
 		{
-			x = 20;
+			x = 0;
 			y += get_h ();
 		}
 
-		imprimir_palabra (dst, palabra, x, y, rect, nrect,transparente);
+		imprimir_palabra (dst, palabra, 20 + x, y, rect, nrect,transparente);
 		
-		x += ancho_palabra (palabra) + get_w (' ');
+		x += width;
 
 		palabra = saltar_palabra (palabra);
 
@@ -410,7 +412,7 @@
 		{
 			if (palabra [0] == '\n')
 			{
-x = 20;
+x = 0;
 y += get_h ();
 			}
 


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


Bug#514729: cryptsetup: /sbin/udevsettle: not found

2009-02-10 Thread General Stone
Package: cryptsetup
Version: 2:1.0.6-7
Severity: important
Tags: patch

If anyone have not installed udev, cryptsetup dont need to run
udevsettle or did not post the message, that udevsettle could not
found by /bin/sh.

The patch in the attachment correct this by an if-statement.

Greetings, Markus Naß

diff -ruN old/cryptsetup-1.0.6/lib/libdevmapper.c new/cryptsetup-1.0.6/lib/libdevmapper.c
--- old/cryptsetup-1.0.6/lib/libdevmapper.c	2007-10-25 09:11:19.0 +0200
+++ new/cryptsetup-1.0.6/lib/libdevmapper.c	2009-02-10 12:18:43.0 +0100
@@ -22,7 +22,8 @@
 
 static void run_udevsettle(void)
 {
-	system(UDEVSETTLE);
+	if(!access(UDEVSETTLE, F_OK|X_OK))
+		system(UDEVSETTLE);
 }
 
 static void set_dm_error(int level, const char *file, int line,


Bug#514726: uptimed: Upgrading from 1:0.3.12-2 causes data loss

2009-02-10 Thread Thibaut VARENE
retitle 514726 uptimed must enforce version on libuptimed dependency
tags 514726 confirmed pending
thanks

Hi,

Your problem lies here:

 Versions of packages uptimed depends on:
 ii  debconf [debconf-2.0]  1.5.22Debian configuration management 
 sy
 ii  libc6  2.7-2 GNU C Library: Shared libraries
 ii  libuptimed01:0.3.11-1+b1 Library for uptimed

libuptimed0 is out of date. I'll upload a new package that ensures
that libuptimed0 is in sync with the executable. Thanks for spotting
that out.



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



Bug#502444: Question about the sshd bug

2009-02-10 Thread Tim Small

Goswin von Brederlow wrote:

Hi,

could it be that the problem occurs when two or more network interfaces come
up simultaneously? The first causes sshd to restart and the second then
sends a signal before the signal handler is installed. Does that sound
reasonable


The machine which was seeing the problems does have two NICs, although I 
can't test whether the problem still occurs when only one is configured, 
as the machine is in production now


If however someone is able to experiment with a machine which is still 
seeing these symptoms, then I'd guess adding various:


pre-up sleep number

lines to /etc/network/interfaces (where number is different for each), 
this should make the problem go away.



Hmm.  It looks like the problem IS two successive reloads happening too 
close together (maybe udev now brings up NICs in quick succession, or 
parallel), since if I run this on the command line of a different lenny 
machine:


for i in {1..20} ; do /etc/init.d/ssh reload  /etc/init.d/ssh reload  
/etc/init.d/ssh reload  /etc/init.d/ssh reload ; done


then sshd normally dies within 10 or so reloads...

Tim.

--
South East Open Source Solutions Limited
Registered in England and Wales with company number 06134732.  
Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ

VAT number: 900 6633 53  http://seoss.co.uk/ +44-(0)1273-808309




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



Bug#514726: uptimed: Upgrading from 1:0.3.12-2 causes data loss

2009-02-10 Thread Thibaut VARENE
BTW, if my assumption is right, it means that there's a binary
incompatibility between versions of uptimed/libuptimed. I've forwarded
upstream about this.

HTH



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



Bug#502193: even between 0.24.5-3 instances

2009-02-10 Thread martin f krafft
I reproduced this running both server and client in debug mode.
Please see the attached files. The following lines are the
corresponding apache access.log lines:

  130.60.75.74 - - [10/Feb/2009:09:56:34 +0100] POST /RPC2 HTTP/1.1 200 131 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:34 +0100] POST /RPC2 HTTP/1.1 200 179 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:37 +0100] POST /RPC2 HTTP/1.1 200 25922 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:38 +0100] POST /RPC2 HTTP/1.1 200 176 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:39 +0100] POST /RPC2 HTTP/1.1 200 144 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:39 +0100] POST /RPC2 HTTP/1.1 200 182 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:39 +0100] POST /RPC2 HTTP/1.1 200 126 
- XMLRPC::Client (Ruby 1.8.7)
  130.60.75.74 - - [10/Feb/2009:09:56:39 +0100] POST /RPC2 HTTP/1.1 200 176 
- XMLRPC::Client (Ruby 1.8.7)

I also turned on apache debugging for another time this problem
occurred, where the client reported it at 13:38:29. The log is also
attached.

Note that this problems even seems to happen when puppetd is running
on the same host as puppetmasterd.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


server_debuglog.bz2
Description: Binary data


client_debuglog.bz2
Description: Binary data


apache_debuglog.bz2
Description: Binary data


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#512696: firmware-iwlwifi: Kernel panic when using iwl4965 and iwlwifi-4965-ucode-228.57.2.21

2009-02-10 Thread Oleg Broytmann
Well, found it - file
/usr/src/linux-source-2.6.26/drivers/net/wireless/iwlwifi/iwl-4965.h:

/* Change firmware file name, using - and incrementing number,
 *   *only* when uCode interface or architecture changes so that it
 *   is not compatible with earlier drivers.
 * This number will also appear in  8 position of 1st dword of uCode file
*/
#define IWL4965_UCODE_API -1

   I.e., the iwlwifi driver in the kernel 2.6.26 requires
iwlwifi-4965-1.ucode firmware file, and hence it cannot use 228.57.2.23. So
to fix the problem kernel (or iwlwifi driver) must be upgraded, then the
package firmware-iwlwifi could be upgraded. Or firmware-iwlwifi should be
downgraded to iwlwifi-4965-ucode-4.44.1.20.

Oleg.
-- 
 Oleg Broytmannhttp://phd.pp.ru/p...@phd.pp.ru
   Programmers don't die, they just GOSUB without RETURN.



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



Bug#514716: Acknowledgement (Error: could not get cluster default encoding)

2009-02-10 Thread Max Kellermann
reassign 514716 selinux-policy-default
found 514716 2:0.0.20080702-14.
thanks

Turns out this is a SELinux policy problem:

 Feb 10 13:38:45 dory kernel: type=1400
 audit(1234269525.497:12098253): avc:  denied  { connectto } for
 pid=9892 comm=psql path=/var/run/postgresql/.s.PGSQL.5432
 scontext=unconfined_u:system_r:postgresql_t:s0-s0:c0.c1023
 tcontext=unconfined_u:system_r:postgresql_t:s0-s0:c0.c1023
 tclass=unix_stream_socket



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



  1   2   3   4   >