Bug#548551: dancer-services: NMU diff for 1.8.0.6.3-6.1

2010-03-18 Thread jari . aalto

Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for RC bug: #548551.
See the debian/patches directory for the important fixes. Feel free to
contact if you have any questions.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

dancer-services-1.8.0.6.3/debian/init.d
dancer-services-1.8.0.6.3/debian/dirs
dancer-services-1.8.0.6.3/debian/changelog

diffstat for dancer-services_1.8.0.6.3-6 dancer-services_1.8.0.6.3-6.1

 changelog |   22 ++
 dirs  |2 +-
 init.d|   19 +++
 3 files changed, 38 insertions(+), 5 deletions(-)

diff -u dancer-services-1.8.0.6.3/debian/init.d dancer-services-1.8.0.6.3/debian/init.d
--- dancer-services-1.8.0.6.3/debian/init.d
+++ dancer-services-1.8.0.6.3/debian/init.d
@@ -2,10 +2,10 @@
 
 ### BEGIN INIT INFO
 # Provides:  dancer-services
-# Required-Start:$syslog dancer-ircd
-# Required-Stop: $syslog dancer-ircd
-# Should-Start:  $local_fs $network $named
-# Should-Stop:   $local_fs $network $named
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Should-Start:  $network $named dancer-ircd
+# Should-Stop:   $network $named dancer-ircd
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Dancer-Services daemon init.d script
@@ -21,8 +21,19 @@
 
 set -e
 
+mkrundir ()
+{
+	if [ -d /var/run/dancer-services ]; then
+	return 0
+	fi
+
+	mkdir -p /var/run/dancer-services
+	chown services:root /var/run/dancer-services
+}
+
 case $1 in
   start)
+mkrundir
 	echo Starting $DESC: 
 	start-stop-daemon --start --quiet --pidfile /var/run/dancer-services/$NAME.pid \
 		--chuid services --exec $DAEMON
diff -u dancer-services-1.8.0.6.3/debian/dirs dancer-services-1.8.0.6.3/debian/dirs
--- dancer-services-1.8.0.6.3/debian/dirs
+++ dancer-services-1.8.0.6.3/debian/dirs
@@ -7 +7 @@
-var/run/dancer-services/
+
diff -u dancer-services-1.8.0.6.3/debian/changelog dancer-services-1.8.0.6.3/debian/changelog
--- dancer-services-1.8.0.6.3/debian/changelog
+++ dancer-services-1.8.0.6.3/debian/changelog
@@ -1,3 +1,25 @@
+dancer-services (1.8.0.6.3-6.1) unstable; urgency=low
+
+  [Jari Aalto]
+  * Non-maintainer upload.
+  * debian/init.d
+- Rearrange dependencies: The script has a hard dependency on
+  dancer-ircd, yet the package only recommend dancer-ircd. Because of
+  this, the init.d dependency is best declared a soft dependency. Files
+  in /usr/ are used, so it is better to hard depend on $remote_fs not
+  $local_fs (serious; Closes: #548551). Patch Thanks to Petter
+  Reinholdtsen p...@hungry.com.
+- (Required-Start): Add $remote_fs, remove dancer-ircd.
+- (Required-Stop): Add $remote_fs, remove dancer-ircd.
+- (Should-Start): Add dancer-ircd, remove $local_fs.
+- (Should-Stop): Add dancer-ircd, remove $local_fs.
+- (mkrundir): New function. Create directory /var/run/dancer-services
+  at start action.
+  * debian/dirs:
+- Remove var/run/dancer-services (E: lintian).
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 14 Feb 2010 16:32:20 +0200
+
 dancer-services (1.8.0.6.3-6) unstable; urgency=medium
 
   * Switch to the DM-Upload-Allowed field.


Bug#574355: openjdk-6-jdk: eclipse networking failure

2010-03-18 Thread Torsten Werner
Hi,

On Wed, Mar 17, 2010 at 4:04 PM, Luca Tettamanti kronos...@gmail.com wrote:
 Instead I suspect that it's caused by the workaround for that bug
 (ipv4-mapped-ipv6-addresses.diff)

yes and that will be fixed with the next upload.

But there is an inherent IPv6 problem with eclipse itself. It executes

socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 78
bind(78, {sa_family=AF_INET6, sin6_port=htons(0), inet_pton(AF_INET6,
::, sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0

before connecting to an IPv4 address. This is bound to fail with
net.ipv6.bindv6only switched on. (But it will work again with
net.ipv6.bindv6only switched off.)

Cheers,
Torsten



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



Bug#574424: heimdal-kdc: please include iprop-log in package

2010-03-18 Thread Russ Allbery
Package: heimdal-kdc
Version: 1.3.1.rc2.dfsg.1-3
Severity: normal

The iprop-log utility and its man page appear to be missing from
heimdal-kdc, and looking at the Debian install rules, I don't think
they're in any of the other packages either.  Could you please include
this utility and its man page in the heimdal-kdc package?  It's used
to maintain the incremental propagation log.

Thanks!

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

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



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



Bug#574425: heimdal-kdc: set -e not appropriate for init scripts

2010-03-18 Thread Russ Allbery
Package: heimdal-kdc
Version: 1.3.1.rc2.dfsg.1-3
Severity: normal

The current heimdal-kdc init script uses set -e, which is generally
considered a bad idea.  See, for instance, /etc/init.d/skeleton:

# Do NOT set -e

The problem with set -e for init scripts is that Debian Policy requires
that things that will result in non-zero exit statuses be regarded as
success, such as starting something that's already running or stopping
something that's already stopped.  While you can carefully check all
exit statuses in a way that's safe for set -e, it's annoying and tricky
to do and it's usually easier to just not use it.

I discovered this problem when I was upgrading the heimdal-kdc package
and the new package could not install because I'd stopped the KDC already
and /etc/init.d/heimdal-kdc stop was failing (due to set -e) because it
couldn't stop the servers.

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

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



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



Bug#460619: stalls (or hangs if called externally) opening encrypted '.zip' file.

2010-03-18 Thread A. Costa
Package: ark
Version: 4:4.2.4-1
Severity: normal

I'd say the bug remains, more or less.  It's a bit different
this time, but still fails.  Details:

# encrypt text file 'foo' in 'bar.zip', pw=melon
% B=/tmp/bar.zip ; F=/tmp/foo ; echo hello  $F ; zip -P melon $B $F
  adding: tmp/foo (stored 0%)
% ark $B

'ark' shows the archive contents list; hilite 'foo', click 'Preview', and:

Sorry - Ark
/!\  The internal viewer cannot preview this file.
  [OK]

...it can't view it.  'ark' doesn't prompt for a password.

From 'ark', click 'Extract', and 'ark' asks for a location to extract
'foo'.  Does not ask for a password.  Press OK, 'ark' creates a
directory with 'foo' in it, seemingly extracted?  No, the file is just
garbage characters, probably still encrypted.  See attached 'foo'.

Summing up, it doesn't hang or stall anymore, but it fails, and
neglects to warn the user it fails.  This bug shouldn't be closed, but
might profitably be renamed to something like: 'Extract' encrypted
'.zip' file outputs garbage.

HTH...


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

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

Versions of packages ark depends on:
ii  kdebase-runtime 4:4.2.2-1runtime components from the offici
ii  kdelibs54:4.2.4-1core libraries for all KDE 4 appli
ii  libarchive1 2.6.2-1  Single library to read/write tar, 
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libqt4-dbus 4:4.5.3-4Qt 4 D-Bus module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libstdc++6  4.4.3-3  The GNU Standard C++ Library v3
ii  libzip1 0.9-3library for reading, creating, and
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages ark recommends:
ii  bzip2  1.0.5-4   high-quality block-sorting file co
ii  p7zip-full 9.04~dfsg.1-1 7z and 7za file archivers with hig
ii  unzip  6.0-4 De-archiver for .zip files
ii  zip3.0-3 Archiver for .zip files

Versions of packages ark suggests:
ii  rar   2:3.9.2-1  Archiver for .rar files
ii  unrar 1:3.9.9-1  Unarchiver for .rar files (non-fre

-- no debconf information


foo
Description: Binary data


Bug#574426: Very slow Xorg

2010-03-18 Thread Mir T
Package: X.org
Version:   1.7.5.902 (1.7.6 RC 2)

I'm using Debian unstable, after last xorg update, all graphics become very
slow.

X -version:
X.Org X Server 1.7.5.902 (1.7.6 RC 2)
Release Date: 2010-03-12
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33-2-amd64 x86_64 Debian
Current Operating System: Linux DESKTOP 2.6.32-3-amd64 #1 SMP Wed Feb 24
18:07:42 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-3-amd64
root=UUID=49494796-e605-438c-a410-f0b9effe0a6e ro quiet
Build Date: 15 March 2010  10:14:47PM
xorg-server 2:1.7.5.902-1 (Cyril Brulebois k...@debian.org)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.


Bug#573320: lighttpd: Don't run Lighttpd as www-data

2010-03-18 Thread Olaf van der Spek
On Wed, Mar 17, 2010 at 7:23 PM, Marco d'Itri m...@linux.it wrote:
 On Mar 10, Olaf van der Spek olafvds...@gmail.com wrote:

 Would it be possible to start FastCGI processes via spawn-fcgi and to run 
 Lighttpd as another user than www-data (maybe user lighttpd)?
 I think this improves security as FastCGI processes can no longer touch 
 Lighttpd (and it's log files).

 I believe that the correct solution would be to start the FastCGI
 processes as a different user (or multiple different users, e.g. one per
 web site or site component).
 This would not require changing the lighttpd default configuration.

There are packages like phpmyadmin that depend on www-data, so you
can't just change that.

The Lighttpd defaults have to change anyway as now it starts PHP itself.

Olaf



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



Bug#574283: closed by Steve Langasek vor...@debian.org (Re: Bug#574283: samba: Doesn't bind to IPv4)

2010-03-18 Thread Olaf van der Spek
reopen 574283
quit

$ sudo netstat -nlp | grep 139
tcp6   0  0 :::139  :::*
LISTEN  992/smbd

$ telnet 127.0.0.1 139
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Are you testing on a clean squeeze install?
More specifically, isn't there a setting that automatically binds IPv6
sockets to IPv4 and didn't that get disabled recently?

On Wed, Mar 17, 2010 at 11:06 PM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the samba package:

 #574283: samba: Doesn't bind to IPv4

 It has been closed by Steve Langasek vor...@debian.org.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Steve Langasek 
 vor...@debian.org by
 replying to this email.


 --
 574283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574283
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Steve Langasek vor...@debian.org
 To: Olaf van der Spek olafvds...@gmail.com, 574283-d...@bugs.debian.org
 Date: Wed, 17 Mar 2010 15:04:46 -0700
 Subject: Re: Bug#574283: samba: Doesn't bind to IPv4
 On Wed, Mar 17, 2010 at 11:56:48AM +0100, Olaf van der Spek wrote:
 Package: samba
 Version: 2:3.4.7~dfsg-1
 Severity: serious
 Justification: IPv4 is kinda required

 Samba binds only to IPv6 and not to IPv4. I think this breaks stuff.

 $ sudo netstat -nlp | grep 139
 tcp6       0      0 :::139                  :::*                    LISTEN    
   4040/smbd
 $ telnet 127.0.0.1 139
 Trying 127.0.0.1...
 Connected to localhost (127.0.0.1).
 Escape character is '^]'.
 ^]quit

 telnet quit
 Connection closed.
 $

 I think this breaks stuff is not a bug.  If you can show actual breakage
 caused by this use of IPv6 sockets, please reopen.

 --
 Steve Langasek                   Give me a lever long enough and a Free OS
 Debian Developer                   to set it on, and I can move the world.
 Ubuntu Developer                                    http://www.debian.org/
 slanga...@ubuntu.com                                     vor...@debian.org

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

 iQIVAwUBS6FR91aNMPMhshM9AQj++Q//dOZdrNpZcMZz0B7fsnMUWN20wkAD+KAl
 7V7jFn1F1g/xEpEJoe8bUsHYo9LwB/v2cWlgxv1cBQqBwelM5g4hZ2rfMPTpQVUS
 w0Vf8mcmaaWYgMR9llteU1bN7MR07eN8cwORwsSGm/wqITnDIGXdSfWJUgtAaEZu
 JGMec7CvRh27p3frYSdg75SShv8cmYcZSVDm+NDJVBQHLiDIusPbbqH9OQqaaAw6
 ee7zNHuR1zx9MGzrGaYcBInmzYBgw6Bg2JQgsJhPnnhiEDdgeU0J8mlMT2FraZ0w
 9uafLrvHFRhumbB4wLQ+dM14dzcEz4F7G7g8Zk0opvnTNvlmpqJBvudBWkwaUdnW
 CU9JeY3nZg+lln0QGneQLiaQ0kj9Xa1cUXe40wmmJv2dF9pwSn37DF10jRNaSzUu
 O+L5b/pNCbonpl+EBpZpbEjQYcgtQx57XZKRWOzn1u2UW7UJF8MC0ZQFkO4fkxvz
 KYIqJ9jMZZzSzbCor0EfEOVEHw1lIZSQaVh+pzBB39Chh2WrJGWFgSZg+gEIniAY
 3LSsJbuStNpOayj2uoO5eZOPgo2HuoE2G/a48u2wtA0oMHKt9UHOfEIQmbeWgpWp
 EWJF/071C8jmCHBIylYunIUKMsZmIumt1JYkTtUqIHjHTfN1583gN30/EO7M124R
 YrJlbZBdheM=
 =BTyz
 -END PGP SIGNATURE-


 -- Forwarded message --
 From: Olaf van der Spek olafvds...@gmail.com
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Date: Wed, 17 Mar 2010 11:56:48 +0100
 Subject: samba: Doesn't bind to IPv4
 Package: samba
 Version: 2:3.4.7~dfsg-1
 Severity: serious
 Justification: IPv4 is kinda required

 Hi,

 Samba binds only to IPv6 and not to IPv4. I think this breaks stuff.

 Greetings,

 Olaf

 $ sudo netstat -nlp
 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State     
   PID/Program name
 tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN    
   1284/sshd
 tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN    
   1544/exim4
 tcp        0      0 0.0.0.0:44738           0.0.0.0:*               LISTEN    
   785/rpc.statd
 tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN    
   1197/mysqld
 tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN    
   774/portmap
 tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN    
   1051/lighttpd
 tcp6       0      0 :::22                   :::*                    LISTEN    
   1284/sshd
 tcp6       0      0 ::1:25                  :::*                    LISTEN    
   1544/exim4
 tcp6       0      0 :::445                  :::*                    LISTEN    
   942/smbd
 tcp6       0      0 :::139                  :::*                    LISTEN    
   942/smbd
 tcp6       0      0 :::80                   :::*                    LISTEN    
   1051/lighttpd
 udp        0      0 0.0.0.0:111             0.0.0.0:*                         
   774/portmap
 udp        0      0 0.0.0.0:44793           0.0.0.0:*                         
   785/rpc.statd
 udp        0      0 0.0.0.0:961             

Bug#574283: [Pkg-samba-maint] Bug#574283: samba: Doesn't bind to IPv4

2010-03-18 Thread Olaf van der Spek
On Wed, Mar 17, 2010 at 4:58 PM, Christian PERRIER bubu...@debian.org wrote:
 tags 574283 unreproducible
 severity 574283 normal
 thanks

Why is it bugs get closed and severities altered without even a
response from me?

 Well:

 r...@mykerinos:~# sudo netstat -nlp|grep mbd
 tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN    
   3472/smbd
 tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN    
   3472/smbd
 tcp6       0      0 :::445                  :::*                    LISTEN    
   3472/smbd
 tcp6       0      0 :::139                  :::*                    LISTEN    
   3472/smbd
 udp        0      0 192.168.50.147:137      0.0.0.0:*                         
   3469/nmbd
 udp        0      0 0.0.0.0:137             0.0.0.0:*                         
   3469/nmbd
 udp        0      0 192.168.50.147:138      0.0.0.0:*                         
   3469/nmbd
 udp        0      0 0.0.0.0:138             0.0.0.0:*                         
   3469/nmbd

What Samba and Debian versions are you running?

Olaf


Bug#574427: cairo-dock-clipper-plugin: wrong homepage

2010-03-18 Thread Picca Frederic-Emmanuel
Package: cairo-dock-clipper-plugin
Severity: minor

In fact the Homepage field of the debian/control file was set with the old
homepage  thanks for this nice software.   Frederic


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

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



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



Bug#574428: libvirt-bin: apt-get upgrade fails (0.7.6-2 - 0.7.7-1)

2010-03-18 Thread André Roth


Package: libvirt-bin
Version: 0.7.6-2
Severity: normal


apt-get upgrade of today:

Preparing to replace libvirt-bin 0.7.6-2 (using
.../libvirt-bin_0.7.7-1_amd64.deb) ...
Unpacking replacement libvirt-bin ...
dpkg: error processing
/var/cache/apt/archives/libvirt-bin_0.7.7-1_amd64.deb (--unpack):
 error setting ownership of `./etc/libvirt/qemu/networks/default.xml':
 Invalid argument
dpkg-deb: subprocess paste killed by signal (Broken pipe)


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

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

Versions of packages libvirt-bin depends on:
ii  adduser   3.112  add and remove users and groups
ii  libavahi-client3  0.6.25-3   Avahi client library
ii  libavahi-common3  0.6.25-3   Avahi common library
ii  libc6 2.10.2-6   Embedded GNU C Library: 
Shared lib
ii  libcap-ng00.6.2-4+b1 An alternate posix 
capabilities li
ii  libdevmapper1.02. 2:1.02.39-1The Linux Kernel Device 
Mapper use
ii  libgcrypt11   1.4.5-2LGPL Crypto library - 
runtime libr
ii  libgnutls26   2.8.5-2the GNU TLS library - 
runtime libr
ii  libparted1.8-12   1.8.8.git.2009.07.19-6 The GNU Parted disk 
partitioning s
ii  libpciaccess0 0.11.0-1   Generic PCI access library 
for X
ii  libreadline6  6.1-1  GNU readline and history 
libraries
ii  libsasl2-22.1.23.dfsg1-5 Cyrus SASL - authentication 
abstra

ii  libudev0  151-2  libudev shared library
ii  libuuid1  2.16.2-0   Universally Unique ID library
pn  libvirt0 none (no description available)
ii  libxenstore3.03.4.3~rc3-1Xenstore communications 
library fo

ii  libxml2   2.7.6.dfsg-2+b1GNOME XML library
ii  logrotate 3.7.8-4Log rotation utility

Versions of packages libvirt-bin recommends:
ii  bridge-utils  1.4-5  Utilities for configuring 
the Linu
ii  dnsmasq-base  2.52-1 A small caching DNS proxy 
and DHCP
ii  iptables  1.4.6-2administration tools for 
packet fi

ii  netcat-openbsd1.89-3 TCP/IP swiss army knife
pn  qemu none (no description available)

Versions of packages libvirt-bin suggests:
pn  policykit-1 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#531036: Working patch for #531036 (ratmenu: doesn't support multibyte/UTF-8 characters)

2010-03-18 Thread Axel Beckert
Hi Mark,

Mark Eichin wrote:
 Appreciate the effort... except the resulting ratmenu doesn't actually
 display those characters, against a Karmic X server (where the uxterm
 example works fine.) XmbTextEscapement returns zero for the non-ASCII
 string, even though def_string is empty and missing_charset_count is
 zero...

Hrm, interesting.

 I haven't dug into the relevant X sources yet, but offhand, is there
 any locale, environment, or xrdb settings needed to demonstrate this?
 (uxterm does display the characters for me in the example...)

Did some more testing on different boxes. At least I have also some
corner case where it seems to fall back to a ISO8859-1 charset, but I
haven't found out yet why, just guesses.

Cases where it works fine for me:

* Locally on my EeePC running Sid i386 and only few selected fonts
  installed. This is where I use it primarily.
* Remotely from my EeePC running Sid i386 and only few fonts installed
  to my ThinkPad running Lenny amd64 and quite some fonts installed
* Locally on my ThinkPad running Lenny amd64 and quite some fonts
  installed.
* Remotely from my EeeBox running Sid kfreebsd-i386 and tons of fonts
  installed to my ThinkPad running Lenny amd64 and quite some fonts
  installed.

Where it does not work for me:

* Remotely from a Xen DomU running Sid amd64 and IIRC nearly no fonts
  installed to my workstation running Lenny amd64 and quite some fonts
  installed.
* Remotely from a Xen DomU running Sid amd64 and IIRC nearly no fonts
  installed to my ThinkPad running Lenny amd64 and quite some fonts
  installed.

At least in the last combination, opening a remote uxterm and then
letting echo those characters works, too, though.

So I can only reproduce the non-functioning remotely on a virtual
machine which doesn't have a local X.

My current guess: There are some fonts on the Xen DomU missing (and
uxterm is maybe able to use remote fonts from the Lenny boxes). Since
it works fine on my 64-bit Thinkpad with Lenny, I don't expect a
64-bit issue.

Nevertheless: Is your Karmic 64-bit?

Will test it on some more boxes during the next days to get some more
samples for better guessing in which cases it works and in which not.
Plan: Test it with one karmic test box at work and with Xnest or
Xephyr on the Sid amd64 Xen DomU where it is currently not working for
me, to have a local display I can display remotely. Install some more
fonts on the Sid amd64 Xen DomU.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



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



Bug#574283: [Pkg-samba-maint] Bug#574283: samba: Doesn't bind to IPv4

2010-03-18 Thread Christian PERRIER
Quoting Olaf van der Spek (olafvds...@gmail.com):
 On Wed, Mar 17, 2010 at 4:58 PM, Christian PERRIER bubu...@debian.org wrote:
  tags 574283 unreproducible
  severity 574283 normal
  thanks
 
 Why is it bugs get closed and severities altered without even a
 response from me?

Because I couldn't reproduce your bug report and, as a probably
immediate consequence, think it is not release critical.

Think of it as a maintainer's decision.

I did not close your bug report, leaving it up to Steve, because his
skills in this are higher than mine.

 What Samba and Debian versions are you running?

Sid and, of course (well, I am one of the maintainers! So would be a
shame if I don't run the right version of our package), 3.4.7.




signature.asc
Description: Digital signature


Bug#470474: cpufrequtils: Laptop limited to 1.2GHz vs 2.2GHz, when no battery, running on AC only.

2010-03-18 Thread User X

Hi there,

This bug has been present for a long time, but now (with the latest 
kernel) it seems worst.


I'm currently running 2.6.32-3-686-bigmem in a Squeeze/Sid mix. This is 
a Latitude E6400 with battery and 90watt adapter; in my case, I have 
never removed the battery.


For the last couple of hours, the system has been locking (to 800MHz) 
and unlocking itself every 15 to 30 minutes. When it locks to 800 it 
will ignore any attempt to raise the speed.


Up to today, I used to see this bug manifest when I plugged in the 
65watt adapter, but a restart, while the 65watt was plugged in, would 
fix the problem and unlock the CPU's full speed. Powering on the laptop 
with the 65watt adapter plugged in would lock CPU to slowest speed, only 
a restart would fix. In these cases (before today), with the laptop 
running on batteries, the CPU would be usable to its full speed. I 
thought this was a BIOS issue, but after many BIOS updates, issue 
continued. When I first found this problem, I looked for answers, and 
many people stated that while running Windows, this would not happen, so 
it seems to me that this is a bug on our side. I have not tested this 
Windows claim myself.


Any ideas what else could be causing this behavior?

Please, let me know if there is something I can do to help find this 
annoying bug.


Thanks,


Jim



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



Bug#572658: O: signify -- Automatic, semi-random .signature rotator/generator

2010-03-18 Thread Jan Hauke Rahm
On Thu, Mar 18, 2010 at 01:50:36PM +1100, Brian White wrote:
 close 572658
 --
 
 As the original author of this code, I do do work on it at times.

Just for the record, you told me you weren't working on it anymore, or
to be more precise, you told me you were working on scribble and
mime-support and the other packages were up to go.

Anyways, I'm glad if there is a maintainer for it.

Hauke


signature.asc
Description: Digital signature


Bug#570847: frescobaldi 1.0.2-1 cannot be installed with current python-kde4

2010-03-18 Thread Ulrich Van Den Hekke
Hi,

I have the same probem. When i try to make dist-upgrade, i have :

Les paquets suivants ont des dépendances non satisfaites :  



 
  libcdt4: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


   
  libcgraph5: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   



  libpathplan4: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


  
  libgvc5: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


   
  libxdot4: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


  
  libgvpr1: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


  
  libgraph4: Est en conflit avec: libgraphviz4 mais 2.20.2-8+b1 est 
installé.   


 
  python-kde4: Dépend: python-sip4 (= none) mais 4.10-2 doit être 
installé.   



Les actions suivantes permettront de résoudre ces dépendances : 



 

  Supprimer les paquets suivants :  
1)  frescobaldi 
2)  graphviz
3)  python-kde4 
4)  system-config-printer-kde   

  Conserver les paquets suivants dans leur version actuelle :   
5)  libcdt4 [Non installé]  
6)  libcgraph5 [Non installé]   
7)  libgraph4 [Non installé]
8)  libgvc5 [Non installé]  
9)  libgvpr1 [Non installé] 
10) libpathplan4 [Non installé] 
11) libxdot4 [Non installé] 

  Laisser les dépendances suivantes non satisfaites :   
12) kdeadmin recommande system-config-printer-kde (= 4:4.3.4-1)
13) kcachegrind recommande graphviz 
14) lokalize recommande python-kde4 
15) kdesvn recommande graphviz  
  Tier: Actions sûres, Supprimer des paquets (1)

-- 
Ulrich Van Den Hekke
http://ulrich.vdh.free.fr
Empreinte : 2C60 9A57 39DF 48DE 6B95  BEC7 D6F8 7F04 0D0B 72E7
Pourquoi chiffrer ces mails : http://openpgp.vie-privee.org/


Membre de l'April - « promouvoir et défendre le logiciel 

Bug#574429: lastfmproxy: Patch used in NMU version 1.3b-1.1

2010-03-18 Thread Petter Reinholdtsen

Package: lastfmproxy
Version: 1.3b-1.1
Severity: wishlist
Tags: patch

I've just uploaded a NMU for this package to the 5 day delayed queue.
This is the patch used.

diff -u lastfmproxy-1.3b/debian/changelog lastfmproxy-1.3b/debian/changelog
--- lastfmproxy-1.3b/debian/changelog
+++ lastfmproxy-1.3b/debian/changelog
@@ -1,3 +1,10 @@
+lastfmproxy (1.3b-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix release goal.
+  * Correct init.d script dependencies (Closes: #541548).
+
+ -- Petter Reinholdtsen p...@debian.org  Thu, 18 Mar 2010 08:52:45 +0100
+
 lastfmproxy (1.3b-1) unstable; urgency=low

   * New upstream release
diff -u lastfmproxy-1.3b/debian/init.d lastfmproxy-1.3b/debian/init.d
--- lastfmproxy-1.3b/debian/init.d
+++ lastfmproxy-1.3b/debian/init.d
@@ -11,8 +11,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:  lastfmproxy
-# Required-Start:
-# Required-Stop:
+# Required-Start:$remote_fs $network
+# Required-Stop: $remote_fs $network
 # Should-Start:
 # Should-Stop:
 # Default-Start: 2 3 4 5

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#574430: virtuoso-opensource: [INTL:vi] Vietnamese debconf templates translation

2010-03-18 Thread Clytie Siddall
Package: virtuoso-opensource
Version: 6.1.0+dfsg2-2
Tags:  l10n patch
Severity: wishlist

The initial Vietnamese translation for the debconf file: virtuoso-opensource

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: application/apple-msg-attachment


Bug#548312: jove: Minor adjustment to init.d script dependency

2010-03-18 Thread Petter Reinholdtsen
Hi.  Can you comment on the init.d script dependencies used by jove?
Please let me know if I should not NMU to fix this issue.

Btw, it would be nice if the runlevel settings where changed too, to
not run in the rcS.d/ part of the boot, as part of my effort to make
it possible to boot into single user mode without mounting NFS
volumes.  Instead of starting from rcS.d/, the script can start in
runlevels 2-5 and get the same effect, while making it possible to
move the scripts involved in $remote_fs from rcS.d/ to runlevels
2-5. :)

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#531036: 2nd re: Bug#531036: Working patch for #531036 (ratmenu: doesn't support multibyte/UTF-8 characters)

2010-03-18 Thread Axel Beckert
On Thu, Mar 18, 2010 at 12:46:18AM -0400, Mark Eichin wrote:
 I haven't dug into the relevant X sources yet, but offhand, is there
 any locale, environment, or xrdb settings needed to demonstrate this?
 (uxterm does display the characters for me in the example...)

Forgot to answer that question:


I'm sure xrdb doesn't have an incfluence here. But locale/environment
was the right guess, although different than I have expected (ssh doesn't
seem to pass the $LANG environment variable by default:

All those boxes have LANG=en_US.UTF-8, except the Sid amd64 Xen DomU
which still has LANG=en_US.ISO-8859-15. (Should change that. :-)

If I set LANG=en_US.UTF-8 there, too, it works remotely from there, too:

env LANG=en_US.UTF-8 ratmenu -font 
'-misc-fixed-medium-r-*-*-13-*-*-*-*-60-iso10646-1' `perl -le 'print map chr, 
226, 152, 186, 226, 134, 146'` 'echo bla'

So now I have no more case where it doesn't work. ;-)

Can you check your environment?

Regards, Axel
-- 
Axel Beckert - a...@deuxchevaux.org, a...@noone.org - http://noone.org/abe/



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



Bug#574431: non-free documentation files re-added

2010-03-18 Thread Simon Josefsson
Severity: serious
Package: heimdal
Version: 1.4.0~git20100221.dfsg.1-2
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

The latest upload re-introduce the following RFCs.  Note the embedded
archive heimdal-1.3.99.tar.gz.

+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc3491.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc4013.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc4518.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc3490.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc3962.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-gssapi-v3-guide-to-00.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc1964.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-crypto-06.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-clarifications-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-10.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-preauth-framework-05.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-08.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-05.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-30.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-sasl-kerberos5-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-2478bis-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-ocsp-for-pkinit-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-21.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-rfc1510ter-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-brezak-spnego-http-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-krb-tcp-expansion-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-swift-win2k-krb-referrals-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-morris-java-gssapi-update-for-csharp-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-03.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-zhu-ws-kerb-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-set-passwd-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-20.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-kerberos5-starttls-07.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-newman-auth-scram-10.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-set-passwd-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-anon-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-ocsp-for-pkinit-06.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-horowitz-key-derivation-01.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc4402.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc1508.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-cross-problem-statement-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-08.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-kerberos5-starttls-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-pkinit-alg-agility-00.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc2078.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-swift-win2k-krb-user2user-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-krb-dns-locate-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-zhu-pkinit-ecc-01.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc2743.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-2478bis-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-sasl-gs2-11.txt
+  

Bug#574396: #574396 xterm: meta no longer sends escape even with eightBitInput: false

2010-03-18 Thread Thomas Dickey

On Thu, 18 Mar 2010, Aaron M. Ucko wrote:


Thomas Dickey dic...@his.com writes:


But in the past couple of weeks, I've been installing a new machine, and 
noticed -on a couple of other Linux's- that there's some breakage
in luit which may be related (if you didn't happen to have the Latin-1 locale 
installed, for instance).


I use a UTF-8 locale, so luit isn't involved.  Further investigation
revealed that the relevant upgrade was not of xterm (from version 255,
FTR) but of ncurses-base; the addition of rmm and smm settings to
xterm's terminfo entry somehow caused xterm to ignore the
eightBitInput resource.  (There are some other differences as well,
mostly in k* settings, but those look most likely to be the culprit.)


That's already been discussed in SuSE - it's an issue with bash.
It should allow the decision whether to enable meta mode to be 
configurable.  bash's maintainer hasn't been cooperative.


see
http://invisible-island.net/xterm/xterm.log.html#xterm_21

(the interaction with bash's maintainer, unfortunately, is mostly in
private email among me and the SuSE maintainers)


I'm leaving this bug assigned to xterm anyway, both because I'm not
convinced that that change should have had such an effect and because
ncurses gets its xterm terminfo definition from xterm's sources.  (The
latest update claims to have taken xterm-246's definition.)



--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#574432: xtrs: [INTL:vi] Vietnamese debconf templates translation

2010-03-18 Thread Clytie Siddall
Package:xtrsVersion:Tags: l10n patchSeverity: wishlistThe initial Vietnamese translation for the debconf file:xtrstranslated and submitted by:Clytie SiddallVietnamese Free-Software Translation Teamhttp://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: application/apple-msg-attachment


Bug#574434: rancid: [INTL:vi] Vietnamese debconf templates translation

2010-03-18 Thread Clytie Siddall
Package:rancidVersion:Tags: l10n patchSeverity: wishlistThe initial Vietnamese translation for the debconf file:rancidtranslated and submitted by:Clytie SiddallVietnamese Free-Software Translation Teamhttp://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: application/apple-msg-attachment


Bug#574433: linux-image-2.6.32-3-amd64: unable to handle kernel NULL pointer dereference at (null)

2010-03-18 Thread Erik de Castro Lopo
Package: linux-2.6
Version: 2.6.32-9
Severity: important


Shortly after coming out of hibernate I plugged in a USB mouse. When the mouse
didn't work I found the following in dmesg. Then, when I was trying to sumbit
a bug report, X hung. I had to ssh in and run sudo init 0 to get the machine
back to a working state.

[23415.104319] usb 6-1: new low speed USB device using uhci_hcd and address 2
[23415.258904] usb 6-1: New USB device found, idVendor=062a, idProduct=
[23415.258913] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[23415.259062] BUG: unable to handle kernel NULL pointer dereference at (null)
[23415.259072] IP: [8118b599] strcmp+0x5/0x1a
[23415.259088] PGD 139932067 PUD 1392cb067 PMD 0 
[23415.259098] Oops:  [#1] SMP 
[23415.259104] last sysfs file: 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
[23415.259111] CPU 0 
[23415.259116] Modules linked in: ufs qnx4 hfsplus hfs minix ntfs vfat msdos 
fat jfs xfs exportfs reiserfs ext3 jbd ext2 ppdev lp sco bridge stp bnep rfcomm 
l2cap acpi_cpufreq cpufreq_powersave cpufreq_stats cpufreq_userspace 
cpufreq_conservative binfmt_misc uinput fuse loop firewire_sbp2 
snd_hda_codec_analog snd_hda_intel ide_cs snd_hda_codec snd_hwdep snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_midi uvcvideo snd_rawmidi videodev 
snd_seq_midi_event arc4 snd_seq v4l1_compat btusb bluetooth v4l2_compat_ioctl32 
ecb pcmcia snd_timer parport_pc iwlagn parport iwlcore snd_seq_device joydev 
hp_accel mac80211 lis3lv02d yenta_socket rsrc_nonstatic cfg80211 rfkill evdev 
pcmcia_core snd soundcore snd_page_alloc psmouse pcspkr input_polldev container 
battery ac serio_raw wmi tpm_infineon tpm tpm_bios processor ext4 mbcache jbd2 
crc16 sg sr_mod cdrom sd_mod crc_t10dif ide_pci_generic ide_core i915 
drm_kms_helper drm ata_generic sdhci_pci uhci_hcd sdhci mmc_core led_class 
firewire_ohci rico
 h_mmc ahci firewire_core crc_itu_t libata ehci_hcd i2c_algo_bit i2c_core video 
output usbcore nls_base scsi_mod button e1000e intel_agp thermal fan 
thermal_sys [last unloaded: scsi_wait_scan]
[23415.259336] Pid: 362, comm: khubd Not tainted 2.6.32-3-amd64 #1 HP EliteBook 
6930p
[23415.259342] RIP: 0010:[8118b599]  [8118b599] 
strcmp+0x5/0x1a
[23415.259353] RSP: 0018:880138ec1b48  EFLAGS: 00010246
[23415.259359] RAX:  RBX: 880137d60640 RCX: 880137d607d0
[23415.259366] RDX: 8113dc75 RSI:  RDI: 813cf798
[23415.259372] RBP:  R08: 0001 R09: 880138ec1ab0
[23415.259378] R10: 80d0 R11: 880137d607d0 R12: fff4
[23415.259385] R13: 880137d60f00 R14: 880138ec1bd0 R15: a0096570
[23415.259393] FS:  () GS:88000520() 
knlGS:
[23415.259400] CS:  0010 DS: 0018 ES: 0018 CR0: 8005003b
[23415.259405] CR2:  CR3: 00013a4ef000 CR4: 000406f0
[23415.259412] DR0:  DR1:  DR2: 
[23415.259418] DR3:  DR6: 0ff0 DR7: 0400
[23415.259426] Process khubd (pid: 362, threadinfo 880138ec, task 
8801376bb170)
[23415.259430] Stack:
[23415.259434]  8113debc 0001 880137d60f00 
880138ec1bd0
[23415.259444] 0 8113dfca a0096570 a0096800 
880137d60f00
[23415.259454] 0 8113e08c fff4 a0096800 
880137d60f00
[23415.259466] Call Trace:
[23415.259479]  [8113debc] ? sysfs_find_dirent+0x1b/0x2f
[23415.259487]  [8113dfca] ? __sysfs_add_one+0x18/0x84
[23415.259504]  [8113e08c] ? sysfs_add_one+0x19/0xe4
[23415.259520]  [8113db24] ? sysfs_add_file_mode+0x4e/0x7f
[23415.259534]  [8113faf3] ? internal_create_group+0xdc/0x15a
[23415.259551]  [8121296c] ? device_add_groups+0x22/0x5d
[23415.259560]  [81213060] ? device_add+0x2d2/0x537
[23415.259584]  [a00811ec] ? usb_new_device+0x125/0x186 [usbcore]
[23415.259609]  [a00828f6] ? hub_thread+0xc23/0x117d [usbcore]
[23415.259621]  [81064a56] ? autoremove_wake_function+0x0/0x2e
[23415.259644]  [a0081cd3] ? hub_thread+0x0/0x117d [usbcore]
[23415.259653]  [81064789] ? kthread+0x79/0x81
[23415.259663]  [81011baa] ? child_rip+0xa/0x20
[23415.259671]  [81064710] ? kthread+0x0/0x81
[23415.259678]  [81011ba0] ? child_rip+0x0/0x20
[23415.259682] Code: 00 75 f8 eb 10 49 ff c0 48 ff c1 4c 39 c2 75 08 c6 01 00 
eb 0d 45 31 c0 42 8a 04 06 84 c0 88 01 75 e3 48 89 f8 c3 31 c0 8a 14 07 3a 14 
06 74 06 19 c0 83 c8 01 c3 48 ff c0 84 d2 75 eb 31 c0 c3 
[23415.259760] RIP  [8118b599] strcmp+0x5/0x1a
[23415.259769]  RSP 880138ec1b48
[23415.259773] CR2: 
[23415.259780] ---[ end trace 1f490e47cb729a27 ]---



-- Package-specific info:
** Version:
Linux version 2.6.32-3-amd64 (Debian 2.6.32-9) (m...@debian.org) (gcc version 
4.3.4 

Bug#312968: Announce of the upcoming NMU for the motion package

2010-03-18 Thread Christian PERRIER
unarchive 312968
reopen 312968
thanks

Quoting Clytie Siddall (cly...@riverland.net.au):
 
 On 16/03/2010, at 7:27 PM, Christian PERRIER wrote:
 
  The package is currently translated to: 
  cs da de es fr gl ja nl pt pt_BR ru sv
 
 I submitted an initial Debconf translation for Motion in 2005 (Bug 312968). I 
 haven't received any update emails.
 
 from Clytie 


Hmm, that apparently was closed but it seems that the maintainer
forgot adding the vi.po file...:-)

Reopening this bug report. I resurrected your 4 years old
translation...and this bug will be fixed with the NMU.





signature.asc
Description: Digital signature


Bug#574283: samba: Doesn't bind to IPv4

2010-03-18 Thread Olaf van der Spek
On Wed, Mar 17, 2010 at 11:04 PM, Steve Langasek vor...@debian.org wrote:
 $ sudo netstat -nlp | grep 139
 tcp6       0      0 :::139                  :::*                    LISTEN    
   4040/smbd
 $ telnet 127.0.0.1 139
 Trying 127.0.0.1...
 Connected to localhost (127.0.0.1).
 Escape character is '^]'.
 ^]quit

 telnet quit
 Connection closed.
 $

 I think this breaks stuff is not a bug.  If you can show actual breakage
 caused by this use of IPv6 sockets, please reopen.

What Debian version are you using to test?



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



Bug#574283: [Pkg-samba-maint] Bug#574283: samba: Doesn't bind to IPv4

2010-03-18 Thread Olaf van der Spek
On Thu, Mar 18, 2010 at 8:40 AM, Christian PERRIER bubu...@debian.org wrote:
 Sid and, of course (well, I am one of the maintainers! So would be a
 shame if I don't run the right version of our package), 3.4.7.

I was using testing, not sid.

Olaf



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



Bug#394719: About bug # 394719 in Debian BTS

2010-03-18 Thread Frans Pop
On Thursday 18 March 2010, Olivier Vitrat wrote:
 Are you able to reproduce it with a recent version of the package ?
 If yes, which version ?

It can still be reproduced with the Lenny version of kmail. No idea about 
Squeeze. If you want to know that, you'll have to try it yourself.

 If not, can we close this old bug report ?

As it is an upstream issue anyway I have no huge problems with that.



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



Bug#574435: memtest86: [INTL:vi] Vietnamese debconf templates translation

2010-03-18 Thread Clytie Siddall
Package:memtest86Version:Tags: l10n patchSeverity: wishlistThe initial Vietnamese translation for the debconf file:memtest86translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Teamhttp://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: application/apple-msg-attachment


Bug#561896: cups: Inability to print anything other than PostScript or PDF files

2010-03-18 Thread Lawrence D'Oliveiro
Since upgrading GhostScript to version 8.71, the problem seems to have 
disappeared.




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



Bug#574428: [Pkg-libvirt-maintainers] Bug#574428: libvirt-bin: apt-get upgrade fails (0.7.6-2 - 0.7.7-1)

2010-03-18 Thread Guido Günther
tag 574428 +moreinfo
thanks

On Thu, Mar 18, 2010 at 08:49:41AM +0100, André Roth wrote:
 
 Package: libvirt-bin
 Version: 0.7.6-2
 Severity: normal
 
 
 apt-get upgrade of today:
 
 Preparing to replace libvirt-bin 0.7.6-2 (using
 .../libvirt-bin_0.7.7-1_amd64.deb) ...
 Unpacking replacement libvirt-bin ...
 dpkg: error processing
 /var/cache/apt/archives/libvirt-bin_0.7.7-1_amd64.deb (--unpack):
  error setting ownership of `./etc/libvirt/qemu/networks/default.xml':
  Invalid argument
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
This doesn't look like a problem in the libvirt package but rather like
a problem on your system since it's dpkg that fails not any of the
maintainer scripts. Can you check if the file is accessible and that you
can change permissions on it? What permissions should be set on the
file? you can check with strace.
Cheers,
 -- Guido



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



Bug#507776: [debcheckout] add support for bash completion

2010-03-18 Thread Stefano Zacchiroli
tags 507776 + patch
thanks

On Wed, Mar 17, 2010 at 10:14:04PM +0100, Simon Paillard wrote:
 The file of few lines attached perfors completion with package/source name
 (the same method aptitude/apt use) of any devscript script that is package
 name related, and not only debcheckout (maybe I missed some ones).

Works properly here, thanks!
(I'm hence tagging the bug as patched)

 Very preliminary version (it should check options of each devscript script)
 but already useful (for my own needs at least).

Agreed, but I believe that including it even only in this way would be
better than the status quo and, most likely, will encourage users to
improve it :-)

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#574415: [Pkg-libvirt-maintainers] Bug#574415: Ignores $VISUAL.

2010-03-18 Thread Guido Günther
On Thu, Mar 18, 2010 at 12:30:26PM +1100, Trent W. Buck wrote:
 Package: libvirt-bin
 Version: 0.7.7-2
 Severity: minor
 File: /usr/bin/virsh
 
 From the following transcript, you can see that virsh honours $EDITOR,
 but not $VISUAL.  Convention is that the latter takes precedence over
 the former (e.g. with EDITOR=ex VIRTUAL=vim, virsh should pick vim).
 
 $ VISUAL=false EDITOR=true virsh -c test:///default edit 1
 Domain test XML configuration not changed.
 
 $ VISUAL=true EDITOR=false virsh -c test:///default edit 1
 error: false /tmp/virsh6vpIIF: command exited with non-zero status
This is being worked on upstream:
http://www.mail-archive.com/libvir-l...@redhat.com/msg21773.html
Cheers,
 -- Guido



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



Bug#568665: (no subject)

2010-03-18 Thread Max Bowsher
I independently filed this bug upstream and then found this report when
about to report it in Debian.

Upstream bug: http://savannah.gnu.org/bugs/index.php?29253

I used bcopy rather than memmove in the patch I submitted to upstream
because that fitted with prevailing conventions in the function I was
patching, otherwise it is identical.

For me, this bug appears to be architecture specific - it affects amd64
not i386 - I conjecture this is due to differing optimized
implementations in libc.

Max.



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



Bug#574313: imagemagick fixed

2010-03-18 Thread Adam D. Barratt
Hi,

Now that the fixed imagemagick has been uploaded and built everywhere, is
there anything else stopping a new librmagick-ruby upload fixing these
bugs?

Cheers,

Adam (with his annoying people to get imagemagick sorted hat on :-)




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



Bug#574283: [Pkg-samba-maint] Bug#574283: samba: Doesn't bind to IPv4

2010-03-18 Thread Olaf van der Spek
I can reproduce this, but not every time. So a race condition might be involved.

Where does Samba log errors when it can't bind to a socket?

/var/log/samba/log.smbd:
[2010/03/18 10:06:11,  0] smbd/server.c:1069(main)
  smbd version 3.4.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/03/18 10:06:11,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
[2010/03/18 10:06:11,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
[2010/03/18 10:06:12,  1] smbd/process.c:756(smbd_sig_hup_handler)
  Reloading services after SIGHUP
[2010/03/18 10:06:12,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused
[2010/03/18 10:06:12,  0] printing/print_cups.c:103(cups_connect)
  Unable to connect to CUPS server localhost:631 - Connection refused



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



Bug#571255: Re: Bug#571255: udev_151-3_amd64 failed at apt-get install

2010-03-18 Thread Fabian Greffrath

The preinst code which guaranteed lockstep upgrades of udev and kernel
packages does not work reliably anymore, apparently because apt now
tries to install the kernel and udev packages with different dpkg runs.
We need a new solution which does not require users to manually disable
the check...


IIRC the output of dpkg -l indicates that a package is about to be 
installed in the first two characters of the corresponding line.


Hope this helps...

 - Fabian



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



Bug#574437: [INTL:es] Manpage spanish translation for deborphan

2010-03-18 Thread Omar Campagne
Package: deborphan
Version: 1.7.28
Severity: wishlist
Tags: l10n patch

Please use the Spanish translation for deborphan's manpage.

Best regards,

-- 
Omar Campagne Polaino
# deborphan po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the deborphan package.
#
# Changes:
#   - Initial translation
#	Omar Campagne ocampa...@gmail.com
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: 1.7.28\n
POT-Creation-Date: 2009-02-19 10:13+0100\n
PO-Revision-Date: 2010-03-08 16:20+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.5.2\n

# type: TH
#: ../orphaner.8:1
#, no-wrap
msgid orphaner
msgstr orphaner

# type: TH
#: ../orphaner.8:1 ../editkeep.8:1
#, no-wrap
msgid April 2004
msgstr Abril de 2004

# type: SH
#.  Copyright (C) 2000, 2001, 2002, 2003 Cris van Pelt
#.  Copyright (C) 2003, 2004 Peter Palfrader
#.  Copyright (C) 2008, 2009 Carsten Hey
#.  $Id: deborphan.1 755 2009-02-11 18:50:54Z carsten-guest $
#: ../orphaner.8:6 ../editkeep.8:6 ../deborphan.1:8
#, no-wrap
msgid NAME
msgstr NOMBRE

# type: Plain text
#: ../orphaner.8:9
msgid orphaner - frontend for deborphan
msgstr orphaner - Interfaz de deborphan

# type: SH
#: ../orphaner.8:10 ../editkeep.8:10 ../deborphan.1:10
#, no-wrap
msgid SYNOPSIS
msgstr SINOPSIS

# type: Plain text
#: ../orphaner.8:13
msgid Borphaner [B--help|B--purge] [Ideborphan options]
msgstr Borphaner [B--help|B--purge] [Iopciones-de-deborphan]

# type: SH
#: ../orphaner.8:14 ../editkeep.8:14 ../deborphan.1:13
#, no-wrap
msgid DESCRIPTION
msgstr DESCRIPCIÓN

# type: Plain text
#: ../orphaner.8:22
msgid 
Borphaner is a neat frontend for Bdeborphan displaying a list of 
orphaned packages with dialog or whiptail. Packages may be selected for 
removal with Bapt-get which is then called to do the work. After removal a 
new list of orphaned packages is gathered from deborphan. The program ends 
when either `Cancel' is pressed or no package is marked for removal.
msgstr 
Borphaner es una sencilla interfaz de Bdeborphan que muestra una lista 
de paquetes huérfanos mediante una ventana de dialog o whiptail. Permite 
seleccionar paquetes para su eliminación invocando Bapt-get. Después de la 
eliminación, muestra una nueva lista de paquetes huérfanos obtenida a 
través de deborphan. El programa finaliza al pulsar «Cancelar» o si no 
existe ningún paquete marcado para su eliminación.

# type: Plain text
#: ../orphaner.8:25
msgid 
After you removed a package, all new orphaned packages are shown at the top 
of the list separated by + from the old list.
msgstr 
Tras eliminar un paquetes, todos los paquetes huérfanos nuevos aparecerán al 
inicio de la lista separados mediante «++» de la lista antigua.

# type: Plain text
#: ../orphaner.8:31
msgid 
Orphaner also shows two additional buttons: `Simulate' and `Help'.  
`Simulate' does like its name suggest only a simulation of removing and 
shows the result that would appear after real removing. So you can see the 
packages, which will become orphaned and you can select them and remove all 
packages with one Bapt-get call.
msgstr 
orphaner muestra también dos botones adicionales: «Simular» y «Ayuda». 
«Simular» hace lo que sugiere su nombre, simula la eliminación y muestra el 
resultado que aparecería después de una eliminación real. Así puede ver los 
paquetes que quedarán huérfanos de seleccionar tal acción, para así 
seleccionar y eliminar todos ellos con una sola invocación a Bapt-get.

# type: Plain text
#: ../orphaner.8:34
msgid 
`Help' shows you the status of the package given by Bdpkg -s.  BCaution: 
your selection will be lost.
msgstr 
«Ayuda» muestra el estado del paquete mediante Bdpkg -s. BCuidado: puede 
perder su selección.

# type: SH
#: ../orphaner.8:35 ../editkeep.8:25 ../deborphan.1:25
#, no-wrap
msgid OPTIONS
msgstr OPCIONES

# type: IP
#: ../orphaner.8:36
#, no-wrap
msgid B--help
msgstr B--help

# type: Plain text
#: ../orphaner.8:38
msgid Print a short help and 

Bug#433462: Suggestions to fix #433462 (add free space info to reportbug)

2010-03-18 Thread Bastien ROUCARIES
On Thu, Mar 18, 2010 at 8:32 AM, Yves-Alexis Perez cor...@debian.org wrote:
 On mer., 2010-03-17 at 17:26 +0100, Goswin von Brederlow wrote:
 On the other hand including free space information will be difficult to
 handle properly and possibly expose information the user considers
 private.

 But places where packages are supposed to write aren't that private.
 Usually /home (but if people mount one fs per user there might be
 privacy issues), /tmp (not really private), /var (either). Packages
 install/upgrades will write in /usr and /etc and few other folders
 (/boot..) which aren't really private either.

 Real issues will appear for stuff using “named” mount point in /srv
 (or /home as said above).


 But if you do go ahead with this consider this:

 The bugreport gives the following argument: I suspect that a lot of my
 packages would fail in mysterious ways if the root partition was full.
 How will his software behave with the root partition being mounted
 read-only? Listing the free space on root or /usr would be completly
 meaningless if they are read-only and writing to them would be a
 critical bug anyway.

 One thing which could be done too is to run the df, detect if there are
 full fs, and if there are, ask for the user if she wants to include the
 result.

Add also quota information if available



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



Bug#573432: cherokee: Could not open the 'server_info' module

2010-03-18 Thread dr4Ke
 Do you have a backup copy of the contents of said directories before
 reinstalling?

Actually, i didn't have to remove these directories since they was
gone after removing the packages. So, the only thing I did was
reinstalling.

OK, i just reinstalled like the first time and... the bug was here again.

I installed with aptitude by manually selecting cherokee,
libcherokee-base0, libcherokee-server0 and libcherokee-config0 all in
version 0.99.43-1
The problem is with the dependencies of libcherokee-config0-0.99.43-1.
They don't require a specific version and it depends on
libcherokee-client0 which is in version 0.7.2-4 in the stable branch.
So, aptitude automatically installed this old version.

After that, an upgrade of libcherokee-client0 to version 0.99.43-1
solves the problem.

Regards. Thanks for your work and your concern.

-- 
dr4ke.



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



Bug#574288: Please switch from DirectFB to X11

2010-03-18 Thread Julien Cristau
On Wed, Mar 17, 2010 at 21:50:58 +0100, Julien Cristau wrote:

 static void sighandler(int signo) {
 }
 
 int main() {
   signal(SIGUSR1, sighandler);
   pid = fork();
   if (pid  0)
 fail();
   if (pid) {
 pause();
 return 0;
   } else {
 signal(SIGUSR1, SIG_IGN);
 exec(Xorg);
   }
 }
 
can probably be done in sh with:

trap USR1 :
(trap USR1 ''; exec Xorg ) 
wait

Thanks to Samuel :)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#574358: [Pkg-libvirt-maintainers] Bug#574358: libvirt-bin: libvirtd fails to autostart iscsi pool at boot time

2010-03-18 Thread Nicolas Greneche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guido Günther wrote:
 On Wed, Mar 17, 2010 at 04:28:41PM +0100, Nicolas Greneche wrote:
 It seems that libvirtd comes too early in booting process.
 Or the iscsi stuff to late. Could you add a 
 
 Could you change:
 # Should-Start:  hal avahi
 # Should-Start:  hal avahi open-iscsi
 
 to the LSB section of /etc/init.d/libvirt-bin and see if this helps
 (assuming you're using dependency based boot)?
 Cheers,
  -- Guido
 
 

Hi Guido,

I've tried your suggestion, it doesn't work.

Whatever, I've found what was wrong. This an ARP issue.
I've dumped network traffic by a tcpdump in libvirtd startup script to
see what happens at network layer. The host send a who has and obtains
no reply.

By adding this ugly piece of code in startup (start section) script it
works :

if running ;  then
  log_progress_msg already running
  log_end_msg 0
  exit 0
fi
** arp -i eth1 -s 10.10.0.1 00:09:8A:05:7F:2C **
rm -f /var/run/libvirtd.pid
start-stop-daemon --start --quiet --pidfile $PIDFILE \
   --exec $DAEMON -- $libvirtd_opts

Here is my /etc/network/interfaces :

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
address 194.167.31.37
netmask 255.255.255.0
network 194.167.31.0
broadcast 194.167.31.255
gateway 194.167.31.242
bridge_ports eth0
bridge_fd 9
bridge_hello 12
bridge_stp off

auto eth1
iface eth1 inet static
address 10.10.0.23
netmask 255.255.255.0
network 10.10.0.0
broadcast 10.10.0.255

Maybe there is a parameter to add to authorize arp cache altering during
boot process ? Do you have tips about it ?

Many thanks for your help,

- --
Nicolas Greneche -  RSSI et Sysadmin
Centre de Ressources Informatiques (CRI)
Doctorant au sein du projet SDS - www.sds-project.fr
Mail : nicolas.greneche_(at)_univ-orleans.fr
GPG  : http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x5FEBD0EF

Universite d'OrleansWeb  : http://blog.garnett.fr
Batiment 3IA - 2e etage Tel  : 02 38 49 25 26
6 rue Leonard de Vinci
BP 6102 45061 ORLEANS Cedex 2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuh8UwACgkQTx/Y+1/r0O/QzwCdG867f7ffaUMqQOfViDyVkMgI
plsAoJuy0V+YpJdzgxailjqqGSWjHdzK
=agLD
-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#574438: release.debian.org: Please BinNMU lxlauncher and lxpanel on all arches

2010-03-18 Thread Alexander Reichle-Schmehl
Package: release.debian.org
Severity: normal


Hi,

As menu-cache does no longer build libmenu-cache0 but libmenu-cache1, could
you please schedule binnmus for lxlauncher and lxpannel, so libmenu-cache0
can be autocruft-removed?

Commands could be:

nmu lxlauncher_0.2.1-2 . ALL . -m Recompile with menu-cache 0.3.2-2]
nmu lxpanel_0.5.5-1 . ALL . -m Recompile with menu-cache 0.3.2-2]


Best regards,
  Alexander


PS: Should the version in the comment be the one of the current package in
stable, or the one introducing the change causing the need for the binnmus?


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

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de...@euro)
Shell: /bin/sh linked to /bin/bash



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



Bug#574439: RFP: perl-depends -- Roughly find out module depends from a perl file

2010-03-18 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: perl-depends
  Version : git 714e5bc
  Upstream Author : Name someb...@example.org
* URL : http://freshmeat.net/projects/perl-depends
* License : GPL-2
  Programming Lang: Perl
  Description : Roughly find out module depends from a perl file

Find out roughly the modules the program uses. This is based on the
idea, that Perl evaluates the Cuse commands at compile time and
stored the loaded module information into the %INC variable. By
examining the loaded modules and comparing them against the standard
Perl modules, the extenal module dpendencies can be roughly estimated.



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



Bug#574269: Fixes applied upstream

2010-03-18 Thread Alexander Reinholdt
Hello!

I applied some fixes to Smb4K 0.10 so that it is again possible to mount shares 
with it. However, the user now needs to be added to /etc/sudoers (via the 
Smb4K configuration dialog) to make it work. I hope, I'll be able to release 
Smb4K 0.10.6 this weekend the latest.

Please note that with the current version of mount.cifs available in Debian 
the mount process of Smb4K will inevitably crash due to bug #574128. Until 
that one is not fixed in the package, you won't be able to mount shares.

Best regards
Alexander



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



Bug#571419: needless config file /etc/zabbix/zabbix_agent.conf in zabbix-agent

2010-03-18 Thread Christoph Haas
Alexander Gerasiov schrieb:
 I've installed zabbix-agent and got
 
 coffin:~# ls -la /etc/zabbix/*
 -rw-r--r-- 1 root root 1252 Фев 25 16:15 /etc/zabbix/zabbix_agent.conf
 -rw-r--r-- 1 root root 2498 Фев 25 16:07 /etc/zabbix/zabbix_agentd.conf
 
 But strace shows that only /etc/zabbix/zabbix_agentd.conf is used.

That's right. The zabbix-agent can either be run as zabbix-agent or as a
background daemon zabbix-agentd. Thus the two different configuration
files. I consider removing both the zabbix-agent binary and the
zabbix_agent.conf to avoid confusion.

 Christoph




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



Bug#574440: [texlive-latex-base] hyperref+pdflatex is confused by tag-macro in equations, pls. update hyperref

2010-03-18 Thread Lutz Lehmann

Package: texlive-latex-base
Version: 2009-8
Severity: wishlist

--- Please enter the report below this line. ---
The example at the end produces an obscure warning when run with 
pdflatex:




[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}pdfTeX warning (ext4): des
tination with the same identifier (name{equation.1.1.2}) has been already used,
 duplicate ignored

\atbeg...@output ...ipout \box \AtBeginShipoutBox
  \fi \fi 
l.28 \end{document}

   ] (./test.aux)



and compiles just fine when run with latex alone. Note that 
the number/name it complains about does not even appear in the 
aux-file. Also it appears that the jump target of the ref macros is 
the tagged label csstar also for the following label xyz, consistent with 
the action in the warning.


The hyperref version is 6.79a. I'm told that with the more recent
version 6.80n this warning does not occur. So please, if possible, update 
the hyperref package.


With kind regards, Lutz Lehmann

 test.tex --
\listfiles
\documentclass{report}

\usepackage{amsmath}
\usepackage{hyperref}

\begin{document}

\chapter{first chapter}

equation \ref{csstar} and \ref{int}
\begin{equation}
a=b\label{xyz}
\end{equation}


\section{first section}
%** This tag produces the warning **
\begin{equation}
1=3-2\label{csstar}\tag{\text{CR${}^*$}}
\end{equation}
\refstepcounter{equation}
equation \ref{xyz}

\begin{equation}
\int x\, dx=x^2/2\label{int}
\end{equation}

\end{document}
 end of test.tex -

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.33-0.slh.9-sidux-686

Debian Release: squeeze/sid
  990 unstablemrene
  500 stable  mrene

--- Package information. ---
Depends (Version) | Installed
=-+-=
dpkg (= 1.14.18) | 1.15.5.6
tex-common  (= 2.00) | 2.07
texlive-base  (= 2009-1) | 2009-8
texlive-common(= 2009-1) | 2009-8
texlive-binaries  (= 2009-1) | 2009-5
debconf (= 0.5)  | 1.5.28
 OR debconf-2.0   | 
ucf   | 3.0025

debconf  (= 1.4.69)  | 1.5.28
 OR cdebconf(= 0.39) | 
dpkg (= 1.14.18) | 1.15.5.6



Package Status  (Version) | Installed
=-+-===
tetex-bin | 
tetex-base| 
tetex-extra   | 
tex-common| 2.07



Recommends  (Version) | Installed
=-+-===
texlive-latex-base-doc| 2009-8


Suggests   (Version) | Installed
-+-===
debhelper (= 7.0.8) | 7.4.15



--- Output from package bug script ---





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



Bug#574441: nmu: jackbeat_0.7.4-1, dssi-vst_0.8-2

2010-03-18 Thread Alexander Reichle-Schmehl
Package: release.debian.org
Severity: normal


Hi!

As liblo dropped liblo0ldbl, jackbeat and dssi-vst (in contrib) seem to be
needing binnmus (I'm not 100% sure about the last one, which might need a
sourcefull upload, but I think it should work).

nmu jackbeat_0.7.4-1 .amd64,i386 . -m Recompile with liblo 0.26~repack-4
nmu dssi-vst_0.8-2 . amd64,i386 . -m Recompile with liblo 0.26~repack-4


Best regards,
  Alexander

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

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de...@euro)
Shell: /bin/sh linked to /bin/bash



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



Bug#554029: Incorrect implementation of inetd_check()

2010-03-18 Thread Mats Erik Andersson
The introduced implementation of inetd_check() is false.
For an illustration of the failing mechanism, try this
simplified form of said function:

  if [ $(which ls /dev/null) -o $(which ls /dev/null) ]
  then
 echo You claim that /bin/ls is missing
  fi

A correct implementation is achieved by the attached patch:

-- 
Mats Erik Andersson, fil. dr

Abbonerar på: debian-mentors, debian-devel-games, debian-perl, debian-ipv6
--- /etc/init.d/proftpd.orig	2010-02-21 23:21:33.0 +0100
+++ /etc/init.d/proftpd	2010-03-18 10:29:58.0 +0100
@@ -69,7 +69,7 @@
 
 inetd_check()
 {
-	if [ $(which /usr/sbin/inetd /dev/null) -o $(which /usr/sbin/xinetd /dev/null) ]; then
+	if [ -z $(which /usr/sbin/inetd) -a -z $(which /usr/sbin/xinetd) ]; then
 		echo Neither inetd nor xinetd appears installed: check your configuration.
 	fi
 }


Bug#574442: please package linux 2.6.34

2010-03-18 Thread Michal Suchanek
Package: linux-2.6
Version: 2.6.32-9
Severity: wishlist


Linux 2.6.34 has the nouveau drm module required for running recent
nouveau X driver. The nouveau people abandoned UMS so the KMS support is
required to run the driver at all and the module in 2.6.33 is too old
and there is none in 2.6.32.

As there is some plan to replace the nv with nouveau and this is
not going to be easy the earlier we start the better.

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#572447: [support.bytemark.co.uk #222236] Re: Bug#572447: mirror submission for mirror.bytemark.co.uk

2010-03-18 Thread Patrick J Cherry via RT
Hello everyone!

Phil is now push-triggering our Debian mirror.

Our debian-volatile mirror could be push-triggered too, but Phil's isn't
set up to do that.  Is there another mirror that could do that?

Thanks,

-- 
Patrick J Cherry   Bytemark Hosting Support
 http://www.bytemark.co.uk/
  tel: +44 (0) 1904 890 890



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



Bug#574443: debhelper: New helper proposal: dh_oldconffiles (or similar name)

2010-03-18 Thread Didier Raboud
Package: debhelper
Version: 7.4.15
Severity: wishlist

Hi, 

while updating one of my packages (which again dropped a conffile), I had to
modify its preinst, according to http://wiki.debian.org/DpkgConffileHandling .

This works but is IMHO suboptimal: the code referenced on the wiki has to be
hand copied in each and every package that has to move or delete conffiles.

This could maybe be done through a dh_oldconffiles (for removing) and a
dh_moveconffiles (for moving). Those helpers would read ${package}.oldconffiles
in debian/ containing e.g.:

1.0.1-1
 etc/oldConfFile.conf
 etc/anotherOldConfFile
1.0.2-1
 etc/thisPackageDeletesManyConfFiles
${version in which it was deleted}
 ${conffile}

and

1.0.1-1
 etc/oldConfFile.conf etc/newConfFile.conf
 etc/anotherOldConfFile etc/anotherNewConfFile
1.0.2-1
 etc/foo etc/bar
${version in which it was moved}
 ${oldconffile} ${newconffile}

This would make the handling of those conffiles way much cleaner and robust (the
code would be in debhelper only and no more copied all over the place).

Thanks for reading !

Best regards, 

OdyX

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

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

Versions of packages debhelper depends on:
ii  binutils  2.20.1-2   The GNU assembler, linker and bina
ii  dpkg-dev  1.15.5.6   Debian package development tools
ii  file  5.04-1 Determines file type using magic
ii  html2text 1.3.2a-14  advanced HTML to text converter
ii  man-db2.5.7-2on-line manual pager
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 
ii  perl-base 5.10.1-11  minimal Perl system
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.52   tool that converts source archives

-- 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#511784: Do not foresee to change the current default for cron

2010-03-18 Thread Christoph Anton Mitterer
On Thu, 2010-03-18 at 00:45 +0100, Javier Fernández-Sanguino Peña wrote:
 But this question should not be a high
 priority question, as the default works fine for most users. 
Ah... I meant low I always mix that up ^^

Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#574417: ghc6: Causes debsums failure - /var/lib/ghc-6.12.1/package.conf.d/package.cache

2010-03-18 Thread Joachim Breitner
Hi,

Am Mittwoch, den 17.03.2010, 20:34 -0500 schrieb Max Bowsher:
 It appears that ghc6 ships the file
 /var/lib/ghc-6.12.1/package.conf.d/package.cache in the .deb, but then
 proceeds to modify it as part of installation.
 
 Packages should not ship files in a .deb and then modify them.

it should be safe to not ship the cache at all in the package, and
trigger the ghc6 trigger after installation.


Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#574445: acpid: power button does nothing

2010-03-18 Thread Michal Suchanek
Package: acpid
Version: 1:2.0.3-1
Severity: important


Pressing hte power button does not hing visible not is there anything
logged in /var/log/acpid nor /var/loag/daemon.log.

I have the powerbtn-acpi-support event handler installed and deleted the
powerbtn.dpkg-old event handler.


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386'), (70, 'oldstable-i386'), (70, 
'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (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 acpid depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages acpid recommends:
ii  acpi-support-base 0.133-1scripts for handling base ACPI eve

acpid 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#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Bastian Blank
Source: qemu
Version: 0.12.3+dfsg-1
Severity: serious

The configure-stamp target depends on the phony (always fresh) target.
This makes it build anything again in the binary target.  See
https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw

Bastian

-- 
One does not thank logic.
-- Sarek, Journey to Babel, stardate 3842.4



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



Bug#573905: libbfd.a libbfd-simple.a

2010-03-18 Thread Yukiharu Yabuki
Hi, there.

I found oprofile patch in debian/patches. And It was not apply now.

I suppose you already knew binutils-dev provide /usr/lib/libbfd.a. 
And multiarch-binutils provide /usr/lib/libbfd-simple.a.

I guess applied the patch. Then while build script making exceute
file, Build script check (1)link libbfd-simple.a (2)if (1) failed
link libbfd.a.

Is my understanding correct? I guess that m4/binutils.m4 has to
be modify.

Regards.
Yukiharu

--
++++++++++++++
Yukiharu Yabuki (矢吹幸治)  I use Debian GNU/Linux
mail: yab...@netfort.gr.jp
++++++++++++++



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



Bug#574446: axiom: Axiom is unusable - All the operations fail.

2010-03-18 Thread Stefano Simonucci
Package: axiom
Version: 20091101-6
Severity: normal

I start axiom from a terminal window. Apparently the program start. 
A HyperDoc window is too started. Nevertheless I can't perform any 
symbolic operation. For example if I use an example of the Documentation 
I get the following result

(1) - differentiate(sin(x*y),[x, y],[1, 2])
   There are no exposed library operations named * but there are 57 
  unexposed operations with that name. Use HyperDoc Browse or issue
)display op *
  to learn more about the available operations.
 
   Cannot find a definition or applicable library operation named * 
  with argument type(s) 
 Variable x
 Variable y
  
  Perhaps you should use @ to indicate the required return type, 
  or $ to specify which version of the function you need. 

Only I can do the simple operations like 2*2 2+2 and so on.

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

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

Versions of packages axiom depends on:
ii  axiom-databases 20091101-6   A general purpose computer algebra
ii  libc6   2.9-23   GNU C Library: Shared libraries
ii  libgmp3c2   2:4.3.2+dfsg-1   Multiprecision arithmetic library
ii  libreadline66.1-1GNU readline and history libraries
ii  libx11-62:1.3.3-1X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages axiom recommends:
ii  axiom-doc 20091101-6 A general purpose computer algebra
ii  axiom-graphics20091101-6 A general purpose computer algebra
ii  axiom-hypertex20091101-6 A general purpose computer algebra
ii  axiom-source  20091101-6 A general purpose computer algebra

Versions of packages axiom suggests:
ii  axiom-test20091101-6 A general purpose computer algebra
ii  axiom-tex 20091101-6 A general purpose computer algebra
ii  nowebm2.11b-7A WEB-like literate-programming to
pn  texmacs   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#574353: www.debian.org: Debian New Maintainers Guide PDF renders incorrectly

2010-03-18 Thread Osamu Aoki
Hi,

On Wed, Mar 17, 2010 at 08:41:26PM +0100, Simon Paillard wrote:
 reassign 574353 debiandoc-sgml
 tag 574353 +confirmed
 thanks

  The Debian New Maintainers guide PDF renders incorrectly -
  It shows =1sp where it is supposed to show ` - See

Yep, I see it too.  But printed pages and page itself on screen seems
OK.  It is only on side-index pages.  

 Indeed, it affects only the version made available on the website (which
 is built from fresh SVN at each website built)
 http://www.debian.org/doc/manuals/maint-guide/maint-guide.en.pdf

sid version also has some problem

   6.5 Including orig.tar.gz for upload
 
(Since I was not complete, it is not as much affected.)
 -  chapt id=dreqRequired files under `debian/' directory  
   +  chapt id=dreqRequired 
 files under filedebian//file directory
 
 As this tag is legal and rendered correctly except in the index, it's
 certainly somewhere in debiandoc2latexpdf or 'deeper'.
 
 @Osamu: do you want only the sid version to be published on the website
 only ?

It is likely bug in pdf generation from latex source.



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



Bug#574447: RM: bansheelyricsplugin -- ROM; superseded by banshee-community-extensions

2010-03-18 Thread Iain Lane
Package: ftp.debian.org
Severity: normal

Hiya,

This package is now superseded by banshee-community-extensions, which
was just ACCEPTED. Please remove it from unstable now.

Cheers,
Iain



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



Bug#574448: RM: banshee-alarm-extension -- ROM; superseded by banshee-community-extensions

2010-03-18 Thread Iain Lane
Package: ftp.debian.org
Severity: normal

This package is now superseded by banshee-community-extensions, which
was just ACCEPTED. Please remove it from unstable now.

Cheers,
Iain



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



Bug#574450: RM: banshee-extension-mirage -- ROM; superseded by banshee-community-extensions

2010-03-18 Thread Iain Lane
Package: ftp.debian.org
Severity: normal

This package is now superseded by banshee-community-extensions, which
was just ACCEPTED. Please remove it from unstable now.

Cheers,
Iain



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



Bug#574449: iceweasel: Segfaults almost daily

2010-03-18 Thread Petter Reinholdtsen

Package: iceweasel
Version: 3.0.6-3
Severity: normal

Almost every morning when I get to work, my iceweasel browser have
disappeared without any messages in ~/.xsession-errors.  After cursing
it for a few weeks, I decided to attach gdb to the running process to
try to figure out why.  I use 'gdp -p pidoficeweasel' to attach gdb,
and run 'handle SIGPIPE nostop' to make sure SIGPIPE is ignored by
gdb.  This time I got a SIGSEGV and a backtrace.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb444db90 (LWP 27545)]
0xb6b07f5a in ?? () from /usr/lib/libnspr4.so.0d
(gdb) bt
#0  0xb6b07f5a in ?? () from /usr/lib/libnspr4.so.0d
#1  0x106a3c90 in ?? ()
#2  0xb444d370 in ?? ()
#3  0xb444d148 in ?? ()
#4  0xb7e089c6 in pthread_mutex_lock () from /lib/i686/cmov/libc.so.6
#5  0xb6b08090 in PR_NotifyCondVar () from /usr/lib/libnspr4.so.0d
#6  0xb6b119d4 in ?? () from /usr/lib/libnspr4.so.0d
#7  0x in ?? ()
(gdb)

I've now installed the iceweasel-dbg and will retry the experiment
with debug information available.  Expect more information tomorrow
morning. :)

I will also try to follow the clues provided by reportbug to try to
pinpoint the problem better.

Because it take some hours to reproduce, I have not dared to use
valgrind, as I expect it to eat a lot of memory.

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

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=no_NO (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils 2.30 Miscellaneous utilities specific t
ii  fontconfig  2.6.0-3  generic font configuration library
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface
ii  libnspr4-0d 4.7.1-5  NetScape Portable Runtime Library
ii  libstdc++6  4.3.2-1.1The 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.9   1.9.0.18-1   XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  libkrb531.6.dfsg.4~beta1-5lenny2 MIT Kerberos runtime libraries
pn  mozplugger  none   (no description available)
pn  ttf-mathematica none   (no description available)
pn  xfonts-mathml   none   (no description available)
pn  xprint  none   (no description available)
pn  xulrunner-1.9-g 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#563119: [Pkg-utopia-maintainers] Bug#563119: Bug#563119: devicekit-disks: Automount stopped working with message Not authorized

2010-03-18 Thread Jakub Lucký
Hi

I had upgraded to udisks now

ja...@gondolin:~$ id
uid=1000(jakub) gid=100(users)
groups=100(users),4(adm),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),29(audio),30(dip),44(video),46(plugdev),107(netdev),111(lpadmin),115(powerdev),116(scanner),119(fuse),121(vboxusers),123(bluetooth),124(utempter),127(polkituser),1000(joy)

ja...@gondolin:~$ ck-list-sessions
ja...@gondolin:~$

udisks output attached

Jakub Lucký


2010/3/18 Michael Biebl bi...@debian.org

 Am 15.03.2010 10:57, schrieb Jakub Lucký:
  Hi
 
  No, no change... I believe this problem is not ntfs-3g related, because
 the
  same I got for FAT, NTFS and even Ext3... All of them are easily
 accessible,
  when I mount them as root with /sbin/mount
 

 Hi Jakub,

 is the problem still reproducible with an up-to-date unstable system
 (which uses udisks now)?

 If so, what's the user you are currently logged in, what is the output
 of ck-list-sessions?
 Could you attach a fresh udisks --dump please.

 Thanks,
 Michael

 --
 Why is it that all of the instruments seeking intelligent life in the
 universe are pointed away from Earth?




udisks.dump
Description: Binary data


Bug#571321: package is ready

2010-03-18 Thread Gürkan Sengün

looking for a sponsor...



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



Bug#570727: xmldiff: diff for NMU version 0.6.8-4.2

2010-03-18 Thread Stefano Zacchiroli
tags 570727 + pending
thanks

Dear maintainer,

I've prepared an NMU for xmldiff (versioned as 0.6.8-4.2) and uploaded
it to DELAYED/2, according to devref §5.11.1.  The patch is by Daiki
Ueno and has been applied upstream already; see changelog for more
details.

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
diff -u xmldiff-0.6.8/debian/changelog xmldiff-0.6.8/debian/changelog
--- xmldiff-0.6.8/debian/changelog
+++ xmldiff-0.6.8/debian/changelog
@@ -1,3 +1,12 @@
+xmldiff (0.6.8-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix id() calculation in extensions/maplookup.c; that fixes comparison
+errors on minimal trees (on i386). Patch by Daiki Ueno, applied
+upstream (see http://www.logilab.org/ticket/21853). (Closes: #570727)
+
+ -- Stefano Zacchiroli z...@debian.org  Thu, 18 Mar 2010 11:14:40 +0100
+
 xmldiff (0.6.8-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- xmldiff-0.6.8.orig/extensions/maplookup.c
+++ xmldiff-0.6.8/extensions/maplookup.c
@@ -40,12 +40,6 @@
 
 
 /*** functions specific to the fmes algorithm */
-#if __WORDSIZE == 64
-#define KEYSHAPE (l,l)
-#else
-#define KEYSHAPE (i,i)
-#endif
-
 static short N_ISSUE = 5 ;
 
 /* function to init objects for the next functions
@@ -162,11 +156,17 @@
 	{
 		PyObject *key ;
 		couple = PyList_GET_ITEM(_mapping, i) ;
-key = Py_BuildValue(KEYSHAPE, (size_t)node1, (size_t)PyTuple_GET_ITEM(couple, 0)) ;
+		key = PyTuple_New(2);
+		Py_INCREF(key);
+		PyTuple_SET_ITEM(key, 0, PyLong_FromVoidPtr(node1));
+		PyTuple_SET_ITEM(key, 1, PyLong_FromVoidPtr(PyTuple_GET_ITEM(couple, 0)));
 		if (PyDict_GetItem(_dict1, key) != NULL)
 		{
 			Py_DECREF(key) ;
-key = Py_BuildValue(KEYSHAPE, (size_t)node2, (size_t)PyTuple_GET_ITEM(couple, 1)) ;
+			key = PyTuple_New(2);
+			Py_INCREF(key);
+			PyTuple_SET_ITEM(key, 0, PyLong_FromVoidPtr(node2));
+			PyTuple_SET_ITEM(key, 1, PyLong_FromVoidPtr(PyTuple_GET_ITEM(couple, 1)));
 			if (PyDict_GetItem(_dict2, key) != NULL)
 			{
 seq_num += 1 ;


Bug#574420: nvidia-kernel-legacy-96xx-source: fails to build

2010-03-18 Thread Julien Cristau
On Thu, Mar 18, 2010 at 04:52:03 +0200, alex bodnaru wrote:

 Package: nvidia-kernel-legacy-96xx-source
 Version: 96.43.16-1
 Severity: grave
 Justification: renders package unusable
 
 hello friends,
 
 thank you for providing the nvidia packages.
 
 nvidia-kernel-legacy-96xx-source fails to build due to compilation errors.
 my linux headers are the current: linux-headers-2.6.32-3-686.
 
build log please.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#570971: Please try the same while not running as root

2010-03-18 Thread Guido Trotter
tags 570971 + path - unreproducible moreinfo
thanks

Hi,

I think you might be trying that while running as root. What this breaks is
non-root users having each his own configuration (or more than one per user,
depending on the account)

Thanks,

Guido

(reverting the tag changes as I'm providing more info on how to reproduce it,
and the bug still contains a suggested fix)




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



Bug#574405: libfiu: has hardwired (and hence works only with) libc.so.6

2010-03-18 Thread Chris Lamb
tags 574405 + pending
thanks

Alberto Bertogli wrote:

 Tentative patch is in the branch next on my repository.
[..]

I've tested on alpha - seems to work great. Thanks for your quick
response as ever!

 PS: I'm replying to you directly because you did the same on your
 previous email. Did you forget to CC the BTS? If so, feel free to
 forward this conversation.

I did forget, but not sure how.. Well spotted. :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#574449: iceweasel: Segfaults almost daily

2010-03-18 Thread Mike Hommey
On Thu, Mar 18, 2010 at 11:33:17AM +0100, Petter Reinholdtsen wrote:
 
 Package: iceweasel
 Version: 3.0.6-3
 Severity: normal
 
 Almost every morning when I get to work, my iceweasel browser have
 disappeared without any messages in ~/.xsession-errors.  After cursing
 it for a few weeks, I decided to attach gdb to the running process to
 try to figure out why.  I use 'gdp -p pidoficeweasel' to attach gdb,
 and run 'handle SIGPIPE nostop' to make sure SIGPIPE is ignored by
 gdb.  This time I got a SIGSEGV and a backtrace.
 
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb444db90 (LWP 27545)]
 0xb6b07f5a in ?? () from /usr/lib/libnspr4.so.0d
 (gdb) bt
 #0  0xb6b07f5a in ?? () from /usr/lib/libnspr4.so.0d
 #1  0x106a3c90 in ?? ()
 #2  0xb444d370 in ?? ()
 #3  0xb444d148 in ?? ()
 #4  0xb7e089c6 in pthread_mutex_lock () from /lib/i686/cmov/libc.so.6
 #5  0xb6b08090 in PR_NotifyCondVar () from /usr/lib/libnspr4.so.0d
 #6  0xb6b119d4 in ?? () from /usr/lib/libnspr4.so.0d
 #7  0x in ?? ()
 (gdb)
 
 I've now installed the iceweasel-dbg and will retry the experiment
 with debug information available.  Expect more information tomorrow
 morning. :)

Please try installing libnspr4-0d-dbg, too.

Mike



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



Bug#574451: override: ri:ruby, ruby-dev:devel

2010-03-18 Thread Lucas Nussbaum
Package: ftp.debian.org

On 18/03/10 at 10:33 +, Archive Administrator wrote:
 There are disparities between your recently accepted upload and the
 override file for the following file(s):
 
 ri_4.4_all.deb: package says section is ruby, override says interpreters.

should really be ruby: it's a tool to view ruby doc.

 ruby-dev_4.4_all.deb: package says section is devel, override says ruby.

should really be devel: contains development headers for linking with
libruby.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Julien Cristau
severity 57 normal
kthxbye

On Thu, Mar 18, 2010 at 11:09:40 +0100, Bastian Blank wrote:

 Source: qemu
 Version: 0.12.3+dfsg-1
 Severity: serious
 
 The configure-stamp target depends on the phony (always fresh) target.
 This makes it build anything again in the binary target.  See
 https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw
 
While this is a bug, I don't believe serious is the correct severity.
It also doesn't actually seem to rebuild much besides the configure
stuff.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#574452: ucarp: Dont be session leader and call shutdown script when hup'ed

2010-03-18 Thread Joerg Kost
Package: ucarp
Version: 1.5-2
Severity: normal
Tags: patch

ucarp is still a session leader after the daemonize function. Also when an 
instance 
receives a HUP - signal it just exits without calling a shutdown script, which 
could 
lead to a interface being up on both master + slave (at least for testing 
purposes).

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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 ucarp depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libpcap0.8  0.9.8-5  system interface for user-level pa

Versions of packages ucarp recommends:
ii  iproute   20080725-2 networking and traffic control too

ucarp suggests no packages.

-- no debconf information
diff -rup /usr/src/ucarp-1.5/src/carp.c /usr/src/ucarp-1.5-jk/src/carp.c
--- /usr/src/ucarp-1.5/src/carp.c	2010-03-17 17:40:42.0 +0100
+++ /usr/src/ucarp-1.5-jk/src/carp.c	2010-03-16 23:21:24.0 +0100
@@ -740,6 +740,7 @@ int docarp(void)
 
 if (shutdown_at_exit != 0) {
 (void) signal(SIGINT, sighandler_exit);
+(void) signal(SIGHUP, sighandler_exit);
 (void) signal(SIGQUIT, sighandler_exit);
 (void) signal(SIGTERM, sighandler_exit);
 }
diff -rup /usr/src/ucarp-1.5/src/daemonize.c /usr/src/ucarp-1.5-jk/src/daemonize.c
--- /usr/src/ucarp-1.5/src/daemonize.c	2007-07-04 15:34:59.0 +0200
+++ /usr/src/ucarp-1.5-jk/src/daemonize.c	2010-03-17 17:21:50.0 +0100
@@ -61,6 +61,20 @@ void dodaemonize(void)
 _(Unable to detach from the current session: %s),
 strerror(errno));  /* continue anyway */
 }
+
+	/* Dont be session leader */
+	switch( child = fork() ) {
+		case -1:
+			_exit(EXIT_FAILURE);
+			break;
+		case 0:
+			break;
+		default:
+			_exit( EXIT_SUCCESS );
+		break;
+	}
+	
+
 chdir(/);
 i = open_max();
 do {


Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Aurelien Jarno
severity 57 normal
thanks

On Thu, Mar 18, 2010 at 11:09:40AM +0100, Bastian Blank wrote:
 Source: qemu
 Version: 0.12.3+dfsg-1
 Severity: serious
 
 The configure-stamp target depends on the phony (always fresh) target.
 This makes it build anything again in the binary target.  See
 https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw
 

While I agree there is a problem, and that CPU time is wasted, only the
configure script is run twice. I don't see how it can be a serious
problem.

Downgrading the severity.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#571110: patch for w3af-console version 1.0~rc2svn3180-1.1

2010-03-18 Thread Stefano Zacchiroli
On Tue, Mar 16, 2010 at 10:51:47PM +0700, Seksan Poltree wrote:
 Due to python2.6 have its own json implementation
 which might conflict with this package when import.
 I just simply include json-py in the extralib to avoid this.
 
 The patch is attached.

While upstream code structure seems to be already set up to use, if
available, jsonpy, including its sources in w3af is not particularly
nice. In Debian we prefer to factor out common code of external
libraries for a lot of reasons (e.g. having a single package to fix in
case of security problems).

I doubt anybody would be happy to go forward with this patch without an
explicit agreement of the maintainer, hence I'm copying him (hi,
Luciano!) to explicitly ask for his advice.  As an alternative, instead
of explicitly including jsonpy in a diff, we might consider packaging a
new SVN snapshot which seems to contain jsonpy in it already (I've no
idea of the current status of SVN trunk, though).

Cheers.

PS Luciano, this is also an offer for help, if you approve the proposed
   patch, I'd be happy to contribute an NMU of this.

-- 
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#572432: rlwrap and completions, multi-line input, etc.

2010-03-18 Thread Jarosław Arlet
I think, it would be nice if you applie rlwrap. It has very usefull
features, i.e. completions, multi-line input, up/down arrow history,
parenthesis matching.

Basing on the description at
http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started#Enhancing_Clojure_REPL_with_rlwrap
I made this task in my system (Debian Lenny in wchich I had installed
packages clojure.deb and clojure-contrib.deb) as follows:


1. I made an executable file 'clojure-completions'  with the content:
#!/usr/bin/clojure

(def completions
(reduce concat (map (fn [p] (keys (ns-publics (find-ns p
'(clojure.core clojure.set clojure.xml
clojure.zip

(with-open [f (java.io.BufferedWriter. (java.io.FileWriter.
/etc/rlwrap/clojure))]
(.write f (apply str (interleave completions (repeat \n)

2. I executed this file.

3. I changed the content of the existing file '/usr/bin/clojure-repl' on this:
#!/bin/bash
BREAK_CHARS=(){}[],^...@\\;:''|\\

rlwrap -r -c -b $BREAK_CHARS clojure

Now, entering the 'clojure-contrib' command, I can enjoy all the
functionalities offered by rlwrap.
It works excellent!!!  :-)

Best regards !



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



Bug#574453: request-tracker3.6: update-rt-siteconfig uses backup files

2010-03-18 Thread Teddy Hogeborn
Package: request-tracker3.6
Version: 3.6.7-5+lenny3
Severity: important
Tags: patch

/usr/sbin/update-rt-siteconfig does not ignore backup files, i.e.
files ending with ~.  The attached patch fixes the problem.

/Teddy

-- Package-specific info:
Changed files:
  usr/sbin/update-rt-siteconfig-3.6

-- System Information:
Debian Release: 5.0.4
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages request-tracker3.6 depends on:
ii  dbconfig-common  1.8.39  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  libapache-session-perl   1.86-1  Perl modules for keeping persisten
ii  libcache-simple-timedexp 0.27-2  Perl module to cache and expire ke
ii  libcalendar-simple-perl  1.20-1  Perl extension to create simple ca
ii  libclass-returnvalue-per 0.55-1  A return-value object that lets yo
ii  libcss-squish-perl   0.07-1  Compact many CSS files into one bi
ii  libdbi-perl  1.605-1 Perl5 database interface by Tim Bu
ii  libdbix-searchbuilder-pe 1.54-1  Encapsulate SQL queries and rows i
ii  libdevel-stacktrace-perl 1.1902-1Stack trace and stack trace frame 
ii  libgd-graph-perl 1.44-3  Graph Plotting Module for Perl 5
ii  libgd-text-perl  0.86-5  Text utilities for use with GD
ii  libhtml-mason-perl   1:1.39-1HTML::Mason Perl module
ii  libhtml-parser-perl  3.56-1+lenny1   A collection of modules that parse
ii  libhtml-scrubber-perl0.08-4  Perl extension for scrubbing/sanit
ii  liblocale-maketext-fuzzy 0.02-3  Maketext from already interpolated
ii  liblocale-maketext-lexic 0.66-1  Lexicon-handling backends for Loc
ii  liblog-dispatch-perl 2.18-1  Dispatches messages to multiple Lo
ii  libmailtools-perl2.03-1  Manipulate email in perl programs
ii  libmime-tools-perl [libm 5.427-1 Perl5 modules for MIME-compliant m
ii  libmodule-versions-repor 1.05-1  Report versions of all modules in 
ii  libregexp-common-perl2.122-1 Provide commonly requested regular
ii  libtext-autoformat-perl  1.14.0-1Perl module for automatic text wra
ii  libtext-template-perl1.44-1.2Text::Template perl module
ii  libtext-wikiformat-perl  0.78-1  translates Wiki formatted text int
ii  libtext-wrapper-perl 1.02-1  Simple word wrapping routine
ii  libtime-modules-perl 2006.0814-2 Various Perl modules for time/date
ii  libtimedate-perl 1.1600-9Time and date functions for Perl
ii  libtree-simple-perl  1.18-1  A simple tree object
ii  libuniversal-require-per 0.11-1  Load modules from a variable
ii  libxml-rss-perl  1.33-1  Perl module for managing RSS (RDF 
ii  libxml-simple-perl   2.18-1  Perl module for reading and writin
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  postfix [mail-transport- 2.5.5-1.1   High-performance mail transport ag
ii  rsyslog [system-log-daem 3.18.6-4enhanced multi-threaded syslogd
ii  rt3.6-apache23.6.7-5+lenny3  Apache 2 specific files for reques
ii  rt3.6-clients3.6.7-5+lenny3  Mail gateway and command-line inte
ii  rt3.6-db-postgresql  3.6.7-5+lenny3  PostgreSQL database backend for re
ii  ucf  3.0016  Update Configuration File: preserv

Versions of packages request-tracker3.6 recommends:
ii  libtext-quoted-perl   2.05-2 Extract the structure of a quoted 

Versions of packages request-tracker3.6 suggests:
pn  rt3.6-rtfmnone (no description available)

-- debconf information:
  request-tracker3.6/app-password-confirm: (password omitted)
  request-tracker3.6/pgsql/app-pass: (password omitted)
  request-tracker3.6/mysql/app-pass: (password omitted)
  request-tracker3.6/mysql/admin-pass: (password omitted)
  request-tracker3.6/password-confirm: (password omitted)
  request-tracker3.6/pgsql/admin-pass: (password omitted)
* request-tracker3.6/dbconfig-install: true
  request-tracker3.6/pgsql/method: unix socket
  request-tracker3.6/upgrade-backup: true
  request-tracker3.6/dbconfig-remove:
  request-tracker3.6/internal/skip-preseed: true
  request-tracker3.6/pgsql/no-empty-passwords:
  request-tracker3.6/dbconfig-upgrade: true
  request-tracker3.6/mysql/admin-user: root
* request-tracker3.6/organization: rt.nmugroup.se
  request-tracker3.6/pgsql/authmethod-user: password
* request-tracker3.6/handle-siteconfig-permissions: true
  request-tracker3.6/passwords-do-not-match:
  request-tracker3.6/upgrade-error: abort
  request-tracker3.6/missing-db-package-error: 

Bug#574454: gtg: Printing and exporting does not work

2010-03-18 Thread Christoph Haas
Package: gtg
Version: 0.2.3-1
Severity: important

Apparently the export and print functions do not work in this version.
On the shell I see this error message:

Traceback (most recent call last):
  File /usr/share/gtg/GTG/plugins/export/export.py, line 150, in on_export
self.export_combo_decorator(self.export_combo_templ, template_list)
UnboundLocalError: local variable 'template_list' referenced before assignment

Thanks for maintaining the package. A fix would be welcome.

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

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

Versions of packages gtg depends on:
ii  python2.5.4-5An interactive high-level object-o
ii  python-configobj  4.7.2+ds-1 simple but powerful config file re
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.6  automated rebuilding support for P
ii  python-xdg0.19-1 Python library to access freedeskt

gtg recommends no packages.

gtg 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#574455: python-simplejson: Python-simplejson isn't a pure Python code package as claimed by it's description

2010-03-18 Thread Tom Parker
Package: python-simplejson
Version: 2.0.9-2
Severity: minor

python-simplejson's description claims

It is pure Python code with no dependencies

when it has the _speedup.so libraries, making it not a pure Python
package. Yes, this is very pedantic, and doesn't really matter that
much, but if you're going to make that sort of claim, make sure it's
true!

Tom Parker

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

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

Versions of packages python-simplejson depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  python2.5.4-9An interactive high-level object-o
ii  python-support1.0.6  automated rebuilding support for P

Versions of packages python-simplejson recommends:
ii  libjs-jquery  1.4.1-1JavaScript library for dynamic web

python-simplejson 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#574401: udevadm trigger crashes system

2010-03-18 Thread Dave Williams
Hi,
You were correct - it's video related. I've narrowed it down to the module 
intelfb

doing 'modprobe intelfb' recreates the system crash.

I can't upgrade the kernel until i sort out an issue with root on lvm on raid 
with the initrd image that gets built automatically with the 2.6.32
stock kernel install.

for the time being i've just blacklisted the module.

Best regards
Dave Williams

- Original message -
 reassign 574401 linux-2.6
 thanks

 On Mar 17, Dave Williams d.r.williams...@cantab.net wrote:

  If 'udevadm trigger' is run once the system is booted and running
  normally it also crashes the system in the same manner (blank screen,
  hard reset required).
 Obviously a kernel bug.

  Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
 Start by upgrading your kernel.
 If it still does not work you will have to try manually loading every
 relevant driver until you can find the broken one. I bet on something
 video-related.

 --
 ciao,
 Marco




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



Bug#555290: ITA: libmng -- Multiple-image Network Graphics library

2010-03-18 Thread Kartik Mistry
retitle 555290 ITA: libmng -- Multiple-image Network Graphics library
owner !
thanks

Co-maintainer welcome!

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer | Identica: @kartikm
 Blogs: {ftbfs, kartikm}.wordpress.com



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



Bug#574321: fluxbox: FTBFS: sh: rsvg: not found

2010-03-18 Thread Adam D. Barratt
Hi,

On Thu, March 18, 2010 04:36, Paul Tagliamonte wrote:
 Howdy Lucas,

 This should be all set in the git tree. Thanks for the report!

Thanks for getting that fixed so quickly. I'd appreciate it if the fix
could be uploaded soon, as we're trying to get the imagemagick transition
finished soon.

Regards,

Adam




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



Bug#574357: texlive-base prompting for conffile changes for no reason

2010-03-18 Thread Steve McIntyre
On Wed, Mar 17, 2010 at 09:52:08PM +0100, Hilmar Preusse wrote:
On 17.03.10 Steve McIntyre (st...@einval.com) wrote:

Hi,

 Another upgrade, another set of tex conf file prompts. Sigh.
 
 I'm upgrading from lenny to squeeze today. I've just been prompted
 about the conf file /etc/texmf/fmt.d/10texlive-base.cnf. I have never
 deliberately installed any tex packages on this system, they've just
 been pulled in as build-deps from other packages when I'm working on
 them. I have definitely *never* touched any of the config files. But
 I'm being prompted about this. Why?
 
What is the md5sum of the old /etc/texmf/fmt.d/10texlive-base.cnf?

Sorry, I couldn't wait around for very long as I needed to get the
machine up and running (new laptop). I said N and continued. The
contents of that directory are:

tack:/etc/texmf/fmt.d$ ls -al
total 44
drwxr-xr-x  2 root root 4096 2010-03-17 15:35 ./
drwxr-xr-x 16 root root 4096 2010-03-17 14:39 ../
-rw-r--r--  1 root root 1364 2006-12-11 18:48 00tex.cnf
-rw-r--r--  1 root root 3328 2007-02-14 21:12 01tetex.cnf.obsolete
-rw-r--r--  1 root root  973 2010-03-17 14:21 10texlive-base.cnf
-rw-r--r--  1 root root  626 2010-01-05 03:07 10texlive-base.cnf.dpkg-dist
-rw-r--r--  1 root root  973 2008-08-29 14:12 10texlive-base.cnfpre-edit
-rw-r--r--  1 root root  513 2010-01-05 03:07 10texlive-latex-base.cnf
-rw-r--r--  1 root root  345 2010-01-11 14:57 10texlive-math-extra.cnf
-rw-r--r--  1 root root  340 2010-01-05 03:07 10texlive-metapost.cnf
-rw-r--r--  1 root root  565 2006-11-22 11:19 50cyrtexinfo.cnf

md5sums:

tack:/etc/texmf/fmt.d$ md5sum *
968f2b29eb4089534b9625cd181c25e3  00tex.cnf
cf5cd8fb29d16f191a82992a112010e1  01tetex.cnf.obsolete
3cce09a74353f26f43635cc33236  10texlive-base.cnf
834bd54eb0afda4adcf738169d7db88d  10texlive-base.cnf.dpkg-dist
3cce09a74353f26f43635cc33236  10texlive-base.cnfpre-edit
61e7cae20f0f331a2acd3317c445ac65  10texlive-latex-base.cnf
ace279c09a442d6d7d211d1cdb5dac4f  10texlive-math-extra.cnf
c0ca212bb47511bd617e3632e35561e9  10texlive-metapost.cnf
aa280e2a121f027b3b866fcb537750a0  50cyrtexinfo.cnf

Hope that helps...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Welcome my son, welcome to the machine.




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



Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Eugen Dedu
Adam D. Barratt wrote:
 Package: src:opal
 Version: 3.6.6~dfsg-4
 Severity: serious
 
 Hi,
 
 opal_3.6.6~dfsg-4 fails to build on hppa (tried four times).
 
From the end of the build log:
 
 /usr/bin/make PTLIBDIR=/usr 
 OPALDIR=/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg -C 
 samples/simple
 make[1]: Entering directory 
 `/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg/samples/simple'
 g++ -g -O2 -g -Wall -O2 -O3 -DPTRACING=1 -D_REENTRANT -D_GNU_SOURCE=1 
 -fno-exceptions -I/usr/include/opal -I/usr/include/SDL   -I../../include -c 
 main.cxx -o obj_linux_hppa/main.o
 g++ obj_linux_hppa/main.o  -lopal -lpt -lpthread -lrt -lsasl2 -lldap -llber 
 -lldap_r -lssl -lcrypto -lexpat -lSDL -lodbc -lresolv -ldl -lspeexdsp   -L 
 ../../lib* -o obj_linux_hppa/simpleopal
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::Trigger()'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::OnEndRecording(PString const)'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::RecordEnd()'
 collect2: ld returned 1 exit status
 make[1]: *** [obj_linux_hppa/simpleopal] Error 1
 make[1]: Leaving directory 
 `/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg/samples/simple'
 make: *** [build/simpleopal] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 The full log is available at 
 https://buildd.debian.org/fetch.cgi?pkg=opalver=3.6.6%7Edfsg-4arch=hppastamp=1266684365file=log

This is very strange.

According to http://packages.debian.org/search?keywords=libopal3.6.6,
hppa has 3.6.6~dfsg-3 but does not have the latest 3.6.6~dfsg-4.


The PVXMLSession::Trigger() functions which give errors are found in
ptlib, but in both cases the same ptlib package was used, cf.
https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-3;arch=hppa;stamp=1255622898
and
https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-4;arch=hppa;stamp=1268343033

Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...
and
Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...


On the other hand, the changes between the two versions of opal package
are really non-intrusive, I attach to this e-mail the diff between
http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-3.diff.gz
and
http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-4.diff.gz


So I would rather expect a failure due to the compiler (4.3-4.4), which
is different:
Toolchain package versions: libc6-dev_2.9-26 linux-libc-dev_2.6.30-8
g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 binutils_2.19.91.20090927-1
libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
and
Toolchain package versions: libc6-dev_2.10.2-6 dpkg-dev_1.15.5.6
linux-libc-dev_2.6.32-9 g++-4.4_4.4.3-3 gcc-4.4_4.4.3-3
binutils_2.20.1-2 libstdc++6_4.4.3-3 libstdc++6-4.4-dev_4.4.3-3

Are you aware of such a problem on hppa architecture (the other
architectures build well, and there is no #define ...HPPA... in .cpp
files)?  Maybe this is linked to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558999 ?

-- 
Eugen
540,541c540,541
 + libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev, libcelt-dev,
 + libcapi20-dev, libavcodec-dev
---
 + libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev,
 + libcapi20-dev
543c543
 + libx264-dev
---
 + libx264-dev, libcelt-dev
553,554c553,554
 +Conflicts: libopal-2.2-ptrace, libopal-2.2-develop, libopal-2.2.0, libopal-snapshot, libopal3.3-beta1
 +Replaces: libopal-snapshot, libopal3.3-beta1
---
 +Conflicts: libopal-2.2-ptrace, libopal-2.2-develop, libopal-2.2.0, libopal3.3-beta1
 +Replaces: libopal3.3-beta1
599,600c599,600
 +Replaces: libopal-snapshot-dbg, libopal3.3-beta1-dbg
 +Conflicts: libopal-snapshot-dbg, libopal3.3-beta1-dbg
---
 +Replaces: libopal3.3-beta1-dbg
 +Conflicts: libopal3.3-beta1-dbg
647c647,661
 @@ -0,0 +1,301 @@
---
 @@ -0,0 +1,315 @@
 +opal (3.6.6~dfsg-4) unstable; urgency=low
 +
 +  [ Eugen Dedu ]
 +  * Disable celt codec, since celt is changing its API and upstream
 +source does not compile with the new 0.7.0 celt release (Closes: #556832)
 +  * Remove some conflicts with non-official snapshot packages.
 +  * Remove unuseful libavcodec-dev from Build-Depends (it does not bring
 +any new encoder and hurts non-official packages).
 +
 +  [ Mark Purcell ]
 +  * Build-Conflicts: libcelt-dev
 +
 + -- Mark Purcell m...@debian.org  Mon, 01 Feb 2010 17:30:21 +0100
 +
971c985
 @@ -0,0 +1,67 @@
---
 @@ -0,0 +1,70 @@
990a1005,1007
 +
 +# celt changes its API too fast, so upstream does not keep track with them
 +DEB_CONFIGURE_EXTRA_FLAGS := --disable-celt


Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Adam D. Barratt
[debian-hppa readers, please Cc me and the bug on replies; thanks]

On Thu, March 18, 2010 11:32, Eugen Dedu wrote:
 Adam D. Barratt wrote:
 opal_3.6.6~dfsg-4 fails to build on hppa (tried four times).

From the end of the build log:
[...]
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual
 thunk to PVXMLSession::Trigger()'
[...]
 The PVXMLSession::Trigger() functions which give errors are found in
 ptlib, but in both cases the same ptlib package was used, cf.
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-3;arch=hppa;stamp=1255622898
 and
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-4;arch=hppa;stamp=1268343033

 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...
 and
 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...


 On the other hand, the changes between the two versions of opal package
 are really non-intrusive, I attach to this e-mail the diff between
 http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-3.diff.gz
 and
 http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-4.diff.gz


 So I would rather expect a failure due to the compiler (4.3-4.4), which
 is different:
 Toolchain package versions: libc6-dev_2.9-26 linux-libc-dev_2.6.30-8
 g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 binutils_2.19.91.20090927-1
 libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
 and
 Toolchain package versions: libc6-dev_2.10.2-6 dpkg-dev_1.15.5.6
 linux-libc-dev_2.6.32-9 g++-4.4_4.4.3-3 gcc-4.4_4.4.3-3
 binutils_2.20.1-2 libstdc++6_4.4.3-3 libstdc++6-4.4-dev_4.4.3-3

 Are you aware of such a problem on hppa architecture (the other
 architectures build well, and there is no #define ...HPPA... in .cpp
 files)?  Maybe this is linked to
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558999 ?

I'm not aware of any issues myself. I've CCed the HPPA porter list to see
if they have any ideas.

Regards,

Adam




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



Bug#574445: [Pkg-acpi-devel] Bug#574445: acpid: power button does nothing

2010-03-18 Thread Michael Meskes
On Thu, Mar 18, 2010 at 11:10:44AM +0100, Michal Suchanek wrote:
 Pressing hte power button does not hing visible not is there anything
 logged in /var/log/acpid nor /var/loag/daemon.log.
 
 I have the powerbtn-acpi-support event handler installed and deleted the
 powerbtn.dpkg-old event handler.

Could you please install and run kacpimon and verify that pressing the power
button does create an event? Also, did it work with prior versions?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#573636: diakonos fails to start

2010-03-18 Thread Evgeni Golov
Hi,
On Tue, Mar 16, 2010 at 04:14:04PM +0700, Daiki Ueno wrote:
 Evgeni Golov evg...@debian.org writes:
  *However* I'd not use dpatch at all here.
  Maintainer already has direct changes to files in his .diff.gz 
  (lib/diakonos.rb and lib/diakonos/help.rb) and I think forcing him to 
  some patch system he is not (yet) using is the wrong way *here* (don't 
  understand me wrong, I'm all for patch systems [even if I prefer quilt 
  over dpatch] but here we are not the maintainer and should adapt his 
  workflow).
 
 Yes, I used dpatch just to make it clear that the shebang change is
 Debian specific.  I have no strong opinion on whether/which patch
 systems are used here.

Yes, but the maintainer already has direct changes in his diff.gz, 
without a patch system. So I'd continue his workflow here and do it 
without a proper patch system.

  PS: if you want, i can upload the patch/NMU after you fixed the point(s) 
  above :)
 
 Thanks, but not really for now.  I also think that it would be
 definitely better for the bug to be fixed by the maintainer :-)

It is better, for sure, but well, the bug is RC (diakonos is completely 
unuseable atm) and already 6 days old.
I think I will upload a NMU to DELAYED/7 or so later today.

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.



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



Bug#460619: stalls (or hangs if called externally) opening encrypted '.zip' file.

2010-03-18 Thread Eckhart Wörner
 Package: ark
 Version: 4:4.2.4-1

Hi,

current version of ark is 4:4.3.4-1 - can you please upgrade and then try 
again?

Eckhart



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



Bug#574456: maint-guide: [1.2] DD is not the only one uploading ...

2010-03-18 Thread Osamu Aoki
Package: maint-guide
Version: 1.2.15
Severity: normal

These days, DD is not the only one uploading.

Also, these days, no free ticket to be DD for upstream author.

There are NM process thesedays ... (last 4-5 years??) .. require rewrite
on these section.

Swapping order between 1.2 and 1.3 is also desirable too. 

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

Kernel: Linux 2.6.32-3-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

maint-guide depends on no packages.

maint-guide recommends no packages.

Versions of packages maint-guide suggests:
ii  debian-policy 3.8.4.0Debian Policy Manual and related d
ii  developers-reference  3.4.3  guidelines and information for Deb
ii  devscripts2.10.61scripts to make the life of a Debi
ii  dh-make   0.52   tool that converts source archives
ii  doc-base  0.9.5  utilities to manage online documen
ii  dput  0.9.5.1Debian package upload tool
ii  dupload   2.6.6  utility to upload Debian packages
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  lintian   2.3.3  Debian package checker
ii  pbuilder  0.196  personal package builder for Debia

-- 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#574457: maint-guide: [5] compat etc. needs documented.

2010-03-18 Thread Osamu Aoki
Package: maint-guide
Version: 1.2.15
Severity: normal

files in debian/ needs to be updated (I know it got updated in 1.2.15
but that was not enough) with better documentation on how rules work.

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

Kernel: Linux 2.6.32-3-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

maint-guide depends on no packages.

maint-guide recommends no packages.

Versions of packages maint-guide suggests:
ii  debian-policy 3.8.4.0Debian Policy Manual and related d
ii  developers-reference  3.4.3  guidelines and information for Deb
ii  devscripts2.10.61scripts to make the life of a Debi
ii  dh-make   0.52   tool that converts source archives
ii  doc-base  0.9.5  utilities to manage online documen
ii  dput  0.9.5.1Debian package upload tool
ii  dupload   2.6.6  utility to upload Debian packages
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  lintian   2.3.3  Debian package checker
ii  pbuilder  0.196  personal package builder for Debia

-- 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#527121: printer-applet: error message client-error-bad-request pops up on every startup

2010-03-18 Thread Eckhart Wörner
Hi,

 every time i am logging in or starting printer-applet manually from console
 it crashes with signal 11 (segmentation fault)

you probably got bitten by http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=554878

Eckhart



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



Bug#574459: firehol: PLease add --verbose option to show progress of start

2010-03-18 Thread Jari Aalto
Package: firehol
Severity: wishlist


In an old PC, it takes minutes for this command to return:

   /etc/init.d/firehol start

It appears that running under bash -x, each iptables call takes
approx 5 seconds or more in this 64M PC.

SUGGESTION

Please add --verbose options so that a progress bar, like consequtive
dots would be displayes to see that its doing something.

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

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



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



Bug#574458: firehol: Wrong path in message: Run the supplied get-iana.sh script to generate this file

2010-03-18 Thread Jari Aalto
Package: firehol
Severity: minor


During startup firehol writes:

   Run the supplied get-iana.sh script to generate this file

   $ get-iana.sh
   get-iana.sh: not found

Please correct the path or name of the script in message.

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

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



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



Bug#574461: cronjob exits with 1 after package removal

2010-03-18 Thread Holger Levsen
Package: apticron
Version: 1.1.39
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your packages cronjob exits with 
errorcode 1 after the package has been removed. 

From the attached log (scroll to the bottom...):

0m9.7s INFO: Running scripts post_remove
0m9.7s INFO: Package apticron contains cron file: /etc/cron.daily/apticron
0m9.7s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', '/etc/cron.daily/apticron']
0m9.7s ERROR: Command failed (status=1): 
['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', '/etc/cron.daily/apticron']


regards,
Holger
Start: 2010-03-15 03:51:17 UTC

Package: apticron
Priority: extra
Section: admin
Installed-Size: 124
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Architecture: all
Version: 1.1.39
Depends: mailx, apt (= 0.6.8), ucf (= 0.28), cron, debconf (= 0.5) | debconf-2.0
Recommends: apt-listchanges, iproute
Filename: pool/main/a/apticron/apticron_1.1.39_all.deb
Size: 17258
MD5sum: ae5842fc224e02ac3a42b1e21ccda954
SHA1: 328458e8b7abe0a9d020fe388deb1ef0ceb9ed8d
SHA256: 07c8c5491481d11a462efb304210610c51feba34534b4ae03a6590042e69a60f
Description: Simple tool to mail about pending package updates
 Apticron is a simple script which sends daily emails about pending package
 updates such as security updates, properly handling packages on hold both by
 deselect and aptitude.
Tag: admin::package-management, interface::daemon, network::server, role::program, suite::debian, use::monitor, works-with::mail

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ apticron
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201003060944 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ apticron
0m0.0s INFO: Running on: Linux piatti 2.6.32.9-dsa-amd64 #1 SMP Tue Feb 23 18:40:58 CET 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpytRGkJ
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpytRGkJ
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpytRGkJ', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpytRGkJ', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Created policy-rc.d and chmodded it.
0m1.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', 'apt-get', 'update']
0m3.6s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Get:2 http://piatti.debian.org squeeze Release [89.5kB]
  Ign http://piatti.debian.org squeeze/main Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/contrib Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/non-free Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/main Packages
  Ign http://piatti.debian.org squeeze/contrib Packages
  Ign http://piatti.debian.org squeeze/non-free Packages
  Get:3 http://piatti.debian.org squeeze/main Packages [8202kB]
  Get:4 http://piatti.debian.org squeeze/contrib Packages [59.5kB]
  Get:5 http://piatti.debian.org squeeze/non-free Packages [114kB]
  Fetched 8466kB in 0s (9146kB/s)
  Reading package lists...
0m3.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', 'apt-get', 'update']
0m3.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', 'mount', '-t', 'proc', 'proc', '/proc']
0m3.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', 'mount', '-t', 'proc', 'proc', '/proc']
0m3.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpytRGkJ', 'apt-get', '-yf', 'upgrade']
0m4.6s DUMP: 
  Reading package lists...
  Building dependency tree...
  The following packages will be upgraded:
tzdata
  1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  Need to get 763kB of archives.
  After this operation, 0B of additional disk space will be used.
  Get:1 http://piatti.debian.org squeeze/main tzdata 2010e-1 [763kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 763kB in 0s (40.8MB/s)
  (Reading database ... 6001 files and directories currently installed.)
  Preparing to replace tzdata 

Bug#574460: apache2: Add mod_perl info page by default

2010-03-18 Thread Roman V. Nikolaev
Subject: apache2: Add mod_perl info page by default
Package: apache2.2-common
Version: 2.2.14-7
Severity: wishlist

Please add new config file /etc/apache2/mods-available/perl.conf by default:

IfModule perl_module
#
# Allow perl status reports generated by Apache2::Status from mod_perl,
# with the URL of http://servername/perl-status
# Uncomment and change the 192.168.0.0/24 to allow access from other
hosts.
#
Location /perl-status
SetHandlerperl-script
PerlHandler   +Apache2::Status
Order deny,allow
Deny from all
Allow from127.0.0.1 ::1
#   Allow from192.168.0.0/24
/Location
/IfModule

-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgid dir env mime negotiation perl
  rewrite setenvif status

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

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

Versions of packages apache2 depends on:
ii  apache2-mpm-worker2.2.14-7   Apache HTTP Server - high
speed th
ii  apache2.2-common  2.2.14-7   Apache HTTP Server common files

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils 2.2.14-7   utility programs for webservers
ii  apache2.2-bin 2.2.14-7   Apache HTTP Server common
binary f
ii  libmagic1 5.04-1 File type determination
library us
ii  lsb-base  3.2-23 Linux Standard Base 3.2
init scrip
ii  mime-support  3.48-1 MIME files 'mime.types' 
'mailcap
ii  perl  5.10.1-11  Larry Wall's Practical
Extraction
ii  procps1:3.2.8-8  /proc file system utilities

-- no debconf information

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#564943: scrotwm key bindings

2010-03-18 Thread Hannes
Sorry for my long silence. Since first reporting the problem, I've done
regular updates from the testing branch, of course. When I tried things
out again after reading Dimitry's suggestions today, this lead to some
interesting new developments:

When I put scrotwm in my .xsession file and run startx, it works.

Regularly, I'm using the Slim login manager for authentication and
session selection. Starting ScrotWM from there resulted in the
behaviour described earlier before.

Now today, using the Slim login, it still seemed the same way (no
keybindings working), but I could switch to a VT. This was not possible
a few weeks ago. Switching back to X (even without doing anything on
the VT, not even logging in), ScrotWM keybindings suddenly work as
intended!

So I assume part of the issue was simply caused by some temporary freak
bug in an underlying X package which has been fixed by now. What
remains is the weird behaviour when being run through a graphical login
manager.



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



Bug#574463: screentest: [INTL:fr] French program translation update

2010-03-18 Thread Christian Perrier
Package: screentest
Version: N/A
Severity: wishlist
Tags: patch l10n

(this is a standard message, not customized for your package)

Please find attached the french translation of this package's
programs, proofread by the debian-l10n-french mailing list
contributors.

This file should be put as fr.po in the appropriate po/
directory. If this package is not a native Debian package, please
don't forget to forward this translation to the upstream maintainer.

Depending on the version of the build tools or the build process used
in the software, you may have to update the LINGUAS variable in the
configure scripts in case the french translation is a *new*
translation for this software/package.

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

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Translation of screentest to French.
# Copyright (C) 2009 Debian French l10n team 
debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the screentest package.
#
# Translator:
# Tobias Gruetzmacher tob...@portfolio16.de, 2007
# Mami Hicham aladin29...@hotmail.com, 2009
msgid 
msgstr 
Project-Id-Version: screentest 2.0\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-08-05 21:15+0200\n
PO-Revision-Date: 2009-06-22 20:02+0200\n
Last-Translator: Mami Hicham aladin29...@hotmail.com\n
Language-Team: frenchdebian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n
X-Generator: Virtaal 0.3.1\n

#: main.c:50
msgid 
The GLADE interface definition file was not found.\n
Please make sure this program is installed correctly.
msgstr 
Le fichier de définition de l'interface de GLADE n'a pas été trouvé.\n
Merci de vérifier que le programme a été correctement installé.

#: callbacks.c:183
#, c-format
msgid No implementation for the test \%s\ found.
msgstr Pas d'implémentation pour le test \%s\ trouvé.

#: basic_test.c:75
msgid Left Button - param cycle, if any
msgstr Bouton gauche - cycle de paramétrage, s'il y en a un

#: basic_test.c:76
msgid Middle Button - color cycle
msgstr Bouton du milieu - couleur du cycle

#: basic_test.c:77
msgid Right Button - menu
msgstr Bouton droit - menu

#: screentest.glade:7
msgid Screen test
msgstr Test d'écran

#: screentest.glade:27
msgid Mode
msgstr Mode

#: screentest.glade:34
msgid Basic
msgstr Basique

#: screentest.glade:43
msgid Grid
msgstr Grille

#: screentest.glade:52
msgid Horizontal
msgstr Horizontal

#: screentest.glade:61
msgid Vertical
msgstr Vertical

#: screentest.glade:70
msgid Blink
msgstr Clignotant

#: screentest.glade:79
msgid Text
msgstr Texte

#: screentest.glade:92
msgid Foreground Color
msgstr Couleur d'avant-plan

#: screentest.glade:108
msgid Background Color
msgstr Couleur d'arrière-plan

#: screentest.glade:144
msgid Select Foreground color
msgstr Définir la couleur d'avant-plan

#: screentest.glade:180
msgid Select Background color
msgstr Définir la couleur d'arrière-plan


Bug#574462: iceweasel-linky: new upstream version!

2010-03-18 Thread Richard Growsky Kanetto
Package: iceweasel-linky
Version: 2.7.1-1
Severity: wishlist

Please, upgrade to the new version of the Linky. It has important bugs
fixed.

https://addons.mozilla.org/en-US/firefox/addon/425

Thanks!

-- System Information:

Versions of packages iceweasel-linky depends on:
ii  iceweasel 3.5.8-1Web browser based on Firefox

iceweasel-linky recommends no packages.

iceweasel-linky suggests no packages.

-- no debconf information


Bug#574464: cairo-dock-plugins: compile for other architectures

2010-03-18 Thread dr4Ke
Package: cairo-dock-plugins
Severity: important

Will you compile and package these plugins for other architectures (amd64, at 
least) ?


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

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



-- 
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   5   >