Bug#476274: fixed in spambayes 1.0.4-4

2008-04-18 Thread Drew Hess
Not fixed:

Setting up spambayes (1.0.4-4) ...
Compiling /usr/lib/python2.5/site-packages/spambayes/Corpus.py ...
  File /usr/lib/python2.5/site-packages/spambayes/Corpus.py, line 82
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the file

Compiling /usr/lib/python2.5/site-packages/spambayes/FileCorpus.py ...
  File /usr/lib/python2.5/site-packages/spambayes/FileCorpus.py, line 85
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the file

Compiling /usr/lib/python2.5/site-packages/spambayes/message.py ...
  File /usr/lib/python2.5/site-packages/spambayes/message.py, line 78
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the file

pycentral: pycentral pkginstall: error byte-compiling files (49)
pycentral pkginstall: error byte-compiling files (49)
dpkg: error processing spambayes (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 spambayes


pgp4gbRFCNw9l.pgp
Description: PGP signature


Bug#476638: tau_2.16.4-1.1(sparc/unstable):

2008-04-18 Thread Martin Zobel-Helas
Package: tau
Version: 2.16.4-1.1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of tau_2.16.4-1.1 on lebrun by sbuild/sparc 98
 Build started at 20080418-0252

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.37.2), dh-buildinfo, python-all-dev (= 
 2.3.5-11), python-central (= 0.5), tcsh

[...]

   tau root directory /build/buildd/tau-2.16.4.
   If you move the Tau distribution, you must either
 * set an environment variable TAUROOT containing the new
   location before running any TAU tools
   or
 * run configure again and recompile
 Attempting to auto-configure system, determining architecture...
 I could not determine the architecture of this host
 You must give me a hint.
 Perhaps, the C compiler is not working.
 Please check the licenses.
 chmod -x 
 /build/buildd/tau-2.16.4/debian/BUILD/usr/lib/tau/include/Profile/TulipThreadLayer.h
 chmod: cannot access 
 `/build/buildd/tau-2.16.4/debian/BUILD/usr/lib/tau/include/Profile/TulipThreadLayer.h':
  No such file or directory
 make: *** [stamps/build-arch] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparcpkg=tauver=2.16.4-1.1




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



Bug#476639: jtex-bin: new upstream version is available

2008-04-18 Thread Atsuhito KOHDA
Package: jtex-bin
Version: 1.9.1-9.1
Severity: normal

Hi,

I noticed today that texfam-1.4 was released in october 2006.
Please consider to update jtex.

Thanks for your maintenance.
Regards.

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

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

Versions of packages jtex-bin depends on:
ii  jtex-base  1.9.1-7   basic NTT JTeX library files
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libkpathsea4   2007.dfsg.1-2 TeX Live: path search library for 
ii  texlive-base-bin   2007.dfsg.1-2 TeX Live: Essential binaries
ii  texlive-math-extra 2007.dfsg.1-1 TeX Live: Advanced math typesettin

Versions of packages jtex-bin recommends:
ii  dvips-fontdata-n2bk 0.0.2001.12.12-3 Virtual font data to process dvi f

-- no debconf information



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



Bug#468143: collectd: sensors plugin stopped working after upgrade

2008-04-18 Thread Florian Forster
Hi Alex,

while writing a reply and interpreting the log output you've provided, I
stumbled across the bug. The function which is responsible for
formatting the chip name does so depending on the type of the chip. The
returned status variable is only set in one out of three branches,
though :/ A schoolbook example of ``harmful initialization''..

Please give the attached patch a try and tell me if it worked or not.
I'm sure Sebastian or some howto can tell you how to do integrate that
into the package building process, if necessary.

Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
diff --git a/src/sensors.c b/src/sensors.c
index 2a0a9ea..173ed9c 100644
--- a/src/sensors.c
+++ b/src/sensors.c
@@ -189,14 +189,14 @@ static int sensors_snprintf_chip_name (char *buf, size_t buf_size,
 	}
 	else if (chip-bus == SENSORS_CHIP_NAME_BUS_DUMMY)
 	{
-		snprintf (buf, buf_size, %s-%s-%04x,
+		status = snprintf (buf, buf_size, %s-%s-%04x,
 chip-prefix,
 chip-busname,
 chip-addr);
 	}
 	else
 	{
-		snprintf (buf, buf_size, %s-i2c-%d-%02x,
+		status = snprintf (buf, buf_size, %s-i2c-%d-%02x,
 chip-prefix,
 chip-bus,
 chip-addr);


signature.asc
Description: Digital signature


Bug#476640: bacula-fd is compiled without PKI support

2008-04-18 Thread Joshua Hutchins
Package: bacula-fd
Severity: normal


Bacula-fd is built without PKI support.  Trying to start bacula-fd with
PKI enabled in the configuration file gives the following error message:

Restarting Bacula File daemon: 17-Apr 23:36 persephone-fd JobId 0: Fatal
error: PKI encryption/signing enabled but not compiled into Bacula.
17-Apr 23:36 persephone-fd: ERROR in filed.c:187 Please correct
configuration file: /etc/bacula/bacula-fd.conf



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

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



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



Bug#476618: radeonhd: Can't change to other consoles after running Xserver

2008-04-18 Thread Frank Lanitz
On Thu, April 17, 2008 11:20 pm, Julien Cristau wrote:
 On Fri, Apr 18, 2008 at 00:52:57 +0200, Frank Lanitz wrote:

 After starting the XServer with this module, there is not chance to go
 back to noramle console (tty1-tty6) on the monitor. System is not
 freezing, since it seems to be possible to execute commands in running
 shell. E.g. startx

 does this also happen if you use the radeon driver
 (xserver-xorg-video-ati) instead of radeonhd?

I can't say, since I'm using an ATI 2400HD chipset which is not supported
by 'normal' ati modul. I'll provide output of lspci later.

Regards,
Frank





Bug#476511: cacti-cactid: the transitional package (v0.8.7a-1) cannot be installed

2008-04-18 Thread sean finney
hi teodor,

hrm.. yes it's probably something wrong with the depends/conflicts/replaces 
transitional logic.  i'll look at it this weekend and get a fixed version 
uploaded. 

thanks,
sean

On Thursday 17 April 2008 10:29:38 am Teodor wrote:
 Package: cacti-cactid
 Version: 0.8.7a-1
 Severity: important

 The transitional package to cacti-spine cannot be installed and because
 of this an upgrade from etch to lenny will fail. I've tried this on i386
 and amd64 arches and this seems to be the reason why 'cacti-spine' is
 not migrating to lenny:
   http://packages.qa.debian.org/c/cacti-spine.html
   http://release.debian.org/migration/testing.pl?package=cacti-spine


 This is an attempt to install the package:
 piti:~# apt-get install cacti-cactid
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.

 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
   cacti-cactid: Depends: cacti-spine but it is not going to be installed
 E: Broken packages


 I'm setting the priority to 'important' and let you decide if it should
 be raised to 'grave' an to consider this bug as RC.

 Thanks

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

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


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


Bug#476641: gkrellm: /proc/acpi Battery Interface Deprecated in 2.6.24, Must Use sysfs

2008-04-18 Thread Leo L. Schwab
Package: gkrellm
Version: 2.3.1-1
Severity: normal
Tags: patch

Having just downloaded and compiled 2.6.24 for Debian, I note in
the kernel configurator that the proc entries /proc/acpi/battery and
/proc/acpi/ac_adapter are deprecated, and that all future power/battery
stuff should go through the sysfs interfaces.  gkrellm 2.3.1 doesn't do
this yet.

So I wrote a patch.  I've no idea how correct it is, but it
seems to work for me.  If it passes muster, please apply to the
mainline.

Schwab


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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
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 gkrellm depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libgcrypt11 1.4.0-3  LGPL Crypto library - runtime libr
ii  libglib2.0-02.16.3-1 The GLib library of C routines
ii  libgnutls13 2.0.4-3  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.2-2 Layout and rendering of internatio
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library

gkrellm recommends no packages.

-- no debconf information
diff -ru gkrellm-2.3.1/src/sysdeps/linux.c gkrellm-2.3.1-new/src/sysdeps/linux.c
--- gkrellm-2.3.1/src/sysdeps/linux.c	2007-10-30 12:12:46.0 -0700
+++ gkrellm-2.3.1-new/src/sysdeps/linux.c	2008-04-17 23:22:45.0 -0700
@@ -1441,12 +1441,13 @@
 /* = */
 /* Battery monitor interface	*/
 
-/*  */
-/* ACPI battery interface		*/
+/* -- */
+/* ACPI battery interface */
 
 #define	ACPI_BATTERY_DIR			/proc/acpi/battery/
 #define	ACPI_AC_ADAPTOR_DIR			/proc/acpi/ac_adapter/
 
+
 typedef struct
 	{
 	gint		id;
@@ -1557,6 +1558,7 @@
 		}
 	}
 
+
 static gboolean
 fgets_lower_case(gchar *buf, gint len, FILE *f)
 	{
@@ -1727,6 +1729,328 @@
 	return TRUE;
 	}
 
+
+/*  */
+/* sysfs power interface		*/
+#define	SYSFS_POWER_SUPPLIES		/sys/class/power_supply/
+#define	SYSFS_TYPE_BATTERY			battery
+#define	SYSFS_TYPE_AC_ADAPTER		mains
+
+
+typedef struct syspower
+	{
+	gint		type;
+	gint		id;
+	gint		charge_units;
+	gchar const	*sysdir;
+	gchar const	*sys_charge_full;
+	gchar const	*sys_charge_now;
+	gboolean	present;
+	gboolean	ac_present;
+	gboolean	charging;
+	}
+	syspower;
+#define	PWRTYPE_BATTERY		0
+#define	PWRTYPE_UPS			1
+#define	PWRTYPE_MAINS		2
+#define	PWRTYPE_USB			3
+
+#define	CHGUNITS_INVALID	0
+#define	CHGUNITS_PERCENT	1	/*  'capacity'  */
+#define	CHGUNITS_uWH		2	/*  'energy'	*/
+#define	CHGUNITS_uAH		3	/*  'charge'	*/
+
+/*
+ * Ordering in this list is significant:  Mains power sources appear before
+ * battery sources.
+ */
+static GList	*g_sysfs_power_list;
+static gint		g_on_line;
+static gint		g_pwr_id;
+
+
+static gboolean
+read_sysfs_entry (gchar *buf, gint buflen, gchar const *sysentry)
+	{
+	FILE *f;
+
+	if ((f = fopen (sysentry, r)))
+		{
+		if (fgets (buf, buflen, f))
+			{
+			fclose (f);
+			return TRUE;
+			}
+		fclose (f);
+		}
+	return FALSE;
+	}
+
+static gboolean
+sysfs_power_data (struct syspower *sp)
+	{
+	uint64_t	charge_full, charge_now;
+	gint		time_left;
+	gint		present;
+	gint		percent;
+	gchar		sysentry[128];
+	gchar		buf[128];
+	gchar		*syszap;
+	gboolean	charging;
+	gboolean	stat_full;
+
+	time_left = -1;
+	charge_full = charge_now = 0;
+	present = 0;
+	percent = 0;
+	charging = FALSE;
+
+	strcpy (sysentry, sp-sysdir);
+	syszap = sysentry + strlen (sysentry);
+
+	/*  What type of entry is this?  */
+	if (sp-type == PWRTYPE_MAINS)
+		{
+		/*  Get the 'on-line' status.  */
+		*syszap = '\0';
+		strcat (sysentry, /online);
+		if (read_sysfs_entry (buf, sizeof (buf), sysentry))
+			g_on_line = strtol (buf, NULL, 0);
+		return TRUE;
+		}
+	
+	/*
+	 * The rest of this code doesn't know how to handle anything other than
+	 * a battery.
+	 */
+	if (sp-type != PWRTYPE_BATTERY)
+		return FALSE;
+
+	/*  Is the battery still there?  */
+	*syszap = '\0';
+	strcat (sysentry, /present);
+	if (read_sysfs_entry (buf, sizeof (buf), sysentry))
+		present = strtol (buf, NULL, 0);
+
+	if (present)
+		{
+		if (read_sysfs_entry (buf, sizeof (buf), sp-sys_charge_full))
+			{
+			charge_full = strtoll (buf, NULL, 0);
+			}
+		if (read_sysfs_entry (buf, sizeof 

Bug#472468: RFH: bash-completion -- programmable completion for the bash shell

2008-04-18 Thread Luca Falavigna

Hello Luk,

I'd like to help out with bash-completion. It is widely used in Ubuntu 
too, and there are some patches which can be easily merged. I can look 
at outstanding bug reports and eventually submit a new revision to be 
reviewed. Please, let me know. Thank you!




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



Bug#476642: gajim: does not show itself in the tray

2008-04-18 Thread Stanislav Maslovski
Package: gajim
Version: 0.11.4-2
Severity: normal


After recent updates in testing (either gtk libs or phyton libs have been
updated) I have noticed that gajim does not show its icon in the tray anymore.
This has been confirmed with IceWM and FluxBox. A simple rebuild from source
solved this problem.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
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 gajim depends on:
ii  dnsutils  1:9.4.2-8  Clients provided with BIND
ii  python2.4.4-6An interactive high-level object-o
ii  python-glade2 2.12.1-1   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-1   Python bindings for the GTK+ widge
ii  python-pysqlite2  2.4.1-1Python interface to SQLite 3
ii  python-support0.7.7  automated rebuilding support for P

Versions of packages gajim recommends:
ii  dbus  1.1.20-1   simple interprocess messaging syst
pn  notification-daemon   none (no description available)
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)

-- no debconf information



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



Bug#476579: libmoose-perl: perl core dumps with Moose and threads

2008-04-18 Thread Niko Tyni
close 476599 5.10.0-1
thanks

On Thu, Apr 17, 2008 at 11:24:57PM +0300, Niko Tyni wrote:

 I can reproduce the crash with just
 
  #!/usr/bin/perl
  use threads;
  use re 'eval';
  my $a = qr{(??{a})};
  print match\n if bc =~ /(??{b})/;
  my $thr = threads-create(sub {  });
  $thr-join();
  __END__
 
 I'm cloning a separate perl bug about this (with a lower severity because
 of the disclaimer). It looks like this is fixed in perl 5.10.0, which
 will hopefully enter sid soon, but I'll look into that better later.

Bisecting shows this started working with this upstream change:

[ 29837] By: davem on 2007/01/15  18:19:20
Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
 Branch: perl
   ! sv.c

This got in 5.10.0, so closing the perl bug accordingly.

I'm leaving the libmoose-perl bug open at least for now. Moose upstream
should probably be informed. The feature is still documented as
experimental in 5.10.0, but it's not 'highly experimental' anymore :)

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#476504: workaround

2008-04-18 Thread Harald Dunkel

As a workaround you could apply the patch posted on NVidia's Linux
forum:

http://www.nvnews.net/vbulletin/showthread.php?t=110088

The patch command looks a little bit different for us, though.
For the legacy-96xx sources, for example:

cd /usr/src
tar xpfz nvidia-kernel-legacy-96xx-source.tar.gz
cd modules/nvidia-kernel-legacy-96xx
patch -p3 -s  ~/NVIDIA_kernel-96.43.05-2290218.diff.txt

Same goes for the other source packages.


Good luck

Harri



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



Bug#463288: New usable boot in sight?

2008-04-18 Thread Eduard Bloch
Hello,

is there any progress on fixing this issue? Right now I cannot use
boost::serialization to build a new encfs release; linker doesn't find
many symbols.

Regards,
Eduard.

-- 
formorer 1762 OD  23.04.06 [EMAIL PROTECTED] (   0) Party Veröffentlichung von
[EMAIL PROTECTED] erfordert Bestätigung
formorer weasel, du sollst nicht meine Mailinglists zuspammen
formorer und was ist eigentlich ein ewasel?
formorer elektro weasel?
rvb formorer: Zitteraal mit Fell. :-)



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



Bug#461992: ITA

2008-04-18 Thread David Paleino
retitle 461992 ITA: john -- active password cracking tool
owner 461992 !
thanks

Hi,
I intend to adopt john, I'll package it ASAP.

Thanks,
David

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


signature.asc
Description: PGP signature


Bug#476641: gkrellm: Updated sysfs Battery Patch

2008-04-18 Thread Leo L. Schwab
Package: gkrellm
Version: 2.3.1-1
Followup-For: Bug #476641

Naturally, I found a small bug in my patch right after I sent it
out.  Updated patch attached.

Schwab

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
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 gkrellm depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libgcrypt11 1.4.0-3  LGPL Crypto library - runtime libr
ii  libglib2.0-02.16.3-1 The GLib library of C routines
ii  libgnutls13 2.0.4-3  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.2-2 Layout and rendering of internatio
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library

gkrellm recommends no packages.

-- no debconf information
diff -ru gkrellm-2.3.1/src/sysdeps/linux.c gkrellm-2.3.1-new/src/sysdeps/linux.c
--- gkrellm-2.3.1/src/sysdeps/linux.c	2007-10-30 12:12:46.0 -0700
+++ gkrellm-2.3.1-new/src/sysdeps/linux.c	2008-04-18 00:02:16.0 -0700
@@ -1441,12 +1441,13 @@
 /* = */
 /* Battery monitor interface	*/
 
-/*  */
-/* ACPI battery interface		*/
+/* -- */
+/* ACPI battery interface */
 
 #define	ACPI_BATTERY_DIR			/proc/acpi/battery/
 #define	ACPI_AC_ADAPTOR_DIR			/proc/acpi/ac_adapter/
 
+
 typedef struct
 	{
 	gint		id;
@@ -1557,6 +1558,7 @@
 		}
 	}
 
+
 static gboolean
 fgets_lower_case(gchar *buf, gint len, FILE *f)
 	{
@@ -1727,6 +1729,328 @@
 	return TRUE;
 	}
 
+
+/*  */
+/* sysfs power interface		*/
+#define	SYSFS_POWER_SUPPLIES		/sys/class/power_supply/
+#define	SYSFS_TYPE_BATTERY			battery
+#define	SYSFS_TYPE_AC_ADAPTER		mains
+
+
+typedef struct syspower
+	{
+	gint		type;
+	gint		id;
+	gint		charge_units;
+	gchar const	*sysdir;
+	gchar const	*sys_charge_full;
+	gchar const	*sys_charge_now;
+	gboolean	present;
+	gboolean	ac_present;
+	gboolean	charging;
+	}
+	syspower;
+#define	PWRTYPE_BATTERY		0
+#define	PWRTYPE_UPS			1
+#define	PWRTYPE_MAINS		2
+#define	PWRTYPE_USB			3
+
+#define	CHGUNITS_INVALID	0
+#define	CHGUNITS_PERCENT	1	/*  'capacity'  */
+#define	CHGUNITS_uWH		2	/*  'energy'	*/
+#define	CHGUNITS_uAH		3	/*  'charge'	*/
+
+/*
+ * Ordering in this list is significant:  Mains power sources appear before
+ * battery sources.
+ */
+static GList	*g_sysfs_power_list;
+static gint		g_on_line;
+static gint		g_pwr_id;
+
+
+static gboolean
+read_sysfs_entry (gchar *buf, gint buflen, gchar const *sysentry)
+	{
+	FILE *f;
+
+	if ((f = fopen (sysentry, r)))
+		{
+		if (fgets (buf, buflen, f))
+			{
+			gchar *nl;
+
+			/*  Squash trailing newline if present.  */
+			nl = buf + strlen (buf) - 1;
+			if (*nl == '\n')
+*nl = '\0';
+			fclose (f);
+			return TRUE;
+			}
+		fclose (f);
+		}
+	return FALSE;
+	}
+
+static gboolean
+sysfs_power_data (struct syspower *sp)
+	{
+	uint64_t	charge_full, charge_now;
+	gint		time_left;
+	gint		present;
+	gint		percent;
+	gchar		sysentry[128];
+	gchar		buf[128];
+	gchar		*syszap;
+	gboolean	charging;
+	gboolean	stat_full;
+
+	time_left = -1;
+	charge_full = charge_now = 0;
+	present = 0;
+	percent = 0;
+	charging = FALSE;
+
+	strcpy (sysentry, sp-sysdir);
+	syszap = sysentry + strlen (sysentry);
+
+	/*  What type of entry is this?  */
+	if (sp-type == PWRTYPE_MAINS)
+		{
+		/*  Get the 'on-line' status.  */
+		*syszap = '\0';
+		strcat (sysentry, /online);
+		if (read_sysfs_entry (buf, sizeof (buf), sysentry))
+			g_on_line = strtol (buf, NULL, 0);
+		return TRUE;
+		}
+	
+	/*
+	 * The rest of this code doesn't know how to handle anything other than
+	 * a battery.
+	 */
+	if (sp-type != PWRTYPE_BATTERY)
+		return FALSE;
+
+	/*  Is the battery still there?  */
+	*syszap = '\0';
+	strcat (sysentry, /present);
+	if (read_sysfs_entry (buf, sizeof (buf), sysentry))
+		present = strtol (buf, NULL, 0);
+
+	if (present)
+		{
+		if (read_sysfs_entry (buf, sizeof (buf), sp-sys_charge_full))
+			{
+			charge_full = strtoll (buf, NULL, 0);
+			}
+		if (read_sysfs_entry (buf, sizeof (buf), sp-sys_charge_now))
+			{
+			charge_now = strtoll (buf, NULL, 0);
+			}
+		if (sp-charge_units == CHGUNITS_PERCENT)
+			{
+			percent = charge_now;
+			}
+		else
+			{
+			percent = charge_now * 100 / 

Bug#406133: ITA

2008-04-18 Thread David Paleino
retitle 406133 ITA: transcriber -- transcribe speech data using an integrated 
editor
owner 406133 !
thanks

Hi,
I intend to adopt transcriber, I'll package it ASAP.

Thanks,
David

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


signature.asc
Description: PGP signature


Bug#476641: gkrellm: How Many Different Ways Can I Screw This Up?

2008-04-18 Thread Leo L. Schwab
Package: gkrellm
Version: 2.3.1-1
Followup-For: Bug #476641

Neglected to consider that .reportbugrc would cache my old email
address, which stopped working about a month ago.  So if email to me is
bouncing, that's why.

Use the email address associated with this message; it's
current.

Schwab

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
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 gkrellm depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libgcrypt11 1.4.0-3  LGPL Crypto library - runtime libr
ii  libglib2.0-02.16.3-1 The GLib library of C routines
ii  libgnutls13 2.0.4-3  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.2-2 Layout and rendering of internatio
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library

gkrellm recommends no packages.

-- no debconf information



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



Bug#476132: adopting linux-ftpd-ssl and netkit-ftp-ssl

2008-04-18 Thread Ian Beckwith
retitle 476131 ITA: netkit-ftp-ssl -- FTP client with SSL encryption support
retitle 476132 ITA: linux-ftpd-ssl -- FTP server with SSL encryption support
owner 476131 !
owner 476132 !
thanks

I'll take these packages, if there are no objections.

I'm already maintaining netkit-telnet-ssl, so this seems like a good fit.

I'm going away for a couple of days but will work on this when I get back.

thanks for your work,

Ian.

-- 
Ian Beckwith - [EMAIL PROTECTED] - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5  4814 40EC C154 A8BA C1EA
Listening to: Talk Talk - Spirit of Eden - The Rainbow



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



Bug#442667: maloc: diff for NMU version 0.2-2.1

2008-04-18 Thread morph
tags 442667 + patch
thanks

Hi,

Attached is the diff for my maloc 0.2-2.1 NMU.
diff -u maloc-0.2/debian/changelog maloc-0.2/debian/changelog
--- maloc-0.2/debian/changelog
+++ maloc-0.2/debian/changelog
@@ -1,3 +1,17 @@
+maloc (0.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- fixed FTBFS if build twice in a row (Closes: #442667)
+  * debian/copyright
+- fixed upstream author section
+- added copyright section (and files with different copyright notices)
+  * debian/libmaloc-dev.doc-base
+- changed section to Programming (it's a library)
+- removed empty lines at file end
+
+ -- Sandro Tosi [EMAIL PROTECTED]  Fri, 18 Apr 2008 09:16:13 +0200
+
 maloc (0.2-2) unstable; urgency=low
 
   * debian/control (Build-Conflicts): Added libreadline5-dev;
diff -u maloc-0.2/debian/rules maloc-0.2/debian/rules
--- maloc-0.2/debian/rules
+++ maloc-0.2/debian/rules
@@ -11,0 +12,3 @@
+
+clean::
+	rm -f doc/api/html/*.gif doc/api/html/*.png doc/api/latex/FreeSans.ttf
diff -u maloc-0.2/debian/copyright maloc-0.2/debian/copyright
--- maloc-0.2/debian/copyright
+++ maloc-0.2/debian/copyright
@@ -3,7 +3,13 @@
 
 It was downloaded from http://www.scicomp.ucsd.edu/~mholst/codes/maloc/
 
-Copyright Holder: Michael Holst [EMAIL PROTECTED]
+Upstream Author:
+
+Michael Holst [EMAIL PROTECTED]
+
+Copyright:
+
+Copyright (C) 1993-2006  Michael Holst
 
 License:
 
@@ -26,0 +33,6 @@
+These files have a different copyright notice:
+
+src/efence/README.MAN
+Copyright 1987-1995 Bruce Perens. All rights reserved.
+src/efence/efence.c
+Copyright (C) 1987-1995 Bruce Perens.
diff -u maloc-0.2/debian/libmaloc-dev.doc-base maloc-0.2/debian/libmaloc-dev.doc-base
--- maloc-0.2/debian/libmaloc-dev.doc-base
+++ maloc-0.2/debian/libmaloc-dev.doc-base
@@ -16,7 +16,5 @@
-Section: science
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libmaloc-dev/html/index.html
 Files: /usr/share/doc/libmaloc-dev/html/*.html
-
-  


Bug#476644: bring back H.261 encoding

2008-04-18 Thread Fabian Greffrath

Package: ffmpeg
Severity: wishlist
Version: 0.svn20080206-1

Hi,

according to 
http://blogs.sun.com/openmediacommons/entry/oms_video_a_project_of 
and other resources, SUN develops a new codec called OMS, which is a 
royalty-free codec loosely based on the h.26x codec family. In the 
FAQ the question asking Why have you started from h.261? is answered 
with the following reply:


H.261 was finalized in 1989, outside the (17-year) patent
window. Key tool strategies and prior art were already
established in that era.

Wouldn't this mean that we are also free to ship the built-in H.261 
encoder in ffmpeg packages?


Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath

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

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



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



Bug#476645: gcc-4.2: -m32 switch broken?

2008-04-18 Thread Friedrich
Package: gcc-4.2
Version: 4.2.3-3
Severity: normal


See the following code:

#include stdio.h

int main (void){
  puts (Hallo Welt);
  return 0;
}

compiling with gcc-4.2 (in 64-bit mode gives no error and just runs)
hello% gcc-4.2 hello.c
[EMAIL PROTECTED]:~/programming/C/hello% ./a.out 
Hallo Welt

But if I use the -m32 switch I got:

 gcc-4.2 -m32 hello.c
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
collect2: ld gab 1 als Ende-Status zurück

I'm not suprised because in the that directory one can find 
a 32 subdirectory and there one can find the proper files. So this is some kind 
of problem


With best regards
Friedrich



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

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

Versions of packages gcc-4.2 depends on:
ii  binutils2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii  cpp-4.2 4.2.3-3  The GNU C preprocessor
ii  gcc-4.2-base4.2.3-3  The GNU Compiler Collection (base 
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-3GCC support library

Versions of packages gcc-4.2 recommends:
ii  libc6-dev 2.7-10 GNU C Library: Development Librari

-- no debconf information



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



Bug#476643: update-modules in nvidia-kernel-sources?

2008-04-18 Thread Harald Dunkel

Package: nvidia-kernel-legacy-96xx-source
Version: 96.43.05-1
Severity: minor


AFAICS the postinst and postrm scripts in the nvidia kernel module
sources use update-modules. This triggers a warning message at
install time of the generated nvidia module saying


*
* The update-modules command is deprecated and should not be used!
*


Maybe it would be possible to remove update-modules from these scripts?
I got this error message for 2.6.24, too, so I would say it is safe.
Probably the other nvidia source packages are affected by this, too.


Regards

Harri




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



Bug#468143: collectd: sensors plugin stopped working after upgrade

2008-04-18 Thread Sebastian Harl
reopen 468143
found 468143 4.3.2-1
tags 468143 + patch pending fixed-upstream
thanks

Hi,

On Fri, Apr 18, 2008 at 08:22:07AM +0200, Florian Forster wrote:
 while writing a reply and interpreting the log output you've provided, I
 stumbled across the bug. The function which is responsible for
 formatting the chip name does so depending on the type of the chip. The
 returned status variable is only set in one out of three branches,
 though :/ A schoolbook example of ``harmful initialization''..

D'oh :-/ Thanks for the patch, Florian!

 Please give the attached patch a try and tell me if it worked or not.
 I'm sure Sebastian or some howto can tell you how to do integrate that
 into the package building process, if necessary.

I've prepared a package of a 4.3.2 + that patch snapshot. You can find
it at [1] - for instructions how to build the package see one of my
follow-up e-mails to this bug report ([2]). Feedback would be very
appreciated.

I've reopened the bug for now. After some positive feedback, I will
include Florian's patch in the next upload. An updated backports.org
package will be available as soon as that new version migrates to
testing.

TIA,
Sebastian

[1] http://debian.tokkee.org/tmp/collectd/collectd_4.3.2.1.g33d82fc-1.dsc
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468143#32

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#476597: Package exists but not in Lenny

2008-04-18 Thread Rene Engelhard
Hi,

Vincent Smeets wrote:
 I have found out that the package libgcj-bc (4.3.0-1) exists in  

or in unstable. (4.3.0-4). That's where the openoffice.org packages were
built.

 that version never made it into testing/lenny.

Indeed.

 Can a package migrate to testing without all the dependency packages  
 being available in testing? I think this is also a problem within the  

Normally not. If ou force it in (what happened in this case), yes.
But I already said that in my last mail.

 migration checking software for testing. Or is there no check???

There is.

Regards,

Rene



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



Bug#476646: debian-edu: Please include software packages that are relevant for development

2008-04-18 Thread Andreas Tille
Package: debian-edu
Severity: wishlist
Tags: patch

Dear Debian-Edu developers,

we consider several packages very important to teach software development
in schools.  So I would love to see a meta package education-develop
that contains the package dependencies as they are defined in the
attached tasks file.  I did not submitted it to SVN because it might
have immediate influence on the size of the distribution medium which
is probably not the best idea in the current state of development, but
I would be happy if this would be implemented soon.  The list is
based on a hint from a sidux-seminarix user/developer ?
Thomas Kross [EMAIL PROTECTED] which he gave to a German
mailing list of the Pingos project (http://www.pingos.org/).

Thanks for maintaining Debian-Edu

Andreas.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Task: Development
Architecture: any
Description: DebianEdu software development related educational applications
 This metapackage depends on various applications that can be used to
 develop applications in schools.  The idea is to support integrated
 development environments that are easy to learn and lead to quick
 results for beginners.

Recommends: education-menus

Depends: fp-compiler, fp-ide, fp-units-base, fp-units-gfx, fp-utils, 
fp-units-gtk2, \
 fp-docs, fpc-source, fp-units-fcl, fp-units-i386, fp-units-multimedia, 
\
 fp-units-misc, fp-units-net, fp-units-rtl, fp-units-fv
Depends: lazarus

Depends: gambas2

Depends: quanta
Note:  this dependency is just contained in desktop-other, but it might be
 worth mentioning here

Ignore: sun-java6-bin, sun-java6-demo, sun-java6-fonts, sun-java6-jdk,  
sun-java6-jre,
sun-java6-plugin, sun-java6-source
Note: While Java6 is in non-free it is definitely useful for software 
development
 in schools and should be on our radar in any case.

Suggests: eclipse
Note: Eclipse is a really powerful development environment and schould not be
 missing in this list, but it might be some overkill for students and thus it
 is only Suggested.

Depends: bwbasic

Depends: kturtle

Depends: kommander

Suggests: tk8.5-dev, tcl8.5-dev

Suggests: swi-prolog, swi-prolog-clib, swi-prolog-http, swi-prolog-semweb, \
  swi-prolog-sgml, swi-prolog-table, swi-prolog-xpce, swi-prolog-doc


Bug#476455: exiwhat of exim4-base requires killall but it does not depend on psmisc package to ensure killall is installed

2008-04-18 Thread Marcin Orlowski

Marc Haber wrote:

 The most we're gonna do is patch exiwhat to give a more verbose
 message along the lines exiwhat can only work if the psmisc package
 is installed.

I think that's acceptable compromise. Thanks.

Marcin



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



Bug#476524: debian-installer: DI Manual Bug: the use of killall.sh as described kills itself

2008-04-18 Thread Durk Strooisma
Hmm but killall.sh doesn't use pidof... Well I'm not sure if my problem is
clear, but correct me if I'm wrong.

Anyway, to clarify: killall.sh works perfectly, but people should not use it
with an argument; specially not with dhclient as argument. Using an
argument with killall.sh is stated in the DI Manual and definately wrong
usage. So it's a bug in the manual, not in killall.sh. I guess it's even
expected behaviour of killall.sh.







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



Bug#476623: linkchecker: suggest stop immediately on ^C SIGINT

2008-04-18 Thread Bastian Kleineidam
Am Freitag, 18. April 2008 02:14:46 schrieb Kevin Ryde:
 It'd be nice if sigint meant die immediately, without waiting or
 timing-out on network responses
This is a known issue, and on the upstream todo list. Note that Python threads 
and signals do not play along: you cannot interrupt a threaded Python program 
with SIGINT. See also the bug report[1] about that (the bug is closed 
as wont fix).
[1] http://bugs.python.org/issue1167930

There are workarounds[2] around this limitation, but they have to be 
implemented, and upstream (aka me :) has currently no time to do that.
Perhaps you care enough to send a patch?
[2] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496735

Kind regards,
  Bastian


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


Bug#464197: [linux-image-2.6.24-1-686] license issues with firmware for module snd-cs46xx

2008-04-18 Thread Paul Menzel
Package: linux-image-2.6.24-1-686
Version: 2.6.24-5

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

Dear DDs,


I was wondering if the kernel and alsa developers are aware of this
problem—as Paul Wise stated [1], they are not allowed to distribute this
firmware—and if not, if there should be opened a bug upstream.

Doing this, maybe we could get more help in this issue and maybe some
developers have some better contact channels to cirrus.

Secondly, I also want to contact cirrus [2] as Dann did, but I cannot
find the part number CS46… in the drop down list. What part number,
should I use? And are there already templates to write in such cases?

I hope this issue will be fixed soon. Thanks,


Paul


[1] http://lists.debian.org/debian-mentors/2008/04/msg00140.html
[2]
http://www.cirrus.com/dispatch/setlang/en/forms/sup/dreq/dinfo/DinfoController.jpf


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstabledebian.tu-bs.de 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
initramfs-tools  (= 0.55)  | 0.92
 OR yaird(= 0.0.12-8)  | 
 OR linux-initramfs-tool| 
module-init-tools   | 3.4-1



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#476454: libnss-ldapd: Please support incremental retrieval of multi-valued attributes ala AD

2008-04-18 Thread Petter Reinholdtsen
I've been told that this range feature is documented in an expired
draft RFC, available from
URL:http://www.tkk.fi/cc/docs/kerberos/draft-kashi-incremental-00.txt.
It can be used to understand how the feature is working.  It claim
that it is possible to see in supportedControls if this range feature
is used by the server.  This could be used to enable this feature at
runtime.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#476647: [ocaml.mk] doc-base section of api-reference should be Programming

2008-04-18 Thread Sylvain Le Gall
Package: ocaml
Version: 3.10.1-1
Severity: normal


Hello,

The section of generated documentation, should be Programming and not
Applications/Programming.

Sylvain Le Gall

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

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

Versions of packages ocaml depends on:
ii  ocaml-base [ocaml-base-3.10.1 3.10.1-1   Runtime system for ocaml bytecode 
ii  ocaml-nox [ocaml-nox-3.10.1]  3.10.1-1   ML language implementation with a 

ocaml recommends no packages.

-- no debconf information




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



Bug#467137: A TLS packet with unexpected length was received

2008-04-18 Thread Frank Segtrop
I could now test exim4 -d -bd with the Exchange box. As you can see, it 
does STARTTLS.


21172 Listening...
21273 SMTP EHLO XXX
21273 sender_fullhost = XXX [XXX]
21273 sender_rcvhost = XXX ([XXX])
21273 set_process_info: 21273 handling incoming connection from XXX [XXX]
21273 host in pipelining_advertise_hosts? yes (matched *)
21273 host in auth_advertise_hosts? yes (matched *)
21273 host in tls_advertise_hosts? yes (matched *)
21273 SMTP 250-XXX Hello XXX [XXX]
21273 250-SIZE 15728640
21273 250-PIPELINING
21273 250-AUTH PLAIN LOGIN
21273 250-STARTTLS
21273 250 HELP
21273 SMTP STARTTLS
21273 initializing GnuTLS as a server
21273 read D-H parameters from file
21273 initialized D-H parameters
21273 certificate file = /etc/ssl/mail.pem
21273 key file = /etc/ssl/mail.key
21273 verify certificates = 
/etc/ssl/certs/Visa_International_Global_Root_2.pem size=1274

21273 initialized certificate stuff
21273 host in tls_verify_hosts? no (option unset)
21273 host in tls_try_verify_hosts? no (end of list)
21273 initialized GnuTLS session
21273 SMTP 220 TLS go ahead
21273 gnutls_handshake was successful
21273 cipher: TLS1.0:RSA_ARCFOUR_MD5:16
21273 sender_fullhost = XXX [XXX]
21273 sender_rcvhost = XXX ([XXX])
21273 set_process_info: 21273 handling incoming TLS connection from XXX 
[XXX]

21273 TLS active
21273 Calling gnutls_record_recv(8156cf8, 8153fb0, 4096)
21273 LOG: MAIN
21273   TLS recv error on connection from XXX [XXX]: A TLS packet with 
unexpected length was received.

21273 SMTP 421 XXX lost input connection
21273 tls_do_write(81180f8, 55)
21273 gnutls_record_send(SSL, 81180f8, 55)
21273 outbytes=-10
21273 LOG: MAIN
21273   TLS send error on connection from XXX [XXX]: The specified 
session has been invalidated for some reason.

21273 LOG: smtp_connection MAIN
21273   SMTP connection from XXX [XXX] lost


Swaks, however, works fine.

-  220 XXX ESMTP Exim 4.69 Fri, 18 Apr 2008 10:01:24 +0200
- EHLO XXX
-  250-XXX Hello XXX [XXX]
-  250-SIZE 15728640
-  250-PIPELINING
-  250-AUTH PLAIN LOGIN
-  250-STARTTLS
-  250 HELP
- STARTTLS
-  220 TLS go ahead
=== TLS started w/ cipher DHE-RSA-AES256-SHA
~ EHLO XXX
~  250-XXX Hello XXX [XXX]
~  250-SIZE 15728640
~  250-PIPELINING
~  250-AUTH PLAIN LOGIN
~  250 HELP
~ MAIL FROM:
~  250 OK
~ RCPT TO:XXX
~  250 Accepted
~ DATA
~  354 Enter message, ending with . on a line by itself
~ Date: Fri, 18 Apr 2008 10:01:24 +0200
~ To: XXX
~ From: XXX
~ Subject: test Fri, 18 Apr 2008 10:01:24 +0200
~ X-Mailer: swaks v20061116.0 jetmore.org/john/code/#swaks
~
~ This is a test mailing
~
~ .
~  250 OK id=1JmlXB-0005gZ-1m
~ QUIT
~  221 XXX closing connection

Regards,
Frank Segtrop



signature.asc
Description: OpenPGP digital signature


Bug#475837: closed by Ove Kaaven [EMAIL PROTECTED] (Re: Bug#475837: wine: Unable to apt-build.)

2008-04-18 Thread signup

Citando Debian Bug Tracking System [EMAIL PROTECTED]:



This is an automatic notification regarding your Bug report
which was filed against the wine package:

#475837: wine: Unable to apt-build.

It has been closed by Ove Kaaven [EMAIL PROTECTED].

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 Ove Kaaven   
[EMAIL PROTECTED] by

replying to this email.

I have sent you a couple of days ago, how come it did not get through  
it's way?




--
475837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475837
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems







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



Bug#476603: acon: multiple buffer overflows

2008-04-18 Thread أحمد المحمودي
Hello,

  I updated the 05_overflow.diff patch (please review the file 
  attached).

  I have uploaded the new package for experimental at:
  http://mentors.debian.net/debian/pool/main/a/acon/acon_1.0.5-7.dsc

-- 
 أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
  SySDSoft, Inc.
 GPG KeyID: 0x9DCA0B27 (@ subkeys.pgp.net)
 GPG Fingerprint: 087D 3767 8CAC 65B1 8F6C  156E D325 C3C8 9DCA 0B27



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



Bug#476576: [dkimproxy] dkimproxy run as user root and not as user dkimproxy, also the home dir of user dkimproxy is posible wrong location, unsafe secret key permission

2008-04-18 Thread Thomas Goirand

Thanks for this bug report, this will be addressed shortly.

Thomas

Falk Hackenberger wrote:
 Package: dkimproxy
 Version: 1.0.1-1
 Severity: serious
 Tags: security
 X-Debbugs-CC: [EMAIL PROTECTED]
 
 --- Please enter the report below this line. ---
 
 dkimproxy runs as user root, but it dos not need the rigths of the user
 root, to fix this change /etc/init.d/dkimproxy:
 
 30,31c30,31
  DKIMPROXY_IN_ARGS=--hostname=${DKIM_HOSTNAME} 127.0.0.1:10026
 127.0.0.1:10027
  DKIMPROXY_OUT_ARGS=--keyfile=${DKIMPROXY_OUT_PRIVKEY}
 --selector=postfix --domain=${DOMAIN} --method=simple --signature=dkim
 --signature domainkeys 127.0.0.1:10028 127.0.0.1:10029
 ---
 DKIMPROXY_IN_ARGS=--hostname=${DKIM_HOSTNAME} 127.0.0.1:10026
 127.0.0.1:10027 --user=${DKIMPROXYUSER} --group=${DKIMPROXYGROUP}
 DKIMPROXY_OUT_ARGS=--keyfile=${DKIMPROXY_OUT_PRIVKEY}
 --selector=postfix --domain=${DOMAIN} --method=simple --signature=dkim
 --signature domainkeys 127.0.0.1:10028 127.0.0.1:10029
 --user=${DKIMPROXYUSER} --group=${DKIMPROXYGROUP}
 
 also the home dir of the user dkimproxy is
 /home/dkimproxy but I think it should be /var/lib/dkimproxy
 
 the permission of the secret key file are also unsafe,
 the are:
 -rw-r--r-- 1 root root 887 17. Apr 19:22 /var/lib/dkimproxy/private.key
 the should be imho:
 -rw-r- 1 root dkimproxy 887 17. Apr 19:22
 /var/lib/dkimproxy/private.key
 
 --- System information. ---
 Architecture: i386
 Kernel:   Linux 2.6.24.4-1
 
 Debian Release: lenny/sid
   500 testing www.debian-multimedia.org
   500 testing security.debian.org
   500 testing ftp.de.debian.org
   500 stable  security.debian.org
 
 --- Package information. ---
 Depends  (Version) | Installed
 ==-+-==
 adduser| 3.107
 liberror-perl  | 0.17-1
 libmail-dkim-perl(= 0.29) | 0.30.1-1
 libnet-server-perl | 0.97-1
 libtext-wrapper-perl   | 1.000-2
 lsb-base   | 3.1-24
 openssl| 0.9.8g-8
 perl (= 5.6.0-16) | 5.8.8-12
 
 
 
 




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



Bug#476648: ITP: Augeas -- a configuration editing api and tool

2008-04-18 Thread Thom May
Package: wnpp
Severity: wishlist
Owner: Thom May [EMAIL PROTECTED]

* Package name: augeas
  Version : 0.0.8
  Upstream Author : David Lutterkort
* URL : http://augeas.net/
* License : LGPL
  Programming Lang: C

  Augeas is a configuration editing tool. 
  .
  It parses configuration files in their native
  formats and transforms them into a tree. 
  .
  Configuration changes are made by manipulating this
  tree and saving it back into native config files.

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

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



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



Bug#475830: libnss-ldapd: Preseeding libnss-ldapd/ldap-base do not work

2008-04-18 Thread Petter Reinholdtsen
I believe I found the problem, which is that parsesys() replaces the
debconf value with the output from 'hostname --domain'.  Here is an
untested draft patch to solve it.  It check if the current debconf
value is empty or the same as in the template, and only try to gess
the domain name if it is.

Index: debian/libnss-ldapd.config
===
--- debian/libnss-ldapd.config  (revision 676)
+++ debian/libnss-ldapd.config  (working copy)
@@ -23,16 +23,22 @@
 # reasonable defaults
 parsesys()
 {
-  # guess domain based on system information
-  domain=`hostname --domain` || true
-  [ -z $domain ]  domain=`hostname --nis | grep '\.'` || true
-  [ -z $domain ]  domain=`hostname --fqdn | sed -n 's/^[^.]*\.//p'` || true
-  [ -z $domain ]  domain=`sed -n 's/^ *\(domain\|search\) *\([^ ]*\) 
*$/\2/p' /etc/resolv.conf | head -n 1` || true
-  if [ -n $domain ]
+  db_get libnss-ldapd/ldap-base
+  searchbase=$RET
+  # Empty or identical to the example setting present in the debconf template
+  if [ -z $searchbase ] || [ dc=example,dc=net = $searchbase ]
   then
-# set search base
-searchbase=`echo $domain | sed 's/^/dc=/;s/\./,dc=/'` || true
-db_set libnss-ldapd/ldap-base $searchbase
+  # guess domain based on system information
+  domain=`hostname --domain` || true
+  [ -z $domain ]  domain=`hostname --nis | grep '\.'` || true
+  [ -z $domain ]  domain=`hostname --fqdn | sed -n 's/^[^.]*\.//p'` || 
true
+  [ -z $domain ]  domain=`sed -n 's/^ *\(domain\|search\) *\([^ ]*\) 
*$/\2/p' /etc/resolv.conf | head -n 1` || true
+  if [ -n $domain ]
+  then
+  # set search base
+ searchbase=`echo $domain | sed 's/^/dc=/;s/\./,dc=/'` || true
+ db_set libnss-ldapd/ldap-base $searchbase
+  fi
   fi
   # guess ldap server
   server=`getent hosts ldap` || true



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



Bug#473050: Patch which seems to work with all font config

2008-04-18 Thread Philippe Poilbarbe
It seems that the problem come when there is 'bold' or anything else 
after the font without the font size.

Here is a patch which corrects this:

--- tkdiff.orig2008-04-18 10:20:54.55659 +0200
+++ tkdiff2008-04-18 10:25:33.45919 +0200
@@ -155,7 +155,11 @@
#debug-info entryfont $entryfont

set font [list $textfont]
-set bold [list [concat $textfont bold]]
+if {$tk_version  8.5} {
+  set bold [list [concat $textfont bold]]
+} else {
+  set bold [list [concat $textfont -12 bold]]
+}
#debug-info font: $font
#debug-info bold: $bold\n
option add *Label.font $labelfont userDefault


--
Philippe Poilbarbe - CLS Space Oceanography Division





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



Bug#476649: brdesktop-flavours: bogus dependencies

2008-04-18 Thread Philipp Kern
Package: brdesktop-flavours
Severity: serious
Version: 0.1
Justification: broken dependencies

[ Quoting debcheck[0] ]

Your package cannot migrate to testing due to broken dependencies and
its arch:all-ness:

libsuitespare unavailable on all arches.  Others due to their hardware
deps only available on some arches:

[ brdesktop-common]
Package has a Depends on libsuitesparse which cannot be satisfied on
arm.
Package has a Depends on libsuitesparse which cannot be satisfied on
mips.
Package has a Depends on libsuitesparse which cannot be satisfied on
m68k.
Package has a Depends on libsuitesparse which cannot be satisfied on
s390.
Package has a Depends on libsuitesparse which cannot be satisfied on
alpha.
Package has a Depends on libsuitesparse which cannot be satisfied on
hppa.
Package has a Depends on libsuitesparse which cannot be satisfied on
powerpc.
Package has a Depends on libsuitesparse which cannot be satisfied on
mipsel.
Package has a Depends on libsuitesparse which cannot be satisfied on
ia64.
Package has a Depends on libsuitesparse which cannot be satisfied on
sparc.
Package has a Depends on libsuitesparse which cannot be satisfied on
amd64.
Package has a Depends on libsuitesparse which cannot be satisfied on
armel.
Package has a Depends on libsuitesparse which cannot be satisfied on
i386.
Package has a Depends on acpid which cannot be satisfied on arm.
Package has a Depends on acpid which cannot be satisfied on mips.
Package has a Depends on acpid which cannot be satisfied on m68k.
Package has a Depends on acpid which cannot be satisfied on s390.
Package has a Depends on acpid which cannot be satisfied on alpha.
Package has a Depends on acpid which cannot be satisfied on hppa.
Package has a Depends on acpid which cannot be satisfied on mipsel.
Package has a Depends on acpid which cannot be satisfied on powerpc.
Package has a Depends on acpid which cannot be satisfied on sparc.
Package has a Depends on acpid which cannot be satisfied on armel.
Package has a Depends on acpi-support which cannot be satisfied on arm.
Package has a Depends on acpi-support which cannot be satisfied on mips.
Package has a Depends on acpi-support which cannot be satisfied on m68k.
Package has a Depends on acpi-support which cannot be satisfied on s390.
Package has a Depends on acpi-support which cannot be satisfied on
alpha.
Package has a Depends on acpi-support which cannot be satisfied on hppa.
Package has a Depends on acpi-support which cannot be satisfied on
mipsel.
Package has a Depends on acpi-support which cannot be satisfied on
powerpc.
Package has a Depends on acpi-support which cannot be satisfied on
sparc.
Package has a Depends on acpi-support which cannot be satisfied on
armel.
Package has a Depends on iceweasel which cannot be satisfied on armel.
Package has a Depends on acpi which cannot be satisfied on arm.
Package has a Depends on acpi which cannot be satisfied on mips.
Package has a Depends on acpi which cannot be satisfied on m68k.
Package has a Depends on acpi which cannot be satisfied on s390.
Package has a Depends on acpi which cannot be satisfied on alpha.
Package has a Depends on acpi which cannot be satisfied on hppa.
Package has a Depends on acpi which cannot be satisfied on mipsel.
Package has a Depends on acpi which cannot be satisfied on powerpc.
Package has a Depends on acpi which cannot be satisfied on sparc.
Package has a Depends on acpi which cannot be satisfied on armel.
[ brdesktop-gnome ]
Package has a Depends on banshee which cannot be satisfied on mips.
Package has a Depends on banshee which cannot be satisfied on hppa.
Package has a Depends on banshee which cannot be satisfied on alpha.
Package has a Depends on banshee which cannot be satisfied on mipsel.
Package has a Depends on banshee which cannot be satisfied on m68k.
Package has a Depends on inkscape which cannot be satisfied on armel.
Package has a Depends on tomboy which cannot be satisfied on mips.
Package has a Depends on tomboy which cannot be satisfied on hppa.
Package has a Depends on tomboy which cannot be satisfied on alpha.
Package has a Depends on tomboy which cannot be satisfied on mipsel.
Package has a Depends on tomboy which cannot be satisfied on m68k.
Package has a Depends on f-spot which cannot be satisfied on mips.
Package has a Depends on f-spot which cannot be satisfied on hppa.
Package has a Depends on f-spot which cannot be satisfied on alpha.
Package has a Depends on f-spot which cannot be satisfied on mipsel.
Package has a Depends on f-spot which cannot be satisfied on m68k.
Package has a Depends on f-spot which cannot be satisfied on armel.
Package has a Depends on openoffice.org-gtk which cannot be satisfied on
arm.
Package has a Depends on openoffice.org-gtk which cannot be satisfied on
mips.
Package has a Depends on openoffice.org-gtk which cannot be satisfied on
hppa.
Package has a Depends on openoffice.org-gtk which cannot be satisfied on
alpha.
Package has a Depends on openoffice.org-gtk which 

Bug#476394: this is a problem of ncurses

2008-04-18 Thread Atsuhito Kohda
reassign 476394 ncurses
thanks

From the discussion with the upstream author, this is
a problem of ncurses.

Thanks for your maintenance.
Regards,2008-4-18(Fri)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#476647: [ocaml.mk] doc-base section of api-reference should be Programming

2008-04-18 Thread Ralf Treinen
On Fri, Apr 18, 2008 at 09:52:03AM +0200, Sylvain Le Gall wrote:
 Package: ocaml
 Version: 3.10.1-1
 Severity: normal
 
 
 Hello,
 
 The section of generated documentation, should be Programming and not
 Applications/Programming.

.. or rather Programming/ocaml. We had a (short) discussion on the
mailing list some weeks ago. I had asked the doc-base maintainers
but haven't received an answer from them. doc-base policy mandates
now creating programming language specific sub-dirrectories under
Programming, so I suggest that we go for it.

-Ralf.



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



Bug#476647: [ocaml.mk] doc-base section of api-reference should be Programming

2008-04-18 Thread Stefano Zacchiroli
tags 476647 - pending
thanks

On Fri, Apr 18, 2008 at 09:52:03AM +0200, Sylvain Le Gall wrote:
 The section of generated documentation, should be Programming and not
 Applications/Programming.

Actually no.

The current one is not the appropriate and I agree. But now we have
something better than Programming, there is a section specifically for
OCaml, see a recent thread on d-o-m involving Ralf and the doc-base
maintainer.

IIRC it was Programming/OCaml, but I'm not sure. Please check the
thread, find the appropriate value, and (re-)fix the bug accordingly.

Cheers.

PS Ralf is going on vacation today, I'm not sure he will be able to
   reply shortly.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -%-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#476651: missing build-dependency to libgnutls-dev

2008-04-18 Thread Anders Henke
Package: snort
Version: 2.7.0-13
Severity: normal

Dear Debian maintainer,

while backporting the package to etch in order to have a snort with
prelude support, I've learnt the hard way that the includes configure 
skript tries a test compile against libprelude-dev where it also 
requires libgnutls-dev (which may not be installed on a build host). 

The interesting point is, that in this combination --enable-prelude
is given on the configure line but the resulting package doesn't include 
prelude support. Simple QA-checks won't fail, but if you're trying to
use the prelude functions, the resulting binary might fail.

---cut
checking for libprelude - version = 0.9.6... no
*** Could not run libprelude test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBPRELUDE was incorrectly 
installed
*** or that you have moved LIBPRELUDE since it was installed. In the latter 
case, you
*** may want to edit the libprelude-config script: /usr/bin/libprelude-config
---cut

Reason from config.log:

---cut
configure:23977: checking for libprelude-config
configure:23995: found /usr/bin/libprelude-config
configure:24008: result: /usr/bin/libprelude-config
configure:24016: checking for libprelude - version = 0.9.6
configure:24104: gcc -o conftest -g -O2 -D_GNU_SOURCE -Wall 
-I/usr/include/mysql -DENABLE_MYSQL  -L/usr/lib -lpcre -L/usr/lib -pthread 
conftest.c -lmysqlclient -lz -lpcre -lpcap -lm -lnsl  -L/usr/lib -lprelude 
-L/usr/lib -lgnutls -lgcrypt -lgpg-error -lrt -ldl 5
/usr/bin/ld: cannot find -lgnutls
collect2: ld returned 1 exit status
configure:24107: $? = 1
configure: program exited with status 1
[...]
configure:24175: gcc -o conftest -g -O2 -D_GNU_SOURCE -Wall 
-I/usr/include/mysql -DENABLE_MYSQL  -L/usr/lib -lpcre -L/usr/lib -pthread 
conftest.c -lmysqlclient -lz -lpcre -lpcap -lm -lnsl  -L/usr/lib -lprelude 
-L/usr/lib -lgnutls -lgcrypt -lgpg-error -lrt -ldl 5
/usr/bin/ld: cannot find -lgnutls
collect2: ld returned 1 exit status
configure:24181: $? = 1
---cut

From some point of view, libgnutls-dev ought to be a dependency in 
libprelude-dev, but libprelude-dev is also usable without gnutls.
Snort's use of libprelude-dev seems to includes the usage of
libgnutls-dev, so in my eyes, adding a build-dependency to libgnutls-dev
should resolve this issue.


Anders
-- 
11 Internet AG  System Design
Brauerstrasse 48 v://49.721.91374.50
D-76135 Karlsruhef://49.721.91374.225

Amtsgericht Montabaur HRB 6484
Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger,
Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren



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



Bug#472685: Fix available for CVE-2007-4048 for phpgroupware in stable/etch, but seems not to be necessary - Re: Bug#472685: phpgroupware-phpsysinfo: [CVE-2007-4048] XSS vulnerability, still no fi

2008-04-18 Thread Olivier Berger

Le vendredi 18 avril 2008 à 00:29 +0200, Moritz Muehlenhoff a écrit :
 Hi Olivier,

 Sorry for the late reply. We were busy with other issues.
 

I know (seen all the security updates announcements), thanks for this
hard work.

 Thanks for taking over phpgroupware maintenance, we're looking forward
 to work with you on future updates.
 

My pleasure.

 I agree that we don't need a security update. In general we don't support
 security problems in code, which is never called or can only be called
 in debug mode etc.
 

OK. Thanks for this ACK.

Best regards,
-- 
Olivier BERGER [EMAIL PROTECTED] (*NEW ADDRESS*)
http://www-inf.it-sudparis.eu/~olberger/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM / TELECOM  Management SudParis (http://www.it-sudparis.eu/), 
Evry






Bug#476579: libmoose-perl: perl core dumps with Moose and threads

2008-04-18 Thread Piotr Roszatycki
Thanks a lot. I will notify Moose's upstream.

2008/4/17, Niko Tyni [EMAIL PROTECTED]:

  I can reproduce the crash with just

   #!/usr/bin/perl
   use threads;
   use re 'eval';
   my $a = qr{(??{a})};
   print match\n if bc =~ /(??{b})/;
   my $thr = threads-create(sub {  });
   $thr-join();
   __END__

-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-



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



Bug#476650: mr report error when there is no change in a darcs repository

2008-04-18 Thread Sylvain Le Gall
Package: mr
Version: 0.24~bpo40+1
Severity: normal

Hello,

mr is reporting error like:

mr status: /home/gildor/programmation/ocaml-posix-aio
No changes!
mr status: command failed

When it found a darcs repository with no change.

It should just end the same way as when it found a non changed
subversion working copy:
* don't display the No changes!
* ignore error code in this case

BTW, it also seems to have problem when there is no defaultrepo file
(i.e. the local repo has not been get from another repo).

But this is a great tool ;-)

Regards
Sylvain Le Gall

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.3-core
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

-- no debconf information




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



Bug#476618: radeonhd: Can't change to other consoles after running Xserver

2008-04-18 Thread Julien Cristau
On Fri, Apr 18, 2008 at 06:46:11 -, Frank Lanitz wrote:

 On Thu, April 17, 2008 11:20 pm, Julien Cristau wrote:
  does this also happen if you use the radeon driver
  (xserver-xorg-video-ati) instead of radeonhd?
 
 I can't say, since I'm using an ATI 2400HD chipset which is not supported
 by 'normal' ati modul. I'll provide output of lspci later.
 
Latest versions of the radeon driver *do* support this chipset.

Cheers,
Julien



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



Bug#460812: [Pkg-octave-devel] Bug#460812: octave-doc, octave-info, etc. should be actual packages

2008-04-18 Thread Thomas Weber
Am Montag, den 14.01.2008, 20:14 -0500 schrieb James R. Van Zandt:
 Package: octave
 Version: 1:2.9.19-2
 Severity: normal
 
 
 The octave package is a virtual package, which will automatically
 install the most recent version of octave.  

Well, not really. The octave package pulls in the so deemed best
version of Octave. Which already points at the problem:

1) Deemed best by whom?
2) What metric for best?

At some point during the 2.1=2.9 cycle, the best version switched from
2.1 to 2.9.[1] However, doing this in the distribution has some effects
(several packages shipping .oct files needed some changes, ...), so
package maintainers should depend on the specific version of Octave they
need/support. 

So, I'd actually prefer to get rid of the empty octave package, instead
of addding new meta-packages.

[1] Best by about any metric: features, upstream support, number of
bugs, ...

Thomas




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



Bug#476653: Look in /usr/local/sbin for external mount program

2008-04-18 Thread John Hedges
Package: mount
Version: 2.12r-19etch1
Severity: wishlist
Tags: patch


Can mount be modified to check for /usr/local/sbin/mount.${FSTYPE} if
/sbin/mount.${FSTYPE} doesn't stat? ?usr/local/sbin would be a more
suitable sopt for host specific files.

I've needed to create a special mount program but am currently forced to
put in /sbin/mount.special

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages mount depends on:
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 block device id library
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library

mount recommends no packages.

-- no debconf information
--- mount.c	2008-04-18 10:04:58.0 +0100
+++ /tmp/mount.c	2008-04-18 10:23:32.0 +0100
@@ -55,7 +55,9 @@
 /* True for fake mount (-f).  */
 static int fake = 0;
 
-/* True if we are allowed to call /sbin/mount.${FSTYPE} */
+/* True if we are allowed to call /sbin/mount.${FSTYPE} 
+ * or /usr/local/sbin/mount.${FSTYPE}
+ */
 static int external_allowed = 1;
 
 /* Don't write a entry in /etc/mtab (-n).  */
@@ -626,7 +628,7 @@
 static int
 check_special_mountprog(const char *spec, const char *node, const char *type, int flags,
 			char *extra_opts, int *status) {
-  char mountprog[120];
+  char mountprog[125];
   struct stat statbuf;
   int res;
 
@@ -635,7 +637,12 @@
 
   if (type  strlen(type)  100) {
sprintf(mountprog, /sbin/mount.%s, type);
-   if (stat(mountprog, statbuf) == 0) {
+   res = stat(mountprog, statbuf);
+   if (res == -1) {
+   sprintf(mountprog, /usr/local/sbin/mount.%s, type);
+   res = stat(mountprog, statbuf);
+   }
+   if (res == 0) {
 	if (verbose)
 		 fflush(stdout);
 	res = fork();


Bug#476229: Fwd: [ephy-webkitgtk] BUG#476229: pygtk-2.0: pkgconfig path set wrong

2008-04-18 Thread Sedat Dilek
PYGTK problem solved, please CLOSE the ticket.
-SD

-- Forwarded message --
From: Sedat Dilek [EMAIL PROTECTED]
Date: 18.04.2008 00:40
Subject: Re: [ephy-webkitgtk] BUG#476229: pygtk-2.0: pkgconfig path set
wrong
To: Loïc Minier [EMAIL PROTECTED]

The PYGTK problem concerning ephy-webkit is solved with python2.5_2.5.2-3
and python-defaults_2.5.2-1.
I got the files from incoming.debian-ports.org to build the Debian
packages.

-SD

$ grep -i pygtk config.log
configure:27311: checking for PYGTK
configure:27319: $PKG_CONFIG --exists --print-errors pygtk-2.0 =
$PYGTK_REQUIRED gnome-python-2.0 = $GNOME_PYTHON_REQUIRED
configure:27337: $PKG_CONFIG --exists --print-errors pygtk-2.0 =
$PYGTK_REQUIRED gnome-python-2.0 = $GNOME_PYTHON_REQUIRED
configure:27386: checking for pygtk defs
configure:27389: result: /usr/share/pygtk/2.0/defs
configure:27392: checking for pygtk codegen
configure:27395: result: /usr/bin/python
/usr/share/pygtk/2.0/codegen/codegen.py
configure:27398: checking for pygtk h2def
configure:27401: result: /usr/bin/python
/usr/share/pygtk/2.0/codegen/h2def.py
ac_cv_env_PYGTK_CFLAGS_set=
ac_cv_env_PYGTK_CFLAGS_value=
ac_cv_env_PYGTK_LIBS_set=
ac_cv_env_PYGTK_LIBS_value=
pkg_cv_PYGTK_CFLAGS='-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gnome-python-2.0  '
pkg_cv_PYGTK_LIBS='-lgobject-2.0 -lglib-2.0  '
PYGTK_CFLAGS='-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gnome-python-2.0  '
PYGTK_CODEGEN='/usr/bin/python /usr/share/pygtk/2.0/codegen/codegen.py'
PYGTK_DEFSDIR='/usr/share/pygtk/2.0/defs'
PYGTK_H2DEF='/usr/bin/python /usr/share/pygtk/2.0/codegen/h2def.py'
PYGTK_LIBS='-lgobject-2.0 -lglib-2.0  '

2008/4/17, Sedat Dilek [EMAIL PROTECTED]:

 python-defaults-2.5.2-0.2-nmu.diff does NOT fix the PyGTK problem.
 -SD

 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476229#58

 2008/4/17, Loïc Minier [EMAIL PROTECTED]:
 
  On Thu, Apr 17, 2008, Sedat Dilek wrote:
 
   please do NOT misunderstand me: It was just a feedback, not the
  request that
   you should do the work or put in the mailing-list.
   Sorry to have misused plenty of your time.
 
 
  Don't misunderstand me either, that's fine; I'm just telling out loud
that I can't work on it right now; it's very urgent though
 
Thanks for mentionning the bug hit you too; I escalated its priority
back then
 
 
   I love to get in touch with human-beings directly, mailing-list are so
   un-personal...
 
 
  Eh, agreed
 
 
/me returns to work
 
  --
 
  Loïc Minier
 





Bug#476646: debian-edu: Please include software packages that are relevant for development

2008-04-18 Thread Petter Reinholdtsen
[Andreas Tille]
 I did not submitted it to SVN because it might have immediate
 influence on the size of the distribution medium which is probably
 not the best idea in the current state of development,

Adding a new task is not going to affect the distribution media.  It
will force the debian-edu package to pass NEW, so we should be careful
with the timing anyway. :)

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#476656: installation: Installer fails when setupping raid-crypto-lvm -setup

2008-04-18 Thread Kari Kallioinen
Package: installation
Severity: important

I tried to install system with RAID1 (2x hard drives) and after that set up
crypted device (md1_crypt) and adding it to LVM. And creating two
logical volumes (root  swap). I found out that it doesn't create
/conf/conf.d/cryptroot -file to initrd image. And system doesn't boot up at
first boot unless you create that file by yourself.



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-amd64
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI (charmap=ISO-8859-1)



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



Bug#476657: python-gdal: not available anymore for python 2.4 in sid

2008-04-18 Thread Didrik Pinte
Package: python-gdal
Version: 1.5.1-2+b1
Severity: normal

Hi

After the python 2.5 migration as default python interpreter in sid, it seems
that 2.4 gdal support is broken even if packaged using python-central.

Here is the output of a 2.4 session trying to load gdal :

[EMAIL PROTECTED]:~/projets/python/thuban/current/thuban$ python2.4
Python 2.4.5 (#2, Apr 17 2008, 13:00:52) 
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type help, copyright, credits or license for more information.
 from osgeo import gdal
Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.4/site-packages/osgeo/gdal.py, line 7, in ?
import _gdal
ImportError: No module named _gdal
 

If more info is needed, feel free to ask. 

Didrik

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

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

Versions of packages python-gdal depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libgdal1-1.5.01.5.1-2+b1 Geospatial Data Abstraction Librar
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.3  register and build utility for Pyt
ii  python-numpy  1:1.0.4-7  Numerical Python adds a fast array

python-gdal recommends no packages.

-- no debconf information



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



Bug#476655: thuban: ogr extension bug reported by python 2.5 as default in sid

2008-04-18 Thread Didrik Pinte
Package: thuban
Version: 1.2.0-2.1
Severity: normal


While updating my debian/sid, I add the following error :


Setting up python (2.5.2-1) ...
running python rtupdate hooks for python2.5...
Updating *.pc symlinks for python-gst0.10...
WARNING: compile error while trying to byte-compile
/usr/lib/thuban/Extensions/ogr/ogrshapes.py:   File
/usr/lib/thuban/Extensions/ogr/ogrshapes.py, line 12
from __future__ import generators
SyntaxError: from __future__ imports must occur at the beginning of the
file

running python post-rtupdate hooks for python2.5...


It seems ogr Extension should be patched.

Didrik

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

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

Versions of packages thuban depends on:
ii  gdal-bin 1.5.1-2+b1  Geospatial Data Abstraction Librar
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-3   GCC support library
ii  libgdal1-1.5.0   1.5.1-2+b1  Geospatial Data Abstraction Librar
ii  libstdc++6   4.3.0-3 The GNU Standard C++ Library v3
ii  libwxbase2.6-0   2.6.3.2.2-2 wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-02.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t
ii  proj 4.6.0-1 Cartographic projection filter and
ii  python [python-xmlbase]  2.5.2-1 An interactive high-level object-o
ii  python-sqlite1.0.1-7 python interface to SQLite 2
ii  python-support   0.7.7   automated rebuilding support for P
ii  python-wxgtk2.6  2.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t

Versions of packages thuban recommends:
ii  python-gdal   1.5.1-2+b1 Python bindings to the Geospatial 
ii  python-psycopg1.1.21-15  Python module for PostgreSQL

-- no debconf information



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



Bug#399565: bug #399565: backuppc: would like option to use ISO date format

2008-04-18 Thread Flavio Stanchina

This has been implemented in backuppc 3.1.0.

--
Ciao, Flavio



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



Bug#476394: lynx mouse wheel scrolling

2008-04-18 Thread Thomas Dickey

On Fri, 18 Apr 2008, Atsuhito Kohda wrote:


Hi all,

On Thu, 17 Apr 2008 09:16:36 -0400 (EDT), Thomas Dickey wrote:


On Thu, 17 Apr 2008, Atsuhito Kohda wrote:


so, am I right to consider that this is a problem of
ncurses package?


yes (though rather than problem, I would say limitation).

It would be possible to install the extended version, since it uses a
different major-version of the shared library.  But there's no Debian
package for that.


Okay, then I'll reassign this to ncurses package
as wishlist.
Thanks for your advices.


no problem

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



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



Bug#473752: [pkg-boost-devel] Bug#473752: Bug#473752: Boost 1.35 has been released

2008-04-18 Thread Domenico Andreoli
Hi,

On Fri, Apr 11, 2008 at 04:13:05PM -0500, Steve M. Robbins wrote:
 On Fri, Apr 11, 2008 at 03:13:15PM -0400, Joshua Judson Rosen wrote:
  
  If you guys need some help, I can try updating the packaging for 1.35.
 
 Packaging is not the issue, however.  I think I can do that over the
 weekend.  The real issue is whether it can be uploaded this close to a
 freeze; for example, does it break any existing reverse dependencies?
 c.f. http://lists.debian.org/debian-devel/2008/03/msg00930.html
 
 So, assuming I can produce the packages, what would help is to have
 volunteers to test build all the things that build-depend on boost.

I think new and separate boost-1.35 package is the best option we have:

 1. It may be uploaded now and released with lenny without touching
any reverse dependency
 2. Never more huge transitions, reverse dependencies take 1.35 as
they like
 3. At the right time 1.34.x is pulled out the archive and all the
broken rdepends get a RC bug
 4. This may be repeated for any X and X+1 release of Boost, I hope
only for two releases at the same time ;)
 5. X+1 packages may be uploaded well before the release, to let people
use and test also the pre-releases

I could make sush package but I need the point about the SVN repository.
Steve, I saw the transition of boost-jam to merge-upstream-mode, which
are your plans for boost?

cheers,
Domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50



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



Bug#476658: postgresql-pljava - direct dependencies on libgcj and misleading package name

2008-04-18 Thread Matthias Klose
Package: postgresql-pljava
Version: 1.4.0-1
Severity: important

postgresql-8.3-pljava-gcj currently directly depends on a specific
version of libgcj, which is unneeded, and doesn't allow the bindings
to work with another jvm. The upstream should be built without setting
USE_GCJ, but by setting JAVA_HOME to /usr/lib/java-gcj and adding
/usr/lib/java-gcj/bin to PATH.

The name of the binary package is wrong. The package itself contains
jni bindings and has nothing to do with gcj in the first place. Please
have a look at the glib-java package how jni bindings can be packaged:

 - libpostgresql-8.3-pl-java, binary indep, holding the jar file
 - libpostgresql-8.3-pl-jni, binary arch, holding the jni bindings
   (these two packages could be merged into one).
 - libpostgresql-8.3-pl-java-gcj, binary-arch, built using
   dh_nativejava (using aotcompile) to optimize performance when
   running with the gij runtime. Only this package depends on
   libgcj-bc (not on a specific libgcj library package).
   See for example the libxerces2-java source how such a package
   is built.



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



Bug#475837: closed by Ove Kaaven [EMAIL PROTECTED] (Re: Bug#475837: wine: Unable to apt-build.)

2008-04-18 Thread Ove Kaaven

[EMAIL PROTECTED] skrev:
I have sent you a couple of days ago, how come it did not get through 
it's way?


I don't know. But I see you just sent it to the bug report address.

That failure is bug #466186, which has already been fixed in ia32-libs 
version 2.3.






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



Bug#476654: dexconf: DisplaySize option of monitor should be managed

2008-04-18 Thread Erwan David
Package: x11-common
Version: 1:7.2-5
Severity: normal

The xorg.conf file generated by dexconf does not have a DisplaySize
option for the monitor. The effect is that some programms (audacious,
firefox 3beta, googleearth) display far too small fonts when the pitch
is not the default 75x75dpi. This option should be mangaed by debconf
and dexconf to make them usable.

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

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

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.20 Debian configuration management sy
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
* x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
* x11-common/upgrade_issues:
* x11-common/xwrapper/nice_value: -10
  x11-common/x11r6_bin_not_empty:



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



Bug#475830: libnss-ldapd: Preseeding libnss-ldapd/ldap-base do not work

2008-04-18 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 I believe I found the problem, which is that parsesys() replaces the
 debconf value with the output from 'hostname --domain'.  Here is an
 untested draft patch to solve it.  It check if the current debconf
 value is empty or the same as in the template, and only try to gess
 the domain name if it is.

I've now tested the patch, and with it the preseeding worked.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#476398: [Pkg-samba-maint] Bug#476398: Bug#476398: Info received (Bug#476398 closed by Christian Perrier [EMAIL PROTECTED] (Re: Bug#476398: Samba 'panic action' script, /usr/share/samba/panic-act

2008-04-18 Thread Mitch
With the recent updates that have come through, the instances of the
panic messages has subsided to very few now.

Before there were hundreds per day




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



Bug#476187: rhythmbox: segfaults at startup

2008-04-18 Thread Kevin Brown


Here's the stacktrace I get when starting it.  Note that I had to reduce 
my stack limit to 128k in order to limit the number of frames I had to 
go through to get to the end.  Obviously there's a recursion loop that 
isn't being broken the way it should be.


Also of note is that I have also found that moving the rb extension out 
of the way causes rhythmbox to start properly, although it is unable to 
activate several extensions (Magnatune Store, Jamendo, Cover Art), 
possibly as a result of the rb extension no longer being loaded.



Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b639a42bac0 (LWP 14602)]
0x2b6394315793 in vfprintf () from /lib/libc.so.6
(gdb) where
#0  0x2b6394315793 in vfprintf () from /lib/libc.so.6
#1  0x2b639433bbbd in vasprintf () from /lib/libc.so.6
#2  0x2b6393a13dc0 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#3  0x2b6393a02b2a in g_string_append_vprintf ()
   from /usr/lib/libglib-2.0.so.0
#4  0x2b6393a02c48 in g_string_append_printf ()
   from /usr/lib/libglib-2.0.so.0
#5  0x2b63939ec9b1 in g_log_default_handler ()
   from /usr/lib/libglib-2.0.so.0
#6  0x2b63939eb926 in g_logv () from /usr/lib/libglib-2.0.so.0
#7  0x2b63939ebb93 in g_log () from /usr/lib/libglib-2.0.so.0
#8  0x2b6392c38a36 in g_type_get_qdata () from 
/usr/lib/libgobject-2.0.so.0

#9  0x2aaab01162c1 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#10 0x2aaab0115e13 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#11 0x2aaab0115ec6 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#12 0x2aaab01162ec in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#13 0x2aaab0115e13 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#14 0x2aaab0115ec6 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#15 0x2aaab01162ec in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so

[the above repeats over and over again]

#1498 0x2aaab0115e13 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1499 0x2aaab0115ec6 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1500 0x2aaab01162ec in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1501 0x2aaab0115e13 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1502 0x2aaab0115ec6 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1503 0x2aaab01162ec in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1504 0x2aaab0115e13 in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1505 0x2aaab011634e in ?? ()
   from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#1506 0x2aaab1666029 in pygst_register_classes ()
   from /usr/lib/python2.4/site-packages/gst/_gst.so
#1507 0x2aaab16522cb in init_gst ()
   from /usr/lib/python2.4/site-packages/gst/_gst.so

#1508 0x2b638d0963ed in _PyImport_LoadDynamicModule ()
   from /usr/lib/libpython2.4.so.1.0
#1509 0x2b638d094b75 in ?? () from /usr/lib/libpython2.4.so.1.0
---Type return to continue, or q return to quit---
#1510 0x2b638d09500b in ?? () from /usr/lib/libpython2.4.so.1.0
#1511 0x2b638d095217 in PyImport_ImportModuleEx ()
   from /usr/lib/libpython2.4.so.1.0
#1512 0x2b638d06f463 in ?? () from /usr/lib/libpython2.4.so.1.0
#1513 0x2b638d013110 in PyObject_Call () from 
/usr/lib/libpython2.4.so.1.0

#1514 0x2b638d072a6d in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.4.so.1.0
#1515 0x2b638d075cad in PyEval_EvalFrame ()
   from /usr/lib/libpython2.4.so.1.0
#1516 0x2b638d0795c5 in PyEval_EvalCodeEx ()
   from /usr/lib/libpython2.4.so.1.0
#1517 0x2b638d0796e2 in PyEval_EvalCode ()
   from /usr/lib/libpython2.4.so.1.0
#1518 0x2b638d0921ca in PyImport_ExecCodeModuleEx ()
   from /usr/lib/libpython2.4.so.1.0
#1519 0x2b638d094240 in ?? () from /usr/lib/libpython2.4.so.1.0
#1520 0x2b638d095c4d in ?? () from /usr/lib/libpython2.4.so.1.0
#1521 0x2b638d094b75 in ?? () from /usr/lib/libpython2.4.so.1.0
#1522 0x2b638d09500b in ?? () from /usr/lib/libpython2.4.so.1.0
#1523 0x2b638d095217 in PyImport_ImportModuleEx ()
   from /usr/lib/libpython2.4.so.1.0
#1524 0x2b638d06f463 in ?? () from /usr/lib/libpython2.4.so.1.0
#1525 0x2b638d013110 in PyObject_Call () from 
/usr/lib/libpython2.4.so.1.0

---Type return to continue, or q return to quit---
#1526 0x2b638d015714 in PyObject_CallFunction ()
   from /usr/lib/libpython2.4.so.1.0
#1527 0x2b638d095648 in PyImport_Import ()
   from /usr/lib/libpython2.4.so.1.0
#1528 0x2b638d0957f5 in PyImport_ImportModule ()
   from /usr/lib/libpython2.4.so.1.0
#1529 0x0046f132 in 

Bug#476664: secure-delete: Too many open files

2008-04-18 Thread rob
Package: secure-delete
Version: 3.1-4
Severity: normal

Using srm -r * on partition with many small files results in a too many
open files error. Tried increasing file-max with  sysctl -w
fs.file-max=65534 but it has no effect suggesting a programming issue?
As a test tried wipe package on the same files and this does not have
a problem.

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

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

Versions of packages secure-delete depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

secure-delete recommends no packages.

-- no debconf information



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



Bug#458565: gnome-control-center: gnome-settings-daemon refuses to start after logging out of gnome

2008-04-18 Thread Josselin Mouette
Le mardi 01 janvier 2008 à 18:49 +0100, Tim Blechmann a écrit :
 the first time, i log into gnome works flawless, after logging out and 
 trying to log in again, the gnome settings daemon cannot be started 
 again:

Does it still happen with gnome-settings-daemon/gnome-control-center
2.22 from unstable?

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


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


Bug#476550: million deep directory tree

2008-04-18 Thread jidanni
OK, I can apparently use
$ cat ~/.w3m/dirlist
type d
format d
sort t
but it should be documented in more places...



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



Bug#476663: Please provide a means to add local certificates

2008-04-18 Thread Joey Schulze
Package: ca-certificates
Version: 20080411

Please provide a canonical and documented way to add certificates
locally.

Having update-ca-certificates handling the symlink hell and creating
the single certification file quite helpful, but not having a proper
way to add certificates locally is not.

Referencing /usr/local/share/ca-certificates/cert1.crt in the config
file /etc/ca-certificates.conf will result in update-ca-certificates
silently ignoring this since the path is always prefixed with
/usr/share/ca-certificates.

Regards,

Joey

-- 
Never trust an operating system you don't have source for!

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



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



Bug#476659: backuppc: please move the pool size graph to bottom of page

2008-04-18 Thread Flavio Stanchina
Package: backuppc
Version: 3.1.0-2
Severity: wishlist

The graph of the pool size is nice indeed, but a bit too prominent IMHO.
Running jobs and failures are more important than the graph, so I'd
rather have it at the bottom of the summary page and I'd also add a
couple of p's to make some room around the images.

I'd suggest something like this:

my $content = eval(qq{$Lang-{BackupPC_Server_Status}});
if (-r $LogDir/pool.rrd  $Privileged ) {
  $content .= 'pimg src='.$MyURL.'?image=4';
  $content .= 'pimg src='.$MyURL.'?image=52';
}

Finally, I would also recommend to change the title to

  BackupPC Pool Size (${weeks} weeks)

for greater clarity.

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

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

Versions of packages backuppc depends on:
ii  adduser   3.105  add and remove users and groups
ii  apache2   2.2.6-2Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.6-2Traditional model for Apache HTTPD
ii  bzip2 1.0.4-2high-quality block-sorting file co
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  dpkg  1.14.7 package maintenance system for Deb
ii  libarchive-zip-perl   1.16-1 Module for manipulation of ZIP arc
ii  libcompress-zlib-perl 1.42-2 Perl module for creation and manip
ii  perl [libdigest-md5-perl] 5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-suid 5.8.8-12   Runs setuid Perl scripts
hi  samba-common  3.0.26a-1  Samba common files used by both th
hi  smbclient 3.0.26a-1  a LanManager-like simple client fo
ii  tar   1.19-1 GNU tar

Versions of packages backuppc recommends:
hi  courier-mta [mail-transport-a 0.59.0-1   Courier mail server - ESMTP daemon
ii  libfile-rsyncp-perl   0.68-1 A perl based implementation of an 
ii  openssh-client [ssh-client]   1:4.6p1-5  secure shell client, an rlogin/rsh
ii  rrdtool   1.2.15-0.3 Time-series data storage and displ
ii  rsync 3.0.0-2fast remote file copy program (lik

-- debconf information excluded



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



Bug#476662: virtualbox-ose: SIGSEGV when running VNC viewer inside Windows XP guest, clipboard handling bug.

2008-04-18 Thread Salvador Fandino
Package: virtualbox-ose
Version: 1.5.6-dfsg-6
Severity: important


I have a WinXP Home Edition guest, all patches from Windows Update including 
SP2 applied, VirtualBox guest extensions installed (1.5.6r28241). I had been 
using it extensively for several weeks now and it was rock solid.

But lately, I have started using TightVNC and UltraVNC (they are based on the 
same code base) inside the guest and VirtualBox now SIGSEGVs from time to time 
when using these programs.

The backtraces always look the same, and the problem seems related to the 
clipboard handling, probably caused by some bug on the guest additions.
Note that both VNC clients play with the clipboard as they propagate clipboard 
changes between the local OS (the guest WinXP) and the remote desktop (running 
in another Linux box).

The bug appears both with the SDL and the QT versions of VirtualBox

Here it is a full gdb session including a backtrace:

[EMAIL PROTECTED]:~$ export LD_LIBRARY_PATH=/usr/lib/virtualbox/
[EMAIL PROTECTED]:~$ cd /usr/lib/virtualbox/
[EMAIL PROTECTED]:/usr/lib/virtualbox$ gdb ./VBoxSDL 
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) r -vm WinXP
Starting program: /usr/lib/virtualbox/VBoxSDL -vm WinXP
[Thread debugging using libthread_db enabled]
[New Thread 0xb7835a10 (LWP 3260)]
[New Thread 0xb7834b90 (LWP 3263)]
[Thread 0xb7834b90 (LWP 3263) exited]
VirtualBox SDL GUI 1.5.6_OSE built Apr  8 2008 10:51:00
[New Thread 0xb77b3b90 (LWP 3264)]
[New Thread 0xb6fb2b90 (LWP 3266)]
[New Thread 0xb67b1b90 (LWP 3267)]
[Thread 0xb67b1b90 (LWP 3267) exited]
[New Thread 0xb458eb90 (LWP 3277)]
[New Thread 0xb3d8db90 (LWP 3279)]
[New Thread 0xb3cf8b90 (LWP 3280)]
[New Thread 0xb329eb90 (LWP 3281)]
[New Thread 0xb321db90 (LWP 3282)]
[New Thread 0xb3181b90 (LWP 3283)]
[New Thread 0xb3080b90 (LWP 3284)]
[New Thread 0xb2e7fb90 (LWP 3285)]
[New Thread 0xb2aa8b90 (LWP 3286)]
[New Thread 0xb25dbb90 (LWP 3287)]
[New Thread 0xb7834b90 (LWP 3288)]
[New Thread 0xb1941b90 (LWP 3289)]
[New Thread 0xb1920b90 (LWP 3290)]
[Thread 0xb329eb90 (LWP 3281) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb3080b90 (LWP 3284)]
0xb5f907a6 in ?? () from /usr/lib/virtualbox//components/VBoxC.so
(gdb) bt
#0  0xb5f907a6 in ?? () from /usr/lib/virtualbox//components/VBoxC.so
#1  0xb5f90824 in ?? () from /usr/lib/virtualbox//components/VBoxC.so
#2  0xb5f92c96 in ?? () from /usr/lib/virtualbox//components/VBoxC.so
#3  0xb5f90d13 in ?? () from /usr/lib/virtualbox//components/VBoxC.so
#4  0xb7f24711 in rtThreadMain (pThread=0x80d4ca0, NativeThread=3003648912, 
pszThreadName=0x80d4cf4 VBoxSharedClipb)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Runtime/thread.cpp:592
#5  0xb7f2d76a in rtThreadNativeMain (pvArgs=0x80d4ca0)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Runtime/r3/posix/thread-posix.cpp:135
#6  0xb7f654fb in start_thread () from /lib/i686/cmov/libpthread.so.0
#7  0xb7bb7d7e in clone () from /lib/i686/cmov/libc.so.6


(gdb) thread apply all backtrace

Thread 18 (Thread 0xb1920b90 (LWP 3290)):
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7f69aa5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb7f303e6 in rtSemEventWait (EventSem=0x80ffe60, cMillies=4294967295, 
fAutoResume=true)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Runtime/r3/posix/sems-posix.cpp:352
#3  0xb26a1fd5 in pcnetAsyncSendThread (pDevIns=0xb2cfb240, pThread=0x80ffec8)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Devices/Network/DevPCNet.cpp:2330
#4  0xb5edef0f in pdmR3ThreadMain (Thread=0x80fff88, pvUser=0x80ffec8)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/VMM/PDMThread.cpp:713
#5  0xb7f24711 in rtThreadMain (pThread=0x80fff88, NativeThread=2979138448, 
pszThreadName=0x80fffdc PCNET_SEND)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Runtime/thread.cpp:592
#6  0xb7f2d76a in rtThreadNativeMain (pvArgs=0x80fff88)
at 
/home/michael/technik/sources/archive/pkg-virtualbox/build-area/virtualbox-ose-1.5.6-dfsg/src/VBox/Runtime/r3/posix/thread-posix.cpp:135
#7  0xb7f654fb in start_thread () from /lib/i686/cmov/libpthread.so.0
#8  0xb7bb7d7e in clone () from /lib/i686/cmov/libc.so.6

Thread 17 (Thread 0xb1941b90 (LWP 3289)):
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7f69aa5 in pthread_cond_wait@@GLIBC_2.3.2 () from 

Bug#476666: amsn: replace/conflict

2008-04-18 Thread Riccardo Stagni
Package: amsn
Version: 0.97-2
Severity: serious
Justification: Policy 7.5

I guess your recent upload misses a replace/conflict with the previous
version:

Unpacking amsn-data (from .../amsn/amsn-data_0.97-2_all.deb) ...
dpkg: error processing
/mirror/debian/pool/main/a/amsn/amsn-data_0.97-2_all.deb (--unpack):
 trying to overwrite `/usr/share/amsn/socks.tcl', which is also in package amsn
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo


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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages amsn depends on:
pn  amsn-data  none(no description available)
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-3 GCC support library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

amsn recommends no packages.

-- no debconf information



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



Bug#454112: [Pkg-samba-maint] Bug#454112: Cleaning out winbindd PID file

2008-04-18 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):

 I don't think this correctly handles the case where start-stop-daemon
 /fails/; we don't want to remove the pid file in that case, we want to leave
 it in place since that indicates the daemon is still running for some
 reason.


Well, coming back to that bug.

My init script mimics what we're doing in samba's init script:

# Wait a little and remove stale PID file
sleep 1
if [ -f $WINBINDDPID ]  ! ps h `cat $WINBINDDPID`  /dev/null
then
# Stale PID file (winbindd was succesfully stopped),
# remove it (should be removed by winbindd itself)
rm -f $WINBINDDPID
fi
;;


The 'ps' command is indeed meant to check if the winbind process with
the said PID is still running and only removes the PID file if it
isn't.

That seems correct to me. Isn't it correct?




signature.asc
Description: Digital signature


Bug#446001: mlmmj: man page differs from program: -a option

2008-04-18 Thread Daniel Walrond
On Thu, Apr 17, 2008 at 10:58:59PM +0200, markus schnalke wrote:
 Daniel Walrond [EMAIL PROTECTED] wrote:
  
  Hello,
 
 hi, nice to hear from you.

Yes, sorry for the delay.

  On Tue, Oct 09, 2007 at 05:54:43PM +0200, markus schnalke wrote:
   Package: mlmmj
   Version: 1.2.11-7.1
   Severity: normal
   
   The man page of ??mlmmj-make-ml.sh?? script has an error:
   
   The man page tells:
   -a: Create the needed entries in /etc/aliases
   
   but `mlmmj-make-ml.sh -a' tells:
   /usr/bin/mlmmj-make-ml: invalid option
   Try /usr/bin/mlmmj-make-ml -h for more information.
   
   and `mlmmj-make-ml.sh -h' says nothing about a '-a' option at all
   
   
   so I think the man page is obsolete.
  
  Actually the man page is correct if you're using the upstream version of
  the script. But the -a option has been removed and to make the
  mlmmj-make-ml script clever and add the alias for you.
 
 Did you missunderstood, or did I?
 To make it clear: Does the upstream version have the '-a' option?
 The version in etch does not.
 (Just the manpage tells about that option.)

Yes the upstream version has the -a option. The version in Etch and
currently in Sid (1.2.15-1.1) have a heavily customised version from the
upstream version and the script doesn't end in .sh, like the upstream
version.

  I see there's 3 options:
  
  1) fix the manpage
  2) use the upstream script ditching any Debian changes
  3) rework the script to include -a
  
  Personally I do not like option 1, since on my exim/mlmmj
  installation I don't add entries for mailing lists into
  /etc/aliases.
 
 Haven't you meant option 3?
 Cause fixing the manpage means removing the documented (but not
 available) option '-a'.

No, since the option was removed from the Debian version of the script
most of the code for which the -a option does is still there.

 This bugreport is against the version in stable (etch), and I don't
 know how the situation is in unstable. Maybe everything is fine there.

They are currently the same. It's definately a problem I'd like to get
fixed for Lenny.

 (I do not have an unstable system, sorry.)

That's no problem.

 Get simple bugs like that one fixed in stable?

Probably not for just a minor documentation bug. Maybe alongside the
other more serious bug which needs fixing #458091.

 Since I think program versions do not get upgraded in stable (if it is
 nothing serious), fixing the manpage would be the way to go.

For etch yes. Not for lenny.


Dan



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



Bug#476661: debian ipython dependency

2008-04-18 Thread Bernd Zeimetz
Package: ipython
Verison: 0.8.2.dfsg-2
Severity: normal


Hi,

arggh, this is because I was nice and installed /usr/bin/ipython2.X
scripts to start ipython with 2.4 or 2.5. I guess I should wrap a shell
script around that or so. Depending on 2.4 and 2.5 is kinda ugly - my fault.
I'm filing this in the BTS, so I won't forget it.

Thanks for the report,

Bernd


Jan Geboers wrote:
 Hi,
 
 I've noticed that ipython depends on both python, python2.4 AND python2.5.
 Why is this exactly?
 Shouldn't it suffice to let it depend on python, which results to
 python2.5 in sid.
 Currently I have quite a few python packages installed, but ipython is the
 only one that forces me to
 keep python2.4 installed next to the default 2.5.
 
 Best regards,
 and thanks for doing a fine packaging job!
 
 Jan Geboers
 


-- 
 Bernd Zeimetz   Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79



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



Bug#476665: googleearth-package: Generated package does not work on amd64

2008-04-18 Thread Sam Morris
Package: googleearth-package
Version: 0.5.3
Severity: normal

$ googleearth 
Failed to load /emul/ia32-linux/lib/libIGGfx.so because
/emul/ia32-linux/lib/libIGGfx.so: cannot open shared object file: No
such file or directory

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages googleearth-package depends on:
ii  bzip21.0.5-0.1   high-quality block-sorting file co
ii  curl 7.18.0-1+b1 Get a file from an HTTP, HTTPS or 
ii  dpkg-dev 1.14.16.6   package building tools for Debian
ii  fakeroot 1.9.4   Gives a fake root environment
ii  file 4.23-2  Determines file type using magic
ii  wget 1.11.1-1retrieves files from the web
ii  x11-common   1:7.3+10X Window System (X.Org) infrastruc

googleearth-package recommends no packages.

-- no debconf information



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



Bug#476668: gnome-panel_2.22.0-1(sparc/experimental): FTBFS: too few arguments to function 'weather_location_new'

2008-04-18 Thread Frank Lichtenheld
Package: gnome-panel
Version: 2.22.0-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of gnome-panel_2.22.0-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20080418-0213
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 5306kB of source archives.
| Get:1 http://ftp.ipv6.debian.org experimental/main gnome-panel 2.22.0-1 (dsc) 
[1718B]
| Get:2 http://ftp.ipv6.debian.org experimental/main gnome-panel 2.22.0-1 (tar) 
[5082kB]
| Get:3 http://ftp.ipv6.debian.org experimental/main gnome-panel 2.22.0-1 
(diff) [222kB]
| Fetched 5306kB in 2s (2598kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs (= 0.4.41), debhelper (= 5), dpkg-dev (= 1.13.19), 
evolution-data-server-dev, gnome-doc-utils, gnome-pkg-tools (= 0.10), 
gtk-doc-tools, intltool (= 0.35.0), libbonoboui2-dev (= 2.1.1), libcairo2-dev 
(= 1.0.0), libdbus-glib-1-dev (= 0.60), libecal1.2-dev (= 1.6.0) 
[!hurd-i386], libedataserver1.2-dev (= 1.2.0), libedataserverui1.2-dev (= 
1.2.0) [!hurd-i386], libgconf2-dev (= 2.6.1), libglade2-dev (= 1:2.5.0), 
libglib2.0-dev (= 2.15.6), libgnome-desktop-dev (= 2.11.1), libgnome-menu-dev 
(= 2.16.1-1), libgnome2-dev (= 2.13.0), libgnomeui-dev (= 2.16.0-2), 
libgtk2.0-dev (= 2.11.3), libgweather-dev, libnm-util-dev, liborbit2-dev (= 
1:2.12.1-1), libpango1.0-dev (= 1.15.4), librsvg2-dev, libwnck-dev (= 
2.19.5), libx11-dev, libxau-dev, libxml2-dev, libxmu-dev, libxres-dev, 
network-manager-dev, quilt, scrollkeeper (= 0.3.14-9.1)
| Checking for already installed source dependencies...
[...]
| /bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I../.. -I./../../libpanel-applet -I../../libpanel-applet   -Wall 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  
-DORBIT2=1 -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libgnomeui-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 
-I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libxml2 -I/usr/include/gail-1.0 
-I/usr/include/evolution-data-server-2.22 -I/usr/include/libglade-2.0 
-I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0   
-DDATADIR=\/usr/share\ -DGLADEDIR=\/usr/share/gnome-panel/glade\ 
-DICONDIR=\/usr/share/gnome-panel/pixmaps\ -DLIBDIR=\/usr/lib\ 
-DSYSCONFDIR=\/etc\ -DPREFIX=\/usr\ 
-DGNOMELOCALEDIR=\/usr/share/locale\ -DCLOCK_EDS_ICONDIR=\\ 
-DCLOCK_TIME_UTILITY=\gksu time-admin\ 
-DEVOLUTION_TEXTDOMAIN=\evolution-2.12\ 
-DSYSTEM_ZONEINFODIR=\/usr/share/zoneinfo\ 
-DGWEATHER_XML_LOCATION=\/usr/share/libgweather/Locations.xml\ 
-DGWEATHER_I_KNOW_THIS_IS_UNSTABLE-g -O2 -g -Wall -O2 -c -o 
libclock_applet_la-clock-location.lo `test -f 'clock-location.c' || echo 
'./'`clock-location.c
|  cc -DHAVE_CONFIG_H -I. -I../.. -I./../../libpanel-applet 
-I../../libpanel-applet -Wall -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 
-I/usr/include/gail-1.0 -I/usr/include/evolution-data-server-2.22

Bug#160478: vrms: optionally list contrib packages

2008-04-18 Thread Robert Millan

Hi!

Any news about this?

If I don't hear any reply within a week I'll NMU.

(btw, send any followups to this address, the ackstorm one no longer reaches
my mailbox at this time)

On Tue, Jul 31, 2007 at 12:29:12PM +0200, Robert Millan [ackstorm] wrote:
 tags 160478 patch
 thanks
 
 Hi,
 
 I've adapted Simon's patch to current version and made some cleanup/bugfix.
 
 Please, could you consider appliing?
 
 (note: I'm not sure if this fixes the other bugs that were merged with this
 one, perhaps we should unmerge)
 
 -- 
 Robert Millan

 diff -ur vrms-1.12.old/vrms vrms-1.12/vrms
 --- vrms-1.12.old/vrms2006-11-03 19:15:06.0 +0100
 +++ vrms-1.12/vrms2007-07-31 12:22:33.0 +0200
 @@ -22,6 +22,7 @@
  my $sparse = 0;
  my $help = 0;
  my $explain = 1;
 +my $contrib = 0;
  my $debug = 0;
  my $reasondir = '/usr/share/vrms/reasons/';
  my %reason = ();
 @@ -42,6 +43,7 @@
 if available.
  --sparse, -s Just list non-free packages, nothing else.
  --reason-dir=DIR Use DIR as the reason directory.
 +--contrib, -cList packages in contrib instead of non-free.
  --help, -h   Display this help.
  --debug, -d  Generate debugging information.
  
 @@ -83,6 +85,7 @@
  's|sparse' = \$sparse,
  'e|explain!' = \$explain,
  'reason-dir=s' = \$reasondir,
 +'c|contrib' = \$contrib,
  'd|debug+' = \$debug,
  'h|help' = \$help);
  
 @@ -164,7 +167,7 @@
   ($label, $section) = split(/:\s+/,$_,2);
   print \tsection=[$section]\n if $debug = 1;
   $has_section = 1;   ###  we have necessary section
 - if ($section =~ /non-free|restricted|multiverse/) {
 + if(($contrib  $section =~ /contrib/) || $section =~ 
 /non-free|restricted|multiverse/) {
   ###  read thru rest of array to find descr instead of 
 waiting for it
   my $found_descr =0;
   while (! $found_descr) {
 @@ -264,25 +267,25 @@
  }
  
  if (!$quiet and $nfcnt == 0 and $pnfcnt == 0) {
 -print No non-free packages installed on $sysname!  rms would be 
 proud.\n;
 +print No non-free . ($contrib ? /contrib : ) .  packages 
 installed on $sysname!  rms would be proud.\n
  } elsif (!$quiet and !$sparse) {
  my $total_nonfree = $nonfreecnt + $other_nonfreecnt;
  my $total_installed = $pkgcnt;
  my $percentage = $total_nonfree * 100 / $total_installed;
 -printf \n  %d non-free packages, %2.1f%% of %d installed packages.\n, 
 +printf \n  %d non-free . ($contrib ? /contrib : ) .  packages, 
 %2.1f%% of %d installed packages.\n, 
  $total_nonfree, $percentage, $total_installed;
  }
  
  
  format head =
  @||
 -Non-free packages installed on $sysname
 +Non-free . ($contrib ? /Contrib : ) .  packages installed on $sysname
  
  .
  format partialhead =
  
  @||
 -Non-free packages with status other than installed on $sysname
 +Non-free . ($contrib ? /Contrib : ) .  packages with status other 
 than installed on $sysname
  
  .
  


-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#476667: [samba] smbd panics

2008-04-18 Thread salzmann-debian . math . fu-berlin . de
Package: samba
Version: 3.0.28a-1
Severity: important

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

I see frequent PANICs of smbd like the following with various WINXP and Xin2003 
clients.


[2008/04/17 15:37:35, 0] lib/fault.c:fault_report(41)
  ===
[2008/04/17 15:37:35, 0] lib/fault.c:fault_report(42)
  INTERNAL ERROR: Signal 6 in pid 13309 (3.0.28a)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2008/04/17 15:37:35, 0] lib/fault.c:fault_report(44)

  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2008/04/17 15:37:35, 0] lib/fault.c:fault_report(45)
  ===
[2008/04/17 15:37:35, 0] lib/util.c:smb_panic(1633)
  PANIC (pid 13309): internal error
[2008/04/17 15:37:35, 0] lib/util.c:log_stack_trace(1737)
  BACKTRACE: 34 stack frames:
   #0 /usr/sbin/smbd(log_stack_trace+0x1c) [0x60de0c]
   #1 /usr/sbin/smbd(smb_panic+0x43) [0x60def3]
   #2 /usr/sbin/smbd [0x5fbd62]
   #3 /lib/libpthread.so.0 [0x2b541edbc7d0]
   #4 /lib/libc.so.6(gsignal+0x35) [0x2b5420205025]
   #5 /lib/libc.so.6(abort+0x110) [0x2b5420206a80]
   #6 /lib/libc.so.6(__assert_fail+0xef) [0x2b54201fe42f]
   #7 /usr/lib/liblber-2.4.so.2(ber_flush2+0x16f) [0x2b541dbe1eef]
   #8 /usr/lib/libldap_r-2.4.so.2(ldap_int_flush_request+0x2c) [0x2b541d9b7b2c]
   #9 /usr/lib/libldap_r-2.4.so.2(ldap_send_server_request+0x38f) 
[0x2b541d9b7f6f]
   #10 /usr/lib/libldap_r-2.4.so.2(ldap_send_initial_request+0x96) 
[0x2b541d9b80d6]
   #11 /usr/lib/libldap_r-2.4.so.2(ldap_search+0xbd) [0x2b541d9a8cad]
   #12 /usr/lib/libldap_r-2.4.so.2(ldap_search_st+0x2a) [0x2b541d9a8dca]
   #13 /lib/libnss_ldap.so.2 [0x2b54216fd0a3]
   #14 /lib/libnss_ldap.so.2 [0x2b54216fc345]
   #15 /lib/libnss_ldap.so.2 [0x2b54216fce6e]
   #16 /lib/libnss_ldap.so.2(_nss_ldap_initgroups_dyn+0x27c) [0x2b54216feb0c]
   #17 /lib/libc.so.6 [0x2b542026d787]
   #18 /lib/libc.so.6(getgrouplist+0x6b) [0x2b542026da3b]
   #19 /usr/sbin/smbd [0x6296b5]
   #20 /usr/sbin/smbd(getgroups_unix_user+0x6a) [0x62978a]
   #21 /usr/sbin/smbd(create_token_from_username+0x3c7) [0x64f797]
   #22 /usr/sbin/smbd(create_local_token+0x74) [0x650904]
   #23 /usr/sbin/smbd [0x652455]
   #24 /usr/sbin/smbd [0x5077be]
   #25 /usr/sbin/smbd(ntlmssp_update+0x25f) [0x5071bf]
   #26 /usr/sbin/smbd(auth_ntlmssp_update+0x2a) [0x65215a]
   #27 /usr/sbin/smbd [0x49af6a]
   #28 /usr/sbin/smbd(reply_sesssetup_and_X+0x963) [0x49c3c3]
   #29 /usr/sbin/smbd [0x4c6fae]
   #30 /usr/sbin/smbd(smbd_process+0x7d2) [0x4c8332]
   #31 /usr/sbin/smbd(main+0x8cd) [0x6bde1d]
   #32 /lib/libc.so.6(__libc_start_main+0xf4) [0x2b54201f11c4]
   #33 /usr/sbin/smbd [0x45a789]
[2008/04/17 15:37:35, 0] lib/fault.c:dump_core(181)
  dumping core in /var/log/samba/cores/smbd
[2008/04/17 15:37:35, 1] smbd/service.c:make_connection_snum(1033)
  HOSTNAME (IP) connect to service USERNAME initially as user USERNAME 
(uid=UID, gid=GID) (pid 16436)
smbd: /build/buildd/openldap2.3-2.4.7/libraries/liblber/io.c:234: ber_flush2: 
Assertion `( (sb)-sb_opts.lbo_valid == 0x3 )' failed.
[2008/04/17 16:16:01, 0] lib/fault.c:fault_report(41)


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

Debian Release: lenny/sid

--- Package information. ---
Depends  (Version) | Installed
==-+-
adduser| 3.107
debconf  (= 0.5)  | 1.5.20
 OR debconf-2.0| 
libacl1  (= 2.2.11-1) | 2.2.45-1
libattr1 (= 2.4.41-1) | 1:2.4.41-1
libc6   (= 2.7-1) | 2.7-6
libcomerr2 (= 1.33-3) | 1.40.8-2
libcupsys2  (= 1.3.4) | 1.3.6-3+lenny1
libgnutls26   (= 2.2.0-0) | 2.2.2-1
libkrb53   (= 1.6.dfsg.2) | 1.6.dfsg.3~beta1-4
libldap-2.4-2   (= 2.4.7) | 2.4.7-6.1
libpam-modules | 0.99.7.1-6
libpam-runtime  (= 0.76-13.1) | 0.99.7.1-6
libpam0g (= 0.99.7.1) | 0.99.7.1-6
libpopt0 (= 1.10) | 1.10-3
logrotate  | 3.7.1-3
lsb-base(= 3.0-6) | 3.1-24
procps | 1:3.2.7-6
samba-common (= 3.0.28a-1) | 3.0.28a-1
update-inetd   | 4.30
zlib1g | 1:1.2.3.3.dfsg-11




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



Bug#476669: libpng: CVE-2008-1382 denial of service and possibly code execution

2008-04-18 Thread Nico Golde
Package: libpng
Severity: grave
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for libpng.


CVE-2008-1382[0]:
| libpng 1.0.6 through 1.0.32, 1.2.0 through 1.2.26, and 1.4.0beta01
| through 1.4.0beta19 allows context-dependent attackers to cause a
| denial of service (crash) and possibly execute arbitrary code via a
| PNG file with zero length unknown chunks, which trigger an access of
| uninitialized memory.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1382
http://security-tracker.debian.net/tracker/CVE-2008-1382

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpUKn3YdZQ5s.pgp
Description: PGP signature


Bug#460830: gnome-power-manager: Should provide a mean to set battery levels for signals

2008-04-18 Thread Josselin Mouette
Le mardi 15 janvier 2008 à 08:26 +0100, alberto maurizi a écrit :
 It would be nice to have the possibility to set the battery levels for
 suspend/hibernate signals.

These settings are hidden, but can be set through GConf, in
/apps/gnome-power-manager/thresholds.

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


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


Bug#475956: gstcodecs.conf makes empathy voip fail due to no valid candidates, removing it lets it work

2008-04-18 Thread Sjoerd Simons
On Mon, Apr 14, 2008 at 02:33:43AM -0500, Diego Escalante Urrelo wrote:
 Package: libfarsight0.1-3
 Version: 0.1.27-1
 Severity: serious
 
 --- Please enter the report below this line. ---
 
 Using debian sid to call another debian sid, I was unable to connect
 both machines using empathy voip until I removed the mentioned file.
 I don't have the exact error at hand now (you might note I'm reporting
 from not a debian machine), but I guess you appreciate a heads up on
 this issue.
 
 If you cannot reproduce I'll try to get such thing, but basically both
 stream-engines couldn't agree on a codec, no matter they both where
 using the same version of everything and that the mentioned missing
 plugins (like theora or speex) where correctly installed in the system.

Which version of telepathy-gabble, telepathy-stream-engine  etc were you using?
Was this with SIP or XMPP? Can you attach a log from telepathy-stream-engine?

To get such a log run the following and then make the call:
  STREAM_ENGINE_DEBUG=all STREAM_ENGINE_PERSIST=true 
/usr/lib/telepathy/telepathy-stream-engine


  Sjoerd



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



Bug#476670: aircrack-ng: segfaults when stopped using ^c

2008-04-18 Thread Folkert van Heusden
Package: aircrack-ng
Version: 1:1.0~beta2-2
Severity: normal


aircrack-ng: segfaults when stopped using ^c

Index number of target network ?  -- press ctrl+c here
Quitting aircrack-ng...
Segmentation fault


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

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

Versions of packages aircrack-ng depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libsqlite3-0   3.5.7-1   SQLite 3 shared library
ii  libssl0.9.80.9.8g-8  SSL shared libraries
ii  wireless-tools 29-1  Tools for manipulating Linux Wirel
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

aircrack-ng recommends no packages.

-- no debconf information



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



Bug#476671: gnome-terminal: tabbar should not have keyboard focus

2008-04-18 Thread Marius Mikucionis
Package: gnome-terminal
Version: 2.22.0-1
Severity: minor

I sometimes use mouse to switch between windows, and if I click on 
a tab in gnome-terminal the tab gets keyboard focus, i.e. everything I type
goes to the tab and the terminal itself does not get anything -- this gives
an impression that the terminal is frozen.
One has to look very closely to find out that the terminal cursor is different,
i.e. the keyboard focus is not on the terminal, and then discover that it is 
on the tab.
This is confusing to say the least (tab is not an input field, and one does 
not expect to be able to type anything there), moreover the keystrokes get lost
on the tab and it takes time to grab the mouse again, wigle it to terminal and 
then move hand back to keyboard and retype the lost keystrokes.

In short, my point is that there is nothing to type onto the tab/tabbar 
therefore user should not be encouraged to type anything there and tabs 
should not get/have the keyboard focus in the first place.

Situation may be different for other applications where user has an oportunity
to switch between tabs, but terminal is a keyboard intensive application and
GUI consistent keyboard shortcuts (like TAB key) do not transfer the focus 
back to tabbar, so the left/right arrow functionality on gnome-terminal tabbar 
is lost anyway.

Best regards,
Marius

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

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

Versions of packages gnome-terminal depends on:
ii  gnome-control-center   1:2.22.0-2utilities to configure the GNOME d
ii  gnome-terminal-data2.22.0-1  Data files for the GNOME terminal 
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libvte91:0.16.13-1   Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  scrollkeeper   0.3.14-16 A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp  2.20.0-2   Help browser for GNOME 2

-- no debconf information



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



Bug#435666: libnet-ldap-perl: wrapping of Net::LDAP::LDIF-write_entry broken

2008-04-18 Thread Bjørn Mork
tags 435666 fixed-upstream
thanks


This bug is fixed in upstream release perl-ldap 0.35:

perl-ldap 0.35 -- Sun Mar 30 13:35:04 CDT 2008
==

Bug Fixes
 * Fix wrapping in Net::LDAP::LDIF
[..]

Please note that the bug not only produces broken output files, but also
can cause a division by zero if wrap == 1.


Bjørn


pgpIYS6HWF6im.pgp
Description: PGP signature


Bug#476667: [Pkg-samba-maint] Bug#476667: [samba] smbd panics

2008-04-18 Thread Julien Cristau
On Fri, Apr 18, 2008 at 13:01:16 +0200, [EMAIL PROTECTED] wrote:

#6 /lib/libc.so.6(__assert_fail+0xef) [0x2b54201fe42f]
#7 /usr/lib/liblber-2.4.so.2(ber_flush2+0x16f) [0x2b541dbe1eef]
#8 /usr/lib/libldap_r-2.4.so.2(ldap_int_flush_request+0x2c) 
 [0x2b541d9b7b2c]
#9 /usr/lib/libldap_r-2.4.so.2(ldap_send_server_request+0x38f) 
 [0x2b541d9b7f6f]
#10 /usr/lib/libldap_r-2.4.so.2(ldap_send_initial_request+0x96) 
 [0x2b541d9b80d6]
#11 /usr/lib/libldap_r-2.4.so.2(ldap_search+0xbd) [0x2b541d9a8cad]
#12 /usr/lib/libldap_r-2.4.so.2(ldap_search_st+0x2a) [0x2b541d9a8dca]
#13 /lib/libnss_ldap.so.2 [0x2b54216fd0a3]
#14 /lib/libnss_ldap.so.2 [0x2b54216fc345]
#15 /lib/libnss_ldap.so.2 [0x2b54216fce6e]
#16 /lib/libnss_ldap.so.2(_nss_ldap_initgroups_dyn+0x27c) [0x2b54216feb0c]

There's a good chance this is a bug in libldap rather than samba.

Cheers,
Julien



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



Bug#476646: debian-edu: Please include software packages that are relevant for development

2008-04-18 Thread Andreas Tille

On Fri, 18 Apr 2008, Petter Reinholdtsen wrote:


Adding a new task is not going to affect the distribution media.  It
will force the debian-edu package to pass NEW, so we should be careful
with the timing anyway. :)


OK, this is the other reason why I did not just commited the change.
What do you think regarding the fact that ftpmaster has good chances
to work more efficiently these days:  Upload now with additional package
to make sure that it will be included soon or hold it back for a
long time?

Kind regards

  Andreas.

--
http://fam-tille.de



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



Bug#476672: linux-image-2.6.24-1-686: alsa snd-cs46xx module missing (all linux-image packages)

2008-04-18 Thread Chris Lale
Package: linux-image-2.6.24-1-686
Version: 2.6.24-5
Severity: normal

*** Please type your report below this line ***

Alsa sound stopped working on my Thinkpad T20 after upgrading from Etch
(2.6.18-5-686) to Lenny Testing (2.6.24-1-686). None of the 2.6.24 stock kernel
packages include the snd-cs46xx kernel module for the Cirrus Logic sound card.

I built the driver from the alsa-base package using module-assistant and
installed the resulting snd-cs46xx module. It works fine. Is possible to include
snd-cs46xx.ko in the linux-image packages so that sound works out of the box
once more?

Thanks,
Chris.


-- Package-specific info:
** Version:
Linux version 2.6.24-1-686 (Debian 2.6.24-5) ([EMAIL PROTECTED]) (gcc version
4.1.3 20080308 (prerelease) (Debian 4.1.2-21)) #1 SMP Thu Mar 27 17:45:04 UTC 
2008

** Command line:
root=/dev/hda6 ro

** Not tainted

** Kernel log:
Yenta: CardBus bridge found at :00:02.0 [1014:0130]
Yenta: Using INTVAL to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket :00:02.0, mfunc 0x1000, devctl 0x66
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Yenta: ISA IRQ mask 0x04b8, PCI irq 11
Socket status: 3020
Yenta: CardBus bridge found at :00:02.1 [1014:0130]
Yenta: Using INTVAL to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket :00:02.1, mfunc 0x1000, devctl 0x66
Linux agpgart interface v0.102
Yenta: ISA IRQ mask 0x04b8, PCI irq 11
Socket status: 3006
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
agpgart: Detected an Intel 440BX Chipset.
agpgart: AGP aperture is 64M @ 0xf800
piix4_smbus :00:07.3: Found :00:07.3 device
piix4_smbus :00:07.3: IBM system detected; this module may corrupt your
serial eeprom! Refusing to load module!
piix4_smbus: probe of :00:07.3 failed with error -1
input: PC Speaker as /class/input/input2
pccard: CardBus card inserted into slot 0
Real Time Clock Driver v1.12ac
IBM TrackPoint firmware: 0x0e, buttons: 3/3
input: TPPS/2 IBM TrackPoint as /class/input/input3
input: Power Button (FF) as /class/input/input4
ACPI: Power Button (FF) [PWRF]
input: Lid Switch as /class/input/input5
ACPI: Lid Switch [LID]
input: Sleep Button (CM) as /class/input/input6
ACPI: Sleep Button (CM) [SLPB]
parport_pc 00:0d: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
input: Video Bus as /class/input/input7
ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
irda_init()
NET: Registered protocol family 23
nsc-ircc 00:0e: activated
nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 1.
nsc-ircc, chip-init
nsc-ircc, Found chip at base=0x02e
nsc-ircc, driver loaded (Dag Brattli)
IrDA: Registered device irda0
nsc-ircc, Found dongle: Sharp RY5HD01
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
ACPI: PCI Interrupt :00:05.0[A] - Link [LNKA] - GSI 11 (level, low) - 
IRQ 11
gameport: CS46xx Gameport is pci:00:05.0/gameport0, speed 1807kHz
PCI: Enabling device :02:00.0 ( - 0002)
ACPI: PCI Interrupt :02:00.0[A] - Link [LNKA] - GSI 11 (level, low) - 
IRQ 11
rt2500 1.1.0 CVS CVS Release http://rt2x00.serialmonkey.com
PCI: Setting latency timer of device :02:00.0 to 64
udev: renamed network interface eth1 to wlan0
Adding 240932k swap on /dev/hda5.  Priority:-1 extents:1 across:240932k
EXT3 FS on hda6, internal journal
loop: module loaded
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: [EMAIL PROTECTED]
fuse init (API version 7.9)
rt2500 EEPROM:  1  2  3  4  5  6  7  8  9 10 11 12 13 14  Channel
rt2500 EEPROM:  6  6  6  6  6  8  8  8  8  8  8  8  6  6  dBm Maximum
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IBM machine detected. Enabling interrupts during APM calls.
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
wlan0: no IPv6 routers present
ondemand governor failed, too long transition latency of HW, fallback to
performance governor
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
Non-volatile memory driver v1.2
thinkpad_acpi: ThinkPad ACPI Extras v0.17
thinkpad_acpi: http://ibm-acpi.sf.net/
thinkpad_acpi: ThinkPad BIOS IYET50WW (1.11 ), EC unknown
input: ThinkPad Extra Buttons as /class/input/input8
ADDRCONF(NETDEV_UP): eth0: link is not ready
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
ide: failed opcode was: 0xef
hdc: drive_cmd: status=0x51 

Bug#476673: Missing dependency for notification-daemon-xfce

2008-04-18 Thread Ronald
Package: notification-daemon-xfce
Version: 0.3.7-1
Severity: normal

Notification-daemon-xfce is a replacement for Notification-daemon (from Gnome). 
I Installed the program out of curiosity, the 
result was that I had no messages at all. A 1 minute search on the site 
revealed that it needed libnotify. On my system, libnotify1 
was installed (don't know if it is the correct one). However, you also need 
libnotify-bin to actually make the program work.

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

Kernel: Linux 2.6.24
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages notification-daemon-xfce depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.20-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libsexy2   0.1.11-2  collection of additional GTK+ widg
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfce4mcs-client34.4.2-3   Client library for Xfce4 configure
ii  libxfce4mcs-manager3   4.4.2-3   Manager library for Xfce4 configur
ii  libxfce4util4  4.4.2-2   Utility functions library for Xfce
ii  libxfcegui4-4  4.4.2-2   Basic GUI C functions for Xfce4
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

notification-daemon-xfce recommends no packages.

-- no debconf information



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



Bug#476287: user strings spread confusion about contrib non-free

2008-04-18 Thread Robert Millan
On Wed, Apr 16, 2008 at 04:12:00PM +0200, Julian Andres Klode wrote:
 I'll disable the chooser and hardcode SHOW_ONLY_FREE. As there are only about 
 5
 applications in contrib+non-free, which can be installed from g-a-i, this 
 won't
 hurt.
 
 Maybe I'll replace it with the desktop chooser: 'All Applications', 'GNOME
 Applications', 'KDE Applications', 'XFCE Applications'. This makes more sense
 than choosers for non-free or 3rd party software, which won't be available 
 anymore.

Looks good.. thank you.

As for the patch, it was just a suggested approach (truly, anything that
doesn't jeopardize the Social Contract or spread confusion about it is fine
with me).

  -  component of Debian?),
  +  distribution?),
 Well, distribution is a bit confusing. main, contrib, non-free are often
 refered to as sections or components. distribution is more used for the
 different suites.

component implies that it is part of something.  In this case, it's somewhat
left to ambiguity whether this something is the archive or the Debian
distribution.  I think out of components and sections, the latter is more
clear.

Btw, it's nice to see this added to Debian.  Will we see it added to the
gnome metapackage (or desktop task) anytime soon?

Thanks

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#344759: (no subject)

2008-04-18 Thread Craig Sanders
This bug is particularly annoying when using screen from within a tabbed
terminal emulator (i do this frequently...ssh into a remote host, with
the tab title set to the host's name, then run screen), because it
doesn't just change the tab title, it also changes the icon-title.

this causes the Gnome panel applet, Window List, to display mrxvt's name
as whatever the current screen window title is.

to demonstrate:

1. run X, with gnome, and make sure you have a panel with the Window
List applet running in it.

2. start up mrxvt, a nice tabbed terminal.

3. open several new tabs.  change the titles on them.  the tab titles
will change but mrxvt's name in Window List remains unchanged.

4. start screen.

5. change the title of the current screen window.  watch in amazement
as it changes not only the tab title but also mrxvt's name in Window
List.   

6. create more windows in screen and do the same.  see it change
both tab and icon title as you switch between screen windows.

7. click on another tab in mrxvt.  the icon title stays exactly the same
as what screen set it to.

8. try changing the title of a tab in mrxvt.  the tab changes title OK,
but the icon title (i.e. in Window List) doesn't.  in other words,
you can't fix the title from mrxvt.

9. try a program such as xttitle to change the title.  it will also
change both the tab title and the icon title.  success!

10. actually, no...just failure! change back to the screen tab in mrxvt,
and then change to another window in screen. it screws up your icon
title again.

there is no fix, because screen is doing the wrong thing every time you
switch to another window in screen. it should set only the window title
with ESC]2, and not the icon title with ESC]0

obviously, there's some element of personal preference and personal
working environment here. 

the ultimate fix that should satisfy everyone is that screen should be
configurable so that the user can choose whether screen sets the window
title, the icon title, neither, or both. i honestly don't care what the
default setting it - leave it as it currently is so the change doesn't
surprise anyone. i'd be happy to edit my .screenrc if only there was an
option to edit.


please forward this bug report upstream.  it should contain enough
detail to describe what the problem is and why it's happening, and
hopefully come up with a fix.


craig

-- 
craig sanders [EMAIL PROTECTED]



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



Bug#476674: istanbul: Istanbul does not work with Python 2.5 installed

2008-04-18 Thread Alban Crequy
Package: istanbul
Version: 0.2.2-3
Severity: important

When Istanbul is started from a console it crashs:

$ istanbul 
Traceback (most recent call last):
  File /usr/bin/istanbul, line 30, in module
from istanbul.main import main
  File /var/lib/python-support/python2.5/istanbul/main/main.py, line 32, in 
module
from istanbul.main.save_window import SaveWindow
  File /var/lib/python-support/python2.5/istanbul/main/save_window.py, line 
20, in module
import gtk
  File /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py, line 48, in 
module
from gtk import _gtk
  File /usr/lib/python2.4/site-packages/cairo/__init__.py, line 1, in module
from _cairo import *
ImportError: /usr/lib/python2.4/site-packages/cairo/_cairo.so: undefined 
symbol: Py_InitModule4

It seems to use both python2.4 and python 2.5.

When I start Istanbul with the following command, it works:
$ python2.4 /usr/bin/istanbul

ii  python 2.5.2-1An interactive high-level object-oriented la
ii  python2.4  2.4.5-2An interactive high-level object-oriented la
ii  python2.5  2.5.2-3An interactive high-level object-oriented la



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

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

Versions of packages istanbul depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gettext0.17-2GNU Internationalization utilities
ii  gstreamer0.10-alsa 0.10.19-1 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base 0.10.19-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.7-3  GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.19-1 GStreamer plugins for X11 and Pang
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxdamage11:1.1.1-3 X11 damaged region extension libra
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxml22.6.32.dfsg-1 GNOME XML library
ii  python 2.5.2-1   An interactive high-level object-o
ii  python-glade2  2.12.1-1  GTK+ bindings: Glade support
ii  python-gnome2  2.22.0-1  Python bindings for the GNOME desk
ii  python-gnome2-extras   2.14.3-1+b1   Python bindings for the GNOME desk
ii  python-gst0.10 0.10.11-1 generic media-playing framework (P
ii  python-support 0.7.7 automated rebuilding support for P
ii  python-xlib0.14-1Interface for Python to the X11 Pr

istanbul recommends no packages.

-- no debconf information



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



Bug#475117: qlandkarte: always starts maximized

2008-04-18 Thread Michael Hanke
severity 475117 wishlist
thanks


Hi,

On Wed, Apr 09, 2008 at 08:17:08AM +0200, Tino Keitel wrote:
 Package: qlandkarte
 Version: 0.7.1~dfsg.1-2
 Severity: normal
 
 Hi,
 
 qlandkarte always starts with a maximized window. It should better not
 always start maximized, but remember the window position that it had the
 last time when it was used.
This bug is not Debian-specific, therefore I forwarded it upstream. Here
is what upstream says:

---
 The window maximize is a desired feature. I like it that way. I know that
 is pretty despotic.
---

ATM, I do not plan to change this behavior. However, I consider your
concerns valid. I will keep the bug open, but downgrade its severity to
'wishlist'. Of course you are welcome to submit a patch.


Thanks,

Michael


-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



Bug#476646: debian-edu: Please include software packages that are relevant for development

2008-04-18 Thread Petter Reinholdtsen
[Andreas Tille]
 OK, this is the other reason why I did not just commited the change.
 What do you think regarding the fact that ftpmaster has good chances
 to work more efficiently these days: Upload now with additional
 package to make sure that it will be included soon or hold it back
 for a long time?

I would recommend branching and uploading to experimental, and merge
and upload to unstable when the new package has been accepted into
experimental.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#476675: [xaralx] crashes on print

2008-04-18 Thread eschmit
Package: xaralx
Version: 0.7r1785-2
Severity: grave

--- Please enter the report below this line. ---
Xaralx crashes when printing. Here the output:

(xaralx:31164): GnomePrint-WARNING **: Could not create filter from 
description 'GnomePrintFilterSelect': filter 'GnomePrintFilterSelect' is 
unknown

(xaralx:31164): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(xaralx:31164): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(xaralx:31164): GnomePrint-WARNING **: Could not create filter from 
description 'GnomePrintFilterClip [ GnomePrintFilterMultipage ]': 
filter 'GnomePrintFilterClip' is unknown

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

(xaralx:31164): libgnomeprintui-CRITICAL **: 
gnome_print_layout_selector_load_filter: assertion `GNOME_IS_PRINT_FILTER 
(f)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GnomePrint-CRITICAL **: gnome_print_filter_reset: assertion 
`GNOME_IS_PRINT_FILTER (f)' failed

(xaralx:31164): GnomePrint-CRITICAL **: gnome_print_filter_flush: assertion 
`GNOME_IS_PRINT_FILTER (f)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed

(xaralx:31164): GnomePrint-CRITICAL **: gnome_print_filter_reset: assertion 
`GNOME_IS_PRINT_FILTER (f)' failed

(xaralx:31164): GnomePrint-CRITICAL **: gnome_print_filter_flush: assertion 
`GNOME_IS_PRINT_FILTER (f)' failed

** (xaralx:31164): WARNING **: could not set the value of 
Settings.Document.Filter, node not found
Segmentation fault


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.23.12-slh64-smp-2

Debian Release: lenny/sid
  500 unstablewww.zwets.com 
  500 unstablewww.winki-the-ripper.de 
  500 unstablewww.debian-multimedia.org 
  500 unstablesidux.com 
  500 unstablemirror.home-dn.net 
  500 unstableftp.spline.de 
  500 unstableftp.mirrorservice.org 
  500 unstableftp.it.debian.org 
  500 unstabledebian.vakevainen.fi 
  500 unstabledebian.alphagemini.org 
  500 testing ftp.it.debian.org 
  500 stable  apt.tt-solutions.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (= 2.7-1) | 2.7-10
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libgcc1(= 1:4.1.1-21) | 1:4.3.0-3
libglib2.0-0   (= 2.12.0) | 2.16.3-2
libgtk2.0-0(= 2.12.0) | 2.12.9-3
libjpeg62  | 6b-14
libpango1.0-0  (= 1.20.0) | 1.20.2-2
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libstdc++6(= 4.2.1-4) | 4.3.0-3
libwxbase2.6-0  (= 2.6.3.2.2) | 2.6.3.2.2-2
libwxgtk2.6-0   (= 2.6.3.2.2) | 2.6.3.2.2-2
libxml2(= 2.6.27) | 2.6.32.dfsg-1


-- 
Powered by Sidux GNU/Linux


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


Bug#476647: [ocaml.mk] doc-base section of api-reference should be Programming

2008-04-18 Thread Romain Beauxis

Hi all !

On Fri, 18 Apr 2008 10:40:14 +0200, Stefano Zacchiroli [EMAIL PROTECTED]
wrote:
 IIRC it was Programming/OCaml, but I'm not sure. Please check the
 thread, find the appropriate value, and (re-)fix the bug accordingly.

All the package I maintain now use Programming/OCaml, though lintian still
complains.


Romain
-- 
If you are the big  three,
We are the small axe...




Bug#452121: xserver-xorg: keyboard stops working

2008-04-18 Thread Andrea
I can confirm the bug. It happens to me randomly, not able to reproduce.
When the problem occurs I have this line logged in /var/log/Xorg.0.log :

(WW) xf86CloseConsole: VT_WAITACTIVE failed: Interrupted system call

and also this one in /var/log /daemon.log:

Apr 16 15:53:37 debian /usr/sbin/gpm[2144]: O0o.oops(): 
[daemon/open_console.c(55)]: 
Apr 16 15:53:37 debian /usr/sbin/gpm[2144]: Opening console failed.

Disabling gpm doesn't solve the problem (verified!).

Regards,
Andrea



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



Bug#476519: shell-mode garbles input

2008-04-18 Thread jidanni
SJ Please try the following:
SJ log in as root on the console, type su - nobody (getting the No
SJ directory,... message above) and type e.  Without hitting return, I got
SJ the message: -su: e: command not found.

Holy moly, I can reproduce that. I apologize to emacs  co. It is a su bug.

Dear http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476519 team:
please see
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-04/msg00080.html
First fix that and then maybe 476519 will get fixed in the process.

Regarding 476519:
NF Could you reproduce it with another user?
No, but yes with the e bug.
NF Could you reproduce it with another terminal (console)?
tty1: no, but didn't try hard. e bug: yes.
NF Are you using special PAM modules?
I don't know, I just installed vanilla sid several years ago and don't
play around with the advanced parts.
NF You mentioned no messages in /var/log/auth.log,
Just the normal ones I posted. On a different machine I get
  pam_env(su:session): Unable to open env file: /etc/environment: No
  such file or directory
but that doesn't affect if the bug occurs or not.
NF are there messages in /var/log/syslog?
No.
NF What's your probability of occurrence? (1 out of 3?)
Seems to come in clumps... maybe 5 bads in a row, then good until
close the shell window. But not always.
Or bad to nobody, good to user2, then bad to nobody.
NF Can you try to get a systrace of su when it fails and compare it with a
NF successful session.
If you mean strace, well, whenever I try it the bug doesn't occur,
under strace.

Anyway, fix the e bug and maybe 476519 will get fixed in the
process. Actually, it's the first character typed, and not just e.



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



Bug#476673: [Pkg-xfce-devel] Bug#476673: Missing dependency for notification-daemon-xfce

2008-04-18 Thread Yves-Alexis Perez
On Fri, Apr 18, 2008 at 11:21:36AM +, Ronald wrote:
 Notification-daemon-xfce is a replacement for Notification-daemon (from
 Gnome). I Installed the program out of curiosity, the result was that I had
 no messages at all. A 1 minute search on the site revealed that it needed
 libnotify. On my system, libnotify1 was installed (don't know if it is the
 correct one). However, you also need libnotify-bin to actually make the
 program work.

No. It works fine here without libnotify-bin. I'm testing it with thunar. What
apps don't manage to send the notifies? Maybe _they_ need to depend on
libnotify-bind.

Can you elaborate a bit on your config?

Cheers,
-- 
Yves-Alexis



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



Bug#475302: vz starts to early in boot process

2008-04-18 Thread Ola Lundqvist
Thanks for the infomration.

Best regards,

// Ola

On Thu, Apr 17, 2008 at 01:45:54PM +0100, Marcin Owsiany wrote:
 On Thu, Apr 10, 2008 at 02:14:39PM +0100, Marcin Owsiany wrote:
  On Thu, Apr 10, 2008 at 10:13:42AM +0200, Ola Lundqvist wrote:
   I think this problem is actually with drbd. The reason is that normally
   all filesystem parts are actually in /etc/rcS.d/. Shouldn't it be
   even before S35mountall.sh?
   
   Or do you have an other opinion?
  
  Well, the init.d script which comes with (upstream?) drbd package contains:
  # Required-Start: $network $syslog sshd
 [...]
  Do the drbd maintainers care to comment?
 
 I think that DRBD needs to start much sooner than 70. There could be
 lots of services which need to store their data on a drbd, VEs being
 just and example.
 
 Depending on whether it is necessary to wait for ssh start before
 starting DRBD, this might need action from both drbd and vzctl
 maintainers.
 
 I'm going to clone and reassign this bug to drbd packages now.
 
 Hopefully dependency-based init schemes will make this a non-issue at
 some point, but for now some solution needs to be implemented.
 
 -- 
 Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
 GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#476535: vzctl: Possibility to mount/bind into VE fs

2008-04-18 Thread Ola Lundqvist
Hi Peter

Do we need a poststop as well? 

Best regards,

// Ola

On Thu, Apr 17, 2008 at 01:42:10PM +0200, Peter Gervai wrote:
 Package: vzctl
 Version: 3.0.22-5
 Severity: wishlist
 Tags: patch
 
 Attached patch makes ve start script to mount ve and run
 /etc/conf/veid-prestart.sh
 if it exists. 
 
 Example file /etc/conf/102-prestart.sh:
 
 #!/bin/sh
 if [ ! -d  /var/lib/vz/root/102/var/log ]; then
 echo $0 error: VE base dir not yet mounted!
 exit
 fi
 mount /dev/mapper/web-ve102log /var/lib/vz/root/102/var/log -onosuid,nodev
 ## EOF
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.18-028stab053-bl-ovz (SMP w/4 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages vzctl depends on:
 ii  iproute 20080108-1   Professional tools to control 
 the 
 ii  libc6   2.7-6GNU C Library: Shared libraries
 ii  vzquota 3.0.11-1dso1 OpenVZ - server virtualization 
 sol
 
 Versions of packages vzctl recommends:
 ii  rsync 3.0.0-2fast remote file copy program 
 (lik
 
 -- no debconf information

 --- vz.orig   2008-03-02 17:07:51.0 +0100
 +++ vz.grin   2008-04-11 15:48:56.804114963 +0200
 @@ -358,6 +358,20 @@
   print_result $msg
  }
  
 +prestart_ve()
 +{
 + local veid
 + veid=$1
 + # run prestart.sh for veid (like bind mounting into its root/
 + if [ -x ${CONFIG_DIR}/${veid}-prestart.sh ]; then
 + __echo Mounting VE${veid} and running prestart: 
 + msg=`$VZCTL mount ${veid} 21`
 + print_result $msg
 + . ${CONFIG_DIR}/${veid}-prestart.sh
 + fi
 +}
 +
 +
  start_ves()
  {
   local veid
 @@ -384,6 +398,8 @@
   fi
   fi
   fi
 + # run prestart.sh for veid (like bind mounting into its root/)
 + prestart_ve ${veid}
   msg=`$VZCTL start ${veid} 21`
   print_result $msg
   done
 @@ -392,6 +408,7 @@
   $VZCTL stop ${veid} 21 /dev/null 21
   print_result $msg
   __echo Starting VE ${veid}: 
 + prestart_ve ${veid}
   msg=`$VZCTL start ${veid} 21`
   print_result $msg
   done


-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#468148: arno-iptables-firewall: Errors starting on Sparc build

2008-04-18 Thread Michael Hanke
Hi,

I just wondered: Is there any update? Is the problem identified or even
solved? Should this report be closed or merged with another bug?

Thanks,

Michael


On Wed, Feb 27, 2008 at 02:29:38PM +0100, Arno van Amersfoort wrote:
 Michael,

 I'm already looking into this problem (the submitter provided a SUN  
 sparc machine I can use for testing). I've already somehat isolated the  
 problem, but as it looks now the issue is probably in the iptables  
 binary (or kernel) used by Debian/Sparc. I will also post a bug against  
 the iptables-package, and see what they can come up with

 cheers,

 Arno

 Michael Hanke wrote:
 Hi Marco,

 thanks for your report. Could you please provide your configuration
 files:

 /etc/arno-iptables-firewall/debconf.cfg
 /etc/arno-iptables-firewall/firewall.conf

 Please be sure to remove any possibly confidential information from it
 before posting.

 Thanks,

 Michael


 On Wed, Feb 27, 2008 at 11:58:21AM +0100, Marco Rijnsburger wrote:
   
 Package: arno-iptables-firewall
 Version: 1.8.8.i-2
 Severity: important



 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: sparc (sparc64)

 Kernel: Linux 2.6.18-3-sparc64-smp (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 arno-iptables-firewall depends on:
 ii  debconf [debconf-2.0]   1.5.19   Debian configuration 
 management sy
 ii  gawk1:3.1.5.dfsg-4   GNU awk, a pattern scanning 
 and pr
 ii  iptables1.3.8.0debian1-1 administration tools for 
 packet fi
 ii  lynx2.8.6-2  Text-mode WWW Browser

 Versions of packages arno-iptables-firewall recommends:
 ii  iproute   20080108-1 Professional tools to 
 control the 

 -- debconf information:
 * arno-iptables-firewall/config-int-nat-net: 172.16.2.0
 * arno-iptables-firewall/dynamic-ip: false
 * arno-iptables-firewall/config-int-net: 255.255.255.0
 * arno-iptables-firewall/icmp-echo: true
 * arno-iptables-firewall/services-udp: 53
   arno-iptables-firewall/title:
 * arno-iptables-firewall/config-ext-if: eth0
 * arno-iptables-firewall/services-tcp: 25 53 110 143 443 1
 * arno-iptables-firewall/restart: true
 * arno-iptables-firewall/config-int-if: eth1
 * arno-iptables-firewall/nat: true
 * arno-iptables-firewall/debconf-wanted: true

 # ./arno-iptables-firewall start
 Arno's Iptables Firewall Script 1.8.8.i-2
 ---
 Sanity checks passed...OK
 Detected IPTABLES module... Loading additional IPTABLES modules:
 All IPTABLES modules loaded!
 Setting the kernel ring buffer to only log panic messages to the console
 Configuring /proc/ settings:
  Enabling anti-spoof with rp_filter
  Enabling SYN-flood protection via SYN-cookies
  Disabling the logging of martians
  Disabling the acception of ICMP-redirect messages
  Setting the max. amount of simultaneous connections to 16384
  Enabling protection against source routed packets
  Setting default conntrack timeouts
  Enabling reduction of the DoS'ing ability
  Setting Default TTL=64
  Disabling ECN (Explicit Congestion Notification)
  Enabling support for dynamic IP's
  Flushing route table
 /proc/ setup done...
 Flushing rules in the filter table
 Setting default (secure) policies
 Using loglevel info for syslogd

 Setting up firewall rules:
 ---
 Accepting packets from the local loopback device
 Enabling setting the maximum packet size via MSS
 Enabling mangling TOS
 Logging of stealth scans (nmap probes etc.) enabled
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 Logging of packets with bad TCP-flags enabled
 iptables: Invalid argument
 iptables: Invalid argument
 Logging of INVALID packets disabled
 Logging of fragmented packets enabled
 iptables: Invalid argument
 Logging of access from reserved addresses enabled
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 Setting up anti-spoof rules
 Reading custom IPTABLES rules from /etc/arno-iptables-firewall/custom-rules
 Loading (user) plugins
 iptables: Invalid argument
 Setting up INPUT policy for the external net (INET):
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 iptables: Invalid argument
 Enabling support for a DHCP assigned IP on external interface(s): eth0
 Logging of explicitly blocked hosts enabled
 Logging of denied local output connections enabled
 Packets will NOT be checked for private source addresses
 Allowing the whole world to connect to TCP port(s): 22
 Allowing the whole world to send ICMP-requests(ping)
 

  1   2   3   4   5   >