Bug#619227: override: nvidia-smi:non-free/utils optional

2011-03-22 Thread Russ Allbery
Package: ftp.debian.org
Severity: normal

nvidia-smi is a utility for controlling NVIDIA processors for parallel
computation, which is an increasing use of GPUs.  It's not related to
the video driver component of the NVIDIA packages, so should be in the
utils section rather than x11.

nvidia-smi_260.19.44-1_i386.deb: package says section is non-free/utils, 
override says non-free/x11



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



Bug#619186: Fix multiarch FHS exception for i386 in light of recent discussions

2011-03-22 Thread Raphael Hertzog
On Mon, 21 Mar 2011, Steve Langasek wrote:
> Attached is a patch to update policy's FHS exception to reflect the current
> consensus among the gcc, eglibc, and dpkg maintainers around the paths to
> use for implementation and the interface packages should use to query these
> paths.
[...]
> From 1f0f1281c53701e2fe549ed9f80a265ebcd9282a Mon Sep 17 00:00:00 2001
> From: Steve Langasek 
> Date: Mon, 21 Mar 2011 02:17:14 -0700
> Subject: [PATCH] Fix multiarch FHS exception for i386 in light of recent 
> discussions
> 
> The current value of DEB_HOST_GNU_TYPE on i386 is unsuitable for
> cross-distro standardization, because it varies according to the default CPU
> target of the toolchain.  Discussion with the toolchain and dpkg maintainers
> yielded an alternative solution, a new dpkg-architecture variable
> DEB_HOST_MULTIARCH which is committed to dpkg upstream in commit
> af3153d09aa3ed5597d6d415e5ab7cc3ba972e7c and will be included in the upload
> of dpkg 1.16.0.  Update Policy to document this new requirement for
> multiarch.

Seconded.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

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


signature.asc
Description: Digital signature


Bug#619132: [Pkg-samba-maint] Bug#619132: samba: Should start after cups

2011-03-22 Thread Christian PERRIER
Quoting Steve Langasek (vor...@debian.org):

> > So, well, after all, I wonder if my fix is really needed.
> 
> Right, I don't think this change should be needed at all.  I guess maybe Sam
> isn't using dependency-based boot?


Yes, I guessed that. For this, I doubt we can really do somethign (or
want to).

About the change I committed, I only have one pro argument: using
"Should-Start" in the package that needs another package to start
before seems more logical to me.

Moreover, the "X-foo" fields in cups seem to indicate that they are
"less official" LSB headers.

It's probably procrastinating but how about keeping my changes and
suggest the CUPS maintainer to drop the "X-foo" LSB headers?




signature.asc
Description: Digital signature


Bug#596867: [Pkg-samba-maint] Bug#596867: libpam-mount: fails to detect already mounted cifs

2011-03-22 Thread Bastian Kleineidam
Hello Steve,

On Monday 21 March 2011 19:29:48 Steve Langasek wrote:
> I understand this issue is reported to be fixed in later upstream versions
> of cifs-utils.  Is that the source of this patch, or did upstream fix it
> differently?
Upstream fixed it differently. I did not look for new upstream releases before 
writing the patch. For the curious, I attached the patch from the git 
repository which I think fixes this bug.

Regards,
  Bastian
From 5e1924a6f79c1b07d9bcb4977b58f94efaaa0301 Mon Sep 17 00:00:00 2001
From: Jeff Layton 
Date: Wed, 16 Jun 2010 10:50:54 -0400
Subject: [PATCH] mount.cifs: use original device name as-is for mtab

We don't want to alter the device name in any way for the mtab as
/bin/umount depends on the string being identical for user mounts.

Signed-off-by: Jeff Layton 
---
 mount.cifs.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount.cifs.c b/mount.cifs.c
index 21ce532..51fc1a8 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -1953,7 +1953,7 @@ mount_retry:
 	}
 
 	if (!parsed_info->nomtab)
-		rc = add_mtab(dev_name, mountpoint, parsed_info->flags, fstype);
+		rc = add_mtab(orig_dev, mountpoint, parsed_info->flags, fstype);
 
 mount_exit:
 	if (parsed_info) {
-- 
1.7.4.1



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


Bug#619019: [PATCH 1/2] i915: Remove pipe A force quirk for 855GM and 845G

2011-03-22 Thread Chris Wilson

On Tue, 22 Mar 2011 03:05:45 +, Ben Hutchings  wrote:
> On Mon, 2011-03-21 at 07:38 +, Chris Wilson wrote:
> > On Sun, 20 Mar 2011 23:07:04 +, Ben Hutchings  
> > wrote:
> > > Applying this quirk to the 855GM in all systems causes regressions
> > > (Debian bugs #493096, #619019).  Instead, apply the quirk to specific
> > > models as listed in the old X driver.
> > > 
> > > I don't see any explanation for this quirk being applied to the 845G,
> > > except perhaps that VT switching used to hang if pipe A was turned
> > > off.  However, that seems to be a problem only when using UMS.  So
> > > remove the quirk for the 845G as well.
> > 
> > The quirk should only be required for 830M due to the numerous instances
> > where a unit on the second pipe is actually wired into the clock on the
> > first pipe. (And so it is easiest to keep the first pipe active at all
> > times.)
> 
> When you say 'wired into', is this part of the chip design or something
> done on the board?

It is mentioned as a "feature" in several places of the specs for the 830G
chipset.

> Jesse, why did you add the quirk for other chips?
> 
> > I'd prefer the quirk table to disappear and simply be replaced by
> > IS_830M(). However, that requires testing and so should only be done
> > piecemeal. And leaves some doubt as to why the other machines were in the
> > quirk table in the first place.
> 
> The commit messages referring to VT switching suggest that the problems
> related to disabling part A may actually have been related to handover
> to the console driver before KMS.

That sounds promising that the code was indeed papering over bugs...
Doesn't sound too promising for the state of our code though. :(
 
> > Can you please repost each of these removals as a separate patch and lets
> > try and get a tested-by for each one? (Make sure the tester includes the
> > model name for his machine so we can double check the veracity of the
> > change.)
> 
> I already have 4 regression reports for the addition of the quirk for
> 855GM:
> 
> http://bugs.debian.org/618665
> http://bugs.debian.org/618997
> http://bugs.debian.org/619019
> http://bugs.debian.org/619192
> 
> and one on an unidentified (as yet) chip:
> 
> http://bugs.debian.org/619199
> 
> So I can just send a patch to revert 855GM.

I'd still prefer a patch for each quirk removal.
Along with a tested-by.  ;-)

The little bit of time invested now in preparing small commits with be of
great benefit should anyone need to investigate later. We have to
gradually wean ourselves off the quirk table and convince everybody that
the code does actually know how to modeset the chip!
 
> The odd thing about these reports is that the regression is reported to
> occur before the system has ever been suspended, and to be fixed (or
> mitigated) by suspending and resuming.  I don't understand why the quirk
> even comes into play during boot.

During the switch-over from BIOS we disable all the outputs - instant bug.

Many thanks for preparing these patches,
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre



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



Bug#619191: nmu: nettle transition

2011-03-22 Thread Magnus Holmgren
On måndagen den 21 mars 2011, Julien Cristau wrote:
> On Mon, Mar 21, 2011 at 22:51:56 +0100, Magnus Holmgren wrote:
> > A recent new version of nettle was recently updated, introducing some API
> > and ABI changes. nettle doesn't have many rdepends, but these exist (and
> > require no source changes):
> > 
> > nmu chiark-utils_4.1.28+nmu2 . ALL . -m "Rebuild against nettle 2.1
> > (libnettle4)" nmu chiark-tcl_1.1.0+nmu2 . ALL . -m "Rebuild against
> > nettle 2.1 (libnettle4)" nmu rdup_1.0.5-1 . ALL . -m "Rebuild against
> > nettle 2.1 (libnettle4)"
> 
> Scheduled.  Note that xorg-server also uses libnettle.a (for the debian
> installer), hopefully that doesn't need source changes either.
> 
> What about the other reverse dependencies?
> - lsh-utils

Already uploaded.

> - pike7.6

Filed for removal, http://bugs.debian.org/618963.

> - rdfind

Oops, missed that one, so

nmu rdfind_1.2.4-2 . ALL . -m "Rebuild against nettle 2.1 (libnettle4)"

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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


Bug#619228: gnome-screensaver activates deactivated monitor

2011-03-22 Thread Armin Fuerst
Package: gnome-screensaver
Version: 2.30.0-2squeeze1

I'm using a notebook with a docking station and have the notebook
usually closed - using only the monitor connected to the docking
station.
When I activate the screensaver (System -> Lock Screen), about 2/3rd of
the times the internal notebook monitor is activated during the lock
process resulting in the gnome-panels to be moved away from my monitor.
Using gnome-display-properties I can disable the internal monitor and
the gnome-panels move back to my screen.


Email secured by Check Point



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



Bug#619229: cross-building support for shishi

2011-03-22 Thread Steve Langasek
Package: shishi
Version: 1.0.0-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

Hi guys,

Peter Pearse  has prepared a patch for the shishi
package that allows it to cross-build when its build-dependencies are
installed to the usual cross-compiler paths, /usr/$triplet rather than /usr.
This patch has been applied to the shishi package in Ubuntu; you may wish to
apply it in Debian as well.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/rules'
--- debian/rules2010-04-14 13:20:05 +
+++ debian/rules2011-03-22 07:07:38 +
@@ -13,6 +13,12 @@
 DEB_CONFIGURE_USER_FLAGS = --with-db-dir=/var/lib/shishi
 DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian 
--with-packager-version=$(DEB_VERSION) 
--with-packager-bug-reports=http://bugs.debian.org/
 
+ifneq ($(cdbs_crossbuild),)
+# Overrride system directories
+DEB_CONFIGURE_EXTRA_FLAGS = 
--with-libgcrypt-prefix=/usr/$(DEB_HOST_GNU_TYPE)
+endif
+
+
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_COMPRESS_EXCLUDE := shishi.pdf



Bug#587767: [DRE-maint] Bug#587767: libactivesupport-ruby1.8: Missing import of 'thread' when rubygems not installed

2011-03-22 Thread Paul van Tilburg
On Tue, Mar 22, 2011 at 12:35:44AM +0100, Jérémy Lal wrote:
> It's now actually worse :
> 
>   ruby -e "require 'active_support'"
> 
>   /usr/lib/ruby/1.8/active_support/dependencies.rb:55: uninitialized 
> constant ActiveSupport::Dependencies::Mutex (NameError)
>   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in 
> `gem_original_require'
>   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in `require'
>   from /usr/lib/ruby/1.8/active_support.rb:56
>   from -e:1:in `require'
>   from -e:1
> 
> so the bug is triggered even with rubygems=1.6.2-1 installed.

I can confirm this probleme.
I had to downgrade to rubygems 1.3.7-3 (from testing) as a temporary
workaround.

Paul

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



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



Bug#619230: broadcom-sta-source: modprobe wl : eth%d: 5.100.82.38 driver failed with code 21

2011-03-22 Thread Tamas Varga
Package: broadcom-sta-source
Version: 5.100.82.38-1
Severity: normal

Please type your report here.
The text will be wrapped to be max 79 chars long per line.



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

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

Versions of packages broadcom-sta-source depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  debhelper 8.1.2  helper programs for debian/rules
ii  make  3.81-8 An utility for Directing compilati
ii  quilt 0.48-7 Tool to work with series of patche

Versions of packages broadcom-sta-source recommends:
ii  module-assistant  0.11.3 tool to make module package creati

Versions of packages broadcom-sta-source suggests:
ii  wireless-tools30~pre9-5  Tools for manipulating Linux Wirel

-- 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#619152: Creates folders without proper encoding

2011-03-22 Thread Stefan Hornburg (Racke)

forwarded 619152 courier-i...@lists.sourceforge.net
thanks

Bug report has been forwarded to Courier IMAP mailinglist.

Regards
Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-22 Thread Ekin Akoglu
Package: wget
Version: 1.12-2.1
Severity: important

I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
terminal session, it hangs and slows down computer to an unusuable state in
which even the mouse takes a great deal of time to respond user input. I also
have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
encounter this porblem on that box.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 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 wget depends on:
ii  dpkg1.15.8.10Debian package management system
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries

wget recommends no packages.

wget 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#618879: clicking on the tray icon brings up an about dialog

2011-03-22 Thread Stanislav Maslovski
Package: transmission-gtk
Version: 2.11-1
Severity: minor

Actually, I noticed that to reproduce this bug after a fresh start of
transmission I have to open and close the about dialog from the menu
and then minimize transmision window to the tray. After this clicking
on the tray icon always brings up transmission's window with the about
dialog shown above it.



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



Bug#618969: reportbug: ..works on bugs on itself, flightgear, etc, but not on libgtk-3-bin

2011-03-22 Thread Sandro Tosi
forcemerge 618454 618969
thanks

Hi Arnt,
Don't report more than once the same bug (as you already did on
618454) but add info there, merging.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-22 Thread Noèl Köthe
Hello Ekin,

Am Dienstag, den 22.03.2011, 10:02 +0200 schrieb Ekin Akoglu:

> I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
> terminal session, it hangs and slows down computer to an unusuable state in
> which even the mouse takes a great deal of time to respond user input. I also
> have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
> encounter this porblem on that box.

Could you run wget with --debug and give me the exact commandline so I
can try to reproduce the problem?

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


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


Bug#619232: pycxx: [patch] fix for python3-cxx

2011-03-22 Thread Michael Vogt
Package: pycxx
Version: 6.2.0-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpKZw2fJ
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
- run 2to3 with --write so that the py3 stuff is actually
  converted (this fixes a crash that the python-all profile
  in the auto-upgrade-tester found)


Thanks for considering the patch.


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

Kernel: Linux 2.6.38-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pycxx-6.2.0/debian/rules pycxx-6.2.0/debian/rules
--- pycxx-6.2.0/debian/rules
+++ pycxx-6.2.0/debian/rules
@@ -141,7 +141,7 @@
 install3-python%:
 	/usr/bin/python$* setup.py install \
 		--install-layout=deb --root=$(shell pwd)/debian/python3-cxx
-	2to3 debian/python3-cxx/usr/lib
+	2to3 --write debian/python3-cxx/usr/lib
 	find debian/python3-cxx -name '*.egg-info' | xargs -r rm -f
 
 	cp -a CXX/Python3 debian/python3-cxx/usr/include/python$*/CXX/Python3


Bug#619233: [linux-kbuild-2.6.37] Missing architecture: amd64

2011-03-22 Thread Peter Schwindt
Package: linux-kbuild-2.6.37
Severity: normal

--- Please enter the report below this line. ---
I'm missing linux-kbuild-2.6.37 for amd64, which effectively breaks
linux-headers-2.6.37-2-amd64. Is there a way to build that architecture from the
source packages?

Thanks.

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





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



Bug#447420: German version of NetHack available

2011-03-22 Thread Tony Crawford
The bug poster may be interested to know there's a German translation project 
with a playable product.

See http://www.netzhack.de/

(I'd love to make a Debian package ... it's on my to-do list.)





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



Bug#619234: freeipmi-bmc-watchdog: Configuration file and init script do not match

2011-03-22 Thread eagertech
Package: freeipmi-bmc-watchdog
Version: 0.7.17~beta2-1
Severity: normal


init script is /etc/init.d/bmc-watchdog and look for its configuration at 
/etc/default/bmc-watchdoc.

This package has included the configuration as 
/etc/default/freeipmi-bmc-watchdoc, so it isn't found.

It're required to move configuration to /etc/default/bmc-watchdoc or to modify 
/etc/default/bmc-watchdog so it looks
for configuration at /etc/default/freeipmi-bmc-watchdoc

Regards,


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

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

Versions of packages freeipmi-bmc-watchdog depends on:
ii  freeipmi-tools0.7.17~beta2-1 GNU implementation of the IPMI pro
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libfreeipmi6  0.7.17~beta2-1 GNU IPMI - libraries

freeipmi-bmc-watchdog recommends no packages.

freeipmi-bmc-watchdog suggests no packages.

-- Configuration Files:
/etc/default/freeipmi-bmc-watchdog [Errno 2] No existe el fichero o el 
directorio: u'/etc/default/freeipmi-bmc-watchdog'

-- 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#619235: RM: mixxx [hurd-i386 kfreebsd-amd64 kfreebsd-i386] -- ROM; Unsupported architectures

2011-03-22 Thread Alessio Treglia
Package: ftp.debian.org
Severity: normal

Hi,

please remove hurd-i386,kfreebsd-* buildd slots of mixxx since upstream does no 
longer support them.

Thanks in advance.



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



Bug#561931: Fixed upstream

2011-03-22 Thread Thomas Braun

I just encountered the same bug on debian lenny.

Looks like this is already fixed upstream, see e.g.
http://sources.redhat.com/git/gitweb.cgi?p=lvm2.git;a=commit;h=16d385ac6a3c96e40c2a0022ab83377cb116f7d9.

Judging from the commit comment using a physical volume name explicitly 
works around this problem.


Bye,
thomas



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



Bug#524963: please save status of “MatchCase” option

2011-03-22 Thread Mirosław Gabruś

Hi


I make patch for mousepad which save status of two checbox: mach_case 
and replace_all.

This is old bug, but maybe this patch will be usefull for  someone

With regards
Mirek


--- mousepad-0.2.16.orig/src/main.c2008-06-27 22:01:33.0 +0200
+++ mousepad-0.2.16/src/main.c2011-03-21 11:26:53.0 +0100
@@ -37,6 +37,8 @@
 sd->conf.linenumbers = FALSE;
 sd->conf.autoindent = FALSE;
 sd->conf.charset = NULL;
+sd->search.match_case = FALSE;
+sd->search.replace_all = FALSE;

 path = xfce_resource_lookup(XFCE_RESOURCE_CONFIG, 
g_build_filename(PACKAGE,

g_strconcat(PACKAGE, "rc", NULL),

@@ -100,6 +102,18 @@
 sd->conf.autoindent = atoi(buf);
 else
 return -1;
+
+if (!fgets(buf, sizeof(buf), fp)) return -1;
+if (buf[0] >= '0' && buf[0] <= '1')
+sd->search.match_case = atoi(buf);
+else
+return -1;
+
+if (!fgets(buf, sizeof(buf), fp)) return -1;
+if (buf[0] >= '0' && buf[0] <= '1')
+sd->search.replace_all = atoi(buf);
+else
+return -1;

 if (!fgets(buf, sizeof(buf), fp)) return -1;
 if (strcmp(buf, "0") != 0)
@@ -119,8 +133,11 @@
 GtkItemFactory *ifactory;
 gint width, height;
 gchar *fontname;
-gboolean wordwrap, linenumbers, autoindent;
+gboolean wordwrap, linenumbers, autoindent, match_case, replace_all;

+match_case = sd->search.match_case;
+replace_all = sd->search.replace_all;
+
 gtk_window_get_size(GTK_WINDOW(sd->mainwin->window), &width, &height);
 fontname = get_font_name_from_widget(sd->mainwin->textview);
 ifactory = gtk_item_factory_from_widget(sd->mainwin->menubar);
@@ -150,6 +167,8 @@
 fprintf(fp, "%d\n", wordwrap);
 fprintf(fp, "%d\n", linenumbers);
 fprintf(fp, "%d\n", autoindent);
+fprintf(fp, "%d\n", match_case);
+fprintf(fp, "%d\n", replace_all);
 if (sd->fi->manual_charset)
 fprintf(fp, "%s", sd->fi->manual_charset);
 else
***



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



Bug#619236: installation-reports: installation works fine on PS3 now, but we still can't boot after the installation

2011-03-22 Thread Antonio Ospite
Package: installation-reports
Severity: important
Tags: d-i



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
 19-Mar-2011 10:28
Date: 19-Mar-2011 15:00

Machine: Sony PS3
Partitions:
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/ps3da1   ext425635140   1149880  23183040   5% /
tmpfstmpfs  112732 0112732   0% /lib/init/rw
udev tmpfs   50056   128 49928   1% /dev
tmpfstmpfs  112732 0112732   0% /dev/shm

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[E]
Overall install:[O]

Comments/Problems:

Hi,

the installation on PS3 now completes pretty fine, however there are 
still some details that could be improved.

The installer warns about the boot loader not being installed, which is 
fine, I already had the 'petitboot' bootloader installed, but some 
configuration is still needed to make the system actually boot _after_ 
the installation.

petitboot needs a /etc/kboot.conf in the root filesystem with this 
content to successfully boot the installed system:

linux=/boot/vmlinux initrd=/boot/initrd.img root=/dev/ps3da1 quiet

On my installation the / mount point is for /dev/ps3da1, and /boot is on 
the same partition, but a script like the following can be used to 
figure these things out after the installation:

[ BEGIN build_kboot.conf.sh ]---
#!/bin/sh

ROOTFS="$(mount | grep ' / ' | cut -d ' ' -f 1)"
OLD_CMDLINE=$(cat /proc/cmdline | sed -e 's/root=[^[:space:]]*\s//')

CMDLINE="root=$ROOTFS $OLD_CMDLINE"

find /boot -type f -name "vmlinu*" |
while read file;
do
  VERSION="$(echo "$file" | cut -d '-' -f 2- )";
  echo -n "$VERSION=$file";
  echo -n " initrd=/boot/initrd.img-$VERSION";
  echo -n " $CMDLINE"
  echo
done
[ END build_kboot.conf.sh ]---

Can the /etc/kboot.conf file be created by the installer automatically 
when the system is a PS3? (Ideally kboot.conf should be recreated after 
each kernel install).

Also, can the installer be told to install the ps3-utils package
automatically when the system is a PS3?

It looks like these system dependent configurations are done in 
hw-detect, I'll try to provide a patch for these, but some guidance will 
be very much appreciated.

Thanks,
   Antonio Ospite
   http://ao2.it

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20110318-00:16"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux ps3 2.6.37-2-powerpc64 #1 SMP Sun Feb 27 13:21:25 UTC 2011 
ppc64 GNU/Linux
usb-list: 
usb-list: Bus 01 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-2-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: USB2.0 Hub [05e3:0607]
usb-list:Level 01 Parent 01 Port 01  Class 09(hub  ) Subclass 00 Protocol 02
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 02 Driver hub
usb-list: 
usb-list: Bus 01 Device 03: Wireless Keyboard/Mouse [099a:7202]
usb-list:Level 02 Parent 02 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:Interface 01: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 02 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-2-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: Bluetooth Transceiver [054c:0267]
usb-list:Level 01 Parent 01 Port 01  Class e0(wlcon) Subclass 01 Protocol 01
usb-list:Manufacturer: Sony
usb-list:Interface 00: Class e0(wlcon) Subclass 01 Protocol 01 Driver 
usb-list:Interface 01: Class e0(wlcon) Subclass 

Bug#605176: Bug #605176: ibus-xkbc: Use of PYTHONPATH env var in an insecure way

2011-03-22 Thread Aron Xu
tags + pending
thanks

The fix has been uploaded as team upload, while still need to wait for
ftp-master to process the DSC.

-- 
Regards,
Aron Xu



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



Bug#619191: nmu: nettle transition

2011-03-22 Thread Julien Cristau
On Tue, Mar 22, 2011 at 08:29:45 +0100, Magnus Holmgren wrote:

> nmu rdfind_1.2.4-2 . ALL . -m "Rebuild against nettle 2.1 (libnettle4)"
> 
Scheduled.

Cheers,
Julien



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



Bug#609318: file-roller: Segmentation error when drag and drop to ftp nautilus

2011-03-22 Thread Dmitri Bachtin
Am Montag, den 21.03.2011, 18:09 +0100 schrieb Dmitri Bachtin:
> Am Samstag, den 08.01.2011, 15:00 +0100 schrieb rpnpif:
> > Package: file-roller
> > Version: 2.30.2-2
> > Severity: important
> > 
> > To reproduce always this issue :
> > 1. Open wordpress-3.0.4.tar.gz with file-roller (I had not try with another 
> > file).
> > 2. Open with Nautilus an ftp repositery in write mode.
> > 3. Drag and drop the file xmlrpn.php from wordpress-3.0.4.tar.gz to the ftp 
> > repositery.
> > 4. File-roller stops with a segmentation error.
> > [...]
> 
> It seems not to crash while targeting a localhost ftpd (tried with
> vsftpd), but taking an external IP instead crashes file-roller.
> 

Today it crashes on my localhost ftp, too. I wonder why it worked
yesterday as the code should have crashed on any non-file:// URI.

Anyways here some investigation: 
There are bug reports on bugs.gnome.org [1] and launchpad [2]. [2]
states that the problem was fixed in [3]. The fix in [3] checks whether
the decoded URI is local or remote and extracts files into a temporary
directory if needed.

The first version to include the fix was 2.31.1. Does it make sense to
backport the fix?

[1] https://bugzilla.gnome.org/show_bug.cgi?id=617769
[2]
https://bugs.edge.launchpad.net/ubuntu/+source/file-roller/+bug/375474
[3]
http://git.gnome.org/browse/file-roller/commit/?id=33c21fc3647af32de5a9c9d49e33765a526910f5




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



Bug#619237: debian-cd: empty Packages files in Debian 6.0.1 i386 DVDs

2011-03-22 Thread Hilmar Preusse
Package: debian-cd
Severity: important

Hi,

yesterday I downloaded the Debian 6.0.1 update DVD for i386 using jigdo. I
inspected the DVDs and noticed that the Packages files in
/dist/squeeze are empty. Hence it is impossible to install packages from
this DVD (image). Attached is the output of "isoinfo -l -i
debian-update-6.0.1-i386-DVD-1.iso". Between line 250 and line 274 one sees
the noticed effect. Yes, the SHA512SUM of the image is correct.

Please create new images.

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

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

Versions of packages debian-cd depends on:
ii  apt 0.8.13   Advanced front-end for dpkg
ii  bc  1.06.95-2The GNU bc arbitrary precision cal
ii  cpp 4:4.5.2-2The GNU C preprocessor (cpp)
ii  curl7.21.4-1 Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dctrl 2.18 Command-line tools to process Debi
pn  genisoimage(no description available)
pn  libcompress-zlib-perl  (no description available)
ii  lynx-cur2.8.8dev.8-1 Text-mode WWW Browser with NLS sup
ii  make3.81-8   An utility for Directing compilati
ii  perl [libdigest-md5-per 5.10.1-18Larry Wall's Practical Extraction 
ii  tofrodos1.7.8.debian.1-2 Converts DOS <-> Unix text files, 

Versions of packages debian-cd recommends:
pn  hfsutils   (no description available)
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
pn  syslinux-common(no description available)

debian-cd suggests no packages.



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



Bug#619198: libjpeg62: crash when creating thumbnail for Thunar

2011-03-22 Thread Bill Allombert
On Tue, Mar 22, 2011 at 12:22:08AM +0100, Marc Dequènes (Duck) wrote:
> Package: libjpeg62
> Version: 6b1-1
> 
> 
> Coin,
> 
> Using Thunar, when browsing a specific directory, i got it crash.
> The following backtrace shows the bug is probably in libjpeg.

Hello Marc

Before any further discussion, we need a way to reproduce your issue.
This backtrace does not provide much information, unfortunately,
but the problem is probably in thunar-vfs-thumb-jpeg.c.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



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



Bug#619237: debian-cd: empty Packages files in Debian 6.0.1 i386 DVDs

2011-03-22 Thread Hilmar Preusse
On 22.03.11 Hilmar Preusse (hill...@web.de) wrote:

Hi,

> Attached is the output of "isoinfo -l -i
> debian-update-6.0.1-i386-DVD-1.iso".
> 
Amm, here is the file.

H.
-- 
sigmentation fault


debian-update-6.0.1-i386-DVD-1.list.bz2
Description: Binary data


Bug#619215: typo in the copyright year in manpage(s?

2011-03-22 Thread Martin Michlmayr
* Yaroslav Halchenko  [2011-03-21 21:56]:
> Package: condor
> Version: 7.5.5+git995-ga9a0d2a-1~nd60+1

I don't see such a package in Debian.  What does
dpkg -p condor | grep Maintainer:
say?

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



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



Bug#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-03-22 Thread Marcus Lundblad
For me, using 0.8.3 crashes gstreamer-using video applications like
Pidgin and Empathy.

Downgrading lib4vl2-0 to 0.8.0 (the squeeze version, 0.8.2 is not
available in the archives, AFAICS) solves this issue, but causes lib4l2
to spew out those warning messages.

With 0.8.3 I get a backtrace like this when these apps crash:


(gdb) bt
#0 0x776ef7dc in gst_mini_object_copy ()
from /usr/lib/libgstreamer-0.10.so.0
#1 0x7fffd5e5e034 in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#2 0x7fffd5e570eb in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#3 0x7fffd5e55d2e in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#4 0x7fffefd75002 in ?? () from /usr/lib/libgstbase-0.10.so.0
#5 0x7fffefd765e3 in ?? () from /usr/lib/libgstbase-0.10.so.0
#6 0x7771eabb in ?? () from /usr/lib/libgstreamer-0.10.so.0
#7 0x73a72d2f in ?? () from /lib/libglib-2.0.so.0
#8 0x73a70e64 in ?? () from /lib/libglib-2.0.so.0
#9 0x732c18ba in start_thread () from /lib/libpthread.so.0
#10 0x72bfb02d in clone () from /lib/libc.so.6
#11 0x in ?? ()

lsusb:
Bus 003 Device 002: ID 046d:08a2 Logitech, Inc. Labtec Webcam Pro

//Marcus




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



Bug#618857: apache2-mpm-itk: if you do not assign a user ID, the default one from Apache is _NOT_ used.

2011-03-22 Thread Samuel Montosa


Hi:

Steinar, thanks for your reply.

One comment more:
I admit I have not default configuration so, on my custom instalation,  
I don't need to set "NiceValue" to reproduce the issue.


On a flesh installation I reproduced bug as you said. After your  
patch, bug is fixed.


El 20/03/2011, a las 13:37, Steinar H. Gunderson escribió:


tags 618857 + patch
thanks

On Sat, Mar 19, 2011 at 01:05:43AM +0100, Samuel Montosa wrote:
As far I tested, versions prior to 'squeeze', apache/itk behavior  
was as

claimed at http://mpm-itk.sesse.net/

"
AssignUserID: Takes two parameters, uid and gid (or really, user name
and group name); specifies what uid and gid the vhost will run as  
(after

parsing the request etc., of course).

_Note that if you do not assign a user ID, the default one  
from

Apache will be used._
"

On 'squeeze', if user ID is not assigned by AssignUserID at  
VirtualHost,
default ID will be __root__. User and Group directives from Apache  
will

be ignored.


Hi,

I managed to reproduce your bug; it only happens if you do not set
AssignUserID but do set NiceValue. In other words, the default  
configuration

is unaffected (and most normal ones), but it is still an issue.

I have a patch for this, but as upstream I believe I need to go  
through the
CVE procedure. Does anyone from the security team (Cc-ed) want to  
help me
through the process? I guess first of all I need a CVE number  
assigned that I

can refer to in the upstream changelog.

FWIW, the patch is:

diff -ur orig/httpd-2.2.17/server/mpm/experimental/itk/itk.c  
httpd-2.2.17/server/mpm/experimental/itk/itk.c
--- orig/httpd-2.2.17/server/mpm/experimental/itk/itk.c 2011-03-20  
13:18:18.0 +0100
+++ httpd-2.2.17/server/mpm/experimental/itk/itk.c  2011-03-20  
13:15:42.0 +0100

@@ -1697,8 +1697,8 @@
/* == merge the parent per-dir config structure into ours == */
static void *itk_merge_dir_config(apr_pool_t *p, void *parent_ptr,  
void *child_ptr)

{
-itk_per_dir_conf *c = (itk_per_dir_conf *)
-apr_pcalloc(p, sizeof(itk_per_dir_conf));
+itk_per_dir_conf *c = (itk_per_dir_conf *)
+itk_create_dir_config(p, NULL);
itk_per_dir_conf *parent = (itk_per_dir_conf *) parent_ptr;
itk_per_dir_conf *child = (itk_per_dir_conf *) child_ptr;

Testing would be appreciated. I'm attaching a debdiff with the patch  
put into

the patch system, for testing.

/* Steinar */
--
Homepage: http://www.sesse.net/



--
Samuel Montosa






Bug#619216: mutt: please build with openssl instead of gnutls

2011-03-22 Thread Julien Cristau
On Tue, Mar 22, 2011 at 12:57:17 +1100, david b wrote:

> Package: mutt
> Version: 1.5.20-9+squeeze1
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> The gnutls implementation of ssl found in mutt, in mutt_ssl_gnutls.c, appears 
> to not validate
> the common name of a remote server correctly. The openssl implementation  
> found in mutt_ssl.c
> does perform this check correctly.
> Can the mutt package be re-build against openssl and not gnutls.
> 
No, it can't.  As far as I can tell mutt's license is GPL2+, which is
incompatible with openssl.

Cheers,
Julien



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



Bug#619237: debian-cd: empty Packages files in Debian 6.0.1 i386 DVDs

2011-03-22 Thread Steve McIntyre
On Tue, Mar 22, 2011 at 10:54:17AM +0100, Hilmar Preusse wrote:
>Package: debian-cd
>Severity: important
>
>Hi,
>
>yesterday I downloaded the Debian 6.0.1 update DVD for i386 using jigdo. I
>inspected the DVDs and noticed that the Packages files in
>/dist/squeeze are empty. Hence it is impossible to install packages from
>this DVD (image). Attached is the output of "isoinfo -l -i
>debian-update-6.0.1-i386-DVD-1.iso". Between line 250 and line 274 one sees
>the noticed effect. Yes, the SHA512SUM of the image is correct.

Arse. Yes, you're correct. I spent so much time playing with the
sizings of the update images that I forgot to check for bugs
elsewhere. I'll work out what's happened here and make a new set.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/




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



Bug#614764: pygobject: Please move to dh_python2

2011-03-22 Thread Martin Pitt
Hello again,

Martin Pitt [2011-02-23 11:17 +0100]:
> The problem is that this breaks all packages which ship stuff in
> /usr/lib/pyshared/python2.7/gtk-2.0/ (python-vte, python-gconf,
> python-gnome2, python-gnomecanvas, python-notify, python-gtkspell,
> python-glade2, python-gtk2,python-wnck, python-gnomekeyring). Those
> are about 5 source packages only, but if we want to do the switch to
> dh_python2, we need to convert all of them in lockstep.

As we discussed yesterday on IRC, I now added a transitional .pth file
so that the reverse dependencies continue to work. We should keep this
until they all got converted to dh_python.

I tested this under current sid (python 2.5/2.6) and Ubuntu natty
(2.6/2.7), and it works fine for both.

This is an useful quick sanity test:

for p in $(pyversions -s); do $p -c 'import gtk, atk, pango, pangocairo, gio, 
gi'; $p -c 'from gi.repository import Gtk'; done;

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru pygobject-2.28.0/debian/changelog pygobject-2.28.0/debian/changelog
--- pygobject-2.28.0/debian/changelog	2011-03-21 14:15:05.0 +0100
+++ pygobject-2.28.0/debian/changelog	2011-03-22 09:34:49.0 +0100
@@ -1,3 +1,14 @@
+pygobject (2.28.0-3) experimental; urgency=low
+
+  * debian/rules: Move from pysupport (which is being deprecated) to
+dh_python2. Drop python-support build dependency.
+(Closes: #614764)
+  * debian/rules: Install a library search path for a pysupport compatible
+gtk-2.0 directory, to avoid instantly breaking all reverse dependencies.
+This needs to stay until they get converted to dh_python2.
+
+ -- Martin Pitt   Mon, 21 Mar 2011 16:38:55 +0100
+
 pygobject (2.28.0-2) experimental; urgency=low
 
   * Add debian/patches/40_revert_libpython_link.patch: Do not link against
diff -Nru pygobject-2.28.0/debian/control pygobject-2.28.0/debian/control
--- pygobject-2.28.0/debian/control	2011-03-21 14:21:29.0 +0100
+++ pygobject-2.28.0/debian/control	2011-03-22 10:10:55.0 +0100
@@ -9,7 +9,6 @@
 Maintainer: Josselin Mouette 
 Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Laurent Bigonville 
 Build-Depends: debhelper (>= 7),
-   python-support (>= 0.4),
gnome-pkg-tools (>= 0.10),
cdbs,
quilt,
diff -Nru pygobject-2.28.0/debian/control.in pygobject-2.28.0/debian/control.in
--- pygobject-2.28.0/debian/control.in	2011-03-21 14:01:08.0 +0100
+++ pygobject-2.28.0/debian/control.in	2011-03-21 16:38:29.0 +0100
@@ -4,7 +4,6 @@
 Maintainer: Josselin Mouette 
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 7),
-   python-support (>= 0.4),
gnome-pkg-tools (>= 0.10),
cdbs,
quilt,
diff -Nru pygobject-2.28.0/debian/rules pygobject-2.28.0/debian/rules
--- pygobject-2.28.0/debian/rules	2011-03-21 14:01:03.0 +0100
+++ pygobject-2.28.0/debian/rules	2011-03-22 10:10:48.0 +0100
@@ -3,6 +3,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+include /usr/share/python/python.mk
+
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -63,12 +65,12 @@
 
 build-%/build-stamp: build-%/configure-stamp
 	dh_testdir
-	PYTHON=/usr/bin/python$* $(MAKE) -C build-$* pyexecdir=/usr/lib/pymodules/python$*
+	PYTHON=/usr/bin/python$* $(MAKE) -C build-$* pyexecdir=$(call py_libdir_sh, $*)
 	touch $@
 
 dbg-build-%/build-stamp: dbg-build-%/configure-stamp
 	dh_testdir
-	PYTHON=/usr/bin/python$*-dbg $(MAKE) -C dbg-build-$*
+	PYTHON=/usr/bin/python$*-dbg $(MAKE) -C dbg-build-$* pyexecdir=$(call py_libdir_sh, $*)
 	touch $@
 
 build: $(PYVERS:%=build-%/build-stamp) $(PYVERS:%=dbg-build-%/build-stamp)
@@ -86,13 +88,19 @@
 build-%/install-stamp: build-%/build-stamp
 	dh_testdir
 	dh_testroot
-	PYTHON=/usr/bin/python$* $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gobject-dev pyexecdir=/usr/lib/pymodules/python$*
+	PYTHON=/usr/bin/python$* $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gobject-dev pyexecdir=$(call py_libdir_sh, $*)
+	# dh_python2 trips over this empty dir in the sanity check for >= 2.6, so remove it
+	-rmdir debian/python-gobject-dev/usr/lib/python$*/site-packages
+	# until all reverse dependencies of pygobject have been converted to
+	# dh_python2, install a library search path which is backwards
+	# compatible to pysupport (see Debian#614764)
+	echo "/usr/lib/pymodules/python$*/gtk-2.0/" > $(CURDIR)/debian/python-gobject-dev/$(call py_libdir_sh, $*)/gtk-2.0-pysupport-compat.pth
 	touch $@
 
 dbg-build-%/install-stamp: dbg-build-%/build-stamp
 	dh_testdir
 	dh_testroot
-	PYTHON=/usr/bin/python$*-dbg $(MAKE) -C dbg-build-$* install DESTDIR=$(CURDIR)/debian/pyth

Bug#619238: RuntimeError: Failed to load the Progress Indicator plugin

2011-03-22 Thread Jonas Stein
Package: calibre
Version: 0.7.44+dfsg-1
Severity: normal

i have just installed calibre 
starting on console fails:

$ calibre
Traceback (most recent call last):
  File "/usr/bin/calibre", line 19, in 
sys.exit(main())
  File "/usr/lib/calibre/calibre/gui2/main.py", line 362, in main
app, opts, args, actions = init_qt(args)
  File "/usr/lib/calibre/calibre/gui2/main.py", line 43, in init_qt
from calibre.gui2.ui import Main
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 30, in 
from calibre.gui2.widgets import ProgressIndicator
  File "/usr/lib/calibre/calibre/gui2/widgets.py", line 24, in 
from calibre.gui2.progress_indicator import ProgressIndicator as 
_ProgressIndicator
  File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, 
in 
pi_error)
RuntimeError: Failed to load the Progress Indicator plugin: the sip module 
implements API v8.0 to v8.1 but the progress_indicator module requires API v7.1


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
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 calibre depends on:
ii  calibre-bin0.7.44+dfsg-1 e-book converter and library manag
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  python 2.6.6-3+squeeze5  interactive high-level object-orie
ii  python-beautifulsoup   3.2.0-1   error-tolerant HTML parser for Pyt
ii  python-cherrypy3   3.1.2-1   Python web development framework -
ii  python-cssutils0.9.7~b2-2CSS Cascading Style Sheets parser 
ii  python-dateutil1.4.1-3   powerful extensions to the standar
ii  python-dbus0.83.1-1  simple interprocess messaging syst
ii  python-django-tagging  0.3.1-1   A generic tagging application for 
ii  python-encutils0.9.7~b2-2Encoding detection collection for 
ii  python-imaging 1.1.7-2   Python Imaging Library
ii  python-lxml2.3-0.1   pythonic binding for the libxml2 a
ii  python-mechanize   0.1.11-1.1stateful programmatic web browsing
ii  python-pkg-resources   0.6.14-4  Package Discovery and Resource Acc
ii  python-pyparsing   1.5.2-2   Python parsing module
ii  python-pypdf   1.12-3PDF toolkit implemented solely in 
ii  python-pythonmagick0.9.1-3+b1Object-oriented Python interface t
ii  python-qt4 4.8.3-1   Python bindings for Qt4
ii  python-routes  1.12.3-1  Routing Recognition and Generation
ii  ttf-liberation 1.06.0.20100721-1 Fonts with the same metrics as Tim
ii  xdg-utils  1.1.0~rc1-2   desktop integration utilities from

Versions of packages calibre recommends:
ii  python-dnspython  1.8.0-1DNS toolkit for Python

calibre 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#619239: libreoffice-kde: libreoffice doesn't accept any input under KDE4 with scim

2011-03-22 Thread Michael Tsang
Package: libreoffice-kde
Version: 1:3.3.1-1
Severity: grave
Justification: renders package unusable

When libreoffice is used under KDE4 with SCIM, it does not accept any input
from keyboard anymore including the enter key, the alt key, the backspace key,
etc making me impossible to type in anything. This is exactly #665112 in
openSUSE https://bugzilla.novell.com/show_bug.cgi?id=665112 The temporary
workaround is forcing OOO_FORCE_DESKTOP=none (or something not kde4)

Ways to reproduce:

install libreoffice-kde and run libreoffice under KDE4, open a document and try
to do something with it.



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

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

Versions of packages libreoffice-kde depends on:
ii  kdebase-runtime4:4.4.5-1 runtime components from the offici
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libgcc11:4.5.2-4 GCC support library
ii  libglib2.0-0   2.28.1-1+b1   The GLib library of C routines
ii  libkdecore54:4.4.5-3 the KDE Platform Core Library
ii  libkdeui5  4:4.4.5-3 the KDE Platform User Interface Li
ii  libkfile4  4:4.4.5-3 the File Selection Dialog Library 
ii  libkio54:4.4.5-3 the Network-enabled File Managemen
ii  libqtcore4 4:4.6.3-4 Qt 4 core module
ii  libqtgui4  4:4.6.3-4 Qt 4 GUI module
ii  libreoffice-core   1:3.3.1-1 office productivity suite -- arch-
ii  libstdc++6 4.5.2-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.4.1-5 X11 client-side library
ii  libxrandr2 2:1.3.1-1 X11 RandR extension library
ii  ure1.7.0+LibO3.3.1-1 LibreOffice UNO runtime environmen

Versions of packages libreoffice-kde recommends:
ii  libreoffice-style-oxygen  1:3.3.1-1  office productivity suite -- Oxyge

Versions of packages libreoffice-kde suggests:
ii  kmail 4:4.4.7-3  full featured graphical email clie
ii  konqueror 4:4.4.5-2  advanced file manager, web browser
pn  libreoffice-kab(no description available)

-- no debconf information



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



Bug#619019: [PATCH 1/2] i915: Remove pipe A force quirk for 855GM and 845G

2011-03-22 Thread Chris Wilson
On Tue, 22 Mar 2011 03:05:45 +, Ben Hutchings  wrote:
> On Mon, 2011-03-21 at 07:38 +, Chris Wilson wrote:
> > Can you please repost each of these removals as a separate patch and lets
> > try and get a tested-by for each one? (Make sure the tester includes the
> > model name for his machine so we can double check the veracity of the
> > change.)
> 
> I already have 4 regression reports for the addition of the quirk for
> 855GM:
> 
> http://bugs.debian.org/618665
> http://bugs.debian.org/618997
> http://bugs.debian.org/619019
> http://bugs.debian.org/619192
> 
> and one on an unidentified (as yet) chip:
> 
> http://bugs.debian.org/619199
> 
> So I can just send a patch to revert 855GM.

Yes. Having just been poked by Julien to look at the original quirk
table and so seeing the generic match all 855GM, please do send that
patch.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre



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



Bug#619198: libjpeg62: crash when creating thumbnail for Thunar

2011-03-22 Thread Marc Dequènes (Duck)

Coin,

Quoting Bill Allombert :


Before any further discussion, we need a way to reproduce your issue.
This backtrace does not provide much information, unfortunately,
but the problem is probably in thunar-vfs-thumb-jpeg.c.


Ok, i'll try to isolate the exact file leading to this problem,  
publish it in the BR if possible, or privately if i cannot, and see if  
i can reproduce using another image viewer.


Regards.

--
Marc Dequènes (Duck)


pgpNQEZQZIfzP.pgp
Description: PGP Digital Signature


Bug#252758: segfault still happens in 0.8.11.5 (?)

2011-03-22 Thread Steven
Hi,

I installed updates today (running testing), using update-manager, after
installing I clicked the close button as usual, but then update-manager
just crashed completely.

Trying to start update-manager resulted in a segfault, running aptitude
or 'apt-get upgrade' gives the same segfault (apt-get update does not).
The kern.log file gives the following information:

Mar 22 11:48:56 pc-steven kernel: [   36.387925] update-manager[3999]:
segfault at e398f000 ip b7130e95 sp b2133c50 error 5 in
libapt-pkg.so.4.10.1[b70b1000+101000]

Mar 22 11:49:11 pc-steven kernel: [   51.306765] aptitude[4047]:
segfault at e8ee ip b7791e95 sp bf8943a0 error 5 in
libapt-pkg.so.4.10.1[b7712000+101000]

Mar 22 11:50:23 pc-steven kernel: [  123.077031] aptitude[4067]:
segfault at e8ea5000 ip b7756e95 sp bfc89fa0 error 5 in
libapt-pkg.so.4.10.1[b76d7000+101000]

Mar 22 11:50:47 pc-steven kernel: [  146.735876] apt-get[4100]: segfault
at e93e1000 ip b7812e95 sp bf805b70 error 5 in
libapt-pkg.so.4.10.1[b7793000+101000]

Those 4 lines are from 4 different tries, every time pointing at
libapt-pkg.so.4.40.1

The solution suggested by Matt Zimmerman in 2004 works, so I think it's
the same problem, I didn't do the trace however.
Looking at the log files, the same message appears when the initial
instance of update-manager crashed.

Kind regards,
Steven


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


Bug#619152: Creates folders without proper encoding

2011-03-22 Thread Stefan Hornburg (Racke)

On 03/21/2011 05:09 PM, Henrik Christian Grove wrote:

Package: courier-imap
Version: 4.4.0-2

I had setup imapfilter to place some mails in a folder called
'Trash.Slettede domæner' (my .imapfilter/config.lua file is stored as
iso8859-1). It seemed to work... until I needed to see those mails,
evolution insisted that there were no mails from since I switched from
using evolutions filtering to using imapfilter.

I logged into the imapserver and did a `ls -la` on the maildir, and the
problem was obvious:
drwx--   6 44345 44460  126 Feb 23 12:05 .Trash.Slettede dom&AOY-ner
drwx--   6 44345 44460  126 Mar 21 14:46 .Trash.Slettede domæner

I.e. courier has created a folder with an invalid name (the second).

I don't know whether the IMAP protocol states that the client should
encode folder names as IMAPUTF7, but in that case courier should have
given an error back to imapfilter, when it first tried to create it. If
the IMAP protocol doesn't give the client that responsibility, courier
should have detected the iso8859-1 character and encoded it properly.



http://sourceforge.net/mailarchive/forum.php?thread_name=cone.1300791730.851053.11311.500%40monster.email-scan.com&forum_name=courier-imap

I suppose you better use UTF-8 for your imapfilter configuration file.

Regards
Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#619149: cron-apt: mailchanges 'File name too long' error

2011-03-22 Thread Daniel Cacabelos
Hi Ola,

> Fully agree with that. The correction is very simple. What I have done
> is to change it from using the full line to use a md5sum of the line.
>
> Hope this solves your problem.
> When you have confirmed that it does, then I will upload the corrected
> version to Debian.

We've checked the patched version and it works. Files are created with
valid names and no error messages are shown.
Our implementation on top of cron-apt prevents the use of the "diff"
feature, so we can't check if that functionality is working well.

Thanks a lot for your support. If you need any further testing let me know.
Best regards,
Daniel



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



Bug#619240: Typo: position of quote in start-/stop-script /etc/init.d/mimedefang at line 267

2011-03-22 Thread Christian 'Rana' Schlegel
Package: mimedefang
Version: 2.69-1
Severity: normal

There is a typo at line 267 of /etc/init.d/mimedefang:
original line: `[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && "echo -y 
$MX_RECIPOK_PERDOMAIN_LIMIT"` \
corrected line: `[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && echo "-y 
$MX_RECIPOK_PERDOMAIN_LIMIT"` \
move the quote " before 'echo' to the position before '-y'

This correction is already done in the included /etc/init.d/mimedefang !

Starting or restarting mimedefang with the command invoke-rc.d mimedefang 
restart results in the following 
error-message:
Shutting down mimedefang:   [  OK  ]
Shutting down mimedefang-multiplexor:   [  OK  ]
Waiting for daemons to exit.
Starting mimedefang-multiplexor:
/etc/init.d/mimedefang: 425: echo -y 0: not found
[  OK  ]
Starting mimedefang:[  OK  ]

But: both, mimedefang AND mimedefang-multiplexor are starting, even with this 
typo.

Done a "aptitude purge mimedefang" and a "aptitude install mimedefang to be 
sure I didn't change it
accidently

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

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

Versions of packages mimedefang depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libdigest-sha1-perl   2.13-1 NIST SHA-1 message digest algorith
ii  libio-stringy-perl2.110-4Perl modules for IO from scalars a
ii  libmailtools-perl 2.06-1 Manipulate email in perl programs
ii  libmilter1.0.18.14.3-9.4 Sendmail Mail Filter API (Milter)
ii  libmime-tools-perl5.428-1Perl5 modules for MIME-compliant m
ii  libperl5.10   5.10.1-17  shared Perl library
ii  libunix-syslog-perl   1.1-2  Perl interface to the UNIX syslog(
ii  perl [libmime-base64-perl]5.10.1-17  Larry Wall's Practical Extraction 
ii  psmisc22.11-1utilities that use the proc file s

mimedefang recommends no packages.

Versions of packages mimedefang suggests:
pn  clamav (no description available)
pn  graphdefang(no description available)
pn  libarchive-zip-perl(no description available)
pn  libfile-scan-perl  (no description available)
pn  libhtml-parser-perl(no description available)
pn  libmail-spamassassin-perl  (no description available)
pn  sanitizer  (no description available)
ii  sendmail  8.14.3-9.4 powerful, efficient, and scalable 
ii  tk8.4 [wish]  8.4.19-4   Tk toolkit for Tcl and X11, v8.4 -
pn  wv (no description available)

-- Configuration Files:
/etc/default/mimedefang changed:
MX_EMBED_PERL=yes
LOOPBACK_RESERVED_CONNECTIONS=-1
ALLOW_NEW_CONNECTIONS_TO_QUEUE=no

/etc/init.d/mimedefang changed:
unset HOME
RETVAL=0
prog='mimedefang'
SPOOLDIR='/var/spool/MIMEDefang'
PID="$SPOOLDIR/$prog.pid"
MXPID="$SPOOLDIR/$prog-multiplexor.pid"
HOME="$SPOOLDIR"
export HOME
if [ -x /usr/bin/$prog ] ; then
PROGDIR=/usr/bin
elif [ -x /usr/bin/$prog ] ; then
PROGDIR=/usr/bin
elif [ -x /usr/local/bin/$prog ] ; then
PROGDIR=/usr/local/bin
else
exit 0
fi
LC_ALL=C
export LC_ALL
MX_USER=defang
MX_LOG=yes
LOOPBACK_RESERVED_CONNECTIONS=-1
ALLOW_NEW_CONNECTIONS_TO_QUEUE=no
MX_MINIMUM=2
MX_MAXIMUM=10
MX_BUSY=600
MX_RECIPOK_PERDOMAIN_LIMIT=0
if [ -f /etc/default/$prog ] ; then
. /etc/default/$prog
fi
if [ -f /etc/rc.subr ]
then
. /etc/rc.subr
name=$prog
rcvar=`set_rcvar`
# default to not enabled, enable in rc.conf
eval $rcvar=\${$rcvar:-NO}
load_rc_config $name
pidfile=$MXPID
procname=$PROGDIR/$prog-multiplexor
start_cmd="start_it"
stop_cmd="stop_it"
sig_reload="INT"
reread_cmd="reread_it"
# provide both "reload", the FreeBSD default, with a direct signal to
# the multiplexor, and "reread", the MIMEDefang default, using md-mx-ctrl
extra_commands="reload reread"
fi
SOCKET=${SOCKET:=$SPOOLDIR/$prog.sock}
MX_SOCKET=${MX_SOCKET:=$SPOOLDIR/$prog-multiplexor.sock}
start_it() {
if test -r $PID ; then
if kill -0 `cat $PID` > /dev/null 2>&1 ; then
echo "mimedefang (`cat $PID`) seems to be running."
return 1
fi
fi
if test -r $MXPID ; then
if kill -0 `cat $MXPID` > /dev/null 2>&1 ; then
echo "mimedefang-multiplexor (`cat $MXPID`) seems to be running."
return 1
fi

Bug#619115: xscreensaver: add a hack that allows to run a terminal application

2011-03-22 Thread Michal Suchanek
Excerpts from Jamie Zawinski's message of Mon Mar 21 15:46:26 +0100 2011:
> apple2, xanalogtv and phosphor can all do this. See the man pages.

Thanks for  your suggestions.

The phosphor hack can be configured to show the output of a terminal
application quite nicely.

I did not realize this was possible because it always showed some fixed
text.

The apple2 hack has somewhat limited text resolution but could possibly
work on some large widescreen monitor.

xanalogtv doe not have the option at all or it is not documented in the
man page at least.


Thanks

Michal



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



Bug#619222: tag 619222 sid

2011-03-22 Thread Matt Kraai
tag 619222 sid
thanks

Hi,

At least for now, this bug only applies to sid, so I'm tagging it as
such.

-- 
Matt Kraai
https://ftbfs.org/kraai



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



Bug#617600: Patch

2011-03-22 Thread Matt Kraai
Hi,

Here's the patch that I used to fix this problem.

-- 
Matt Kraai
https://ftbfs.org/kraai

Index: debian/control
===
--- debian/control  (revision 6810)
+++ debian/control  (working copy)
@@ -12,7 +12,7 @@
 
 Package: gespeaker
 Architecture: all
-Depends: espeak, espeak-data, python-gtk2, python-glade2, python-gobject, 
alsa-utils | pulseaudio-utils, ${python:Depends}, ${misc:Depends}
+Depends: espeak, espeak-data, librsvg2-common, python-gtk2, python-glade2, 
python-gobject, alsa-utils | pulseaudio-utils, ${python:Depends}, 
${misc:Depends}
 Suggests: mbrola
 Description: GTK+ front-end for eSpeak and mbrola
  Gespeaker is a GTK+ frontend for eSpeak and mbrola.
Index: debian/changelog
===
--- debian/changelog(revision 6810)
+++ debian/changelog(working copy)
@@ -1,3 +1,9 @@
+gespeaker (0.7-3) unstable; urgency=low
+
+  * debian/control: add dependency on librsvg2-common (Closes: #617600)
+
+ -- Matt Kraai   Mon, 21 Mar 2011 21:21:46 -0700
+
 gespeaker (0.7-2) unstable; urgency=low
 
   * debian/control: bump Standards-Version 3.9.1



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



Bug#619241: pcscd crashes at time CCID reader is hot-plugged

2011-03-22 Thread Harald Welte
Package: pcscd
Version: 1.7.0-2
Severity: normal
Tags: sid

As soon as any of my CCID readers is hot-plugged, pcscd crashes.

I've tried this with
* Omnikey 3121
* Omnikey 5121
* Omnikey 5321
* Cherry ST-1000 U
* Reiner SCT CyberJack USB

Log file:
nataraja:~# pcscd -f -a -d 
 debuglog.c:277:DebugLogSetLevel() debug level=debug
0575 configfile.l:245:DBGetReaderListDir() Parsing conf directory: 
/etc/reader.conf.d
0053 configfile.l:287:DBGetReaderList() Parsing conf file: 
/etc/reader.conf.d/libccidtwin
0116 configfile.l:287:DBGetReaderList() Parsing conf file: 
/etc/reader.conf.d/0comments
0088 pcscdaemon.c:550:main() pcsc-lite 1.7.0 daemon ready.
2987 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0292 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0290 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: (null)
0280 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0290 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0306 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0287 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0001, path: (null)
0282 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: (null)
27828592 hotplug_libudev.c:258:get_driver() Looking for a driver for VID: 
0x076B, PID: 0x3021, path: (null)
0041 hotplug_libudev.c:309:HPAddDevice() Adding USB device: Generic CCID 
Reader
Segmentation fault

If I do the same in ltrace, I get

dev.c:309:HPAddDevic"..., "\033[0m"0410 hotplug_libudev.c:309:HPAddDevice() 
Adding USB device: Generic CCID Reader
) = 102
[pid 5894] udev_device_get_sysattr_value(0x152a180, 0x415886, 0x7f1133535e00, 
-1, 0x7f1133f5d700) = 0x152ad80
[pid 5894] strtol(0x152ad80, 0, 10, 0, 0)  = 0
[pid 5894] snprintf("\001\200\255\3730", 4282546, "")  = 30
[pid 5894] pthread_mutex_lock(0x61b4e0, 0x4158b2, 0x7fff7acaac9e, 0x4158b2, 0) 
= 0
[pid 5894] udev_device_get_sysattr_value(0x152a180, 0x4158da, 0x7fff7acaac9e, 
0x4158b2, 0x61b4e0) = 0
[pid 5894] udev_device_get_sysattr_value(0x152a8c0, 0x4158b3, 0, 
0x65636166726574, 0x7f1133535ea8) = 0
[pid 5894] __strdup(0x7fff7acaad80, 0xfeadb33f, 80, 0, 0x152b2d0) = 
0x152b300
[pid 5894] __strdup(0, 0x7fff7acaad94, 0, 0x4449434320636972, 0x72656461655220 

[pid 5894] --- SIGSEGV (Segmentation fault) ---
[pid 5894] +++ killed by SIGSEGV +++

So it is most likely some string handling issue regarding sysfs.

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

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

Versions of packages pcscd depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libccid [pcsc-ifd-handler]1.4.2-2PC/SC driver for USB CCID smart ca
ii  libudev0  166-1  libudev shared library
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  openct [pcsc-ifd-handler] 0.6.20-1.1 middleware framework for smart car

pcscd recommends no packages.

pcscd 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#618656: tag 618656 618657 sid

2011-03-22 Thread Matt Kraai
tag 618656 sid
tag 618657 sid
thanks

Hi,

binutils-source 2.20.1-16 is still available in squeeze and wheezy, so
these bugs only apply to sid (at least for now).

-- 
Matt Kraai
https://ftbfs.org/kraai



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



Bug#617528: ekiga: state machine broken

2011-03-22 Thread Markus Koller
Package: ekiga
Version: 3.2.7-2+b1
Severity: important


This sounds like the same behaviour I'm seeing, sometimes Ekiga won't
be able to make calls anymore
until I restart it, and since usually somebody else answers incoming
calls it could be the same bug.



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

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

Versions of packages ekiga depends on:
ii  evolution-data-server 2.32.2-2   evolution database backend server
ii  gconf22.32.1-2   GNOME configuration database syste
ii  libatk1.0-0   1.32.0-1+sid1  The ATK accessibility toolkit
ii  libavahi-client3  0.6.29-1   Avahi client library
ii  libavahi-common3  0.6.29-1   Avahi common library
ii  libavahi-glib10.6.29-1   Avahi glib integration library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libebook1.2-102.32.2-2   Client library for evolution addre
ii  libedataserver1.2-14  2.32.2-2   Utility library for evolution data
ii  libgcc1   1:4.5.2-6  GCC support library
ii  libgconf2-4   2.32.1-2   GNOME configuration database syste
ii  libglib2.0-0  2.28.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface
ii  libldap-2.4-2 2.4.23-7   OpenLDAP libraries
ii  libnotify1 [libnotify1-gt 0.5.0-2sends desktop notifications to a n
ii  libopal3.6.8  3.6.8~dfsg-2   Open Phone Abstraction Library - s
ii  libpango1.0-0 1.28.3-2~sid1  Layout and rendering of internatio
ii  libpt2.6.72.6.7-1Portable Tools Library
ii  libsasl2-22.1.23.dfsg1-8 Cyrus SASL - authentication abstra
ii  libsigc++-2.0-0c2a2.2.4.2-1  type-safe Signal Framework for C++
ii  libstdc++64.5.2-6The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.1-5  X11 client-side library
ii  libxext6  2:1.2.0-2  X11 miscellaneous extension librar
ii  libxml2   2.7.8.dfsg-2   GNOME XML library
ii  libxv12:1.0.6-1  X11 Video extension library

Versions of packages ekiga recommends:
ii  gvfs 1.7.0-1 userspace virtual filesystem - ser
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages ekiga suggests:
pn  asterisk   (no description available)
pn  gnugk  (no description available)
pn  mediaproxy (no description available)
pn  rtpproxy   (no description available)
pn  ser(no description available)
pn  siproxd(no description available)
pn  yate   (no description available)

-- no debconf information

If you want to provide additional information, please wait to receive
the bug tracking number via email; you may then
send any extra information to n...@bugs.debian.org (e.g.
999...@bugs.debian.org), where n is the bug number. Normally
you will receive an acknowledgement via email including the bug report
number within an hour; if you haven't received
a confirmation, then the bug reporting process failed at some point
(reportbug or MTA failure, BTS maintenance,
etc.).



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



Bug#619149: cron-apt: mailchanges 'File name too long' error

2011-03-22 Thread Ola Lundqvist

Hi Daniel

Thanks. If it is working good for you now then it should also work for  
the diff feature as there is no other change.


I'll upload the new version later today to Debian unstable.

// Ola

Quoting "Daniel Cacabelos" :

Hi Ola,


Fully agree with that. The correction is very simple. What I have done
is to change it from using the full line to use a md5sum of the line.

Hope this solves your problem.
When you have confirmed that it does, then I will upload the corrected
version to Debian.


We've checked the patched version and it works. Files are created with
valid names and no error messages are shown.
Our implementation on top of cron-apt prevents the use of the "diff"
feature, so we can't check if that functionality is working well.

Thanks a lot for your support. If you need any further testing let me know.
Best regards,
Daniel






--
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#615999: redmine: Apache2 proposal configuration, better fcgid configuration...

2011-03-22 Thread Jérémy Lal
Hi,
i'm missing the point of your bug report.

The example you give is already given in
/usr/share/doc/redmine/examples/

Regarding "auto" configuration of apache2, my plan was to
do it when a working, cross-webserver, wwwconfig package
is available (i might even make it happen, but not soon).

Regards,
Jérémy.



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



Bug#618806: [Pkg-alsa-devel] Bug#618806: drop depends on udev

2011-03-22 Thread Karl Hammar
Elimar:
> * Karl Hammar [110320 22:08 +0100]:
> > Elimar:
...
> > This is not a bug report about v.1.0.16. It is a bug report about later
> > version.
> Your bug is filed against Version: 1.0.16-2

Sorry if I caused you any confusion, but I have tried to describe the 
problem as good as I could.

...
> > To tell you the truth, I happened to upgrade alsa-utils to the
> > squeeze version and my system broke due to udev, 
> So why the bug against alsa-utils and not udev?

I filed a bug report against alsa-utils since I don't want udev on this
system and the new package is forcing it on me.

...
> >   $ apt-get source alsa-utils
> >   $ cd alsa-utils-1.0.23
> >   $ find . -type f | xargs grep udev  
...
> > From the above we see that there is nothing in the upstream source
> > nor any debian patch (./debian/patches) that has any relationship to
> > udev. Which means that the binaries in alsa-utils don't need udev and
> > will run just fine without it.
> 
> From above you can see that we are using a udev rule which runs
> /lib/udev/alsa-utils.

Yes, but copying a file to a directory doesn't itself imply a
dependency on another package.

Please respect this administrators wish, replace the "Depends" with a
"Recommends" and remove udev from the Required-Start in the init file.
I see that as a practical solution, it will allow people like me to do
it my way, and most people will have udev pulled in either through the 
the standard kernel or by the recommends.

> And please check
> http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24 were udev 
> is
> used to make the initialation of the big amount of existing sound devices much
> more easier.

Ok, I'm reading it now. Downloading 1.0.24.2 and scanning through
it, I see that

 $ find . -type f | xargs grep udev | cut -f 1 -d: | sort -u |
 > grep -v Makefile.in
 ./alsactl/Makefile.am
 ./configure
 ./configure.in
 $

and that all Makefile.in's (except alsactl's) only reference to
udev is that they contains the line "udevrulesdir = @udevrulesdir@'":

 $ find . -name Makefile.in | xargs grep udev |
 > fgrep -v 'udevrulesdir = @udevrulesdir@' |
 > grep -v ^./alsactl/Makefile.in 
 $

I.e. no binary nor any script in upstream (except
./aslactl/Makefile.in) depend at udev at all. For alsactl it is
about where to put files, and that can be done without any part
of udev installed.

> We will definitively append on udev in the future but maybe resign
> /etc/init.d/alsa-utils in the advantage of the new udev hook up and the
> configure option "--with-udev-rules-dir".
> 
> I can't help you to set up udev in your system. This should be done by your
> self with the help of the Debian community.

I have not asked for help with udev, you don't need to bother with
that.

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57





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



Bug#618834: openafs-modules-source: needs big kernel lock, absent in Debian 2.6.38-1

2011-03-22 Thread Russ Allbery
"Aaron M. Ucko"  writes:

> Hi, Russ!

> The 2.6.38-1 kernel packages that recently hit unstable disable the
> infamous big kernel lock, on which OpenAFS 1.4.x evidently still
> relies; my build failed with

> /usr/src/modass/usr_src/modules/openafs/src/libafs/MODLOAD-2.6.38-1-amd64-MP/osi_groups.c:393:
>  error: implicit declaration of function ‘lock_kernel’
> /usr/src/modass/usr_src/modules/openafs/src/libafs/MODLOAD-2.6.38-1-amd64-MP/osi_groups.c:396:
>  error: implicit declaration of function ‘unlock_kernel’

> and grep revealed a lot of other references to (un)lock_kernel. :-/

Hm, that's interesting.  The version currently in unstable pulls up the
changes in Ubuntu so that it would build with 2.6.38 in Ubuntu, and those
apparently worked fine.  I wonder what's different.

> Under the circumstances, I'm inclined to suggest going ahead and
> uploading the latest 1.6.0 release candidate to unstable.  (FTR,
> 1.6.0~pre2-1 built successfully, though I have yet to try actually
> running it.)

Yeah, it looks like the global kernel lock code was removed from the 1.6
branch a long time ago.

We're hopefully fairly close to a 1.6 final, and some major bugs are still
being fixed, so I'd rather wait for upstream to bless 1.6 before uploading
it to unstable.  But I probably don't have much time left, given that
2.6.38 is now in unstable.  I was hoping that the Ubuntu patches would
tide us over

-- 
Russ Allbery (r...@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#619239: libreoffice-kde: libreoffice doesn't accept any input under KDE4 with scim

2011-03-22 Thread Rene Engelhard
severity 619239 important
forwarded 619239 https://bugzilla.novell.com/show_bug.cgi?id=665112
thanks

On Tue, Mar 22, 2011 at 06:55:30PM +0800, Michael Tsang wrote:
> Package: libreoffice-kde
> Version: 1:3.3.1-1
> Severity: grave
> Justification: renders package unusable

Wrong. The whole KDE integration isn't unusable because SCIM-users have 
problems.

> When libreoffice is used under KDE4 with SCIM, it does not accept any input
> from keyboard anymore including the enter key, the alt key, the backspace key,
> etc making me impossible to type in anything. This is exactly #665112 in
> openSUSE https://bugzilla.novell.com/show_bug.cgi?id=665112 The temporary
> workaround is forcing OOO_FORCE_DESKTOP=none (or something not kde4)

Ah, there's even a workaround? Then use it.

> Ways to reproduce:
> 
> install libreoffice-kde and run libreoffice under KDE4, open a document and 
> try
> to do something with it.

You forgot to mention scim here.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#619216: mutt: please build with openssl instead of gnutls

2011-03-22 Thread dave b
On 22 March 2011 21:23, Julien Cristau  wrote:
> On Tue, Mar 22, 2011 at 12:57:17 +1100, david b wrote:
>
>> Package: mutt
>> Version: 1.5.20-9+squeeze1
>> Severity: grave
>> Tags: security
>> Justification: user security hole
>>
>> The gnutls implementation of ssl found in mutt, in mutt_ssl_gnutls.c, 
>> appears to not validate
>> the common name of a remote server correctly. The openssl implementation  
>> found in mutt_ssl.c
>> does perform this check correctly.
>> Can the mutt package be re-build against openssl and not gnutls.
>>
> No, it can't.  As far as I can tell mutt's license is GPL2+, which is
> incompatible with openssl.

erh? really hmm well there is the build option --with-ssl [0] :/

[0] - http://mutt.sourceforge.net/imap/README.SSL



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



Bug#618403: VTK 5.6 transition

2011-03-22 Thread Julien Cristau
Status update...

On Mon, Mar 14, 2011 at 23:27:32 +0100, Julien Cristau wrote:

> > fslview
> 
> #618135
> 
Still outstanding.

> > ifrit
> 
> #614433
> 
Fixed.

> > igstk
> 
> #565002
> 
Fixed.  Although will be blocked by insighttoolkit FTBFS (#613539).

> > itksnap
> 
> Scheduled.
> 
Also depends on insighttoolkit.

> > salome
> 
> http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=salome;sev-inc=serious
> 
> > therion
> 
> #556672
> #614457
> #565049
> 
Seems fixed.

> > vtkedge
> 
> #618183
> 
Unfixed.

> > ants
> 
> #614483
> 
Unfixed.

Please let me know if some of the packages can be removed from testing
once the rest (mostly qt4-x11) is ready to let this go through.

Cheers,
Julien



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



Bug#619242: imapfilter creates 8-bit mailbox names

2011-03-22 Thread Henrik Christian Grove
Package: imapfilter
Version: 1:2.2.2-1
Severity: normal

>From RFC3501, section 5.1:
Mailbox names are 7-bit. Client implementations MUST NOT attempt to
create 8-bit mailbox names,

But the following snippet from my .imapfilter/config.lua:
results = account1.INBOX:contain_subject('/usr/sbin/delete_sites
--quiet')
account1.INBOX:mark_seen(results)
account1.INBOX:move_messages(account1['Trash.Slettede domæner'],
results)

(stored as iso8859-1 as utf-8 sucks)
has caused the creation of
drwx--   6 44345 44460  126 Mar 21 14:46 .Trash.Slettede domæner
on the imap server.

I.e. imapfilter breaks the RFC.

.Henrik

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

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

Versions of packages imapfilter depends on:
ii  libc6   2.11.2-10Embedded GNU C Library:
Shared lib
ii  liblua5.1-0 5.1.4-5  Simple, extensible,
embeddable pro
ii  libpcre38.02-1.1 Perl 5 Compatible Regular
Expressi
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries

imapfilter recommends no packages.

imapfilter 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#619239: libreoffice-kde: libreoffice doesn't accept any input under KDE4 with scim

2011-03-22 Thread Rene Engelhard
close 619239 1:3.3.2~rc2-1
thanks

On Tue, Mar 22, 2011 at 01:25:51PM +0100, Rene Engelhard wrote:
> > When libreoffice is used under KDE4 with SCIM, it does not accept any input
> > from keyboard anymore including the enter key, the alt key, the backspace 
> > key,
> > etc making me impossible to type in anything. This is exactly #665112 in
> > openSUSE https://bugzilla.novell.com/show_bug.cgi?id=665112 The temporary
> > workaround is forcing OOO_FORCE_DESKTOP=none (or something not kde4)

Hmm, That bug says it's fixed in 3.3.2? Then it's already fixed in Debian, too.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#619243: libjs-protoaculous: fails to install

2011-03-22 Thread Holger Levsen
Package: libjs-protoaculous
Version: 3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

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

  The following NEW packages will be installed:
libjs-protoaculous
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 3234 B of archives.
  After this operation, 65.5 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ wheezy/main libjs-protoaculous all 3 
[3234 B]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 3234 B in 0s (0 B/s)
  Selecting previously deselected package libjs-protoaculous.
  (Reading database ... 7847 files and directories currently installed.)
  Unpacking libjs-protoaculous (from .../libjs-protoaculous_3_all.deb) ...
  Setting up libjs-protoaculous (3) ...
  /var/lib/dpkg/info/libjs-protoaculous.postinst: 42: patch: not found
  dpkg: error processing libjs-protoaculous (--configure):
   subprocess installed post-installation script returned error exit status 
127
  configured to not write apport reports
  Errors were encountered while processing:
   libjs-protoaculous
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-13 11:18:28 UTC

Package: libjs-protoaculous
Priority: extra
Section: utils
Installed-Size: 64
Maintainer: Michael Gilbert 
Architecture: all
Source: protoaculous
Version: 3
Depends: yui-compressor, libjs-scriptaculous, libjs-prototype
Filename: pool/main/p/protoaculous/libjs-protoaculous_3_all.deb
Size: 3234
MD5sum: 49ce1e8214435b6377233ca0f4d217f8
SHA1: e0d38519cd863f22abb57b950b4e9df26b44ddaa
SHA256: d25c48493556d407a439fe4e9f9e81c1bc8548acfb2562bd25bcacefdb9ef098
Description: A compressed library containing both prototype and scriptaculous
 This package provides a packed and compressed version of the prototype
 and scriptaculous javascript libraries.  This is used in many webapps, and
 the primary advantage is that it is faster than the separate
 prototype/scriptaculous solution.

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad wheezy -b wheezy.tar.gz --mirror http://piatti.debian.org/debian/  libjs-protoaculous
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad wheezy -b wheezy.tar.gz --mirror http://piatti.debian.org/debian/ libjs-protoaculous
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpprGJVw
0m0.0s DEBUG: Unpacking wheezy.tar.gz into /org/piuparts.debian.org/tmp/tmpprGJVw
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpprGJVw', '-zxf', 'wheezy.tar.gz']
0m3.5s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpprGJVw', '-zxf', 'wheezy.tar.gz']
0m3.5s DEBUG: Created policy-rc.d and chmodded it.
0m3.5s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpprGJVw', 'apt-get', 'update']
0m3.5s DUMP: 
  Hit http://piatti.debian.org wheezy InRelease
  Ign http://piatti.debian.org wheezy/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org wheezy/contrib TranslationIndex
  Ign http://piatti.debian.org wheezy/main TranslationIndex
  Ign http://piatti.debian.org wheezy/non-free TranslationIndex
  Hit http://piatti.debian.org wheezy/main amd64 Packages
  Hit http://piatti.debian.org wheezy/contrib amd64 Packages
  Hit http://piatti.debian.org wheezy/non-free amd64 Packages
  Ign http://piatti.debian.org wheezy/contrib Translation-en
  Ign http://piatti.debian.org wheezy/main Translation-en
  Ign http://piatti.debian.org wheezy/non-free Translation-en
  Reading package lists...
0m3.5s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpprGJVw', 'apt-get', 'update']
0m3.5s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpprGJVw', 'mount', '-t',

Bug#619244: systemd: unowned files after purge (policy 6.8, 10.8)

2011-03-22 Thread Holger Levsen
Package: systemd
Version: 20-1
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi Tollef, 

during a test with piuparts I noticed your package left unowned files on the 
system after purge, which is a violation of policy 6.8 (or 10.8):

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Filing this as important as having a piuparts clean archive is a release goal 
since lenny.

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

0m42.7s ERROR: FAIL: Package purging left files on system:
  /etc/machine-idnot owned


cheers,
Holger
Start: 2011-03-21 11:26:01 UTC

Package: systemd
Priority: extra
Section: admin
Installed-Size: 2824
Maintainer: Tollef Fog Heen 
Architecture: amd64
Version: 20-1
Depends: libaudit0, libc6 (>= 2.10), libcap2 (>= 2.10), libcryptsetup1 (>= 2:1.2), libdbus-1-3 (>= 1.1.1), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.0.65), libudev0 (>= 154), libwrap0 (>= 7.6-4~), util-linux (>= 2.17.2-5)
Recommends: libpam-systemd
Suggests: systemd-gui
Breaks: lvm2 (<< 2.02.84-1)
Filename: pool/main/s/systemd/systemd_20-1_amd64.deb
Size: 864184
MD5sum: c2ac3840d177acdde69bf7cd92acca92
SHA1: d32fa2f9e8782050a2460490e22bb19704d56045
SHA256: 4f40ae45303162a22a1dcf065c67141872352461dbb6a5362e042c4be47c9874
Description: system and service manager
 systemd is a replacement for sysvinit.  It is dependency-based and
 able to read the LSB init script headers in addition to parsing rcN.d
 links as hints.
 .
 It also provides process supervision using cgroups and the ability to
 not only depend on other init script being started, but also
 availability of a given mount point or dbus service.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  systemd
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ systemd
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpyOc3fP
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpyOc3fP
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpyOc3fP', '-zxf', 'sid.tar.gz']
0m2.2s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpyOc3fP', '-zxf', 'sid.tar.gz']
0m2.2s DEBUG: Created policy-rc.d and chmodded it.
0m2.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpyOc3fP', 'apt-get', 'update']
0m32.2s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [147 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main TranslationIndex
  Ign http://piatti.debian.org sid/non-free TranslationIndex
  Get:2 http://piatti.debian.org sid/main amd64 Packages [9205 kB]
  Get:3 http://piatti.debian.org sid/contrib amd64 Packages [72.7 kB]
  Get:4 http://piatti.debian.org sid/non-free amd64 Packages [141 kB]
  Ign http://piatti.debian.org sid/contrib Translation-en
  Ign http://piatti.debian.org sid/main Translation-en
  Ign http://piatti.debian.org sid/non-free Translation-en
  Fetched 9565 kB in 24s (385 kB/s)
  Reading package lists...
0m32.2s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpyOc3fP', 'apt-get', 'update']
0m32.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpyOc3fP', 'mount', '-t', 'proc', 'proc', '/proc']
0m32.2s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpyOc3fP', 'mount', '-t', 'proc', 'proc', '/proc']
0m32.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpyOc3fP', 'apt-get', '-yf', 'upgrade']
0m35.2s DUMP: 
  Reading package lists...
  Building dependency tree...
  The following packages will be upgraded:
apt gcc-4.4-base gcc-4.5-base hostname insserv libgcc1 libncurses5
libstdc++6 ncurses-base ncurses-bin perl-base tzdata
  12 upgraded, 0 newly installed, 0 to remove and 0 not u

Bug#612464: big horizontal lines now

2011-03-22 Thread jidanni
It gets worse and worse.
Now many sites seem to have big  style cross-out lines through
words. Not just like ---, but two lines, ===.

And of #@$& course, when one tries to Acquire a Gimp Snapshot, they
disappear just in time.

That only leaves using a digital camera as an option.

Well maybe if someone really intends to fix this then maybe I will take
a picture.



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



Bug#619245: linux-image-2.6.32-5-686-bigmem: shmem_fault when using chromium on tmpfs

2011-03-22 Thread Timo Juhani Lindfors
Package: linux-2.6
Version: 2.6.32-30
Severity: normal

I keep hitting this oops maybe once a week when browsing with
chromium-browser.

I have symlinked ~/.config/chromium and ~/.cache/chromium to
/dev/shm/lindi since the internal SSD of my aspire one laptop is so
slow. I do not know if this has anything to do with the oops but I
thought I'd mention it.

509.077570] BUG: unable to handle kernel paging request at d1a0
509.077595] IP: [] shmem_getpage+0x540/0x5a9
509.077623] *pdpt = 01447001 *pde = 00180067 *pte = 
00aa00aa 
509.077645] Oops: 0002 [#1] SMP 
509.077657] last sysfs file: /sys/devices/virtual/net/ppp0/uevent
509.077669] Modules linked in: ppp_async crc_ccitt ppp_generic slhc sg sr_mod 
cdrom option usb_wwan usbserial tun parport_pc ppdev acpi_cpufreq lp 
cpufreq_conservative cpufreq_stats cpufreq_powersave parport cpufreq_userspace 
fuse snd_pcm_oss snd_mixer_oss loop snd_hda_codec_realtek joydev arc4 ecb 
snd_hda_intel snd_hda_codec ath5k snd_hwdep i915 drm_kms_helper snd_pcm 
mac80211 uvcvideo snd_timer drm ath snd i2c_algo_bit acerhdf videodev i2c_i801 
cfg80211 jmb38x_ms soundcore v4l1_compat video pcspkr psmouse evdev serio_raw 
wmi battery ac i2c_core rng_core rfkill snd_page_alloc button memstick output 
processor ext3 jbd mbcache usb_storage sd_mod crc_t10dif ata_generic ata_piix 
libata sdhci_pci sdhci r8169 mmc_core uhci_hcd ehci_hcd scsi_mod mii led_class 
usbcore thermal nls_base thermal_sys [last unloaded: scsi_wait_scan]
509.077933] 
509.077947] Pid: 1792, comm: chromium-browse Not tainted (2.6.32-5-686-bigmem 
#1) AOA110
509.077961] EIP: 0060:[] EFLAGS: 00010246 CPU: 1
509.077974] EIP is at shmem_getpage+0x540/0x5a9
509.077984] EAX:  EBX: d1a0 ECX: 0400 EDX: 
509.077996] ESI: ddc5d008 EDI: d1a0 EBP: c1747000 ESP: dd4a3e58
509.078008]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
509.078023] Process chromium-browse (pid: 1792, ti=dd4a2000 task=dec4ddc0 
task.ti=dd4a2000)
509.078032] Stack:
509.078039]   0001 c143eaf8 0165 dd4a3ef0 0109 ddc5d068 
ddc5d118
509.078068] <0> 000200da  ddc5d068 dd4a3ee4 001de108  c1098108 
0001
509.078097] <0> dd4a3e9c  0001   c1101b98 c10a0106 

509.078127] Call Trace:
509.078144]  [] ? shmem_fault+0x51/0x77
509.078162]  [] ? shm_fault+0xc/0xd
509.078178]  [] ? __do_fault+0x53/0x3fb
509.078194]  [] ? handle_mm_fault+0x4d1/0xa22
509.078214]  [] ? getnstimeofday+0x4d/0xc9
509.078232]  [] ? do_page_fault+0x2f1/0x307
509.078247]  [] ? do_page_fault+0x0/0x307
509.078262]  [] ? error_code+0x73/0x78
509.078271] Code: ff ff eb 4f 83 4e 04 01 ff 46 08 8b 44 24 18 fe 40 a0 ba 03 
00 00 00 89 e8 e8 2d d7 f8 ff 31 d2 b9 00 04 00 00 89 c3 89 c7 89 d0  ab b2 
03 89 d8 e8 37 d5 f8 ff f0 80 4d 00 08 83 7c 24 3c 02 
509.078423] EIP: [] shmem_getpage+0x540/0x5a9 SS:ESP 0068:dd4a3e58
509.078442] CR2: d1a0
509.078454] ---[ end trace 97772fea35a2c15e ]---
509.078469] note: chromium-browse[1792] exited with preempt_count 1
509.104368] BUG: unable to handle kernel paging request at d1a01000
509.104392] IP: [] shmem_getpage+0x540/0x5a9
509.104419] *pdpt = 01447001 *pde = 00180067 *pte = 
00aa00aa 
509.104440] Oops: 0002 [#2] SMP 
509.104452] last sysfs file: /sys/devices/virtual/net/ppp0/uevent
509.104464] Modules linked in: ppp_async crc_ccitt ppp_generic slhc sg sr_mod 
cdrom option usb_wwan usbserial tun parport_pc ppdev acpi_cpufreq lp 
cpufreq_conservative cpufreq_stats cpufreq_powersave parport cpufreq_userspace 
fuse snd_pcm_oss snd_mixer_oss loop snd_hda_codec_realtek joydev arc4 ecb 
snd_hda_intel snd_hda_codec ath5k snd_hwdep i915 drm_kms_helper snd_pcm 
mac80211 uvcvideo snd_timer drm ath snd i2c_algo_bit acerhdf videodev i2c_i801 
cfg80211 jmb38x_ms soundcore v4l1_compat video pcspkr psmouse evdev serio_raw 
wmi battery ac i2c_core rng_core rfkill snd_page_alloc button memstick output 
processor ext3 jbd mbcache usb_storage sd_mod crc_t10dif ata_generic ata_piix 
libata sdhci_pci sdhci r8169 mmc_core uhci_hcd ehci_hcd scsi_mod mii led_class 
usbcore thermal nls_base thermal_sys [last unloaded: scsi_wait_scan]
509.104727] 
509.104742] Pid: 1576, comm: chromium-browse Tainted: G  D
(2.6.32-5-686-bigmem #1) AOA110
509.104756] EIP: 0060:[] EFLAGS: 00010246 CPU: 1
509.104769] EIP is at shmem_getpage+0x540/0x5a9
509.104780] EAX:  EBX: d1a01000 ECX: 0400 EDX: 
509.104792] ESI: ddc5d560 EDI: d1a01000 EBP: c1747020 ESP: dd53dbf4
509.104804]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
509.104818] Process chromium-browse (pid: 1576, ti=dd53c000 task=dd530880 
task.ti=dd53c000)
509.104828] Stack:
509.104836]  d736c8ac c1920e58 c143eaf8 01920e20 dd53dc88  ddc5d5c0 
ddc5d670
509.104863] <0> 000200da  ddc5d5c0 dd53dc7c 8000  c1098108 
0001
509.104892] <0> dd53dc38  0001   c10a0106  

509.104922] Call Trace:
5

Bug#619246: dictionaries-common: Tracker bug for 'update-openoffice-dicts' removal

2011-03-22 Thread Agustin Martin
Package: dictionaries-common
Version: 1.10.5
Severity: normal

This is a bug report filed to request and track 'update-openoffice-dicts' 
removal. It will be blocked by bugs filed against packages still calling
'update-openoffice-dicts' unconditionally from maintainer scripts.

Those packages (expected to fail on u-o-d removal) seems to be currently:

hunspell-se 
myspell-fi 
myspell-en-au 
myspell-ga 
myspell-gd 
myspell-gv
myspell-hr 
myspell-hu 
myspell-sv-se

All other seem to call 'update-openoffice-dicts' conditionally, so will not
be affected by 'update-openoffice-dicts' removal. 

New dictionaries-common-dev (1.10.5) no longer installs debhelper snippets
for that, so even conditional calls should slowly disappear.

For completeness, current status for dictionaries not expected to fail on
'update-openoffice-dicts ' removal is

* Old conditional call:

* hunspell-da - Danish dictionary for hunspell
* hunspell-de-at-frami - Austrian (German) dictionary for hunspell ("frami" 
version)
* hunspell-de-ch-frami - Swiss (German) dictionary for hunspell ("frami" 
version)
* hunspell-de-de-frami - German dictionary for hunspell ("frami" version)
* hunspell-en-ca - English_canadian dictionary for hunspell
* hunspell-fr - French dictionary for hunspell
* hunspell-hu - Hungarian dictionary for hunspell
* hunspell-ne - Nepali dictionary for hunspell
* hunspell-ro - Romanian dictionary for hunspell
* hunspell-sh - Serbian (Latin) dictionary for hunspell
* hunspell-sr - Serbian (Cyrillic) dictionary for hunspell
* hunspell-vi - Vietnamese dictionary for hunspell (***Conflicts with 
myspell-da???)
* myspell-af - Afrikaans dictionary for myspell
* myspell-en-gb - English_british dictionary for myspell
* myspell-en-us - English_american dictionary for myspell
* myspell-en-za - English_southafrican dictionary for myspell
* myspell-it - Italian dictionary for myspell
* myspell-lt - Lithuanian dict (LT) for myspell
* myspell-sw - Swahili dictionary for myspell
* myspell-th - Thai dictionary for myspell

* New conditional call:

* hunspell-ar - Arabic dictionary for hunspell
* hunspell-de-at - Austrian (German) dictionary for hunspell
* hunspell-de-ch - Swiss (German) dictionary for hunspell
* hunspell-de-de - Diccionario de alemán para hunspell
* hunspell-en-us - English_american dictionary for hunspell
* hunspell-eu-es - Basque (Euskera) dictionary for hunspell
* hunspell-gl-es - Galician dictionary for hunspell
* hunspell-kk - Kazakh dictionary for hunspell
* hunspell-ko - Korean dictionary for hunspell
* hunspell-uz - The Uzbek dictionary for Hunspell
* myspell-bg - Bulgarian
* myspell-ca - Catalan
* myspell-cs - Czech
* myspell-da - The Comprehensive Danish Dictionary (DSDO) - myspell
* myspell-de-at - Austrian (German)
* myspell-de-ch - Swiss (German)
* myspell-de-de - German
* myspell-de-de-oldspell - German dictionary for myspell (old orthography)
* myspell-eo - Esperanto
* myspell-es - Spanish
* myspell-et - Estonian dictionary for MySpell
* myspell-fa - Persian (Farsi) dictionary for myspell
* myspell-fo - The Faroese dictionary for myspell
* myspell-fr-gut - French (GUTenberg)
* myspell-fr - The French dictionary for myspell (Hydro-Quebec version)
* myspell-he - Hebrew dictionary for myspell
* myspell-hy - Armenian dictionary for myspell
* myspell-ku - Kurdish (Kurmanji)
* myspell-lv - Latvian dictionary for Myspell
* myspell-nb - Norwegian Bokmål dictionary for myspell
* myspell-nl - Dutch dictionary for Hunspell
* myspell-nn - Norwegian Nynorsk dictionary for myspell
* myspell-pl - Polish
* myspell-pt-br - Brazilian Portuguese
* myspell-pt-pt - European Portuguese dictionary for myspell
* myspell-ru - Russian
* myspell-sk - Slovak
* myspell-tl - The Tagalog dictionary for myspell/hunspell
* myspell-uk - Ukrainian

* No snippets:

* myspell-el-gr - Greek (el_GR) dictionary for myspell

-- 
Agustin



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



Bug#614400: linux-image-2.6.32-5-xen-amd64: Kernel Crash when initiating lvcreate or lvremove actions

2011-03-22 Thread Guido Hecken
Hi,

 

I never got a feedback on this bug, did I miss to give some important
informations?

Others seem to be affected by this bug too.

 

Here is a short description of the bug:

 

Creating and afterwards deleting snapshots of logical volumes crashes
the system.

I can do the following commands only twice, max. three times, before the
server crashes.

lvcreate -s -L 10G some_vg/some_lv -n snap_some_vg_some_lv lvremove
/dev/some_vg/some_lv -f

 

Regards,

Guido

 

 



Bug#617596: libreoffice-base mangles data on trivial .odb database

2011-03-22 Thread Rene Engelhard
tag 617596 + upstream
tag 617596 + fixed-upstream
thanks

Hi,

On Wed, Mar 09, 2011 at 03:42:18PM -0500, Daniel Kahn Gillmor wrote:
>  10) for testb, i entered "2011-02-03", and when i hit tab, it turned
>  into "40577".  in testc, i put "123", and it gave me "40577"
[...]
> [...] I hope this can get sorted out.

Forwarded this "upstream"[1] (well, to OOo) and they were able to reproduce
in 3.3 but onot in the current developer snapshot. Then I tried with LibreOffice
git master which is quite near on that snapshot, too because we merged m101
and it works there, too.

So this will be fixed with LibreOffice 3.4...

Grüße/Regards,

René

[1] http://openoffice.org/bugzilla/show_bug.cgi?id=117478
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#619241: pcscd crashes at time CCID reader is hot-plugged

2011-03-22 Thread Harald Welte
Trying to debug this further resulted in the following preliminary
analysis:

In function HPRescanUsbBus():
parent = udev_device_get_devnode(parent);

udev_device_get_devnode() returns NULL (which is possible, according to
http://www.kernel.org/pub/linux/utils/kernel/hotplug/libudev/libudev-udev-device.html#udev-device-get-devnode),
but pcscd uses this result unverified later in a strdup().

I'm not really sure what kind of device node you are trying to resolve
here.  I've tried to debug it further, but I don't really know what
you attempt to resolve here.  udev_device_get_syspath(parent) works,
but it is not what the CCID driver wants as input.

Regards,
Harald
-- 
- Harald Weltehttp://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



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



Bug#619215: typo in the copyright year in manpage(s?

2011-03-22 Thread Yaroslav Halchenko
Ah, sorry Martin.

$> dpkg -p condor | grep Maintainer:
Maintainer: NeuroDebian Maintainers 

so it is US ;)

I thought that Michael has uploaded Condor to Debian proper already... I
was wrong -- it is still only in our staging neuro.debian.net.

On Tue, 22 Mar 2011, Martin Michlmayr wrote:

> * Yaroslav Halchenko  [2011-03-21 21:56]:
> > Package: condor
> > Version: 7.5.5+git995-ga9a0d2a-1~nd60+1

> I don't see such a package in Debian.  What does
> dpkg -p condor | grep Maintainer:
> say?
-- 
=--=
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#619059: ITP: libmozilla-ca-perl -- Mozilla's CA cert bundle in PEM format

2011-03-22 Thread Florian Ragwitz
Nicholas Bamber  writes:

> Package: wnpp
> Owner: Nicholas Bamber 
> Severity: wishlist
> X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org
>
> * Package name: libmozilla-ca-perl
>   Version : 20110301
>   Upstream Author : Gisle Aas 
> * URL : http://search.cpan.org/dist/Mozilla-CA/
> * License : MPL-1.1 or GPL-2+ or LGPL-2.1+
>   Programming Lang: Perl
>   Description : Mozilla's CA cert bundle in PEM format
>
> Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
> certificates in a form that can be consumed by modules and libraries based on
> OpenSSL.

I'm assuming your motivation for packaging this is the latest release of
libwww-perl using this module for SSL trust chain validation when using
https.

I'm writing this email in order to point out that what makes sense for
CPAN isn't necessarily the right thing to do for downstream
distributions.


LWP decided to validate SSL certificates. For that it needs a list of
trusted certificate authorities. With the way we distribute software on
CPAN right now, we don't have a way of actually asking the user about
what authorities he'd like to trust. LWP kind of took the easy route and
just went with Mozilla::CA and trusts every authority Mozilla trusts,
without giving the user much of a chance to customise things, unless
he's willing to maintain a local directory containing trusted CAs and
changing his code to use that in favour of the one provided by
Mozilla::CA.


In Debian, we already have a more convenient way to ship CA certificates
and give the local administrator the possibility to trust or not trust
the included authorities individually and to easily add new trusted
authorities not already provided by Debian. The infrastructure for that
exists in the ca-authorities package.


I'd like you to consider modifying LWP for Debian so it'll make use of
the infrastructure we already have. I haven't actually investigated how
involved the customisations for that would have to be, but I have a
strong suspicion that it's going to end up being quite minimal and
easily maintainable in the long run.

In case that turns out to be false, the upstream maintainers of the
related CPAN distributions, libwww-perl, IO-Socket-SSL, and Net-SSLeay,
are generally open to patches and I'm sure they'd also be very open to
working with downstreams such as Debian in order to make this sort of
customisation even easier, if need be.


pgpPRdjpybkx7.pgp
Description: PGP signature


Bug#619138: [Reportbug-maint] Bug#619138: reportbug failure

2011-03-22 Thread Alex Antener
Hi Sandro

user@host:~$ reportbug --template libapache2-mod-gnutls
*** Welcome to reportbug.  Use ? for help at prompts. ***
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Lx ' as your from address.
Getting status for libapache2-mod-gnutls...
No matching source or binary packages.
Will send report to Debian (per lsb_release).

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2098, in 
main()
  File "/usr/bin/reportbug", line 1045, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1990, in user_interface
issource=self.options.source)
  File "/usr/lib/pymodules/python2.6/reportbug/utils.py", line 745, in 
generate_blank_report
debsumsoutput=debsumsoutput, issource=issource)
  File "/usr/lib/pymodules/python2.6/reportbug/bugreport.py", line 43, in 
__init__
self.type = type
  File "/usr/lib/pymodules/python2.6/reportbug/bugreport.py", line 59, in tset
raise AttributeError, 'invalid report type'
AttributeError: invalid report type


user@host:~$ reportbug --template reportbug
*** Welcome to reportbug.  Use ? for help at prompts. ***
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Lx ' as your from address.
Getting status for reportbug...
No matching source or binary packages.
Will send report to Debian (per lsb_release).

Gathering additional data, this may take a while...
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2098, in 
main()
  File "/usr/bin/reportbug", line 1045, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1990, in user_interface
issource=self.options.source)
  File "/usr/lib/pymodules/python2.6/reportbug/utils.py", line 745, in 
generate_blank_report
debsumsoutput=debsumsoutput, issource=issource)
  File "/usr/lib/pymodules/python2.6/reportbug/bugreport.py", line 43, in 
__init__
self.type = type
  File "/usr/lib/pymodules/python2.6/reportbug/bugreport.py", line 59, in tset
raise AttributeError, 'invalid report type'
AttributeError: invalid report type


Am 21.03.2011 um 21:13 schrieb Sandro Tosi:

> Hi Lx,
> thanks, can you also please attach the output of these commands:
> 
> reportbug --template libapache2-mod-gnutls
> reportbug --template reportbug
> 
> Anyhow, I suspect this is fixed in reportbug v5.0, available in
> unstable; if you can, may you update to that version and verify it's
> working?
> 
> Regards,
> -- 
> Sandro Tosi (aka morph, morpheus, matrixhasu)
> My website: http://matrixhasu.altervista.org/
> Me at Debian: http://wiki.debian.org/SandroTosi




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



Bug#619152: Creates folders without proper encoding

2011-03-22 Thread Henrik Christian Grove
tir, 22 03 2011 kl. 12:17 +0100, skrev Stefan Hornburg (Racke):
> On 03/21/2011 05:09 PM, Henrik Christian Grove wrote:
> > Package: courier-imap
> > Version: 4.4.0-2
> >
> > I had setup imapfilter to place some mails in a folder called
> > 'Trash.Slettede domæner' (my .imapfilter/config.lua file is stored as
> > iso8859-1). It seemed to work... until I needed to see those mails,
> > evolution insisted that there were no mails from since I switched from
> > using evolutions filtering to using imapfilter.
> >
> > I logged into the imapserver and did a `ls -la` on the maildir, and the
> > problem was obvious:
> > drwx--   6 44345 44460  126 Feb 23 12:05 .Trash.Slettede dom&AOY-ner
> > drwx--   6 44345 44460  126 Mar 21 14:46 .Trash.Slettede domæner
> >
> > I.e. courier has created a folder with an invalid name (the second).
> >
> > I don't know whether the IMAP protocol states that the client should
> > encode folder names as IMAPUTF7, but in that case courier should have
> > given an error back to imapfilter, when it first tried to create it. If
> > the IMAP protocol doesn't give the client that responsibility, courier
> > should have detected the iso8859-1 character and encoded it properly.
> >
> 
> http://sourceforge.net/mailarchive/forum.php?thread_name=cone.1300791730.851053.11311.500%40monster.email-scan.com&forum_name=courier-imap
> 
> I suppose you better use UTF-8 for your imapfilter configuration file.

Well, RFC3501, section 5.1, says:
Mailbox names are 7-bit. Client implementations MUST NOT attempt to
create 8-bit mailbox names, and SHOULD interpret any 8-bit mailbox
names returned by LIST or LSUB as UTF-8. Server implementations
SHOULD prohibit the creation of 8-bit mailbox names, and SHOULD NOT
return 8-bit mailbox names in LIST or LSUB. 

So strictly speaking courier doesn't do anything wrong, I just can't
imagine the "valid reasons" (from RFC2119, where the meaning of "SHOULD"
is defined) for not prohibiting the creation of these folders.

At work we have seen folder names with 8 bit characters several times,
and I'm pretty sure very few of those customers have used imapfilter.
I.e. there are other broken clients out there, so prohibiting this on
the server would be the easiest way to avoid problems.

Dovecot does prohibit this, and we are probably going to replace courier
with dovecot anyway, so my problem will probably go away.

If the courier developers wont fix this, just tag this bug report as
wont-fix, but please leave it open, so others may find it and reconsider
using courier.

.Henrik

P.S. I don't expect imapfilter to behave much better, if I start using
SUCK-8, so I've just mangled the folder name to pure ASCII. - And
submitted a bug report against imapfilter
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619242





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



Bug#619248: freeipmi: needs versioned build-dep on autotools-dev

2011-03-22 Thread Bernd Zeimetz
Package: freeipmi
Version: 0.8.12-2
Severity: normal

Hi,

freeipmi is missing a versioned build-dep on autotools-dev as you're
using dh_autotools-dev_*. Please add it to allow easier backporting.

Thanks,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 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#619249: cryptsetup: --key-size used instead of --keyfile-size

2011-03-22 Thread Martin Kourim
Package: cryptsetup
Version: 2:1.2.0-2
Severity: important
Tags: patch

Hello,

I have part of my /home on an encrypted partition and I'm entering the 
passphrase during boot.
After upgading to version 2:1.2.0-2 I'm not able to open the encrypted 
partition. Instead of the passphrase prompt, something like the f
ollowing is printed out:
Enter passphrase: Usage: cryptsetup [-?vyrq] [-?|--help] [--usage] [--version] 
[-v|--verbose] [--debug] [-c|--cipher=STRING]
[-h|--hash=STRING] [-y|--verify-passphrase] [-d|--key-file=STRING] 
[--master-key-file=STRING]
[--dump-master-key] [-s|--key-size=BITS] [-l|--keyfile-size=bytes] 
[--new-keyfile-size=bytes]
[-S|--key-slot=INT] [-b|--size=SECTORS] [-o|--offset=SECTORS] 
[-p|--skip=SECTORS] [-r|--readonly]
[-i|--iter-time=msecs] [-q|--batch-mode] [-t|--timeout=secs] 
[-T|--tries=INT] [--align-payload=SECTORS]
[--header-backup-file=STRING] [--use-random] [--use-urandom] 
[--uuid=STRING]
[OPTION...]  ]
cryptsetup: Option --key-size is allowed only for luksFormat and create.
To limit read from keyfile use --keyfile-size=(bytes).

(the output above is from cryptdisks_start which has the same problem)

As a result the partition is not mapped, mounted, I'm left with part of my 
/home missing and cannot login properly.

According to the crypsetup man page, the --key-size option (or -s) can be used 
only for "create" and "luksFormat" (i.e. not luksOpen). For luksOpen, the 
--keyfile-size (or -d) should be used instead.

In the /lib/cryptsetup/cryptdisks.functions in the parse_opts function (the one 
that parses the /etc/crypttab), the -s is used for "size" instead of -d. After 
changing this everything works again.

Thanks,
Martin Kourim


-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.36-ck2-2-686 
root=UUID=955a5cb1-6a25-42a8-a6ea-2e5195ebf1a6 ro clocksource=hpet quiet

-- /etc/crypttab
# 
data/dev/sda8   none
luks,checkargs=ext3,crypt=aes-cbc-essiv:sha256,size=128

-- /etc/fstab
# /etc/fstab: static file system information.
#
#  

proc/proc   procdefaults   0  0
/dev/sda1   /   ext3noatime,errors=remount-ro  0  1
/dev/sda7   /home   ext3noatime,data=writeback,commit=360  0  2
/dev/sda5   /usrext3noatime,data=writeback,commit=360  0  2
/dev/sda6   /varext3noatime,data=writeback,commit=360  0  2
/dev/sda9   noneswapsw 0  0
/dev/cdrom  /media/cdrom0   udf,iso9660 user,noauto0  0
/dev/hda/media/cdrom0   udf,iso9660 user,noauto0  0
/dev/mapper/data  /mnt/data ext3noatime,data=writeback,commit=360  0  2
/usr/local/opt  /optnonebind   0  0

-- lsmod
Module  Size  Used by
ext2   52731  0 
sha256_generic  9913  2 
aes_i5866836  3 
aes_generic25854  1 aes_i586
cbc 1959  1 
mperf827  0 
cpufreq_stats   1801  0 
cpufreq_ondemand6162  0 
freq_table  1815  2 cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 6732  0 
cpufreq_powersave602  0 
cpufreq_userspace   1248  0 
i915  250552  3 
drm_kms_helper 23735  1 i915
drm   128817  3 i915,drm_kms_helper
i2c_algo_bit3919  1 i915
i2c_core   13628  4 i915,drm_kms_helper,drm,i2c_algo_bit
video  15742  1 i915
output  1136  1 video
ipv6  215353  16 
uinput  5344  1 
xt_DSCP 1407  4 
iptable_mangle   916  1 
ipt_MASQUERADE  1094  1 
iptable_nat 2895  1 
nf_nat 11319  2 ipt_MASQUERADE,iptable_nat
iptable_raw  715  0 
ipt_REJECT  1757  1 
xt_tcpudp   1611  15 
ipt_LOG 4335  1 
xt_limit1080  2 
xt_pkttype   671  2 
nf_conntrack_ipv4   8043  5 iptable_nat,nf_nat
nf_defrag_ipv4   783  1 nf_conntrack_ipv4
xt_state 827  2 
nf_conntrack   40115  5 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
iptable_filter   820  1 
ip_tables   8453  4 
iptable_mangle,iptable_nat,iptable_raw,iptable_filter
x_tables9782  13 
xt_DSCP,iptable_mangle,ipt_MASQUERADE,iptable_nat,iptable_raw,ipt_REJECT,xt_tcpudp,ipt_LOG,xt_limit,xt_pkttype,xt_state,iptable_filter,ip_tables
fuse   51639  1 
sbp2   16707  0 
loop   10203  0 
dm_crypt9443  1 
dm_mod 49212  3 dm_crypt
snd_hda_codec_analog48470  1 
snd_hda_intel  17613  2 
snd_hda_codec  56249  2 snd_hd

Bug#618678: confirmed but with fixed with newer upstream releases.

2011-03-22 Thread Axel Kittenberger
Yes, I could reproduce this with Lsyncd 1.34, and I can confirm the
issue to be gone with 2.0.3.

To quote the strace man page:
   On some platforms a process that has a system call trace applied
   to it with the -p option will receive a  SIGSTOP.   This  signal
   may  interrupt  a system call that is not restartable.  This may
   have an unpredictable effect on the process if the process takes
   no action to restart the system call.

Lsyncd 1.34 is such a process that does not properly do an action to
restart the system call that reads from inotify. Lsyncd 1.42 will not
halt, but do a complete restart, as it handles the SIGSTOP to be a
SIGHUP. Lsyncd 2.0.x and later applies a proper signalmask and will
thus not be affected when hooked with strace -p.

Solution: For those who heavily use Lsyncd, I strongly suggest going
and build a Lsyncd 2.0.x. It has been a complete rewrite that added
improvments and fixes on a lot of frontiers. You need to change your
config files though, the format has changed too. No XML anymore. If
you strace Lsyncd 1.34 right from start rather than hook on it with
strace -p it'll work too. Since this is a rather minor bug that is
fixed already with later releases of Lsyncd and thus also will be
fixed in the next debian release, I suppose no action is necessary.

Kind regards, and sorry for the issues. Axel



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



Bug#619138: [Reportbug-maint] Bug#619138: reportbug failure

2011-03-22 Thread Sandro Tosi
Are you on Debian? If so, what version? did you upgrade to reportbug 5.0?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#502159: [Popcon-developers] Bug#502159: Bug#502159: popularity-contest: when HTTP fails, tries MAILTO: no dpkg-configure options

2011-03-22 Thread Bill Allombert
On Mon, Oct 13, 2008 at 09:40:17PM -1000, Ryo Furue wrote:
> Petter,
> 
> Thank you for your response.
> 
> | > I think this behavior should be configurable through
> | > "dpkg-reconfigure popularity-contest", because
> | > 
> | > 1) There are many users whose MTA only allows local delivery;
> | > 2) How to change configuration isn't clear.
> | 
> | The correct way is to add a line with
> | 
> |   MAILTO=
> | 
> | in /etc/popularity-contest.conf, to override the default email
> | address.
> 
> Thanks.  I was actually able to figure that out by reading
> /etc/cron.daily/popularity-contest . 
> 
> |  I agree that this should be mentioned in the manual page, at
> | the very least. :)

I suggest that the attached patch be applied to the FAQ.
This replace an outdated question by the following:
- - - - - - - - - - -
Q) How can I prevent popularity-contest to send report via email ?

A) This is not recommended. Report are sent by email only when the HTTP
submission fails which is generally caused by a temporary lack of internet
connectivity. By contrast, reports sent by email are stored in the mail server
queue until the internet connectivity is back.

Nevertheless, you can prevent popularity-contest to send report via email by 
adding
MAILTO=
to /etc/popularity-contest.conf
- - - - - - - - - - - 

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 
Index: FAQ
===
--- FAQ (révision 637)
+++ FAQ (copie de travail)
@@ -75,15 +75,16 @@
 su myuser -s /bin/sh -c "/usr/sbin/sendmail -oi \"$MAILTO\""
   }
 
-Q) My system is unable to send email out to the Internet.  How can I
-participate ?
+Q) How can I prevent popularity-contest to send report via email ?
 
-A) Since version 1.30 of popularity-contest, it is possible to use HTTP
-as the transport protocol.  This is the default for new installations,
-but needs to be manually enabled for old installations.  To enable it,
-run this commmand as root:
+A) This is not recommended. Report are sent by email only when the HTTP
+submission fails which is generally caused by a temporary lack of internet
+connectivity. By contrast, reports sent by email are stored in the mail server
+queue until the internet connectivity is back.
 
-  dpkg-reconfigure popularity-contest
+Nevertheless, you can prevent popularity-contest to send report via email by 
adding
+MAILTO= 
+to /etc/popularity-contest.conf
 
 Q) How can I specify a HTTP proxy server for the HTTP submission ?
 


Bug#619138: [Reportbug-maint] Bug#619138: reportbug failure

2011-03-22 Thread Lx
host:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 6.0.1 (squeeze)
Release:6.0.1
Codename:   squeeze

host:~# uname -a
Linux host 2.6.22.18-.1.11-vs2.2.0.6 #1 SMP Tue Feb 24 19:24:54 CET 2009 
x86_64 GNU/Linux

Am 22.03.2011 um 14:39 schrieb Sandro Tosi:

> Are you on Debian? If so, what version? did you upgrade to reportbug 5.0?
> 
> -- 
> Sandro Tosi (aka morph, morpheus, matrixhasu)
> My website: http://matrixhasu.altervista.org/
> Me at Debian: http://wiki.debian.org/SandroTosi




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



Bug#619250: samhain: [INTL:pt_BR] Brazilian Portuguese debconf templates

2011-03-22 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: samhain
Tags: l10n patch
Severity: wishlist

Dear samhain maintainer,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards,

- -- 
Flamarion Jorge
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNiKiOAAoJEJhPZF0zwv0zTeQQAKCbrf8sZ8ieoN7yXrf8j07E
XUeuJwOuJJGTOXieq4VSgQmxsHn+P/XKVB6N8t9NsppflSOmHsqDb7YOp4U6Mph+
b+Iov0GYT++JdteQnVHznCbgzAjggQGX1TJu1+twiLgE76feK/6FMkFSRm61mNyn
kTNSbPkRxzc4ohEml6Hy/DbFIWneRxZwqNcKyzzIpccv/KZi3LzX5LVDsgJoq7q0
qx32QVI8K/1vY6U/dhgM+I8FrC++Yxx+ILrlxRa5rIefYYTp/b6IcAa5N5d8xnCl
O9w218qF1C+gsocB/GDYLMAZm1DEy0V3yxhAF0E4KnCINL9Vb3pxLblEqA/rfnpz
XzI2QWHF1+A1VdCpTqlPdFz+KUKXm6HxxXMVpTN/sbEgxu+5g8fyDZFo3LXQrgy7
SCv9PouWPGYK6r4VCkAFDZAttxV+xevtg+DV2TY2vA78sVhlmtyQEk9y/BFK/4Y3
9VzrRMbSxkabjoo/h3/pct7MA3kcfYFiiExtQUSGkRuHLjMfatKT5udewiQtlCKe
oNPKvbUciOf0EV+cx1h/rx01oYKs91c30GCeGGKoACDi656iz8PzNNWRZ7+kz5z8
VzgqQC2ts8hSa8hrVcW565hLmfKn9WyyXD1Pf9rfl4GUCqw8WNgdr2Bko+hBbR7M
YDdI8Y4B9k9dhNGXaN42
=Vdt/
-END PGP SIGNATURE-
# Debconf translations for samhain.
# Copyright (C) 2011 THE samhain'S COPYRIGHT HOLDER
# This file is distributed under the same license as the samhain package.
# Flamarion Jorge , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: samhain 2.6.2-1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-02-20 10:31+0100\n"
"PO-Revision-Date: 2011-03-19 11:17-0300\n"
"Last-Translator: Flamarion Jorge \n"
"Language-Team: Brazilian Portuguese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"

#. Type: note
#. Description
#: ../templates:1001
msgid "Samhain initialization"
msgstr "Inicialização do Samhain"

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"The database used for Samhain will be initialized now. Any errors/messages "
"regarding this initialization can be recovered from /var/log/samhain/samhain-"
"init.log"
msgstr ""
"O banco de dados usado pelo Samhain será inicializado agora. Quaisquer erros/"
"mensagens relacionadas a essa inicialização podem ser recuperados a partir "
"de /var/log/samhain/samhain-init.log"


Bug#619251: netinstall amd64 leads to grub rescue

2011-03-22 Thread joz

package: grub2

Hi,
I want to install squeeze per netinstall, booting from USB flash drive 
(on a lenovo thinkpad edge 11, amd64).


Put this iso file on the flash drive : 
http://cdimage.debian.org/debian-cd/6.0.1/amd64/iso-cd/debian-6.0.1a-amd64-netinst.iso
The machine booted on the drive but right after "Welcome to grub!" it 
drops to the grub rescue prompt.


greetings
Joz




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



Bug#619224: xserver-xorg-video-intel: tiling splash screen with kde and composition enabled

2011-03-22 Thread Cyril Brulebois
Raphael Geissert  (21/03/2011):
> Package: xserver-xorg-video-intel
> Version: 2:2.14.0-4
> 
> (risking filing "yet another report")
> 
> Hi,
> 
> With linux 2.6.38 enabling KMS on the i915 driver, when logging into
> a kde session the splash screen starts tiling when it should be
> replaced by the wallpaper. After some seconds the display
> "stabilises" but whenever moving the cursor part of the splash
> screen reappears.

Hi,

of course KMS is enabled, or you're not using -intel. And why aren't
you using reportbug? We're lacking everything.
  http://pkg-xorg.alioth.debian.org/howto/report-bugs.html

KiBi.


signature.asc
Description: Digital signature


Bug#618792: New upstream available

2011-03-22 Thread Gürkan Sengün
Thanks for the note. The new version is packaged and ready, waiting for its 
sponsor...

http://sid.ethz.ch/debian/mypaint/

Yours,
Gurkan



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



Bug#619138: [Reportbug-maint] Bug#619138: reportbug failure

2011-03-22 Thread Sandro Tosi
On Tue, Mar 22, 2011 at 14:45, Lx  wrote:
> host:~# lsb_release -a
> No LSB modules are available.
> Distributor ID: Debian
> Description:    Debian GNU/Linux 6.0.1 (squeeze)
> Release:        6.0.1
> Codename:       squeeze

on a clean squeeze chroot it works perfectly fine.

> host:~# uname -a
> Linux host 2.6.22.18-.1.11-vs2.2.0.6 #1 SMP Tue Feb 24 19:24:54 CET 2009 
> x86_64 GNU/Linux

oh so you're using a rather old, custom, kernel: what else have you
customized on your system that broke reportbug? I don't know, you tell
me :)

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#619252: libapache2-mod-wsgi: Daemon mode broken when running mpm-itk

2011-03-22 Thread Kristian Klette

Package: libapache2-mod-wsgi
Version: 3.3-2
Severity: important


Daemon mode when running mpm-itk is broken as the socket does not get 
the correct permissions.  Upstream revision 1602[0] fixes this issue, 
but requires compilation against mpm-itk patched apache (if I understand 
this correctly).


This makes embedded mode the only available option, which has a severe 
performance impact while using mpm-itk.


- Kristian


[0]: 

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

Kernel: Linux 2.6.37-2-amd64 (SMP w/8 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 libapache2-mod-wsgi depends on:
ii  apache2-mpm-itk [apache 2.2.17-1 multiuser MPM for Apache 2.2
ii  apache2.2-common2.2.17-1 Apache HTTP Server common files
ii  libc6   2.11.2-13Embedded GNU C Library: 
Shared lib
ii  libpython2.62.6.6-8+b1   Shared Python runtime 
library (ver
ii  python  2.6.6-3+squeeze5 interactive high-level 
object-orie


libapache2-mod-wsgi recommends no packages.

Versions of packages libapache2-mod-wsgi suggests:
pn  apache2-mpm-worker | apache2-  (no description available)

-- Configuration Files:
/etc/apache2/mods-available/wsgi.conf [Errno 2] No such file or 
directory: u'/etc/apache2/mods-available/wsgi.conf'
/etc/apache2/mods-available/wsgi.load [Errno 2] No such file or 
directory: u'/etc/apache2/mods-available/wsgi.load'


-- 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#619229: cross-building support for shishi

2011-03-22 Thread Simon Josefsson
Steve Langasek  writes:

> Hi guys,
>
> Peter Pearse  has prepared a patch for the shishi
> package that allows it to cross-build when its build-dependencies are
> installed to the usual cross-compiler paths, /usr/$triplet rather than /usr.
> This patch has been applied to the shishi package in Ubuntu; you may wish to
> apply it in Debian as well.

Hi Steve.  I have applied the patch to the CVS repository, it will be
part of the next upload.

Thanks,
/Simon



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



Bug#619253: xen-utils-4.0: xend service can't start because of xenstored segfault

2011-03-22 Thread Maciej Galkiewicz
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
Tags: squeeze

I have 3 VM running. I have upgraded debian squeeze to 6.0.1 (new kernel
package 2.6.32-31) and restarted my server. VM were still running. After
reboot I could not start xend service (from init.d). I got following
errors:

kern.log:
Mar 22 15:07:30 router kernel: [53888.212756] xenstored[7232]: segfault
at 7fff056b5ff8 ip 7f95eb894311 sp 7fff056b6000 error 6 in
libc-2.11.2.so[7f95eb82d000+158000]

syslog:
Mar 22 15:07:30 router xenstored: TDB error on read: IO Error
Mar 22 15:07:30 router xenstored: TDB error on read: IO Error
Mar 22 15:07:30 router xenstored: TDB error on read: IO Error
Mar 22 15:07:30 router xenstored: TDB error on read: IO Error
Mar 22 15:07:30 router kernel: [53888.212756] xenstored[7232]: segfault
at 7fff056b5ff8 ip 7f95eb894311 sp 7fff056b6000 error 6 in
libc-2.11.2.so[7f95eb82d000+158000]

xend.log:
[2011-03-22 15:07:24 7257] INFO (SrvDaemon:332) Xend Daemon started
[2011-03-22 15:07:24 7257] INFO (SrvDaemon:336) Xend changeset:
unavailable.
[2011-03-22 15:07:24 7257] INFO (XendNetwork:114) Not recreating missing
unmanaged network br0
[2011-03-22 15:07:24 7257] INFO (XendNetwork:114) Not recreating missing
unmanaged network eth0
[2011-03-22 15:07:30 7257] ERROR (SrvDaemon:349) Exception starting xend
((104, 'Connection reset by peer'))

xend-debug.log:
Xend started at Tue Mar 22 15:07:24 2011.
cat: /sys/bus/scsi/devices/host0/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host0/model: No such file or directory
cat: /sys/bus/scsi/devices/host0/type: No such file or directory
cat: /sys/bus/scsi/devices/host0/rev: No such file or directory
cat: /sys/bus/scsi/devices/host0/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/host1/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host1/model: No such file or directory
cat: /sys/bus/scsi/devices/host1/type: No such file or directory
cat: /sys/bus/scsi/devices/host1/rev: No such file or directory
cat: /sys/bus/scsi/devices/host1/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/host2/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host2/model: No such file or directory
cat: /sys/bus/scsi/devices/host2/type: No such file or directory
cat: /sys/bus/scsi/devices/host2/rev: No such file or directory
cat: /sys/bus/scsi/devices/host2/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/host3/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host3/model: No such file or directory
cat: /sys/bus/scsi/devices/host3/type: No such file or directory
cat: /sys/bus/scsi/devices/host3/rev: No such file or directory
cat: /sys/bus/scsi/devices/host3/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/vendor: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/model: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/type: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/rev: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/scsi_level: No such file or
directory
cat: /sys/bus/scsi/devices/host4/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host4/model: No such file or directory
cat: /sys/bus/scsi/devices/host4/type: No such file or directory
cat: /sys/bus/scsi/devices/host4/rev: No such file or directory
cat: /sys/bus/scsi/devices/host4/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/host5/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host5/model: No such file or directory
cat: /sys/bus/scsi/devices/host5/type: No such file or directory
cat: /sys/bus/scsi/devices/host5/rev: No such file or directory
cat: /sys/bus/scsi/devices/host5/scsi_level: No such file or directory
Exception starting xend: (104, 'Connection reset by peer')

xend-config.sxp:
 (network-script 'network-bridge netdev=eth1')
 (vif-script vif-bridge)
 (dom0-min-mem 512)
 (enable-dom0-ballooning yes)
 (total_available_memory 0)
 (dom0-cpus 0)
 (vncpasswd '')

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

Kernel: Linux 2.6.32-5-xen-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 xen-utils-4.0 depends on:
ii  e2fslibs1.41.12-2ext2/ext3/ext4 file system librari
ii  iproute 20100519-3   networking and traffic control too
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libxenstore3.0  4.0.1-2  Xenstore communications library fo
ii  python-support  1.0.10   automated rebuilding support for P
ii  python2.5   2.5.5-11 An interactive high-level object-o
ii  udev164

Bug#619254: pkg-config: `-L` parts are not returned

2011-03-22 Thread Paul Menzel
Package: pkg-config
Version: 0.25-1.1
Severity: normal

Dear Debian folks,


the `-L` part is not returned. From the manual:

   --libs This option is identical to "--cflags", only it prints the  link
  flags. As with "--cflags", duplicate flags are merged (maintain‐
  ing proper ordering), and flags for dependencies are included in
  the output.

   --libs-only-L
  This  prints the -L/-R part of "--libs". That is, it defines the
  library search path but doesn't specify which libraries to  link
  with

Here is an example.

$ more /usr/lib/pkgconfig/libass.pc 
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libass
Description: LibASS is an SSA/ASS subtitles rendering library
Version: 0.9.9
Requires.private: fontconfig >= 2.2.0, enca, freetype2 >= 9.6.3
Libs: -L${libdir} -lass
Libs.private: -lm
Cflags: -I${includedir}
$ pkg-config --libs libass
-lass
$ pkg-config --libs-only-L libass

$ pkg-config --version
0.25

Am I doing something wrong? I could also reproduce this with 0.23 found in 
OpenEmbedded.


Thanks,

Paul

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

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

Versions of packages pkg-config depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.2-1   The GLib library of C routines
ii  libpopt0  1.16-1 lib for parsing cmdline parameters

pkg-config recommends no packages.

pkg-config suggests no packages.

-- no debconf information


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


Bug#619249: cryptsetup: --key-size used instead of --keyfile-size

2011-03-22 Thread Milan Broz
On 03/22/2011 02:37 PM, Martin Kourim wrote:

just FYI:
This change was intentional, there was no other way because the operator was 
wrongly overloaded.
see  http://code.google.com/p/cryptsetup/wiki/Cryptsetup120

Anyway, your suggested fix is wrong for several reasons:

- "-s" argument takes size in bits, --keyfile-size in bytes

- Option --keysfile-size has "-l" short option, not -d, it is bug in cryptsetup 
man page
(fixed upstream already).

- specifying keysize for LUKS in cryptab makes no sense, keysize is read from 
LUKS header

IMHO this line
> data  /dev/sda8   none
> luks,checkargs=ext3,crypt=aes-cbc-essiv:sha256,size=128

should be equivalent to
> data  /dev/sda8   noneluks,checkargs=ext3

(specifying algorithm and keysize make sense only for non-LUKS devices)

I think Debian scripts should ignore these options if it is LUKS formatted 
device.

Milan



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



Bug#619255: [nspluginwrapper] nspluginwrapper doesn't work well with Iceweasel 4RC and acrobat reader

2011-03-22 Thread newbeewan

Package: nspluginwrapper
Version: 1.3.0-1
Severity: normal

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

I'm using acrobat reader form the official adobe site (version 9.4.2) .deb version and 
iceweasel (4.0~rc2-2).


I manage to see one or some documents and after a while, acoread process become zombie and 
no more pdf files could be displayed !


I've got that log if it helps :
(acroread:20660): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: 
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed


(acroread:20660): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast 
to `GObject'


(acroread:20660): GLib-GObject-WARNING **: instance of invalid non-instantiatable type 
`(null)'


(acroread:20660): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: 
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed


(acroread:20660): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' 
failed

/usr/lib/gio/modules/libgvfsdbus.so: mauvaise classe ELF : ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: mauvaise classe ELF : 
ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgvfsdbus.so: mauvaise classe ELF : ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: mauvaise classe ELF : 
ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

(acroread:20660): Gtk-CRITICAL **: gtk_file_chooser_set_current_folder: assertion 
`filename != NULL' failed

/usr/lib/gio/modules/libgvfsdbus.so: mauvaise classe ELF : ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: mauvaise classe ELF : 
ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

(acroread:20660): Gtk-CRITICAL **: gtk_file_chooser_set_current_folder: assertion 
`filename != NULL' failed


Regards

Mourad


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

Debian Release: wheezy/sid
990 testing ftp2.fr.debian.org
990 testing dl.google.com
500 unstable liquorix.net
500 unstable ftp2.fr.debian.org
500 unstable deb.opera.com
500 stable security.debian.org
500 stable ftp2.fr.debian.org
500 stable dl.google.com
100 experimental-snapshots qt-kde.debian.net
1 experimental ftp2.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-=
ia32-libs (>= 2.4) | 20110310
ia32-libs-gtk | 20110310
lib32gcc1 (>= 1:4.1.1) | 1:4.5.2-4
libatk1.0-0 (>= 1.20.0) | 1.30.0-1
libc6 (>= 2.2.5) | 2.11.2-13
libc6-i386 (>= 2.2) | 2.11.2-13
libcairo2 (>= 1.2.4) | 1.10.2-4
libcurl3-gnutls (>= 7.16.2-1) | 7.21.3-1
libglib2.0-0 (>= 2.16.0) | 2.28.1-1+b1
libgtk2.0-0 (>= 2.12.0) | 2.24.3-1
libpango1.0-0 (>= 1.22.0) | 1.28.3-4
libx11-6 | 2:1.4.1-5
libxt6 | 1:1.1.1-1
util-linux (>= 2.13~rc3-7) | 2.17.2-9.1
OR linux32 |
debconf | 1.5.38


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#619065: vblade-persist: vblade-persist puts symlinks in /dev/etherd

2011-03-22 Thread Hilko Bengen
* Daniel Kahn Gillmor:

> On 03/21/2011 07:12 PM, Hilko Bengen wrote:
>> (1) A shelf/slot address should uniquely identify a target in a
>> broadcast domain.
>> 
>> (2) A shelf/slot address should uniquely identify a target reachable
>> from a host via any network interface that is configured for AoE. (Your
>> example above violates this.)
>> 
>> If I can't guarantee both, I risk data loss.
>
> Yes, exactly.  And the concern you've reported here about vblade-persist
> will *only* be triggered in the case where at least one of these two is
> violated.

As long as the initiator on "B" is configured to use only the interface
in broadcast domain "x" it does not get to see the target exported via
"y" at all, so there is no danger.

> I'm still looking for the use case where vblade-persist's symlink
> creation is actually independently problematic.

Here is another example that I didn't even think of when I first wrote
the bug report. This is what I have been running successfully for a few
years, using vblade and home-grown wrappers:

A server exports identical but separate AoE targets to a number of
rather "dumb" clients, each on a separate VLAN. Separation using VLANs
puts each client into its own broadcast domain, so I am able to present
the same configuration to each client as far as AoE is concerned: From
every client's point of view, the "disk" it accesses is AoE target e0.0.

If I had used vblade-persist, only the first target could be
successfully brought up since the symlink creation would fail for every
target after that.

>> As the node-independent consistent view seems to be important to you:
>> Could you live with putting the symlinks into a different directory
>> (e.g. /var/run/vblade-persist as suggested) and extend the udev rules to
>> create symlinks to any real /dev/etherd/ex.y device node that may pop
>> up? (I would make the last part optional and off-by-default, though.)
>
> This seems excessive to me -- the standard place for these files is
> /dev/etherd.

If they are device nodes using the *initiator* and through udev: yes. I
still think that a configuration tool for an AoE *target* should not put
its files in the same place.

>> Why is the node-independent view so important to you, anyeay? What
>> problem does it solve?
>
> OK, here's an example: consider a group of machines, each providing
> physical storage to a pool on a shared network segment, and each acting
> as a host for some common virtualization implementation (e.g. KVM).
>
> Each virtual server (guest) has a set of configuration information that
> tells it where to pull its disks from.
>
> It would be good to be able to migrate guests from one host to another
> without needing to tweak the guest's configuration.  A node-independent
> view of the AoE domain is quite useful in this situation -- i can say
> "guest X has /dev/etherd/e4.3 as a virtual block device" and not have to
> worry about whether guest X happens to be running on the host
> responsible for exporting (shelf=4,slot=3).

Heh, now I see why you haven't been concerned with partitions at all.
:-)

So, you are abstracting away the underlying mechanism that is used to
access the block device. I would rather put this abstraction into the
logic/configuration for management of the VM instances.

I suggest the following changes:

- Don't let vblade-persist create the symlinks by default.
- Add an option so the administrator can explicitly specify a symlink
  location. (This should be trivial by setting an environment variable.)

If you want, I'll provide a patch.
If you document the change in NEWS.Debian, there should be no surprises.

Cheers,
-Hilko



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



Bug#583318: apt-cacher-ng: hangs with a slow internet connection (must be restarted)

2011-03-22 Thread Patrick Zanon
The newer version I am using is perfectly working: I am still using
the oldstable distribution for the server which delivers packages for
a pool of computers running both Debian and Ubuntu and it works like a
charm... At present I am running the version 0.4.7-2 and I am very
happy with it.

Yes, according to me the bug report can be closed. Thanks again.

Best regards
Patrick



2011/3/20 Eduard Bloch :
> #include 
> * Patrick Zanon [Sun, May 30 2010, 04:09:20PM]:
>> Thanks Eduard for Your kind reply. I'm going to try the newer version.
>
> And, how does the new version feel like, or the one in Stable?
> Can we close this bug report?
>
> Regards,
> Eduard.
>



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



Bug#619216: mutt: please build with openssl instead of gnutls

2011-03-22 Thread Antonio Radici
On Tue, Mar 22, 2011 at 12:57:17PM +1100, david b wrote:
> Package: mutt
> Version: 1.5.20-9+squeeze1
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> The gnutls implementation of ssl found in mutt, in mutt_ssl_gnutls.c, appears 
> to not validate
> the common name of a remote server correctly. The openssl implementation  
> found in mutt_ssl.c
> does perform this check correctly.
> Can the mutt package be re-build against openssl and not gnutls.
> 
> This bug is reported  upstream at http://dev.mutt.org/trac/ticket/3506.

Is there a CVE for this?

Cheers
Antonio



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



Bug#619216: mutt: please build with openssl instead of gnutls

2011-03-22 Thread Antonio Radici
severity 619216 normal
thanks



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



Bug#446238: nfs-common: Locks when using nfs4 sec=krb5 and user ticket expires

2011-03-22 Thread Pedro Celestino dos Reis Rodrigues
Hello


On Sunday 20 Mars 2011 17:24:26 Luk Claes wrote:
> Hi
> 
> Can you still reproduce this problem or can this old bug be closed?
> 
> Cheers
> 
> Luk

At this moment, I am no longer administrating the network that have the 
triggering configuration. I only know that it is yet operational and that the 
software version installed was not changed, so I can not give a prompt answer. 
The best I can do is to give a try to reproduce the problem in squeeze during 
the weekend.

-- 
Com os melhores cumprimentos

Pedro
__
Pedro Celestino dos Reis Rodrigues
Faculdade de Ciências da Universidade de Lisboa
Departamento de Geologia
Tel: 2175-26152,26140
Centro de Ciências Moleculares e Materiais
Tel: 2175-28356



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



Bug#619256: hunspell-se: Remove unconditional call to soon to disappear 'update-openoffice-dicts'

2011-03-22 Thread Agustin Martin
Package: hunspell-se
Version: 1.0~beta6.20081222-1.1
Severity: normal
Blocks: 619246

(Not sure if Block works here)

'update-openoffice.dicts' will soon be removed from dictionaries-common, 
but 'hunspell-se' maintainer scripts unconditionally call it.

'update-openoffice.dicts' only remaining task is to remove ancient
Openoffice.org 2.4 "dictionary.lst" file. For squeeze, it still updated
"dictionary.lst" in the extremely unlikely possibility that Ooo 2.4 is 
installed. That has currently become more than ancient and its presence mora
that unlikely. For that reason, 'update-openoffice.dicts' will soon be 
removed.

Please remove unconditional call to 'update-openoffice.dicts' from
maintainer scripts, as proposed in attached patch.

Thanks in advance,

-- 
Agustin
diff -u hunspell-se-1.0~beta6.20081222/debian/changelog hunspell-se-1.0~beta6.20081222/debian/changelog
--- hunspell-se-1.0~beta6.20081222/debian/changelog
+++ hunspell-se-1.0~beta6.20081222/debian/changelog
@@ -1,3 +1,11 @@
+hunspell-se (1.0~beta6.20081222-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * hunspell-se.post{inst,rm}: Remove, only unconditionally called
+useless and soon to not be shipped update-openoffice-dicts.
+
+ -- Agustin Martin Domingo   Tue, 22 Mar 2011 13:24:17 +0100
+
 hunspell-se (1.0~beta6.20081222-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
reverted:
--- hunspell-se-1.0~beta6.20081222/debian/hunspell-se.postinst
+++ hunspell-se-1.0~beta6.20081222.orig/debian/hunspell-se.postinst
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-update-openoffice-dicts
-fi
-
-#DEBHELPER#
reverted:
--- hunspell-se-1.0~beta6.20081222/debian/hunspell-se.postrm
+++ hunspell-se-1.0~beta6.20081222.orig/debian/hunspell-se.postrm
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "remove" ]; then
-update-openoffice-dicts
-fi
-
-#DEBHELPER#


Bug#619257: pygobject: [patch] fix test suite run during build

2011-03-22 Thread Martin Pitt
Package: pygobject
Version: 2.28.0-2
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch natty

Hello,

currently pygobject calls the upstream test suite during package
build, but it fails badly due to various reasons. As the entire GI
thing is still very much in flux, and I love tests in general, I
worked on making the test runs more useful.

With attached patch, when building under current Ubuntu Natty I get
all tests passed in all four build flavours; under sid/experimental I
have afew failures, as we still need some catch-up (I might also miss
some newer versions from experimental).

Therefore I kept test failures as non-fatal for now. Once they work, I
think we should make them fatal, though, to avoid architecture
specific regressions, etc.

Thanks for considering,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru pygobject-2.28.0/debian/changelog pygobject-2.28.0/debian/changelog
--- pygobject-2.28.0/debian/changelog   2011-03-22 09:34:49.0 +0100
+++ pygobject-2.28.0/debian/changelog   2011-03-22 15:42:42.0 +0100
@@ -1,3 +1,27 @@
+pygobject (2.28.0-3pitti1) experimental; urgency=low
+
+  * Fix test suite calls during package build:
+- debian/rules: Copy Python files from our modules into build tree, so
+  that the tests actually find them. In Python you can't have Python
+  modules and compiled extensions which belong to the same import in
+  different directories. (Unfortunately it's hard to upstream this, so
+  keep it as a Debian specific hack for now.)
+- debian/rules: Run the tests under xvfb so that the Gdk/Gtk ones can
+  succeed.
+- debian/rules: Disable fakeroot for the tests by unsetting $LD_PRELOAD.
+  Otherwise the tests try to connect to root's session D-BUS.
+- Add 50_gio_tests_for_separate_build_tree.patch,
+  51_gschema_tests_for_separate_build_tree.patch: Various fixes to allow
+  the tests to succeed with a separate build tree. Also committed into
+  upstream git.
+- 99_autoreconf.patch: Refreshed to pick up changes from above patches.
+- debian/control.in: Add build dependencies: xvfb (as we now use it in
+  debian/rules), dbus-x11 (as the test suite uses dbus-launch), and
+  python-apt-dbg/python-cairo-dbg, so that the test cases for the debug
+  builds have all dependencies met.
+
+ -- Martin Pitt   Tue, 22 Mar 2011 11:40:55 +0100
+
 pygobject (2.28.0-3) experimental; urgency=low
 
   * debian/rules: Move from pysupport (which is being deprecated) to
diff -Nru pygobject-2.28.0/debian/control pygobject-2.28.0/debian/control
--- pygobject-2.28.0/debian/control 2011-03-22 10:10:55.0 +0100
+++ pygobject-2.28.0/debian/control 2011-03-22 15:42:51.0 +0100
@@ -20,9 +20,13 @@
libgirepository1.0-dev (>= 0.10.2),
python-cairo-dev (>= 1.2.0),
xsltproc,
+   xvfb,
+   dbus-x11,
docbook-xsl,
autotools-dev,
python-all-dbg,
+   python-apt-dbg,
+   python-cairo-dbg
 XS-Python-Version: >= 2.5
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/pygobject
diff -Nru pygobject-2.28.0/debian/control.in pygobject-2.28.0/debian/control.in
--- pygobject-2.28.0/debian/control.in  2011-03-21 16:38:29.0 +0100
+++ pygobject-2.28.0/debian/control.in  2011-03-22 15:42:24.0 +0100
@@ -15,9 +15,13 @@
libgirepository1.0-dev (>= 0.10.2),
python-cairo-dev (>= 1.2.0),
xsltproc,
+   xvfb,
+   dbus-x11,
docbook-xsl,
autotools-dev,
python-all-dbg,
+   python-apt-dbg,
+   python-cairo-dbg
 XS-Python-Version: >= 2.5
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/pygobject
diff -Nru 
pygobject-2.28.0/debian/patches/50_gio_tests_for_separate_build_tree.patch 
pygobject-2.28.0/debian/patches/50_gio_tests_for_separate_build_tree.patch
--- pygobject-2.28.0/debian/patches/50_gio_tests_for_separate_build_tree.patch  
1970-01-01 01:00:00.0 +0100
+++ pygobject-2.28.0/debian/patches/50_gio_tests_for_separate_build_tree.patch  
2011-03-22 14:04:11.0 +0100
@@ -0,0 +1,85 @@
+From 178df3e438835bec9b40dea243867784dee35815 Mon Sep 17 00:00:00 2001
+From: Martin Pitt 
+Date: Tue, 22 Mar 2011 13:21:27 +0100
+Subject: [PATCH] GIO tests: Fix for separate build tree
+
+When using a separate build tree, "test_gio.py" is not in the current working
+dir (which is the build tree), but in the srcdir. Use __file__ instead.
+---
+ tests/test_gio.py |   14 +++---
+ 1 files changed, 7 insertions(+), 7 deletions(-)
+
+Index: pygobject-2.28.0/tests/test_gio.py
+==

Bug#619258: Typo in the .desktop file

2011-03-22 Thread Andrea Carpineti
Package: viewpdf.app
Version: 1:0.2dfsg1-3.1
Severity: minor
User: ubuntu-de...@lists.ubuntu.com
User-tags: origin-ubuntu natty ubuntu-patch
Tags: patch

Hi, I'm reporting a typo in some entries of the .desktop file.
A take the opportunity to improve a bit the .desktop file.

This minor bug was originally posted in Ubuntu's Launchpad concerning an
application
which uses the .desktop files to present to the user a list of applications
which
can be installed or removed.

More details at:
https://bugs.launchpad.net/ubuntu/+source/app-install-data-ubuntu/+bug/05
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html

Thanks,
Andrea


--- ViewPDF.desktop.old2011-03-22 13:23:24.27819 +0100
+++ ViewPDF.desktop2011-03-22 13:25:08.356802673 +0100
@@ -1,8 +1,9 @@
 [Desktop Entry]
 Type=Application
-Version=0.94
+Version=1.0
 Categories=Office;Viewer;
 Name=ViewPDF
-Comment=A spicy PDF Reader.
+GenericName=PDF Viewer
+Comment=A spicy PDF Reader
 Exec=ViewPDF
 MimeType=application/pdf;


Bug#618834: openafs-modules-source: needs big kernel lock, absent in Debian 2.6.38-1

2011-03-22 Thread Aaron M. Ucko
Russ Allbery  writes:

> Hm, that's interesting.  The version currently in unstable pulls up the
> changes in Ubuntu so that it would build with 2.6.38 in Ubuntu, and those
> apparently worked fine.  I wonder what's different.

AFAICT, disabling the big lock is an experimental option which still
requires patching some in-tree code, so I guess only Debian chose to go
that route so far.

> Yeah, it looks like the global kernel lock code was removed from the 1.6
> branch a long time ago.

Presumably not early enough for backporting the relevant changes to be
worth considering, though. :-/

> We're hopefully fairly close to a 1.6 final, and some major bugs are still
> being fixed, so I'd rather wait for upstream to bless 1.6 before uploading
> it to unstable.  But I probably don't have much time left, given that
> 2.6.38 is now in unstable.  I was hoping that the Ubuntu patches would
> tide us over

That's fair.  One could make a reasonable case for letting a solid 1.6
release candidate in, but if major bug fixes are still on the way,
holding off may well be the lesser evil; the resulting breakage is at
least immediate and obvious, and users who insist on 2.6.38 can either
build it themselves with the big lock reenabled or substitute Ubuntu's
version for now.

Thanks for following up.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



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



Bug#619132: [Pkg-samba-maint] Bug#619132: samba: Should start after cups

2011-03-22 Thread Sam Morris
On Tue, Mar 22, 2011 at 07:11:39AM +0100, Christian PERRIER wrote:
> Quoting Steve Langasek (vor...@debian.org):
> 
> > > So, well, after all, I wonder if my fix is really needed.
> > 
> > Right, I don't think this change should be needed at all.  I guess maybe Sam
> > isn't using dependency-based boot?
> 
> Yes, I guessed that. For this, I doubt we can really do somethign (or
> want to).
> 
> About the change I committed, I only have one pro argument: using
> "Should-Start" in the package that needs another package to start
> before seems more logical to me.
> 
> Moreover, the "X-foo" fields in cups seem to indicate that they are
> "less official" LSB headers.
> 
> It's probably procrastinating but how about keeping my changes and
> suggest the CUPS maintainer to drop the "X-foo" LSB headers?

That puts the dependency on the correct side, IMHO.

-- 
Sam



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



Bug#616736: opencascade: please update to 6.5.0

2011-03-22 Thread Adam C Powell IV
On Mon, 2011-03-21 at 12:09 +0100, Denis Barbier wrote:
> On 2011/3/21 Adam C Powell IV wrote:
> > On Mon, 2011-03-21 at 07:01 -0400, Adam C Powell IV wrote:
> >> On Fri, 2011-03-18 at 16:21 -0400, Adam C Powell IV wrote:
> >> > I can build and upload on Monday, but I'm afraid I don't have time until
> >> > then.  Sylvestre, if you can do it before Monday, then feel free to go
> >> > ahead.  Otherwise I will post to the bug again when I start to build.
> >>
> >> Just finished the build and am about to dupload.
> >>
> >> The finished package will be at http://lyre.mit.edu/~powell/opencascade/
> >> (along with a bunch of old versions).
> >
> > D'oh!  Forgot to change from UNRELEASED to unstable.  Building again...
> 
> Please upload to experimental. AFAICT one has to ask debian-release
> before uploading a new library, can someone confirm?

I haven't heard this, and don't remember seeing anything in d-d-a on
this.  The NEW queue has, in the past day, entries for libav and
libboost with new library versions in unstable, and libunique3 and hdf5
with new library versions in experimental (hdf5 changed by Sylvestre).

I have opencascade built and ready to upload to unstable.  Shall I go
ahead?

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#619259: dpkg: /usr/lib/pymodules/python2.5/usbcreator/install.py not found.

2011-03-22 Thread Steffen Moeller
Package: usb-creator-common
Version: 0.2.24
Severity: normal

apt-get -u dist-upgrade produced the following:


Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.5/usbcreator/install.py ...
Sorry: IndentationError: ('unindent does not match any outer indentation 
level', ('/usr/lib/pymodules/python2.5/usbcreator/install.py', 256, 38, '   
 if len(contents) > 2:\n'))
Compiling /usr/lib/pymodules/python2.6/usbcreator/install.py ...
Sorry: IndentationError: ('unindent does not match any outer indentation 
level', ('/usr/lib/pymodules/python2.6/usbcreator/install.py', 256, 38, '   
 if len(contents) > 2:\n'))
moeller@moeller-desktop:~ $ dpkg -S 
/usr/lib/pymodules/python2.5/usbcreator/install.py
dpkg: /usr/lib/pymodules/python2.5/usbcreator/install.py not found.


Cheers,

Steffen




-- System Information:
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu maverick (development branch)
Release:10.10
Codename:   maverick
Architecture: amd64 (x86_64)

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

Versions of packages usb-creator-common depends on:
ii  genisoimage 9:1.1.11-1   Creates ISO-9660 CD-ROM filesystem
ii  mtools  4.0.12-1 Tools for manipulating MSDOS files
ii  parted  2.3-5The GNU Parted disk partition resi
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-debian   0.1.18   Python modules to work with Debian
ii  python-support  1.0.11   automated rebuilding support for P
ii  syslinux2:4.03+dfsg-12   collection of boot loaders
ii  udisks  1.0.2-4  storage media interface

usb-creator-common recommends no packages.

usb-creator-common 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#619260: netenv: [INTL:sk] Slovak po-debconf translation

2011-03-22 Thread Slavko
Package: netenv
Severity: wishlist
Tags: l10n patch
Version: 0.94.3-27

sk.po attached

regards
Slavko

-- 
Slavko
http://slavino.sk
# Slovak translations for netenv package
# Slovenské preklady pre balík netenv.
# Copyright (C) 2011 THE netenv'S COPYRIGHT HOLDER
# This file is distributed under the same license as the netenv package.
# Automatically generated, 2011.
# Slavko , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: netenv 0.94.3-27\n"
"Report-Msgid-Bugs-To: net...@packages.debian.org\n"
"POT-Creation-Date: 2010-02-09 19:36+\n"
"PO-Revision-Date: 2011-03-22 16:30+0100\n"
"Last-Translator: Slavko \n"
"Language-Team: Slovak \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Upon upgrade, ask again to renew configuration?"
msgstr "Spýtať sa pri aktualizácii znova na obnovenie nastavenia?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"You've answered that you want to keep your current configuration this time. "
"Because the automatic configuration may get new features, you will be asked "
"the question again when you upgrade netenv the next time."
msgstr ""
"Odpovedali ste, že tentokrát chcete zachovať svoje aktuálne nastavenie. "
"Pretože automatická konfigurácia môže poskytnúť nové vlastnosti, bude otázka "
"znova položená pri nasledujúcej aktualizácii netenv."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If, however, you want debconf to remember your decision and never touch your "
"configuration, you can specify that now, by not choosing this option."
msgstr ""
"Ak však chcete, aby si debconf zapamätal vaše rozhodnutie a nastavenie už "
"nemenil, môžete teraz odpovedať záporne."

#. Type: boolean
#. Description
#: ../templates:2001
msgid "Keep existing configuration?"
msgstr "Zachovať existujúce nastavenia?"

#. Type: boolean
#. Description
#: ../templates:2001
msgid ""
"It appears that you already have configured netenv for ${NODE}. Now you can "
"select whether you want to keep the actual configuration or whether netenv "
"setup should create a new one, overriding the old file."
msgstr ""
"Vyzerá to, že už máte nastavený netenv pre ${NODE}. Teraz môžete vybrať, či "
"chcete zachovať aktuálne nastavenie alebo má byť vytvorené nové, čím bude "
"prepísaný starý súbor."

#. Type: error
#. Description
#: ../templates:3001
msgid "Not configuring netenv: No parseable configuration found"
msgstr "Nenastavujem netenv: Nebolo nájdené použiteľné nastavenie"

#. Type: error
#. Description
#: ../templates:3001
msgid ""
"The netenv package has tried to set up one network environment based on your "
"current network settings. However, it didn't find a configuration that it "
"understands - neither in /etc/network/interfaces, nor in /etc/pcmcia/network."
"opts."
msgstr ""
"Balík netenv sa pokúsil nastaviť jedno sieťové prostredie, založené na "
"aktuálnych nastaveniach siete, ale nedokázal nájsť vhodné nastavenie – ani "
"v /etc/network/interfaces, ani v /etc/pcmcia/network.opts."

#. Type: error
#. Description
#. Type: error
#. Description
#: ../templates:3001 ../templates:4001
msgid "netenv will be disabled. Please refer to the documentation."
msgstr "netenv bude zakázaný. Prosím, pozrite si dokumentáciu."

#. Type: error
#. Description
#: ../templates:4001
msgid "Not configuring netenv: Duplicate configuration found"
msgstr "Nenastavujem netenv: Nájdené duplicitné nastavenie"

#. Type: error
#. Description
#: ../templates:4001
msgid ""
"The netenv package has tried to set up one network environment based on your "
"current network settings. However, it found configuration data at two "
"places, /etc/network/interfaces and /etc/pcmcia/network.opts. Both "
"configuration variants have to be treated differently by netenv, but the "
"installation script cannot decide."
msgstr ""
"Balík netenv sa pokúsil nastaviť jedno sieťové prostredie, založené na "
"aktuálnych nastaveniach siete, ale našiel konfiguračné údaje na dvoch "
"miestach, /etc/network/interfaces a /etc/pcmcia/network.opts. Obe varianty "
"konfigurácie spracováva netenv rôznym spôsobom, ale konfiguračný skript to "
"nedokáže rozhodnúť."

#. Type: select
#. Choices
#: ../templates:5001
msgid "Use current settings"
msgstr "Použiť aktuálne nastavenia"

#. Type: select
#. Choices
#: ../templates:5001
msgid "Disable for now"
msgstr "Teraz zakázať"

#. Type: select
#. Description
#: ../templates:5002
msgid "Configuration options:"
msgstr "Voľby nastavenia:"

#. Type: select
#. Description
#: ../templates:5002
msgid ""
"netenv has checked your current network settings. It seems it can set up one "
"working networking environment configuration for you, based on the settings "
"you currently use. To be able to s

  1   2   3   4   >