Bug#626396: fragmaster: [INTL:de] initial German man page translation

2011-05-13 Thread Helge Kreutzmann
Hello Agustin,
On Fri, May 13, 2011 at 02:42:20PM +0200, Agustin Martin wrote:
> On Wed, May 11, 2011 at 06:18:54PM +0200, Helge Kreutzmann wrote:
> > Package: fragmaster
> > Severity: wishlist
> > Tags: patch l10n
> > 
> > Please find the initial German man page translation for fragmaster
> > attached.
> 
> Thanks, committed to fragmaster git repo. After the PostScript changes I
> regenerated the po file and unfuzzied old entries (noticed that you already
> used PostScript in your translation).

Thanks!

> Regarding de.add file, I use po4a-build to maintain the po4a stuff amd
> unfortunately it does not support add files (See #63). I have put 
> in fragmaster debian/ dir a hacked po4a-build that will add an aditional
> file to the pod file. Will send changes to po4a maintainers in case is
> useful.

Po4a most definitly supports add files. See, e.g., the dpkg man page
translation. And po4a(1) even includes an example using add files (I
know, because I basically researched this myself and wrote the
example).

And also much thanks for your very fast replay/action.

Greetings

  Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#626508: snd-virtuoso fails to autoload at boot

2011-05-13 Thread Elimar Riesebieter
* Dean Hamstead [110514 09:36 +1000]:
> hi Elimar
> 
> mele:/home/dean# modprobe -v snd-virtuoso
> insmod /lib/modules/2.6.38-2-amd64/kernel/sound/soundcore.ko
[...] 
> then sound works etc

It looks like an udev failure then? Do you have a directory /run?

For the first attempt you can

# echo snd-virtuoso >> /etc/modules

The driver will be load at each boot.


> On 14/05/11 03:26, Elimar Riesebieter wrote:
> >* Dean Hamstead [110513 15:42 +1000]:
> >>dean@mele:~$ cat /proc/asound/cards
> >>cat: /proc/asound/cards: No such file or directory
> >>dean@mele:~$
> >
> >What happens if you:
> >
> ># modprobe -v snd-virtuoso

Please reply to 626...@bugs.debian.org always. So every step will be
documented.

Elimar
-- 
  Planung:
  Ersatz des Zufalls durch den Irrtum.
-unknown-



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



Bug#619117: perl 5.12/5.14 transition plans

2011-05-13 Thread Niko Tyni
On Sat, May 14, 2011 at 12:46:54AM +0200, Julien Cristau wrote:

>   perl |   5.12.3-6 |   testing | source, amd64, armel, i386, ia64, 
> kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

Many thanks Julien and everybody else involved!
-- 
Niko Tyni   nt...@debian.org



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



Bug#626666: History menu unreachable

2011-05-13 Thread jidanni
Package: iceweasel
Version: 5.0~a2+20110509042008-1

Click History.
Wait a few moments.
Now attempt to move the mouse down to one of the choices.

Before one can get there, a new window called Library opens.



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



Bug#625828: libipc-sharelite-perl: FTBFS on armel: test failures

2011-05-13 Thread Niko Tyni
On Sun, May 08, 2011 at 09:43:55AM +0300, Niko Tyni wrote:
> On Fri, May 06, 2011 at 12:38:42PM +0300, Niko Tyni wrote:
> > Package: libipc-sharelite-perl
> > Version: 0.17-1
> > Severity: serious
> > Tags: wheezy sid
> > User: debian-p...@lists.debian.org
> > Usertags: perl-5.12-transition
> > 
> > This package failed to build on armel only against Perl 5.12.
> > 
> >  
> > https://buildd.debian.org/status/fetch.php?pkg=libipc-sharelite-perl&arch=armel&ver=0.17-1%2Bb1&stamp=1304522076

> I can reproduce this on abel.debian.org with both squeeze (Perl 5.10)
> and sid (5.12), but not on agricola.debian.org at all. Either kernel or
> hardware specific? I see from the build log that arnold.debian.org (the
> buildd) is running "Linux 2.6.32 armel (armv5tel)" which matches abel.

It also failed on ancina.d.o ("Linux 2.6.31-rc9 armel (armv5tel)")
and alwyn.d.o ("Linux 2.6.32 armel (armv5tel)"). Dominic uploaded a
binary package built on agricola.d.o (2.6.26-2-iop32x), where it
never fails.

The code uses semaphore operations for locking shared memory, and the
bug seems to be that attaching the same shared memory segment twice and
then accessing the second copy breaks locking altogether.

I have narrowed the problem down to the attached pure C test case,
which fails almost all the time for me on abel.d.o but never anywhere
else I've tried.

I'm not intimately familiar with SysV IPC, but my reading of the semop(2)
and related manual pages indicates the code should work. I think this
looks like a kernel regression on armel, but I'm certainly happy to be
proved wrong.

@debian-arm: could some porters please test this (running it a dozen
times or so to see how consistent the result is) and report back with
the results and kernel versions? Please compile it without optimization,
otherwise the memory access triggering the bug gets optimized away.

abel% while   ! ./a.out 5000; do :; done
not ok 1 - got 5000, expected 1
not ok 1 - got 8242, expected 1
not ok 1 - got 9342, expected 1
not ok 1 - got 5000, expected 1
not ok 1 - got 7159, expected 1
not ok 1 - got 5000, expected 1
not ok 1 - got 9223, expected 1
ok 1 - got 1, expected 1

Thanks,
-- 
Niko Tyni   nt...@debian.org
/*
  Test case for http://bugs.debian.org/625828
  20110514 Niko Tyni 

  Derived from IPC::ShareLite:

Copyright 1998-2002, Maurice Aubrey . 
All rights reserved.

This module is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.
*/

#include 
#include 
#include 
#include 
#include 
#include 
#include 

#define DATA_SIZE 100
#define MYKEY ((key_t)1981)
#ifndef COUNT
#define COUNT 1000
#endif

#define GET_EX_LOCK(A)semop((A), &ex_lock[0],3)
#define RM_EX_LOCK(A) semop((A), &ex_unlock[0],  2)

static struct sembuf ex_lock[3] = {
  {1, 0, 0},/* wait for readers to finish */
  {2, 0, 0},/* wait for writers to finish */
  {2, 1, SEM_UNDO}  /* assert write lock */
};

static struct sembuf ex_unlock[2] = {
  {1, 0, 0},/* wait for readers to finish */
  {2, -1, ( SEM_UNDO | IPC_NOWAIT )}/* remove write lock */
};

void fatal ( char *error ) {
perror(error);
exit(1);
}

int main (int argc, char **argv) {
pid_t pid;
int i;
int *data;
int status;
int semid;
int shmid;
int *shmaddr;
int *shmaddr2;
int c;
int count=1000;

if (argc > 1) {
count = atoi(argv[1]);
}

if ((data = malloc(DATA_SIZE)) == NULL)
fatal("malloc");
memset(data, 0, DATA_SIZE);

/* semaphore for the locks */
if ( ( semid = semget( MYKEY, 3, (IPC_CREAT | 0666)) ) < 0 )
fatal("semget");

/* find/allocate a shared memory segment */
if ( ( shmid = shmget( MYKEY, DATA_SIZE, IPC_CREAT | 0666) ) < 0 )
fatal("shmget");

/* attach the segment to our address space */
if (( shmaddr = ( int * ) shmat( shmid, NULL, 0)) == (void *) -1)
fatal("first shmat");

/* attach a second time (at a different address) */
if (( shmaddr2 = ( int * ) shmat( shmid, NULL, 0)) == (void *) -1)
fatal("second shmat");

/* lock */
if (GET_EX_LOCK(semid) < 0)
fatal("get lock");

/* initialize */
memcpy( shmaddr, data, DATA_SIZE );

/* 
 * access the second attached range
 * if this line is removed (or optimized out), the bug goes away
 */
c = *shmaddr2;

/* it doesn't matter if the second range is detached or not */
if (shmdt(shmaddr2) < 0)
fatal("shmdt");

/* unlock */
if (RM_EX_LOCK(semid) < 0)
fatal("unlock");

/* make two processes access the segment concurrently with locking */
if ((pid = fork()) < 0)
fatal("fork");
for (i=0; i

Bug#626665: gxine crashes on xfce

2011-05-13 Thread dawes
Package: gxine
Version: 0.5.905-5
Severity: important

gxine exits with error message

Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-
posix.c:108, function pa_mutex_unlock(). Aborting.

This also occurs with all multimedia packages installed on a system using
Squeeze with xfce - VLC, mplayer - which exit with exactly the same message.

The system is an old PIII with 1Mb RAM which previously ran Lenny without any
problems (sound OK, and gxine and mplayer both worked with any problems) - this
a a fresh install of Squeeze after formatting HDD.

 cat /proc/asound/cards gives -

 0 [rev21  ]: VIA686A - VIA 82C686A/B rev21
  VIA 82C686A/B rev21 with W83971D at 0xdc00, irq 10







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

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

Versions of packages gxine depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface
ii  libgudev-1.0-0 164-3 GObject-based wrapper library for
ii  liblircclient0 0.8.3-5   infra-red remote control support -
ii  libmozjs2d 1.9.1.16-7The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  librsvg2-common2.26.3-1  SAX-based renderer library for SVG
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxcb11.6-1 X C Binding
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxine1   1.1.19-2  the xine video/media player librar
ii  libxine1-gnome 1.1.19-2  GNOME-related plugins for libxine1
ii  libxine1-x 1.1.19-2  X desktop video output plugins for
ii  libxinerama1   2:1.1-3   X11 Xinerama extension library

Versions of packages gxine recommends:
ii  libxine1-ffmpeg   1.1.19-2   MPEG-related plugins for libxine1

Versions of packages gxine suggests:
pn  gxineplugin(no description available)
pn  libdvdcss2 | libdvdcss (no description available)
ii  libgnomevfs2-01:2.24.3-1 GNOME Virtual File System (runtime
pn  realplayer (no description available)



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



Bug#626638: [Pkg-samba-maint] Bug#626638: samba: Updated Hebrew PO for Samba

2011-05-13 Thread Christian PERRIER
Quoting Eran Cohen (shokoc...@gmail.com):

Why are two strings (one was new, the other wasn't) still maked as fuzzy?

> #. Type: title
> #. Description
> #: ../samba-common.templates:1001
> #, fuzzy
> msgid "Samba server and utilities"
> msgstr "שרת סמבה ושירותים"

> #. Type: select
> #. Choices
> #: ../samba.templates:3001
> #, fuzzy
> msgid "inetd"
> msgstr "inetd"

Is the translation OK for these strings (I guess, for the last one...:-))



signature.asc
Description: Digital signature


Bug#626280: proposing a fix

2011-05-13 Thread Andrey Bondarenko
Tags: patch

Here is a debdiff with modified debian/patches/fhs-compliance on top
of git commit 826a741f45aa0617336583bd5c2d01db2ad994b1.
The fix works for me. Please consider including it into next versions.
diff -Nru cfengine3-3.1.5/debian/changelog cfengine3-3.1.5/debian/changelog
--- cfengine3-3.1.5/debian/changelog	2011-05-10 20:24:19.0 +0600
+++ cfengine3-3.1.5/debian/changelog	2011-05-14 10:45:14.0 +0600
@@ -1,3 +1,10 @@
+cfengine3 (3.1.5-1+fix626280) natty; urgency=low
+
+  * debian/patches/fhs-compliance: do not try to be FHS compilant when
+running as non-root user (Closes: 626280)
+
+ -- Andrey Bondarenko   Sat, 14 May 2011 10:40:52 +0600
+
 cfengine3 (3.1.5-1) unstable; urgency=low
 
   * New upstream release
diff -Nru cfengine3-3.1.5/debian/patches/fhs-compliance cfengine3-3.1.5/debian/patches/fhs-compliance
--- cfengine3-3.1.5/debian/patches/fhs-compliance	2011-05-10 20:24:19.0 +0600
+++ cfengine3-3.1.5/debian/patches/fhs-compliance	2011-05-14 10:56:41.0 +0600
@@ -6,10 +6,10 @@
 That symlink is created by debian/links but we need to remove the
 actual creation of the inputs dir any cf-* binary will fail
 
-Index: cfengine3/src/generic_agent.c
+Index: sid-my/src/generic_agent.c
 ===
 cfengine3.orig/src/generic_agent.c	2011-05-06 22:24:14.0 +
-+++ cfengine3/src/generic_agent.c	2011-05-06 22:24:25.0 +
+--- sid-my.orig/src/generic_agent.c	2011-05-14 10:46:15.0 +0600
 sid-my/src/generic_agent.c	2011-05-14 10:55:23.0 +0600
 @@ -490,7 +490,6 @@
 CfOut(cf_verbose,"","Work directory is %s\n",CFWORKDIR);
  
@@ -18,69 +18,66 @@
 snprintf(vbuff,CF_BUFSIZE,"%s%cinputs%cupdate.conf",CFWORKDIR,FILE_SEPARATOR,FILE_SEPARATOR);
 MakeParentDirectory(vbuff,force);
 snprintf(vbuff,CF_BUFSIZE,"%s%cbin%ccf-agent -D from_cfexecd",CFWORKDIR,FILE_SEPARATOR,FILE_SEPARATOR);
-@@ -1211,7 +1210,7 @@
+@@ -1211,7 +1210,9 @@
 }
  else
 {
 -   snprintf(LOGFILE,CF_BUFSIZE,"%s%ccfagent.%s.log",CFWORKDIR,FILE_SEPARATOR,VSYSNAME.nodename);
-+   snprintf(LOGFILE,CF_BUFSIZE,"/var/log/cfagent.%s.log",VSYSNAME.nodename);
++   snprintf(LOGFILE,CF_BUFSIZE,"%s%ccfagent.%s.log",
++(getuid() > 0) ? CFWORKDIR : "/var/log",
++FILE_SEPARATOR,VSYSNAME.nodename);
 VSETUIDLOG = strdup(LOGFILE);
 }
  
-@@ -1762,7 +1761,7 @@
+@@ -1762,7 +1763,9 @@
  
  { FILE *fp;
  
 -snprintf(PIDFILE,CF_BUFSIZE-1,"%s%c%s",CFWORKDIR,FILE_SEPARATOR,filename);
-+snprintf(PIDFILE,CF_BUFSIZE-1,"/var/run/%s",filename);
++snprintf(PIDFILE,CF_BUFSIZE-1,"%s%c%s",
++ (getuid() > 0) ? CFWORKDIR : "/var/run",
++ FILE_SEPARATOR,filename);
  
  if ((fp = fopen(PIDFILE,"w")) == NULL)
 {
-Index: cfengine3/src/agent.c
+Index: sid-my/src/agent.c
 ===
 cfengine3.orig/src/agent.c	2011-05-06 22:12:42.0 +
-+++ cfengine3/src/agent.c	2011-05-06 22:24:25.0 +
-@@ -338,7 +338,7 @@
+--- sid-my.orig/src/agent.c	2011-05-14 10:32:16.0 +0600
 sid-my/src/agent.c	2011-05-14 10:48:45.0 +0600
+@@ -338,7 +338,8 @@
status which we need for setting returns
  */
  
 -snprintf(filename,CF_BUFSIZE,"%s/cfagent.%s.log",CFWORKDIR,VSYSNAME.nodename);
-+snprintf(filename,CF_BUFSIZE,"/var/log/cfagent.%s.log",VSYSNAME.nodename);
++snprintf(filename,CF_BUFSIZE,"%s/cfagent.%s.log",
++ (getuid() > 0) ? CFWORKDIR : "/var/log",VSYSNAME.nodename);
  MapName(filename);
  
  if ((fp = fopen(filename,"a")) != NULL)
-Index: cfengine3/src/files_interfaces.c
+Index: sid-my/src/files_interfaces.c
 ===
 cfengine3.orig/src/files_interfaces.c	2011-05-06 22:12:42.0 +
-+++ cfengine3/src/files_interfaces.c	2011-05-06 22:24:25.0 +
-@@ -1344,7 +1344,7 @@
+--- sid-my.orig/src/files_interfaces.c	2011-05-14 10:32:16.0 +0600
 sid-my/src/files_interfaces.c	2011-05-14 10:48:45.0 +0600
+@@ -1344,7 +1344,8 @@
  b.edits.backup = cfa_nobackup;
  b.edits.maxfilesize = 100;
  
 -snprintf(filename,CF_BUFSIZE,"%s/cfagent.%s.log",CFWORKDIR,VSYSNAME.nodename);
-+snprintf(filename,CF_BUFSIZE,"/var/log/cfagent.%s.log",VSYSNAME.nodename);
++snprintf(filename,CF_BUFSIZE,"%s/cfagent.%s.log",
++ (getuid() > 0) ? CFWORKDIR : "/var/log",VSYSNAME.nodename);
  MapName(filename);
  
  if (!LoadFileAsItemList(&VSETUIDLIST,filename,b,pp))
-@@ -1364,7 +1364,7 @@
- b.edits.backup = cfa_nobackup;
- b.edits.maxfilesize = 100;
- 
--snprintf(filename,CF_BUFSIZE,"%s/cfagent.%s.log",CFWORKDIR,VSYSNAME.nodename);
-+snprintf(filename,CF_BUFSIZE,"/var/log/cfagent.%s.log",VSYSNAME.nodename);
- MapName(filename);
- 
- PurgeItemList(&VSETUIDLIST,"SETUID/SETGID");
-Index: cfengine3/src/transaction.c
+Index: sid-my/src/transaction.c
 ===
 c

Bug#626565: maint-guide: dquilt script creates patches in wrong path

2011-05-13 Thread Osamu Aoki
Hi,

FYI:  There were some glibc breakage in unstable.
  Please make sure you did not hit it.

What shell are you using?

Your log:
+++ '[' -e '~/.quiltrc-dpkg' ']'

My log:
+++ '[' -e /home/osamu/.quiltrc-dpkg ']'

Your shell is not expanding "~" for home directory.  Here:

$ bash --version
GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


On Fri, May 13, 2011 at 10:59:09PM +0200, Stephen Kitt wrote:
...
> +++ shopt -s dotglob
> +++ '[' -e '~/.quiltrc-dpkg' ']'
> +++ '[' -n refresh ']'
>  echo refresh
>  tr a-z A-Z
> +++ args=QUILT_REFRESH_ARGS
> +++ eval set -- '"$@"'
>  set --
> +++ unset args



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



Bug#599127: libdbi shouldn't be compiled with -ffast-math

2011-05-13 Thread Thomas Goirand
Hi Moritz and Gert,

I have uploaded to my Git a patched version for Squeeze. I tried to keep
changes as minimal as possible so that there's a chance it's accepted by
the release team. Here are the URLs:

Vcs-Browser: http://git.debian.org/?p=users/zigo/libdbi.git
Vcs-Git: http://git.debian.org/git/users/zigo/libdbi.git

Just in case, here's how to build (I'm supposing ignorance, but don't
take it bad, it's just to avoid back and forth email):

git clone http://git.debian.org/git/users/zigo/libdbi.git
cd libdbi
git checkout -b debian-squeeze
git-buildpackage --git-upstream-branch=upstream-sid \
--git-debian-branch=debian-sid --ignore-new

If you tell me that the above fixes the issue with gammu, then I'll ask
the release team to accept the changes.

I'm currently adding version 0.8.4 to the Git. As there's a lot of work
that has been done on it few months ago (last November), I believe it
will be quite fast to have it uploaded to SID. Once it's done, we'll
need a binary upload of gammu to SID, because of the ABI issue. I'll let
you know.

Thomas



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



Bug#623604: I confirm this bug on amd64 in a virtualbox VM and i686 on an Asus laptop.

2011-05-13 Thread Marcos Raúl Carot Collins
After fresh installs (alternate desktop: kde, expert text) I can't do
anything due to the mouse and keyboard not working.

Tested on amd64 in a virtualbox VM and i686 on an Asus laptop.



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



Bug#626664: ladish: use x-terminal-emulator not xterm

2011-05-13 Thread Dan Muresan
Package: ladish
Version: 0.3-4ubuntu0danmppa1
Severity: normal
Tags: patch


ladish defaults to using xterm as a a terminal emulator (which may not even 
be installed). In Debian, it's best to use x-terminal-emulator, which 
reflects the user's choice.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-proposed'), (500, 'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-5.dmz.1-liquorix-686 (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/dash

Versions of packages ladish depends on:
ii  jackd5danmppa1~lucid1JACK Audio Connection Kit (default
ii  libc62.11.1-0ubuntu7.8   Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.16-2ubuntu4.2   simple interprocess messaging syst
ii  libexpat12.0.1-7ubuntu1  XML parsing C library - runtime li
ii  libjack-jackd2-0 1.9.7~dfsg-1JACK Audio Connection Kit (librari
ii  libuuid1 2.17.2-0ubuntu1.10.04.2 Universally Unique ID library
ii  python   2.6.5-0ubuntu1  An interactive high-level object-o
ii  python-dbus  0.83.0-1ubuntu3 simple interprocess messaging syst

ladish recommends no packages.

Versions of packages ladish suggests:
ii  gladish 0.3-4ubuntu0danmppa1 graphical interface for LADI Sessi

-- no debconf information
>From 4686452d6cf460303ca5a2459721cf60f3700721 Mon Sep 17 00:00:00 2001
From: Dan A. Muresan 
Date: Thu, 12 May 2011 14:03:11 +0200
Subject: [PATCH] Terminal defaults to x-terminal-emulator

---
 daemon/conf.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daemon/conf.h b/daemon/conf.h
index 3d59fd0..cb56cff 100644
--- a/daemon/conf.h
+++ b/daemon/conf.h
@@ -34,7 +34,7 @@
 
 #define LADISH_CONF_KEY_DAEMON_NOTIFY_DEFAULT true
 #define LADISH_CONF_KEY_DAEMON_SHELL_DEFAULT  "sh"
-#define LADISH_CONF_KEY_DAEMON_TERMINAL_DEFAULT   "xterm"
+#define LADISH_CONF_KEY_DAEMON_TERMINAL_DEFAULT   "x-terminal-emulator"
 #define LADISH_CONF_KEY_DAEMON_STUDIO_AUTOSTART_DEFAULT   true
 
 #endif /* #ifndef CONF_H__795797BE_4EB8_44F8_BD9C_B8A9CB975228__INCLUDED */
-- 
1.7.0.4



Bug#626663: monodevelop: Exception during start process

2011-05-13 Thread Michael Ott
Package: monodevelop
Version: 2.4.1+dfsg-1
Severity: important

During the starting process I got an dialog with unhandled exception

Here the message:
System.NullReferenceException: Object reference not set to an instance
of an object
  at GLib.Object.NotifyCallback (IntPtr handle, IntPtr pspec, IntPtr
  gch) [0x0] in :0 



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

Kernel: Linux 2.6.38-2-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/dash

Versions of packages monodevelop depends on:
ii  gnome-icon-theme  3.0.0-1GNOME Desktop icon theme
ii  gnome-terminal [x-terminal-em 3.0.0-1GNOME terminal emulator applicatio
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libgconf2.0-cil   2.24.1-6   CLI binding for GConf 2.24
ii  libglade2.0-cil   2.12.10-1  CLI binding for the Glade librarie
ii  libglib2.0-0  2.28.6-2   GLib library of C routines
ii  libglib2.0-cil2.12.10-1  CLI binding for the GLib utility l
ii  libgnome-vfs2.0-cil   2.24.1-6   CLI binding for GnomeVFS 2.24
ii  libgnome2.24-cil  2.24.1-6   CLI binding for GNOME 2.24
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libgtk2.0-cil 2.12.10-1  CLI binding for the GTK+ toolkit 2
ii  libgtkspell0  2.0.16-1   a spell-checking addon for GTK's T
ii  libmetacity-private0  1:2.30.1-3 library for the Metacity window ma
ii  libmono-addins-gui0.2-cil 0.6-2  GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil 0.6-2  addin framework for extensible CLI
ii  libmono-cairo2.0-cil  2.10.1-4   Mono Cairo library (for CLI 2.0)
ii  libmono-corlib2.0-cil 2.10.1-4   Mono core library (for CLI 2.0)
ii  libmono-microsoft-build2.0-ci 2.10.1-4   Mono Microsoft.Build libraries (fo
ii  libmono-posix2.0-cil  2.10.1-4   Mono.Posix library (for CLI 2.0)
ii  libmono-sharpzip2.84-cil  2.10.1-4   Mono SharpZipLib library (for CLI 
ii  libmono-system-data2.0-cil2.10.1-4   Mono System.Data Library (for CLI 
ii  libmono-system-runtime2.0-cil 2.10.1-4   Mono System.Runtime Library (for C
ii  libmono-system-web2.0-cil 2.10.1-4   Mono System.Web Library (for CLI 2
ii  libmono-system2.0-cil 2.10.1-4   Mono System libraries (for CLI 2.0
ii  libmono-wcf3.0-cil2.10.1-4   Mono WCF libraries (for CLI 2.0)
ii  libmono-winforms2.0-cil   2.10.1-4   Mono System.Windows.Forms library 
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  mono-runtime  2.10.1-4   Mono runtime
ii  monodoc-base  2.10.1-4   shared MonoDoc binaries
ii  monodoc-manual2.6.7-5compiled XML documentation from th
ii  pkg-config0.25-1.1   manage compile and link flags for 
ii  xterm [x-terminal-emulator]   269-1  X terminal emulator

Versions of packages monodevelop recommends:
ii  libglade2.0-cil-dev   2.12.10-1  CLI binding for the Glade librarie
ii  libgtk2.0-cil-dev 2.12.10-1  CLI binding for the GTK+ toolkit 2
ii  mono-devel2.10.1-4   Mono development tools

Versions of packages monodevelop suggests:
pn  exuberant-ctags(no description available)
ii  gcc   4:4.6.0-5  The GNU C compiler
ii  gettext   0.18.1.1-3 GNU Internationalization utilities
ii  make  3.81-8.1   An utility for Directing compilati
pn  mono-1.0-devel (no description available)
pn  mono-vbnc  (no description available)
pn  mono-xsp | mono-xsp2   (no description available)
pn  monodevelop-boo(no description available)
pn  monodevelop-database   (no description available)
pn  monodevelop-debugger-gdb   (no description available)
pn  monodevelop-debugger-mdb   (no description available)
pn  monodevelop-java   (no description available)
pn  monodevelop-nunit  (no description available)
pn  monodevelop-vala   (no description available)
pn  monodevelop-versioncontrol (no description available)
ii  monodoc-browser   2.10-1 MonoDoc GTK+ based viewer
pn  nemerle(no description available)
pn  zip(no description available)

-- no debconf information



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

Bug#626662: [f-spot] f-spot refuses to run

2011-05-13 Thread ras
Package: f-spot
Version: 0.6.2-2
Severity: critical

F-Spot starts, shows critical error dialog box and exits when I press Close 
button.
Here's what dialog box says:

===
An unhandled exception was thrown: Object reference not set to an instance of 
an object

  at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x0] 
in :0 
  at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, 
FSpot.BrowsablePointerChangedEventArgs args) [0x0] in :0 
  at (wrapper delegate-invoke) 
System.EventHandler`1:invoke_void__this___object_BrowsablePointerChangedEventArgs
 (object,FSpot.BrowsablePointerChangedEventArgs)
  at FSpot.BrowsablePointer.SetIndex (Int32 value, IBrowsableItemChanges 
changes) [0x0] in :0 
  at FSpot.BrowsablePointer.HandleCollectionChanged (IBrowsableCollection 
collection) [0x0] in :0 
  at (wrapper delegate-invoke) 
FSpot.IBrowsableCollectionChangedHandler:invoke_void__this___IBrowsableCollection
 (FSpot.IBrowsableCollection)
  at (wrapper delegate-invoke) 
FSpot.IBrowsableCollectionChangedHandler:invoke_void__this___IBrowsableCollection
 (FSpot.IBrowsableCollection)
  at FSpot.PhotoQuery.RequestReload () [0x0] in :0 
  at FSpot.QueryWidget.Close () [0x0] in :0 
  at FSpot.MainWindow.UpdateFindByTagMenu () [0x0] in :0 
  at FSpot.MainWindow..ctor (.Db db) [0x0] in :0 
  at FSpot.App.get_Organizer () [0x0] in :0 
  at FSpot.App.HandleOrganize () [0x0] in :0 
  at FSpot.App.Organize () [0x0] in :0 
  at FSpot.Driver.Main (System.String[] args) [0x0] in :0 

.NET Version: 2.0.50727.1433

Assembly Version Information:

glade-sharp (2.12.0.0)
FSpot.Bling (0.0.0.0)
pango-sharp (2.12.0.0)
FSpot.Query (0.0.0.0)
gtk-sharp-beans (2.14.0.0)
gnome-sharp (2.24.0.0)
System.Transactions (2.0.0.0)
System.Data (2.0.0.0)
Mono.Data.SqliteClient (2.0.0.0)
FSpot.JobScheduler (0.0.0.0)
System.Configuration (2.0.0.0)
FSpot.Widgets (0.0.0.0)
System.Xml (2.0.0.0)
gconf-sharp (2.24.0.0)
System.Core (3.5.0.0)
unique-sharp (1.0.0.0)
gdk-sharp (2.12.0.0)
gnome-vfs-sharp (2.24.0.0)
Mono.Addins (0.6.0.0)
Cms (0.0.0.0)
FSpot.Core (0.0.0.0)
FSpot.Platform (0.0.0.0)
Mono.Posix (2.0.0.0)
FSpot.Utils (0.0.0.0)
atk-sharp (2.12.0.0)
gtk-sharp (2.12.0.0)
System (2.0.0.0)
Mono.Addins.Setup (0.6.0.0)
glib-sharp (2.12.0.0)
f-spot (0.6.2.0)
mscorlib (2.0.0.0)

Platform Information: Linux 2.6.38-3 x86_64 unknown GNU/Linux

Distribution Information:

[/etc/debian_version]
wheezy/sid
===

If I run it from the console, output is:

===
$ f-spot
[Info  11:08:55.888] Initializing Mono.Addins
[Info  11:08:56.304] Hack for gnome-settings-daemon engaged
[Warn  11:08:57.094] Caught an exception - Object reference not set to an 
instance of an object (in `f-spot')
  at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x0] 
in :0 
  at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, 
FSpot.BrowsablePointerChangedEventArgs args) [0x0] in :0 
  at (wrapper delegate-invoke) 
System.EventHandler`1:invoke_void__this___object_BrowsablePointerChangedEventArgs
 (object,FSpot.BrowsablePointerChangedEventArgs)
  at FSpot.BrowsablePointer.SetIndex (Int32 value, IBrowsableItemChanges 
changes) [0x0] in :0 
  at FSpot.BrowsablePointer.HandleCollectionChanged (IBrowsableCollection 
collection) [0x0] in :0 
  at (wrapper delegate-invoke) 
FSpot.IBrowsableCollectionChangedHandler:invoke_void__this___IBrowsableCollection
 (FSpot.IBrowsableCollection)
  at (wrapper delegate-invoke) 
FSpot.IBrowsableCollectionChangedHandler:invoke_void__this___IBrowsableCollection
 (FSpot.IBrowsableCollection)
  at FSpot.PhotoQuery.RequestReload () [0x0] in :0 
  at FSpot.QueryWidget.Close () [0x0] in :0 
  at FSpot.MainWindow.UpdateFindByTagMenu () [0x0] in :0 
  at FSpot.MainWindow..ctor (.Db db) [0x0] in :0 
  at FSpot.App.get_Organizer () [0x0] in :0 
  at FSpot.App.HandleOrganize () [0x0] in :0 
  at FSpot.App.Organize () [0x0] in :0 
  at FSpot.Driver.Main (System.String[] args) [0x0] in :0 

(f-spot:19257): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling 
gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the 
data stream to the loader before dropping the last reference.
===



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.38-pf7-2

Debian Release: wheezy/sid
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6 (>= 2.2.5) | 2.11.2-11
libcairo2 (>= 1.4.0) | 1.10.2-6
libexif12| 0.6.20-1
libglib2.0-0 (>= 2.24.0) | 2.28.6-1
libgphoto2-2  (>= 2.4.3) | 2.4.11-2
libgtk2.0-0  (>= 2.20.0) | 2.24.4-3
libjpeg62   (>= 6b1) | 6b1-1
liblcms1  

Bug#626661: ttf-mscorefonts-installer: URL to fetch fonts has changed

2011-05-13 Thread Marc Williams
Package: ttf-mscorefonts-installer
Version: 3.3
Severity: important

Wondering why the installation of mscorefonts was taking too long
I checked the details and found that none of the fonts could be
retrieved from any of the URLs listed in
ttf-mscorefonts-installer.postinst.

The installer will go through all 12 URLs for each font file
which means a very long wait as the files are not retrievable from
any of them.

The first URL  http://downloads.sourceforge.net/corefonts/
resolves to http://sourceforge.net/projects/corefonts/files/
but the files are now located at

 http://sourceforge.net/projects/corefonts/files/the%20fonts/final/

As a test I prepended the above URL into the installer's postinst file
and re-ran it (blah.postinst config) and it fetched and installed the
fonts.

Also I tried copying and pasting the various URLs with different
paths appended to see if any of them would bring up a list of the
font exe files. Didn't work as they all resolved to the first
sourceforge.net URL mentioned above.
Methinks the postinst file may have to be changed to use the single
URL that works.


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

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

Versions of packages ttf-mscorefonts-installer depends on:
ii  cabextract1.3-1  a program to extract Microsoft Cab
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  defoma0.11.11Debian Font Manager -- automatic f
ii  wget  1.12-2.1   retrieves files from the web
ii  xfonts-utils  1:7.5+2X Window System font utility progr

Versions of packages ttf-mscorefonts-installer recommends:
ii  ttf-liberation 1.05.2.20091019-4squeeze1 Fonts with the same metrics as Tim
ii  x-ttcidfont-co 32TrueType and CID fonts configurati

ttf-mscorefonts-installer suggests no packages.

-- debconf information:
  msttcorefonts/dlurl:
  msttcorefonts/savedir:
  msttcorefonts/http_proxy: http://192.168.0.1:3128/
  msttcorefonts/baddldir:
  msttcorefonts/dldir:



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



Bug#601615: lighter-weight GJay packages

2011-05-13 Thread Joshua Judson Rosen
I've uploaded some relevant patches to the tracker on sourceforge:


https://sourceforge.net/tracker/?func=detail&aid=3294119&group_id=61397&atid=497169

After applying, I'm able to build without support for any players,
in which case the player-selection menu doesn't even appear in the GUI. :)

Of course, it'd be better to add checks where that menu is constructed,
such that even items with compiled-in support don't show up unless
the relevant module is actually present at runtime

-- 
"Don't be afraid to ask (λf.((λx.xx) (λr.f(rr."



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



Bug#626660: python-matplotlib: import matplotlib.pyplot yields ImportError: No module named matplotlib.pyplot

2011-05-13 Thread Paul Strefling
Package: python-matplotlib
Version: 0.99.3-1+b1
Severity: important


>From a python2.6 shell executing import matplotlib.pyplot yields the following:

Python 2.6.6 (r266:84292, Apr 20 2011, 11:58:30) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/pymodules/python2.6/matplotlib/pyplot.py", line 78, in 
new_figure_manager, draw_if_interactive, show = pylab_setup()
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/__init__.py", line 25, 
in pylab_setup
globals(),locals(),[backend_name])
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py", 
line 8, in 
import tkagg # Paint image to Tk photo blitter extension
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/tkagg.py", line 1, in 

import _tkagg
ImportError: No module named _tkagg
>>> 


This seems to be similiar in nature to Debian bug #621700. A valid work around 
may be one suggested by Julian Taylor:

"
to workaround this bug:
copy /etc/matplotlibrc into $HOME/.matplotlib/

change the line
backend: TkAgg
to another backend, like GTKAgg (requires python-gtk2), Qt4Agg (requires 
python-qt4)
or WXAgg (requires python-wx2.8)
"

It is also similiar to ubuntu bug #752647

https://bugs.launchpad.net/ubuntu/natty/+source/matplotlib/+bug/752647


Thank you for your time,

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

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

Versions of packages python-matplotlib depends on:
ii  libatk1.0-0 2.0.0-1  The ATK accessibility toolkit
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.0-2GCC support library
ii  libgdk-pixbuf2.0-0  2.23.3-3 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-6 Layout and rendering of internatio
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  python  2.6.6-14 interactive high-level object-orie
ii  python-cairo1.8.8-1+b1   Python bindings for the Cairo vect
ii  python-dateutil 1.4.1-3  powerful extensions to the standar
ii  python-gobject  2.28.3-2 Python bindings for the GObject li
ii  python-matplotlib-data  0.99.3-1 Python based plotting system (data
ii  python-numpy1:1.5.1-2+b1 Numerical Python adds a fast array
ii  python-pyparsing1.5.2-2  Python parsing module
ii  python-support  1.0.13   automated rebuilding support for P
ii  python-tz   2010b-1  Python version of the Olson timezo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages python-matplotlib recommends:
ii  python-glade22.17.0-4+b1 GTK+ bindings: Glade support
ii  python-tk2.7.1-1 Tkinter - Writing Tk applications 

Versions of packages python-matplotlib suggests:
pn  dvipng (no description available)
ii  ipython 0.10.2-1 enhanced interactive Python shell
ii  librsvg2-common 2.32.1-1 SAX-based renderer library for SVG
ii  python-configobj4.7.2+ds-3   simple but powerful config file re
pn  python-excelerator (no description available)
ii  python-gtk2 2.17.0-4+b1  Python bindings for the GTK+ widge
pn  python-matplotlib-doc  (no description available)
pn  python-qt3 (no description available)
ii  python-qt4  4.8.3-2+b1   Python bindings for Qt4
pn  python-scipy   (no description available)
pn  python-traits  (no description available)
ii  python-wxgtk2.8 2.8.10.1-3.1 wxWidgets Cross-platform C++ GUI t
ii  texlive-extra-utils 2009-10  TeX Live: TeX auxiliary programs
ii  texlive-latex-extra 2009-10  TeX Live: LaTeX supplementary pack

-- no debconf information



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



Bug#626659: python-matplotlib: import matplotlib.pyplot yeilds ImportError: No module named _tkagg

2011-05-13 Thread Paul Strefling
Package: python-matplotlib
Version: 0.99.3-1+b1
Severity: important

In a python2.6 shell issuing the follwing import yeilds an error:

>>> import matplotlib.pyplot
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/pymodules/python2.6/matplotlib/pyplot.py", line 78, in

new_figure_manager, draw_if_interactive, show = pylab_setup()
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/__init__.py", line 25,
in pylab_setup
globals(),locals(),[backend_name])
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
line 8, in 
import tkagg # Paint image to Tk photo blitter extension
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/tkagg.py", line 1, in

import _tkagg
ImportError: No module named _tkagg



It seems to be similair to bug #621700 which can most likley be fixed by Julian
Taylor's method:

"
to workaround this bug:
copy /etc/matplotlibrc into $HOME/.matplotlib/

change the line
backend: TkAgg
to another backend, like GTKAgg (requires python-gtk2), Qt4Agg (requires
python-qt4)
or WXAgg (requires python-wx2.8)
"

It also seems to be similair to ubunut bug #752647:

https://bugs.launchpad.net/ubuntu/natty/+source/matplotlib/+bug/752647



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

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

Versions of packages python-matplotlib depends on:
ii  libatk1.0-0 2.0.0-1  The ATK accessibility toolkit
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.0-2GCC support library
ii  libgdk-pixbuf2.0-0  2.23.3-3 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-6 Layout and rendering of internatio
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  python  2.6.6-14 interactive high-level object-orie
ii  python-cairo1.8.8-1+b1   Python bindings for the Cairo vect
ii  python-dateutil 1.4.1-3  powerful extensions to the standar
ii  python-gobject  2.28.3-2 Python bindings for the GObject li
ii  python-matplotlib-data  0.99.3-1 Python based plotting system (data
ii  python-numpy1:1.5.1-2+b1 Numerical Python adds a fast array
ii  python-pyparsing1.5.2-2  Python parsing module
ii  python-support  1.0.13   automated rebuilding support for P
ii  python-tz   2010b-1  Python version of the Olson timezo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages python-matplotlib recommends:
ii  python-glade22.17.0-4+b1 GTK+ bindings: Glade support
ii  python-tk2.7.1-1 Tkinter - Writing Tk applications 

Versions of packages python-matplotlib suggests:
pn  dvipng (no description available)
ii  ipython 0.10.2-1 enhanced interactive Python shell
ii  librsvg2-common 2.32.1-1 SAX-based renderer library for SVG
ii  python-configobj4.7.2+ds-3   simple but powerful config file re
pn  python-excelerator (no description available)
ii  python-gtk2 2.17.0-4+b1  Python bindings for the GTK+ widge
pn  python-matplotlib-doc  (no description available)
pn  python-qt3 (no description available)
ii  python-qt4  4.8.3-2+b1   Python bindings for Qt4
pn  python-scipy   (no description available)
pn  python-traits  (no description available)
ii  python-wxgtk2.8 2.8.10.1-3.1 wxWidgets Cross-platform C++ GUI t
ii  texlive-extra-utils 2009-10  TeX Live: TeX auxiliary programs
ii  texlive-latex-extra 2009-10  TeX Live: LaTeX supplementary pack

-- no debconf information



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



Bug#622352: /sbin/udevd: error writing to queue file: No space left on device

2011-05-13 Thread Christian Kujau
On Sat, 14 May 2011 at 03:45, Marco d'Itri wrote:
> Are there any news about this issue?

Yes, it was a kernel related issue after all. At least for me. A commit[0] 
to the block layer fixed[1] it.

Ralf (cc'ed) initially reported this bug, so if it's fixed for him too, I 
think we can close this one.

Thanks,
Christian.

[0] https://git.kernel.org/linus/91e8549bde9e5cc88c5a2e8c8114389279e240b5
[1] https://lkml.org/lkml/2011/4/21/287
-- 
BOFH excuse #306:

CPU-angle has to be adjusted because of vibrations coming from the nearby road



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



Bug#626337: xserver-xorg-video-intel: Screen update problems (non-compositing)

2011-05-13 Thread gi1242+debianbugs
On Fri, May 13, 2011 at 09:49:23PM -0400, gi1242+debianb...@gmail.com wrote:

> Now installing this driver solves all the problems on my system. I'll
> post back confirming though.

OK. The bug is back. It is a little more sporadic, and a lot less
severe. But the bug is certainly back. (However the system is a lot more
usable, since the bug is a lot lot less severe.

Please let me know if there is anything I can do to help fix it.


-- 
'Committee' -- A cul-de-sac down which ideas are lured and then quietly
strangled.


signature.asc
Description: Digital signature


Bug#626337: xserver-xorg-video-intel: Screen update problems (non-compositing)

2011-05-13 Thread gi1242+debianbugs
On Wed, May 11, 2011 at 10:30:10AM +0200, Cyril Brulebois wrote:

>> There was a suggestion on the Xournal mailing list that this bug is
>> related to
>> 
>> 
>> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=3145530feed879082bcfab11ffc8e7fd0911c920
>> 
>> But I haven't mastered debian packaging enough to try integrating
>> this myself.
> 
> something like this should do the job, or at least get you started:
> 
> sudo apt-get build-dep xserver-xorg-video-intel
> # from the devscripts package, or git clone from git.debian.org:
> debcheckout xserver-xorg-video-intel
> cd xserver-xorg-video-intel
> git remote add upstream 
> git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
> git fetch upstream
> git cherry-pick 3145530feed879082bcfab11ffc8e7fd0911c920
> dch --local +yournickname "Cherry-pick 
> 3145530feed879082bcfab11ffc8e7fd0911c920 from upstream."
> debuild -b
> sudo debi

Thanks a ton! This worked. Though I presume you mean 

debuild -d (instead of -b)

Also there were two other patches in the git upstream that might have
been related; so instead of cherry picking, I did

git pull upstream HEAD

Now installing this driver solves all the problems on my system. I'll
post back confirming though. I've heard reports that this bug is
aggravated by repeated suspend / resumes. If things are working tip top
in a few days, I'll post back confirming.

Thanks a ton for the Debian package build instructions! It was exactly
what I needed,

GI

-- 
100 THINGS I'D DO IF I EVER BECAME AN EVIL OVERLORD
66. My security keypad will actually be a fingerprint scanner. Anyone
who watches someone press a sequence of buttons or dusts the pad for
fingerprints then subsequently tries to enter by repeating that sequence
will trigger the alarm system.



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



Bug#622352: /sbin/udevd: error writing to queue file: No space left on device

2011-05-13 Thread Marco d'Itri
On Apr 21, Christian Kujau  wrote:

> I'm on 2.6.38 now and /dev/.udev/queue.bin is hardly 1K in size,
> sometimes even way smaller (8 bytes a few minutes ago).
> 
> There's something off with 2.6.39...
Are there any news about this issue?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#625930: udev: Failed to start RAID

2011-05-13 Thread Marco d'Itri
On May 07, Marco d'Itri  wrote:

> > After upgrading to 168-1, RAID devices with superblock version 1.1 did
> > not start at boot. My root fs is on RAID 0.90 with in-kernel autorun,
> > so I was able to run mdadm by hand. I use no initrd.
> Check #624010, is this the same problem?
Are there any news?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#620407: [Evolution] Bug#620407: evolution: Test results

2011-05-13 Thread Jean-Philippe MENGUAL
Hi,

Sorry, I thought it was understandable from your last message. So I
detail.

As you told me, I used the "Backup" feature of Evolution to backup the
parameters. It created a evolution-backup.tar.gz. Then, on Debian
squeeze, I did "File -> Restore the parameters", and I got: "Cannot read
the directory, operation not handled". I validate and get a dialog:
Open. I try enter /home/X/evolution-backup.tar.gz" but nothing happens,
the dialog stays at the screen and nothing moves.

One single thing can be to via this .tar.gz: untar by hand,
copy .evolution and .camel_certs into the home and it works. Right, it's
easier than my method, but the evolution's feature doesn't work.

Regards,

Jean-Philippe MENGUAL


Le vendredi 13 mai 2011 à 23:55 +0200, Yves-Alexis Perez a écrit :
> On ven., 2011-05-13 at 21:37 +0200, Jean-Philippe MENGUAL wrote:
> > I tested the alternate you suggest. For me it doesn't work.
> 
> *What* doesn't work? “It” is not meaningful at all.
> 
> >  I get "operation not handled". 
> 
> How? Where? Doing what?
> 
> Could you *please* provide all the information in one message, it's
> painful to extract every bit of information (and it's a waste of my
> time, too).
> 
> Regards,




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



Bug#624469: Fails to start: failed to bind control socket (address in use)

2011-05-13 Thread Marco d'Itri
On May 13, Marco d'Itri  wrote:

> I need better code for extra/initramfs.bottom, but I am not sure about
> what is available to initramfs scripts.
I have a better idea: can you try replacing the kill loop with just
"udevadm control --exit"?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#624010: udev: system does not boot because of inactivated lvm root device

2011-05-13 Thread Marco d'Itri
I think that this too is a side effect of #624469.

Can you try replacing the kill loop in init-bottom/udev with just
"udevadm control --exit"?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#603858: Mount options for proc conflict with /etc/fstab breaking /etc/init.d/mountall.sh

2011-05-13 Thread Goswin von Brederlow
Ben Hutchings  writes:

> On Thu, May 12, 2011 at 08:57:18PM +0200, Goswin von Brederlow wrote:
>> rleigh  writes:
> [...]
>> > tmpfs filesystems are different; here they /do/ differ in the sense that
>> > /run, /run/lock, /lib/init/rw etc. /are/ separate unique instances of
>> > tmpfs.  Here, it might make sense to give them a name other than "none"
>> > or "tmpfs" in order to distinguish between them--that is to say, the
>> > tmpfs instance, rather than the mountpoint.  So names such as "run",
>> > "runlock", would provide a unique key for /etc/fstab in addition to the
>> > mountpoint.  But this is mostly cosmetic, and if we do make such a
>> > change we'll need to ensure that it's coordinated between initscripts
>> > and initramfs-tools.
>> 
>> It really doesn't matter what it is as long as it is consitent. Given
>> that /run and /run/lock aren't yet in use in Debian now would be the
>> time to pick a name and then stick with it. Using "run" and "runlock"
>> sounds good, go with that.
> [...]
>  
> It does matter, as this is not just a matter for initramfs-tools and
> initscripts.  We also need to agree with systemd and that is cross-
> distribution.
>  
> Ben.

So what is everyone else using?

MfG
Goswin



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



Bug#626658: ITP: python-llfuse -- Python bindings for the low-level FUSE API

2011-05-13 Thread Nikolaus Rath
Package: wnpp
Severity: wishlist
Owner: Nikolaus Rath 


* Package name: python-llfuse
  Version : 0.31
  Upstream Author : Nikolaus Rath 
* URL : http://code.google.com/p/python-llfuse/
* License : LGPL
  Programming Lang: C, Python
  Description : Python bindings for the low-level FUSE API

 Python-llfuse is a set of Python bindings for the low level
 FUSE API. Bindings for the high level API are provided
 by the python-fuse package.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.



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



Bug#605760: pcmanfm: doesn't start anymore

2011-05-13 Thread Ryan Stark
Same issue here. 64 bit system.



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



Bug#626657: kumofs: [INTL:ja] please add Japanese po-debconf template translation (ja.po)

2011-05-13 Thread Hideki Yamane
Package: kumofs
Version: 0.4.13-1
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear kumofs package maintainer,

 Here's Japanese po-debconf template translation (ja.po) file that 
 reviewed by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane



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

iQIcBAEBCgAGBQJNzdiiAAoJEF0yjQgqqrFAsgcP/3n5MCUcVRgmQAFHJs/oc7PG
KMp5Z31RdtqWTuzhg4VM0niqUqNxlXBqsLltv0n8pFSKhrtXWmxKqhrnW303i9rg
zlxVEIM3KM9W1iXH2EX3V95/ZYTQodCBxCV49OU3SD2Y/4aer27bxgwLsvTDGkyP
Nwtppx0tzORQBU6TjsA53DYJ024Z6/H0vd0TFHKDSeZ8BUv3wK9BVgm11RH0flo2
+gD5+HdwYrcxrrae2Sl1ahUAXenCrwxFKw5QtMp2qNO8qaM0qlsSFk2dkKNZ2DMR
NdDz4J5IdKBps6lnu1/RA4a05jAJ84qKAdyNLEFuZ4i6OaJe0yqLSb7owLfmqneM
3aUqMhhfuO2FVxlj6/iWtIN5z810Zj6NhKBMFasaznXMkg+RbzYPER0A7kGZEBdC
UA5FeyTbZXy/d7IHfQ9A2OhQDcO/+P4uyKvZPcQFAXn8pwYNh5Z1StG0/SE96b3S
X99mtNcEvR29V3RabBLFoAbAhhFpcEN7ekCV+ZokoOMNU1a/fuoT9oAC3x9h5qBQ
Gm8H8IE3wQslJ1QsiK7eRTfmi87nAgcbthge0mNwQhLy5F8tKotOlmw0aFrtfNA1
CtjyaAZ1fDCmELxbDpJFHCSRnfUOLoNaDBKfD1chJ79R0rIWm7DZs4HVnyZ33u1D
kZieVWjHwH4o0wsa8N3x
=aTCY
-END PGP SIGNATURE-
# Copyright (C) 2011 Taku YASUI 
# This file is distributed under the same license as kumofs package.
# Hideki Yamane , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: kumofs 0.4.13-1\n"
"Report-Msgid-Bugs-To: kum...@packages.debian.org\n"
"POT-Creation-Date: 2010-11-14 01:21+0900\n"
"PO-Revision-Date: 2011-05-04 22:26+0900\n"
"Last-Translator: Hideki Yamane \n"
"Language-Team: Japanese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: multiselect
#. Description
#: ../templates:2001
msgid "Kumofs components to run on this host:"
msgstr "このホスト上で動作する kumofs のコンポーネント:"

#. Type: multiselect
#. Description
#: ../templates:2001
msgid ""
"Please choose which components of kumofs should run on this host.\n"
" * kumo-server stores data and replicates it into other servers;\n"
" * kumo-manager monitors and balances the servers;\n"
" * kumo-gateway relays requests from client applications."
msgstr ""
"kumofs のコンポーネントのうち、どれをこのホストで動作させるかを選んでください。\n"
" * kumo-server はデータを保存し、他のサーバへ複製します;\n"
" * kumo-manager はサーバを監視し調整を行ないます;\n"
" * kumo-gateway クライアントアプリケーションからのリクエストを中継します"

#. Type: string
#. Description
#: ../templates:3001
msgid "Command-line options for kumo-manager:"
msgstr "kumo-manager のコマンドラインオプション:"

#. Type: string
#. Description
#: ../templates:3001
msgid "Please specify the command-line options to use with kumo-manager."
msgstr "kumo-manager で使うコマンドラインオプションを指定してください。"

#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:3001 ../templates:4001 ../templates:5001
msgid "The default value is well adapted for a single-node setup."
msgstr "デフォルト値はシングルノード設定に最適化されています。"

#. Type: string
#. Description
#: ../templates:4001
msgid "Command-line options for kumo-server:"
msgstr "kumo-server のコマンドラインオプション:"

#. Type: string
#. Description
#: ../templates:4001
msgid "Please specify the command-line options to use with kumo-server."
msgstr "kumo-server で使うコマンドラインオプションを指定してください。"

#. Type: string
#. Description
#: ../templates:5001
msgid "Command-line options for kumo-gateway:"
msgstr "kumo-gateway のコマンドラインオプション:"

#. Type: string
#. Description
#: ../templates:5001
msgid "Please specify the command-line options to use with kumo-gateway."
msgstr "kumo-gateway で使うコマンドラインオプションを指定してください。"



Bug#626656: reportbug: saved temporary file not very useful

2011-05-13 Thread Ian Zimmerman
Package: reportbug
Version: 4.12.6

When I reply 'q' or 'n' to the final dialog (text UI), the temporary
file which reportbug leaves around in /tmp looks like this:

--*-example begins-*--
Subject: foopackage: foo
Package: foopackage
Version: 0.1-0+foo1

blah blah blah
--*-example ends-*--

So, the real RFC822 Subject header gets mixed up with Debian BTS pseudo
headers.  This means the file cannot be piped directly into a MTA (local
or remote), but also cannot be used with a MUA feature like mutt -H,
unless you're willing to retype the pseudo headers manually.
 
The fix is simple: add an empty line between the Subject and the rest.
Also, I see no reason not to provide all the customary RFC headers
(Date, From, and To).  After all, reportbug has to add them when
actually sending the report via its internal MUA.

-- 
Ian Zimmerman 
gpg public key: 1024D/C6FF61AD 
fingerprint: 66DC D68F 5C1B 4D71 2EE5  BD03 8A00 786C C6FF 61AD
Ham is for reading, not for eating.



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



Bug#626655: xserver-xorg-core: Segmentation fault

2011-05-13 Thread sergio
Package: xserver-xorg-core
Version: 2:1.10.1-2
Severity: important


>From 2:1.10.0.901-1 from experimental (and with 2:1.10.1-2) it's impossible to
use xorg, because of frequently segfaults. It doesn't depend on driver (intel,
fbdev, vesa, radeon) or architecture (i386, amd64).

Now I'm using 1.9.5-1 and all works fine. May be 2:1.10.1.901-1 solves this, 
but it hadn't compiled yet.

There are nothing interesting in logverbose 10 except backtrace:

intel Backtrace:
0: /usr/bin/X (xorg_backtrace+0x37) [0x80ed307]
1: /usr/bin/X (0x8048000+0x6356a) [0x80ab56a]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb78c840c]
3: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b2000+0x259ce) [0xb73d79ce]
4: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b2000+0x25e45) [0xb73d7e45]
5: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b2000+0x25ed8) [0xb73d7ed8]
6: /usr/bin/X (0x8048000+0xa8543) [0x80f0543]
7: /usr/bin/X (ChangeWindowAttributes+0x287) [0x809fc67]
8: /usr/bin/X (0x8048000+0x26f7e) [0x806ef7e]
9: /usr/bin/X (0x8048000+0x2d527) [0x8075527]
10: /usr/bin/X (0x8048000+0x205ac) [0x80685ac]
11: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb75c7e46]
12: /usr/bin/X (0x8048000+0x208c1) [0x80688c1]
Segmentation fault at address 0x10

fbdev Backtrace:
0: /usr/bin/X (xorg_backtrace+0x37) [0x80ed307]
1: /usr/bin/X (0x8048000+0x6356a) [0x80ab56a]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb774c40c]
3: /usr/bin/X (0x8048000+0xbf6d2) [0x81076d2]
4: /usr/bin/X (ChangeWindowAttributes+0xf20) [0x80a0900]
5: /usr/bin/X (0x8048000+0x26f7e) [0x806ef7e]
6: /usr/bin/X (0x8048000+0x2d527) [0x8075527]
7: /usr/bin/X (0x8048000+0x205ac) [0x80685ac]
8: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb744be46]
9: /usr/bin/X (0x8048000+0x208c1) [0x80688c1]
Segmentation fault at address 0x10

vesa Backtrace:
0: /usr/bin/X (xorg_backtrace+0x37) [0x80ed307]
1: /usr/bin/X (0x8048000+0x6356a) [0x80ab56a]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb778440c]
3: /usr/bin/X (0x8048000+0xbf6d2) [0x81076d2]
4: /usr/bin/X (ChangeWindowAttributes+0xf20) [0x80a0900]
5: /usr/bin/X (0x8048000+0x26f7e) [0x806ef7e]
6: /usr/bin/X (0x8048000+0x2d527) [0x8075527]
7: /usr/bin/X (0x8048000+0x205ac) [0x80685ac]
8: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb7483e46]
9: /usr/bin/X (0x8048000+0x208c1) [0x80688c1]
Segmentation fault at address 0x10


Contents of /etc/X11/xorg.conf:
---
Section "Device"
Identifier  "videocard"
Driver  "intel"
#   Driver  "fbdev"
#   Driver  "vesa"
EndSection


Kernel version (/proc/version):
---
Linux version 2.6.38-2-686 (Debian 2.6.38-5) (b...@decadent.org.uk) (gcc 
version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 14:49:45 UTC 2011

-- System Information:
Debian Release: wheezy/sid

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



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



Bug#626654: ERROR: sha512sum rejected install_flash_player_10_linux.tar.gz

2011-05-13 Thread sergio
Package: flashplugin-nonfree
Version: 1:2.8.3
Severity: important


It's impossible intall flashplugin because of
ERROR: sha512sum rejected install_flash_player_10_linux.tar.gz



-- System Information:
Debian Release: wheezy/sid



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



Bug#608432: fontforge: Extension in desktop file

2011-05-13 Thread Hideki Yamane
On Sun, 8 May 2011 22:17:09 +0900
Hideki Yamane  wrote:
>  If it's okay, I'll commit to svn.

 Once committed to svn.




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



Bug#626653: nvidia-kernel-common: freeze because of /dev/nvidia0 without nvidia

2011-05-13 Thread sergio
Package: nvidia-kernel-common
Version: 20110426+1
Severity: important


I have debian installed on usb hdd, so it is possible to boot it on many
computers. And I have many video drivers installed on it.
/etc/init.d/nvidia-kernel from nvidia-kernel-common creates /dev/nvidia0 and
/dev/nvidiactl on every boot, even I don't have nvidia card. And on each access
to /dev/nvidia0 udev tries to load nvidia module and computers freezes for
several seconds. flashplugin-nonfree tries to do something with /dev/nvidia0
several times at start and computer freezes for about half a minute.


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

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



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



Bug#626652: ibus-hangul: cannot set to romaja

2011-05-13 Thread Ryo Furue
Package: ibus-hangul
Version: 1.3.1-2
Severity: normal

Select "Korean", go to Setup > Hangul > Keyboard Layout, choose
"Romaja", click on "Apply", click on "OK", and open the "Setup"
menu again.  "Dubeolsik" is chosen, not "Romaja".  I repeated
this for a few times, without any success in changing it to Romaja.

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

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

Versions of packages ibus-hangul depends on:
ii  ibus  1.3.9-1New input method framework using d
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libhangul00.0.12-2   Hangul keyboard input library - ru
ii  libibus2  1.3.9-1New input method framework using d
ii  python2.6.6-14   interactive high-level object-orie
ii  python-support1.0.13 automated rebuilding support for P

ibus-hangul recommends no packages.

ibus-hangul suggests no packages.

-- no debconf information



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



Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Jakub Wilk

* Nikolaus Rath , 2011-05-13, 20:03:

* Package name: python-pyliblzma
 Version : 0.5.3
 Upstream Author : Per Oyvind Karlsen 
* URL : https://launchpad.net/pyliblzma
* License : LGPL3
 Programming Lang: C, Python
 Description : Python bindings for the LZMA/XZ Compression Library

PylibLZMA provides a python interface for the XZ (former LZMA) library
to read and write data that has been compressed or can be decompressed
by Lasse Collin's xz / lzma utils.


This package is already in Debian (though under a different name):
http://packages.qa.debian.org/p/python-lzma.html

--
Jakub Wilk



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



Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Yaroslav Halchenko
minor: more consistent casing, e.g.

   Description : Python bindings for the LZMA/XZ compression library

 PylibLZMA provides a Python interface for the XZ (former LZMA) library

On Fri, 13 May 2011, Nikolaus Rath wrote:
>   Description : Python bindings for the LZMA/XZ Compression Library

> PylibLZMA provides a python interface for the XZ (former LZMA) library
-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic



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



Bug#626651: ITP: s3ql -- a full-featured file system for online data storage

2011-05-13 Thread Nikolaus Rath
Package: wnpp
Severity: wishlist
Owner: Nikolaus Rath 


* Package name: s3ql
  Version : 1.0
  Upstream Author : Nikolaus Rath 
* URL : http://code.google.com/p/s3ql/
* License : GPL3
  Programming Lang: Python
  Description : a full-featured file system for online data storage

 S3QL is a file system that stores all its data online. It supports
 online storage services like Amazon S3 as well as arbitrary FTP or
 SFTP servers. It effectively provides you with a hard disk of
 infinite capacity that can be accessed from any computer with
 internet access.
 .
 S3QL has been designed mainly for backup and archival purposes and
 many of its features are especially geared towards this. However,
 since S3QL is providing a standard UNIX file system, it can in
 principle be used for any other application as well.
 .
 S3QL is designed to favor simplicity and elegance over performance
 and feature-richness. Care has been taken to make the source code as
 readable and serviceable as possible. Solid error detection and error
 handling have been included from the very first line, and S3QL comes
 with extensive automated test cases for all its components.



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



Bug#626650: ITP: python-pyliblzma -- Python bindings for the LZMA/XZ Compression Library

2011-05-13 Thread Nikolaus Rath
Package: wnpp
Severity: wishlist
Owner: Nikolaus Rath 


* Package name: python-pyliblzma
  Version : 0.5.3
  Upstream Author : Per Oyvind Karlsen 
* URL : https://launchpad.net/pyliblzma
* License : LGPL3
  Programming Lang: C, Python
  Description : Python bindings for the LZMA/XZ Compression Library

PylibLZMA provides a python interface for the XZ (former LZMA) library
to read and write data that has been compressed or can be decompressed
by Lasse Collin's xz / lzma utils.



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



Bug#340907: closed wrongly

2011-05-13 Thread jidanni
reopen 340907
thanks
I think you closed the wrong bug.



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



Bug#624302: [buildd-tools-devel] Bug#624302: probably missing underline end markup in schroot.conf(5) man page

2011-05-13 Thread Roger Leigh
tags 624302 + fixed-upstream pending
thanks

On Wed, Apr 27, 2011 at 10:59:15AM +0200, Marc Haber wrote:
> in the schroot.conf(5) man page, in the chapter about Plain and
> directory chroots, the remainder of the first paragraph starting with
> /proc is underlined. I guess that it was only intended to underline
> the word /proc and an end underline markup is missing.

Thanks.  This was terminated with \fI rather than \fP.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#621932: fontforge: FTBFS: eval: 1: base_compile+= -c: not found

2011-05-13 Thread Hideki Yamane
Hi,

On Tue, 10 May 2011 00:43:05 +0200
Julien Cristau  wrote:
> > 
> > That looks wrong.
> > 
> Indeed...

 Thanks for pointing out. Then, how do I fix this, could you tell me, please?




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



Bug#624303: [buildd-tools-devel] Bug#624303: schroot.conf(5) run-exec-scripts renders differently

2011-05-13 Thread Roger Leigh
tags 624303 + fixed-upstream pending
thanks

On Wed, Apr 27, 2011 at 10:57:08AM +0200, Marc Haber wrote:
> Package: schroot
> Version: 1.4.21-1+b1
> Severity: minor
> 
> Hi.
> 
> In the manpage for schroot.conf(5), there might be a markup
> directive missing for the run-exec-scripts setting. It renders:
> 
>run-exec-scripts=true|false Set whether chroot
>   execution  scripts  will  be run.  The default is the same as
>   the default for the run-setup-scripts key.
> 
> while the other settings render like this
> 
>run-setup-scripts=true|false
>   Set whether chroot setup scripts will be run.  The default is
>   to  run  setup  scripts  for all chroot types except ‘plain’.

It was missing a newline due to the Emacs nroff-mode having broken
handling of .TP.  I added back the newline.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#619854: wajig: Please use gdebi for install of .deb

2011-05-13 Thread Tshepang Lekhonkhobe
On Wed, May 4, 2011 at 23:40, Reuben Thomas  wrote:
> The first problem was that bash completion refused to complete the .deb files.

Update your wajig copy to experience the first step in fixing this
problem. It's not as fast and smart as I want though.



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



Bug#624469: Intermittent failure to start.

2011-05-13 Thread Josh Triplett
On Fri, May 13, 2011 at 09:44:44PM +0200, Marco d'Itri wrote:
> On May 13, j...@joshtriplett.org wrote:
> 
> > Does udevd normally have multiple processes?
> Yes. It would be useful to determine if the problem is that:
> - there is a race between the initial wildcard expansion by the shell
>   and further forking by udev, or
> - the killed processes do not die quickly enough

I'll compare the PIDs in the trace to the PIDs in the subsequent ps
listing.

- Josh Triplett



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



Bug#626649: bugs.debian.org: consider marking "bug #" string as links in the BTS webinterface

2011-05-13 Thread Christoph Anton Mitterer
Package: bugs.debian.org
Severity: wishlist


Hi.

It might be of worth to consider making strings of the form:
"bug #" a link to the respective bug, i.e.
"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug="

I guess searching just for "#number" would result in to many false hits.

Maybe searching for the even more "exact" "Debian bug #" may be better.


Cheers,
Chris.



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



Bug#612675: Re[2]: Bug#612675: libkio5: KTar class have broken UTF-8 support(longlink)

2011-05-13 Thread Modestas Vainius
Hello,

On pirmadienis 09 Gegužė 2011 13:24:51 Ibragimov Rinat wrote:
> > > Can you point to some of those checks? I've looked through the code
> > > again and found nothing related to QString. There are only some of
> > > them related to QByteArray.
> > 
> > But why do you think QByteArray checks are not affected?
> 
> Because QByteArray is intended to store raw bytes [1],

Basically, QByteArray is a wrapper class on top of char*. For example, 
QString::toUtf8() returns QByteArray as well.

> while QString stores
> charactes which may be wider than 8-bit. Current implementation uses 16-bit
> QChars [2].

Well, ok, but that still does not explain why you cast one "check" to 
(unsigned char) leaving others untouched. QByteArray::operator[] also returns 
a _signed_ char. So what makes you think those chars will always be <= 127 ?

-- 
Modestas Vainius 


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


Bug#532320: This seems the right thing to do...

2011-05-13 Thread Ivan Baldo

Hello.
This seems the right thing to do, if the user puts a special 
setting in the nvidia-settings program then it expects that setting to 
remain for the next reboot and not to have to load the program to apply 
the setting again.

I use all default settings but anyway...
Thanks for looking this.
Have a nice day!!!


--
Ivan Baldo - iba...@adinet.com.uy - http://ibaldo.codigolibre.net/
From Montevideo, Uruguay, at the south of South America.
Freelance programmer and GNU/Linux system administrator, hire me!
Alternatives: iba...@codigolibre.net - http://go.to/ibaldo




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



Bug#587691: Upgrade isn't needed?

2011-05-13 Thread Ivan Baldo

Hello.
First of all: thanks for your work!!!
The NVidia packages are at version 270.41.06-1 and NVidia Settings 
is at version 195.36.24-1, is it necessary to upgrade or the NVidia 
Settings program is the same in that newer version?

Thanks for looking into this!
Good bye!


--
Ivan Baldo - iba...@adinet.com.uy - http://ibaldo.codigolibre.net/
From Montevideo, Uruguay, at the south of South America.
Freelance programmer and GNU/Linux system administrator, hire me!
Alternatives: iba...@codigolibre.net - http://go.to/ibaldo




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



Bug#626648: installation lacks RELEASE_NOTES-2.7 documentation file

2011-05-13 Thread Serge Hallyn
Package: postfix-doc
Version: 2.8.3-1
The /usr/share/doc/postfix/RELEASE_NOTES.gz file shipped with
postfix-doc references RELEASE_NOTES-2.7, but that file is not
included.  Something like the following is needed to install
that:

diff -u postfix-2.8.3/debian/rules postfix-2.8.3/debian/rules
--- postfix-2.8.3/debian/rules
+++ postfix-2.8.3/debian/rules
@@ -86,6 +86,7 @@
dh_installexamples -p ${docpkg} -Xmain.cf -Xmaster.cf -Xfiles 
conf/[a-z]*
dh_installexamples -p ${docpkg} conf/main.cf.default debian/mailqfmt.pl
install -m 0444 RELEASE_NOTES $(docdir)/RELEASE_NOTES
+   install -m 0444 RELEASE_NOTES-2.7 $(docdir)/RELEASE_NOTES-2.7
install -m 0444 AAAREADME $(docdir)/README
for file in */README; do \
install -m 0444 $${file} $(docdir)/README.$${file%/README}; \
.



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



Bug#626647: adding support for kfreebsd

2011-05-13 Thread Christoph Egger
Package: src:cfengine3
Severity: minor
Tags: patch

Hi!

Seems the patch below would make cfengine3 build on kfreebsd (tested on the 
-amd64 variant).

Regards

Christoph

--- cfengine3-3.1.5.orig/configure.ac
+++ cfengine3-3.1.5/configure.ac
@@ -723,7 +723,7 @@ case "$target_os" in
   AC_DEFINE(IRIX)
 CFLAGS="$CFLAGS -w"
 ;;
-   linux*)
+   linux*|*bsd*gnu)
AC_DEFINE(LINUX, [], [Linux build])
AC_CHECK_LIB(nss_nis, yp_get_default_domain)
 AC_CHECK_LIB(acl,main)



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



Bug#623747: svgalib1-dev still not available for armel

2011-05-13 Thread Abou Al Montacir
reopen 623747

thanks

svgalib1-dev still not available for armel as the package is still built
only for i386 ans amd64. You may need to add armel to the list of build
architectures.

Cheers


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


Bug#622756: [buildd-tools-devel] Bug#622756: Bug#622756: Bug#622756: Installing systemd breaks schroot

2011-05-13 Thread Roger Leigh
tags 622756 + patch fixed-upstream pending
thanks

On Fri, May 13, 2011 at 09:59:26PM +0100, Roger Leigh wrote:
> I'm thinking of applying something like this to schroot to fix
> things up.  It removes all the rbinds; if uses want fancier
> mounts, then they will need to add them.  As and when the autofs
> issue is fixed, we can look at adding back the rbinds.  Note it's
> just a work in progress, so not fully tidied/ordered yet.

Committed a slightly modified version:

http://git.debian.org/?p=buildd-tools/schroot.git;a=commitdiff;h=5de7d57fe54c2b0c48f60e2b5bc06a09cd0f0f44


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#626645: New Upstream Version, merging codebase: ntfs-3g + ntfsprogs = ntfs-3g_ntfsprogs-2011.4.12

2011-05-13 Thread m...@cryptolab.net

Package: ntfs-3g, ntfsprogs
Version: 1:2011.1.15-0.1, 2.0.0-1+b1
Severity: wishlist

-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntfs-3g depends on:
ii  libc62.13-4  Embedded GNU C Library: 
Shared lib
ii  libntfs-3g80 1:2011.1.15-0.1 ntfs-3g filesystem in 
userspace (F


ntfs-3g recommends no packages.

ntfs-3g suggests no packages.

-- no debconf information

Versions of packages ntfsprogs depends on:
ii  fuse-utils2.8.4-1.4  Filesystem in USErspace 
(utilities
ii  libc6 2.13-4 Embedded GNU C Library: 
Shared lib

ii  libfuse2  2.8.4-1.4  Filesystem in USErspace library
ii  libntfs10 2.0.0-1+b1 library that provides 
common NTFS

ii  libuuid1  2.17.2-9.1 Universally Unique ID library

ntfsprogs recommends no packages.

ntfsprogs suggests no packages.

-- no debconf information


From http://sourceforge.net/mailarchive/message.php?msg_id=27338853 :


Greetings,

We are happy to announce the stable, merged release of ntfsprogs and
NTFS-3G.

The merged codebase will help to avoid duplicated maintenance of the large,
complex NTFS codebase, so development can focus on enhanced functionality,
reliability, and interoperability in the future.

Several alternatives have been considered how to organize the code
(library, tools, driver). The preferred solution is the simplest way which
is one large package, like Samba. So, there will be need to install only
one NTFS package (ntfs-3g_ntfsprogs), not two (ntfsprogs, ntfs-3g).

The code and status is available at

  git clonegit://ntfs-3g.git.sourceforge.net/gitroot/ntfs-3g/ntfs-3g_ntfsprogs

The package is a compatible, drop-in replacement for both ntfs-3g and
ntfsprogs.

The package contains the following improvements, changes and fixes:

  ntfs-3g: fixed possible wrong hole size when overwriting compressed data
  ntfs-3g: fixed listxattr() to environments with extended attributes
  ntfs-3g: fixed ENOSPC when making an index non-resident
  ntfs-3g: fixed partial mapping ahead of mapped runlist
  ntfs-3g: enabled forensic mounting (currently same as read-only)
  ntfs-3g: expand an attribute without creating a hole
  ntfs-3g: improved appending data to a long hole
  ntfs-3g: deny direct modifications to metadata files
  ntfs-3g: option 'acl' to request the use of Posix ACLs
  ntfsclone: fixed reading old big-endian ntfsclone images
  ntfsclone: avoided writing beyond allocated variable
  ntfsclone: close volume and cleanup when exiting
  ntfsclone: new option not to clear the timestamps
  ntfsclone: sync created image before remounting
  ntfsclone: use a stream to produce aligned writes during image creation
  ntfsinfo: display times in UTC
  mkntfs: don't store full bitmap and logfile in memory
  mkntfs: set a volume UUID if option -U
  mkntfs: fixed $MFT allocated size
  mkntfs: fixed allocated size of resident unnamed data
  ntfsfix: new option -n for no action
  ntfsfix: try alternate boot sector if cannot start up
  ntfsfix: check and fix the upcase table
  ntfsfix: try to fix file systems with incorrect size
  ntfsundelete: fixed a segfault
  ntfsresize: new option --info-mb-only
  ntfsresize: new option --check

The release candidate is available at

  http://www.tuxera.com/community/ntfs-3g-download/

Many thanks to Jean-Pierre Andre and Erik Larsson to make this happen!

  Tuxera Open Source Team




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



Bug#626644: xen-utils-4.1: xl fails because /var/lib/xen is missing

2011-05-13 Thread Mark
Package: xen-utils-4.1
Version: 4.1.0-3
Severity: normal


After *manually* creating /var/lib/xen xl create  worked fine.
Probably it would be better to have the directory created when installing
this package?

Error when /var/lib/xen is missing:
 xl create /etc/xen/domU/sandbox-debian-unstable.cfg -c
Parsing config file /etc/xen/domU/sandbox-debian-unstable.cfg
xc: info: VIRTUAL MEMORY ARRANGEMENT:
  Loader:0010->00179850
  TOTAL: ->1f80
  ENTRY ADDRESS: 0010
xc: info: PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0200
  2MB PAGES: 0x00fb
  1GB PAGES: 0x
libxl: error: libxl_dom.c:718:libxl_userdata_store cannot write 
/var/lib/xen/userdata-n.3.71d22787-7fff-4553-9cbb-7ff6fa9866b3.xl for 
/var/lib/xen/userdata-d.3.71d22787-7fff-4553-9cbb-7ff6fa9866b3.xl: No such file 
or directory
cannot save config file: No such file or directory
libxl: error: libxl_dom.c:645:libxl__userdata_destroyall glob failed for 
/var/lib/xen/userdata-?.3.71d22787-7fff-4553-9cbb-7ff6fa9866b3.*: No such file 
or directory
xenconsole: Could not read tty from store: No such file or directory


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'stable-updates')
Architecture: amd64 (x86_64)

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

Versions of packages xen-utils-4.1 depends on:
ii  e2fslibs1.41.12-2ext2/ext3/ext4 file system librari
ii  libbluetooth3   4.91-1   Library to use the BlueZ Linux Blu
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libgnutls26 2.10.5-1+b1  the GNU TLS library - runtime libr
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libpci3 1:3.1.7-6Linux PCI Utilities (shared librar
ii  libuuid12.17.2-9 Universally Unique ID library
ii  libvdeplug2 2.2.3-3+b1   Virtual Distributed Ethernet - Plu
ii  libxenstore3.0  4.1.0-3  Xenstore communications library fo
ii  python-support  1.0.10   automated rebuilding support for P
ii  python2.6   2.6.6-8+b1   An interactive high-level object-o
ii  xen-utils-common4.1.0~rc6-1  XEN administrative tools - common 
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages xen-utils-4.1 recommends:
ii  bridge-utils 1.5-2   Utilities for configuring the Linu
ii  qemu-keymaps 0.14.0+dfsg-5.1 QEMU keyboard maps
ii  qemu-utils   0.14.0+dfsg-5.1 QEMU utilities
ii  xen-hypervisor-4.1-amd64 4.1.0-3 Xen Hypervisor on AMD64

Versions of packages xen-utils-4.1 suggests:
ii  xen-docs-4.1  4.1.0-3Documentation for Xen

-- no debconf information



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



Bug#626643: rkhunter: Multiple ALLOWPROCDELFILE options not working anymore

2011-05-13 Thread Francois Marier
Package: rkhunter
Version: 1.3.8-4
Severity: normal

Among other things, when the daily cronjob runs, I get the following
processes with open deleted files:

  Process: /usr/bin/kdeinit4PID: 599File: /dev/pts/2
  Process: /usr/bin/gnome-terminalPID: 4971File: /tmp/vteLAK4UV

If I put this in my /etc/rkhunter.conf.local:

  ALLOWPROCDELFILE="/usr/bin/kdeinit4"

then the first one disappears and I'm left with:

  Process: /usr/bin/gnome-terminalPID: 4971File: /tmp/vteLAK4UV

However, if I put this in my /etc/rkhunter.conf.local:

  ALLOWPROCDELFILE="/usr/bin/kdeinit4"
  ALLOWPROCDELFILE="/usr/bin/gnome-terminal"

then none of them are filtered and I'm left with the original two:

  Process: /usr/bin/kdeinit4PID: 599File: /dev/pts/2
  Process: /usr/bin/gnome-terminalPID: 4971File: /tmp/vteLAK4UV

the same problem exists if I merge the two options into a single option:

  ALLOWPROCDELFILE="/usr/bin/kdeinit4 /usr/bin/gnome-terminal"

Cheers,
Francois

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

Kernel: Linux 2.6.38.6-grsec+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rkhunter depends on:
ii  binutils  2.21.51.20110421-3 The GNU assembler, linker and bina
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii  file  5.04-5+b1  Determines file type using "magic"
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  perl  5.10.1-20  Larry Wall's Practical Extraction 
ii  ucf   3.0025+nmu2Update Configuration File: preserv

Versions of packages rkhunter recommends:
ii  curl   7.21.6-1  Get a file from an HTTP, HTTPS or 
ii  iproute20110315-1networking and traffic control too
ii  lsof   4.81.dfsg.1-1 List open files
ii  postfix [mail-transport-ag 2.8.3-1   High-performance mail transport ag
pn  unhide (no description available)
pn  unhide.rb  (no description available)
ii  wget   1.12-3.1  retrieves files from the web

Versions of packages rkhunter suggests:
ii  libdigest-sha1-perl 2.13-1   NIST SHA-1 message digest algorith
pn  libdigest-whirlpool-per(no description available)
ii  liburi-perl 1.58-1   module to manipulate and access UR
ii  libwww-perl 6.01-3   simple and consistent interface to
ii  mailutils [mailx]   1:2.2+dfsg1-3+b1 GNU mailutils utilities for handli
ii  powermgmt-base  1.31 Common utils and configs for power
pn  tripwire   (no description available)

-- Configuration Files:
/etc/cron.daily/rkhunter changed [not included]
/etc/default/rkhunter changed [not included]

-- debconf information:
* rkhunter/apt_autogen: yes
* rkhunter/cron_daily_run: yes
* rkhunter/cron_db_update: yes



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



Bug#626641: cryptsetup: bug #587220 re-introduced

2011-05-13 Thread Christoph Anton Mitterer
btw:
I hope you see now, how easy it is that issues which can at least
potentially destroy the whole intention of cryptsetup (and are therefore
especially much worse than e.g. a bug that would just destroy all data on a
dm-crypt/luks volume,... well at least for any people who seriously know
about security and who really seriously want it).

That's also the reason why in many places (not just the openpgp key
scripts) I suggested to use much more detailed documentation and much more
checks.

If a note at the respective init-scripts would have placed, specifically
telling that checks are not wanted here, or better said, that failing with
some error [exit code] is wanted if cryptdisk.functions is gone,... the
re-introduction of that security hole could have been avoided.


And although this may seem like a "minor" issue,... it should really be
understood that such a minor issue could render the whole security system
completely unusable.


Chris.



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



Bug#626642: RM: libmodern-perl -- RoQA; replaced by libmodern-perl-perl (which also builds libmodern-perl)

2011-05-13 Thread Ansgar Burchardt
Package: ftp.debian.org
Severity: normal

Hi,

please remove

  libmodern-perl (source)
  libmodern-perl_1.03-2_all.deb

from unstable.  Please do not remove libmodern-perl_1.03-3_all.deb
(which is build by the libmodern-perl-perl source package).

Regards,
Ansgar



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



Bug#618901: closed by Ludovic Rousseau (Re: coolkey: Doesn't work with Iceweasel or Epiphany)

2011-05-13 Thread Marcelo
Uhm, the bug still applies.  What's invalid is the comment about not
being about to build from source.  But that was only a comment, not
the actual bug.  The bug is that coolkey does not work with Firefox.

Thanks,

Marcelo



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



Bug#626641: cryptsetup: bug #587220 re-introduced

2011-05-13 Thread Christoph Anton Mitterer
Package: cryptsetup
Version: 2:1.2.0-2
Severity: normal
Tags: security


Hi.

Withe the recent upload and its changes to the init-script you again
introduce the meta-security hole discussed in #587220.

I know, that policy requests that init-scripts exit gracefully in case a
package has been removed but not purged.
But I guess it should be quite clear to everyone that with respect to the
intention of cryptsetup (security) and the possible effects on that... this
is not only justifyable but also absolutely neccessary.


Chris.



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



Bug#610651: m68k-vme-tftplilo: b-d uninstallable in squeeze

2011-05-13 Thread Ansgar Burchardt
Hi,

this RC bug has been open for quite some time.  Is there some progress
on this or should the package be removed from unstable as suggested by
Adam?

Regards,
Ansgar



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



Bug#516214: Charachter ' produce error in ~/.Xresources

2011-05-13 Thread Andreas Mohr
Seconded. Just found the same issue in my ~/.xsession-errors (and thus
~/.Xresources ) about last week. Version 0.69 here as well.

Thanks,

Andreas Mohr



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



Bug#626640: Premature session file deletion

2011-05-13 Thread Marcus Cobden

Package: php5-common
Version: 5.3.6-10

The crontab /etc/cron.d/php5 will, in certain circumstances, prematurely delete 
session files, resulting in error messages in scripts which were using those 
sessions.

Circumstances in which this might occur are:
* A script has been running longer than the configured session maxlifetime, and 
still has a session open.
* A script which as resumed an existing session, but the end of the session 
maxlifetime falls within the window of that script's execution.

This is a pretty common problem, and any number of kludgy solutions can be 
found in google, I didn't spot any which actually address the cause of the 
problem, only workarounds.

Suggested fix:
In the crontab, replace

-delete

with

-exec sh -c 'C=`fuser "$0" 2> /dev/null | wc -w`; [ "$C" -eq 0 ] && rm "$0"' {} 
\;




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



Bug#626639: [INTL:da] Danish translation of the debconf templates openguides

2011-05-13 Thread Joe Dalton
Package: openguides
Severity: wishlist
Tags: l10n patch

Please include the attached Danish openguides translations.

joe@joe-desktop:~/over/debian/openguides$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 2 oversatte tekster.


bye
Joe# Danish translation openguides.
# Copyright (C) openguides & nedenstående oversættere.
# This file is distributed under the same license as the openguides package.
# Joe Hansen (joedalt...@yahoo.dk), 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openguides\n"
"Report-Msgid-Bugs-To: d...@earth.li\n"
"POT-Creation-Date: 2006-08-28 18:05+0100\n"
"PO-Revision-Date: 2011-05-14 18:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Okay to proceed with upgrade?"
msgstr "Okay at fortsætte med opgradering?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"You are trying to upgrade from a version of OpenGuides that used an old "
"database schema. The migration is somewhat risky and so it is strongly "
"recommended that you backup your OpenGuides databases before proceeding."
msgstr ""
"Du forsøger at opgradere fra en version af OpenGuides, som brugte "
"et gammelt databaseskema. Migrationen er en smule risikofyldt, og det "
"anbefales derfor stærkt, at du laver en sikkerhedskopi af dine "
"OpenGuides-databaser, før du fortsætter."



Bug#569443: barry: FTBFS: Nonexistent build-dependency: libopensync0-dev

2011-05-13 Thread Ansgar Burchardt
Hi,

these RC bugs have been open for a year now.  Will barry become
buildable in unstable again?  If not, maybe the package should be
removed from Debian instead.

Regards,
Ansgar



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



Bug#626638: samba: Updated Hebrew PO for Samba

2011-05-13 Thread Eran Cohen
Package: samba
Version: 2:3.5.6~dfsg-3squeeze2
Severity: wishlist

Uploading updated hebrew po.



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

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

Versions of packages samba depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  debconf [debconf- 1.5.36.1   Debian configuration management sy
ii  libacl1   2.2.49-4   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.
ii  libcomerr21.41.12-2  common error description library
ii  libcups2  1.4.4-7Common UNIX Printing System(tm) -
ii  libgssapi-krb5-2  1.8.3+dfsg-4   MIT Kerberos runtime libraries - k
ii  libk5crypto3  1.8.3+dfsg-4   MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.8.3+dfsg-4   MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.23-7   OpenLDAP libraries
ii  libpam-modules1.1.1-6.1  Pluggable Authentication Modules f
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  libtalloc22.0.1-1hierarchical pool based memory all
ii  libwbclient0  2:3.5.6~dfsg-3squeeze2 Samba winbind client library
ii  lsb-base  3.2-23.2squeeze1   Linux Standard Base 3.2 init scrip
ii  procps1:3.2.8-9  /proc file system utilities
ii  samba-common  2:3.5.6~dfsg-3squeeze2 common files used by both the Samb
ii  update-inetd  4.38+nmu1  inetd configuration file updater
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

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

Versions of packages samba suggests:
pn  ctdb   (no description available)
pn  ldb-tools  (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-6 The OpenBSD Internet Superserver
pn  smbldap-tools  (no description available)

# translation of samba_2_3_5_6_dfsg_2_debconf_he.po to Hebrew
# translation of PACKAGE.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Katriel Traum , 2007.
# Omer Zak , 2010.
msgid ""
msgstr ""
"Project-Id-Version: samba_2_3_5_6_dfsg_2_debconf_he\n"
"Report-Msgid-Bugs-To: sa...@packages.debian.org\n"
"POT-Creation-Date: 2011-05-12 10:46+0200\n"
"PO-Revision-Date: 2011-05-14 00:25+0200\n"
"Last-Translator: Eran Cohen \n"
"Language-Team: Hebrew \n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Type: title
#. Description
#: ../samba-common.templates:1001
#, fuzzy
msgid "Samba server and utilities"
msgstr "שרת סמבה ושירותים"

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid "Modify smb.conf to use WINS settings from DHCP?"
msgstr "האם לשנות את הקובץ smb.conf כדי שישתמש בהגדרות WINS מתוך DHCP?"

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid "If your computer gets IP address information from a DHCP server on the 
network, the DHCP server may also provide information about WINS servers 
(\"NetBIOS name servers\") present on the network.  This requires a change to 
your smb.conf file so that DHCP-provided WINS settings will automatically be 
read from /etc/samba/dhcp.conf."
msgstr "במידה שמחשב זה מקבל כתובת IP משרת DHCP ברשת, ייתכן כי שרת ה-DHCP גם 
מספק מידע על שרתי WINS  (\"שרתי מיפוי כתובות NetBIOS\") הזמינים ברשת. שימוש 
במידע זה מצריך שינוי בקובץ smb.conf כדי שכתובת שרת ה-WINS שמספק שרת ה-DHCP, 
תיקרא בצורה אוטומטית מהקובץ /etc/samba/dhcp.conf."

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid "The dhcp3-client package must be installed to take advantage of this 
feature."
msgstr "על החבילה dhcp3-client להיות מותקנת כדי לאפשר מאפיין זה."

#. Type: boolean
#. Description
#: ../samba-common.templates:3001
msgid "Configure smb.conf automatically?"
msgstr "האם להגדיר את smb.conf בצורה אוטומטית?"

#. Type: boolean
#. Description
#: ../samba-common.templates:3001
msgid "The rest of the configuration of Samba deals with questions that affect 
parameters in /etc/samba/smb.conf, which is the file used to configure the 
Samba programs (nmbd and s

Bug#325169: Use of Policy compliant relations

2011-05-13 Thread David Prévot
Hi Antti-Juhani,

During the review process of the French translation, we thought this could be 
better to consistently use the relationships as they are defined in the Debian 
Policy.

http://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax

Patch attached, since it follows the previously proposed patches in this BR, 
please tell me if you'd prefer a specific BR for each tiny issue.

Regards

David

From e5a092a87a49e0d8495fddfd6e25b7a2788ea627 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= 
Date: Fri, 13 May 2011 17:55:49 -0400
Subject: [PATCH 5/7] Use of Policy compliant relations

---
 grep-dctrl/grep-dctrl.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index 38f3b02..db23956 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -129,9 +129,9 @@ static struct argp_option options[] = {
 	{ "or",		'o', 0,		0, N_("Disjunct filters.") },
 	{ "not",	'!', 0,		0, N_("Negate the following filters.") },
 	{ "eq",		OPT_EQ, 0,		0, N_("Test for version number equality.") },
-	{ "lt",		OPT_LT, 0,		0, N_("Version number comparison: <.") },
+	{ "lt",		OPT_LT, 0,		0, N_("Version number comparison: <<.") },
 	{ "le",		OPT_LE, 0,		0, N_("Version number comparison: <=.") },
-	{ "gt",		OPT_GT, 0,		0, N_("Version number comparison: >.") },
+	{ "gt",		OPT_GT, 0,		0, N_("Version number comparison: >>.") },
 	{ "ge",		OPT_GE, 0,		0, N_("Version number comparison: >=.") },
 	{ "debug-optparse", OPT_OPTPARSE, 0,	0, N_("Debug option parsing.") },
 	{ "quiet",	'q', 0,		0, N_("Do no output to stdout.") },
-- 
1.7.5.1



Bug#626637: [INTL:da] Danish translation of the debconf templates ferm

2011-05-13 Thread Joe Dalton
Package: ferm
Severity: wishlist
Tags: l10n patch

Please include the attached Danish ferm translations.

joe@joe-desktop:~/over/debian/ferm$ msgfmt --statistics -c -v -o /dev/null da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation ferm.
# Copyright (C)ferm & nedenstående oversættere.
# This file is distributed under the same license as the ferm package.
# Joe Hansen (joedalt...@yahoo.dk), 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: ferm\n"
"Report-Msgid-Bugs-To: ferm-maintain...@ned.snow-crash.org\n"
"POT-Creation-Date: 2006-09-25 22:40+0200\n"
"PO-Revision-Date: 2011-05-13 18:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../ferm.templates:1001
msgid "Enable ferm on bootup?"
msgstr "Aktiver ferm ved opstart?"

#. Type: boolean
#. Description
#: ../ferm.templates:1001
msgid "Ferm can load firewall rules on every bootup from /etc/ferm/ferm.conf."
msgstr "Ferm kan indlæse brandmursregler ved hver opstart fra /etc/ferm/ferm.conf."

#. Type: boolean
#. Description
#: ../ferm.templates:1001
msgid ""
"The default configuration allows SSH login on port 22; if you are installing "
"this package remotely on another port, you should not choose this option, "
"and later edit /etc/default/ferm to enable ferm."
msgstr ""
"Standardkonfigurationen tillader SSH-logind på port 22; hvis du installerer "
"denne pakke eksternt på en anden port, skal du ikke vælge denne indstilling, "
"men senere redigere /etc/default/ferm for at aktivere ferm."



Bug#626607: [Pkg-xfce-devel] Bug#626607: [xfce4-panel] No longer possible to have a small 'hovering' edge-docked panel since 4.8

2011-05-13 Thread Yves-Alexis Perez
On ven., 2011-05-13 at 22:48 +0600, Roman Mamedov wrote:
> Package: xfce4-panel
> Version: 4.8.3-2
> Severity: normal
> 
> It seems to be no longer possible to have a (horizontal) panel that would be
> docked to an edge of screen, and at the same time appear above any maximized
> application windows, instead of reducing the desktop area size by the panel's
> height.
> 
> This is a crucial feature for me, as I have a monitor/sensors/weather panel on
> top of all windows since Xfce 4.6.
> 
> But in 4.8 there seems to be no way to have such panels. Now unless the panel
> is set to autohide, when it's docked to a screen edge, it instantly reduces
> the desktop area size (that maximized windows occupy) by that panel's height.
> This is very silly for a panel which is only about 150 pixels wide (~15% of
> the screen width).
> 
> I suggest that a docked panel does not change the desktop area size unless
> that panel is more than (let's say) 50%-wide. 

Fwiw, it's fixed in xfce4-panel master (so future 4.10), see
https://bugzilla.xfce.org/show_bug.cgi?id=7202.

It's not reallu backportable to 4.8 I think.

Regards,
-- 
Yves-Alexis


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


Bug#626598: [Pkg-xfce-devel] Bug#626598: [xfce4-session] session not ACTIVE, pam_loginuid.so as "session optional"

2011-05-13 Thread Yves-Alexis Perez
On ven., 2011-05-13 at 19:15 +0200, Marek Straka wrote:
> 
> If you upgrade xfce4.6 to xfce4.8 you need to take care if you have
> installed also these packages:
> policykit-1
> gvfs
> libpam-ck-connector
> ...as these are only recommended and without that thunar is not able
> mount external disks and desktop is not able to turn PC off. 

If you configured your system to not install recommends, then you should
be able to look at them and install what you want/need.

> 
> 
> I am starting session with "startx".

Ok.

> The last thing which I do not fully understand -
> in /etc/pam.d/common-session
> must be
> session optionalpam_loginuid.so
> before
> session optionalpam_ck_connector.so nox11
> Update of libpam-runtime removed (upon system wide settings)
> pam_loginuid.so from this config file. 

There's nothing pam-related needed for Xfce+consolekit.
-- 
Yves-Alexis


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


Bug#620407: [Evolution] Bug#620407: evolution: Test results

2011-05-13 Thread Yves-Alexis Perez
On ven., 2011-05-13 at 21:37 +0200, Jean-Philippe MENGUAL wrote:
> I tested the alternate you suggest. For me it doesn't work.

*What* doesn't work? “It” is not meaningful at all.

>  I get "operation not handled". 

How? Where? Doing what?

Could you *please* provide all the information in one message, it's
painful to extract every bit of information (and it's a waste of my
time, too).

Regards,
-- 
Yves-Alexis


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


Bug#626636: iceweasel -no-remote doesn't work

2011-05-13 Thread Flavio Stanchina
Package: iceweasel
Version: 3.5.19-2
Severity: normal

Running "iceweasel -no-remote" with an instance already running returns
the following error:

  Iceweasel is already running, but is not responding. To open
  a new window, you must first close the existing Iceweasel process,
  or restart your system.

Yes, I tried with the first instance being "iceweasel -safe-mode".

-- Package-specific info:

-- Extensions information
Name: Adblock Plus
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
Package: xul-ext-adblock-plus
Status: enabled

Name: BlackFox V1-Blue
Location: ${PROFILE_EXTENSIONS}/zigboom.desi...@gmail.com
Status: enabled

Name: Certificate Watch (CertWatch)
Location: ${PROFILE_EXTENSIONS}/certwa...@simos.info
Status: enabled

Name: Chromifox Extreme Carbon
Location: ${PROFILE_EXTENSIONS}/cfxec@Triton
Status: enabled

Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Download Manager Tweak
Location: ${PROFILE_EXTENSIONS}/{F8A55C97-3DB6-4961-A81D-0DE0080E53CB}
Status: enabled

Name: FireDownload
Location: ${PROFILE_EXTENSIONS}/firedownl...@mozilla.org
Status: user-disabled

Name: Form History Control
Location: ${PROFILE_EXTENSIONS}/formhist...@yahoo.com
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: Image Zoom
Location: ${PROFILE_EXTENSIONS}/{1A2D0EC4-75F5-4c91-89C4-3656F6E44B68}
Status: enabled

Name: Neo Diggler
Location: ${PROFILE_EXTENSIONS}/{9b84cce7-a817-45d7-865e-9e6e8da1c388}
Status: enabled

Name: VMware Remote Console Plug-in
Location: ${PROFILE_EXTENSIONS}/vmwarev...@vmware.com
Status: enabled

-- Plugins information
Name: Java(TM) Plug-in 1.6.0_24
Location: /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplayer-mozilla/libflashplayer.so
Package: flashplayer-mozilla
Status: enabled

Name: VMware Remote Console Plug-in
Location: 
/home/flavio/.mozilla/firefox/default.bbi/extensions/vmwarev...@vmware.com/plugins/np-vmware-vmrc-2.5.0-122581.so
Status: enabled


-- Addons package information
ii  flashplayer-mo 2:10.2.159.1-0 Macromedia Flash Player
ii  iceweasel  3.5.19-2   Web browser based on Firefox
ii  kopete 4:4.4.5-2  instant messaging and chat application
ii  sun-java6-bin  6.24-1~squeeze Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  xul-ext-adbloc 1.2.1-1Advertisement blocking extension for web bro

-- System Information:
Debian Release: 6.0.1
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable'), (400, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686-bigmem (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/dash

Versions of packages iceweasel depends on:
ii  debianutils   3.4Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  procps1:3.2.8-9  /proc file system utilities
ii  xulrunner-1.9.1   1.9.1.19-2 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  mozplugger (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1 (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint (no description available)

Versions of packages xulrunner-1.9.1 depends on:
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-6   high-quality block-sorting file co
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 Fre

Bug#626635: ITP: cbmc -- bounded model checker for C and C++ programs

2011-05-13 Thread Michael Tautschnig
Package: wnpp
Severity: wishlist
Owner: Michael Tautschnig 

* Package name: cbmc
  Version : 3.9
  Upstream Author : Daniel Kroening
* URL : http://www.cprover.org/cbmc/
* License : 4-clause BSD
  Programming Lang: C++
  Description : bounded model checker for C and C++ programs

CBMC generates traces that demonstrate how an assertion can be violated, or
proves that the assertion cannot be violated within a given number of loop
iterations.

Best regards,
Michael



pgps1fRuTVBDX.pgp
Description: PGP signature


Bug#626424: Please implement a method to save and restore netfilter rules at boot

2011-05-13 Thread Bernd Zeimetz
Hi,

If I remember right such functions were removed from the iptables package for
various good reasons, for example to avoid that people lock themselves  out.

Implementing something similar is pertty easy, add something like

pre-up iptables-restore < /etc/network/iptables.save || true

to the network config in your /etc/network/interfaces and at the point when you
have a well working iptables config use
iptables-save > /etc/network/iptables.save

I'd never recommend to let something save iptables rules automatically. Do it
manually when you;re sure that you have a working configuration.

Or even better, use ferm instead.

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



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



Bug#610468: Radicale init script examples

2011-05-13 Thread Jonas Smedegaard
On 11-05-13 at 11:25pm, Guillaume Ayoub wrote:
> > I hesitate, as I fear this will steal much attention when I dive 
> > into it: Better with no init script than a badly implemented one.
> 
> You're right.
> 
> > Best would be if Radicale could be perfected as a daemon.  See e.g. 
> > at http://0pointer.de/lennart/projects/libdaemon/#overview for what 
> > it involves.
> 
> The last commit (06f19879) adds an option to store the PID in a file. 
> You can now use:
> 
> radicale -d -p /var/run/radicale.pid
> 
> Radicale manages its logs, redirects STDOUT and STDERR when launched 
> as daemon, handles UNIX signals and writes its PID in a file. That's 
> definitely not the best daemon, as it doesn't manage user and group 
> permissions, but start-stop-daemon can handle that.
> 
> If there's something missing, I can improve Radicale's daemon mode. 
> Just ask ;).

Awesome!


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#608178: teamspeak-client: FTBFS on i386: couldn't find library libXext.so.6

2011-05-13 Thread Ansgar Burchardt
Hi,

this RC bug has been open for some time.  Are there plans for an update
to the package including the suggested fix from Ubuntu?  Or are there
problems with the fix?

Regards,
Ansgar



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



Bug#610468: Radicale init script examples

2011-05-13 Thread Guillaume Ayoub
> I hesitate, as I fear this will steal much attention when I dive into 
> it: Better with no init script than a badly implemented one.

You're right.

> Best would be if Radicale could be perfected as a daemon.  See e.g. at 
> http://0pointer.de/lennart/projects/libdaemon/#overview for what it 
> involves.

The last commit (06f19879) adds an option to store the PID in a file.
You can now use:

radicale -d -p /var/run/radicale.pid

Radicale manages its logs, redirects STDOUT and STDERR when launched as
daemon, handles UNIX signals and writes its PID in a file. That's
definitely not the best daemon, as it doesn't manage user and group
permissions, but start-stop-daemon can handle that.

If there's something missing, I can improve Radicale's daemon mode. Just
ask ;).




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



Bug#626634: ITP: nordugrid-arc-doc -- ARC grid middleware documentation

2011-05-13 Thread Mattias Ellert
Package: wnpp
Severity: wishlist
Owner: Mattias Ellert 

* Package name: nordugrid-arc-doc
  Version : 1.0.1
* URL : http://www.nordugrid.org/
* License : Apache-2.0
  Description : ARC grid middleware documentation

 The NorduGrid ARC documentation is in a separate source package.



smime.p7s
Description: S/MIME cryptographic signature


Bug#626633: ITP: nordugrid-arc -- ARC grid middleware

2011-05-13 Thread Mattias Ellert
Package: wnpp
Severity: wishlist
Owner: Mattias Ellert 

* Package name: nordugrid-arc
  Version : 1.0.0
* URL : http://www.nordugrid.org/
* License : Apache-2.0
  Description : ARC grid middleware

 This package will replace the existing nordugrid-arc-nox package.
 The nox suffix was drpped by upstream.



smime.p7s
Description: S/MIME cryptographic signature


Bug#626599: Use --no-triggers by default and let dpkg find out the configuration order

2011-05-13 Thread Raphael Hertzog
On Fri, 13 May 2011, David Kalnischkies wrote:
> I personally use them for quiet a while now in this combination with no
> issues*, but the differences is barely noticeable - also thanks to the
> need for DPkg::TriggersPending=true (needed to "fix" dpkg "bug" #526774)

I have put that bug in my TODO list, I'll try to look into it.

> and - to quote apt.conf manpage - "also it breaks the progress reporting so
> all frontends will currently stay around half (or more) of the time in the
> 100% state while it actually configures all packages.".

This should be fixable, no? dpkg reports what it does via --status-fd and
APT knows how many packages there are to configure... (even if it doesn't
configure them one by one)

> Further more it breaks applications listening on the hooks (apt-listbugs comes
> to mind) as most of they act on scheduled 'Conf' messages -- which doesn't
> exist if APT doesn't plan them obviously. Could be fixed maybe with looking at
> 'Inst', but i am not sure why they are looking for 'Conf' in the first place…

What hook is that ? Or is that simply analyzing the output of the upgrade plan ?

> Note through that triggers like man-db and soon-to-be bash-completion are run
> all the time as literally every package ships a manpage (or at least should)
> and at least quiet a few a binary in /usr/bin and alike. Maybe the deployment
> of triggers which doesn't put the activating package(s) into trigger-awaiting
> would be useful for those as they are non-mission-critical…

Yes, I should implement this as well.

> P.S.: Where does this discussion started off? Pointers anyone?

It's an old thread: http://lists.debian.org/4ccb1055.5020...@cfl.rr.com

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#626624: apt-listbugs: dies with `pipe': Too many open files (Errno::EMFILE)

2011-05-13 Thread Francesco Poli
reassign 626624 libdpkg-ruby1.8 0.3.6
severity 626624 grave
affects 626624 + apt-listbugs
merge 626624 585448
thanks



On Fri, 13 May 2011 15:49:46 -0400 Andreas Kloeckner wrote:

[...]
> I get this traceback on a massive upgrade:
> 
> Lesen der Paket-Felder... 99%/usr/lib/ruby/1.8/debian/utils.rb:47:in `pipe': 
> Too many open files (Errno::EMFILE)
[...]

Hi Andreas,
thanks for reporting the bug.

It seems to me that you are experiencing bug #585448: I am
therefore reassigning your report and merging it with #585448.

Bye.


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpTTG9MahT2h.pgp
Description: PGP signature


Bug#603206: www.debian.org: Document the official @debian identi.ca account that users can follow

2011-05-13 Thread Raphael Hertzog
Hi,

On Fri, 13 May 2011, Francesca Ciceri wrote:
> In the same place I've added the "Follow the Debian Community" link to
> Planet Debian, as suggested by Martin.

Great!

> ps: in the meanwhile Simon Paillard has objected that the button seems
> too little and no well readable, and it proposed instead to add this one
> [2]. 
> Below the screenshot also for this one, so you can choose ;)

I find [1] too small also but in [2] there's no associated text which is
not optimal either. I would like [2] with a "Follow us" :-)

In any case, anyone of them is better than nothing. Thanks for taking care
of this!

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#626601: plymouth: Kernel null pointer deference at boot time

2011-05-13 Thread Julien Cristau
reassign 626601 linux-2.6 2.6.38-2

On Fri, May 13, 2011 at 18:07:57 +0200, Nicolas VINOT wrote:

> Package: plymouth
> Version: 0.8.3-18+b1
> Severity: normal
> 
> At boot time, kernel displays a null pointer dereference error on screen,
> instead of display manager (kdm in my case).
> This NPD is always reproductible, at each boot.
> 
That's a kernel bug.

> All other parts of boot sequence are correct, and shift to graphical console
> (ctrl+alt+f7) redisplay kdm and I can login and use the computer without any
> other problem.
> 
> Join to this report stacktrace found in /var/log/kern.log
> 
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers testing
>   APT policy: (900, 'testing'), (600, 'stable'), (500, 'unstable'), (1, 
> 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages plymouth depends on:
> ii  initramfs-tools   0.98.8 tools for generating an initramfs
> ii  libc6 2.11.2-11  Embedded GNU C Library: Shared 
> lib
> 
> plymouth recommends no packages.
> 
> plymouth suggests no packages.
> 
> -- Configuration Files:
> /etc/plymouth/plymouthd.conf changed:
> [Daemon]
> Theme=spinfinity
> 
> 
> -- no debconf information

> May 10 21:10:49 aeris kernel: [   31.448397] BUG: unable to handle kernel 
> NULL pointer dereference at   (null)
> May 10 21:10:49 aeris kernel: [   31.448419] IP: [] 
> __mutex_lock_common+0xcb/0x193
> May 10 21:10:49 aeris kernel: [   31.448432] PGD 124efe067 PUD 125007067 PMD 
> 0 
> May 10 21:10:49 aeris kernel: [   31.448441] Oops: 0002 [#1] SMP 
> May 10 21:10:49 aeris kernel: [   31.448447] last sysfs file: 
> /sys/devices/pci:00/:00:1f.2/host3/target3:0:0/3:0:0:0/block/sr1/stat
> May 10 21:10:49 aeris kernel: [   31.448457] CPU 0 
> May 10 21:10:49 aeris kernel: [   31.448460] Modules linked in: vboxnetadp(O) 
> vboxnetflt(O) vboxdrv(O) xt_multiport ppdev lp xt_tcpudp nf_conntrack_ipv6 
> nf_defrag_ipv6 xt_state ip6table_mangle iptable_mangle iptable_nat nf_nat 
> nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip6table_filter ip6_tables 
> iptable_filter ip_tables x_tables uinput fuse loop joydev hid_logitech 
> ff_memless snd_hda_codec_analog usbhid hid usb_storage uas option usb_wwan 
> usbserial snd_hda_intel snd_hda_codec snd_ctxfi snd_hwdep snd_pcm_oss 
> snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq 
> nouveau uhci_hcd ttm drm_kms_helper snd_timer snd_seq_device ehci_hcd drm 
> usbcore snd soundcore sg i2c_algo_bit tg3 power_supply libphy snd_page_alloc 
> nls_base sr_mod tpm_tis i2c_i801 cdrom video parport_pc tpm floppy i2c_core 
> psmouse parport x38_edac tpm_bios dcdbas evdev edac_core processor 
> thermal_sys pcspkr serio_raw ext4 mbcache jbd2 crc16 dm_mod sd_mod crc_t10dif 
> ahci libahci libata scsi_mod
>   button
> May 10 21:10:49 aeris kernel: [   31.448722] 
> May 10 21:10:49 aeris kernel: [   31.448726] Pid: 234, comm: plymouthd 
> Tainted: G   O 2.6.38-2-amd64 #1 Dell Inc. Precision WorkStation 
> T3400  /0TP412
> May 10 21:10:49 aeris kernel: [   31.448740] RIP: 0010:[]  
> [] __mutex_lock_common+0xcb/0x193
> May 10 21:10:49 aeris kernel: [   31.448750] RSP: 0018:880124f07e28  
> EFLAGS: 00010246
> May 10 21:10:49 aeris kernel: [   31.448756] RAX:  RBX: 
> 880127076008 RCX: 880127076020
> May 10 21:10:49 aeris kernel: [   31.448762] RDX: 880124f07e48 RSI: 
> 0002 RDI: 88012707600c
> May 10 21:10:49 aeris kernel: [   31.448772] RBP: 8801244f06c0 R08: 
>  R09: 
> May 10 21:10:49 aeris kernel: [   31.448781] R10:  R11: 
> 0246 R12: 0002
> May 10 21:10:49 aeris kernel: [   31.448791] R13: 88012707600c R14: 
> 880127076010 R15: 880124f06010
> May 10 21:10:49 aeris kernel: [   31.448801] FS:  7f1fce439700() 
> GS:8800cfa0() knlGS:
> May 10 21:10:49 aeris kernel: [   31.448810] CS:  0010 DS:  ES:  CR0: 
> 80050033
> May 10 21:10:49 aeris kernel: [   31.448816] CR2:  CR3: 
> 0001257c9000 CR4: 06f0
> May 10 21:10:49 aeris kernel: [   31.448826] DR0:  DR1: 
>  DR2: 
> May 10 21:10:49 aeris kernel: [   31.448833] DR3:  DR6: 
> 0ff0 DR7: 0400
> May 10 21:10:49 aeris kernel: [   31.448840] Process plymouthd (pid: 234, 
> threadinfo 880124f06000, task 8801244f06c0)
> May 10 21:10:49 aeris kernel: [   31.448851] Stack:
> May 10 21:10:49 aeris kernel: [   31.448855]  8800cfa0ea08 
> 000b 000e 000b
> May 10 21:10:49 aeris kernel: [   31.448869]  880127076010 
>  0008 8801244b7250
> May 10 21:10:49 a

Bug#626565: maint-guide: dquilt script creates patches in wrong path

2011-05-13 Thread Stephen Kitt
Package: maint-guide
Version: 1.2.25
Followup-For: Bug #626565


Hi Osamu,

I'm thekittster on IRC, as Mark mentioned I confirmed this behaviour,
not on an Ubuntu system but on a Debian system. (Testing mostly, but
quilt is 0.48-7.)

I'm attaching the script output obtained by running the sequence of
commands you suggested. As you can see, the [ -e ~/.quiltrc-dpkg ]
test fails, even though the file does exist. Sourcing ~/.quiltrc-dpkg
works:
heffalump[1000] 1 $ cd boo
heffalump[boo] 2 $ . ~/.quiltrc-dpkg
heffalump[boo] 3 $ echo $QUILT_PATCHES
debian/patches

I haven't been able to determine what's going wrong, but feel free to
ask for any further information you might need.

Regards,

Stephen


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

Kernel: Linux 2.6.38-2-686-bigmem (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/dash

maint-guide depends on no packages.

maint-guide recommends no packages.

Versions of packages maint-guide suggests:
ii  debian-policy 3.9.2.0Debian Policy Manual and related d
ii  developers-reference  3.4.4  guidelines and information for Deb
ii  devscripts2.10.72scripts to make the life of a Debi
ii  dh-make   0.58   tool that converts source archives
ii  doc-base  0.10.1 utilities to manage online documen
ii  dput  0.9.6.2Debian package upload tool
ii  dupload   2.7.0  utility to upload Debian packages
ii  fakeroot  1.15.1-1   tool for simulating superuser priv
ii  lintian   2.5.0  Debian package checker
ii  pbuilder  0.199+nmu3 personal package builder for Debia
ii  quilt 0.48-7 Tool to work with series of patche

-- no debconf information
Script started, file is 626565.trace
steve@heffalump:~% bash
heffalump[~] 1 $ alias dquilt="quilt --quiltrc=~/.quiltrc-dpkg"
heffalump[~] 2 $ cat ~/.quiltrc-dpkg
d=. ; while [ ! -d $d/debian -a $(readlink -e $d) != / ]; do d=$d/..; done
if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then
# if in Debian packaging tree with unset $QUILT_PATCHES
QUILT_PATCHES="debian/patches"
QUILT_PATCH_OPTS="--reject-format=unified"
QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto"
QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"

QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"
if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
fi
heffalump[~] 3 $ cd $TMP
heffalump[1000] 4 $ rm -rf .pc debian patches boo
heffalump[1000] 5 $ mkdir -p boo/debian; cd boo
heffalump[boo] 6 $ mkdir -p debian/patches
heffalump[boo] 7 $ touch foo
heffalump[boo] 8 $ dquilt new p1
Patch p1 is now on top
heffalump[boo] 9 $ dquilt add foo
File foo added to patch p1
heffalump[boo] 10 $ echo "A" >foo
heffalump[boo] 11 $ dquilt refresh
Refreshed patch p1
heffalump[boo] 12 $ cat debian/patches/p1 
cat: debian/patches/p1: No such file or directory
heffalump[boo] 13 $ dquilt --trace refresh
+ . /usr/share/quilt/refresh
+++ type -t patch_file_name
++ '[' '' '!=' function ']'
++ '[' -r /usr/share/quilt/scripts/patchfns ']'
++ . /usr/share/quilt/scripts/patchfns
+++ export TEXTDOMAIN=quilt
+++ TEXTDOMAIN=quilt
+++ export TEXTDOMAINDIR=/usr/share/locale
+++ TEXTDOMAINDIR=/usr/share/locale
+++ : en_GB.UTF-8
+++ : en_GB.UTF-8
+++ ORIGINAL_LANG=en_GB.UTF-8
+++ export LANG=POSIX
+++ LANG=POSIX
+++ export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB
+++ DB_VERSION=2
+++ : .pc
+++ '[' -d /usr/share/quilt/compat ']'
+++ export 
PATH=/usr/share/quilt/compat:/usr/share/quilt/compat:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/home/steve/bin:/home/steve/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
+++ 
PATH=/usr/share/quilt/compat:/usr/share/quilt/compat:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/usr/lib/ccache:/home/steve/bin:/home/steve/bin:/home/steve/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
+++ unset CDPATH
+++ shopt -s dotglob
+++ '[' -e '~/.quiltrc-dpkg' ']'
+++ '[' -n refresh ']'
 echo refresh
 tr a-z A-Z
+++ args=QUILT_REFRESH_ARGS
+++ eval set -- '"$@"'
 set --
+++ unset args
+++ unset SUBDIR SUBDIR_DOWN
+++ '[' -d .pc -o -d patches ']'
+++ '[' -r .pc/.quilt_patches ']'
+++ : patches
+++ '[' -r .pc/.quilt_series ']'
+++ : series
+++ '[' s = / -a '(' -f series -o '!' -e series ')' ']'
+++ '[' -f .pc/series ']'
+++ '[' -f series ']'
+++ SERIES=patches/series
+++ DB=.pc/applied-patches
+++ '[' -z '' ']'
+++ version_check
+++ '[' -e .pc ']'
+++ '[' -e .pc/.version ']'
+++ version=2
+++ '[' 2 -gt 2 ']'
+++ '

Bug#622756: [buildd-tools-devel] Bug#622756: Bug#622756: Installing systemd breaks schroot

2011-05-13 Thread Roger Leigh
On Fri, May 13, 2011 at 10:53:52PM +0200, Tollef Fog Heen wrote:
> ]] Roger Leigh 
> 
> | I assume from the existing breakage that /any/ autofs mountpoint
> | is unsuitable for bind mounting?
> 
> Looks like it.  I think that's a kernel bug that we should just get
> fixed.  If we do so, the whole problem goes away.  I have no idea how
> easy or not that is, though.

Are the kernel folks aware of this issue?  Given that systemd is
exercising autofs in a way not seen much before (I've only ever
used it on /net for NFS automounting), it's likely we're the first
to run into problems.

I'm thinking of applying something like this to schroot to fix
things up.  It removes all the rbinds; if uses want fancier
mounts, then they will need to add them.  As and when the autofs
issue is fixed, we can look at adding back the rbinds.  Note it's
just a work in progress, so not fully tidied/ordered yet.


Regards,
Roger


diff --git a/etc/profile-templates/all/linux/fstab 
b/etc/profile-templates/all/linux/fstab
index 013098e..e40e881 100644
--- a/etc/profile-templates/all/linux/fstab
+++ b/etc/profile-templates/all/linux/fstab
@@ -1,2 +1,2 @@
-/proc  /proc   nonerw,rbind0   0
-/sys   /sysnonerw,rbind0   0
+/proc  /proc   nonerw,bind0   0
+/sys   /sysnonerw,bind0   0
diff --git a/etc/profile-templates/buildd/linux/fstab 
b/etc/profile-templates/buildd/linux/fstab
index 8ebf49d..5964de1 100644
--- a/etc/profile-templates/buildd/linux/fstab
+++ b/etc/profile-templates/buildd/linux/fstab
@@ -1,3 +1,5 @@
 /dev/pts   /dev/ptsnonerw,bind 0   0
 tmpfs  /dev/shmtmpfs   defaults0   0
+# Mount a large scratch space for the build, so we don't use up
+# space on the LVM snapshot of the chroot itself.
 /home/buildd/build-trees   /build  nonerw,bind 0   0
diff --git a/etc/profile-templates/default/linux/fstab 
b/etc/profile-templates/default/linux/fstab
index 97dc4ec..79cd722 100644
--- a/etc/profile-templates/default/linux/fstab
+++ b/etc/profile-templates/default/linux/fstab
@@ -1,3 +1,4 @@
-/dev/devnonerw,rbind0   0
+/dev/devnonerw,bind 0   0
 /home  /home   nonerw,bind 0   0
 /tmp   /tmpnonerw,bind 0   0
+/dev/pts   /dev/ptsnonerw,bind 0   0
diff --git a/etc/profile-templates/desktop/linux/fstab 
b/etc/profile-templates/desktop/linux/fstab
index 9463df1..f9a29a4 100644
--- a/etc/profile-templates/desktop/linux/fstab
+++ b/etc/profile-templates/desktop/linux/fstab
@@ -1,6 +1,16 @@
-/dev/devnonerw,rbind0   0
+/dev/devnonerw,bind 0   0
+/dev/pts   /dev/ptsnonerw,bind 0   0
 /home  /home   nonerw,bind 0   0
 /tmp   /tmpnonerw,bind 0   0
 
 # If you use gdm3, uncomment this line to allow Xauth to work
 #/var/run/gdm3 /var/run/gdm3   nonerw,bind 0   0
+
+# More generally, it may be desirable to have access to /run,
+# especially if you wish to run additional services in the chroot.
+# However, note that this may potentially cause undesirable behaviour
+# on upgrades, such as killing services on the host.
+#/run  /runnonerw,bind 0   0
+#/run/lock /run/lock   nonerw,bind 0   0
+#/dev/shm  /dev/shmnonerw,bind 0   0
+#/run/shm  /run/shmnonerw,bind 0   0

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#622756: [buildd-tools-devel] Bug#622756: Bug#622756: Installing systemd breaks schroot

2011-05-13 Thread Tollef Fog Heen
]] Roger Leigh 

| ** Does it make sense to have access to cgroup stuff inside a chroot?

Probably not.

[...]

| I assume from the existing breakage that /any/ autofs mountpoint
| is unsuitable for bind mounting?

Looks like it.  I think that's a kernel bug that we should just get
fixed.  If we do so, the whole problem goes away.  I have no idea how
easy or not that is, though.

Regards,
-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#626632: mlt: FTBFS: needs to link against libdl on kfreebsd as well

2011-05-13 Thread Patrick Matthäi
Am 13.05.2011 22:49, schrieb Christoph Egger:
> Package: src:mlt
> Version: 0.7.2-1
> Severity: important
> Tags: sid wheezy
> 
> Hi!
> 
> It seems mlt would nearly build now on kfreebsd. However it seems the
> build system fails to link it against libdl:
> 
> /usr/lib/gcc/i486-kfreebsd-gnu/4.6.1/../../../crt1.o: In function `_start':
> (.text+0x18): undefined reference to `main'
> mlt_repository.o: In function `mlt_repository_init':
> /build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:94:
>  undefined reference to `dlsym'
> /build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:102:
>  undefined reference to `dlclose'
> /build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:90:
>  undefined reference to `dlopen'
> /build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:111:
>  undefined reference to `dlerror'
> /build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:106:
>  undefined reference to `dlclose'
> collect2: ld returned 1 exit status
> make[2]: *** [libmlt.so.0.7.2] Error 1

Your report is too late :p
I just fixed mlt one hour ago (patch sent to upstream and is already
commited for the debian packaging) ;)

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/



signature.asc
Description: OpenPGP digital signature


Bug#626632: mlt: FTBFS: needs to link against libdl on kfreebsd as well

2011-05-13 Thread Christoph Egger
Package: src:mlt
Version: 0.7.2-1
Severity: important
Tags: sid wheezy

Hi!

It seems mlt would nearly build now on kfreebsd. However it seems the
build system fails to link it against libdl:

/usr/lib/gcc/i486-kfreebsd-gnu/4.6.1/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
mlt_repository.o: In function `mlt_repository_init':
/build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:94:
 undefined reference to `dlsym'
/build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:102:
 undefined reference to `dlclose'
/build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:90:
 undefined reference to `dlopen'
/build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:111:
 undefined reference to `dlerror'
/build/buildd-mlt_0.7.2-1-kfreebsd-i386-nj3_dy/mlt-0.7.2/src/framework/mlt_repository.c:106:
 undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [libmlt.so.0.7.2] Error 1

Full log at 
https://buildd.debian.org/status/fetch.php?pkg=mlt&arch=kfreebsd-amd64&ver=0.7.2-1&stamp=1304641899

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgpDZEpo8nlBV.pgp
Description: PGP signature


Bug#622632: closed by Kees Cook (Bug#622632: fixed in dosemu 1.4.0+svn.2010-1)

2011-05-13 Thread Alvaro Steiger
Hi Kees, just to tell you that the fix works ok for me using Borland C++
3.1.

Thanks!


On Thu, May 12, 2011 at 20:36, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> This is an automatic notification regarding your Bug report
> which was filed against the dosemu package:
>
> #622632: Borland C++ compiler v3.1 crashes dosemu at startup
>
> It has been closed by Kees Cook .
>
> 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 Kees Cook <
> k...@debian.org> by
> replying to this email.
>
>


Bug#599589: Confirmed bug in Debian 6 stable

2011-05-13 Thread Ryo Furue
Sergey and others,

> I suggest to create temporary "solution"  before
> fixing of the bug.  Geekie should give warning
> message "print result may be incorrect due to bug,
> especially if you choose printing in landscape
> format".  It will be better than surprise user
> and make waste from paper.

I agree!  A few minutes ago I wasted two sheets of paper!

I then came to this Debian bug page, finding this bug
report.

But, does landscape printing ever work?  In what case
does it work and in what case does it not?

Cheers,
Ryo



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



Bug#626631: kdebindings: FTBFS error: cannot allocate an object of abstract type '__smokekio::x_KArchive'

2011-05-13 Thread Christoph Egger
Package: src:kdebindings
Version: 4:4.4.5-6
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

your package failed to build on the kfreebsd buildds.

x_1.cpp: In static member function 'static void 
__smokekio::x_KArchive::x_1(Smoke::Stack)':
x_1.cpp:623:72: error: cannot allocate an object of abstract type 
'__smokekio::x_KArchive'
x_1.cpp:614:7: note:   because the following virtual functions are pure within 
'__smokekio::x_KArchive':

Full build log at 
https://buildd.debian.org/status/fetch.php?pkg=kdebindings&arch=kfreebsd-amd64&ver=4%3A4.4.5-6&stamp=1304984309

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgpuBl3QcTXJM.pgp
Description: PGP signature


Bug#626630: [INTL:da] Danish translation of the debconf templates abook

2011-05-13 Thread Joe Dalton
Package: abook
Severity: wishlist
Tags: l10n patch

Please include the attached Danish abook translations.

joe@joe-desktop:~/over/debian/abook$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 2 oversatte tekster.

bye
Joe# Danish translation abook.
# Copyright (C) 2011 Gerfried Fuchs  & nedenstående oversættere.
# This file is distributed under the same license as the abook package.
# Joe Hansen (joedalt...@yahoo.dk), 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: abook\n"
"Report-Msgid-Bugs-To: ab...@packages.debian.org\n"
"POT-Creation-Date: 2006-08-18 10:38-0500\n"
"PO-Revision-Date: 2011-05-13 18:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Do you want to enable abook system wide for mutt?"
msgstr "Ønsker du at aktivere abook på hele systemet for mutt?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"abook offers the possibility to be used as query backend from within mutt.  "
"If you acknowledge this question the package will create an /etc/Muttrc.d/"
"abook.rc file that enables querying the abook database and adding mail "
"addresses to abook with pressing \"A\" from pager mode."
msgstr ""
"abook tilbyder muligheden for at blive brugt som forespørgelsesmotor "
"inden fra mutt. Hvis du accepterer dette spørgsmål, vil pakken oprette en "
"/etc/Muttrc.d/abook-rc-fil, som aktiverer forespørgsler til abooks database "
"og tilføjelse af postadresser til abook med et tryk på »A« fra "
"tekstvisertilstanden."



Bug#626629: [INTL:da] Danish translation of the debconf templates vpb-driver

2011-05-13 Thread Joe Dalton
Package: vpb-driver
Severity: wishlist
Tags: l10n patch

Please include the attached Danish vpb-driver translations.

joe@joe-desktop:~/over/debian/vpb-driver$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation vpb-driver.
# Copyright (C) 2011 vpb-driver & nedenstående oversættere.
# This file is distributed under the same license as the vpb-driver package.
# Joe Hansen (joedalt...@yahoo.dk), 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: vpb-driver\n"
"Report-Msgid-Bugs-To: vpb-dri...@packages.debian.org\n"
"POT-Creation-Date: 2009-11-02 04:10+1030\n"
"PO-Revision-Date: 2011-05-12 18:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Default
#. Translators, you can find a list of the ITU-T codes here:
#. http://en.wikipedia.org/wiki/List_of_country_calling_codes
#. This is the prefix someone would dial to make an international call to a
#. phone in the region you are translating for, without any "long distance call"
#. prefix numbers that are specific to the telephone exchange being called from.
#. Feel free to alter the examples given to other regions if appropriate, but do
#. try to pick regions with numeric codes that are not easily confused with some
#. other numeric series than the ITU-T codes.
#: ../libvpb0.templates:1001
msgid "61"
msgstr "45"

#. Type: string
#. Description
#: ../libvpb0.templates:1002
msgid "ITU-T telephone code:"
msgstr "Telefonikode for ITU-T:"

#. Type: string
#. Description
#: ../libvpb0.templates:1002
msgid ""
"This is the numeric code for the region your phone system will be operating "
"in (eg. 61 for Australia or 33 for France).  It is used to configure the "
"default regional standards that Voicetronix telephony hardware should comply "
"with."
msgstr ""
"Dette er den numeriske kode for regionen, dit telefonisystem vil operere i "
"(f.eks. 61 for Australien eller 45 for Danmark). Den bruges til at "
"konfigurere regionalstandarderne, som telefonihardware fra Voicetronix skal "
"overholde."



Bug#626628: libdigest-whirlpool-perl: New upstream version available

2011-05-13 Thread Salvatore Bonaccorso
Source: libdigest-whirlpool-perl
Version: 1.0.6-1
Severity: wishlist

Hi

There is a new upstream version available for libdigest-wirlpool-perl:

1.09 2009 October 19

 Fix RT#40551: Use one dot in the version format instead of two. 
warnings doesn't whine 

 Use ExtUtils::MakeMaker instead of the Module::Install cancer

1.0.82009 October 18

 Like 1.0.7 but with an updated MANIFEST

1.0.72009 October 18

 Fixed RT#50620 reported by KENTNL. The Digest.pm standard
 says that on ->hexdigest the checksum must be reset. But this
 module wasn't doing that. Oops!

Are you interested joining the Debian Perl Group for maintaining your
Perl modules? If so you could have a look at [1] :-)

 [1] http://wiki.debian.org/Teams/DebianPerlGroup/

Thanks and bests
Salvatore

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

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



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



Bug#626604: xorg: X server disables mouse and keyboard upon starting (Thinkpad T420 4180W1H)

2011-05-13 Thread Lorenz H.-S.
Hi Cyril,

thank you so much! Everything works perfectly now.
Though effective, the solution is not all that intuitive, and the fact
that /run was introduced by Poettering only quite recently and thus is
not that well known doesn't help either ;)
So this bug should now be about the generation of flawed files in /run/udev.

Thanks again,
Lorenz Hübschle-Schneider



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



Bug#626627: milkytracker: FTBFS not 64bit clean

2011-05-13 Thread Christoph Egger
Package: src:milkytracker
Version: 0.90.85+dfsg-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi! your package does not build on 64 bit buildds with a error message
like below:

sdl/SDL_Main.cpp: In function 'Uint32 timerCallback(Uint32)':
sdl/SDL_Main.cpp:309:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
sdl/SDL_Main.cpp:310:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
sdl/SDL_Main.cpp:321:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
sdl/SDL_Main.cpp:322:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
sdl/SDL_Main.cpp: In function 'void processSDLUserEvents(const SDL_UserEvent&)':
sdl/SDL_Main.cpp:754:26: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:755:26: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:764:26: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:765:26: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:773:36: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:774:38: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
sdl/SDL_Main.cpp:783:36: error: cast from 'void*' to 'pp_int32' loses precision 
[-fpermissive]
make[4]: *** [SDL_Main.o] Error 1

Full log:
https://buildd.debian.org/status/fetch.php?pkg=milkytracker&arch=kfreebsd-amd64&ver=0.90.85%2Bdfsg-1&stamp=1304526406

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgp4YFBgTlNxx.pgp
Description: PGP signature


Bug#625732: claws-mail: nntp auth is broken

2011-05-13 Thread Ricardo Mones
tags 625732 fixed-upstream
thanks

On Thu, 12 May 2011 12:51:14 +0200
Pierre Habouzit  wrote:

> >   Can you try rebuilding claws-mail with the attached patch?  
> 
> It will work, I temporarily did a similar patch (without the error
> handling because I didn't know about how to perform it properly).
> 
> My patch was a crude call to newsnntp_mode_reader() before the
> newsnntp_authinfo_username :)

  Well, luckily this time error handling wasn't too complicated ;-)

  It's already committed upstream. As you seem to be using an x86_64 machine,
if you like you can enjoy the fix with latest packages built from CVS, see
http://hydra.debian.net.

  regards,
-- 
 Ricardo Mones
 http://people.debian.org/~mones
 «I was gratified to be able to answer promptly, and I did. I said I 
 didn't know. -- Mark Twain»


signature.asc
Description: PGP signature


Bug#622707: bug 622707 seems resolved upstream

2011-05-13 Thread Andres Cimmarusti
Just a little update:

> Sync problems and lagging seems gone once I pass the options
> "i8042.nomux" to the kernel.

This is true for the synaptics touchpad, but it causes a terrible problem:

I started using Linux on this laptop since I started with Linux in
2008 with Ubuntu 8.04 based on the 2.6.24 kernel.

Ever since kernels higher than this one I've had an issue of keyboard
repeat: keys behave as if they would still be pressed when released!
Usually I just accepted this problem (which happened on occasions).
The solution was simply to press another key to "un-jam" the one
repeating itself. You can imagine this being very annoying when the
delete or backspace key gets jammed...

This is an old problem in the kernel and X :
http://ajaxxx.livejournal.com/62378.html
https://bugs.launchpad.net/linux/+bug/124406?comments=all

Unfortunately for me, by passing the kernel the nomux option, now I
can't un-jam the key that keeps repeating!...in fact, I loose full
control of the keyboard and touchpad when this happens...only the
power button works (alternatively I can use an USB mouse to try to
remedy the situation).

I don't know what to do to solve this problem...the first link seems
to have some ideas, but I don't know if work has gone into solving
this rather obscure issue.

I'll probably go back to using evdev to handle my touchpad for the time being

Andres



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



Bug#626626: aptitude: Please make using the dependency solver optional (or remove it altogether)

2011-05-13 Thread Andreas Kloeckner
Package: aptitude
Version: 0.6.3-3.2
Severity: wishlist

All it does is waste time to do the solve, plus it spews "internal
error" messages. I have yet to see it make a usable suggestion.

Please. Aptitude was a good piece of software *before* its addition.

-- Package-specific info:
aptitude 0.6.3 compiled at Oct 16 2010 18:18:04
Compiler: g++ 4.4.5
Compiled against:
  apt version 4.10.1
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-vdso.so.1 =>  (0x7fff18bc4000)
libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0x7f3bb55cf000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x7f3bb537b000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x7f3bb5176000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x7f3bb4eaa000)
libept.so.1 => /usr/lib/libept.so.1 (0x7f3bb4c55000)
libxapian.so.22 => /usr/lib/libxapian.so.22 (0x7f3bb4837000)
libz.so.1 => /usr/lib/libz.so.1 (0x7f3bb461f000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x7f3bb438)
libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 
(0x7f3bb4165000)
libpthread.so.0 => /lib/libpthread.so.0 (0x7f3bb3f49000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7f3bb3c3e000)
libm.so.6 => /lib/libm.so.6 (0x7f3bb39bc000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7f3bb37a6000)
libc.so.6 => /lib/libc.so.6 (0x7f3bb3444000)
libutil.so.1 => /lib/libutil.so.1 (0x7f3bb3241000)
libdl.so.2 => /lib/libdl.so.2 (0x7f3bb303d000)
libuuid.so.1 => /lib/libuuid.so.1 (0x7f3bb2e38000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x7f3bb2c28000)
librt.so.1 => /lib/librt.so.1 (0x7f3bb2a2)
/lib64/ld-linux-x86-64.so.2 (0x7f3bb58ff000)
Terminal: xterm-256color
$DISPLAY not set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]  0.8.10.3   Advanced front-end for dpkg
ii  libboost-iostreams1.42.0  1.42.0-4   Boost.Iostreams Library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcwidget3   0.5.16-3   high-level terminal interface libr
ii  libept1   1.0.4  High-level library for managing De
ii  libgcc1   1:4.6.0-7  GCC support library
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.2.4.2-1  type-safe Signal Framework for C++
ii  libsqlite3-0  3.7.6.2-1  SQLite 3 shared library
ii  libstdc++64.6.0-7The GNU Standard C++ Library v3
ii  libxapian22   1.2.5-1Search engine library
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
pn  aptitude-doc-en | aptitude-do  (no description available)
pn  libparse-debianchangelog-perl  (no description available)
ii  sensible-utils0.0.6  Utilities for sensible alternative

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

-- no debconf information



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



  1   2   3   >